diff --git a/.github/workflows/cli-assets-environment-python-ml-basic-cpu.yml b/.github/workflows/cli-assets-dataset-cloud-file-https.yml similarity index 62% rename from .github/workflows/cli-assets-environment-python-ml-basic-cpu.yml rename to .github/workflows/cli-assets-dataset-cloud-file-https.yml index 9829f5acc..4f8ac7a4d 100644 --- a/.github/workflows/cli-assets-environment-python-ml-basic-cpu.yml +++ b/.github/workflows/cli-assets-dataset-cloud-file-https.yml @@ -1,5 +1,6 @@ -name: cli-assets-environment-python-ml-basic-cpu +name: cli-assets-dataset-cloud-file-https on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -8,8 +9,8 @@ on: - cli-preview - releases/current paths: - - cli/assets/environment/python-ml-basic-cpu.yml - - .github/workflows/cli-assets-environment-python-ml-basic-cpu.yml + - cli/assets/dataset/cloud-file-https.yml + - .github/workflows/cli-assets-dataset-cloud-file-https.yml - cli/setup.sh jobs: build: @@ -20,11 +21,11 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli continue-on-error: true - name: create asset - run: az ml environment create -f assets/environment/python-ml-basic-cpu.yml + run: az ml dataset create -f assets/dataset/cloud-file-https.yml working-directory: cli diff --git a/.github/workflows/cli-assets-dataset-cloud-file-wasbs.yml b/.github/workflows/cli-assets-dataset-cloud-file-wasbs.yml new file mode 100644 index 000000000..3921d2f93 --- /dev/null +++ b/.github/workflows/cli-assets-dataset-cloud-file-wasbs.yml @@ -0,0 +1,31 @@ +name: cli-assets-dataset-cloud-file-wasbs +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/assets/dataset/cloud-file-wasbs.yml + - .github/workflows/cli-assets-dataset-cloud-file-wasbs.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml dataset create -f assets/dataset/cloud-file-wasbs.yml + working-directory: cli diff --git a/.github/workflows/cli-assets-model-lightgbm-iris.yml b/.github/workflows/cli-assets-dataset-cloud-file.yml similarity index 65% rename from .github/workflows/cli-assets-model-lightgbm-iris.yml rename to .github/workflows/cli-assets-dataset-cloud-file.yml index 74677a410..c1aaff74d 100644 --- a/.github/workflows/cli-assets-model-lightgbm-iris.yml +++ b/.github/workflows/cli-assets-dataset-cloud-file.yml @@ -1,5 +1,6 @@ -name: cli-assets-model-lightgbm-iris +name: cli-assets-dataset-cloud-file on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -8,8 +9,8 @@ on: - cli-preview - releases/current paths: - - cli/assets/model/lightgbm-iris.yml - - .github/workflows/cli-assets-model-lightgbm-iris.yml + - cli/assets/dataset/cloud-file.yml + - .github/workflows/cli-assets-dataset-cloud-file.yml - cli/setup.sh jobs: build: @@ -20,11 +21,11 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli continue-on-error: true - name: create asset - run: az ml model create -f assets/model/lightgbm-iris.yml + run: az ml dataset create -f assets/dataset/cloud-file.yml working-directory: cli diff --git a/.github/workflows/cli-assets-dataset-cloud-folder-https.yml b/.github/workflows/cli-assets-dataset-cloud-folder-https.yml new file mode 100644 index 000000000..0710a6dcd --- /dev/null +++ b/.github/workflows/cli-assets-dataset-cloud-folder-https.yml @@ -0,0 +1,31 @@ +name: cli-assets-dataset-cloud-folder-https +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/assets/dataset/cloud-folder-https.yml + - .github/workflows/cli-assets-dataset-cloud-folder-https.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml dataset create -f assets/dataset/cloud-folder-https.yml + working-directory: cli diff --git a/.github/workflows/cli-assets-dataset-cloud-folder-wasbs.yml b/.github/workflows/cli-assets-dataset-cloud-folder-wasbs.yml new file mode 100644 index 000000000..5552b20b0 --- /dev/null +++ b/.github/workflows/cli-assets-dataset-cloud-folder-wasbs.yml @@ -0,0 +1,31 @@ +name: cli-assets-dataset-cloud-folder-wasbs +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/assets/dataset/cloud-folder-wasbs.yml + - .github/workflows/cli-assets-dataset-cloud-folder-wasbs.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml dataset create -f assets/dataset/cloud-folder-wasbs.yml + working-directory: cli diff --git a/.github/workflows/cli-assets-dataset-cloud-folder.yml b/.github/workflows/cli-assets-dataset-cloud-folder.yml new file mode 100644 index 000000000..c325a9fcd --- /dev/null +++ b/.github/workflows/cli-assets-dataset-cloud-folder.yml @@ -0,0 +1,31 @@ +name: cli-assets-dataset-cloud-folder +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/assets/dataset/cloud-folder.yml + - .github/workflows/cli-assets-dataset-cloud-folder.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml dataset create -f assets/dataset/cloud-folder.yml + working-directory: cli diff --git a/.github/workflows/cli-assets-dataset-iris-csv-example.yml b/.github/workflows/cli-assets-dataset-iris-csv-example.yml new file mode 100644 index 000000000..d40d23061 --- /dev/null +++ b/.github/workflows/cli-assets-dataset-iris-csv-example.yml @@ -0,0 +1,31 @@ +name: cli-assets-dataset-iris-csv-example +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/assets/dataset/iris-csv-example.yml + - .github/workflows/cli-assets-dataset-iris-csv-example.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml dataset create -f assets/dataset/iris-csv-example.yml + working-directory: cli diff --git a/.github/workflows/cli-assets-dataset-local-file.yml b/.github/workflows/cli-assets-dataset-local-file.yml new file mode 100644 index 000000000..3fe7c821f --- /dev/null +++ b/.github/workflows/cli-assets-dataset-local-file.yml @@ -0,0 +1,31 @@ +name: cli-assets-dataset-local-file +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/assets/dataset/local-file.yml + - .github/workflows/cli-assets-dataset-local-file.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml dataset create -f assets/dataset/local-file.yml + working-directory: cli diff --git a/.github/workflows/cli-assets-dataset-local-folder.yml b/.github/workflows/cli-assets-dataset-local-folder.yml new file mode 100644 index 000000000..aff5faf10 --- /dev/null +++ b/.github/workflows/cli-assets-dataset-local-folder.yml @@ -0,0 +1,31 @@ +name: cli-assets-dataset-local-folder +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/assets/dataset/local-folder.yml + - .github/workflows/cli-assets-dataset-local-folder.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml dataset create -f assets/dataset/local-folder.yml + working-directory: cli diff --git a/.github/workflows/cli-assets-dataset-public-file-https.yml b/.github/workflows/cli-assets-dataset-public-file-https.yml new file mode 100644 index 000000000..e3e5e5b36 --- /dev/null +++ b/.github/workflows/cli-assets-dataset-public-file-https.yml @@ -0,0 +1,31 @@ +name: cli-assets-dataset-public-file-https +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/assets/dataset/public-file-https.yml + - .github/workflows/cli-assets-dataset-public-file-https.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml dataset create -f assets/dataset/public-file-https.yml + working-directory: cli diff --git a/.github/workflows/cli-assets-environment-docker-context.yml b/.github/workflows/cli-assets-environment-docker-context.yml new file mode 100644 index 000000000..a4234b5c6 --- /dev/null +++ b/.github/workflows/cli-assets-environment-docker-context.yml @@ -0,0 +1,31 @@ +name: cli-assets-environment-docker-context +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/assets/environment/docker-context.yml + - .github/workflows/cli-assets-environment-docker-context.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml environment create -f assets/environment/docker-context.yml + working-directory: cli diff --git a/.github/workflows/cli-assets-environment-docker-image-plus-conda.yml b/.github/workflows/cli-assets-environment-docker-image-plus-conda.yml new file mode 100644 index 000000000..3a4c64ed6 --- /dev/null +++ b/.github/workflows/cli-assets-environment-docker-image-plus-conda.yml @@ -0,0 +1,31 @@ +name: cli-assets-environment-docker-image-plus-conda +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/assets/environment/docker-image-plus-conda.yml + - .github/workflows/cli-assets-environment-docker-image-plus-conda.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml environment create -f assets/environment/docker-image-plus-conda.yml + working-directory: cli diff --git a/.github/workflows/cli-assets-environment-docker-image.yml b/.github/workflows/cli-assets-environment-docker-image.yml new file mode 100644 index 000000000..eb03a0c5c --- /dev/null +++ b/.github/workflows/cli-assets-environment-docker-image.yml @@ -0,0 +1,31 @@ +name: cli-assets-environment-docker-image +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/assets/environment/docker-image.yml + - .github/workflows/cli-assets-environment-docker-image.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml environment create -f assets/environment/docker-image.yml + working-directory: cli diff --git a/.github/workflows/cli-assets-data-iris-datastore.yml b/.github/workflows/cli-assets-model-local-file.yml similarity index 66% rename from .github/workflows/cli-assets-data-iris-datastore.yml rename to .github/workflows/cli-assets-model-local-file.yml index 0c0d61ff4..f8079d018 100644 --- a/.github/workflows/cli-assets-data-iris-datastore.yml +++ b/.github/workflows/cli-assets-model-local-file.yml @@ -1,5 +1,6 @@ -name: cli-assets-data-iris-datastore +name: cli-assets-model-local-file on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -8,8 +9,8 @@ on: - cli-preview - releases/current paths: - - cli/assets/data/iris-datastore.yml - - .github/workflows/cli-assets-data-iris-datastore.yml + - cli/assets/model/local-file.yml + - .github/workflows/cli-assets-model-local-file.yml - cli/setup.sh jobs: build: @@ -20,11 +21,11 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli continue-on-error: true - name: create asset - run: az ml data create -f assets/data/iris-datastore.yml + run: az ml model create -f assets/model/local-file.yml working-directory: cli diff --git a/.github/workflows/cli-assets-data-iris-url.yml b/.github/workflows/cli-assets-model-local-mlflow.yml similarity index 65% rename from .github/workflows/cli-assets-data-iris-url.yml rename to .github/workflows/cli-assets-model-local-mlflow.yml index 54bd88e70..5a9097fd4 100644 --- a/.github/workflows/cli-assets-data-iris-url.yml +++ b/.github/workflows/cli-assets-model-local-mlflow.yml @@ -1,5 +1,6 @@ -name: cli-assets-data-iris-url +name: cli-assets-model-local-mlflow on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -8,8 +9,8 @@ on: - cli-preview - releases/current paths: - - cli/assets/data/iris-url.yml - - .github/workflows/cli-assets-data-iris-url.yml + - cli/assets/model/local-mlflow.yml + - .github/workflows/cli-assets-model-local-mlflow.yml - cli/setup.sh jobs: build: @@ -20,11 +21,11 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli continue-on-error: true - name: create asset - run: az ml data create -f assets/data/iris-url.yml + run: az ml model create -f assets/model/local-mlflow.yml working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-code.yml b/.github/workflows/cli-jobs-basics-hello-code.yml new file mode 100644 index 000000000..393879fb0 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-code.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-code +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-code.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-code.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-iris-datastore-file.yml b/.github/workflows/cli-jobs-basics-hello-iris-datastore-file.yml new file mode 100644 index 000000000..85cc5ecc7 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-iris-datastore-file.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-iris-datastore-file +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-iris-datastore-file.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-iris-datastore-file.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-iris-datastore-folder.yml b/.github/workflows/cli-jobs-basics-hello-iris-datastore-folder.yml new file mode 100644 index 000000000..d4d759a3b --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-iris-datastore-folder.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-iris-datastore-folder +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-iris-datastore-folder.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-iris-datastore-folder.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-iris-file.yml b/.github/workflows/cli-jobs-basics-hello-iris-file.yml new file mode 100644 index 000000000..a0fa74a18 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-iris-file.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-iris-file +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-iris-file.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-iris-file.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-iris-folder.yml b/.github/workflows/cli-jobs-basics-hello-iris-folder.yml new file mode 100644 index 000000000..7ece567d2 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-iris-folder.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-iris-folder +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-iris-folder.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-iris-folder.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-iris-literal.yml b/.github/workflows/cli-jobs-basics-hello-iris-literal.yml new file mode 100644 index 000000000..ef7527000 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-iris-literal.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-iris-literal +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-iris-literal.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-iris-literal.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-mlflow.yml b/.github/workflows/cli-jobs-basics-hello-mlflow.yml new file mode 100644 index 000000000..a807802b2 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-mlflow.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-mlflow +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-mlflow.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-mlflow.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-notebook.yml b/.github/workflows/cli-jobs-basics-hello-notebook.yml new file mode 100644 index 000000000..68366b571 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-notebook.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-notebook +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-notebook.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-notebook.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-pipeline-abc.yml b/.github/workflows/cli-jobs-basics-hello-pipeline-abc.yml new file mode 100644 index 000000000..d2d27fed9 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-pipeline-abc.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-pipeline-abc +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-pipeline-abc.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-pipeline-abc.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-pipeline-io.yml b/.github/workflows/cli-jobs-basics-hello-pipeline-io.yml new file mode 100644 index 000000000..776904a1b --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-pipeline-io.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-pipeline-io +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-pipeline-io.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-pipeline-io.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-pipeline-settings.yml b/.github/workflows/cli-jobs-basics-hello-pipeline-settings.yml new file mode 100644 index 000000000..3c7a18c26 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-pipeline-settings.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-pipeline-settings +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-pipeline-settings.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-pipeline-settings.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-pipeline.yml b/.github/workflows/cli-jobs-basics-hello-pipeline.yml new file mode 100644 index 000000000..63adc6ce7 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-sweep.yml b/.github/workflows/cli-jobs-basics-hello-sweep.yml new file mode 100644 index 000000000..8092088d6 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-sweep.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-sweep +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-sweep.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-sweep.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-world-env-var.yml b/.github/workflows/cli-jobs-basics-hello-world-env-var.yml new file mode 100644 index 000000000..99b2ff490 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-world-env-var.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-world-env-var +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-world-env-var.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-world-env-var.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-world-input.yml b/.github/workflows/cli-jobs-basics-hello-world-input.yml new file mode 100644 index 000000000..951e78090 --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-world-input.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-world-input +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-world-input.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-world-input.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-world-org.yml b/.github/workflows/cli-jobs-basics-hello-world-org.yml new file mode 100644 index 000000000..37607d43c --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-world-org.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-world-org +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-world-org.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-world-org.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-world-output-data.yml b/.github/workflows/cli-jobs-basics-hello-world-output-data.yml new file mode 100644 index 000000000..e2d8530be --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-world-output-data.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-world-output-data +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-world-output-data.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-world-output-data.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-world-output.yml b/.github/workflows/cli-jobs-basics-hello-world-output.yml new file mode 100644 index 000000000..47842e49a --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-world-output.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-world-output +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-world-output.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-world-output.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-basics-hello-world.yml b/.github/workflows/cli-jobs-basics-hello-world.yml new file mode 100644 index 000000000..bd49ba81b --- /dev/null +++ b/.github/workflows/cli-jobs-basics-hello-world.yml @@ -0,0 +1,31 @@ +name: cli-jobs-basics-hello-world +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/basics/** + - .github/workflows/cli-jobs-basics-hello-world.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/basics/hello-world.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-dataprep-dask-nyctaxi-job.yml b/.github/workflows/cli-jobs-dataprep-dask-nyctaxi-job.yml deleted file mode 100644 index 06adf82e2..000000000 --- a/.github/workflows/cli-jobs-dataprep-dask-nyctaxi-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-dataprep-dask-nyctaxi-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/dataprep/dask/nyctaxi/** - - .github/workflows/cli-jobs-dataprep-dask-nyctaxi-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/dataprep/dask/nyctaxi/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-dataprep-spark-nyctaxi-job.yml b/.github/workflows/cli-jobs-dataprep-spark-nyctaxi-job.yml deleted file mode 100644 index 538b335cb..000000000 --- a/.github/workflows/cli-jobs-dataprep-spark-nyctaxi-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-dataprep-spark-nyctaxi-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/dataprep/spark/nyctaxi/** - - .github/workflows/cli-jobs-dataprep-spark-nyctaxi-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/dataprep/spark/nyctaxi/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-logging-julia-iris-job.yml b/.github/workflows/cli-jobs-logging-julia-iris-job.yml deleted file mode 100644 index d4335a5d6..000000000 --- a/.github/workflows/cli-jobs-logging-julia-iris-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-logging-julia-iris-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/logging/julia/iris/** - - .github/workflows/cli-jobs-logging-julia-iris-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/logging/julia/iris/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-logging-sklearn-iris-job.yml b/.github/workflows/cli-jobs-logging-sklearn-iris-job.yml deleted file mode 100644 index 911b4cd97..000000000 --- a/.github/workflows/cli-jobs-logging-sklearn-iris-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-logging-sklearn-iris-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/logging/sklearn/iris/** - - .github/workflows/cli-jobs-logging-sklearn-iris-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/logging/sklearn/iris/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-misc-hello-world-env-var.yml b/.github/workflows/cli-jobs-misc-hello-world-env-var.yml deleted file mode 100644 index 3101ed89f..000000000 --- a/.github/workflows/cli-jobs-misc-hello-world-env-var.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-misc-hello-world-env-var -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/misc/** - - .github/workflows/cli-jobs-misc-hello-world-env-var.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/misc/hello-world-env-var.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-misc-hello-world.yml b/.github/workflows/cli-jobs-misc-hello-world.yml deleted file mode 100644 index 6fc725dea..000000000 --- a/.github/workflows/cli-jobs-misc-hello-world.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-misc-hello-world -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/misc/** - - .github/workflows/cli-jobs-misc-hello-world.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/misc/hello-world.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-cifar-10-job.yml b/.github/workflows/cli-jobs-pipelines-cifar-10-job.yml new file mode 100644 index 000000000..b1764d1dc --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-cifar-10-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-cifar-10-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines/cifar-10/** + - .github/workflows/cli-jobs-pipelines-cifar-10-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines/cifar-10/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-nyc-taxi-job.yml b/.github/workflows/cli-jobs-pipelines-nyc-taxi-job.yml new file mode 100644 index 000000000..e7cdf4dde --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-nyc-taxi-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-nyc-taxi-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines/nyc-taxi/** + - .github/workflows/cli-jobs-pipelines-nyc-taxi-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines/nyc-taxi/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-1a_e2e_local_components-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-1a_e2e_local_components-pipeline.yml new file mode 100644 index 000000000..359cdca23 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-1a_e2e_local_components-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-1a_e2e_local_components-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-1a_e2e_local_components-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/1a_e2e_local_components/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline.yml new file mode 100644 index 000000000..049e1617a --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-1c_e2e_inline_components-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-1c_e2e_inline_components-pipeline.yml new file mode 100644 index 000000000..137bb1aee --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-1c_e2e_inline_components-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-1c_e2e_inline_components-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-1c_e2e_inline_components-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/1c_e2e_inline_components/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-2a_basic_component-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-2a_basic_component-pipeline.yml new file mode 100644 index 000000000..637f3c8c3 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-2a_basic_component-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-2a_basic_component-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/2a_basic_component/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-2a_basic_component-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/2a_basic_component/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-2b_component_with_input_output-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-2b_component_with_input_output-pipeline.yml new file mode 100644 index 000000000..b10993131 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-2b_component_with_input_output-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-2b_component_with_input_output-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-2b_component_with_input_output-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/2b_component_with_input_output/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-3a_basic_pipeline-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-3a_basic_pipeline-pipeline.yml new file mode 100644 index 000000000..8f628d46c --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-3a_basic_pipeline-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-3a_basic_pipeline-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-3a_basic_pipeline-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/3a_basic_pipeline/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-3b_pipeline_with_data-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-3b_pipeline_with_data-pipeline.yml new file mode 100644 index 000000000..adbd67460 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-3b_pipeline_with_data-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-3b_pipeline_with_data-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-3b_pipeline_with_data-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/3b_pipeline_with_data/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-4a_local_data_input-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-4a_local_data_input-pipeline.yml new file mode 100644 index 000000000..5ce09f646 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-4a_local_data_input-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-4a_local_data_input-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/4a_local_data_input/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-4a_local_data_input-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/4a_local_data_input/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-4b_datastore_datapath_uri_folder-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-4b_datastore_datapath_uri_folder-pipeline.yml new file mode 100644 index 000000000..e837cc2c5 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-4b_datastore_datapath_uri_folder-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-4b_datastore_datapath_uri_folder-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-4b_datastore_datapath_uri_folder-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-4c_datastore_datapath_uri_file-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-4c_datastore_datapath_uri_file-pipeline.yml new file mode 100644 index 000000000..4ca08cace --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-4c_datastore_datapath_uri_file-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-4c_datastore_datapath_uri_file-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-4c_datastore_datapath_uri_file-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-4d_dataset_input-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-4d_dataset_input-pipeline.yml new file mode 100644 index 000000000..652f7770c --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-4d_dataset_input-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-4d_dataset_input-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/4d_dataset_input/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-4d_dataset_input-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/4d_dataset_input/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-4e_web_url_input-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-4e_web_url_input-pipeline.yml new file mode 100644 index 000000000..781054a51 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-4e_web_url_input-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-4e_web_url_input-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/4e_web_url_input/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-4e_web_url_input-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/4e_web_url_input/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-5a_env_public_docker_image-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-5a_env_public_docker_image-pipeline.yml new file mode 100644 index 000000000..5a31eaf40 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-5a_env_public_docker_image-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-5a_env_public_docker_image-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-5a_env_public_docker_image-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/5a_env_public_docker_image/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-5b_env_registered-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-5b_env_registered-pipeline.yml new file mode 100644 index 000000000..91a1eee13 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-5b_env_registered-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-5b_env_registered-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/5b_env_registered/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-5b_env_registered-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/5b_env_registered/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-5c_env_conda_file-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-5c_env_conda_file-pipeline.yml new file mode 100644 index 000000000..59f90e729 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-5c_env_conda_file-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-5c_env_conda_file-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/5c_env_conda_file/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-5c_env_conda_file-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/5c_env_conda_file/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-6a_tf_hello_world-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-6a_tf_hello_world-pipeline.yml new file mode 100644 index 000000000..035a405d6 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-6a_tf_hello_world-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-6a_tf_hello_world-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/6a_tf_hello_world/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-6a_tf_hello_world-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/6a_tf_hello_world/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-basics-6c_pytorch_hello_world-pipeline.yml b/.github/workflows/cli-jobs-pipelines-with-components-basics-6c_pytorch_hello_world-pipeline.yml new file mode 100644 index 000000000..ee5678c5d --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-basics-6c_pytorch_hello_world-pipeline.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-basics-6c_pytorch_hello_world-pipeline +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/basics/6c_pytorch_hello_world/** + - .github/workflows/cli-jobs-pipelines-with-components-basics-6c_pytorch_hello_world-pipeline.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/basics/6c_pytorch_hello_world/pipeline.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-pipelines-with-components-nyc_taxi_data_regression-job.yml b/.github/workflows/cli-jobs-pipelines-with-components-nyc_taxi_data_regression-job.yml new file mode 100644 index 000000000..a514ac015 --- /dev/null +++ b/.github/workflows/cli-jobs-pipelines-with-components-nyc_taxi_data_regression-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-pipelines-with-components-nyc_taxi_data_regression-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/pipelines-with-components/nyc_taxi_data_regression/** + - .github/workflows/cli-jobs-pipelines-with-components-nyc_taxi_data_regression-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/pipelines-with-components/nyc_taxi_data_regression/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-dask-nyctaxi-job.yml b/.github/workflows/cli-jobs-single-step-dask-nyctaxi-job.yml new file mode 100644 index 000000000..414f9a7a9 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-dask-nyctaxi-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-dask-nyctaxi-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/dask/nyctaxi/** + - .github/workflows/cli-jobs-single-step-dask-nyctaxi-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/dask/nyctaxi/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-julia-iris-job.yml b/.github/workflows/cli-jobs-single-step-julia-iris-job.yml new file mode 100644 index 000000000..eb61a468e --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-julia-iris-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-julia-iris-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/julia/iris/** + - .github/workflows/cli-jobs-single-step-julia-iris-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/julia/iris/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-lightgbm-iris-job-sweep.yml b/.github/workflows/cli-jobs-single-step-lightgbm-iris-job-sweep.yml new file mode 100644 index 000000000..db9e6e033 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-lightgbm-iris-job-sweep.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-lightgbm-iris-job-sweep +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/lightgbm/iris/** + - .github/workflows/cli-jobs-single-step-lightgbm-iris-job-sweep.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/lightgbm/iris/job-sweep.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-lightgbm-iris-job.yml b/.github/workflows/cli-jobs-single-step-lightgbm-iris-job.yml new file mode 100644 index 000000000..4e2de8f92 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-lightgbm-iris-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-lightgbm-iris-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/lightgbm/iris/** + - .github/workflows/cli-jobs-single-step-lightgbm-iris-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/lightgbm/iris/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-pytorch-cifar-distributed-job.yml b/.github/workflows/cli-jobs-single-step-pytorch-cifar-distributed-job.yml new file mode 100644 index 000000000..b85943aca --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-pytorch-cifar-distributed-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-pytorch-cifar-distributed-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/pytorch/cifar-distributed/** + - .github/workflows/cli-jobs-single-step-pytorch-cifar-distributed-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/pytorch/cifar-distributed/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-pytorch-iris-job.yml b/.github/workflows/cli-jobs-single-step-pytorch-iris-job.yml new file mode 100644 index 000000000..30e9817ad --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-pytorch-iris-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-pytorch-iris-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/pytorch/iris/** + - .github/workflows/cli-jobs-single-step-pytorch-iris-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/pytorch/iris/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-pytorch-word-language-model-job.yml b/.github/workflows/cli-jobs-single-step-pytorch-word-language-model-job.yml new file mode 100644 index 000000000..03112c9f3 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-pytorch-word-language-model-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-pytorch-word-language-model-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/pytorch/word-language-model/** + - .github/workflows/cli-jobs-single-step-pytorch-word-language-model-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/pytorch/word-language-model/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-r-accidents-job.yml b/.github/workflows/cli-jobs-single-step-r-accidents-job.yml new file mode 100644 index 000000000..5ccaebd98 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-r-accidents-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-r-accidents-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/r/accidents/** + - .github/workflows/cli-jobs-single-step-r-accidents-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/r/accidents/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-r-iris-job.yml b/.github/workflows/cli-jobs-single-step-r-iris-job.yml new file mode 100644 index 000000000..21bdeb0c8 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-r-iris-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-r-iris-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/r/iris/** + - .github/workflows/cli-jobs-single-step-r-iris-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/r/iris/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-scikit-learn-diabetes-job.yml b/.github/workflows/cli-jobs-single-step-scikit-learn-diabetes-job.yml new file mode 100644 index 000000000..91c99925f --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-scikit-learn-diabetes-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-scikit-learn-diabetes-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/scikit-learn/diabetes/** + - .github/workflows/cli-jobs-single-step-scikit-learn-diabetes-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/scikit-learn/diabetes/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-scikit-learn-iris-job-docker-context.yml b/.github/workflows/cli-jobs-single-step-scikit-learn-iris-job-docker-context.yml new file mode 100644 index 000000000..58b7b20d7 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-scikit-learn-iris-job-docker-context.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-scikit-learn-iris-job-docker-context +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/scikit-learn/iris/** + - .github/workflows/cli-jobs-single-step-scikit-learn-iris-job-docker-context.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/scikit-learn/iris/job-docker-context.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-scikit-learn-iris-job-sweep.yml b/.github/workflows/cli-jobs-single-step-scikit-learn-iris-job-sweep.yml new file mode 100644 index 000000000..0b6d3e428 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-scikit-learn-iris-job-sweep.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-scikit-learn-iris-job-sweep +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/scikit-learn/iris/** + - .github/workflows/cli-jobs-single-step-scikit-learn-iris-job-sweep.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/scikit-learn/iris/job-sweep.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-scikit-learn-iris-job.yml b/.github/workflows/cli-jobs-single-step-scikit-learn-iris-job.yml new file mode 100644 index 000000000..62ee1af37 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-scikit-learn-iris-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-scikit-learn-iris-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/scikit-learn/iris/** + - .github/workflows/cli-jobs-single-step-scikit-learn-iris-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/scikit-learn/iris/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-scikit-learn-iris-notebook-job.yml b/.github/workflows/cli-jobs-single-step-scikit-learn-iris-notebook-job.yml new file mode 100644 index 000000000..ab3abd27a --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-scikit-learn-iris-notebook-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-scikit-learn-iris-notebook-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/scikit-learn/iris-notebook/** + - .github/workflows/cli-jobs-single-step-scikit-learn-iris-notebook-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/scikit-learn/iris-notebook/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-spark-nyctaxi-job.yml b/.github/workflows/cli-jobs-single-step-spark-nyctaxi-job.yml new file mode 100644 index 000000000..0b1fcdc2f --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-spark-nyctaxi-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-spark-nyctaxi-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/spark/nyctaxi/** + - .github/workflows/cli-jobs-single-step-spark-nyctaxi-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/spark/nyctaxi/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-horovod-job.yml b/.github/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-horovod-job.yml new file mode 100644 index 000000000..a05b68cd2 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-horovod-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-tensorflow-mnist-distributed-horovod-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/tensorflow/mnist-distributed-horovod/** + - .github/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-horovod-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/tensorflow/mnist-distributed-horovod/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-job.yml b/.github/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-job.yml new file mode 100644 index 000000000..3379b1557 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-tensorflow-mnist-distributed-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/tensorflow/mnist-distributed/** + - .github/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/tensorflow/mnist-distributed/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-single-step-tensorflow-mnist-job.yml b/.github/workflows/cli-jobs-single-step-tensorflow-mnist-job.yml new file mode 100644 index 000000000..186ff2b22 --- /dev/null +++ b/.github/workflows/cli-jobs-single-step-tensorflow-mnist-job.yml @@ -0,0 +1,31 @@ +name: cli-jobs-single-step-tensorflow-mnist-job +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/jobs/single-step/tensorflow/mnist/** + - .github/workflows/cli-jobs-single-step-tensorflow-mnist-job.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: run job + run: bash -x run-job.sh jobs/single-step/tensorflow/mnist/job.yml + working-directory: cli diff --git a/.github/workflows/cli-jobs-train-fastai-mnist-job.yml b/.github/workflows/cli-jobs-train-fastai-mnist-job.yml deleted file mode 100644 index d04936877..000000000 --- a/.github/workflows/cli-jobs-train-fastai-mnist-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-fastai-mnist-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/fastai/mnist/** - - .github/workflows/cli-jobs-train-fastai-mnist-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/fastai/mnist/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-fastai-pets-job.yml b/.github/workflows/cli-jobs-train-fastai-pets-job.yml deleted file mode 100644 index 6d33ce97b..000000000 --- a/.github/workflows/cli-jobs-train-fastai-pets-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-fastai-pets-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/fastai/pets/** - - .github/workflows/cli-jobs-train-fastai-pets-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/fastai/pets/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-julia-iris-job.yml b/.github/workflows/cli-jobs-train-julia-iris-job.yml deleted file mode 100644 index 16ecd7172..000000000 --- a/.github/workflows/cli-jobs-train-julia-iris-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-julia-iris-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/julia/iris/** - - .github/workflows/cli-jobs-train-julia-iris-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/julia/iris/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-lightgbm-iris-bash-job.yml b/.github/workflows/cli-jobs-train-lightgbm-iris-bash-job.yml deleted file mode 100644 index 41a41a717..000000000 --- a/.github/workflows/cli-jobs-train-lightgbm-iris-bash-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-lightgbm-iris-bash-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/lightgbm/iris-bash/** - - .github/workflows/cli-jobs-train-lightgbm-iris-bash-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/lightgbm/iris-bash/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-lightgbm-iris-job-sweep.yml b/.github/workflows/cli-jobs-train-lightgbm-iris-job-sweep.yml deleted file mode 100644 index 7862dad1b..000000000 --- a/.github/workflows/cli-jobs-train-lightgbm-iris-job-sweep.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-lightgbm-iris-job-sweep -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/lightgbm/iris/** - - .github/workflows/cli-jobs-train-lightgbm-iris-job-sweep.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/lightgbm/iris/job-sweep.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-lightgbm-iris-job.yml b/.github/workflows/cli-jobs-train-lightgbm-iris-job.yml deleted file mode 100644 index 3a941fef2..000000000 --- a/.github/workflows/cli-jobs-train-lightgbm-iris-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-lightgbm-iris-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/lightgbm/iris/** - - .github/workflows/cli-jobs-train-lightgbm-iris-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/lightgbm/iris/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-pytorch-iris-job.yml b/.github/workflows/cli-jobs-train-pytorch-iris-job.yml deleted file mode 100644 index 439407d6d..000000000 --- a/.github/workflows/cli-jobs-train-pytorch-iris-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-pytorch-iris-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/pytorch/iris/** - - .github/workflows/cli-jobs-train-pytorch-iris-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/pytorch/iris/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-pytorch-word-language-model-job.yml b/.github/workflows/cli-jobs-train-pytorch-word-language-model-job.yml deleted file mode 100644 index daf87a436..000000000 --- a/.github/workflows/cli-jobs-train-pytorch-word-language-model-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-pytorch-word-language-model-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/pytorch/word-language-model/** - - .github/workflows/cli-jobs-train-pytorch-word-language-model-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/pytorch/word-language-model/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-r-accidents-job.yml b/.github/workflows/cli-jobs-train-r-accidents-job.yml deleted file mode 100644 index 6611a5271..000000000 --- a/.github/workflows/cli-jobs-train-r-accidents-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-r-accidents-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/r/accidents/** - - .github/workflows/cli-jobs-train-r-accidents-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/r/accidents/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-r-iris-job.yml b/.github/workflows/cli-jobs-train-r-iris-job.yml deleted file mode 100644 index f42706133..000000000 --- a/.github/workflows/cli-jobs-train-r-iris-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-r-iris-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/r/iris/** - - .github/workflows/cli-jobs-train-r-iris-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/r/iris/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-scikit-learn-diabetes-job.yml b/.github/workflows/cli-jobs-train-scikit-learn-diabetes-job.yml deleted file mode 100644 index 3df6091c9..000000000 --- a/.github/workflows/cli-jobs-train-scikit-learn-diabetes-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-scikit-learn-diabetes-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/scikit-learn/diabetes/** - - .github/workflows/cli-jobs-train-scikit-learn-diabetes-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/scikit-learn/diabetes/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-scikit-learn-iris-job.yml b/.github/workflows/cli-jobs-train-scikit-learn-iris-job.yml deleted file mode 100644 index 40ff51495..000000000 --- a/.github/workflows/cli-jobs-train-scikit-learn-iris-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-scikit-learn-iris-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/scikit-learn/iris/** - - .github/workflows/cli-jobs-train-scikit-learn-iris-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/scikit-learn/iris/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-scikit-learn-mnist-job.yml b/.github/workflows/cli-jobs-train-scikit-learn-mnist-job.yml deleted file mode 100644 index f2d4debf1..000000000 --- a/.github/workflows/cli-jobs-train-scikit-learn-mnist-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-scikit-learn-mnist-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/scikit-learn/mnist/** - - .github/workflows/cli-jobs-train-scikit-learn-mnist-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/scikit-learn/mnist/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-tensorflow-iris-job.yml b/.github/workflows/cli-jobs-train-tensorflow-iris-job.yml deleted file mode 100644 index 4ab1a6fc0..000000000 --- a/.github/workflows/cli-jobs-train-tensorflow-iris-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-tensorflow-iris-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/tensorflow/iris/** - - .github/workflows/cli-jobs-train-tensorflow-iris-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/tensorflow/iris/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-tensorflow-mnist-distributed-horovod-job.yml b/.github/workflows/cli-jobs-train-tensorflow-mnist-distributed-horovod-job.yml deleted file mode 100644 index 2892da39d..000000000 --- a/.github/workflows/cli-jobs-train-tensorflow-mnist-distributed-horovod-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-tensorflow-mnist-distributed-horovod-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/tensorflow/mnist-distributed-horovod/** - - .github/workflows/cli-jobs-train-tensorflow-mnist-distributed-horovod-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/tensorflow/mnist-distributed-horovod/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-tensorflow-mnist-distributed-job.yml b/.github/workflows/cli-jobs-train-tensorflow-mnist-distributed-job.yml deleted file mode 100644 index 1e00ea57a..000000000 --- a/.github/workflows/cli-jobs-train-tensorflow-mnist-distributed-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-tensorflow-mnist-distributed-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/tensorflow/mnist-distributed/** - - .github/workflows/cli-jobs-train-tensorflow-mnist-distributed-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/tensorflow/mnist-distributed/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-jobs-train-tensorflow-mnist-job.yml b/.github/workflows/cli-jobs-train-tensorflow-mnist-job.yml deleted file mode 100644 index 2d26907b8..000000000 --- a/.github/workflows/cli-jobs-train-tensorflow-mnist-job.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: cli-jobs-train-tensorflow-mnist-job -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/jobs/train/tensorflow/mnist/** - - .github/workflows/cli-jobs-train-tensorflow-mnist-job.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f jobs/train/tensorflow/mnist/job.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi - working-directory: cli diff --git a/.github/workflows/cli-resources-compute-cluster-basic.yml b/.github/workflows/cli-resources-compute-cluster-basic.yml new file mode 100644 index 000000000..40519bec1 --- /dev/null +++ b/.github/workflows/cli-resources-compute-cluster-basic.yml @@ -0,0 +1,31 @@ +name: cli-resources-compute-cluster-basic +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/resources/compute/cluster-basic.yml + - .github/workflows/cli-resources-compute-cluster-basic.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml compute create -f resources/compute/cluster-basic.yml + working-directory: cli diff --git a/.github/workflows/cli-resources-compute-cluster-location.yml b/.github/workflows/cli-resources-compute-cluster-location.yml new file mode 100644 index 000000000..9aee9a766 --- /dev/null +++ b/.github/workflows/cli-resources-compute-cluster-location.yml @@ -0,0 +1,31 @@ +name: cli-resources-compute-cluster-location +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/resources/compute/cluster-location.yml + - .github/workflows/cli-resources-compute-cluster-location.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml compute create -f resources/compute/cluster-location.yml + working-directory: cli diff --git a/.github/workflows/cli-resources-compute-cluster-low-priority.yml b/.github/workflows/cli-resources-compute-cluster-low-priority.yml new file mode 100644 index 000000000..fcbeb2734 --- /dev/null +++ b/.github/workflows/cli-resources-compute-cluster-low-priority.yml @@ -0,0 +1,31 @@ +name: cli-resources-compute-cluster-low-priority +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/resources/compute/cluster-low-priority.yml + - .github/workflows/cli-resources-compute-cluster-low-priority.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml compute create -f resources/compute/cluster-low-priority.yml + working-directory: cli diff --git a/.github/workflows/cli-resources-compute-cluster-minimal.yml b/.github/workflows/cli-resources-compute-cluster-minimal.yml new file mode 100644 index 000000000..bfc9a555d --- /dev/null +++ b/.github/workflows/cli-resources-compute-cluster-minimal.yml @@ -0,0 +1,31 @@ +name: cli-resources-compute-cluster-minimal +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/resources/compute/cluster-minimal.yml + - .github/workflows/cli-resources-compute-cluster-minimal.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml compute create -f resources/compute/cluster-minimal.yml + working-directory: cli diff --git a/.github/workflows/cli-resources-compute-cluster-ssh-password.yml b/.github/workflows/cli-resources-compute-cluster-ssh-password.yml new file mode 100644 index 000000000..e545a71ae --- /dev/null +++ b/.github/workflows/cli-resources-compute-cluster-ssh-password.yml @@ -0,0 +1,31 @@ +name: cli-resources-compute-cluster-ssh-password +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/resources/compute/cluster-ssh-password.yml + - .github/workflows/cli-resources-compute-cluster-ssh-password.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: create asset + run: az ml compute create -f resources/compute/cluster-ssh-password.yml + working-directory: cli diff --git a/.github/workflows/cli-scripts-amlarc-compute.yml b/.github/workflows/cli-scripts-batch-score-rest.yml similarity index 72% rename from .github/workflows/cli-scripts-amlarc-compute.yml rename to .github/workflows/cli-scripts-batch-score-rest.yml index 451a79897..07390dca4 100644 --- a/.github/workflows/cli-scripts-amlarc-compute.yml +++ b/.github/workflows/cli-scripts-batch-score-rest.yml @@ -1,5 +1,6 @@ -name: cli-scripts-amlarc-compute +name: cli-scripts-batch-score-rest on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -8,8 +9,8 @@ on: - cli-preview - releases/current paths: - - cli/amlarc-compute.sh - - .github/workflows/cli-scripts-amlarc-compute.yml + - cli/batch-score-rest.sh + - .github/workflows/cli-scripts-batch-score-rest.yml - cli/setup.sh jobs: build: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli @@ -28,5 +29,5 @@ jobs: - name: scripts installs run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y - name: test script script - run: set -e; bash -x amlarc-compute.sh + run: set -e; bash -x batch-score-rest.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-batch-score.yml b/.github/workflows/cli-scripts-batch-score.yml index 16e1b990c..5c2b49c7e 100644 --- a/.github/workflows/cli-scripts-batch-score.yml +++ b/.github/workflows/cli-scripts-batch-score.yml @@ -1,5 +1,6 @@ name: cli-scripts-batch-score on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-declarative-safe-rollout-online-endpoints.yml b/.github/workflows/cli-scripts-deploy-declarative-safe-rollout-online-endpoints.yml deleted file mode 100644 index c6ee9baa7..000000000 --- a/.github/workflows/cli-scripts-deploy-declarative-safe-rollout-online-endpoints.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: cli-scripts-deploy-declarative-safe-rollout-online-endpoints -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/deploy-declarative-safe-rollout-online-endpoints.sh - - .github/workflows/cli-scripts-deploy-declarative-safe-rollout-online-endpoints.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: scripts installs - run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y - - name: test script script - run: set -e; bash -x deploy-declarative-safe-rollout-online-endpoints.sh - working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-imperative-safe-rollout-online-endpoints.yml b/.github/workflows/cli-scripts-deploy-imperative-safe-rollout-online-endpoints.yml deleted file mode 100644 index 101719d3c..000000000 --- a/.github/workflows/cli-scripts-deploy-imperative-safe-rollout-online-endpoints.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: cli-scripts-deploy-imperative-safe-rollout-online-endpoints -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/deploy-imperative-safe-rollout-online-endpoints.sh - - .github/workflows/cli-scripts-deploy-imperative-safe-rollout-online-endpoints.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: scripts installs - run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y - - name: test script script - run: set -e; bash -x deploy-imperative-safe-rollout-online-endpoints.sh - working-directory: cli diff --git a/.github/workflows/cli-scripts-how-to-deploy-amlarc-endpoint.yml b/.github/workflows/cli-scripts-deploy-local-endpoint.yml similarity index 69% rename from .github/workflows/cli-scripts-how-to-deploy-amlarc-endpoint.yml rename to .github/workflows/cli-scripts-deploy-local-endpoint.yml index d3dbf56e3..a131f8470 100644 --- a/.github/workflows/cli-scripts-how-to-deploy-amlarc-endpoint.yml +++ b/.github/workflows/cli-scripts-deploy-local-endpoint.yml @@ -1,5 +1,6 @@ -name: cli-scripts-how-to-deploy-amlarc-endpoint +name: cli-scripts-deploy-local-endpoint on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -8,8 +9,8 @@ on: - cli-preview - releases/current paths: - - cli/how-to-deploy-amlarc-endpoint.sh - - .github/workflows/cli-scripts-how-to-deploy-amlarc-endpoint.yml + - cli/deploy-local-endpoint.sh + - .github/workflows/cli-scripts-deploy-local-endpoint.yml - cli/setup.sh jobs: build: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli @@ -28,5 +29,5 @@ jobs: - name: scripts installs run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y - name: test script script - run: set -e; bash -x how-to-deploy-amlarc-endpoint.sh + run: set -e; bash -x deploy-local-endpoint.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-sai.yml b/.github/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-sai.yml index 02869ea16..dcd602ebd 100644 --- a/.github/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-sai.yml +++ b/.github/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-sai.yml @@ -1,5 +1,6 @@ name: cli-scripts-deploy-managed-online-endpoint-access-resource-sai on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-uai.yml b/.github/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-uai.yml index c4a2b1830..399a55811 100644 --- a/.github/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-uai.yml +++ b/.github/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-uai.yml @@ -1,5 +1,6 @@ name: cli-scripts-deploy-managed-online-endpoint-access-resource-uai on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-triton-multiple-models-online-endpoint.yml b/.github/workflows/cli-scripts-deploy-managed-online-endpoint-mlflow.yml similarity index 64% rename from .github/workflows/cli-scripts-deploy-triton-multiple-models-online-endpoint.yml rename to .github/workflows/cli-scripts-deploy-managed-online-endpoint-mlflow.yml index f036af72c..3c7c425e8 100644 --- a/.github/workflows/cli-scripts-deploy-triton-multiple-models-online-endpoint.yml +++ b/.github/workflows/cli-scripts-deploy-managed-online-endpoint-mlflow.yml @@ -1,5 +1,6 @@ -name: cli-scripts-deploy-triton-multiple-models-online-endpoint +name: cli-scripts-deploy-managed-online-endpoint-mlflow on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -8,8 +9,8 @@ on: - cli-preview - releases/current paths: - - cli/deploy-triton-multiple-models-online-endpoint.sh - - .github/workflows/cli-scripts-deploy-triton-multiple-models-online-endpoint.yml + - cli/deploy-managed-online-endpoint-mlflow.sh + - .github/workflows/cli-scripts-deploy-managed-online-endpoint-mlflow.yml - cli/setup.sh jobs: build: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli @@ -28,5 +29,5 @@ jobs: - name: scripts installs run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y - name: test script script - run: set -e; bash -x deploy-triton-multiple-models-online-endpoint.sh + run: set -e; bash -x deploy-managed-online-endpoint-mlflow.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-managed-online-endpoint.yml b/.github/workflows/cli-scripts-deploy-managed-online-endpoint.yml index 6daeb0123..4146d6047 100644 --- a/.github/workflows/cli-scripts-deploy-managed-online-endpoint.yml +++ b/.github/workflows/cli-scripts-deploy-managed-online-endpoint.yml @@ -1,5 +1,6 @@ name: cli-scripts-deploy-managed-online-endpoint on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-manage-resources.yml b/.github/workflows/cli-scripts-deploy-moe-autoscale.yml similarity index 71% rename from .github/workflows/cli-scripts-manage-resources.yml rename to .github/workflows/cli-scripts-deploy-moe-autoscale.yml index 33af6b3c9..09e556310 100644 --- a/.github/workflows/cli-scripts-manage-resources.yml +++ b/.github/workflows/cli-scripts-deploy-moe-autoscale.yml @@ -1,5 +1,6 @@ -name: cli-scripts-manage-resources +name: cli-scripts-deploy-moe-autoscale on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -8,8 +9,8 @@ on: - cli-preview - releases/current paths: - - cli/manage-resources.sh - - .github/workflows/cli-scripts-manage-resources.yml + - cli/deploy-moe-autoscale.sh + - .github/workflows/cli-scripts-deploy-moe-autoscale.yml - cli/setup.sh jobs: build: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli @@ -28,5 +29,5 @@ jobs: - name: scripts installs run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y - name: test script script - run: set -e; bash -x manage-resources.sh + run: set -e; bash -x deploy-moe-autoscale.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-r.yml b/.github/workflows/cli-scripts-deploy-r.yml index a627cbeb5..7af9f346c 100644 --- a/.github/workflows/cli-scripts-deploy-r.yml +++ b/.github/workflows/cli-scripts-deploy-r.yml @@ -1,5 +1,6 @@ name: cli-scripts-deploy-r on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-rest.yml b/.github/workflows/cli-scripts-deploy-rest.yml index 7069dcacd..60288762b 100644 --- a/.github/workflows/cli-scripts-deploy-rest.yml +++ b/.github/workflows/cli-scripts-deploy-rest.yml @@ -1,5 +1,6 @@ name: cli-scripts-deploy-rest on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-safe-rollout-online-endpoints.yml b/.github/workflows/cli-scripts-deploy-safe-rollout-online-endpoints.yml new file mode 100644 index 000000000..64ae31f81 --- /dev/null +++ b/.github/workflows/cli-scripts-deploy-safe-rollout-online-endpoints.yml @@ -0,0 +1,33 @@ +name: cli-scripts-deploy-safe-rollout-online-endpoints +on: + workflow_dispatch: + schedule: + - cron: "0 0/4 * * *" + pull_request: + branches: + - main + - cli-preview + - releases/current + paths: + - cli/deploy-safe-rollout-online-endpoints.sh + - .github/workflows/cli-scripts-deploy-safe-rollout-online-endpoints.yml + - cli/setup.sh +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_CREDS}} + - name: setup + run: bash setup.sh + working-directory: cli + continue-on-error: true + - name: scripts installs + run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y + - name: test script script + run: set -e; bash -x deploy-safe-rollout-online-endpoints.sh + working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-tfserving.yml b/.github/workflows/cli-scripts-deploy-tfserving.yml index bab0aa701..e3947f089 100644 --- a/.github/workflows/cli-scripts-deploy-tfserving.yml +++ b/.github/workflows/cli-scripts-deploy-tfserving.yml @@ -1,5 +1,6 @@ name: cli-scripts-deploy-tfserving on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-torchserve.yml b/.github/workflows/cli-scripts-deploy-torchserve.yml index da4a7d588..da8c28dbb 100644 --- a/.github/workflows/cli-scripts-deploy-torchserve.yml +++ b/.github/workflows/cli-scripts-deploy-torchserve.yml @@ -1,5 +1,6 @@ name: cli-scripts-deploy-torchserve on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-triton-ensemble-managed-online-endpoint.yml b/.github/workflows/cli-scripts-deploy-triton-ensemble-managed-online-endpoint.yml deleted file mode 100644 index 4f3061385..000000000 --- a/.github/workflows/cli-scripts-deploy-triton-ensemble-managed-online-endpoint.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: cli-scripts-deploy-triton-ensemble-managed-online-endpoint -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/deploy-triton-ensemble-managed-online-endpoint.sh - - .github/workflows/cli-scripts-deploy-triton-ensemble-managed-online-endpoint.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: scripts installs - run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y - - name: test script script - run: set -e; bash -x deploy-triton-ensemble-managed-online-endpoint.sh - working-directory: cli diff --git a/.github/workflows/cli-scripts-deploy-triton-managed-online-endpoint.yml b/.github/workflows/cli-scripts-deploy-triton-managed-online-endpoint.yml index 7b2be687b..016b0cc3f 100644 --- a/.github/workflows/cli-scripts-deploy-triton-managed-online-endpoint.yml +++ b/.github/workflows/cli-scripts-deploy-triton-managed-online-endpoint.yml @@ -1,5 +1,6 @@ name: cli-scripts-deploy-triton-managed-online-endpoint on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-how-to-deploy-declarative-safe-rollout-amlarc-endpoints.yml b/.github/workflows/cli-scripts-how-to-deploy-declarative-safe-rollout-amlarc-endpoints.yml deleted file mode 100644 index d4b8dee87..000000000 --- a/.github/workflows/cli-scripts-how-to-deploy-declarative-safe-rollout-amlarc-endpoints.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: cli-scripts-how-to-deploy-declarative-safe-rollout-amlarc-endpoints -on: - schedule: - - cron: "0 0/4 * * *" - pull_request: - branches: - - main - - cli-preview - - releases/current - paths: - - cli/how-to-deploy-declarative-safe-rollout-amlarc-endpoints.sh - - .github/workflows/cli-scripts-how-to-deploy-declarative-safe-rollout-amlarc-endpoints.yml - - cli/setup.sh -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - - name: setup - run: bash setup.sh - working-directory: cli - continue-on-error: true - - name: scripts installs - run: sudo apt-get upgrade -y && sudo apt-get install uuid-runtime jq -y - - name: test script script - run: set -e; bash -x how-to-deploy-declarative-safe-rollout-amlarc-endpoints.sh - working-directory: cli diff --git a/.github/workflows/cli-scripts-misc.yml b/.github/workflows/cli-scripts-misc.yml index 208ab7057..44f71d9fa 100644 --- a/.github/workflows/cli-scripts-misc.yml +++ b/.github/workflows/cli-scripts-misc.yml @@ -1,5 +1,6 @@ name: cli-scripts-misc on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-mlflow-uri.yml b/.github/workflows/cli-scripts-mlflow-uri.yml index ee76f03ea..000dad1ba 100644 --- a/.github/workflows/cli-scripts-mlflow-uri.yml +++ b/.github/workflows/cli-scripts-mlflow-uri.yml @@ -1,5 +1,6 @@ name: cli-scripts-mlflow-uri on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-train-rest.yml b/.github/workflows/cli-scripts-train-rest.yml index 8204caba2..1fac73cc7 100644 --- a/.github/workflows/cli-scripts-train-rest.yml +++ b/.github/workflows/cli-scripts-train-rest.yml @@ -1,5 +1,6 @@ name: cli-scripts-train-rest on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/cli-scripts-train.yml b/.github/workflows/cli-scripts-train.yml index 9043b6785..3cff1edfa 100644 --- a/.github/workflows/cli-scripts-train.yml +++ b/.github/workflows/cli-scripts-train.yml @@ -1,5 +1,6 @@ name: cli-scripts-train on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -20,7 +21,7 @@ jobs: - name: azure login uses: azure/login@v1 with: - creds: ${{secrets.AZ_AE_CREDS}} + creds: ${{secrets.AZ_CREDS}} - name: setup run: bash setup.sh working-directory: cli diff --git a/.github/workflows/copy-schemas.yml b/.github/workflows/copy-schemas.yml deleted file mode 100644 index 2f631462b..000000000 --- a/.github/workflows/copy-schemas.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: copy-schemas -on: - workflow_dispatch: - schedule: - - cron: "0 8 * * *" -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: check out repo - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: setup python - uses: actions/setup-python@v2 - with: - python-version: "3.9" - - name: pip install requirements - run: pip install -r requirements.txt - working-directory: cli/.schemas - - name: run schema copy script - run: python copy-schemas.py - working-directory: cli/.schemas - - name: create PR if schema changes - run: | - git branch - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - git checkout -b actions/update-schemas - echo "adding..." - git add -A - if [ -n "$(git status --porcelain)" ] - then - echo "commiting..." - git commit -m "updating schemas" - echo "pushing to origin..." - git push --set-upstream origin actions/update-schemas - echo "running GH auth..." - echo ${{secrets.GITHUB_TOKEN}} | gh auth login --with-token - echo "creating PR..." - gh pr create -t "[bot] updating schemas" -b "updating schemas" - else - echo "no changes in schemas..." - fi - working-directory: cli/.schemas diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d95f68d89..e699e83a9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,10 +14,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - name: azure login - uses: azure/login@v1 - with: - creds: ${{secrets.AZ_AE_CREDS}} - name: setup python uses: actions/setup-python@v2 with: @@ -26,4 +22,4 @@ jobs: run: pip install -r dev-requirements.txt - name: run docs checker script run: python docs.py - working-directory: cli + working-directory: setup-repo diff --git a/.github/workflows/python-sdk-tutorial-automl-with-pycaret.yml b/.github/workflows/python-sdk-tutorial-automl-with-pycaret.yml new file mode 100644 index 000000000..72b14f030 --- /dev/null +++ b/.github/workflows/python-sdk-tutorial-automl-with-pycaret.yml @@ -0,0 +1,34 @@ +name: python-sdk-tutorial-automl-with-pycaret +on: + schedule: + - cron: "0 8 * * *" + pull_request: + branches: + - main + paths: + - tutorials/automl-with-pycaret/** + - .github/workflows/python-sdk/tutorial-automl-with-pycaret.yml + - requirements.txt +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: check out repo + uses: actions/checkout@v2 + - name: setup python + uses: actions/setup-python@v2 + with: + python-version: "3.8" + - name: pip install + run: pip install -r python-sdk/requirements.txt + - name: azure login + uses: azure/login@v1 + with: + creds: ${{secrets.AZ_AE_CREDS}} + - name: install azmlcli + run: az extension add -n azure-cli-ml -y + - name: attach to workspace + run: az ml folder attach -w main-python-sdk -g azureml-examples-rg + - name: run 1.classification.ipynb + run: papermill 1.classification.ipynb - -k python + working-directory: python-sdk/tutorials/automl-with-pycaret diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index ffdcc1037..d86bc6b1a 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -6,6 +6,7 @@ on: pull_request: branches: - main + - cli-preview schedule: - cron: "0 0/1 * * *" jobs: @@ -22,6 +23,3 @@ jobs: run: pip install -r dev-requirements.txt - name: check code format run: black --check . - - name: check notebook format - run: black-nb --clear-output --check . - diff --git a/cli/.schemas/README.md b/cli/.schemas/README.md deleted file mode 100644 index 8285c69d4..000000000 --- a/cli/.schemas/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Schemas - -[![copy-schemas](https://github.com/Azure/azureml-examples/workflows/copy-schemas/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/copy-schemas.yml) - -This directory contains raw JSON schemas for the YAML files. diff --git a/cli/.schemas/copy-schemas.py b/cli/.schemas/copy-schemas.py deleted file mode 100644 index daec1fc6d..000000000 --- a/cli/.schemas/copy-schemas.py +++ /dev/null @@ -1,66 +0,0 @@ -# imports -import os -import json -import yaml -import argparse - -from adlfs import AzureBlobFileSystem as abfs - -# define functions -def main(args): - # build storage options dictionary - storage_options = {"account_name": args.account_name} - schemas = get_schemas(storage_options, args.container) - - # make directories - os.makedirs(f"jsons/{args.container}", exist_ok=True) - os.makedirs(f"yamls/{args.container}", exist_ok=True) - - # process each schema - for schema in schemas: - write_json(schema, schemas[schema]) - write_yaml(schema, schemas[schema]) - - -def write_json(filename, schema): - # write schema to json - with open(f"jsons/{filename}", "w") as f: - json.dump(schema, f, indent=2) - - -def write_yaml(filename, schema): - # write schema to yaml - with open(f"yamls/{filename}".replace("json", "yml"), "w") as f: - yaml.dump(schema, f, indent=2) - - -def get_schemas(storage_options, container): - # initialize azure blob file system - fs = abfs(**storage_options) - - # get list of files under container - files = fs.ls(container) - - # filter to json schemas - schemas = [f for f in files if "schema.json" in f] - - # read in schemas - schemas = {schema: json.load(fs.open(schema)) for schema in schemas} - - # return schemas - return schemas - - -# run functions -if __name__ == "__main__": - # setup argparse - parser = argparse.ArgumentParser() - parser.add_argument( - "--schema-url", type=str, default="https://azuremlschemas.azureedge.net" - ) - parser.add_argument("--account-name", type=str, default="azuremlsdk2") - parser.add_argument("--container", type=str, default="latest") - args = parser.parse_args() - - # call main - main(args) diff --git a/cli/.schemas/jsons/latest/azureBlob.schema.json b/cli/.schemas/jsons/latest/azureBlob.schema.json deleted file mode 100644 index c38336a3b..000000000 --- a/cli/.schemas/jsons/latest/azureBlob.schema.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "AccountKeySchema": { - "type": "object", - "required": [ - "access_key" - ], - "properties": { - "access_key": { - "title": "access_key", - "type": "string" - } - }, - "additionalProperties": false - }, - "SasTokenSchema": { - "type": "object", - "required": [ - "sas_token" - ], - "properties": { - "sas_token": { - "title": "sas_token", - "type": "string" - } - }, - "additionalProperties": false - }, - "ServicePrincipalSchema": { - "type": "object", - "required": [ - "client_id", - "client_secret", - "tenant_id" - ], - "properties": { - "authority_uri": { - "title": "authority_uri", - "type": "string" - }, - "client_id": { - "title": "client_id", - "type": "string" - }, - "client_secret": { - "title": "client_secret", - "type": "string" - }, - "resource_url": { - "title": "resource_url", - "type": "string" - }, - "tenant_id": { - "title": "tenant_id", - "type": "string" - } - }, - "additionalProperties": false - }, - "CertificateSchema": { - "type": "object", - "required": [ - "client_id", - "tenant_id", - "thumbprint" - ], - "properties": { - "authority_uri": { - "title": "authority_uri", - "type": "string" - }, - "certificate": { - "title": "certificate", - "type": "string" - }, - "client_id": { - "title": "client_id", - "type": "string" - }, - "resource_url": { - "title": "resource_url", - "type": "string" - }, - "tenant_id": { - "title": "tenant_id", - "type": "string" - }, - "thumbprint": { - "title": "thumbprint", - "type": "string" - } - }, - "additionalProperties": false - }, - "AzureBlobSchema": { - "type": "object", - "required": [ - "account_name", - "container_name", - "credential", - "type" - ], - "properties": { - "account_name": { - "title": "account_name", - "type": "string" - }, - "container_name": { - "title": "container_name", - "type": "string" - }, - "credential": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/AccountKeySchema" - }, - { - "type": "object", - "$ref": "#/definitions/SasTokenSchema" - }, - { - "type": "object", - "$ref": "#/definitions/ServicePrincipalSchema" - }, - { - "type": "object", - "$ref": "#/definitions/CertificateSchema" - } - ] - }, - "description": { - "title": "description", - "type": "string" - }, - "endpoint": { - "title": "endpoint", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "protocol": { - "title": "protocol", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "type": { - "type": "string", - "enum": [ - "azure_blob" - ], - "title": "type" - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/AzureBlobSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/azureDataLakeGen1.schema.json b/cli/.schemas/jsons/latest/azureDataLakeGen1.schema.json deleted file mode 100644 index 28e92b212..000000000 --- a/cli/.schemas/jsons/latest/azureDataLakeGen1.schema.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "ServicePrincipalSchema": { - "type": "object", - "required": [ - "client_id", - "client_secret", - "tenant_id" - ], - "properties": { - "authority_uri": { - "title": "authority_uri", - "type": "string" - }, - "client_id": { - "title": "client_id", - "type": "string" - }, - "client_secret": { - "title": "client_secret", - "type": "string" - }, - "resource_url": { - "title": "resource_url", - "type": "string" - }, - "tenant_id": { - "title": "tenant_id", - "type": "string" - } - }, - "additionalProperties": false - }, - "CertificateSchema": { - "type": "object", - "required": [ - "client_id", - "tenant_id", - "thumbprint" - ], - "properties": { - "authority_uri": { - "title": "authority_uri", - "type": "string" - }, - "certificate": { - "title": "certificate", - "type": "string" - }, - "client_id": { - "title": "client_id", - "type": "string" - }, - "resource_url": { - "title": "resource_url", - "type": "string" - }, - "tenant_id": { - "title": "tenant_id", - "type": "string" - }, - "thumbprint": { - "title": "thumbprint", - "type": "string" - } - }, - "additionalProperties": false - }, - "AzureDataLakeGen1Schema": { - "type": "object", - "required": [ - "credential", - "type", - "store_name" - ], - "properties": { - "credential": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/ServicePrincipalSchema" - }, - { - "type": "object", - "$ref": "#/definitions/CertificateSchema" - } - ] - }, - "description": { - "title": "description", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "type": { - "type": "string", - "enum": [ - "azure_data_lake_gen1" - ], - "title": "type" - }, - "store_name": { - "title": "store_name", - "type": "string" - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "object", - "additionalProperties": {} - } - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/AzureDataLakeGen1Schema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/azureDataLakeGen2.schema.json b/cli/.schemas/jsons/latest/azureDataLakeGen2.schema.json deleted file mode 100644 index f81f8f8f8..000000000 --- a/cli/.schemas/jsons/latest/azureDataLakeGen2.schema.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "AccountKeySchema": { - "type": "object", - "required": [ - "access_key" - ], - "properties": { - "access_key": { - "title": "access_key", - "type": "string" - } - }, - "additionalProperties": false - }, - "SasTokenSchema": { - "type": "object", - "required": [ - "sas_token" - ], - "properties": { - "sas_token": { - "title": "sas_token", - "type": "string" - } - }, - "additionalProperties": false - }, - "ServicePrincipalSchema": { - "type": "object", - "required": [ - "client_id", - "client_secret", - "tenant_id" - ], - "properties": { - "authority_uri": { - "title": "authority_uri", - "type": "string" - }, - "client_id": { - "title": "client_id", - "type": "string" - }, - "client_secret": { - "title": "client_secret", - "type": "string" - }, - "resource_url": { - "title": "resource_url", - "type": "string" - }, - "tenant_id": { - "title": "tenant_id", - "type": "string" - } - }, - "additionalProperties": false - }, - "CertificateSchema": { - "type": "object", - "required": [ - "client_id", - "tenant_id", - "thumbprint" - ], - "properties": { - "authority_uri": { - "title": "authority_uri", - "type": "string" - }, - "certificate": { - "title": "certificate", - "type": "string" - }, - "client_id": { - "title": "client_id", - "type": "string" - }, - "resource_url": { - "title": "resource_url", - "type": "string" - }, - "tenant_id": { - "title": "tenant_id", - "type": "string" - }, - "thumbprint": { - "title": "thumbprint", - "type": "string" - } - }, - "additionalProperties": false - }, - "AzureDataLakeGen2Schema": { - "type": "object", - "required": [ - "account_name", - "container_name", - "credential", - "type" - ], - "properties": { - "account_name": { - "title": "account_name", - "type": "string" - }, - "container_name": { - "title": "container_name", - "type": "string" - }, - "credential": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/AccountKeySchema" - }, - { - "type": "object", - "$ref": "#/definitions/SasTokenSchema" - }, - { - "type": "object", - "$ref": "#/definitions/ServicePrincipalSchema" - }, - { - "type": "object", - "$ref": "#/definitions/CertificateSchema" - } - ] - }, - "description": { - "title": "description", - "type": "string" - }, - "endpoint": { - "title": "endpoint", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "protocol": { - "title": "protocol", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "type": { - "type": "string", - "enum": [ - "azure_data_lake_gen2" - ], - "title": "type" - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/AzureDataLakeGen2Schema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/azureFile.schema.json b/cli/.schemas/jsons/latest/azureFile.schema.json deleted file mode 100644 index 32b6285e5..000000000 --- a/cli/.schemas/jsons/latest/azureFile.schema.json +++ /dev/null @@ -1,174 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "AccountKeySchema": { - "type": "object", - "required": [ - "access_key" - ], - "properties": { - "access_key": { - "title": "access_key", - "type": "string" - } - }, - "additionalProperties": false - }, - "SasTokenSchema": { - "type": "object", - "required": [ - "sas_token" - ], - "properties": { - "sas_token": { - "title": "sas_token", - "type": "string" - } - }, - "additionalProperties": false - }, - "ServicePrincipalSchema": { - "type": "object", - "required": [ - "client_id", - "client_secret", - "tenant_id" - ], - "properties": { - "authority_uri": { - "title": "authority_uri", - "type": "string" - }, - "client_id": { - "title": "client_id", - "type": "string" - }, - "client_secret": { - "title": "client_secret", - "type": "string" - }, - "resource_url": { - "title": "resource_url", - "type": "string" - }, - "tenant_id": { - "title": "tenant_id", - "type": "string" - } - }, - "additionalProperties": false - }, - "CertificateSchema": { - "type": "object", - "required": [ - "client_id", - "tenant_id", - "thumbprint" - ], - "properties": { - "authority_uri": { - "title": "authority_uri", - "type": "string" - }, - "certificate": { - "title": "certificate", - "type": "string" - }, - "client_id": { - "title": "client_id", - "type": "string" - }, - "resource_url": { - "title": "resource_url", - "type": "string" - }, - "tenant_id": { - "title": "tenant_id", - "type": "string" - }, - "thumbprint": { - "title": "thumbprint", - "type": "string" - } - }, - "additionalProperties": false - }, - "AzureFileSchema": { - "type": "object", - "required": [ - "account_name", - "credential", - "file_share_name", - "type" - ], - "properties": { - "account_name": { - "title": "account_name", - "type": "string" - }, - "credential": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/AccountKeySchema" - }, - { - "type": "object", - "$ref": "#/definitions/SasTokenSchema" - }, - { - "type": "object", - "$ref": "#/definitions/ServicePrincipalSchema" - }, - { - "type": "object", - "$ref": "#/definitions/CertificateSchema" - } - ] - }, - "description": { - "title": "description", - "type": "string" - }, - "endpoint": { - "title": "endpoint", - "type": "string" - }, - "file_share_name": { - "title": "file_share_name", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "protocol": { - "title": "protocol", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "type": { - "type": "string", - "enum": [ - "azure_file" - ], - "title": "type" - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/AzureFileSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/batchDeployment.schema.json b/cli/.schemas/jsons/latest/batchDeployment.schema.json deleted file mode 100644 index 6c342cda9..000000000 --- a/cli/.schemas/jsons/latest/batchDeployment.schema.json +++ /dev/null @@ -1,534 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "CodeConfigurationSchema": { - "type": "object", - "properties": { - "code": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "codes", - "title": "code" - }, - { - "type": "object", - "$ref": "#/definitions/CodeAssetSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "scoring_script": { - "title": "scoring_script", - "type": "string" - } - }, - "additionalProperties": false - }, - "CodeAssetSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string", - "description": "URI pointing to a file or directory." - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "CreationContextSchema": { - "type": "object", - "properties": { - "created_at": { - "title": "created_at", - "type": "string", - "format": "date-time" - }, - "created_by": { - "title": "created_by", - "type": "string" - }, - "created_by_type": { - "title": "created_by_type", - "type": "string" - }, - "last_modified_at": { - "title": "last_modified_at", - "type": "string", - "format": "date-time" - }, - "last_modified_by": { - "title": "last_modified_by", - "type": "string" - }, - "last_modified_by_type": { - "title": "last_modified_by_type", - "type": "string" - } - }, - "additionalProperties": false - }, - "ComputeBindingSchema": { - "type": "object", - "properties": { - "instance_count": { - "title": "instance_count", - "type": "number", - "format": "integer" - }, - "instance_type": { - "title": "instance_type", - "type": "string", - "description": "The instance type to make availabel to this job." - }, - "location": { - "title": "location", - "type": "string", - "description": "The locations where this job may run." - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "target": { - "anyOf": [ - { - "type": "string", - "enum": [ - "local" - ], - "title": "target" - }, - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "computes", - "title": "target" - }, - { - "title": "target", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "EnvironmentSchema": { - "type": "object", - "properties": { - "conda_file": { - "anyOf": [ - { - "type": "string", - "title": "conda_file" - }, - { - "title": "conda_file", - "type": "string" - } - ] - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "description": { - "title": "description", - "type": "string" - }, - "docker": { - "type": "object", - "$ref": "#/definitions/DockerSchema" - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "id", - "readonly": true - }, - "inference_config": { - "type": "object", - "$ref": "#/definitions/InferenceConfigSchema" - }, - "name": { - "title": "name", - "type": "string" - }, - "os_type": { - "type": "string", - "enum": [ - "linux", - "windows" - ], - "title": "os_type" - }, - "path": { - "title": "path", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "DockerSchema": { - "type": "object", - "properties": { - "build": { - "type": "object", - "$ref": "#/definitions/DockerBuildSchema" - }, - "image": { - "title": "image", - "type": "string" - } - }, - "additionalProperties": false - }, - "DockerBuildSchema": { - "type": "object", - "properties": { - "dockerfile": { - "anyOf": [ - { - "type": "string", - "title": "dockerfile" - }, - { - "title": "dockerfile", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "InferenceConfigSchema": { - "type": "object", - "required": [ - "liveness_route", - "readiness_route", - "scoring_route" - ], - "properties": { - "liveness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "readiness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "scoring_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - } - }, - "additionalProperties": false - }, - "RouteSchema": { - "type": "object", - "required": [ - "path", - "port" - ], - "properties": { - "path": { - "title": "path", - "type": "string" - }, - "port": { - "title": "port", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ModelSchema": { - "type": "object", - "required": [ - "name", - "version" - ], - "properties": { - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "flavors": { - "title": "flavors", - "type": "object", - "additionalProperties": {} - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "id", - "readonly": true - }, - "local_path": { - "title": "local_path", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "utc_time_created": { - "title": "utc_time_created", - "type": "string", - "format": "date-time" - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "BatchRetrySettingsSchema": { - "type": "object", - "properties": { - "max_retries": { - "title": "max_retries", - "type": "number", - "format": "integer", - "description": "The number of maximum tries for a failed or timeout mini batch." - }, - "timeout": { - "title": "timeout", - "type": "number", - "format": "integer", - "description": "The timeout for a mini batch." - } - }, - "additionalProperties": false - }, - "BatchDeploymentSchema": { - "type": "object", - "required": [ - "compute", - "name" - ], - "properties": { - "code_configuration": { - "type": "object", - "$ref": "#/definitions/CodeConfigurationSchema" - }, - "compute": { - "type": "object", - "$ref": "#/definitions/ComputeBindingSchema" - }, - "environment": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "environment" - }, - { - "type": "object", - "$ref": "#/definitions/EnvironmentSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "environment_variables": { - "title": "environment_variables", - "type": "object", - "additionalProperties": {} - }, - "error_threshold": { - "title": "error_threshold", - "type": "number", - "format": "integer", - "description": "The number of item processing failures should be ignored. If the error_threshold is reached, the job will be early terminated." - }, - "id": { - "title": "id", - "type": "string" - }, - "logging_level": { - "title": "logging_level", - "type": "string", - "description": "A string of the logging level name, which is defined in 'logging'. Possible values are 'warning', 'info', and 'debug'." - }, - "mini_batch_size": { - "title": "mini_batch_size", - "type": "number", - "format": "integer" - }, - "model": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "model" - }, - { - "type": "object", - "$ref": "#/definitions/ModelSchema" - } - ] - }, - "name": { - "title": "name", - "type": "string" - }, - "output_file_name": { - "title": "output_file_name", - "type": "string", - "description": "File name of the prediction output." - }, - "partition_keys": { - "title": "partition_keys", - "type": "array", - "description": "The partition strategy for the input data.", - "items": { - "title": "partition_keys", - "type": "string" - } - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "retry_settings": { - "type": "object", - "$ref": "#/definitions/BatchRetrySettingsSchema" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "type": { - "title": "type", - "type": "string" - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/BatchDeploymentSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/batchEndpoint.schema.json b/cli/.schemas/jsons/latest/batchEndpoint.schema.json deleted file mode 100644 index 98b6a7930..000000000 --- a/cli/.schemas/jsons/latest/batchEndpoint.schema.json +++ /dev/null @@ -1,652 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "BatchDeploymentSchema": { - "type": "object", - "required": [ - "compute", - "name" - ], - "properties": { - "code_configuration": { - "type": "object", - "$ref": "#/definitions/CodeConfigurationSchema" - }, - "compute": { - "type": "object", - "$ref": "#/definitions/ComputeBindingSchema" - }, - "environment": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "environment" - }, - { - "type": "object", - "$ref": "#/definitions/EnvironmentSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "environment_variables": { - "title": "environment_variables", - "type": "object", - "additionalProperties": {} - }, - "error_threshold": { - "title": "error_threshold", - "type": "number", - "format": "integer", - "description": "The number of item processing failures should be ignored. If the error_threshold is reached, the job will be early terminated." - }, - "id": { - "title": "id", - "type": "string" - }, - "logging_level": { - "title": "logging_level", - "type": "string", - "description": "A string of the logging level name, which is defined in 'logging'. Possible values are 'warning', 'info', and 'debug'." - }, - "mini_batch_size": { - "title": "mini_batch_size", - "type": "number", - "format": "integer" - }, - "model": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "model" - }, - { - "type": "object", - "$ref": "#/definitions/ModelSchema" - } - ] - }, - "name": { - "title": "name", - "type": "string" - }, - "output_file_name": { - "title": "output_file_name", - "type": "string", - "description": "File name of the prediction output." - }, - "partition_keys": { - "title": "partition_keys", - "type": "array", - "description": "The partition strategy for the input data.", - "items": { - "title": "partition_keys", - "type": "string" - } - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "retry_settings": { - "type": "object", - "$ref": "#/definitions/BatchRetrySettingsSchema" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "type": { - "title": "type", - "type": "string" - } - }, - "additionalProperties": false - }, - "CodeConfigurationSchema": { - "type": "object", - "properties": { - "code": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "codes", - "title": "code" - }, - { - "type": "object", - "$ref": "#/definitions/CodeAssetSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "scoring_script": { - "title": "scoring_script", - "type": "string" - } - }, - "additionalProperties": false - }, - "CodeAssetSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string", - "description": "URI pointing to a file or directory." - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "CreationContextSchema": { - "type": "object", - "properties": { - "created_at": { - "title": "created_at", - "type": "string", - "format": "date-time" - }, - "created_by": { - "title": "created_by", - "type": "string" - }, - "created_by_type": { - "title": "created_by_type", - "type": "string" - }, - "last_modified_at": { - "title": "last_modified_at", - "type": "string", - "format": "date-time" - }, - "last_modified_by": { - "title": "last_modified_by", - "type": "string" - }, - "last_modified_by_type": { - "title": "last_modified_by_type", - "type": "string" - } - }, - "additionalProperties": false - }, - "ComputeBindingSchema": { - "type": "object", - "properties": { - "instance_count": { - "title": "instance_count", - "type": "number", - "format": "integer" - }, - "instance_type": { - "title": "instance_type", - "type": "string", - "description": "The instance type to make availabel to this job." - }, - "location": { - "title": "location", - "type": "string", - "description": "The locations where this job may run." - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "target": { - "anyOf": [ - { - "type": "string", - "enum": [ - "local" - ], - "title": "target" - }, - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "computes", - "title": "target" - }, - { - "title": "target", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "EnvironmentSchema": { - "type": "object", - "properties": { - "conda_file": { - "anyOf": [ - { - "type": "string", - "title": "conda_file" - }, - { - "title": "conda_file", - "type": "string" - } - ] - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "description": { - "title": "description", - "type": "string" - }, - "docker": { - "type": "object", - "$ref": "#/definitions/DockerSchema" - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "id", - "readonly": true - }, - "inference_config": { - "type": "object", - "$ref": "#/definitions/InferenceConfigSchema" - }, - "name": { - "title": "name", - "type": "string" - }, - "os_type": { - "type": "string", - "enum": [ - "linux", - "windows" - ], - "title": "os_type" - }, - "path": { - "title": "path", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "DockerSchema": { - "type": "object", - "properties": { - "build": { - "type": "object", - "$ref": "#/definitions/DockerBuildSchema" - }, - "image": { - "title": "image", - "type": "string" - } - }, - "additionalProperties": false - }, - "DockerBuildSchema": { - "type": "object", - "properties": { - "dockerfile": { - "anyOf": [ - { - "type": "string", - "title": "dockerfile" - }, - { - "title": "dockerfile", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "InferenceConfigSchema": { - "type": "object", - "required": [ - "liveness_route", - "readiness_route", - "scoring_route" - ], - "properties": { - "liveness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "readiness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "scoring_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - } - }, - "additionalProperties": false - }, - "RouteSchema": { - "type": "object", - "required": [ - "path", - "port" - ], - "properties": { - "path": { - "title": "path", - "type": "string" - }, - "port": { - "title": "port", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ModelSchema": { - "type": "object", - "required": [ - "name", - "version" - ], - "properties": { - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "flavors": { - "title": "flavors", - "type": "object", - "additionalProperties": {} - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "id", - "readonly": true - }, - "local_path": { - "title": "local_path", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "utc_time_created": { - "title": "utc_time_created", - "type": "string", - "format": "date-time" - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "BatchRetrySettingsSchema": { - "type": "object", - "properties": { - "max_retries": { - "title": "max_retries", - "type": "number", - "format": "integer", - "description": "The number of maximum tries for a failed or timeout mini batch." - }, - "timeout": { - "title": "timeout", - "type": "number", - "format": "integer", - "description": "The timeout for a mini batch." - } - }, - "additionalProperties": false - }, - "IdentitySchema": { - "type": "object", - "properties": { - "principal_id": { - "title": "principal_id", - "type": "string" - }, - "tenant_id": { - "title": "tenant_id", - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "system_assigned", - "user_assigned", - "none" - ], - "title": "type" - }, - "user_assigned_identities": { - "title": "user_assigned_identities", - "type": "array", - "items": { - "title": "user_assigned_identities", - "type": "object", - "additionalProperties": { - "title": "user_assigned_identities", - "type": "string" - } - } - } - }, - "additionalProperties": false - }, - "BatchEndpointSchema": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "auth_mode": { - "type": "string", - "enum": [ - "aml_token", - "key", - "aad_token" - ], - "title": "auth_mode" - }, - "deployments": { - "title": "deployments", - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/BatchDeploymentSchema" - } - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "identity": { - "type": "object", - "$ref": "#/definitions/IdentitySchema" - }, - "location": { - "title": "location", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "scoring_uri": { - "title": "scoring_uri", - "type": "string", - "description": "the endpoint uri that can be used for scoring" - }, - "swagger_uri": { - "title": "swagger_uri", - "type": "string" - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "traffic": { - "title": "traffic", - "type": "object", - "additionalProperties": { - "title": "traffic", - "type": "number", - "format": "integer" - } - }, - "type": { - "title": "type", - "type": "string" - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/BatchEndpointSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/commandJob.schema.json b/cli/.schemas/jsons/latest/commandJob.schema.json deleted file mode 100644 index ef9e08e2b..000000000 --- a/cli/.schemas/jsons/latest/commandJob.schema.json +++ /dev/null @@ -1,754 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "AnonymousCodeAssetSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string", - "readonly": true - }, - "path": { - "title": "path", - "type": "string", - "description": "URI pointing to a file or directory." - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "version": { - "title": "version", - "type": "number", - "format": "integer", - "readonly": true - } - }, - "additionalProperties": false - }, - "CreationContextSchema": { - "type": "object", - "properties": { - "created_at": { - "title": "created_at", - "type": "string", - "format": "date-time" - }, - "created_by": { - "title": "created_by", - "type": "string" - }, - "created_by_type": { - "title": "created_by_type", - "type": "string" - }, - "last_modified_at": { - "title": "last_modified_at", - "type": "string", - "format": "date-time" - }, - "last_modified_by": { - "title": "last_modified_by", - "type": "string" - }, - "last_modified_by_type": { - "title": "last_modified_by_type", - "type": "string" - } - }, - "additionalProperties": false - }, - "ComputeBindingSchema": { - "type": "object", - "properties": { - "instance_count": { - "title": "instance_count", - "type": "number", - "format": "integer" - }, - "instance_type": { - "title": "instance_type", - "type": "string", - "description": "The instance type to make availabel to this job." - }, - "location": { - "title": "location", - "type": "string", - "description": "The locations where this job may run." - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "target": { - "anyOf": [ - { - "type": "string", - "enum": [ - "local" - ], - "title": "target" - }, - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "computes", - "title": "target" - }, - { - "title": "target", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "PyTorchDistributionSchema": { - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "pytorch" - ], - "title": "type" - }, - "process_count": { - "title": "process_count", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "TensorFlowDistributionSchema": { - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "tensorflow" - ], - "title": "type" - }, - "parameter_server_count": { - "title": "parameter_server_count", - "type": "number", - "format": "integer" - }, - "worker_count": { - "title": "worker_count", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "MPIDistributionSchema": { - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "mpi" - ], - "title": "type" - }, - "process_count_per_instance": { - "title": "process_count_per_instance", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "AnonymousEnvironmentSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "conda_file": { - "anyOf": [ - { - "type": "string", - "title": "conda_file" - }, - { - "title": "conda_file", - "type": "string" - } - ] - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "docker": { - "type": "object", - "$ref": "#/definitions/DockerSchema" - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "id", - "readonly": true - }, - "inference_config": { - "type": "object", - "$ref": "#/definitions/InferenceConfigSchema" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string" - }, - "os_type": { - "type": "string", - "enum": [ - "linux", - "windows" - ], - "title": "os_type" - }, - "path": { - "title": "path", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "DockerSchema": { - "type": "object", - "properties": { - "build": { - "type": "object", - "$ref": "#/definitions/DockerBuildSchema" - }, - "image": { - "title": "image", - "type": "string" - } - }, - "additionalProperties": false - }, - "DockerBuildSchema": { - "type": "object", - "properties": { - "dockerfile": { - "anyOf": [ - { - "type": "string", - "title": "dockerfile" - }, - { - "title": "dockerfile", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "InferenceConfigSchema": { - "type": "object", - "required": [ - "liveness_route", - "readiness_route", - "scoring_route" - ], - "properties": { - "liveness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "readiness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "scoring_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - } - }, - "additionalProperties": false - }, - "RouteSchema": { - "type": "object", - "required": [ - "path", - "port" - ], - "properties": { - "path": { - "title": "path", - "type": "string" - }, - "port": { - "title": "port", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ManagedIdentitySchema": { - "type": "object", - "required": [ - "type" - ], - "properties": { - "client_id": { - "title": "client_id", - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "managed" - ], - "title": "type" - }, - "msi_resource_id": { - "title": "msi_resource_id", - "type": "string" - }, - "object_id": { - "title": "object_id", - "type": "string" - } - }, - "additionalProperties": false - }, - "AMLTokenIdentitySchema": { - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "amltoken" - ], - "title": "type" - } - }, - "additionalProperties": false - }, - "InputEntrySchema": { - "type": "object", - "properties": { - "data": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "data" - }, - { - "type": "object", - "$ref": "#/definitions/AnonymousAssetSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "mode": { - "type": "string", - "enum": [ - "mount", - "download" - ], - "title": "mode" - } - }, - "additionalProperties": false - }, - "AnonymousAssetSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string", - "readonly": true - }, - "path": { - "title": "path", - "type": "string", - "description": "URI pointing to a file or directory." - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "version": { - "title": "version", - "type": "number", - "format": "integer", - "readonly": true - } - }, - "additionalProperties": false - }, - "JobEndpointSchema": { - "type": "object", - "properties": { - "endpoint": { - "title": "endpoint", - "type": "string", - "readonly": true - }, - "type": { - "title": "type", - "type": "string" - }, - "port": { - "title": "port", - "type": "number", - "format": "integer" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - } - }, - "additionalProperties": false - }, - "JobOutputSchema": { - "type": "object", - "properties": { - "datastore_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore_id" - }, - "path": { - "title": "path", - "type": "string" - } - }, - "additionalProperties": false - }, - "CommandJobSchema": { - "type": "object", - "required": [ - "command", - "compute", - "environment" - ], - "properties": { - "code": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/AnonymousCodeAssetSchema" - }, - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "codes", - "title": "code" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "command": { - "title": "command", - "type": "string", - "description": "The command run and the parameters passed. This string may contain place holders of inputs in {}. " - }, - "compute": { - "type": "object", - "$ref": "#/definitions/ComputeBindingSchema" - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "description": { - "title": "description", - "type": "string" - }, - "distribution": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/PyTorchDistributionSchema" - }, - { - "type": "object", - "$ref": "#/definitions/TensorFlowDistributionSchema" - }, - { - "type": "object", - "$ref": "#/definitions/MPIDistributionSchema" - } - ] - }, - "environment": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/AnonymousEnvironmentSchema" - }, - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "environment" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "environment_variables": { - "title": "environment_variables", - "type": "object", - "additionalProperties": { - "title": "environment_variables", - "type": "string" - } - }, - "experiment_name": { - "title": "experiment_name", - "type": "string" - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "jobs", - "title": "id", - "readonly": true - }, - "identity": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/ManagedIdentitySchema" - }, - { - "type": "object", - "$ref": "#/definitions/AMLTokenIdentitySchema" - } - ] - }, - "inputs": { - "title": "inputs", - "type": "object", - "additionalProperties": { - "type": "object", - "$ref": "#/definitions/InputEntrySchema" - } - }, - "interaction_endpoints": { - "title": "interaction_endpoints", - "type": "object", - "additionalProperties": { - "type": "object", - "$ref": "#/definitions/JobEndpointSchema" - } - }, - "log_files": { - "title": "log_files", - "type": "object", - "additionalProperties": { - "title": "log_files", - "type": "string" - } - }, - "name": { - "title": "name", - "type": "string" - }, - "output": { - "type": "object", - "$ref": "#/definitions/JobOutputSchema", - "description": "The output configurations for the component used." - }, - "parameters": { - "title": "parameters", - "type": "object", - "additionalProperties": {} - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": { - "title": "properties", - "type": "string" - } - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "status": { - "title": "status", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "timeout": { - "title": "timeout", - "type": "number", - "format": "integer", - "description": "Maximum time to run (seconds)." - }, - "type": { - "type": "string", - "enum": [ - "command_job" - ], - "title": "type" - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/CommandJobSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/compute.schema.json b/cli/.schemas/jsons/latest/compute.schema.json deleted file mode 100644 index d975e6b91..000000000 --- a/cli/.schemas/jsons/latest/compute.schema.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "ComputeSchema": { - "type": "object", - "required": [ - "name", - "type" - ], - "properties": { - "admin_password": { - "title": "admin_password", - "type": "string" - }, - "admin_username": { - "title": "admin_username", - "type": "string" - }, - "applications": { - "title": "applications", - "type": "array", - "items": { - "title": "applications", - "type": "object", - "additionalProperties": { - "title": "applications", - "type": "string" - } - } - }, - "created_on": { - "title": "created_on", - "type": "string", - "readonly": true - }, - "description": { - "title": "description", - "type": "string" - }, - "enable_public_ip": { - "title": "enable_public_ip", - "type": "boolean" - }, - "identity_type": { - "title": "identity_type", - "type": "string" - }, - "idle_time_before_scale_down": { - "title": "idle_time_before_scale_down", - "type": "number", - "format": "integer" - }, - "last_operation": { - "title": "last_operation", - "type": "object", - "additionalProperties": { - "title": "last_operation", - "type": "string" - } - }, - "location": { - "title": "location", - "type": "string" - }, - "max_instances": { - "title": "max_instances", - "type": "number", - "format": "integer" - }, - "min_instances": { - "title": "min_instances", - "type": "number", - "format": "integer" - }, - "name": { - "title": "name", - "type": "string" - }, - "priority": { - "title": "priority", - "type": "string" - }, - "private_ip_address": { - "title": "private_ip_address", - "type": "string" - }, - "provisioning_errors": { - "title": "provisioning_errors", - "type": "string", - "readonly": true - }, - "provisioning_state": { - "title": "provisioning_state", - "type": "string", - "readonly": true - }, - "public_ip_address": { - "title": "public_ip_address", - "type": "string" - }, - "resource_id": { - "title": "resource_id", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "size": { - "title": "size", - "type": "string" - }, - "ssh_key_value": { - "anyOf": [ - { - "type": "string", - "pattern": "^file:.*", - "title": "ssh_key_value" - }, - { - "title": "ssh_key_value", - "type": "string" - } - ] - }, - "ssh_public_access": { - "title": "ssh_public_access", - "type": "string" - }, - "ssl_configuration": { - "title": "ssl_configuration", - "type": "string" - }, - "state": { - "title": "state", - "type": "string" - }, - "subnet": { - "title": "subnet", - "type": "string" - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "type": { - "title": "type", - "type": "string" - }, - "user_assigned_identities": { - "title": "user_assigned_identities", - "type": "string" - }, - "user_object_id": { - "title": "user_object_id", - "type": "string" - }, - "user_tenant_id": { - "title": "user_tenant_id", - "type": "string" - }, - "vnet_name": { - "title": "vnet_name", - "type": "string" - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/ComputeSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/dataset.schema.json b/cli/.schemas/jsons/latest/dataset.schema.json deleted file mode 100644 index ce7fffeb0..000000000 --- a/cli/.schemas/jsons/latest/dataset.schema.json +++ /dev/null @@ -1,98 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "CreationContextSchema": { - "properties": { - "created_at": { - "title": "created_at", - "type": "string", - "format": "date-time" - }, - "created_by": { - "title": "created_by", - "type": "string" - }, - "created_by_type": { - "title": "created_by_type", - "type": "string" - }, - "last_modified_at": { - "title": "last_modified_at", - "type": "string", - "format": "date-time" - }, - "last_modified_by": { - "title": "last_modified_by", - "type": "string" - }, - "last_modified_by_type": { - "title": "last_modified_by_type", - "type": "string" - } - }, - "type": "object", - "additionalProperties": false - }, - "AssetSchema": { - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string", - "description": "URI pointing to a file or directory." - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "type": "object", - "additionalProperties": false - } - }, - "$ref": "#/definitions/AssetSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/environment.schema.json b/cli/.schemas/jsons/latest/environment.schema.json deleted file mode 100644 index 74b9a4756..000000000 --- a/cli/.schemas/jsons/latest/environment.schema.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "CreationContextSchema": { - "type": "object", - "properties": { - "created_at": { - "title": "created_at", - "type": "string", - "format": "date-time" - }, - "created_by": { - "title": "created_by", - "type": "string" - }, - "created_by_type": { - "title": "created_by_type", - "type": "string" - }, - "last_modified_at": { - "title": "last_modified_at", - "type": "string", - "format": "date-time" - }, - "last_modified_by": { - "title": "last_modified_by", - "type": "string" - }, - "last_modified_by_type": { - "title": "last_modified_by_type", - "type": "string" - } - }, - "additionalProperties": false - }, - "DockerSchema": { - "type": "object", - "properties": { - "build": { - "type": "object", - "$ref": "#/definitions/DockerBuildSchema" - }, - "image": { - "title": "image", - "type": "string" - } - }, - "additionalProperties": false - }, - "DockerBuildSchema": { - "type": "object", - "properties": { - "dockerfile": { - "anyOf": [ - { - "type": "string", - "title": "dockerfile" - }, - { - "title": "dockerfile", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "InferenceConfigSchema": { - "type": "object", - "required": [ - "liveness_route", - "readiness_route", - "scoring_route" - ], - "properties": { - "liveness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "readiness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "scoring_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - } - }, - "additionalProperties": false - }, - "RouteSchema": { - "type": "object", - "required": [ - "path", - "port" - ], - "properties": { - "path": { - "title": "path", - "type": "string" - }, - "port": { - "title": "port", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "EnvironmentSchema": { - "type": "object", - "properties": { - "conda_file": { - "anyOf": [ - { - "type": "string", - "title": "conda_file" - }, - { - "title": "conda_file", - "type": "string" - } - ] - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "description": { - "title": "description", - "type": "string" - }, - "docker": { - "type": "object", - "$ref": "#/definitions/DockerSchema" - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "id", - "readonly": true - }, - "inference_config": { - "type": "object", - "$ref": "#/definitions/InferenceConfigSchema" - }, - "name": { - "title": "name", - "type": "string" - }, - "os_type": { - "type": "string", - "enum": [ - "linux", - "windows" - ], - "title": "os_type" - }, - "path": { - "title": "path", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/EnvironmentSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/k8sOnlineDeployment.schema.json b/cli/.schemas/jsons/latest/k8sOnlineDeployment.schema.json deleted file mode 100644 index 46aa383fb..000000000 --- a/cli/.schemas/jsons/latest/k8sOnlineDeployment.schema.json +++ /dev/null @@ -1,613 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "CodeConfigurationSchema": { - "type": "object", - "properties": { - "code": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "codes", - "title": "code" - }, - { - "type": "object", - "$ref": "#/definitions/CodeAssetSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "scoring_script": { - "title": "scoring_script", - "type": "string" - } - }, - "additionalProperties": false - }, - "CodeAssetSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string", - "description": "URI pointing to a file or directory." - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "CreationContextSchema": { - "type": "object", - "properties": { - "created_at": { - "title": "created_at", - "type": "string", - "format": "date-time" - }, - "created_by": { - "title": "created_by", - "type": "string" - }, - "created_by_type": { - "title": "created_by_type", - "type": "string" - }, - "last_modified_at": { - "title": "last_modified_at", - "type": "string", - "format": "date-time" - }, - "last_modified_by": { - "title": "last_modified_by", - "type": "string" - }, - "last_modified_by_type": { - "title": "last_modified_by_type", - "type": "string" - } - }, - "additionalProperties": false - }, - "EnvironmentSchema": { - "type": "object", - "properties": { - "conda_file": { - "anyOf": [ - { - "type": "string", - "title": "conda_file" - }, - { - "title": "conda_file", - "type": "string" - } - ] - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "description": { - "title": "description", - "type": "string" - }, - "docker": { - "type": "object", - "$ref": "#/definitions/DockerSchema" - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "id", - "readonly": true - }, - "inference_config": { - "type": "object", - "$ref": "#/definitions/InferenceConfigSchema" - }, - "name": { - "title": "name", - "type": "string" - }, - "os_type": { - "type": "string", - "enum": [ - "linux", - "windows" - ], - "title": "os_type" - }, - "path": { - "title": "path", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "DockerSchema": { - "type": "object", - "properties": { - "build": { - "type": "object", - "$ref": "#/definitions/DockerBuildSchema" - }, - "image": { - "title": "image", - "type": "string" - } - }, - "additionalProperties": false - }, - "DockerBuildSchema": { - "type": "object", - "properties": { - "dockerfile": { - "anyOf": [ - { - "type": "string", - "title": "dockerfile" - }, - { - "title": "dockerfile", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "InferenceConfigSchema": { - "type": "object", - "required": [ - "liveness_route", - "readiness_route", - "scoring_route" - ], - "properties": { - "liveness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "readiness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "scoring_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - } - }, - "additionalProperties": false - }, - "RouteSchema": { - "type": "object", - "required": [ - "path", - "port" - ], - "properties": { - "path": { - "title": "path", - "type": "string" - }, - "port": { - "title": "port", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "LivenessProbeSchema": { - "type": "object", - "properties": { - "failure_threshold": { - "title": "failure_threshold", - "type": "number", - "format": "integer" - }, - "initial_delay": { - "title": "initial_delay", - "type": "number", - "format": "integer" - }, - "period": { - "title": "period", - "type": "number", - "format": "integer" - }, - "success_threshold": { - "title": "success_threshold", - "type": "number", - "format": "integer" - }, - "timeout": { - "title": "timeout", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ModelSchema": { - "type": "object", - "required": [ - "name", - "version" - ], - "properties": { - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "flavors": { - "title": "flavors", - "type": "object", - "additionalProperties": {} - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "id", - "readonly": true - }, - "local_path": { - "title": "local_path", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "utc_time_created": { - "title": "utc_time_created", - "type": "string", - "format": "date-time" - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "RequestSettingsSchema": { - "type": "object", - "properties": { - "max_concurrent_requests_per_instance": { - "title": "max_concurrent_requests_per_instance", - "type": "number", - "format": "integer" - }, - "max_queue_wait_ms": { - "title": "max_queue_wait_ms", - "type": "number", - "format": "integer" - }, - "request_timeout_ms": { - "title": "request_timeout_ms", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ResourceRequirementsSchema": { - "type": "object", - "properties": { - "cpu": { - "title": "cpu", - "type": "number", - "format": "float" - }, - "cpu_cores_limit": { - "title": "cpu_cores_limit", - "type": "number", - "format": "float" - }, - "gpu": { - "title": "gpu", - "type": "number", - "format": "integer" - }, - "memory_in_gb": { - "title": "memory_in_gb", - "type": "number", - "format": "float" - }, - "memory_in_gb_limit": { - "title": "memory_in_gb_limit", - "type": "number", - "format": "float" - } - }, - "additionalProperties": false - }, - "AutoScaleSettingsSchema": { - "type": "object", - "required": [ - "scale_type" - ], - "properties": { - "max_instances": { - "title": "max_instances", - "type": "number", - "format": "integer" - }, - "min_instances": { - "title": "min_instances", - "type": "number", - "format": "integer" - }, - "polling_interval": { - "title": "polling_interval", - "type": "number", - "format": "integer" - }, - "scale_type": { - "type": "string", - "enum": [ - "Auto" - ], - "title": "scale_type" - }, - "target_utilization_percentage": { - "title": "target_utilization_percentage", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ManualScaleSettingsSchema": { - "type": "object", - "required": [ - "instance_count", - "scale_type" - ], - "properties": { - "instance_count": { - "title": "instance_count", - "type": "number", - "format": "integer" - }, - "max_instances": { - "title": "max_instances", - "type": "number", - "format": "integer" - }, - "min_instances": { - "title": "min_instances", - "type": "number", - "format": "integer" - }, - "scale_type": { - "type": "string", - "enum": [ - "Manual" - ], - "title": "scale_type" - } - }, - "additionalProperties": false - }, - "K8sOnlineDeploymentSchema": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "app_insights_enabled": { - "title": "app_insights_enabled", - "type": "boolean" - }, - "code_configuration": { - "type": "object", - "$ref": "#/definitions/CodeConfigurationSchema" - }, - "environment": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "environment" - }, - { - "type": "object", - "$ref": "#/definitions/EnvironmentSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "environment_variables": { - "title": "environment_variables", - "type": "object", - "additionalProperties": {} - }, - "id": { - "title": "id", - "type": "string" - }, - "liveness_probe": { - "type": "object", - "$ref": "#/definitions/LivenessProbeSchema" - }, - "model": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "model" - }, - { - "type": "object", - "$ref": "#/definitions/ModelSchema" - } - ] - }, - "name": { - "title": "name", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "provisioning_state": { - "title": "provisioning_state", - "type": "string" - }, - "request_settings": { - "type": "object", - "$ref": "#/definitions/RequestSettingsSchema" - }, - "resource_requirements": { - "type": "object", - "$ref": "#/definitions/ResourceRequirementsSchema" - }, - "scale_settings": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/AutoScaleSettingsSchema" - }, - { - "type": "object", - "$ref": "#/definitions/ManualScaleSettingsSchema" - } - ] - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "type": { - "title": "type", - "type": "string" - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/K8sOnlineDeploymentSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/k8sOnlineEndpoint.schema.json b/cli/.schemas/jsons/latest/k8sOnlineEndpoint.schema.json deleted file mode 100644 index 456b2a136..000000000 --- a/cli/.schemas/jsons/latest/k8sOnlineEndpoint.schema.json +++ /dev/null @@ -1,742 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "K8sOnlineDeploymentSchema": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "app_insights_enabled": { - "title": "app_insights_enabled", - "type": "boolean" - }, - "code_configuration": { - "type": "object", - "$ref": "#/definitions/CodeConfigurationSchema" - }, - "environment": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "environment" - }, - { - "type": "object", - "$ref": "#/definitions/EnvironmentSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "environment_variables": { - "title": "environment_variables", - "type": "object", - "additionalProperties": {} - }, - "id": { - "title": "id", - "type": "string" - }, - "liveness_probe": { - "type": "object", - "$ref": "#/definitions/LivenessProbeSchema" - }, - "model": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "model" - }, - { - "type": "object", - "$ref": "#/definitions/ModelSchema" - } - ] - }, - "name": { - "title": "name", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "provisioning_state": { - "title": "provisioning_state", - "type": "string" - }, - "request_settings": { - "type": "object", - "$ref": "#/definitions/RequestSettingsSchema" - }, - "resource_requirements": { - "type": "object", - "$ref": "#/definitions/ResourceRequirementsSchema" - }, - "scale_settings": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/AutoScaleSettingsSchema" - }, - { - "type": "object", - "$ref": "#/definitions/ManualScaleSettingsSchema" - } - ] - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "type": { - "title": "type", - "type": "string" - } - }, - "additionalProperties": false - }, - "CodeConfigurationSchema": { - "type": "object", - "properties": { - "code": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "codes", - "title": "code" - }, - { - "type": "object", - "$ref": "#/definitions/CodeAssetSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "scoring_script": { - "title": "scoring_script", - "type": "string" - } - }, - "additionalProperties": false - }, - "CodeAssetSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string", - "description": "URI pointing to a file or directory." - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "CreationContextSchema": { - "type": "object", - "properties": { - "created_at": { - "title": "created_at", - "type": "string", - "format": "date-time" - }, - "created_by": { - "title": "created_by", - "type": "string" - }, - "created_by_type": { - "title": "created_by_type", - "type": "string" - }, - "last_modified_at": { - "title": "last_modified_at", - "type": "string", - "format": "date-time" - }, - "last_modified_by": { - "title": "last_modified_by", - "type": "string" - }, - "last_modified_by_type": { - "title": "last_modified_by_type", - "type": "string" - } - }, - "additionalProperties": false - }, - "EnvironmentSchema": { - "type": "object", - "properties": { - "conda_file": { - "anyOf": [ - { - "type": "string", - "title": "conda_file" - }, - { - "title": "conda_file", - "type": "string" - } - ] - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "description": { - "title": "description", - "type": "string" - }, - "docker": { - "type": "object", - "$ref": "#/definitions/DockerSchema" - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "id", - "readonly": true - }, - "inference_config": { - "type": "object", - "$ref": "#/definitions/InferenceConfigSchema" - }, - "name": { - "title": "name", - "type": "string" - }, - "os_type": { - "type": "string", - "enum": [ - "linux", - "windows" - ], - "title": "os_type" - }, - "path": { - "title": "path", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "DockerSchema": { - "type": "object", - "properties": { - "build": { - "type": "object", - "$ref": "#/definitions/DockerBuildSchema" - }, - "image": { - "title": "image", - "type": "string" - } - }, - "additionalProperties": false - }, - "DockerBuildSchema": { - "type": "object", - "properties": { - "dockerfile": { - "anyOf": [ - { - "type": "string", - "title": "dockerfile" - }, - { - "title": "dockerfile", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "InferenceConfigSchema": { - "type": "object", - "required": [ - "liveness_route", - "readiness_route", - "scoring_route" - ], - "properties": { - "liveness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "readiness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "scoring_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - } - }, - "additionalProperties": false - }, - "RouteSchema": { - "type": "object", - "required": [ - "path", - "port" - ], - "properties": { - "path": { - "title": "path", - "type": "string" - }, - "port": { - "title": "port", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "LivenessProbeSchema": { - "type": "object", - "properties": { - "failure_threshold": { - "title": "failure_threshold", - "type": "number", - "format": "integer" - }, - "initial_delay": { - "title": "initial_delay", - "type": "number", - "format": "integer" - }, - "period": { - "title": "period", - "type": "number", - "format": "integer" - }, - "success_threshold": { - "title": "success_threshold", - "type": "number", - "format": "integer" - }, - "timeout": { - "title": "timeout", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ModelSchema": { - "type": "object", - "required": [ - "name", - "version" - ], - "properties": { - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "flavors": { - "title": "flavors", - "type": "object", - "additionalProperties": {} - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "id", - "readonly": true - }, - "local_path": { - "title": "local_path", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "utc_time_created": { - "title": "utc_time_created", - "type": "string", - "format": "date-time" - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "RequestSettingsSchema": { - "type": "object", - "properties": { - "max_concurrent_requests_per_instance": { - "title": "max_concurrent_requests_per_instance", - "type": "number", - "format": "integer" - }, - "max_queue_wait_ms": { - "title": "max_queue_wait_ms", - "type": "number", - "format": "integer" - }, - "request_timeout_ms": { - "title": "request_timeout_ms", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ResourceRequirementsSchema": { - "type": "object", - "properties": { - "cpu": { - "title": "cpu", - "type": "number", - "format": "float" - }, - "cpu_cores_limit": { - "title": "cpu_cores_limit", - "type": "number", - "format": "float" - }, - "gpu": { - "title": "gpu", - "type": "number", - "format": "integer" - }, - "memory_in_gb": { - "title": "memory_in_gb", - "type": "number", - "format": "float" - }, - "memory_in_gb_limit": { - "title": "memory_in_gb_limit", - "type": "number", - "format": "float" - } - }, - "additionalProperties": false - }, - "AutoScaleSettingsSchema": { - "type": "object", - "required": [ - "scale_type" - ], - "properties": { - "max_instances": { - "title": "max_instances", - "type": "number", - "format": "integer" - }, - "min_instances": { - "title": "min_instances", - "type": "number", - "format": "integer" - }, - "polling_interval": { - "title": "polling_interval", - "type": "number", - "format": "integer" - }, - "scale_type": { - "type": "string", - "enum": [ - "Auto" - ], - "title": "scale_type" - }, - "target_utilization_percentage": { - "title": "target_utilization_percentage", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ManualScaleSettingsSchema": { - "type": "object", - "required": [ - "instance_count", - "scale_type" - ], - "properties": { - "instance_count": { - "title": "instance_count", - "type": "number", - "format": "integer" - }, - "max_instances": { - "title": "max_instances", - "type": "number", - "format": "integer" - }, - "min_instances": { - "title": "min_instances", - "type": "number", - "format": "integer" - }, - "scale_type": { - "type": "string", - "enum": [ - "Manual" - ], - "title": "scale_type" - } - }, - "additionalProperties": false - }, - "IdentitySchema": { - "type": "object", - "properties": { - "principal_id": { - "title": "principal_id", - "type": "string" - }, - "tenant_id": { - "title": "tenant_id", - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "system_assigned", - "user_assigned", - "none" - ], - "title": "type" - }, - "user_assigned_identities": { - "title": "user_assigned_identities", - "type": "array", - "items": { - "title": "user_assigned_identities", - "type": "object", - "additionalProperties": { - "title": "user_assigned_identities", - "type": "string" - } - } - } - }, - "additionalProperties": false - }, - "K8sOnlineEndpointSchema": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "auth_mode": { - "type": "string", - "enum": [ - "aml_token", - "key", - "aad_token" - ], - "title": "auth_mode" - }, - "deployments": { - "title": "deployments", - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/K8sOnlineDeploymentSchema" - } - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "identity": { - "type": "object", - "$ref": "#/definitions/IdentitySchema" - }, - "location": { - "title": "location", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "provisioning_state": { - "title": "provisioning_state", - "type": "string", - "description": "status of the deployment provisioning operation" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "scoring_uri": { - "title": "scoring_uri", - "type": "string", - "description": "the endpoint uri that can be used for scoring" - }, - "swagger_uri": { - "title": "swagger_uri", - "type": "string" - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "target": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "computes", - "title": "target" - }, - "traffic": { - "title": "traffic", - "type": "object", - "additionalProperties": { - "title": "traffic", - "type": "number", - "format": "integer" - } - }, - "type": { - "title": "type", - "type": "string" - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/K8sOnlineEndpointSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/managedOnlineDeployment.schema.json b/cli/.schemas/jsons/latest/managedOnlineDeployment.schema.json deleted file mode 100644 index df8a02fa1..000000000 --- a/cli/.schemas/jsons/latest/managedOnlineDeployment.schema.json +++ /dev/null @@ -1,586 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "CodeConfigurationSchema": { - "type": "object", - "properties": { - "code": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "codes", - "title": "code" - }, - { - "type": "object", - "$ref": "#/definitions/CodeAssetSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "scoring_script": { - "title": "scoring_script", - "type": "string" - } - }, - "additionalProperties": false - }, - "CodeAssetSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string", - "description": "URI pointing to a file or directory." - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "CreationContextSchema": { - "type": "object", - "properties": { - "created_at": { - "title": "created_at", - "type": "string", - "format": "date-time" - }, - "created_by": { - "title": "created_by", - "type": "string" - }, - "created_by_type": { - "title": "created_by_type", - "type": "string" - }, - "last_modified_at": { - "title": "last_modified_at", - "type": "string", - "format": "date-time" - }, - "last_modified_by": { - "title": "last_modified_by", - "type": "string" - }, - "last_modified_by_type": { - "title": "last_modified_by_type", - "type": "string" - } - }, - "additionalProperties": false - }, - "EnvironmentSchema": { - "type": "object", - "properties": { - "conda_file": { - "anyOf": [ - { - "type": "string", - "title": "conda_file" - }, - { - "title": "conda_file", - "type": "string" - } - ] - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "description": { - "title": "description", - "type": "string" - }, - "docker": { - "type": "object", - "$ref": "#/definitions/DockerSchema" - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "id", - "readonly": true - }, - "inference_config": { - "type": "object", - "$ref": "#/definitions/InferenceConfigSchema" - }, - "name": { - "title": "name", - "type": "string" - }, - "os_type": { - "type": "string", - "enum": [ - "linux", - "windows" - ], - "title": "os_type" - }, - "path": { - "title": "path", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "DockerSchema": { - "type": "object", - "properties": { - "build": { - "type": "object", - "$ref": "#/definitions/DockerBuildSchema" - }, - "image": { - "title": "image", - "type": "string" - } - }, - "additionalProperties": false - }, - "DockerBuildSchema": { - "type": "object", - "properties": { - "dockerfile": { - "anyOf": [ - { - "type": "string", - "title": "dockerfile" - }, - { - "title": "dockerfile", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "InferenceConfigSchema": { - "type": "object", - "required": [ - "liveness_route", - "readiness_route", - "scoring_route" - ], - "properties": { - "liveness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "readiness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "scoring_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - } - }, - "additionalProperties": false - }, - "RouteSchema": { - "type": "object", - "required": [ - "path", - "port" - ], - "properties": { - "path": { - "title": "path", - "type": "string" - }, - "port": { - "title": "port", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "LivenessProbeSchema": { - "type": "object", - "properties": { - "failure_threshold": { - "title": "failure_threshold", - "type": "number", - "format": "integer" - }, - "initial_delay": { - "title": "initial_delay", - "type": "number", - "format": "integer" - }, - "period": { - "title": "period", - "type": "number", - "format": "integer" - }, - "success_threshold": { - "title": "success_threshold", - "type": "number", - "format": "integer" - }, - "timeout": { - "title": "timeout", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ModelSchema": { - "type": "object", - "required": [ - "name", - "version" - ], - "properties": { - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "flavors": { - "title": "flavors", - "type": "object", - "additionalProperties": {} - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "id", - "readonly": true - }, - "local_path": { - "title": "local_path", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "utc_time_created": { - "title": "utc_time_created", - "type": "string", - "format": "date-time" - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "RequestSettingsSchema": { - "type": "object", - "properties": { - "max_concurrent_requests_per_instance": { - "title": "max_concurrent_requests_per_instance", - "type": "number", - "format": "integer" - }, - "max_queue_wait_ms": { - "title": "max_queue_wait_ms", - "type": "number", - "format": "integer" - }, - "request_timeout_ms": { - "title": "request_timeout_ms", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "AutoScaleSettingsSchema": { - "type": "object", - "required": [ - "scale_type" - ], - "properties": { - "max_instances": { - "title": "max_instances", - "type": "number", - "format": "integer" - }, - "min_instances": { - "title": "min_instances", - "type": "number", - "format": "integer" - }, - "polling_interval": { - "title": "polling_interval", - "type": "number", - "format": "integer" - }, - "scale_type": { - "type": "string", - "enum": [ - "Auto" - ], - "title": "scale_type" - }, - "target_utilization_percentage": { - "title": "target_utilization_percentage", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ManualScaleSettingsSchema": { - "type": "object", - "required": [ - "instance_count", - "scale_type" - ], - "properties": { - "instance_count": { - "title": "instance_count", - "type": "number", - "format": "integer" - }, - "max_instances": { - "title": "max_instances", - "type": "number", - "format": "integer" - }, - "min_instances": { - "title": "min_instances", - "type": "number", - "format": "integer" - }, - "scale_type": { - "type": "string", - "enum": [ - "Manual" - ], - "title": "scale_type" - } - }, - "additionalProperties": false - }, - "ManagedOnlineDeploymentSchema": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "app_insights_enabled": { - "title": "app_insights_enabled", - "type": "boolean" - }, - "code_configuration": { - "type": "object", - "$ref": "#/definitions/CodeConfigurationSchema" - }, - "environment": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "environment" - }, - { - "type": "object", - "$ref": "#/definitions/EnvironmentSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "environment_variables": { - "title": "environment_variables", - "type": "object", - "additionalProperties": {} - }, - "id": { - "title": "id", - "type": "string" - }, - "instance_type": { - "title": "instance_type", - "type": "string" - }, - "liveness_probe": { - "type": "object", - "$ref": "#/definitions/LivenessProbeSchema" - }, - "model": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "model" - }, - { - "type": "object", - "$ref": "#/definitions/ModelSchema" - } - ] - }, - "name": { - "title": "name", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "provisioning_state": { - "title": "provisioning_state", - "type": "string" - }, - "readiness_probe": { - "type": "object", - "$ref": "#/definitions/LivenessProbeSchema" - }, - "request_settings": { - "type": "object", - "$ref": "#/definitions/RequestSettingsSchema" - }, - "scale_settings": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/AutoScaleSettingsSchema" - }, - { - "type": "object", - "$ref": "#/definitions/ManualScaleSettingsSchema" - } - ] - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "type": { - "title": "type", - "type": "string" - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/ManagedOnlineDeploymentSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/managedOnlineEndpoint.schema.json b/cli/.schemas/jsons/latest/managedOnlineEndpoint.schema.json deleted file mode 100644 index f67075325..000000000 --- a/cli/.schemas/jsons/latest/managedOnlineEndpoint.schema.json +++ /dev/null @@ -1,708 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "ManagedOnlineDeploymentSchema": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "app_insights_enabled": { - "title": "app_insights_enabled", - "type": "boolean" - }, - "code_configuration": { - "type": "object", - "$ref": "#/definitions/CodeConfigurationSchema" - }, - "environment": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "environment" - }, - { - "type": "object", - "$ref": "#/definitions/EnvironmentSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "environment_variables": { - "title": "environment_variables", - "type": "object", - "additionalProperties": {} - }, - "id": { - "title": "id", - "type": "string" - }, - "instance_type": { - "title": "instance_type", - "type": "string" - }, - "liveness_probe": { - "type": "object", - "$ref": "#/definitions/LivenessProbeSchema" - }, - "model": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "model" - }, - { - "type": "object", - "$ref": "#/definitions/ModelSchema" - } - ] - }, - "name": { - "title": "name", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "provisioning_state": { - "title": "provisioning_state", - "type": "string" - }, - "readiness_probe": { - "type": "object", - "$ref": "#/definitions/LivenessProbeSchema" - }, - "request_settings": { - "type": "object", - "$ref": "#/definitions/RequestSettingsSchema" - }, - "scale_settings": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/AutoScaleSettingsSchema" - }, - { - "type": "object", - "$ref": "#/definitions/ManualScaleSettingsSchema" - } - ] - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "type": { - "title": "type", - "type": "string" - } - }, - "additionalProperties": false - }, - "CodeConfigurationSchema": { - "type": "object", - "properties": { - "code": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "codes", - "title": "code" - }, - { - "type": "object", - "$ref": "#/definitions/CodeAssetSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "scoring_script": { - "title": "scoring_script", - "type": "string" - } - }, - "additionalProperties": false - }, - "CodeAssetSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string", - "description": "URI pointing to a file or directory." - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "CreationContextSchema": { - "type": "object", - "properties": { - "created_at": { - "title": "created_at", - "type": "string", - "format": "date-time" - }, - "created_by": { - "title": "created_by", - "type": "string" - }, - "created_by_type": { - "title": "created_by_type", - "type": "string" - }, - "last_modified_at": { - "title": "last_modified_at", - "type": "string", - "format": "date-time" - }, - "last_modified_by": { - "title": "last_modified_by", - "type": "string" - }, - "last_modified_by_type": { - "title": "last_modified_by_type", - "type": "string" - } - }, - "additionalProperties": false - }, - "EnvironmentSchema": { - "type": "object", - "properties": { - "conda_file": { - "anyOf": [ - { - "type": "string", - "title": "conda_file" - }, - { - "title": "conda_file", - "type": "string" - } - ] - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "description": { - "title": "description", - "type": "string" - }, - "docker": { - "type": "object", - "$ref": "#/definitions/DockerSchema" - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "id", - "readonly": true - }, - "inference_config": { - "type": "object", - "$ref": "#/definitions/InferenceConfigSchema" - }, - "name": { - "title": "name", - "type": "string" - }, - "os_type": { - "type": "string", - "enum": [ - "linux", - "windows" - ], - "title": "os_type" - }, - "path": { - "title": "path", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "DockerSchema": { - "type": "object", - "properties": { - "build": { - "type": "object", - "$ref": "#/definitions/DockerBuildSchema" - }, - "image": { - "title": "image", - "type": "string" - } - }, - "additionalProperties": false - }, - "DockerBuildSchema": { - "type": "object", - "properties": { - "dockerfile": { - "anyOf": [ - { - "type": "string", - "title": "dockerfile" - }, - { - "title": "dockerfile", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "InferenceConfigSchema": { - "type": "object", - "required": [ - "liveness_route", - "readiness_route", - "scoring_route" - ], - "properties": { - "liveness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "readiness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "scoring_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - } - }, - "additionalProperties": false - }, - "RouteSchema": { - "type": "object", - "required": [ - "path", - "port" - ], - "properties": { - "path": { - "title": "path", - "type": "string" - }, - "port": { - "title": "port", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "LivenessProbeSchema": { - "type": "object", - "properties": { - "failure_threshold": { - "title": "failure_threshold", - "type": "number", - "format": "integer" - }, - "initial_delay": { - "title": "initial_delay", - "type": "number", - "format": "integer" - }, - "period": { - "title": "period", - "type": "number", - "format": "integer" - }, - "success_threshold": { - "title": "success_threshold", - "type": "number", - "format": "integer" - }, - "timeout": { - "title": "timeout", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ModelSchema": { - "type": "object", - "required": [ - "name", - "version" - ], - "properties": { - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "flavors": { - "title": "flavors", - "type": "object", - "additionalProperties": {} - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "id", - "readonly": true - }, - "local_path": { - "title": "local_path", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "utc_time_created": { - "title": "utc_time_created", - "type": "string", - "format": "date-time" - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "RequestSettingsSchema": { - "type": "object", - "properties": { - "max_concurrent_requests_per_instance": { - "title": "max_concurrent_requests_per_instance", - "type": "number", - "format": "integer" - }, - "max_queue_wait_ms": { - "title": "max_queue_wait_ms", - "type": "number", - "format": "integer" - }, - "request_timeout_ms": { - "title": "request_timeout_ms", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "AutoScaleSettingsSchema": { - "type": "object", - "required": [ - "scale_type" - ], - "properties": { - "max_instances": { - "title": "max_instances", - "type": "number", - "format": "integer" - }, - "min_instances": { - "title": "min_instances", - "type": "number", - "format": "integer" - }, - "polling_interval": { - "title": "polling_interval", - "type": "number", - "format": "integer" - }, - "scale_type": { - "type": "string", - "enum": [ - "Auto" - ], - "title": "scale_type" - }, - "target_utilization_percentage": { - "title": "target_utilization_percentage", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ManualScaleSettingsSchema": { - "type": "object", - "required": [ - "instance_count", - "scale_type" - ], - "properties": { - "instance_count": { - "title": "instance_count", - "type": "number", - "format": "integer" - }, - "max_instances": { - "title": "max_instances", - "type": "number", - "format": "integer" - }, - "min_instances": { - "title": "min_instances", - "type": "number", - "format": "integer" - }, - "scale_type": { - "type": "string", - "enum": [ - "Manual" - ], - "title": "scale_type" - } - }, - "additionalProperties": false - }, - "IdentitySchema": { - "type": "object", - "properties": { - "principal_id": { - "title": "principal_id", - "type": "string" - }, - "tenant_id": { - "title": "tenant_id", - "type": "string" - }, - "type": { - "type": "string", - "enum": [ - "system_assigned", - "user_assigned", - "none" - ], - "title": "type" - }, - "user_assigned_identities": { - "title": "user_assigned_identities", - "type": "array", - "items": { - "title": "user_assigned_identities", - "type": "object", - "additionalProperties": { - "title": "user_assigned_identities", - "type": "string" - } - } - } - }, - "additionalProperties": false - }, - "ManagedOnlineEndpointSchema": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "auth_mode": { - "type": "string", - "enum": [ - "aml_token", - "key", - "aad_token" - ], - "title": "auth_mode" - }, - "deployments": { - "title": "deployments", - "type": "array", - "items": { - "type": "object", - "$ref": "#/definitions/ManagedOnlineDeploymentSchema" - } - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "identity": { - "type": "object", - "$ref": "#/definitions/IdentitySchema" - }, - "location": { - "title": "location", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "provisioning_state": { - "title": "provisioning_state", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "scoring_uri": { - "title": "scoring_uri", - "type": "string", - "description": "the endpoint uri that can be used for scoring" - }, - "swagger_uri": { - "title": "swagger_uri", - "type": "string" - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "traffic": { - "title": "traffic", - "type": "object", - "additionalProperties": { - "title": "traffic", - "type": "number", - "format": "integer" - } - }, - "type": { - "title": "type", - "type": "string" - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/ManagedOnlineEndpointSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/model.schema.json b/cli/.schemas/jsons/latest/model.schema.json deleted file mode 100644 index 121be3849..000000000 --- a/cli/.schemas/jsons/latest/model.schema.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "CreationContextSchema": { - "type": "object", - "properties": { - "created_at": { - "title": "created_at", - "type": "string", - "format": "date-time" - }, - "created_by": { - "title": "created_by", - "type": "string" - }, - "created_by_type": { - "title": "created_by_type", - "type": "string" - }, - "last_modified_at": { - "title": "last_modified_at", - "type": "string", - "format": "date-time" - }, - "last_modified_by": { - "title": "last_modified_by", - "type": "string" - }, - "last_modified_by_type": { - "title": "last_modified_by_type", - "type": "string" - } - }, - "additionalProperties": false - }, - "ModelSchema": { - "type": "object", - "required": [ - "name", - "version" - ], - "properties": { - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "flavors": { - "title": "flavors", - "type": "object", - "additionalProperties": {} - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "models", - "title": "id", - "readonly": true - }, - "local_path": { - "title": "local_path", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "path": { - "title": "path", - "type": "string" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "utc_time_created": { - "title": "utc_time_created", - "type": "string", - "format": "date-time" - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/ModelSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/sweepJob.schema.json b/cli/.schemas/jsons/latest/sweepJob.schema.json deleted file mode 100644 index 22101df0e..000000000 --- a/cli/.schemas/jsons/latest/sweepJob.schema.json +++ /dev/null @@ -1,1082 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "CreationContextSchema": { - "type": "object", - "properties": { - "created_at": { - "title": "created_at", - "type": "string", - "format": "date-time" - }, - "created_by": { - "title": "created_by", - "type": "string" - }, - "created_by_type": { - "title": "created_by_type", - "type": "string" - }, - "last_modified_at": { - "title": "last_modified_at", - "type": "string", - "format": "date-time" - }, - "last_modified_by": { - "title": "last_modified_by", - "type": "string" - }, - "last_modified_by_type": { - "title": "last_modified_by_type", - "type": "string" - } - }, - "additionalProperties": false - }, - "BanditPolicySchema": { - "type": "object", - "required": [ - "policy_type" - ], - "properties": { - "delay_evaluation": { - "title": "delay_evaluation", - "type": "number", - "format": "integer" - }, - "evaluation_interval": { - "title": "evaluation_interval", - "type": "number", - "format": "integer" - }, - "policy_type": { - "type": "string", - "enum": [ - "bandit" - ], - "title": "policy_type" - }, - "slack_amount": { - "title": "slack_amount", - "type": "number", - "format": "float" - }, - "slack_factor": { - "title": "slack_factor", - "type": "number", - "format": "float" - } - }, - "additionalProperties": false - }, - "MedianStoppingPolicySchema": { - "type": "object", - "required": [ - "policy_type" - ], - "properties": { - "delay_evaluation": { - "title": "delay_evaluation", - "type": "number", - "format": "integer" - }, - "evaluation_interval": { - "title": "evaluation_interval", - "type": "number", - "format": "integer" - }, - "policy_type": { - "type": "string", - "enum": [ - "median_stopping" - ], - "title": "policy_type" - } - }, - "additionalProperties": false - }, - "TruncationSelectionPolicySchema": { - "type": "object", - "required": [ - "policy_type", - "truncation_percentage" - ], - "properties": { - "delay_evaluation": { - "title": "delay_evaluation", - "type": "number", - "format": "integer" - }, - "evaluation_interval": { - "title": "evaluation_interval", - "type": "number", - "format": "integer" - }, - "exclude_finished_jobs": { - "title": "exclude_finished_jobs", - "type": "boolean" - }, - "policy_type": { - "type": "string", - "enum": [ - "truncation_selection" - ], - "title": "policy_type" - }, - "truncation_percentage": { - "title": "truncation_percentage", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "JobEndpointSchema": { - "type": "object", - "properties": { - "endpoint": { - "title": "endpoint", - "type": "string", - "readonly": true - }, - "type": { - "title": "type", - "type": "string" - }, - "port": { - "title": "port", - "type": "number", - "format": "integer" - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - } - }, - "additionalProperties": false - }, - "SweepObjectiveSchema": { - "type": "object", - "required": [ - "goal", - "primary_metric" - ], - "properties": { - "goal": { - "type": "string", - "enum": [ - "minimize", - "maximize" - ], - "title": "goal" - }, - "primary_metric": { - "title": "primary_metric", - "type": "string" - } - }, - "additionalProperties": false - }, - "JobOutputSchema": { - "type": "object", - "properties": { - "datastore_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore_id" - }, - "path": { - "title": "path", - "type": "string" - } - }, - "additionalProperties": false - }, - "ChoiceSchema": { - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "choice" - ], - "title": "type" - }, - "values": { - "title": "values", - "type": "array", - "items": { - "anyOf": [ - { - "title": "values", - "type": "number", - "format": "float" - }, - { - "title": "values", - "type": "string" - } - ] - } - } - }, - "additionalProperties": false - }, - "UniformSchema": { - "type": "object", - "required": [ - "max_value", - "min_value", - "type" - ], - "properties": { - "max_value": { - "title": "max_value", - "type": "number", - "format": "float" - }, - "min_value": { - "title": "min_value", - "type": "number", - "format": "float" - }, - "type": { - "type": "string", - "enum": [ - "uniform", - "loguniform" - ], - "title": "type" - } - }, - "additionalProperties": false - }, - "QUniformSchema": { - "type": "object", - "required": [ - "max_value", - "min_value", - "q", - "type" - ], - "properties": { - "max_value": { - "title": "max_value", - "type": "number", - "format": "float" - }, - "min_value": { - "title": "min_value", - "type": "number", - "format": "float" - }, - "q": { - "title": "q", - "type": "number", - "format": "integer" - }, - "type": { - "type": "string", - "enum": [ - "quniform", - "qloguniform" - ], - "title": "type" - } - }, - "additionalProperties": false - }, - "NormalSchema": { - "type": "object", - "required": [ - "mu", - "sigma", - "type" - ], - "properties": { - "mu": { - "title": "mu", - "type": "number", - "format": "float" - }, - "sigma": { - "title": "sigma", - "type": "number", - "format": "float" - }, - "type": { - "type": "string", - "enum": [ - "normal", - "lognormal" - ], - "title": "type" - } - }, - "additionalProperties": false - }, - "QNormalSchema": { - "type": "object", - "required": [ - "mu", - "q", - "sigma", - "type" - ], - "properties": { - "mu": { - "title": "mu", - "type": "number", - "format": "float" - }, - "q": { - "title": "q", - "type": "number", - "format": "integer" - }, - "sigma": { - "title": "sigma", - "type": "number", - "format": "float" - }, - "type": { - "type": "string", - "enum": [ - "qnormal", - "qlognormal" - ], - "title": "type" - } - }, - "additionalProperties": false - }, - "RandintSchema": { - "type": "object", - "required": [ - "type", - "upper" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "randint" - ], - "title": "type" - }, - "upper": { - "title": "upper", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "ParameterizedCommandSchema": { - "type": "object", - "required": [ - "command", - "compute", - "environment" - ], - "properties": { - "code": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/AnonymousCodeAssetSchema" - }, - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "codes", - "title": "code" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "command": { - "title": "command", - "type": "string", - "description": "The command run and the parameters passed. This string may contain place holders of inputs in {}. " - }, - "compute": { - "type": "object", - "$ref": "#/definitions/ComputeBindingSchema" - }, - "distribution": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/PyTorchDistributionSchema" - }, - { - "type": "object", - "$ref": "#/definitions/TensorFlowDistributionSchema" - }, - { - "type": "object", - "$ref": "#/definitions/MPIDistributionSchema" - } - ] - }, - "environment": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/AnonymousEnvironmentSchema" - }, - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "environment" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "inputs": { - "title": "inputs", - "type": "object", - "additionalProperties": { - "type": "object", - "$ref": "#/definitions/InputEntrySchema" - } - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - } - }, - "additionalProperties": false - }, - "AnonymousCodeAssetSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string", - "readonly": true - }, - "path": { - "title": "path", - "type": "string", - "description": "URI pointing to a file or directory." - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "version": { - "title": "version", - "type": "number", - "format": "integer", - "readonly": true - } - }, - "additionalProperties": false - }, - "ComputeBindingSchema": { - "type": "object", - "properties": { - "instance_count": { - "title": "instance_count", - "type": "number", - "format": "integer" - }, - "instance_type": { - "title": "instance_type", - "type": "string", - "description": "The instance type to make availabel to this job." - }, - "location": { - "title": "location", - "type": "string", - "description": "The locations where this job may run." - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": {} - }, - "target": { - "anyOf": [ - { - "type": "string", - "enum": [ - "local" - ], - "title": "target" - }, - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "computes", - "title": "target" - }, - { - "title": "target", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "PyTorchDistributionSchema": { - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "pytorch" - ], - "title": "type" - }, - "process_count": { - "title": "process_count", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "TensorFlowDistributionSchema": { - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "tensorflow" - ], - "title": "type" - }, - "parameter_server_count": { - "title": "parameter_server_count", - "type": "number", - "format": "integer" - }, - "worker_count": { - "title": "worker_count", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "MPIDistributionSchema": { - "type": "object", - "required": [ - "type" - ], - "properties": { - "type": { - "type": "string", - "enum": [ - "mpi" - ], - "title": "type" - }, - "process_count_per_instance": { - "title": "process_count_per_instance", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "AnonymousEnvironmentSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "conda_file": { - "anyOf": [ - { - "type": "string", - "title": "conda_file" - }, - { - "title": "conda_file", - "type": "string" - } - ] - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "docker": { - "type": "object", - "$ref": "#/definitions/DockerSchema" - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "environments", - "title": "id", - "readonly": true - }, - "inference_config": { - "type": "object", - "$ref": "#/definitions/InferenceConfigSchema" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string" - }, - "os_type": { - "type": "string", - "enum": [ - "linux", - "windows" - ], - "title": "os_type" - }, - "path": { - "title": "path", - "type": "string" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "version": { - "title": "version", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "DockerSchema": { - "type": "object", - "properties": { - "build": { - "type": "object", - "$ref": "#/definitions/DockerBuildSchema" - }, - "image": { - "title": "image", - "type": "string" - } - }, - "additionalProperties": false - }, - "DockerBuildSchema": { - "type": "object", - "properties": { - "dockerfile": { - "anyOf": [ - { - "type": "string", - "title": "dockerfile" - }, - { - "title": "dockerfile", - "type": "string" - } - ] - } - }, - "additionalProperties": false - }, - "InferenceConfigSchema": { - "type": "object", - "required": [ - "liveness_route", - "readiness_route", - "scoring_route" - ], - "properties": { - "liveness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "readiness_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - }, - "scoring_route": { - "type": "object", - "$ref": "#/definitions/RouteSchema" - } - }, - "additionalProperties": false - }, - "RouteSchema": { - "type": "object", - "required": [ - "path", - "port" - ], - "properties": { - "path": { - "title": "path", - "type": "string" - }, - "port": { - "title": "port", - "type": "number", - "format": "integer" - } - }, - "additionalProperties": false - }, - "InputEntrySchema": { - "type": "object", - "properties": { - "data": { - "anyOf": [ - { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "data" - }, - { - "type": "object", - "$ref": "#/definitions/AnonymousAssetSchema" - }, - { - "type": "string", - "pattern": "^file:.*" - } - ] - }, - "mode": { - "type": "string", - "enum": [ - "mount", - "download" - ], - "title": "mode" - } - }, - "additionalProperties": false - }, - "AnonymousAssetSchema": { - "type": "object", - "properties": { - "arm_id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "data", - "title": "arm_id", - "readonly": true - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "datastore": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "datastores", - "title": "datastore" - }, - "description": { - "title": "description", - "type": "string" - }, - "id": { - "title": "id", - "type": "string" - }, - "local_path": { - "title": "local_path", - "type": "string", - "description": "the path from which the data gets uploaded to the cloud" - }, - "name": { - "title": "name", - "type": "string", - "readonly": true - }, - "path": { - "title": "path", - "type": "string", - "description": "URI pointing to a file or directory." - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": {} - }, - "version": { - "title": "version", - "type": "number", - "format": "integer", - "readonly": true - } - }, - "additionalProperties": false - }, - "SweepJobSchema": { - "type": "object", - "required": [ - "algorithm", - "objective", - "trial", - "type" - ], - "properties": { - "algorithm": { - "type": "string", - "enum": [ - "bayesian", - "grid", - "random" - ], - "title": "algorithm" - }, - "creation_context": { - "type": "object", - "$ref": "#/definitions/CreationContextSchema" - }, - "description": { - "title": "description", - "type": "string" - }, - "early_termination": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/BanditPolicySchema" - }, - { - "type": "object", - "$ref": "#/definitions/MedianStoppingPolicySchema" - }, - { - "type": "object", - "$ref": "#/definitions/TruncationSelectionPolicySchema" - } - ] - }, - "experiment_name": { - "title": "experiment_name", - "type": "string" - }, - "id": { - "type": "string", - "pattern": "^azureml:.*", - "arm_type": "jobs", - "title": "id", - "readonly": true - }, - "interaction_endpoints": { - "title": "interaction_endpoints", - "type": "object", - "additionalProperties": { - "type": "object", - "$ref": "#/definitions/JobEndpointSchema" - } - }, - "log_files": { - "title": "log_files", - "type": "object", - "additionalProperties": { - "title": "log_files", - "type": "string" - } - }, - "max_concurrent_trials": { - "title": "max_concurrent_trials", - "type": "number", - "format": "integer", - "description": "The maximum number of runs to run concurrently." - }, - "max_total_trials": { - "title": "max_total_trials", - "type": "number", - "format": "integer", - "description": "The maximum number of runs." - }, - "name": { - "title": "name", - "type": "string" - }, - "objective": { - "type": "object", - "$ref": "#/definitions/SweepObjectiveSchema", - "description": "The name and optimization goal of the primary metric." - }, - "output": { - "type": "object", - "$ref": "#/definitions/JobOutputSchema", - "description": "The output configurations for the component used." - }, - "properties": { - "title": "properties", - "type": "object", - "additionalProperties": { - "title": "properties", - "type": "string" - } - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "search_space": { - "title": "search_space", - "type": "object", - "additionalProperties": { - "anyOf": [ - { - "type": "object", - "$ref": "#/definitions/ChoiceSchema" - }, - { - "type": "object", - "$ref": "#/definitions/UniformSchema" - }, - { - "type": "object", - "$ref": "#/definitions/QUniformSchema" - }, - { - "type": "object", - "$ref": "#/definitions/NormalSchema" - }, - { - "type": "object", - "$ref": "#/definitions/QNormalSchema" - }, - { - "type": "object", - "$ref": "#/definitions/RandintSchema" - } - ] - } - }, - "status": { - "title": "status", - "type": "string", - "readonly": true - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - }, - "timeout_minutes": { - "title": "timeout_minutes", - "type": "number", - "format": "integer" - }, - "trial": { - "type": "object", - "$ref": "#/definitions/ParameterizedCommandSchema" - }, - "type": { - "type": "string", - "enum": [ - "sweep_job" - ], - "title": "type" - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/SweepJobSchema" -} \ No newline at end of file diff --git a/cli/.schemas/jsons/latest/workspace.schema.json b/cli/.schemas/jsons/latest/workspace.schema.json deleted file mode 100644 index d8357eb46..000000000 --- a/cli/.schemas/jsons/latest/workspace.schema.json +++ /dev/null @@ -1,134 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema#", - "definitions": { - "CustomerManagedKeySchema": { - "type": "object", - "properties": { - "key_uri": { - "title": "key_uri", - "type": "string" - }, - "key_vault": { - "title": "key_vault", - "type": "string" - } - }, - "additionalProperties": false - }, - "PrivateEndpointSchema": { - "type": "object", - "properties": { - "approval_type": { - "title": "approval_type", - "type": "string" - }, - "connections": { - "title": "connections", - "type": "object", - "additionalProperties": { - "type": "object", - "$ref": "#/definitions/EndpointConnectionSchema" - } - } - }, - "additionalProperties": false - }, - "EndpointConnectionSchema": { - "type": "object", - "properties": { - "location": { - "title": "location", - "type": "string" - }, - "resource_group": { - "title": "resource_group", - "type": "string" - }, - "subnet_name": { - "title": "subnet_name", - "type": "string" - }, - "subscription_id": { - "title": "subscription_id", - "type": "string" - }, - "vnet_name": { - "title": "vnet_name", - "type": "string" - } - }, - "additionalProperties": false - }, - "WorkspaceSchema": { - "type": "object", - "required": [ - "name" - ], - "properties": { - "application_insights": { - "title": "application_insights", - "type": "string" - }, - "container_registry": { - "title": "container_registry", - "type": "string" - }, - "customer_managed_key": { - "type": "object", - "$ref": "#/definitions/CustomerManagedKeySchema" - }, - "description": { - "title": "description", - "type": "string" - }, - "discovery_url": { - "title": "discovery_url", - "type": "string" - }, - "friendly_name": { - "title": "friendly_name", - "type": "string" - }, - "hbi_workspace": { - "title": "hbi_workspace", - "type": "boolean" - }, - "key_vault": { - "title": "key_vault", - "type": "string" - }, - "location": { - "title": "location", - "type": "string" - }, - "name": { - "title": "name", - "type": "string" - }, - "private_endpoints": { - "type": "object", - "$ref": "#/definitions/PrivateEndpointSchema" - }, - "$schema": { - "title": "$schema", - "type": "string", - "readonly": true - }, - "storage_account": { - "title": "storage_account", - "type": "string" - }, - "tags": { - "title": "tags", - "type": "object", - "additionalProperties": { - "title": "tags", - "type": "string" - } - } - }, - "additionalProperties": false - } - }, - "$ref": "#/definitions/WorkspaceSchema" -} \ No newline at end of file diff --git a/cli/.schemas/requirements.txt b/cli/.schemas/requirements.txt deleted file mode 100644 index e829ca944..000000000 --- a/cli/.schemas/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -adlfs -pyyaml \ No newline at end of file diff --git a/cli/.schemas/yamls/latest/azureBlob.schema.yml b/cli/.schemas/yamls/latest/azureBlob.schema.yml deleted file mode 100644 index a66ca9517..000000000 --- a/cli/.schemas/yamls/latest/azureBlob.schema.yml +++ /dev/null @@ -1,122 +0,0 @@ -$ref: '#/definitions/AzureBlobSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - AccountKeySchema: - additionalProperties: false - properties: - access_key: - title: access_key - type: string - required: - - access_key - type: object - AzureBlobSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - account_name: - title: account_name - type: string - container_name: - title: container_name - type: string - credential: - anyOf: - - $ref: '#/definitions/AccountKeySchema' - type: object - - $ref: '#/definitions/SasTokenSchema' - type: object - - $ref: '#/definitions/ServicePrincipalSchema' - type: object - - $ref: '#/definitions/CertificateSchema' - type: object - description: - title: description - type: string - endpoint: - title: endpoint - type: string - name: - title: name - type: string - protocol: - title: protocol - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - type: - enum: - - azure_blob - title: type - type: string - required: - - account_name - - container_name - - credential - - type - type: object - CertificateSchema: - additionalProperties: false - properties: - authority_uri: - title: authority_uri - type: string - certificate: - title: certificate - type: string - client_id: - title: client_id - type: string - resource_url: - title: resource_url - type: string - tenant_id: - title: tenant_id - type: string - thumbprint: - title: thumbprint - type: string - required: - - client_id - - tenant_id - - thumbprint - type: object - SasTokenSchema: - additionalProperties: false - properties: - sas_token: - title: sas_token - type: string - required: - - sas_token - type: object - ServicePrincipalSchema: - additionalProperties: false - properties: - authority_uri: - title: authority_uri - type: string - client_id: - title: client_id - type: string - client_secret: - title: client_secret - type: string - resource_url: - title: resource_url - type: string - tenant_id: - title: tenant_id - type: string - required: - - client_id - - client_secret - - tenant_id - type: object diff --git a/cli/.schemas/yamls/latest/azureDataLakeGen1.schema.yml b/cli/.schemas/yamls/latest/azureDataLakeGen1.schema.yml deleted file mode 100644 index 68f6f180d..000000000 --- a/cli/.schemas/yamls/latest/azureDataLakeGen1.schema.yml +++ /dev/null @@ -1,91 +0,0 @@ -$ref: '#/definitions/AzureDataLakeGen1Schema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - AzureDataLakeGen1Schema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - credential: - anyOf: - - $ref: '#/definitions/ServicePrincipalSchema' - type: object - - $ref: '#/definitions/CertificateSchema' - type: object - description: - title: description - type: string - name: - title: name - type: string - store_name: - title: store_name - type: string - tags: - additionalProperties: - additionalProperties: {} - title: tags - type: object - title: tags - type: object - type: - enum: - - azure_data_lake_gen1 - title: type - type: string - required: - - credential - - type - - store_name - type: object - CertificateSchema: - additionalProperties: false - properties: - authority_uri: - title: authority_uri - type: string - certificate: - title: certificate - type: string - client_id: - title: client_id - type: string - resource_url: - title: resource_url - type: string - tenant_id: - title: tenant_id - type: string - thumbprint: - title: thumbprint - type: string - required: - - client_id - - tenant_id - - thumbprint - type: object - ServicePrincipalSchema: - additionalProperties: false - properties: - authority_uri: - title: authority_uri - type: string - client_id: - title: client_id - type: string - client_secret: - title: client_secret - type: string - resource_url: - title: resource_url - type: string - tenant_id: - title: tenant_id - type: string - required: - - client_id - - client_secret - - tenant_id - type: object diff --git a/cli/.schemas/yamls/latest/azureDataLakeGen2.schema.yml b/cli/.schemas/yamls/latest/azureDataLakeGen2.schema.yml deleted file mode 100644 index e72d40b1b..000000000 --- a/cli/.schemas/yamls/latest/azureDataLakeGen2.schema.yml +++ /dev/null @@ -1,122 +0,0 @@ -$ref: '#/definitions/AzureDataLakeGen2Schema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - AccountKeySchema: - additionalProperties: false - properties: - access_key: - title: access_key - type: string - required: - - access_key - type: object - AzureDataLakeGen2Schema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - account_name: - title: account_name - type: string - container_name: - title: container_name - type: string - credential: - anyOf: - - $ref: '#/definitions/AccountKeySchema' - type: object - - $ref: '#/definitions/SasTokenSchema' - type: object - - $ref: '#/definitions/ServicePrincipalSchema' - type: object - - $ref: '#/definitions/CertificateSchema' - type: object - description: - title: description - type: string - endpoint: - title: endpoint - type: string - name: - title: name - type: string - protocol: - title: protocol - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - type: - enum: - - azure_data_lake_gen2 - title: type - type: string - required: - - account_name - - container_name - - credential - - type - type: object - CertificateSchema: - additionalProperties: false - properties: - authority_uri: - title: authority_uri - type: string - certificate: - title: certificate - type: string - client_id: - title: client_id - type: string - resource_url: - title: resource_url - type: string - tenant_id: - title: tenant_id - type: string - thumbprint: - title: thumbprint - type: string - required: - - client_id - - tenant_id - - thumbprint - type: object - SasTokenSchema: - additionalProperties: false - properties: - sas_token: - title: sas_token - type: string - required: - - sas_token - type: object - ServicePrincipalSchema: - additionalProperties: false - properties: - authority_uri: - title: authority_uri - type: string - client_id: - title: client_id - type: string - client_secret: - title: client_secret - type: string - resource_url: - title: resource_url - type: string - tenant_id: - title: tenant_id - type: string - required: - - client_id - - client_secret - - tenant_id - type: object diff --git a/cli/.schemas/yamls/latest/azureFile.schema.yml b/cli/.schemas/yamls/latest/azureFile.schema.yml deleted file mode 100644 index c26e6fb6b..000000000 --- a/cli/.schemas/yamls/latest/azureFile.schema.yml +++ /dev/null @@ -1,122 +0,0 @@ -$ref: '#/definitions/AzureFileSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - AccountKeySchema: - additionalProperties: false - properties: - access_key: - title: access_key - type: string - required: - - access_key - type: object - AzureFileSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - account_name: - title: account_name - type: string - credential: - anyOf: - - $ref: '#/definitions/AccountKeySchema' - type: object - - $ref: '#/definitions/SasTokenSchema' - type: object - - $ref: '#/definitions/ServicePrincipalSchema' - type: object - - $ref: '#/definitions/CertificateSchema' - type: object - description: - title: description - type: string - endpoint: - title: endpoint - type: string - file_share_name: - title: file_share_name - type: string - name: - title: name - type: string - protocol: - title: protocol - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - type: - enum: - - azure_file - title: type - type: string - required: - - account_name - - credential - - file_share_name - - type - type: object - CertificateSchema: - additionalProperties: false - properties: - authority_uri: - title: authority_uri - type: string - certificate: - title: certificate - type: string - client_id: - title: client_id - type: string - resource_url: - title: resource_url - type: string - tenant_id: - title: tenant_id - type: string - thumbprint: - title: thumbprint - type: string - required: - - client_id - - tenant_id - - thumbprint - type: object - SasTokenSchema: - additionalProperties: false - properties: - sas_token: - title: sas_token - type: string - required: - - sas_token - type: object - ServicePrincipalSchema: - additionalProperties: false - properties: - authority_uri: - title: authority_uri - type: string - client_id: - title: client_id - type: string - client_secret: - title: client_secret - type: string - resource_url: - title: resource_url - type: string - tenant_id: - title: tenant_id - type: string - required: - - client_id - - client_secret - - tenant_id - type: object diff --git a/cli/.schemas/yamls/latest/batchDeployment.schema.yml b/cli/.schemas/yamls/latest/batchDeployment.schema.yml deleted file mode 100644 index 094a64c6a..000000000 --- a/cli/.schemas/yamls/latest/batchDeployment.schema.yml +++ /dev/null @@ -1,388 +0,0 @@ -$ref: '#/definitions/BatchDeploymentSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - BatchDeploymentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - code_configuration: - $ref: '#/definitions/CodeConfigurationSchema' - type: object - compute: - $ref: '#/definitions/ComputeBindingSchema' - type: object - environment: - anyOf: - - arm_type: environments - pattern: ^azureml:.* - title: environment - type: string - - $ref: '#/definitions/EnvironmentSchema' - type: object - - pattern: ^file:.* - type: string - environment_variables: - additionalProperties: {} - title: environment_variables - type: object - error_threshold: - description: The number of item processing failures should be ignored. If - the error_threshold is reached, the job will be early terminated. - format: integer - title: error_threshold - type: number - id: - title: id - type: string - logging_level: - description: A string of the logging level name, which is defined in 'logging'. - Possible values are 'warning', 'info', and 'debug'. - title: logging_level - type: string - mini_batch_size: - format: integer - title: mini_batch_size - type: number - model: - anyOf: - - arm_type: models - pattern: ^azureml:.* - title: model - type: string - - $ref: '#/definitions/ModelSchema' - type: object - name: - title: name - type: string - output_file_name: - description: File name of the prediction output. - title: output_file_name - type: string - partition_keys: - description: The partition strategy for the input data. - items: - title: partition_keys - type: string - title: partition_keys - type: array - properties: - additionalProperties: {} - title: properties - type: object - retry_settings: - $ref: '#/definitions/BatchRetrySettingsSchema' - type: object - tags: - additionalProperties: {} - title: tags - type: object - type: - title: type - type: string - required: - - compute - - name - type: object - BatchRetrySettingsSchema: - additionalProperties: false - properties: - max_retries: - description: The number of maximum tries for a failed or timeout mini batch. - format: integer - title: max_retries - type: number - timeout: - description: The timeout for a mini batch. - format: integer - title: timeout - type: number - type: object - CodeAssetSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - id: - title: id - type: string - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - title: name - type: string - path: - description: URI pointing to a file or directory. - title: path - type: string - tags: - additionalProperties: {} - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - CodeConfigurationSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - code: - anyOf: - - arm_type: codes - pattern: ^azureml:.* - title: code - type: string - - $ref: '#/definitions/CodeAssetSchema' - type: object - - pattern: ^file:.* - type: string - scoring_script: - title: scoring_script - type: string - type: object - ComputeBindingSchema: - additionalProperties: false - properties: - instance_count: - format: integer - title: instance_count - type: number - instance_type: - description: The instance type to make availabel to this job. - title: instance_type - type: string - location: - description: The locations where this job may run. - title: location - type: string - properties: - additionalProperties: {} - title: properties - type: object - target: - anyOf: - - enum: - - local - title: target - type: string - - arm_type: computes - pattern: ^azureml:.* - title: target - type: string - - title: target - type: string - type: object - CreationContextSchema: - additionalProperties: false - properties: - created_at: - format: date-time - title: created_at - type: string - created_by: - title: created_by - type: string - created_by_type: - title: created_by_type - type: string - last_modified_at: - format: date-time - title: last_modified_at - type: string - last_modified_by: - title: last_modified_by - type: string - last_modified_by_type: - title: last_modified_by_type - type: string - type: object - DockerBuildSchema: - additionalProperties: false - properties: - dockerfile: - anyOf: - - title: dockerfile - type: string - - title: dockerfile - type: string - type: object - DockerSchema: - additionalProperties: false - properties: - build: - $ref: '#/definitions/DockerBuildSchema' - type: object - image: - title: image - type: string - type: object - EnvironmentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - conda_file: - anyOf: - - title: conda_file - type: string - - title: conda_file - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - description: - title: description - type: string - docker: - $ref: '#/definitions/DockerSchema' - type: object - id: - arm_type: environments - pattern: ^azureml:.* - readonly: true - title: id - type: string - inference_config: - $ref: '#/definitions/InferenceConfigSchema' - type: object - name: - title: name - type: string - os_type: - enum: - - linux - - windows - title: os_type - type: string - path: - title: path - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - InferenceConfigSchema: - additionalProperties: false - properties: - liveness_route: - $ref: '#/definitions/RouteSchema' - type: object - readiness_route: - $ref: '#/definitions/RouteSchema' - type: object - scoring_route: - $ref: '#/definitions/RouteSchema' - type: object - required: - - liveness_route - - readiness_route - - scoring_route - type: object - ModelSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - flavors: - additionalProperties: {} - title: flavors - type: object - id: - arm_type: models - pattern: ^azureml:.* - readonly: true - title: id - type: string - local_path: - title: local_path - type: string - name: - title: name - type: string - path: - title: path - type: string - properties: - additionalProperties: {} - title: properties - type: object - tags: - additionalProperties: {} - title: tags - type: object - utc_time_created: - format: date-time - title: utc_time_created - type: string - version: - format: integer - title: version - type: number - required: - - name - - version - type: object - RouteSchema: - additionalProperties: false - properties: - path: - title: path - type: string - port: - format: integer - title: port - type: number - required: - - path - - port - type: object diff --git a/cli/.schemas/yamls/latest/batchEndpoint.schema.yml b/cli/.schemas/yamls/latest/batchEndpoint.schema.yml deleted file mode 100644 index 4a84f8b5c..000000000 --- a/cli/.schemas/yamls/latest/batchEndpoint.schema.yml +++ /dev/null @@ -1,477 +0,0 @@ -$ref: '#/definitions/BatchEndpointSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - BatchDeploymentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - code_configuration: - $ref: '#/definitions/CodeConfigurationSchema' - type: object - compute: - $ref: '#/definitions/ComputeBindingSchema' - type: object - environment: - anyOf: - - arm_type: environments - pattern: ^azureml:.* - title: environment - type: string - - $ref: '#/definitions/EnvironmentSchema' - type: object - - pattern: ^file:.* - type: string - environment_variables: - additionalProperties: {} - title: environment_variables - type: object - error_threshold: - description: The number of item processing failures should be ignored. If - the error_threshold is reached, the job will be early terminated. - format: integer - title: error_threshold - type: number - id: - title: id - type: string - logging_level: - description: A string of the logging level name, which is defined in 'logging'. - Possible values are 'warning', 'info', and 'debug'. - title: logging_level - type: string - mini_batch_size: - format: integer - title: mini_batch_size - type: number - model: - anyOf: - - arm_type: models - pattern: ^azureml:.* - title: model - type: string - - $ref: '#/definitions/ModelSchema' - type: object - name: - title: name - type: string - output_file_name: - description: File name of the prediction output. - title: output_file_name - type: string - partition_keys: - description: The partition strategy for the input data. - items: - title: partition_keys - type: string - title: partition_keys - type: array - properties: - additionalProperties: {} - title: properties - type: object - retry_settings: - $ref: '#/definitions/BatchRetrySettingsSchema' - type: object - tags: - additionalProperties: {} - title: tags - type: object - type: - title: type - type: string - required: - - compute - - name - type: object - BatchEndpointSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - auth_mode: - enum: - - aml_token - - key - - aad_token - title: auth_mode - type: string - deployments: - items: - $ref: '#/definitions/BatchDeploymentSchema' - type: object - title: deployments - type: array - description: - title: description - type: string - id: - title: id - type: string - identity: - $ref: '#/definitions/IdentitySchema' - type: object - location: - title: location - type: string - name: - title: name - type: string - properties: - additionalProperties: {} - title: properties - type: object - scoring_uri: - description: the endpoint uri that can be used for scoring - title: scoring_uri - type: string - swagger_uri: - title: swagger_uri - type: string - tags: - additionalProperties: {} - title: tags - type: object - traffic: - additionalProperties: - format: integer - title: traffic - type: number - title: traffic - type: object - type: - title: type - type: string - required: - - name - type: object - BatchRetrySettingsSchema: - additionalProperties: false - properties: - max_retries: - description: The number of maximum tries for a failed or timeout mini batch. - format: integer - title: max_retries - type: number - timeout: - description: The timeout for a mini batch. - format: integer - title: timeout - type: number - type: object - CodeAssetSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - id: - title: id - type: string - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - title: name - type: string - path: - description: URI pointing to a file or directory. - title: path - type: string - tags: - additionalProperties: {} - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - CodeConfigurationSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - code: - anyOf: - - arm_type: codes - pattern: ^azureml:.* - title: code - type: string - - $ref: '#/definitions/CodeAssetSchema' - type: object - - pattern: ^file:.* - type: string - scoring_script: - title: scoring_script - type: string - type: object - ComputeBindingSchema: - additionalProperties: false - properties: - instance_count: - format: integer - title: instance_count - type: number - instance_type: - description: The instance type to make availabel to this job. - title: instance_type - type: string - location: - description: The locations where this job may run. - title: location - type: string - properties: - additionalProperties: {} - title: properties - type: object - target: - anyOf: - - enum: - - local - title: target - type: string - - arm_type: computes - pattern: ^azureml:.* - title: target - type: string - - title: target - type: string - type: object - CreationContextSchema: - additionalProperties: false - properties: - created_at: - format: date-time - title: created_at - type: string - created_by: - title: created_by - type: string - created_by_type: - title: created_by_type - type: string - last_modified_at: - format: date-time - title: last_modified_at - type: string - last_modified_by: - title: last_modified_by - type: string - last_modified_by_type: - title: last_modified_by_type - type: string - type: object - DockerBuildSchema: - additionalProperties: false - properties: - dockerfile: - anyOf: - - title: dockerfile - type: string - - title: dockerfile - type: string - type: object - DockerSchema: - additionalProperties: false - properties: - build: - $ref: '#/definitions/DockerBuildSchema' - type: object - image: - title: image - type: string - type: object - EnvironmentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - conda_file: - anyOf: - - title: conda_file - type: string - - title: conda_file - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - description: - title: description - type: string - docker: - $ref: '#/definitions/DockerSchema' - type: object - id: - arm_type: environments - pattern: ^azureml:.* - readonly: true - title: id - type: string - inference_config: - $ref: '#/definitions/InferenceConfigSchema' - type: object - name: - title: name - type: string - os_type: - enum: - - linux - - windows - title: os_type - type: string - path: - title: path - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - IdentitySchema: - additionalProperties: false - properties: - principal_id: - title: principal_id - type: string - tenant_id: - title: tenant_id - type: string - type: - enum: - - system_assigned - - user_assigned - - none - title: type - type: string - user_assigned_identities: - items: - additionalProperties: - title: user_assigned_identities - type: string - title: user_assigned_identities - type: object - title: user_assigned_identities - type: array - type: object - InferenceConfigSchema: - additionalProperties: false - properties: - liveness_route: - $ref: '#/definitions/RouteSchema' - type: object - readiness_route: - $ref: '#/definitions/RouteSchema' - type: object - scoring_route: - $ref: '#/definitions/RouteSchema' - type: object - required: - - liveness_route - - readiness_route - - scoring_route - type: object - ModelSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - flavors: - additionalProperties: {} - title: flavors - type: object - id: - arm_type: models - pattern: ^azureml:.* - readonly: true - title: id - type: string - local_path: - title: local_path - type: string - name: - title: name - type: string - path: - title: path - type: string - properties: - additionalProperties: {} - title: properties - type: object - tags: - additionalProperties: {} - title: tags - type: object - utc_time_created: - format: date-time - title: utc_time_created - type: string - version: - format: integer - title: version - type: number - required: - - name - - version - type: object - RouteSchema: - additionalProperties: false - properties: - path: - title: path - type: string - port: - format: integer - title: port - type: number - required: - - path - - port - type: object diff --git a/cli/.schemas/yamls/latest/commandJob.schema.yml b/cli/.schemas/yamls/latest/commandJob.schema.yml deleted file mode 100644 index 66a41b42c..000000000 --- a/cli/.schemas/yamls/latest/commandJob.schema.yml +++ /dev/null @@ -1,542 +0,0 @@ -$ref: '#/definitions/CommandJobSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - AMLTokenIdentitySchema: - additionalProperties: false - properties: - type: - enum: - - amltoken - title: type - type: string - required: - - type - type: object - AnonymousAssetSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - id: - title: id - type: string - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - readonly: true - title: name - type: string - path: - description: URI pointing to a file or directory. - title: path - type: string - tags: - additionalProperties: {} - title: tags - type: object - version: - format: integer - readonly: true - title: version - type: number - type: object - AnonymousCodeAssetSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - id: - title: id - type: string - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - readonly: true - title: name - type: string - path: - description: URI pointing to a file or directory. - title: path - type: string - tags: - additionalProperties: {} - title: tags - type: object - version: - format: integer - readonly: true - title: version - type: number - type: object - AnonymousEnvironmentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - conda_file: - anyOf: - - title: conda_file - type: string - - title: conda_file - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - docker: - $ref: '#/definitions/DockerSchema' - type: object - id: - arm_type: environments - pattern: ^azureml:.* - readonly: true - title: id - type: string - inference_config: - $ref: '#/definitions/InferenceConfigSchema' - type: object - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - title: name - type: string - os_type: - enum: - - linux - - windows - title: os_type - type: string - path: - title: path - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - CommandJobSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - code: - anyOf: - - $ref: '#/definitions/AnonymousCodeAssetSchema' - type: object - - arm_type: codes - pattern: ^azureml:.* - title: code - type: string - - pattern: ^file:.* - type: string - command: - description: 'The command run and the parameters passed. This string may contain - place holders of inputs in {}. ' - title: command - type: string - compute: - $ref: '#/definitions/ComputeBindingSchema' - type: object - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - description: - title: description - type: string - distribution: - anyOf: - - $ref: '#/definitions/PyTorchDistributionSchema' - type: object - - $ref: '#/definitions/TensorFlowDistributionSchema' - type: object - - $ref: '#/definitions/MPIDistributionSchema' - type: object - environment: - anyOf: - - $ref: '#/definitions/AnonymousEnvironmentSchema' - type: object - - arm_type: environments - pattern: ^azureml:.* - title: environment - type: string - - pattern: ^file:.* - type: string - environment_variables: - additionalProperties: - title: environment_variables - type: string - title: environment_variables - type: object - experiment_name: - title: experiment_name - type: string - id: - arm_type: jobs - pattern: ^azureml:.* - readonly: true - title: id - type: string - identity: - anyOf: - - $ref: '#/definitions/ManagedIdentitySchema' - type: object - - $ref: '#/definitions/AMLTokenIdentitySchema' - type: object - inputs: - additionalProperties: - $ref: '#/definitions/InputEntrySchema' - type: object - title: inputs - type: object - interaction_endpoints: - additionalProperties: - $ref: '#/definitions/JobEndpointSchema' - type: object - title: interaction_endpoints - type: object - log_files: - additionalProperties: - title: log_files - type: string - title: log_files - type: object - name: - title: name - type: string - output: - $ref: '#/definitions/JobOutputSchema' - description: The output configurations for the component used. - type: object - parameters: - additionalProperties: {} - title: parameters - type: object - properties: - additionalProperties: - title: properties - type: string - title: properties - type: object - status: - readonly: true - title: status - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - timeout: - description: Maximum time to run (seconds). - format: integer - title: timeout - type: number - type: - enum: - - command_job - title: type - type: string - required: - - command - - compute - - environment - type: object - ComputeBindingSchema: - additionalProperties: false - properties: - instance_count: - format: integer - title: instance_count - type: number - instance_type: - description: The instance type to make availabel to this job. - title: instance_type - type: string - location: - description: The locations where this job may run. - title: location - type: string - properties: - additionalProperties: {} - title: properties - type: object - target: - anyOf: - - enum: - - local - title: target - type: string - - arm_type: computes - pattern: ^azureml:.* - title: target - type: string - - title: target - type: string - type: object - CreationContextSchema: - additionalProperties: false - properties: - created_at: - format: date-time - title: created_at - type: string - created_by: - title: created_by - type: string - created_by_type: - title: created_by_type - type: string - last_modified_at: - format: date-time - title: last_modified_at - type: string - last_modified_by: - title: last_modified_by - type: string - last_modified_by_type: - title: last_modified_by_type - type: string - type: object - DockerBuildSchema: - additionalProperties: false - properties: - dockerfile: - anyOf: - - title: dockerfile - type: string - - title: dockerfile - type: string - type: object - DockerSchema: - additionalProperties: false - properties: - build: - $ref: '#/definitions/DockerBuildSchema' - type: object - image: - title: image - type: string - type: object - InferenceConfigSchema: - additionalProperties: false - properties: - liveness_route: - $ref: '#/definitions/RouteSchema' - type: object - readiness_route: - $ref: '#/definitions/RouteSchema' - type: object - scoring_route: - $ref: '#/definitions/RouteSchema' - type: object - required: - - liveness_route - - readiness_route - - scoring_route - type: object - InputEntrySchema: - additionalProperties: false - properties: - data: - anyOf: - - arm_type: data - pattern: ^azureml:.* - title: data - type: string - - $ref: '#/definitions/AnonymousAssetSchema' - type: object - - pattern: ^file:.* - type: string - mode: - enum: - - mount - - download - title: mode - type: string - type: object - JobEndpointSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - endpoint: - readonly: true - title: endpoint - type: string - port: - format: integer - title: port - type: number - properties: - additionalProperties: {} - title: properties - type: object - type: - title: type - type: string - type: object - JobOutputSchema: - additionalProperties: false - properties: - datastore_id: - arm_type: datastores - pattern: ^azureml:.* - title: datastore_id - type: string - path: - title: path - type: string - type: object - MPIDistributionSchema: - additionalProperties: false - properties: - process_count_per_instance: - format: integer - title: process_count_per_instance - type: number - type: - enum: - - mpi - title: type - type: string - required: - - type - type: object - ManagedIdentitySchema: - additionalProperties: false - properties: - client_id: - title: client_id - type: string - msi_resource_id: - title: msi_resource_id - type: string - object_id: - title: object_id - type: string - type: - enum: - - managed - title: type - type: string - required: - - type - type: object - PyTorchDistributionSchema: - additionalProperties: false - properties: - process_count: - format: integer - title: process_count - type: number - type: - enum: - - pytorch - title: type - type: string - required: - - type - type: object - RouteSchema: - additionalProperties: false - properties: - path: - title: path - type: string - port: - format: integer - title: port - type: number - required: - - path - - port - type: object - TensorFlowDistributionSchema: - additionalProperties: false - properties: - parameter_server_count: - format: integer - title: parameter_server_count - type: number - type: - enum: - - tensorflow - title: type - type: string - worker_count: - format: integer - title: worker_count - type: number - required: - - type - type: object diff --git a/cli/.schemas/yamls/latest/compute.schema.yml b/cli/.schemas/yamls/latest/compute.schema.yml deleted file mode 100644 index 23c0b07bc..000000000 --- a/cli/.schemas/yamls/latest/compute.schema.yml +++ /dev/null @@ -1,129 +0,0 @@ -$ref: '#/definitions/ComputeSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - ComputeSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - admin_password: - title: admin_password - type: string - admin_username: - title: admin_username - type: string - applications: - items: - additionalProperties: - title: applications - type: string - title: applications - type: object - title: applications - type: array - created_on: - readonly: true - title: created_on - type: string - description: - title: description - type: string - enable_public_ip: - title: enable_public_ip - type: boolean - identity_type: - title: identity_type - type: string - idle_time_before_scale_down: - format: integer - title: idle_time_before_scale_down - type: number - last_operation: - additionalProperties: - title: last_operation - type: string - title: last_operation - type: object - location: - title: location - type: string - max_instances: - format: integer - title: max_instances - type: number - min_instances: - format: integer - title: min_instances - type: number - name: - title: name - type: string - priority: - title: priority - type: string - private_ip_address: - title: private_ip_address - type: string - provisioning_errors: - readonly: true - title: provisioning_errors - type: string - provisioning_state: - readonly: true - title: provisioning_state - type: string - public_ip_address: - title: public_ip_address - type: string - resource_id: - title: resource_id - type: string - size: - title: size - type: string - ssh_key_value: - anyOf: - - pattern: ^file:.* - title: ssh_key_value - type: string - - title: ssh_key_value - type: string - ssh_public_access: - title: ssh_public_access - type: string - ssl_configuration: - title: ssl_configuration - type: string - state: - title: state - type: string - subnet: - title: subnet - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - type: - title: type - type: string - user_assigned_identities: - title: user_assigned_identities - type: string - user_object_id: - title: user_object_id - type: string - user_tenant_id: - title: user_tenant_id - type: string - vnet_name: - title: vnet_name - type: string - required: - - name - - type - type: object diff --git a/cli/.schemas/yamls/latest/dataset.schema.yml b/cli/.schemas/yamls/latest/dataset.schema.yml deleted file mode 100644 index 7ec65df69..000000000 --- a/cli/.schemas/yamls/latest/dataset.schema.yml +++ /dev/null @@ -1,74 +0,0 @@ -$ref: '#/definitions/AssetSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - AssetSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - id: - title: id - type: string - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - title: name - type: string - path: - description: URI pointing to a file or directory. - title: path - type: string - tags: - additionalProperties: {} - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - CreationContextSchema: - additionalProperties: false - properties: - created_at: - format: date-time - title: created_at - type: string - created_by: - title: created_by - type: string - created_by_type: - title: created_by_type - type: string - last_modified_at: - format: date-time - title: last_modified_at - type: string - last_modified_by: - title: last_modified_by - type: string - last_modified_by_type: - title: last_modified_by_type - type: string - type: object diff --git a/cli/.schemas/yamls/latest/environment.schema.yml b/cli/.schemas/yamls/latest/environment.schema.yml deleted file mode 100644 index 41a2d63b4..000000000 --- a/cli/.schemas/yamls/latest/environment.schema.yml +++ /dev/null @@ -1,132 +0,0 @@ -$ref: '#/definitions/EnvironmentSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - CreationContextSchema: - additionalProperties: false - properties: - created_at: - format: date-time - title: created_at - type: string - created_by: - title: created_by - type: string - created_by_type: - title: created_by_type - type: string - last_modified_at: - format: date-time - title: last_modified_at - type: string - last_modified_by: - title: last_modified_by - type: string - last_modified_by_type: - title: last_modified_by_type - type: string - type: object - DockerBuildSchema: - additionalProperties: false - properties: - dockerfile: - anyOf: - - title: dockerfile - type: string - - title: dockerfile - type: string - type: object - DockerSchema: - additionalProperties: false - properties: - build: - $ref: '#/definitions/DockerBuildSchema' - type: object - image: - title: image - type: string - type: object - EnvironmentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - conda_file: - anyOf: - - title: conda_file - type: string - - title: conda_file - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - description: - title: description - type: string - docker: - $ref: '#/definitions/DockerSchema' - type: object - id: - arm_type: environments - pattern: ^azureml:.* - readonly: true - title: id - type: string - inference_config: - $ref: '#/definitions/InferenceConfigSchema' - type: object - name: - title: name - type: string - os_type: - enum: - - linux - - windows - title: os_type - type: string - path: - title: path - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - InferenceConfigSchema: - additionalProperties: false - properties: - liveness_route: - $ref: '#/definitions/RouteSchema' - type: object - readiness_route: - $ref: '#/definitions/RouteSchema' - type: object - scoring_route: - $ref: '#/definitions/RouteSchema' - type: object - required: - - liveness_route - - readiness_route - - scoring_route - type: object - RouteSchema: - additionalProperties: false - properties: - path: - title: path - type: string - port: - format: integer - title: port - type: number - required: - - path - - port - type: object diff --git a/cli/.schemas/yamls/latest/k8sOnlineDeployment.schema.yml b/cli/.schemas/yamls/latest/k8sOnlineDeployment.schema.yml deleted file mode 100644 index 1e122d3c5..000000000 --- a/cli/.schemas/yamls/latest/k8sOnlineDeployment.schema.yml +++ /dev/null @@ -1,445 +0,0 @@ -$ref: '#/definitions/K8sOnlineDeploymentSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - AutoScaleSettingsSchema: - additionalProperties: false - properties: - max_instances: - format: integer - title: max_instances - type: number - min_instances: - format: integer - title: min_instances - type: number - polling_interval: - format: integer - title: polling_interval - type: number - scale_type: - enum: - - Auto - title: scale_type - type: string - target_utilization_percentage: - format: integer - title: target_utilization_percentage - type: number - required: - - scale_type - type: object - CodeAssetSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - id: - title: id - type: string - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - title: name - type: string - path: - description: URI pointing to a file or directory. - title: path - type: string - tags: - additionalProperties: {} - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - CodeConfigurationSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - code: - anyOf: - - arm_type: codes - pattern: ^azureml:.* - title: code - type: string - - $ref: '#/definitions/CodeAssetSchema' - type: object - - pattern: ^file:.* - type: string - scoring_script: - title: scoring_script - type: string - type: object - CreationContextSchema: - additionalProperties: false - properties: - created_at: - format: date-time - title: created_at - type: string - created_by: - title: created_by - type: string - created_by_type: - title: created_by_type - type: string - last_modified_at: - format: date-time - title: last_modified_at - type: string - last_modified_by: - title: last_modified_by - type: string - last_modified_by_type: - title: last_modified_by_type - type: string - type: object - DockerBuildSchema: - additionalProperties: false - properties: - dockerfile: - anyOf: - - title: dockerfile - type: string - - title: dockerfile - type: string - type: object - DockerSchema: - additionalProperties: false - properties: - build: - $ref: '#/definitions/DockerBuildSchema' - type: object - image: - title: image - type: string - type: object - EnvironmentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - conda_file: - anyOf: - - title: conda_file - type: string - - title: conda_file - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - description: - title: description - type: string - docker: - $ref: '#/definitions/DockerSchema' - type: object - id: - arm_type: environments - pattern: ^azureml:.* - readonly: true - title: id - type: string - inference_config: - $ref: '#/definitions/InferenceConfigSchema' - type: object - name: - title: name - type: string - os_type: - enum: - - linux - - windows - title: os_type - type: string - path: - title: path - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - InferenceConfigSchema: - additionalProperties: false - properties: - liveness_route: - $ref: '#/definitions/RouteSchema' - type: object - readiness_route: - $ref: '#/definitions/RouteSchema' - type: object - scoring_route: - $ref: '#/definitions/RouteSchema' - type: object - required: - - liveness_route - - readiness_route - - scoring_route - type: object - K8sOnlineDeploymentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - app_insights_enabled: - title: app_insights_enabled - type: boolean - code_configuration: - $ref: '#/definitions/CodeConfigurationSchema' - type: object - environment: - anyOf: - - arm_type: environments - pattern: ^azureml:.* - title: environment - type: string - - $ref: '#/definitions/EnvironmentSchema' - type: object - - pattern: ^file:.* - type: string - environment_variables: - additionalProperties: {} - title: environment_variables - type: object - id: - title: id - type: string - liveness_probe: - $ref: '#/definitions/LivenessProbeSchema' - type: object - model: - anyOf: - - arm_type: models - pattern: ^azureml:.* - title: model - type: string - - $ref: '#/definitions/ModelSchema' - type: object - name: - title: name - type: string - properties: - additionalProperties: {} - title: properties - type: object - provisioning_state: - title: provisioning_state - type: string - request_settings: - $ref: '#/definitions/RequestSettingsSchema' - type: object - resource_requirements: - $ref: '#/definitions/ResourceRequirementsSchema' - type: object - scale_settings: - anyOf: - - $ref: '#/definitions/AutoScaleSettingsSchema' - type: object - - $ref: '#/definitions/ManualScaleSettingsSchema' - type: object - tags: - additionalProperties: {} - title: tags - type: object - type: - title: type - type: string - required: - - name - type: object - LivenessProbeSchema: - additionalProperties: false - properties: - failure_threshold: - format: integer - title: failure_threshold - type: number - initial_delay: - format: integer - title: initial_delay - type: number - period: - format: integer - title: period - type: number - success_threshold: - format: integer - title: success_threshold - type: number - timeout: - format: integer - title: timeout - type: number - type: object - ManualScaleSettingsSchema: - additionalProperties: false - properties: - instance_count: - format: integer - title: instance_count - type: number - max_instances: - format: integer - title: max_instances - type: number - min_instances: - format: integer - title: min_instances - type: number - scale_type: - enum: - - Manual - title: scale_type - type: string - required: - - instance_count - - scale_type - type: object - ModelSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - flavors: - additionalProperties: {} - title: flavors - type: object - id: - arm_type: models - pattern: ^azureml:.* - readonly: true - title: id - type: string - local_path: - title: local_path - type: string - name: - title: name - type: string - path: - title: path - type: string - properties: - additionalProperties: {} - title: properties - type: object - tags: - additionalProperties: {} - title: tags - type: object - utc_time_created: - format: date-time - title: utc_time_created - type: string - version: - format: integer - title: version - type: number - required: - - name - - version - type: object - RequestSettingsSchema: - additionalProperties: false - properties: - max_concurrent_requests_per_instance: - format: integer - title: max_concurrent_requests_per_instance - type: number - max_queue_wait_ms: - format: integer - title: max_queue_wait_ms - type: number - request_timeout_ms: - format: integer - title: request_timeout_ms - type: number - type: object - ResourceRequirementsSchema: - additionalProperties: false - properties: - cpu: - format: float - title: cpu - type: number - cpu_cores_limit: - format: float - title: cpu_cores_limit - type: number - gpu: - format: integer - title: gpu - type: number - memory_in_gb: - format: float - title: memory_in_gb - type: number - memory_in_gb_limit: - format: float - title: memory_in_gb_limit - type: number - type: object - RouteSchema: - additionalProperties: false - properties: - path: - title: path - type: string - port: - format: integer - title: port - type: number - required: - - path - - port - type: object diff --git a/cli/.schemas/yamls/latest/k8sOnlineEndpoint.schema.yml b/cli/.schemas/yamls/latest/k8sOnlineEndpoint.schema.yml deleted file mode 100644 index d25f06bc5..000000000 --- a/cli/.schemas/yamls/latest/k8sOnlineEndpoint.schema.yml +++ /dev/null @@ -1,543 +0,0 @@ -$ref: '#/definitions/K8sOnlineEndpointSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - AutoScaleSettingsSchema: - additionalProperties: false - properties: - max_instances: - format: integer - title: max_instances - type: number - min_instances: - format: integer - title: min_instances - type: number - polling_interval: - format: integer - title: polling_interval - type: number - scale_type: - enum: - - Auto - title: scale_type - type: string - target_utilization_percentage: - format: integer - title: target_utilization_percentage - type: number - required: - - scale_type - type: object - CodeAssetSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - id: - title: id - type: string - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - title: name - type: string - path: - description: URI pointing to a file or directory. - title: path - type: string - tags: - additionalProperties: {} - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - CodeConfigurationSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - code: - anyOf: - - arm_type: codes - pattern: ^azureml:.* - title: code - type: string - - $ref: '#/definitions/CodeAssetSchema' - type: object - - pattern: ^file:.* - type: string - scoring_script: - title: scoring_script - type: string - type: object - CreationContextSchema: - additionalProperties: false - properties: - created_at: - format: date-time - title: created_at - type: string - created_by: - title: created_by - type: string - created_by_type: - title: created_by_type - type: string - last_modified_at: - format: date-time - title: last_modified_at - type: string - last_modified_by: - title: last_modified_by - type: string - last_modified_by_type: - title: last_modified_by_type - type: string - type: object - DockerBuildSchema: - additionalProperties: false - properties: - dockerfile: - anyOf: - - title: dockerfile - type: string - - title: dockerfile - type: string - type: object - DockerSchema: - additionalProperties: false - properties: - build: - $ref: '#/definitions/DockerBuildSchema' - type: object - image: - title: image - type: string - type: object - EnvironmentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - conda_file: - anyOf: - - title: conda_file - type: string - - title: conda_file - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - description: - title: description - type: string - docker: - $ref: '#/definitions/DockerSchema' - type: object - id: - arm_type: environments - pattern: ^azureml:.* - readonly: true - title: id - type: string - inference_config: - $ref: '#/definitions/InferenceConfigSchema' - type: object - name: - title: name - type: string - os_type: - enum: - - linux - - windows - title: os_type - type: string - path: - title: path - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - IdentitySchema: - additionalProperties: false - properties: - principal_id: - title: principal_id - type: string - tenant_id: - title: tenant_id - type: string - type: - enum: - - system_assigned - - user_assigned - - none - title: type - type: string - user_assigned_identities: - items: - additionalProperties: - title: user_assigned_identities - type: string - title: user_assigned_identities - type: object - title: user_assigned_identities - type: array - type: object - InferenceConfigSchema: - additionalProperties: false - properties: - liveness_route: - $ref: '#/definitions/RouteSchema' - type: object - readiness_route: - $ref: '#/definitions/RouteSchema' - type: object - scoring_route: - $ref: '#/definitions/RouteSchema' - type: object - required: - - liveness_route - - readiness_route - - scoring_route - type: object - K8sOnlineDeploymentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - app_insights_enabled: - title: app_insights_enabled - type: boolean - code_configuration: - $ref: '#/definitions/CodeConfigurationSchema' - type: object - environment: - anyOf: - - arm_type: environments - pattern: ^azureml:.* - title: environment - type: string - - $ref: '#/definitions/EnvironmentSchema' - type: object - - pattern: ^file:.* - type: string - environment_variables: - additionalProperties: {} - title: environment_variables - type: object - id: - title: id - type: string - liveness_probe: - $ref: '#/definitions/LivenessProbeSchema' - type: object - model: - anyOf: - - arm_type: models - pattern: ^azureml:.* - title: model - type: string - - $ref: '#/definitions/ModelSchema' - type: object - name: - title: name - type: string - properties: - additionalProperties: {} - title: properties - type: object - provisioning_state: - title: provisioning_state - type: string - request_settings: - $ref: '#/definitions/RequestSettingsSchema' - type: object - resource_requirements: - $ref: '#/definitions/ResourceRequirementsSchema' - type: object - scale_settings: - anyOf: - - $ref: '#/definitions/AutoScaleSettingsSchema' - type: object - - $ref: '#/definitions/ManualScaleSettingsSchema' - type: object - tags: - additionalProperties: {} - title: tags - type: object - type: - title: type - type: string - required: - - name - type: object - K8sOnlineEndpointSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - auth_mode: - enum: - - aml_token - - key - - aad_token - title: auth_mode - type: string - deployments: - items: - $ref: '#/definitions/K8sOnlineDeploymentSchema' - type: object - title: deployments - type: array - description: - title: description - type: string - id: - title: id - type: string - identity: - $ref: '#/definitions/IdentitySchema' - type: object - location: - title: location - type: string - name: - title: name - type: string - properties: - additionalProperties: {} - title: properties - type: object - provisioning_state: - description: status of the deployment provisioning operation - title: provisioning_state - type: string - scoring_uri: - description: the endpoint uri that can be used for scoring - title: scoring_uri - type: string - swagger_uri: - title: swagger_uri - type: string - tags: - additionalProperties: {} - title: tags - type: object - target: - arm_type: computes - pattern: ^azureml:.* - title: target - type: string - traffic: - additionalProperties: - format: integer - title: traffic - type: number - title: traffic - type: object - type: - title: type - type: string - required: - - name - type: object - LivenessProbeSchema: - additionalProperties: false - properties: - failure_threshold: - format: integer - title: failure_threshold - type: number - initial_delay: - format: integer - title: initial_delay - type: number - period: - format: integer - title: period - type: number - success_threshold: - format: integer - title: success_threshold - type: number - timeout: - format: integer - title: timeout - type: number - type: object - ManualScaleSettingsSchema: - additionalProperties: false - properties: - instance_count: - format: integer - title: instance_count - type: number - max_instances: - format: integer - title: max_instances - type: number - min_instances: - format: integer - title: min_instances - type: number - scale_type: - enum: - - Manual - title: scale_type - type: string - required: - - instance_count - - scale_type - type: object - ModelSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - flavors: - additionalProperties: {} - title: flavors - type: object - id: - arm_type: models - pattern: ^azureml:.* - readonly: true - title: id - type: string - local_path: - title: local_path - type: string - name: - title: name - type: string - path: - title: path - type: string - properties: - additionalProperties: {} - title: properties - type: object - tags: - additionalProperties: {} - title: tags - type: object - utc_time_created: - format: date-time - title: utc_time_created - type: string - version: - format: integer - title: version - type: number - required: - - name - - version - type: object - RequestSettingsSchema: - additionalProperties: false - properties: - max_concurrent_requests_per_instance: - format: integer - title: max_concurrent_requests_per_instance - type: number - max_queue_wait_ms: - format: integer - title: max_queue_wait_ms - type: number - request_timeout_ms: - format: integer - title: request_timeout_ms - type: number - type: object - ResourceRequirementsSchema: - additionalProperties: false - properties: - cpu: - format: float - title: cpu - type: number - cpu_cores_limit: - format: float - title: cpu_cores_limit - type: number - gpu: - format: integer - title: gpu - type: number - memory_in_gb: - format: float - title: memory_in_gb - type: number - memory_in_gb_limit: - format: float - title: memory_in_gb_limit - type: number - type: object - RouteSchema: - additionalProperties: false - properties: - path: - title: path - type: string - port: - format: integer - title: port - type: number - required: - - path - - port - type: object diff --git a/cli/.schemas/yamls/latest/managedOnlineDeployment.schema.yml b/cli/.schemas/yamls/latest/managedOnlineDeployment.schema.yml deleted file mode 100644 index a430a0b27..000000000 --- a/cli/.schemas/yamls/latest/managedOnlineDeployment.schema.yml +++ /dev/null @@ -1,424 +0,0 @@ -$ref: '#/definitions/ManagedOnlineDeploymentSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - AutoScaleSettingsSchema: - additionalProperties: false - properties: - max_instances: - format: integer - title: max_instances - type: number - min_instances: - format: integer - title: min_instances - type: number - polling_interval: - format: integer - title: polling_interval - type: number - scale_type: - enum: - - Auto - title: scale_type - type: string - target_utilization_percentage: - format: integer - title: target_utilization_percentage - type: number - required: - - scale_type - type: object - CodeAssetSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - id: - title: id - type: string - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - title: name - type: string - path: - description: URI pointing to a file or directory. - title: path - type: string - tags: - additionalProperties: {} - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - CodeConfigurationSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - code: - anyOf: - - arm_type: codes - pattern: ^azureml:.* - title: code - type: string - - $ref: '#/definitions/CodeAssetSchema' - type: object - - pattern: ^file:.* - type: string - scoring_script: - title: scoring_script - type: string - type: object - CreationContextSchema: - additionalProperties: false - properties: - created_at: - format: date-time - title: created_at - type: string - created_by: - title: created_by - type: string - created_by_type: - title: created_by_type - type: string - last_modified_at: - format: date-time - title: last_modified_at - type: string - last_modified_by: - title: last_modified_by - type: string - last_modified_by_type: - title: last_modified_by_type - type: string - type: object - DockerBuildSchema: - additionalProperties: false - properties: - dockerfile: - anyOf: - - title: dockerfile - type: string - - title: dockerfile - type: string - type: object - DockerSchema: - additionalProperties: false - properties: - build: - $ref: '#/definitions/DockerBuildSchema' - type: object - image: - title: image - type: string - type: object - EnvironmentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - conda_file: - anyOf: - - title: conda_file - type: string - - title: conda_file - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - description: - title: description - type: string - docker: - $ref: '#/definitions/DockerSchema' - type: object - id: - arm_type: environments - pattern: ^azureml:.* - readonly: true - title: id - type: string - inference_config: - $ref: '#/definitions/InferenceConfigSchema' - type: object - name: - title: name - type: string - os_type: - enum: - - linux - - windows - title: os_type - type: string - path: - title: path - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - InferenceConfigSchema: - additionalProperties: false - properties: - liveness_route: - $ref: '#/definitions/RouteSchema' - type: object - readiness_route: - $ref: '#/definitions/RouteSchema' - type: object - scoring_route: - $ref: '#/definitions/RouteSchema' - type: object - required: - - liveness_route - - readiness_route - - scoring_route - type: object - LivenessProbeSchema: - additionalProperties: false - properties: - failure_threshold: - format: integer - title: failure_threshold - type: number - initial_delay: - format: integer - title: initial_delay - type: number - period: - format: integer - title: period - type: number - success_threshold: - format: integer - title: success_threshold - type: number - timeout: - format: integer - title: timeout - type: number - type: object - ManagedOnlineDeploymentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - app_insights_enabled: - title: app_insights_enabled - type: boolean - code_configuration: - $ref: '#/definitions/CodeConfigurationSchema' - type: object - environment: - anyOf: - - arm_type: environments - pattern: ^azureml:.* - title: environment - type: string - - $ref: '#/definitions/EnvironmentSchema' - type: object - - pattern: ^file:.* - type: string - environment_variables: - additionalProperties: {} - title: environment_variables - type: object - id: - title: id - type: string - instance_type: - title: instance_type - type: string - liveness_probe: - $ref: '#/definitions/LivenessProbeSchema' - type: object - model: - anyOf: - - arm_type: models - pattern: ^azureml:.* - title: model - type: string - - $ref: '#/definitions/ModelSchema' - type: object - name: - title: name - type: string - properties: - additionalProperties: {} - title: properties - type: object - provisioning_state: - title: provisioning_state - type: string - readiness_probe: - $ref: '#/definitions/LivenessProbeSchema' - type: object - request_settings: - $ref: '#/definitions/RequestSettingsSchema' - type: object - scale_settings: - anyOf: - - $ref: '#/definitions/AutoScaleSettingsSchema' - type: object - - $ref: '#/definitions/ManualScaleSettingsSchema' - type: object - tags: - additionalProperties: {} - title: tags - type: object - type: - title: type - type: string - required: - - name - type: object - ManualScaleSettingsSchema: - additionalProperties: false - properties: - instance_count: - format: integer - title: instance_count - type: number - max_instances: - format: integer - title: max_instances - type: number - min_instances: - format: integer - title: min_instances - type: number - scale_type: - enum: - - Manual - title: scale_type - type: string - required: - - instance_count - - scale_type - type: object - ModelSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - flavors: - additionalProperties: {} - title: flavors - type: object - id: - arm_type: models - pattern: ^azureml:.* - readonly: true - title: id - type: string - local_path: - title: local_path - type: string - name: - title: name - type: string - path: - title: path - type: string - properties: - additionalProperties: {} - title: properties - type: object - tags: - additionalProperties: {} - title: tags - type: object - utc_time_created: - format: date-time - title: utc_time_created - type: string - version: - format: integer - title: version - type: number - required: - - name - - version - type: object - RequestSettingsSchema: - additionalProperties: false - properties: - max_concurrent_requests_per_instance: - format: integer - title: max_concurrent_requests_per_instance - type: number - max_queue_wait_ms: - format: integer - title: max_queue_wait_ms - type: number - request_timeout_ms: - format: integer - title: request_timeout_ms - type: number - type: object - RouteSchema: - additionalProperties: false - properties: - path: - title: path - type: string - port: - format: integer - title: port - type: number - required: - - path - - port - type: object diff --git a/cli/.schemas/yamls/latest/managedOnlineEndpoint.schema.yml b/cli/.schemas/yamls/latest/managedOnlineEndpoint.schema.yml deleted file mode 100644 index 88b2b0595..000000000 --- a/cli/.schemas/yamls/latest/managedOnlineEndpoint.schema.yml +++ /dev/null @@ -1,516 +0,0 @@ -$ref: '#/definitions/ManagedOnlineEndpointSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - AutoScaleSettingsSchema: - additionalProperties: false - properties: - max_instances: - format: integer - title: max_instances - type: number - min_instances: - format: integer - title: min_instances - type: number - polling_interval: - format: integer - title: polling_interval - type: number - scale_type: - enum: - - Auto - title: scale_type - type: string - target_utilization_percentage: - format: integer - title: target_utilization_percentage - type: number - required: - - scale_type - type: object - CodeAssetSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - id: - title: id - type: string - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - title: name - type: string - path: - description: URI pointing to a file or directory. - title: path - type: string - tags: - additionalProperties: {} - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - CodeConfigurationSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - code: - anyOf: - - arm_type: codes - pattern: ^azureml:.* - title: code - type: string - - $ref: '#/definitions/CodeAssetSchema' - type: object - - pattern: ^file:.* - type: string - scoring_script: - title: scoring_script - type: string - type: object - CreationContextSchema: - additionalProperties: false - properties: - created_at: - format: date-time - title: created_at - type: string - created_by: - title: created_by - type: string - created_by_type: - title: created_by_type - type: string - last_modified_at: - format: date-time - title: last_modified_at - type: string - last_modified_by: - title: last_modified_by - type: string - last_modified_by_type: - title: last_modified_by_type - type: string - type: object - DockerBuildSchema: - additionalProperties: false - properties: - dockerfile: - anyOf: - - title: dockerfile - type: string - - title: dockerfile - type: string - type: object - DockerSchema: - additionalProperties: false - properties: - build: - $ref: '#/definitions/DockerBuildSchema' - type: object - image: - title: image - type: string - type: object - EnvironmentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - conda_file: - anyOf: - - title: conda_file - type: string - - title: conda_file - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - description: - title: description - type: string - docker: - $ref: '#/definitions/DockerSchema' - type: object - id: - arm_type: environments - pattern: ^azureml:.* - readonly: true - title: id - type: string - inference_config: - $ref: '#/definitions/InferenceConfigSchema' - type: object - name: - title: name - type: string - os_type: - enum: - - linux - - windows - title: os_type - type: string - path: - title: path - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - IdentitySchema: - additionalProperties: false - properties: - principal_id: - title: principal_id - type: string - tenant_id: - title: tenant_id - type: string - type: - enum: - - system_assigned - - user_assigned - - none - title: type - type: string - user_assigned_identities: - items: - additionalProperties: - title: user_assigned_identities - type: string - title: user_assigned_identities - type: object - title: user_assigned_identities - type: array - type: object - InferenceConfigSchema: - additionalProperties: false - properties: - liveness_route: - $ref: '#/definitions/RouteSchema' - type: object - readiness_route: - $ref: '#/definitions/RouteSchema' - type: object - scoring_route: - $ref: '#/definitions/RouteSchema' - type: object - required: - - liveness_route - - readiness_route - - scoring_route - type: object - LivenessProbeSchema: - additionalProperties: false - properties: - failure_threshold: - format: integer - title: failure_threshold - type: number - initial_delay: - format: integer - title: initial_delay - type: number - period: - format: integer - title: period - type: number - success_threshold: - format: integer - title: success_threshold - type: number - timeout: - format: integer - title: timeout - type: number - type: object - ManagedOnlineDeploymentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - app_insights_enabled: - title: app_insights_enabled - type: boolean - code_configuration: - $ref: '#/definitions/CodeConfigurationSchema' - type: object - environment: - anyOf: - - arm_type: environments - pattern: ^azureml:.* - title: environment - type: string - - $ref: '#/definitions/EnvironmentSchema' - type: object - - pattern: ^file:.* - type: string - environment_variables: - additionalProperties: {} - title: environment_variables - type: object - id: - title: id - type: string - instance_type: - title: instance_type - type: string - liveness_probe: - $ref: '#/definitions/LivenessProbeSchema' - type: object - model: - anyOf: - - arm_type: models - pattern: ^azureml:.* - title: model - type: string - - $ref: '#/definitions/ModelSchema' - type: object - name: - title: name - type: string - properties: - additionalProperties: {} - title: properties - type: object - provisioning_state: - title: provisioning_state - type: string - readiness_probe: - $ref: '#/definitions/LivenessProbeSchema' - type: object - request_settings: - $ref: '#/definitions/RequestSettingsSchema' - type: object - scale_settings: - anyOf: - - $ref: '#/definitions/AutoScaleSettingsSchema' - type: object - - $ref: '#/definitions/ManualScaleSettingsSchema' - type: object - tags: - additionalProperties: {} - title: tags - type: object - type: - title: type - type: string - required: - - name - type: object - ManagedOnlineEndpointSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - auth_mode: - enum: - - aml_token - - key - - aad_token - title: auth_mode - type: string - deployments: - items: - $ref: '#/definitions/ManagedOnlineDeploymentSchema' - type: object - title: deployments - type: array - description: - title: description - type: string - id: - title: id - type: string - identity: - $ref: '#/definitions/IdentitySchema' - type: object - location: - title: location - type: string - name: - title: name - type: string - properties: - additionalProperties: {} - title: properties - type: object - provisioning_state: - title: provisioning_state - type: string - scoring_uri: - description: the endpoint uri that can be used for scoring - title: scoring_uri - type: string - swagger_uri: - title: swagger_uri - type: string - tags: - additionalProperties: {} - title: tags - type: object - traffic: - additionalProperties: - format: integer - title: traffic - type: number - title: traffic - type: object - type: - title: type - type: string - required: - - name - type: object - ManualScaleSettingsSchema: - additionalProperties: false - properties: - instance_count: - format: integer - title: instance_count - type: number - max_instances: - format: integer - title: max_instances - type: number - min_instances: - format: integer - title: min_instances - type: number - scale_type: - enum: - - Manual - title: scale_type - type: string - required: - - instance_count - - scale_type - type: object - ModelSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - flavors: - additionalProperties: {} - title: flavors - type: object - id: - arm_type: models - pattern: ^azureml:.* - readonly: true - title: id - type: string - local_path: - title: local_path - type: string - name: - title: name - type: string - path: - title: path - type: string - properties: - additionalProperties: {} - title: properties - type: object - tags: - additionalProperties: {} - title: tags - type: object - utc_time_created: - format: date-time - title: utc_time_created - type: string - version: - format: integer - title: version - type: number - required: - - name - - version - type: object - RequestSettingsSchema: - additionalProperties: false - properties: - max_concurrent_requests_per_instance: - format: integer - title: max_concurrent_requests_per_instance - type: number - max_queue_wait_ms: - format: integer - title: max_queue_wait_ms - type: number - request_timeout_ms: - format: integer - title: request_timeout_ms - type: number - type: object - RouteSchema: - additionalProperties: false - properties: - path: - title: path - type: string - port: - format: integer - title: port - type: number - required: - - path - - port - type: object diff --git a/cli/.schemas/yamls/latest/model.schema.yml b/cli/.schemas/yamls/latest/model.schema.yml deleted file mode 100644 index e18762465..000000000 --- a/cli/.schemas/yamls/latest/model.schema.yml +++ /dev/null @@ -1,84 +0,0 @@ -$ref: '#/definitions/ModelSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - CreationContextSchema: - additionalProperties: false - properties: - created_at: - format: date-time - title: created_at - type: string - created_by: - title: created_by - type: string - created_by_type: - title: created_by_type - type: string - last_modified_at: - format: date-time - title: last_modified_at - type: string - last_modified_by: - title: last_modified_by - type: string - last_modified_by_type: - title: last_modified_by_type - type: string - type: object - ModelSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - flavors: - additionalProperties: {} - title: flavors - type: object - id: - arm_type: models - pattern: ^azureml:.* - readonly: true - title: id - type: string - local_path: - title: local_path - type: string - name: - title: name - type: string - path: - title: path - type: string - properties: - additionalProperties: {} - title: properties - type: object - tags: - additionalProperties: {} - title: tags - type: object - utc_time_created: - format: date-time - title: utc_time_created - type: string - version: - format: integer - title: version - type: number - required: - - name - - version - type: object diff --git a/cli/.schemas/yamls/latest/sweepJob.schema.yml b/cli/.schemas/yamls/latest/sweepJob.schema.yml deleted file mode 100644 index 20c57a4c8..000000000 --- a/cli/.schemas/yamls/latest/sweepJob.schema.yml +++ /dev/null @@ -1,780 +0,0 @@ -$ref: '#/definitions/SweepJobSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - AnonymousAssetSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - id: - title: id - type: string - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - readonly: true - title: name - type: string - path: - description: URI pointing to a file or directory. - title: path - type: string - tags: - additionalProperties: {} - title: tags - type: object - version: - format: integer - readonly: true - title: version - type: number - type: object - AnonymousCodeAssetSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - id: - title: id - type: string - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - readonly: true - title: name - type: string - path: - description: URI pointing to a file or directory. - title: path - type: string - tags: - additionalProperties: {} - title: tags - type: object - version: - format: integer - readonly: true - title: version - type: number - type: object - AnonymousEnvironmentSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - arm_id: - arm_type: data - pattern: ^azureml:.* - readonly: true - title: arm_id - type: string - conda_file: - anyOf: - - title: conda_file - type: string - - title: conda_file - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - datastore: - arm_type: datastores - pattern: ^azureml:.* - title: datastore - type: string - description: - title: description - type: string - docker: - $ref: '#/definitions/DockerSchema' - type: object - id: - arm_type: environments - pattern: ^azureml:.* - readonly: true - title: id - type: string - inference_config: - $ref: '#/definitions/InferenceConfigSchema' - type: object - local_path: - description: the path from which the data gets uploaded to the cloud - title: local_path - type: string - name: - title: name - type: string - os_type: - enum: - - linux - - windows - title: os_type - type: string - path: - title: path - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - version: - format: integer - title: version - type: number - type: object - BanditPolicySchema: - additionalProperties: false - properties: - delay_evaluation: - format: integer - title: delay_evaluation - type: number - evaluation_interval: - format: integer - title: evaluation_interval - type: number - policy_type: - enum: - - bandit - title: policy_type - type: string - slack_amount: - format: float - title: slack_amount - type: number - slack_factor: - format: float - title: slack_factor - type: number - required: - - policy_type - type: object - ChoiceSchema: - additionalProperties: false - properties: - type: - enum: - - choice - title: type - type: string - values: - items: - anyOf: - - format: float - title: values - type: number - - title: values - type: string - title: values - type: array - required: - - type - type: object - ComputeBindingSchema: - additionalProperties: false - properties: - instance_count: - format: integer - title: instance_count - type: number - instance_type: - description: The instance type to make availabel to this job. - title: instance_type - type: string - location: - description: The locations where this job may run. - title: location - type: string - properties: - additionalProperties: {} - title: properties - type: object - target: - anyOf: - - enum: - - local - title: target - type: string - - arm_type: computes - pattern: ^azureml:.* - title: target - type: string - - title: target - type: string - type: object - CreationContextSchema: - additionalProperties: false - properties: - created_at: - format: date-time - title: created_at - type: string - created_by: - title: created_by - type: string - created_by_type: - title: created_by_type - type: string - last_modified_at: - format: date-time - title: last_modified_at - type: string - last_modified_by: - title: last_modified_by - type: string - last_modified_by_type: - title: last_modified_by_type - type: string - type: object - DockerBuildSchema: - additionalProperties: false - properties: - dockerfile: - anyOf: - - title: dockerfile - type: string - - title: dockerfile - type: string - type: object - DockerSchema: - additionalProperties: false - properties: - build: - $ref: '#/definitions/DockerBuildSchema' - type: object - image: - title: image - type: string - type: object - InferenceConfigSchema: - additionalProperties: false - properties: - liveness_route: - $ref: '#/definitions/RouteSchema' - type: object - readiness_route: - $ref: '#/definitions/RouteSchema' - type: object - scoring_route: - $ref: '#/definitions/RouteSchema' - type: object - required: - - liveness_route - - readiness_route - - scoring_route - type: object - InputEntrySchema: - additionalProperties: false - properties: - data: - anyOf: - - arm_type: data - pattern: ^azureml:.* - title: data - type: string - - $ref: '#/definitions/AnonymousAssetSchema' - type: object - - pattern: ^file:.* - type: string - mode: - enum: - - mount - - download - title: mode - type: string - type: object - JobEndpointSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - endpoint: - readonly: true - title: endpoint - type: string - port: - format: integer - title: port - type: number - properties: - additionalProperties: {} - title: properties - type: object - type: - title: type - type: string - type: object - JobOutputSchema: - additionalProperties: false - properties: - datastore_id: - arm_type: datastores - pattern: ^azureml:.* - title: datastore_id - type: string - path: - title: path - type: string - type: object - MPIDistributionSchema: - additionalProperties: false - properties: - process_count_per_instance: - format: integer - title: process_count_per_instance - type: number - type: - enum: - - mpi - title: type - type: string - required: - - type - type: object - MedianStoppingPolicySchema: - additionalProperties: false - properties: - delay_evaluation: - format: integer - title: delay_evaluation - type: number - evaluation_interval: - format: integer - title: evaluation_interval - type: number - policy_type: - enum: - - median_stopping - title: policy_type - type: string - required: - - policy_type - type: object - NormalSchema: - additionalProperties: false - properties: - mu: - format: float - title: mu - type: number - sigma: - format: float - title: sigma - type: number - type: - enum: - - normal - - lognormal - title: type - type: string - required: - - mu - - sigma - - type - type: object - ParameterizedCommandSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - code: - anyOf: - - $ref: '#/definitions/AnonymousCodeAssetSchema' - type: object - - arm_type: codes - pattern: ^azureml:.* - title: code - type: string - - pattern: ^file:.* - type: string - command: - description: 'The command run and the parameters passed. This string may contain - place holders of inputs in {}. ' - title: command - type: string - compute: - $ref: '#/definitions/ComputeBindingSchema' - type: object - distribution: - anyOf: - - $ref: '#/definitions/PyTorchDistributionSchema' - type: object - - $ref: '#/definitions/TensorFlowDistributionSchema' - type: object - - $ref: '#/definitions/MPIDistributionSchema' - type: object - environment: - anyOf: - - $ref: '#/definitions/AnonymousEnvironmentSchema' - type: object - - arm_type: environments - pattern: ^azureml:.* - title: environment - type: string - - pattern: ^file:.* - type: string - inputs: - additionalProperties: - $ref: '#/definitions/InputEntrySchema' - type: object - title: inputs - type: object - required: - - command - - compute - - environment - type: object - PyTorchDistributionSchema: - additionalProperties: false - properties: - process_count: - format: integer - title: process_count - type: number - type: - enum: - - pytorch - title: type - type: string - required: - - type - type: object - QNormalSchema: - additionalProperties: false - properties: - mu: - format: float - title: mu - type: number - q: - format: integer - title: q - type: number - sigma: - format: float - title: sigma - type: number - type: - enum: - - qnormal - - qlognormal - title: type - type: string - required: - - mu - - q - - sigma - - type - type: object - QUniformSchema: - additionalProperties: false - properties: - max_value: - format: float - title: max_value - type: number - min_value: - format: float - title: min_value - type: number - q: - format: integer - title: q - type: number - type: - enum: - - quniform - - qloguniform - title: type - type: string - required: - - max_value - - min_value - - q - - type - type: object - RandintSchema: - additionalProperties: false - properties: - type: - enum: - - randint - title: type - type: string - upper: - format: integer - title: upper - type: number - required: - - type - - upper - type: object - RouteSchema: - additionalProperties: false - properties: - path: - title: path - type: string - port: - format: integer - title: port - type: number - required: - - path - - port - type: object - SweepJobSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - algorithm: - enum: - - bayesian - - grid - - random - title: algorithm - type: string - creation_context: - $ref: '#/definitions/CreationContextSchema' - type: object - description: - title: description - type: string - early_termination: - anyOf: - - $ref: '#/definitions/BanditPolicySchema' - type: object - - $ref: '#/definitions/MedianStoppingPolicySchema' - type: object - - $ref: '#/definitions/TruncationSelectionPolicySchema' - type: object - experiment_name: - title: experiment_name - type: string - id: - arm_type: jobs - pattern: ^azureml:.* - readonly: true - title: id - type: string - interaction_endpoints: - additionalProperties: - $ref: '#/definitions/JobEndpointSchema' - type: object - title: interaction_endpoints - type: object - log_files: - additionalProperties: - title: log_files - type: string - title: log_files - type: object - max_concurrent_trials: - description: The maximum number of runs to run concurrently. - format: integer - title: max_concurrent_trials - type: number - max_total_trials: - description: The maximum number of runs. - format: integer - title: max_total_trials - type: number - name: - title: name - type: string - objective: - $ref: '#/definitions/SweepObjectiveSchema' - description: The name and optimization goal of the primary metric. - type: object - output: - $ref: '#/definitions/JobOutputSchema' - description: The output configurations for the component used. - type: object - properties: - additionalProperties: - title: properties - type: string - title: properties - type: object - search_space: - additionalProperties: - anyOf: - - $ref: '#/definitions/ChoiceSchema' - type: object - - $ref: '#/definitions/UniformSchema' - type: object - - $ref: '#/definitions/QUniformSchema' - type: object - - $ref: '#/definitions/NormalSchema' - type: object - - $ref: '#/definitions/QNormalSchema' - type: object - - $ref: '#/definitions/RandintSchema' - type: object - title: search_space - type: object - status: - readonly: true - title: status - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - timeout_minutes: - format: integer - title: timeout_minutes - type: number - trial: - $ref: '#/definitions/ParameterizedCommandSchema' - type: object - type: - enum: - - sweep_job - title: type - type: string - required: - - algorithm - - objective - - trial - - type - type: object - SweepObjectiveSchema: - additionalProperties: false - properties: - goal: - enum: - - minimize - - maximize - title: goal - type: string - primary_metric: - title: primary_metric - type: string - required: - - goal - - primary_metric - type: object - TensorFlowDistributionSchema: - additionalProperties: false - properties: - parameter_server_count: - format: integer - title: parameter_server_count - type: number - type: - enum: - - tensorflow - title: type - type: string - worker_count: - format: integer - title: worker_count - type: number - required: - - type - type: object - TruncationSelectionPolicySchema: - additionalProperties: false - properties: - delay_evaluation: - format: integer - title: delay_evaluation - type: number - evaluation_interval: - format: integer - title: evaluation_interval - type: number - exclude_finished_jobs: - title: exclude_finished_jobs - type: boolean - policy_type: - enum: - - truncation_selection - title: policy_type - type: string - truncation_percentage: - format: integer - title: truncation_percentage - type: number - required: - - policy_type - - truncation_percentage - type: object - UniformSchema: - additionalProperties: false - properties: - max_value: - format: float - title: max_value - type: number - min_value: - format: float - title: min_value - type: number - type: - enum: - - uniform - - loguniform - title: type - type: string - required: - - max_value - - min_value - - type - type: object diff --git a/cli/.schemas/yamls/latest/workspace.schema.yml b/cli/.schemas/yamls/latest/workspace.schema.yml deleted file mode 100644 index 5104321dd..000000000 --- a/cli/.schemas/yamls/latest/workspace.schema.yml +++ /dev/null @@ -1,97 +0,0 @@ -$ref: '#/definitions/WorkspaceSchema' -$schema: http://json-schema.org/draft-07/schema# -definitions: - CustomerManagedKeySchema: - additionalProperties: false - properties: - key_uri: - title: key_uri - type: string - key_vault: - title: key_vault - type: string - type: object - EndpointConnectionSchema: - additionalProperties: false - properties: - location: - title: location - type: string - resource_group: - title: resource_group - type: string - subnet_name: - title: subnet_name - type: string - subscription_id: - title: subscription_id - type: string - vnet_name: - title: vnet_name - type: string - type: object - PrivateEndpointSchema: - additionalProperties: false - properties: - approval_type: - title: approval_type - type: string - connections: - additionalProperties: - $ref: '#/definitions/EndpointConnectionSchema' - type: object - title: connections - type: object - type: object - WorkspaceSchema: - additionalProperties: false - properties: - $schema: - readonly: true - title: $schema - type: string - application_insights: - title: application_insights - type: string - container_registry: - title: container_registry - type: string - customer_managed_key: - $ref: '#/definitions/CustomerManagedKeySchema' - type: object - description: - title: description - type: string - discovery_url: - title: discovery_url - type: string - friendly_name: - title: friendly_name - type: string - hbi_workspace: - title: hbi_workspace - type: boolean - key_vault: - title: key_vault - type: string - location: - title: location - type: string - name: - title: name - type: string - private_endpoints: - $ref: '#/definitions/PrivateEndpointSchema' - type: object - storage_account: - title: storage_account - type: string - tags: - additionalProperties: - title: tags - type: string - title: tags - type: object - required: - - name - type: object diff --git a/cli/CONTRIBUTING.md b/cli/CONTRIBUTING.md index d7c268d7d..ba845e291 100644 --- a/cli/CONTRIBUTING.md +++ b/cli/CONTRIBUTING.md @@ -33,3 +33,22 @@ Endpoints are currently only tested through documentation scripts. Scripts are bash scripts with the `.sh` extension at the root of the directory. They are often used in the MicrosoftDocs/azure-docs repository as the source for code snippets. +### Important: Suppress printing confidential data/secrets in your scripts + +Note that all the shell scripts are executed with `bash -x script.sh`. This will print output of each line in the workflow output, which will be useful for debugging. However if you have sensitive information, that will get printed too. For e.g.: +```bash +# get endpoint access key using CLI command - this is confidential data +ENDPOINT_CREDENTIALS=$(az ml online-endpoint get-credentials -n $ENDPOINT_NAME -o tsv --query primaryKey) +``` +in this case the output in the workflow run will have endpoint key printed. + +To disable printing the output for selected lines by enclosing them within `set +x` and `set -x`. Example +```bash +set +x +ENDPOINT_CREDENTIALS=$(az ml online-endpoint get-credentials -n $ENDPOINT_NAME -o tsv --query primaryKey) +set -x +``` +You can also add the environment variable as a [github secret](https://docs.github.com/en/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-a-repository) to ensure it is not printed elsewhere. + + + diff --git a/cli/README.md b/cli/README.md index b8d4dff4b..35dd61000 100644 --- a/cli/README.md +++ b/cli/README.md @@ -19,24 +19,10 @@ Welcome to the Azure Machine Learning examples repository! 1. An Azure subscription. If you don't have an Azure subscription, [create a free account](https://aka.ms/AMLFree) before you begin. 2. A terminal. [Install and set up the CLI (v2)](https://docs.microsoft.com/azure/machine-learning/how-to-configure-cli) before you begin. -3. Clone this repository: - - ```bash - git clone https://github.com/Azure/azureml-examples --depth 1 - cd azureml-examples/cli - ``` - -4. Run the setup script and create compute: - - ```bash - bash setup.sh - bash create-compute.sh - ``` ## Getting started -1. [Train models (create jobs) with the CLI (v2)](https://docs.microsoft.com/azure/machine-learning/how-to-train-cli) -2. [Deploy and score a model using a managed online endpoint](https://docs.microsoft.com/azure/machine-learning/how-to-deploy-managed-online-endpoints) +1. [Install and set up the CLI (v2)](https://docs.microsoft.com/azure/machine-learning/how-to-configure-cli) ## Examples @@ -44,69 +30,121 @@ Welcome to the Azure Machine Learning examples repository! path|status| -|- -[amlarc-compute.sh](amlarc-compute.sh)|[![amlarc-compute](https://github.com/Azure/azureml-examples/workflows/cli-scripts-amlarc-compute/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-amlarc-compute.yml) -[batch-score.sh](batch-score.sh)|[![batch-score](https://github.com/Azure/azureml-examples/workflows/cli-scripts-batch-score/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-batch-score.yml) -[deploy-declarative-safe-rollout-online-endpoints.sh](deploy-declarative-safe-rollout-online-endpoints.sh)|[![deploy-declarative-safe-rollout-online-endpoints](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-declarative-safe-rollout-online-endpoints/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-declarative-safe-rollout-online-endpoints.yml) -[deploy-imperative-safe-rollout-online-endpoints.sh](deploy-imperative-safe-rollout-online-endpoints.sh)|[![deploy-imperative-safe-rollout-online-endpoints](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-imperative-safe-rollout-online-endpoints/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-imperative-safe-rollout-online-endpoints.yml) -[deploy-managed-online-endpoint-access-resource-sai.sh](deploy-managed-online-endpoint-access-resource-sai.sh)|[![deploy-managed-online-endpoint-access-resource-sai](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-sai/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-sai.yml) -[deploy-managed-online-endpoint-access-resource-uai.sh](deploy-managed-online-endpoint-access-resource-uai.sh)|[![deploy-managed-online-endpoint-access-resource-uai](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-uai/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-uai.yml) -[deploy-managed-online-endpoint.sh](deploy-managed-online-endpoint.sh)|[![deploy-managed-online-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint.yml) -[deploy-r.sh](deploy-r.sh)|[![deploy-r](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-r/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-r.yml) -[deploy-rest.sh](deploy-rest.sh)|[![deploy-rest](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-rest/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-rest.yml) -[deploy-tfserving.sh](deploy-tfserving.sh)|[![deploy-tfserving](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-tfserving/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-tfserving.yml) -[deploy-torchserve.sh](deploy-torchserve.sh)|[![deploy-torchserve](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-torchserve/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-torchserve.yml) -[deploy-triton-ensemble-managed-online-endpoint.sh](deploy-triton-ensemble-managed-online-endpoint.sh)|[![deploy-triton-ensemble-managed-online-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-triton-ensemble-managed-online-endpoint/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-triton-ensemble-managed-online-endpoint.yml) -[deploy-triton-managed-online-endpoint.sh](deploy-triton-managed-online-endpoint.sh)|[![deploy-triton-managed-online-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-triton-managed-online-endpoint/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-triton-managed-online-endpoint.yml) -[deploy-triton-multiple-models-online-endpoint.sh](deploy-triton-multiple-models-online-endpoint.sh)|[![deploy-triton-multiple-models-online-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-triton-multiple-models-online-endpoint/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-triton-multiple-models-online-endpoint.yml) -[how-to-deploy-amlarc-endpoint.sh](how-to-deploy-amlarc-endpoint.sh)|[![how-to-deploy-amlarc-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-scripts-how-to-deploy-amlarc-endpoint/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-how-to-deploy-amlarc-endpoint.yml) -[how-to-deploy-declarative-safe-rollout-amlarc-endpoints.sh](how-to-deploy-declarative-safe-rollout-amlarc-endpoints.sh)|[![how-to-deploy-declarative-safe-rollout-amlarc-endpoints](https://github.com/Azure/azureml-examples/workflows/cli-scripts-how-to-deploy-declarative-safe-rollout-amlarc-endpoints/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-how-to-deploy-declarative-safe-rollout-amlarc-endpoints.yml) -[manage-resources.sh](manage-resources.sh)|[![manage-resources](https://github.com/Azure/azureml-examples/workflows/cli-scripts-manage-resources/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-manage-resources.yml) -[misc.sh](misc.sh)|[![misc](https://github.com/Azure/azureml-examples/workflows/cli-scripts-misc/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-misc.yml) -[mlflow-uri.sh](mlflow-uri.sh)|[![mlflow-uri](https://github.com/Azure/azureml-examples/workflows/cli-scripts-mlflow-uri/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-mlflow-uri.yml) -[train-rest.sh](train-rest.sh)|[![train-rest](https://github.com/Azure/azureml-examples/workflows/cli-scripts-train-rest/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-train-rest.yml) -[train.sh](train.sh)|[![train](https://github.com/Azure/azureml-examples/workflows/cli-scripts-train/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-train.yml) +[batch-score-rest.sh](batch-score-rest.sh)|[![batch-score-rest](https://github.com/Azure/azureml-examples/workflows/cli-scripts-batch-score-rest/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-batch-score-rest.yml) +[batch-score.sh](batch-score.sh)|[![batch-score](https://github.com/Azure/azureml-examples/workflows/cli-scripts-batch-score/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-batch-score.yml) +[deploy-local-endpoint.sh](deploy-local-endpoint.sh)|[![deploy-local-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-local-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-local-endpoint.yml) +[deploy-managed-online-endpoint-access-resource-sai.sh](deploy-managed-online-endpoint-access-resource-sai.sh)|[![deploy-managed-online-endpoint-access-resource-sai](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-sai/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-sai.yml) +[deploy-managed-online-endpoint-access-resource-uai.sh](deploy-managed-online-endpoint-access-resource-uai.sh)|[![deploy-managed-online-endpoint-access-resource-uai](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-uai/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint-access-resource-uai.yml) +[deploy-managed-online-endpoint-mlflow.sh](deploy-managed-online-endpoint-mlflow.sh)|[![deploy-managed-online-endpoint-mlflow](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint-mlflow/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint-mlflow.yml) +[deploy-managed-online-endpoint.sh](deploy-managed-online-endpoint.sh)|[![deploy-managed-online-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-managed-online-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-managed-online-endpoint.yml) +[deploy-moe-autoscale.sh](deploy-moe-autoscale.sh)|[![deploy-moe-autoscale](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-moe-autoscale/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-moe-autoscale.yml) +[deploy-r.sh](deploy-r.sh)|[![deploy-r](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-r/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-r.yml) +[deploy-rest.sh](deploy-rest.sh)|[![deploy-rest](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-rest/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-rest.yml) +[deploy-safe-rollout-online-endpoints.sh](deploy-safe-rollout-online-endpoints.sh)|[![deploy-safe-rollout-online-endpoints](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-safe-rollout-online-endpoints/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-safe-rollout-online-endpoints.yml) +[deploy-tfserving.sh](deploy-tfserving.sh)|[![deploy-tfserving](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-tfserving/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-tfserving.yml) +[deploy-torchserve.sh](deploy-torchserve.sh)|[![deploy-torchserve](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-torchserve/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-torchserve.yml) +[deploy-triton-managed-online-endpoint.sh](deploy-triton-managed-online-endpoint.sh)|[![deploy-triton-managed-online-endpoint](https://github.com/Azure/azureml-examples/workflows/cli-scripts-deploy-triton-managed-online-endpoint/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-deploy-triton-managed-online-endpoint.yml) +[misc.sh](misc.sh)|[![misc](https://github.com/Azure/azureml-examples/workflows/cli-scripts-misc/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-misc.yml) +[mlflow-uri.sh](mlflow-uri.sh)|[![mlflow-uri](https://github.com/Azure/azureml-examples/workflows/cli-scripts-mlflow-uri/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-mlflow-uri.yml) +[train-rest.sh](train-rest.sh)|[![train-rest](https://github.com/Azure/azureml-examples/workflows/cli-scripts-train-rest/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-train-rest.yml) +[train.sh](train.sh)|[![train](https://github.com/Azure/azureml-examples/workflows/cli-scripts-train/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-train.yml) **Jobs** ([jobs](jobs)) path|status|description -|-|- -[jobs/dataprep/dask/nyctaxi/job.yml](jobs/dataprep/dask/nyctaxi/job.yml)|[![jobs/dataprep/dask/nyctaxi/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-dataprep-dask-nyctaxi-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-dataprep-dask-nyctaxi-job.yml)|This sample shows how to run a distributed DASK job on AzureML. -[jobs/dataprep/spark/nyctaxi/job.yml](jobs/dataprep/spark/nyctaxi/job.yml)|[![jobs/dataprep/spark/nyctaxi/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-dataprep-spark-nyctaxi-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-dataprep-spark-nyctaxi-job.yml)|This sample shows how to run a single node Spark job on AzureML. -[jobs/logging/julia/iris/job.yml](jobs/logging/julia/iris/job.yml)|[![jobs/logging/julia/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-logging-julia-iris-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-logging-julia-iris-job.yml)|Train a Flux model on the Iris dataset. Showcases examples of mlflow logging API used in training -[jobs/logging/sklearn/iris/job.yml](jobs/logging/sklearn/iris/job.yml)|[![jobs/logging/sklearn/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-logging-sklearn-iris-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-logging-sklearn-iris-job.yml)|Train a scikit-learn knn model on the iris dataset. Showcases examples of mlflow logging API's used in training. -[jobs/train/fastai/mnist/job.yml](jobs/train/fastai/mnist/job.yml)|[![jobs/train/fastai/mnist/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-fastai-mnist-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-fastai-mnist-job.yml)|Train a RESNET-18 convolutional neural network (CNN) with fast.ai on the MNIST dataset. -[jobs/train/fastai/pets/job.yml](jobs/train/fastai/pets/job.yml)|[![jobs/train/fastai/pets/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-fastai-pets-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-fastai-pets-job.yml)|Fine tune a convolutional neural network (CNN) with fast.ai on a pets dataset. -[jobs/train/julia/iris/job.yml](jobs/train/julia/iris/job.yml)|[![jobs/train/julia/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-julia-iris-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-julia-iris-job.yml)|Train a Flux model on the Iris dataset. -[jobs/train/lightgbm/iris-bash/job.yml](jobs/train/lightgbm/iris-bash/job.yml)|[![jobs/train/lightgbm/iris-bash/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-lightgbm-iris-bash-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-lightgbm-iris-bash-job.yml)|Train a LightGBM model on the Iris dataset via Python via Bash script. -[jobs/train/lightgbm/iris/job-sweep.yml](jobs/train/lightgbm/iris/job-sweep.yml)|[![jobs/train/lightgbm/iris/job-sweep](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-lightgbm-iris-job-sweep/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-lightgbm-iris-job-sweep.yml)|Run a hyperparameter sweep job for LightGBM on Iris dataset. -[jobs/train/lightgbm/iris/job.yml](jobs/train/lightgbm/iris/job.yml)|[![jobs/train/lightgbm/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-lightgbm-iris-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-lightgbm-iris-job.yml)|Train a LightGBM model on the Iris dataset. -[jobs/train/pytorch/iris/job.yml](jobs/train/pytorch/iris/job.yml)|[![jobs/train/pytorch/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-pytorch-iris-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-pytorch-iris-job.yml)|Train a neural network with PyTorch on the Iris dataset. -[jobs/train/pytorch/word-language-model/job.yml](jobs/train/pytorch/word-language-model/job.yml)|[![jobs/train/pytorch/word-language-model/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-pytorch-word-language-model-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-pytorch-word-language-model-job.yml)|Train a multi-layer RNN (Elman, GRU, or LSTM) on a language modeling task with PyTorch. -[jobs/train/r/accidents/job.yml](jobs/train/r/accidents/job.yml)|[![jobs/train/r/accidents/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-r-accidents-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-r-accidents-job.yml)|Train a GLM using R on the accidents dataset. -[jobs/train/r/iris/job.yml](jobs/train/r/iris/job.yml)|[![jobs/train/r/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-r-iris-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-r-iris-job.yml)|Train an R model on the Iris dataset. -[jobs/train/scikit-learn/diabetes/job.yml](jobs/train/scikit-learn/diabetes/job.yml)|[![jobs/train/scikit-learn/diabetes/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-scikit-learn-diabetes-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-scikit-learn-diabetes-job.yml)|Train a scikit-learn LinearRegression model on the Diabetes dataset. -[jobs/train/scikit-learn/iris/job.yml](jobs/train/scikit-learn/iris/job.yml)|[![jobs/train/scikit-learn/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-scikit-learn-iris-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-scikit-learn-iris-job.yml)|Train a scikit-learn SVM on the Iris dataset. -[jobs/train/scikit-learn/mnist/job.yml](jobs/train/scikit-learn/mnist/job.yml)|[![jobs/train/scikit-learn/mnist/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-scikit-learn-mnist-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-scikit-learn-mnist-job.yml)|Train a scikit-learn LogisticRegression model on the MNSIT dataset. -[jobs/train/tensorflow/iris/job.yml](jobs/train/tensorflow/iris/job.yml)|[![jobs/train/tensorflow/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-tensorflow-iris-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-tensorflow-iris-job.yml)|Train a Tensorflow Decision Forest on the Iris dataset. -[jobs/train/tensorflow/mnist-distributed-horovod/job.yml](jobs/train/tensorflow/mnist-distributed-horovod/job.yml)|[![jobs/train/tensorflow/mnist-distributed-horovod/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-tensorflow-mnist-distributed-horovod-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-tensorflow-mnist-distributed-horovod-job.yml)|Train a basic neural network with TensorFlow on the MNIST dataset, distributed via Horovod. -[jobs/train/tensorflow/mnist-distributed/job.yml](jobs/train/tensorflow/mnist-distributed/job.yml)|[![jobs/train/tensorflow/mnist-distributed/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-tensorflow-mnist-distributed-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-tensorflow-mnist-distributed-job.yml)|Train a basic neural network with TensorFlow on the MNIST dataset, distributed via TensorFlow. -[jobs/train/tensorflow/mnist/job.yml](jobs/train/tensorflow/mnist/job.yml)|[![jobs/train/tensorflow/mnist/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-train-tensorflow-mnist-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-train-tensorflow-mnist-job.yml)|Train a basic neural network with TensorFlow on the MNIST dataset. -[jobs/misc/hello-world-env-var.yml](jobs/misc/hello-world-env-var.yml)|[![jobs/misc/hello-world-env-var](https://github.com/Azure/azureml-examples/workflows/cli-jobs-misc-hello-world-env-var/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-misc-hello-world-env-var.yml)|*no description* -[jobs/misc/hello-world.yml](jobs/misc/hello-world.yml)|[![jobs/misc/hello-world](https://github.com/Azure/azureml-examples/workflows/cli-jobs-misc-hello-world/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-misc-hello-world.yml)|*no description* +[jobs/pipelines-with-components/nyc_taxi_data_regression/job.yml](jobs/pipelines-with-components/nyc_taxi_data_regression/job.yml)|[![jobs/pipelines-with-components/nyc_taxi_data_regression/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-nyc_taxi_data_regression-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-nyc_taxi_data_regression-job.yml)|*no description* +[jobs/pipelines/cifar-10/job.yml](jobs/pipelines/cifar-10/job.yml)|[![jobs/pipelines/cifar-10/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-cifar-10-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-cifar-10-job.yml)|*no description* +[jobs/pipelines/nyc-taxi/job.yml](jobs/pipelines/nyc-taxi/job.yml)|[![jobs/pipelines/nyc-taxi/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-nyc-taxi-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-nyc-taxi-job.yml)|*no description* +[jobs/single-step/dask/nyctaxi/job.yml](jobs/single-step/dask/nyctaxi/job.yml)|[![jobs/single-step/dask/nyctaxi/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-dask-nyctaxi-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-dask-nyctaxi-job.yml)|This sample shows how to run a distributed DASK job on AzureML. The 24GB NYC Taxi dataset is read in CSV format by a 4 node DASK cluster, processed and then written as job output in parquet format. +[jobs/single-step/julia/iris/job.yml](jobs/single-step/julia/iris/job.yml)|[![jobs/single-step/julia/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-julia-iris-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-julia-iris-job.yml)|Train a Flux model on the Iris dataset using the Julia programming language. +[jobs/single-step/lightgbm/iris/job-sweep.yml](jobs/single-step/lightgbm/iris/job-sweep.yml)|[![jobs/single-step/lightgbm/iris/job-sweep](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-lightgbm-iris-job-sweep/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-lightgbm-iris-job-sweep.yml)|Run a hyperparameter sweep job for LightGBM on Iris dataset. +[jobs/single-step/lightgbm/iris/job.yml](jobs/single-step/lightgbm/iris/job.yml)|[![jobs/single-step/lightgbm/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-lightgbm-iris-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-lightgbm-iris-job.yml)|Train a LightGBM model on the Iris dataset. +[jobs/single-step/pytorch/cifar-distributed/job.yml](jobs/single-step/pytorch/cifar-distributed/job.yml)|[![jobs/single-step/pytorch/cifar-distributed/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-pytorch-cifar-distributed-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-pytorch-cifar-distributed-job.yml)|Train a basic convolutional neural network (CNN) with PyTorch on the CIFAR-10 dataset, distributed via PyTorch. +[jobs/single-step/pytorch/iris/job.yml](jobs/single-step/pytorch/iris/job.yml)|[![jobs/single-step/pytorch/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-pytorch-iris-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-pytorch-iris-job.yml)|Train a neural network with PyTorch on the Iris dataset. +[jobs/single-step/pytorch/word-language-model/job.yml](jobs/single-step/pytorch/word-language-model/job.yml)|[![jobs/single-step/pytorch/word-language-model/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-pytorch-word-language-model-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-pytorch-word-language-model-job.yml)|Train a multi-layer RNN (Elman, GRU, or LSTM) on a language modeling task with PyTorch. +[jobs/single-step/r/accidents/job.yml](jobs/single-step/r/accidents/job.yml)|[![jobs/single-step/r/accidents/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-r-accidents-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-r-accidents-job.yml)|Train a GLM using R on the accidents dataset. +[jobs/single-step/r/iris/job.yml](jobs/single-step/r/iris/job.yml)|[![jobs/single-step/r/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-r-iris-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-r-iris-job.yml)|Train an R model on the Iris dataset. +[jobs/single-step/scikit-learn/diabetes/job.yml](jobs/single-step/scikit-learn/diabetes/job.yml)|[![jobs/single-step/scikit-learn/diabetes/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-scikit-learn-diabetes-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-scikit-learn-diabetes-job.yml)|Train a scikit-learn LinearRegression model on the Diabetes dataset. +[jobs/single-step/scikit-learn/iris-notebook/job.yml](jobs/single-step/scikit-learn/iris-notebook/job.yml)|[![jobs/single-step/scikit-learn/iris-notebook/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-scikit-learn-iris-notebook-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-scikit-learn-iris-notebook-job.yml)|Train a scikit-learn SVM on the Iris dataset using a custom Docker container build with a notebook via papermill. +[jobs/single-step/scikit-learn/iris/job-docker-context.yml](jobs/single-step/scikit-learn/iris/job-docker-context.yml)|[![jobs/single-step/scikit-learn/iris/job-docker-context](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-scikit-learn-iris-job-docker-context/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-scikit-learn-iris-job-docker-context.yml)|Train a scikit-learn SVM on the Iris dataset using a custom Docker container build. +[jobs/single-step/scikit-learn/iris/job-sweep.yml](jobs/single-step/scikit-learn/iris/job-sweep.yml)|[![jobs/single-step/scikit-learn/iris/job-sweep](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-scikit-learn-iris-job-sweep/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-scikit-learn-iris-job-sweep.yml)|Sweep hyperparemeters for training a scikit-learn SVM on the Iris dataset. +[jobs/single-step/scikit-learn/iris/job.yml](jobs/single-step/scikit-learn/iris/job.yml)|[![jobs/single-step/scikit-learn/iris/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-scikit-learn-iris-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-scikit-learn-iris-job.yml)|Train a scikit-learn SVM on the Iris dataset. +[jobs/single-step/spark/nyctaxi/job.yml](jobs/single-step/spark/nyctaxi/job.yml)|[![jobs/single-step/spark/nyctaxi/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-spark-nyctaxi-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-spark-nyctaxi-job.yml)|This sample shows how to run a single node Spark job on Azure ML. The 47GB NYC Taxi dataset is read in parquet format by a 1 node Spark cluster, processed and then written as job output in parquet format. +[jobs/single-step/tensorflow/mnist-distributed-horovod/job.yml](jobs/single-step/tensorflow/mnist-distributed-horovod/job.yml)|[![jobs/single-step/tensorflow/mnist-distributed-horovod/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-horovod-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-horovod-job.yml)|Train a basic neural network with TensorFlow on the MNIST dataset, distributed via Horovod. +[jobs/single-step/tensorflow/mnist-distributed/job.yml](jobs/single-step/tensorflow/mnist-distributed/job.yml)|[![jobs/single-step/tensorflow/mnist-distributed/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-tensorflow-mnist-distributed-job.yml)|Train a basic neural network with TensorFlow on the MNIST dataset, distributed via TensorFlow. +[jobs/single-step/tensorflow/mnist/job.yml](jobs/single-step/tensorflow/mnist/job.yml)|[![jobs/single-step/tensorflow/mnist/job](https://github.com/Azure/azureml-examples/workflows/cli-jobs-single-step-tensorflow-mnist-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-single-step-tensorflow-mnist-job.yml)|Train a basic neural network with TensorFlow on the MNIST dataset. +[jobs/basics/hello-code.yml](jobs/basics/hello-code.yml)|[![jobs/basics/hello-code](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-code/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-code.yml)|*no description* +[jobs/basics/hello-iris-datastore-file.yml](jobs/basics/hello-iris-datastore-file.yml)|[![jobs/basics/hello-iris-datastore-file](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-iris-datastore-file/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-iris-datastore-file.yml)|*no description* +[jobs/basics/hello-iris-datastore-folder.yml](jobs/basics/hello-iris-datastore-folder.yml)|[![jobs/basics/hello-iris-datastore-folder](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-iris-datastore-folder/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-iris-datastore-folder.yml)|*no description* +[jobs/basics/hello-iris-file.yml](jobs/basics/hello-iris-file.yml)|[![jobs/basics/hello-iris-file](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-iris-file/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-iris-file.yml)|*no description* +[jobs/basics/hello-iris-folder.yml](jobs/basics/hello-iris-folder.yml)|[![jobs/basics/hello-iris-folder](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-iris-folder/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-iris-folder.yml)|*no description* +[jobs/basics/hello-iris-literal.yml](jobs/basics/hello-iris-literal.yml)|[![jobs/basics/hello-iris-literal](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-iris-literal/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-iris-literal.yml)|*no description* +[jobs/basics/hello-mlflow.yml](jobs/basics/hello-mlflow.yml)|[![jobs/basics/hello-mlflow](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-mlflow/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-mlflow.yml)|*no description* +[jobs/basics/hello-notebook.yml](jobs/basics/hello-notebook.yml)|[![jobs/basics/hello-notebook](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-notebook/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-notebook.yml)|*no description* +[jobs/basics/hello-pipeline-abc.yml](jobs/basics/hello-pipeline-abc.yml)|[![jobs/basics/hello-pipeline-abc](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-abc/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-abc.yml)|*no description* +[jobs/basics/hello-pipeline-io.yml](jobs/basics/hello-pipeline-io.yml)|[![jobs/basics/hello-pipeline-io](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-io/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-io.yml)|*no description* +[jobs/basics/hello-pipeline-settings.yml](jobs/basics/hello-pipeline-settings.yml)|[![jobs/basics/hello-pipeline-settings](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline-settings/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline-settings.yml)|*no description* +[jobs/basics/hello-pipeline.yml](jobs/basics/hello-pipeline.yml)|[![jobs/basics/hello-pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-pipeline.yml)|*no description* +[jobs/basics/hello-sweep.yml](jobs/basics/hello-sweep.yml)|[![jobs/basics/hello-sweep](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-sweep/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-sweep.yml)|Hello sweep job example. +[jobs/basics/hello-world-env-var.yml](jobs/basics/hello-world-env-var.yml)|[![jobs/basics/hello-world-env-var](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-world-env-var/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-world-env-var.yml)|*no description* +[jobs/basics/hello-world-input.yml](jobs/basics/hello-world-input.yml)|[![jobs/basics/hello-world-input](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-world-input/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-world-input.yml)|*no description* +[jobs/basics/hello-world-org.yml](jobs/basics/hello-world-org.yml)|[![jobs/basics/hello-world-org](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-world-org/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-world-org.yml)|| +[jobs/basics/hello-world-output-data.yml](jobs/basics/hello-world-output-data.yml)|[![jobs/basics/hello-world-output-data](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-world-output-data/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-world-output-data.yml)|*no description* +[jobs/basics/hello-world-output.yml](jobs/basics/hello-world-output.yml)|[![jobs/basics/hello-world-output](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-world-output/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-world-output.yml)|*no description* +[jobs/basics/hello-world.yml](jobs/basics/hello-world.yml)|[![jobs/basics/hello-world](https://github.com/Azure/azureml-examples/workflows/cli-jobs-basics-hello-world/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-basics-hello-world.yml)|*no description* +[jobs/pipelines-with-components/basics/1a_e2e_local_components/pipeline.yml](jobs/pipelines-with-components/basics/1a_e2e_local_components/pipeline.yml)|[![jobs/pipelines-with-components/basics/1a_e2e_local_components/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-1a_e2e_local_components-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-1a_e2e_local_components-pipeline.yml)|"Dummy train-score-eval pipeline with local components" +[jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml](jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml)|[![jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-1b_e2e_registered_components-pipeline.yml)|"E2E dummy train-score-eval pipeline with registered components" +[jobs/pipelines-with-components/basics/1c_e2e_inline_components/pipeline.yml](jobs/pipelines-with-components/basics/1c_e2e_inline_components/pipeline.yml)|[![jobs/pipelines-with-components/basics/1c_e2e_inline_components/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-1c_e2e_inline_components-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-1c_e2e_inline_components-pipeline.yml)|"E2E dummy train-score-eval pipeline with components defined inline in pipeline job" +[jobs/pipelines-with-components/basics/2a_basic_component/pipeline.yml](jobs/pipelines-with-components/basics/2a_basic_component/pipeline.yml)|[![jobs/pipelines-with-components/basics/2a_basic_component/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-2a_basic_component-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-2a_basic_component-pipeline.yml)|"Hello World component example" +[jobs/pipelines-with-components/basics/2b_component_with_input_output/pipeline.yml](jobs/pipelines-with-components/basics/2b_component_with_input_output/pipeline.yml)|[![jobs/pipelines-with-components/basics/2b_component_with_input_output/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-2b_component_with_input_output-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-2b_component_with_input_output-pipeline.yml)|"Component with inputs and outputs" +[jobs/pipelines-with-components/basics/3a_basic_pipeline/pipeline.yml](jobs/pipelines-with-components/basics/3a_basic_pipeline/pipeline.yml)|[![jobs/pipelines-with-components/basics/3a_basic_pipeline/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-3a_basic_pipeline-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-3a_basic_pipeline-pipeline.yml)|"Basic Pipeline Job with 3 Hello World components" +[jobs/pipelines-with-components/basics/3b_pipeline_with_data/pipeline.yml](jobs/pipelines-with-components/basics/3b_pipeline_with_data/pipeline.yml)|[![jobs/pipelines-with-components/basics/3b_pipeline_with_data/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-3b_pipeline_with_data-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-3b_pipeline_with_data-pipeline.yml)|*no description* +[jobs/pipelines-with-components/basics/4a_local_data_input/pipeline.yml](jobs/pipelines-with-components/basics/4a_local_data_input/pipeline.yml)|[![jobs/pipelines-with-components/basics/4a_local_data_input/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-4a_local_data_input-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-4a_local_data_input-pipeline.yml)|"Example of using data in a local folder as pipeline input" +[jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/pipeline.yml](jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/pipeline.yml)|[![jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-4b_datastore_datapath_uri_folder-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-4b_datastore_datapath_uri_folder-pipeline.yml)|"Example of using data folder from a Workspace Datastore as pipeline input" +[jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/pipeline.yml](jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/pipeline.yml)|[![jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-4c_datastore_datapath_uri_file-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-4c_datastore_datapath_uri_file-pipeline.yml)|"Example of using data file from a Workspace Datastore as pipeline input" +[jobs/pipelines-with-components/basics/4d_dataset_input/pipeline.yml](jobs/pipelines-with-components/basics/4d_dataset_input/pipeline.yml)|[![jobs/pipelines-with-components/basics/4d_dataset_input/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-4d_dataset_input-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-4d_dataset_input-pipeline.yml)|"Example of using data from a Dataset as pipeline input" +[jobs/pipelines-with-components/basics/4e_web_url_input/pipeline.yml](jobs/pipelines-with-components/basics/4e_web_url_input/pipeline.yml)|[![jobs/pipelines-with-components/basics/4e_web_url_input/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-4e_web_url_input-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-4e_web_url_input-pipeline.yml)|"Example of using a file hosted at a web URL as pipeline input" +[jobs/pipelines-with-components/basics/5a_env_public_docker_image/pipeline.yml](jobs/pipelines-with-components/basics/5a_env_public_docker_image/pipeline.yml)|[![jobs/pipelines-with-components/basics/5a_env_public_docker_image/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-5a_env_public_docker_image-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-5a_env_public_docker_image-pipeline.yml)|*no description* +[jobs/pipelines-with-components/basics/5b_env_registered/pipeline.yml](jobs/pipelines-with-components/basics/5b_env_registered/pipeline.yml)|[![jobs/pipelines-with-components/basics/5b_env_registered/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-5b_env_registered-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-5b_env_registered-pipeline.yml)|*no description* +[jobs/pipelines-with-components/basics/5c_env_conda_file/pipeline.yml](jobs/pipelines-with-components/basics/5c_env_conda_file/pipeline.yml)|[![jobs/pipelines-with-components/basics/5c_env_conda_file/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-5c_env_conda_file-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-5c_env_conda_file-pipeline.yml)|*no description* +[jobs/pipelines-with-components/basics/6a_tf_hello_world/pipeline.yml](jobs/pipelines-with-components/basics/6a_tf_hello_world/pipeline.yml)|[![jobs/pipelines-with-components/basics/6a_tf_hello_world/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-6a_tf_hello_world-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-6a_tf_hello_world-pipeline.yml)|"Prints the environment variable ($TF_CONFIG) useful for scripts running in a Tensorflow training environment" +[jobs/pipelines-with-components/basics/6c_pytorch_hello_world/pipeline.yml](jobs/pipelines-with-components/basics/6c_pytorch_hello_world/pipeline.yml)|[![jobs/pipelines-with-components/basics/6c_pytorch_hello_world/pipeline](https://github.com/Azure/azureml-examples/workflows/cli-jobs-pipelines-with-components-basics-6c_pytorch_hello_world-pipeline/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-jobs-pipelines-with-components-basics-6c_pytorch_hello_world-pipeline.yml)|"Prints the environment variables useful for scripts running in a PyTorch training environment" **Endpoints** ([endpoints](endpoints)) path|status|description -|-|- +**Resources** ([resources](resources)) + +path|status|description +-|-|- +[resources/compute/cluster-basic.yml](resources/compute/cluster-basic.yml)|[![resources/compute/cluster-basic](https://github.com/Azure/azureml-examples/workflows/cli-resources-compute-cluster-basic/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-resources-compute-cluster-basic.yml)|*no description* +[resources/compute/cluster-location.yml](resources/compute/cluster-location.yml)|[![resources/compute/cluster-location](https://github.com/Azure/azureml-examples/workflows/cli-resources-compute-cluster-location/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-resources-compute-cluster-location.yml)|*no description* +[resources/compute/cluster-low-priority.yml](resources/compute/cluster-low-priority.yml)|[![resources/compute/cluster-low-priority](https://github.com/Azure/azureml-examples/workflows/cli-resources-compute-cluster-low-priority/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-resources-compute-cluster-low-priority.yml)|*no description* +[resources/compute/cluster-minimal.yml](resources/compute/cluster-minimal.yml)|[![resources/compute/cluster-minimal](https://github.com/Azure/azureml-examples/workflows/cli-resources-compute-cluster-minimal/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-resources-compute-cluster-minimal.yml)|*no description* +[resources/compute/cluster-ssh-password.yml](resources/compute/cluster-ssh-password.yml)|[![resources/compute/cluster-ssh-password](https://github.com/Azure/azureml-examples/workflows/cli-resources-compute-cluster-ssh-password/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-resources-compute-cluster-ssh-password.yml)|*no description* + **Assets** ([assets](assets)) path|status|description -|-|- -[assets/data/iris-datastore.yml](assets/data/iris-datastore.yml)|[![assets/data/iris-datastore](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-iris-datastore/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-iris-datastore.yml)|Data asset from datastore blob storage. -[assets/data/iris-url.yml](assets/data/iris-url.yml)|[![assets/data/iris-url](https://github.com/Azure/azureml-examples/workflows/cli-assets-data-iris-url/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-data-iris-url.yml)|Data asset pointing to Iris CSV on public blob storage. -[assets/environment/python-ml-basic-cpu.yml](assets/environment/python-ml-basic-cpu.yml)|[![assets/environment/python-ml-basic-cpu](https://github.com/Azure/azureml-examples/workflows/cli-assets-environment-python-ml-basic-cpu/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-environment-python-ml-basic-cpu.yml)|Environment asset created from a base Docker image plus a Conda environment file. -[assets/model/lightgbm-iris.yml](assets/model/lightgbm-iris.yml)|[![assets/model/lightgbm-iris](https://github.com/Azure/azureml-examples/workflows/cli-assets-model-lightgbm-iris/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-model-lightgbm-iris.yml)|Model asset from local directory. +[assets/dataset/cloud-file-https.yml](assets/dataset/cloud-file-https.yml)|[![assets/dataset/cloud-file-https](https://github.com/Azure/azureml-examples/workflows/cli-assets-dataset-cloud-file-https/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-dataset-cloud-file-https.yml)|Dataset created from a file in cloud using https URL. +[assets/dataset/cloud-file-wasbs.yml](assets/dataset/cloud-file-wasbs.yml)|[![assets/dataset/cloud-file-wasbs](https://github.com/Azure/azureml-examples/workflows/cli-assets-dataset-cloud-file-wasbs/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-dataset-cloud-file-wasbs.yml)|Dataset created from a file in cloud using wasbs URL. +[assets/dataset/cloud-file.yml](assets/dataset/cloud-file.yml)|[![assets/dataset/cloud-file](https://github.com/Azure/azureml-examples/workflows/cli-assets-dataset-cloud-file/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-dataset-cloud-file.yml)|Dataset created from file in cloud. +[assets/dataset/cloud-folder-https.yml](assets/dataset/cloud-folder-https.yml)|[![assets/dataset/cloud-folder-https](https://github.com/Azure/azureml-examples/workflows/cli-assets-dataset-cloud-folder-https/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-dataset-cloud-folder-https.yml)|Dataset created from folder in cloud using https URL. +[assets/dataset/cloud-folder-wasbs.yml](assets/dataset/cloud-folder-wasbs.yml)|[![assets/dataset/cloud-folder-wasbs](https://github.com/Azure/azureml-examples/workflows/cli-assets-dataset-cloud-folder-wasbs/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-dataset-cloud-folder-wasbs.yml)|Dataset created from folder in cloud using wasbs URL. +[assets/dataset/cloud-folder.yml](assets/dataset/cloud-folder.yml)|[![assets/dataset/cloud-folder](https://github.com/Azure/azureml-examples/workflows/cli-assets-dataset-cloud-folder/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-dataset-cloud-folder.yml)|Dataset created from folder in cloud. +[assets/dataset/iris-csv-example.yml](assets/dataset/iris-csv-example.yml)|[![assets/dataset/iris-csv-example](https://github.com/Azure/azureml-examples/workflows/cli-assets-dataset-iris-csv-example/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-dataset-iris-csv-example.yml)|*no description* +[assets/dataset/local-file.yml](assets/dataset/local-file.yml)|[![assets/dataset/local-file](https://github.com/Azure/azureml-examples/workflows/cli-assets-dataset-local-file/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-dataset-local-file.yml)|Dataset created from local file. +[assets/dataset/local-folder.yml](assets/dataset/local-folder.yml)|[![assets/dataset/local-folder](https://github.com/Azure/azureml-examples/workflows/cli-assets-dataset-local-folder/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-dataset-local-folder.yml)|Dataset created from local folder. +[assets/dataset/public-file-https.yml](assets/dataset/public-file-https.yml)|[![assets/dataset/public-file-https](https://github.com/Azure/azureml-examples/workflows/cli-assets-dataset-public-file-https/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-dataset-public-file-https.yml)|Dataset created from a publicly available file using https URL. +[assets/environment/docker-context.yml](assets/environment/docker-context.yml)|[![assets/environment/docker-context](https://github.com/Azure/azureml-examples/workflows/cli-assets-environment-docker-context/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-environment-docker-context.yml)|*no description* +[assets/environment/docker-image-plus-conda.yml](assets/environment/docker-image-plus-conda.yml)|[![assets/environment/docker-image-plus-conda](https://github.com/Azure/azureml-examples/workflows/cli-assets-environment-docker-image-plus-conda/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-environment-docker-image-plus-conda.yml)|Environment created from a Docker image plus Conda environment. +[assets/environment/docker-image.yml](assets/environment/docker-image.yml)|[![assets/environment/docker-image](https://github.com/Azure/azureml-examples/workflows/cli-assets-environment-docker-image/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-environment-docker-image.yml)|Environment created from a Docker image. +[assets/model/local-file.yml](assets/model/local-file.yml)|[![assets/model/local-file](https://github.com/Azure/azureml-examples/workflows/cli-assets-model-local-file/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-model-local-file.yml)|Model created from local file. +[assets/model/local-mlflow.yml](assets/model/local-mlflow.yml)|[![assets/model/local-mlflow](https://github.com/Azure/azureml-examples/workflows/cli-assets-model-local-mlflow/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-assets-model-local-mlflow.yml)|Model created from local MLflow model directory. ## Contents @@ -115,6 +153,7 @@ path|status|description |`assets`|assets| |`endpoints`|endpoints| |`jobs`|jobs| +|`resources`|resources| ## Contributing diff --git a/cli/amlarc-compute.sh b/cli/amlarc-compute.sh deleted file mode 100644 index d1073cf4d..000000000 --- a/cli/amlarc-compute.sh +++ /dev/null @@ -1,468 +0,0 @@ -## This script is used to run training test on AmlArc-enabled compute - -# global fixed variables -LOCK_FILE=$0.lock - -# init -init_env(){ - set -x - - SUBSCRIPTION="${SUBSCRIPTION:-6560575d-fa06-4e7d-95fb-f962e74efd7a}" - RESOURCE_GROUP="${RESOURCE_GROUP:-azureml-examples-rg}" - WORKSPACE="${WORKSPACE:-amlarc-ws}" # $((1 + $RANDOM % 100)) - LOCATION="${LOCATION:-eastus}" - ARC_CLUSTER_PREFIX="${ARC_CLUSTER_PREFIX:-amlarc-arc}" - AKS_CLUSTER_PREFIX="${AKS_CLUSTER_PREFIX:-amlarc-aks}" - AMLARC_RELEASE_TRAIN="${AMLARC_RELEASE_TRAIN:-staging}" - AMLARC_RELEASE_NAMESPACE="${AMLARC_RELEASE_NAMESPACE:-azureml}" - EXTENSION_NAME="${EXTENSION_NAME:-amlarc-extension}" - EXTENSION_TYPE="${EXTENSION_TYPE:-Microsoft.AzureML.Kubernetes}" - - export RESULT_FILE=amlarc-test-result.txt - - touch $LOCK_FILE - [ "$(cat $LOCK_FILE)" == "" ] && echo $(date) > $LOCK_FILE || true - - if (( 10#$(date -d "$(cat $LOCK_FILE)" +"%H") < 12 )); then - AMLARC_RELEASE_TRAIN=experimental - fi - - if [ "$INPUT_AMLARC_RELEASE_TRAIN" != "" ]; then - AMLARC_RELEASE_TRAIN=$INPUT_AMLARC_RELEASE_TRAIN - fi - - if [ "$AMLARC_RELEASE_TRAIN" == "experimental" ]; then - LOCATION=eastus2euap - fi - - AKS_LOCATION=eastus - - WORKSPACE=${WORKSPACE}-${LOCATION} - ARC_CLUSTER_PREFIX=${ARC_CLUSTER_PREFIX}-${LOCATION} - AKS_CLUSTER_PREFIX=${AKS_CLUSTER_PREFIX}-${AKS_LOCATION} - - az version || true -} - -install_tools(){ - set -x - - az extension add -n connectedk8s --yes - az extension add -n k8s-extension --yes - az extension add -n ml --yes - - curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \ - && chmod +x ./kubectl \ - && sudo mv ./kubectl /usr/local/bin/kubectl - - pip install azureml-core -} - -waitForResources(){ - available=false - max_retries=60 - sleep_seconds=5 - RESOURCE=$1 - NAMESPACE=$2 - for i in $(seq 1 $max_retries); do - if [[ ! $(kubectl wait --for=condition=available ${RESOURCE} --all --namespace ${NAMESPACE}) ]]; then - sleep ${sleep_seconds} - else - available=true - break - fi - done - - echo "$available" -} - -prepare_attach_compute_py(){ -echo ' - -import sys, time -from azureml.core.compute import KubernetesCompute, ComputeTarget -from azureml.core.workspace import Workspace -from azureml.exceptions import ComputeTargetException - -INSTANCE_TYPES = { - "STANDARD_DS3_V2": { - "nodeSelector": None, - "resources": { - "requests": { - "cpu": "2", - "memory": "4Gi", - } - } - }, - "STANDARD_NC12": { - "nodeSelector": None, - "resources": { - "requests": { - "cpu": "8", - "memory": "64Gi", - "nvidia.com/gpu": 2 - } - } - }, - "STANDARD_NC6": { - "nodeSelector": None, - "resources": { - "requests": { - "cpu": "3", - "memory": "32Gi", - "nvidia.com/gpu": 1 - } - } - } -} - -def main(): - - print("args:", sys.argv) - - sub_id=sys.argv[1] - rg=sys.argv[2] - ws_name=sys.argv[3] - k8s_compute_name = sys.argv[4] - resource_id = sys.argv[5] - instance_type = sys.argv[6] - - ws = Workspace.get(name=ws_name,subscription_id=sub_id,resource_group=rg) - - for i in range(10): - try: - try: - # check if already attached - k8s_compute = KubernetesCompute(ws, k8s_compute_name) - print("compute already existed. will detach and re-attach it") - k8s_compute.detach() - except ComputeTargetException: - print("compute not found") - - k8s_attach_configuration = KubernetesCompute.attach_configuration(resource_id=resource_id, default_instance_type=instance_type, instance_types=INSTANCE_TYPES) - k8s_compute = ComputeTarget.attach(ws, k8s_compute_name, k8s_attach_configuration) - k8s_compute.wait_for_completion(show_output=True) - print("compute status:", k8s_compute.get_status()) - - return 0 - except Exception as e: - print("ERROR:", e) - print("Will sleep 30s. Epoch:", i) - time.sleep(30) - - sys.exit(1) - -if __name__ == "__main__": - main() - - -' > attach_compute.py -} - -# setup cluster resources -setup_cluster(){ - set -x -e - - rm -f $LOCK_FILE - - init_env - - VM_SKU="${1:-Standard_NC12}" - MIN_COUNT="${2:-4}" - MAX_COUNT="${3:-8}" - - ARC_CLUSTER_NAME=$(echo ${ARC_CLUSTER_PREFIX}-${VM_SKU} | tr -d '_') - AKS_CLUSTER_NAME=$(echo ${AKS_CLUSTER_PREFIX}-${VM_SKU} | tr -d '_') - - # create resource group - az group show \ - --subscription $SUBSCRIPTION \ - -n "$RESOURCE_GROUP" || \ - az group create \ - --subscription $SUBSCRIPTION \ - -l "$LOCATION" \ - -n "$RESOURCE_GROUP" - - # create aks cluster - az aks show \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $AKS_CLUSTER_NAME || \ - az aks create \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --location $AKS_LOCATION \ - --name $AKS_CLUSTER_NAME \ - --enable-cluster-autoscaler \ - --node-count $MIN_COUNT \ - --min-count $MIN_COUNT \ - --max-count $MAX_COUNT \ - --node-vm-size ${VM_SKU} \ - --no-ssh-key - - # get aks kubeconfig - az aks get-credentials \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $AKS_CLUSTER_NAME \ - --overwrite-existing - - # attach cluster to Arc - az connectedk8s show \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $ARC_CLUSTER_NAME || \ - az connectedk8s connect \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --location $LOCATION \ - --name $ARC_CLUSTER_NAME - - # wait for resources in ARC ns - waitSuccessArc="$(waitForResources deployment azure-arc)" - if [ "${waitSuccessArc}" == false ]; then - echo "deployment is not avilable in namespace - azure-arc" - fi - - # remove extension if exists - az k8s-extension show \ - --cluster-name $ARC_CLUSTER_NAME \ - --cluster-type connectedClusters \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $EXTENSION_NAME && \ - az k8s-extension delete \ - --cluster-name $ARC_CLUSTER_NAME \ - --cluster-type connectedClusters \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $EXTENSION_NAME \ - --yes || true - - # install extension - az k8s-extension create \ - --cluster-name $ARC_CLUSTER_NAME \ - --cluster-type connectedClusters \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $EXTENSION_NAME \ - --extension-type $EXTENSION_TYPE \ - --scope cluster \ - --release-train $AMLARC_RELEASE_TRAIN \ - --configuration-settings enableTraining=True allowInsecureConnections=True - - sleep 60 - # wait for resources in amlarc-arc ns - waitSuccessArc="$(waitForResources deployment $AMLARC_RELEASE_NAMESPACE)" - if [ "${waitSuccessArc}" == false ]; then - echo "deployment is not avilable in namespace - $AMLARC_RELEASE_NAMESPACE" - fi -} - -# setup compute -setup_compute(){ - set -x -e - - init_env - - VM_SKU="${1:-Standard_NC12}" - COMPUTE_NAME="${2:gpu-compute}" - - ARC_CLUSTER_NAME=$(echo ${ARC_CLUSTER_PREFIX}-${VM_SKU} | tr -d '_') - AKS_CLUSTER_NAME=$(echo ${AKS_CLUSTER_PREFIX}-${VM_SKU} | tr -d '_') - - # create workspace - az ml workspace show \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --workspace-name $WORKSPACE || \ - az ml workspace create \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --location $LOCATION \ - --workspace-name $WORKSPACE - - # attach compute - ARC_RESOURCE_ID="/subscriptions/$SUBSCRIPTION/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.Kubernetes/connectedClusters/$ARC_CLUSTER_NAME" - python attach_compute.py \ - "$SUBSCRIPTION" "$RESOURCE_GROUP" "$WORKSPACE" \ - "$COMPUTE_NAME" "$ARC_RESOURCE_ID" "$VM_SKU" - - sleep 60 -} - -# check compute resources -check_compute(){ - set -x +e - - init_env - - VM_SKU="${1:-Standard_NC12}" - COMPUTE_NAME="${2:-gpu-cluster}" - - ARC_CLUSTER_NAME=$(echo ${ARC_CLUSTER_PREFIX}-${VM_SKU} | tr -d '_') - AKS_CLUSTER_NAME=$(echo ${AKS_CLUSTER_PREFIX}-${VM_SKU} | tr -d '_') - - # check aks - az aks show \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $AKS_CLUSTER_NAME - - # check arc - az connectedk8s show \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $ARC_CLUSTER_NAME - - # check extension - az k8s-extension show \ - --cluster-name $ARC_CLUSTER_NAME \ - --cluster-type connectedClusters \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $EXTENSION_NAME - - # check ws - az ml workspace show \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --workspace-name $WORKSPACE - - # check compute - az ml compute show \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --workspace-name $WORKSPACE \ - --name $COMPUTE_NAME - -} - -# cleanup -clean_up_cluster(){ - set -x +e - - init_env - - VM_SKU="${1:-Standard_NC12}" - - ARC_CLUSTER_NAME=$(echo ${ARC_CLUSTER_PREFIX}-${VM_SKU} | tr -d '_') - AKS_CLUSTER_NAME=$(echo ${AKS_CLUSTER_PREFIX}-${VM_SKU} | tr -d '_') - - # get aks kubeconfig - az aks get-credentials \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $AKS_CLUSTER_NAME \ - --overwrite-existing - - # delete extension - az k8s-extension delete \ - --cluster-name $ARC_CLUSTER_NAME \ - --cluster-type connectedClusters \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $EXTENSION_NAME \ - --yes - - # delete helm charts - helm uninstall -n azureml $EXTENSION_NAME - - # delete arc - az connectedk8s delete \ - --subscription $SUBSCRIPTION \ - --resource-group $RESOURCE_GROUP \ - --name $ARC_CLUSTER_NAME \ - --yes - - # delete aks - #az aks delete \ - # --subscription $SUBSCRIPTION \ - # --resource-group $RESOURCE_GROUP \ - # --name $AKS_CLUSTER_NAME \ - # --yes - -} - -# run test -run_test(){ - set -x - - init_env - - JOB_YML="${1:-jobs/train/fastai/mnist/job.yml}" - - SRW=" --subscription $SUBSCRIPTION --resource-group $RESOURCE_GROUP --workspace-name $WORKSPACE " - - run_id=$(az ml job create $SRW -f $JOB_YML --query name -o tsv) - az ml job stream $SRW -n $run_id - status=$(az ml job show $SRW -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job $JOB_YML completed" | tee -a $RESULT_FILE - elif [[ $status == "Failed" ]] - then - echo "Job $JOB_YML failed" | tee -a $RESULT_FILE - exit 1 - else - echo "Job $JOB_YML unknown" | tee -a $RESULT_FILE - exit 2 - fi -} - - -attach_workspace(){ - set -x - - init_env - - az ml folder attach -w $WORKSPACE -g $RESOURCE_GROUP --subscription-id $SUBSCRIPTION -} - -# run python test -run_py_test(){ - set -x - - init_env - - JOB_YML="${1:-python-sdk/workflows/train/fastai/mnist/job.py}" - - python $JOB_YML - - status=$? - echo $status - if [[ "$status" == "0" ]] - then - echo "Job $JOB_YML completed" | tee -a $RESULT_FILE - else - echo "Job $JOB_YML failed" | tee -a $RESULT_FILE - exit 1 - fi -} - - - -# count result -count_result(){ - - init_env - - echo "RESULT:" - cat $RESULT_FILE - - [ ! -f $RESULT_FILE ] && echo "No test has run!" && exit 1 - [ "$(grep -c Job $RESULT_FILE)" == "0" ] && echo "No test has run!" && exit 1 - unhealthy_num=$(grep Job $RESULT_FILE | grep -ivc completed) - [ "$unhealthy_num" != "0" ] && echo "There are $unhealthy_num unhealthy jobs." && exit 1 - - echo "All tests passed." -} - - -if [ "$0" = "$BASH_SOURCE" ]; then - $@ -fi - - - diff --git a/cli/assets/compute/.gitkeep b/cli/assets/compute/.gitkeep deleted file mode 100644 index 8b1378917..000000000 --- a/cli/assets/compute/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/cli/assets/data/iris-datastore.yml b/cli/assets/data/iris-datastore.yml deleted file mode 100644 index d7baff697..000000000 --- a/cli/assets/data/iris-datastore.yml +++ /dev/null @@ -1,6 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/asset.schema.json -name: iris-datastore-example -version: 1 -path: iris.csv # relative path on datastore -datastore: azureml:workspaceblobstore -description: Data asset from datastore blob storage. diff --git a/cli/assets/data/iris-url.yml b/cli/assets/data/iris-url.yml deleted file mode 100644 index 80315404b..000000000 --- a/cli/assets/data/iris-url.yml +++ /dev/null @@ -1,5 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/asset.schema.json -name: iris-url-example -version: 1 -path: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv -description: Data asset pointing to Iris CSV on public blob storage. diff --git a/cli/assets/dataset/README.md b/cli/assets/dataset/README.md new file mode 100644 index 000000000..cdf5e4491 --- /dev/null +++ b/cli/assets/dataset/README.md @@ -0,0 +1,13 @@ +## Working with Datasets in Azure Machine Learning CLI 2.0 +This repository contains example `YAML` files for creating `dataset` using Azure Machine learning CLI 2.0. This directory includes: + +- Sample `YAML` files for creating `dataset` from a `datastore`. These examples use `workspaceblobstore` datastore, which is created by default when a `workspace` is created. The examples use shorthand `azureml` scheme for pointing to a path on the `datastore` using syntax `azureml://datastores/${{datastore-name}}/paths/${{path_on_datastore}}`. +- Sample `YAML` files for creating a `dataset` by uploading local file or folder. +- Sample `YAML` files for creating a `dataset` by using `URI` of file or folder on an Azure storage account or `URL` of a file available in the public domain. + +- To create a dataset using any of the sample `YAML` files provided in this directory, execute following command: +```cli +> az ml dataset create -f .yml +``` + +To learn more about Azure Machine Learning CLI 2.0, [follow this link](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-configure-cli). \ No newline at end of file diff --git a/cli/assets/dataset/cloud-file-https.yml b/cli/assets/dataset/cloud-file-https.yml new file mode 100644 index 000000000..6a85a8b2c --- /dev/null +++ b/cli/assets/dataset/cloud-file-https.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: cloud-file-https-example +description: Dataset created from a file in cloud using https URL. +paths: + - file: https://mainstorage9c05dabf5c924.blob.core.windows.net/azureml-blobstore-54887b46-3cb0-485b-bb15-62e7b5578ee6/example-data/titanic.csv \ No newline at end of file diff --git a/cli/assets/dataset/cloud-file-wasbs.yml b/cli/assets/dataset/cloud-file-wasbs.yml new file mode 100644 index 000000000..9e2a021f3 --- /dev/null +++ b/cli/assets/dataset/cloud-file-wasbs.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: cloud-file-wasbs-example +description: Dataset created from a file in cloud using wasbs URL. +paths: + - file: wasbs://mainstorage9c05dabf5c924.blob.core.windows.net/azureml-blobstore-54887b46-3cb0-485b-bb15-62e7b5578ee6/example-data/titanic.csv \ No newline at end of file diff --git a/cli/assets/dataset/cloud-file.yml b/cli/assets/dataset/cloud-file.yml new file mode 100644 index 000000000..d9efa3c5d --- /dev/null +++ b/cli/assets/dataset/cloud-file.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: cloud-file-example +description: Dataset created from file in cloud. +paths: + - file: azureml://datastores/workspaceblobstore/paths/example-data/titanic.csv \ No newline at end of file diff --git a/cli/assets/dataset/cloud-folder-https.yml b/cli/assets/dataset/cloud-folder-https.yml new file mode 100644 index 000000000..b266c20d1 --- /dev/null +++ b/cli/assets/dataset/cloud-folder-https.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: cloud-folder-https-example +description: Dataset created from folder in cloud using https URL. +paths: + - folder: https://mainstorage9c05dabf5c924.blob.core.windows.net/azureml-blobstore-54887b46-3cb0-485b-bb15-62e7b5578ee6/example-data/ \ No newline at end of file diff --git a/cli/assets/dataset/cloud-folder-wasbs.yml b/cli/assets/dataset/cloud-folder-wasbs.yml new file mode 100644 index 000000000..0a74ab903 --- /dev/null +++ b/cli/assets/dataset/cloud-folder-wasbs.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: cloud-folder-wasbs-example +description: Dataset created from folder in cloud using wasbs URL. +paths: + - folder: wasbs://mainstorage9c05dabf5c924.blob.core.windows.net/azureml-blobstore-54887b46-3cb0-485b-bb15-62e7b5578ee6/example-data/ \ No newline at end of file diff --git a/cli/assets/dataset/cloud-folder.yml b/cli/assets/dataset/cloud-folder.yml new file mode 100644 index 000000000..c1efec48a --- /dev/null +++ b/cli/assets/dataset/cloud-folder.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: cloud-folder-example +description: Dataset created from folder in cloud. +paths: + - folder: azureml://datastores/workspaceblobstore/paths/example-data/ \ No newline at end of file diff --git a/cli/assets/dataset/data/titanic.csv b/cli/assets/dataset/data/titanic.csv new file mode 100644 index 000000000..3d2e1547e --- /dev/null +++ b/cli/assets/dataset/data/titanic.csv @@ -0,0 +1,892 @@ +PassengerId,Survived,Pclass,Name,Sex,Age,SibSp,Parch,Ticket,Fare,Cabin,Embarked +1,0,3,"Braund, Mr. Owen Harris",male,22,1,0,A/5 21171,7.25,,S +2,1,1,"Cumings, Mrs. John Bradley (Florence Briggs Thayer)",female,38,1,0,PC 17599,71.2833,C85,C +3,1,3,"Heikkinen, Miss. Laina",female,26,0,0,STON/O2. 3101282,7.925,,S +4,1,1,"Futrelle, Mrs. Jacques Heath (Lily May Peel)",female,35,1,0,113803,53.1,C123,S +5,0,3,"Allen, Mr. William Henry",male,35,0,0,373450,8.05,,S +6,0,3,"Moran, Mr. James",male,,0,0,330877,8.4583,,Q +7,0,1,"McCarthy, Mr. Timothy J",male,54,0,0,17463,51.8625,E46,S +8,0,3,"Palsson, Master. Gosta Leonard",male,2,3,1,349909,21.075,,S +9,1,3,"Johnson, Mrs. Oscar W (Elisabeth Vilhelmina Berg)",female,27,0,2,347742,11.1333,,S +10,1,2,"Nasser, Mrs. Nicholas (Adele Achem)",female,14,1,0,237736,30.0708,,C +11,1,3,"Sandstrom, Miss. Marguerite Rut",female,4,1,1,PP 9549,16.7,G6,S +12,1,1,"Bonnell, Miss. Elizabeth",female,58,0,0,113783,26.55,C103,S +13,0,3,"Saundercock, Mr. William Henry",male,20,0,0,A/5. 2151,8.05,,S +14,0,3,"Andersson, Mr. Anders Johan",male,39,1,5,347082,31.275,,S +15,0,3,"Vestrom, Miss. Hulda Amanda Adolfina",female,14,0,0,350406,7.8542,,S +16,1,2,"Hewlett, Mrs. (Mary D Kingcome) ",female,55,0,0,248706,16,,S +17,0,3,"Rice, Master. Eugene",male,2,4,1,382652,29.125,,Q +18,1,2,"Williams, Mr. Charles Eugene",male,,0,0,244373,13,,S +19,0,3,"Vander Planke, Mrs. Julius (Emelia Maria Vandemoortele)",female,31,1,0,345763,18,,S +20,1,3,"Masselmani, Mrs. Fatima",female,,0,0,2649,7.225,,C +21,0,2,"Fynney, Mr. Joseph J",male,35,0,0,239865,26,,S +22,1,2,"Beesley, Mr. Lawrence",male,34,0,0,248698,13,D56,S +23,1,3,"McGowan, Miss. Anna ""Annie""",female,15,0,0,330923,8.0292,,Q +24,1,1,"Sloper, Mr. William Thompson",male,28,0,0,113788,35.5,A6,S +25,0,3,"Palsson, Miss. Torborg Danira",female,8,3,1,349909,21.075,,S +26,1,3,"Asplund, Mrs. Carl Oscar (Selma Augusta Emilia Johansson)",female,38,1,5,347077,31.3875,,S +27,0,3,"Emir, Mr. Farred Chehab",male,,0,0,2631,7.225,,C +28,0,1,"Fortune, Mr. Charles Alexander",male,19,3,2,19950,263,C23 C25 C27,S +29,1,3,"O'Dwyer, Miss. Ellen ""Nellie""",female,,0,0,330959,7.8792,,Q +30,0,3,"Todoroff, Mr. Lalio",male,,0,0,349216,7.8958,,S +31,0,1,"Uruchurtu, Don. Manuel E",male,40,0,0,PC 17601,27.7208,,C +32,1,1,"Spencer, Mrs. William Augustus (Marie Eugenie)",female,,1,0,PC 17569,146.5208,B78,C +33,1,3,"Glynn, Miss. Mary Agatha",female,,0,0,335677,7.75,,Q +34,0,2,"Wheadon, Mr. Edward H",male,66,0,0,C.A. 24579,10.5,,S +35,0,1,"Meyer, Mr. Edgar Joseph",male,28,1,0,PC 17604,82.1708,,C +36,0,1,"Holverson, Mr. Alexander Oskar",male,42,1,0,113789,52,,S +37,1,3,"Mamee, Mr. Hanna",male,,0,0,2677,7.2292,,C +38,0,3,"Cann, Mr. Ernest Charles",male,21,0,0,A./5. 2152,8.05,,S +39,0,3,"Vander Planke, Miss. Augusta Maria",female,18,2,0,345764,18,,S +40,1,3,"Nicola-Yarred, Miss. Jamila",female,14,1,0,2651,11.2417,,C +41,0,3,"Ahlin, Mrs. Johan (Johanna Persdotter Larsson)",female,40,1,0,7546,9.475,,S +42,0,2,"Turpin, Mrs. William John Robert (Dorothy Ann Wonnacott)",female,27,1,0,11668,21,,S +43,0,3,"Kraeff, Mr. Theodor",male,,0,0,349253,7.8958,,C +44,1,2,"Laroche, Miss. Simonne Marie Anne Andree",female,3,1,2,SC/Paris 2123,41.5792,,C +45,1,3,"Devaney, Miss. Margaret Delia",female,19,0,0,330958,7.8792,,Q +46,0,3,"Rogers, Mr. William John",male,,0,0,S.C./A.4. 23567,8.05,,S +47,0,3,"Lennon, Mr. Denis",male,,1,0,370371,15.5,,Q +48,1,3,"O'Driscoll, Miss. Bridget",female,,0,0,14311,7.75,,Q +49,0,3,"Samaan, Mr. Youssef",male,,2,0,2662,21.6792,,C +50,0,3,"Arnold-Franchi, Mrs. Josef (Josefine Franchi)",female,18,1,0,349237,17.8,,S +51,0,3,"Panula, Master. Juha Niilo",male,7,4,1,3101295,39.6875,,S +52,0,3,"Nosworthy, Mr. Richard Cater",male,21,0,0,A/4. 39886,7.8,,S +53,1,1,"Harper, Mrs. Henry Sleeper (Myna Haxtun)",female,49,1,0,PC 17572,76.7292,D33,C +54,1,2,"Faunthorpe, Mrs. Lizzie (Elizabeth Anne Wilkinson)",female,29,1,0,2926,26,,S +55,0,1,"Ostby, Mr. Engelhart Cornelius",male,65,0,1,113509,61.9792,B30,C +56,1,1,"Woolner, Mr. Hugh",male,,0,0,19947,35.5,C52,S +57,1,2,"Rugg, Miss. Emily",female,21,0,0,C.A. 31026,10.5,,S +58,0,3,"Novel, Mr. Mansouer",male,28.5,0,0,2697,7.2292,,C +59,1,2,"West, Miss. Constance Mirium",female,5,1,2,C.A. 34651,27.75,,S +60,0,3,"Goodwin, Master. William Frederick",male,11,5,2,CA 2144,46.9,,S +61,0,3,"Sirayanian, Mr. Orsen",male,22,0,0,2669,7.2292,,C +62,1,1,"Icard, Miss. Amelie",female,38,0,0,113572,80,B28, +63,0,1,"Harris, Mr. Henry Birkhardt",male,45,1,0,36973,83.475,C83,S +64,0,3,"Skoog, Master. Harald",male,4,3,2,347088,27.9,,S +65,0,1,"Stewart, Mr. Albert A",male,,0,0,PC 17605,27.7208,,C +66,1,3,"Moubarek, Master. Gerios",male,,1,1,2661,15.2458,,C +67,1,2,"Nye, Mrs. (Elizabeth Ramell)",female,29,0,0,C.A. 29395,10.5,F33,S +68,0,3,"Crease, Mr. Ernest James",male,19,0,0,S.P. 3464,8.1583,,S +69,1,3,"Andersson, Miss. Erna Alexandra",female,17,4,2,3101281,7.925,,S +70,0,3,"Kink, Mr. Vincenz",male,26,2,0,315151,8.6625,,S +71,0,2,"Jenkin, Mr. Stephen Curnow",male,32,0,0,C.A. 33111,10.5,,S +72,0,3,"Goodwin, Miss. Lillian Amy",female,16,5,2,CA 2144,46.9,,S +73,0,2,"Hood, Mr. Ambrose Jr",male,21,0,0,S.O.C. 14879,73.5,,S +74,0,3,"Chronopoulos, Mr. Apostolos",male,26,1,0,2680,14.4542,,C +75,1,3,"Bing, Mr. Lee",male,32,0,0,1601,56.4958,,S +76,0,3,"Moen, Mr. Sigurd Hansen",male,25,0,0,348123,7.65,F G73,S +77,0,3,"Staneff, Mr. Ivan",male,,0,0,349208,7.8958,,S +78,0,3,"Moutal, Mr. Rahamin Haim",male,,0,0,374746,8.05,,S +79,1,2,"Caldwell, Master. Alden Gates",male,0.83,0,2,248738,29,,S +80,1,3,"Dowdell, Miss. Elizabeth",female,30,0,0,364516,12.475,,S +81,0,3,"Waelens, Mr. Achille",male,22,0,0,345767,9,,S +82,1,3,"Sheerlinck, Mr. Jan Baptist",male,29,0,0,345779,9.5,,S +83,1,3,"McDermott, Miss. Brigdet Delia",female,,0,0,330932,7.7875,,Q +84,0,1,"Carrau, Mr. Francisco M",male,28,0,0,113059,47.1,,S +85,1,2,"Ilett, Miss. Bertha",female,17,0,0,SO/C 14885,10.5,,S +86,1,3,"Backstrom, Mrs. Karl Alfred (Maria Mathilda Gustafsson)",female,33,3,0,3101278,15.85,,S +87,0,3,"Ford, Mr. William Neal",male,16,1,3,W./C. 6608,34.375,,S +88,0,3,"Slocovski, Mr. Selman Francis",male,,0,0,SOTON/OQ 392086,8.05,,S +89,1,1,"Fortune, Miss. Mabel Helen",female,23,3,2,19950,263,C23 C25 C27,S +90,0,3,"Celotti, Mr. Francesco",male,24,0,0,343275,8.05,,S +91,0,3,"Christmann, Mr. Emil",male,29,0,0,343276,8.05,,S +92,0,3,"Andreasson, Mr. Paul Edvin",male,20,0,0,347466,7.8542,,S +93,0,1,"Chaffee, Mr. Herbert Fuller",male,46,1,0,W.E.P. 5734,61.175,E31,S +94,0,3,"Dean, Mr. Bertram Frank",male,26,1,2,C.A. 2315,20.575,,S +95,0,3,"Coxon, Mr. Daniel",male,59,0,0,364500,7.25,,S +96,0,3,"Shorney, Mr. Charles Joseph",male,,0,0,374910,8.05,,S +97,0,1,"Goldschmidt, Mr. George B",male,71,0,0,PC 17754,34.6542,A5,C +98,1,1,"Greenfield, Mr. William Bertram",male,23,0,1,PC 17759,63.3583,D10 D12,C +99,1,2,"Doling, Mrs. John T (Ada Julia Bone)",female,34,0,1,231919,23,,S +100,0,2,"Kantor, Mr. Sinai",male,34,1,0,244367,26,,S +101,0,3,"Petranec, Miss. Matilda",female,28,0,0,349245,7.8958,,S +102,0,3,"Petroff, Mr. Pastcho (""Pentcho"")",male,,0,0,349215,7.8958,,S +103,0,1,"White, Mr. Richard Frasar",male,21,0,1,35281,77.2875,D26,S +104,0,3,"Johansson, Mr. Gustaf Joel",male,33,0,0,7540,8.6542,,S +105,0,3,"Gustafsson, Mr. Anders Vilhelm",male,37,2,0,3101276,7.925,,S +106,0,3,"Mionoff, Mr. Stoytcho",male,28,0,0,349207,7.8958,,S +107,1,3,"Salkjelsvik, Miss. Anna Kristine",female,21,0,0,343120,7.65,,S +108,1,3,"Moss, Mr. Albert Johan",male,,0,0,312991,7.775,,S +109,0,3,"Rekic, Mr. Tido",male,38,0,0,349249,7.8958,,S +110,1,3,"Moran, Miss. Bertha",female,,1,0,371110,24.15,,Q +111,0,1,"Porter, Mr. Walter Chamberlain",male,47,0,0,110465,52,C110,S +112,0,3,"Zabour, Miss. Hileni",female,14.5,1,0,2665,14.4542,,C +113,0,3,"Barton, Mr. David John",male,22,0,0,324669,8.05,,S +114,0,3,"Jussila, Miss. Katriina",female,20,1,0,4136,9.825,,S +115,0,3,"Attalah, Miss. Malake",female,17,0,0,2627,14.4583,,C +116,0,3,"Pekoniemi, Mr. Edvard",male,21,0,0,STON/O 2. 3101294,7.925,,S +117,0,3,"Connors, Mr. Patrick",male,70.5,0,0,370369,7.75,,Q +118,0,2,"Turpin, Mr. William John Robert",male,29,1,0,11668,21,,S +119,0,1,"Baxter, Mr. Quigg Edmond",male,24,0,1,PC 17558,247.5208,B58 B60,C +120,0,3,"Andersson, Miss. Ellis Anna Maria",female,2,4,2,347082,31.275,,S +121,0,2,"Hickman, Mr. Stanley George",male,21,2,0,S.O.C. 14879,73.5,,S +122,0,3,"Moore, Mr. Leonard Charles",male,,0,0,A4. 54510,8.05,,S +123,0,2,"Nasser, Mr. Nicholas",male,32.5,1,0,237736,30.0708,,C +124,1,2,"Webber, Miss. Susan",female,32.5,0,0,27267,13,E101,S +125,0,1,"White, Mr. Percival Wayland",male,54,0,1,35281,77.2875,D26,S +126,1,3,"Nicola-Yarred, Master. Elias",male,12,1,0,2651,11.2417,,C +127,0,3,"McMahon, Mr. Martin",male,,0,0,370372,7.75,,Q +128,1,3,"Madsen, Mr. Fridtjof Arne",male,24,0,0,C 17369,7.1417,,S +129,1,3,"Peter, Miss. Anna",female,,1,1,2668,22.3583,F E69,C +130,0,3,"Ekstrom, Mr. Johan",male,45,0,0,347061,6.975,,S +131,0,3,"Drazenoic, Mr. Jozef",male,33,0,0,349241,7.8958,,C +132,0,3,"Coelho, Mr. Domingos Fernandeo",male,20,0,0,SOTON/O.Q. 3101307,7.05,,S +133,0,3,"Robins, Mrs. Alexander A (Grace Charity Laury)",female,47,1,0,A/5. 3337,14.5,,S +134,1,2,"Weisz, Mrs. Leopold (Mathilde Francoise Pede)",female,29,1,0,228414,26,,S +135,0,2,"Sobey, Mr. Samuel James Hayden",male,25,0,0,C.A. 29178,13,,S +136,0,2,"Richard, Mr. Emile",male,23,0,0,SC/PARIS 2133,15.0458,,C +137,1,1,"Newsom, Miss. Helen Monypeny",female,19,0,2,11752,26.2833,D47,S +138,0,1,"Futrelle, Mr. Jacques Heath",male,37,1,0,113803,53.1,C123,S +139,0,3,"Osen, Mr. Olaf Elon",male,16,0,0,7534,9.2167,,S +140,0,1,"Giglio, Mr. Victor",male,24,0,0,PC 17593,79.2,B86,C +141,0,3,"Boulos, Mrs. Joseph (Sultana)",female,,0,2,2678,15.2458,,C +142,1,3,"Nysten, Miss. Anna Sofia",female,22,0,0,347081,7.75,,S +143,1,3,"Hakkarainen, Mrs. Pekka Pietari (Elin Matilda Dolck)",female,24,1,0,STON/O2. 3101279,15.85,,S +144,0,3,"Burke, Mr. Jeremiah",male,19,0,0,365222,6.75,,Q +145,0,2,"Andrew, Mr. Edgardo Samuel",male,18,0,0,231945,11.5,,S +146,0,2,"Nicholls, Mr. Joseph Charles",male,19,1,1,C.A. 33112,36.75,,S +147,1,3,"Andersson, Mr. August Edvard (""Wennerstrom"")",male,27,0,0,350043,7.7958,,S +148,0,3,"Ford, Miss. Robina Maggie ""Ruby""",female,9,2,2,W./C. 6608,34.375,,S +149,0,2,"Navratil, Mr. Michel (""Louis M Hoffman"")",male,36.5,0,2,230080,26,F2,S +150,0,2,"Byles, Rev. Thomas Roussel Davids",male,42,0,0,244310,13,,S +151,0,2,"Bateman, Rev. Robert James",male,51,0,0,S.O.P. 1166,12.525,,S +152,1,1,"Pears, Mrs. Thomas (Edith Wearne)",female,22,1,0,113776,66.6,C2,S +153,0,3,"Meo, Mr. Alfonzo",male,55.5,0,0,A.5. 11206,8.05,,S +154,0,3,"van Billiard, Mr. Austin Blyler",male,40.5,0,2,A/5. 851,14.5,,S +155,0,3,"Olsen, Mr. Ole Martin",male,,0,0,Fa 265302,7.3125,,S +156,0,1,"Williams, Mr. Charles Duane",male,51,0,1,PC 17597,61.3792,,C +157,1,3,"Gilnagh, Miss. Katherine ""Katie""",female,16,0,0,35851,7.7333,,Q +158,0,3,"Corn, Mr. Harry",male,30,0,0,SOTON/OQ 392090,8.05,,S +159,0,3,"Smiljanic, Mr. Mile",male,,0,0,315037,8.6625,,S +160,0,3,"Sage, Master. Thomas Henry",male,,8,2,CA. 2343,69.55,,S +161,0,3,"Cribb, Mr. John Hatfield",male,44,0,1,371362,16.1,,S +162,1,2,"Watt, Mrs. James (Elizabeth ""Bessie"" Inglis Milne)",female,40,0,0,C.A. 33595,15.75,,S +163,0,3,"Bengtsson, Mr. John Viktor",male,26,0,0,347068,7.775,,S +164,0,3,"Calic, Mr. Jovo",male,17,0,0,315093,8.6625,,S +165,0,3,"Panula, Master. Eino Viljami",male,1,4,1,3101295,39.6875,,S +166,1,3,"Goldsmith, Master. Frank John William ""Frankie""",male,9,0,2,363291,20.525,,S +167,1,1,"Chibnall, Mrs. (Edith Martha Bowerman)",female,,0,1,113505,55,E33,S +168,0,3,"Skoog, Mrs. William (Anna Bernhardina Karlsson)",female,45,1,4,347088,27.9,,S +169,0,1,"Baumann, Mr. John D",male,,0,0,PC 17318,25.925,,S +170,0,3,"Ling, Mr. Lee",male,28,0,0,1601,56.4958,,S +171,0,1,"Van der hoef, Mr. Wyckoff",male,61,0,0,111240,33.5,B19,S +172,0,3,"Rice, Master. Arthur",male,4,4,1,382652,29.125,,Q +173,1,3,"Johnson, Miss. Eleanor Ileen",female,1,1,1,347742,11.1333,,S +174,0,3,"Sivola, Mr. Antti Wilhelm",male,21,0,0,STON/O 2. 3101280,7.925,,S +175,0,1,"Smith, Mr. James Clinch",male,56,0,0,17764,30.6958,A7,C +176,0,3,"Klasen, Mr. Klas Albin",male,18,1,1,350404,7.8542,,S +177,0,3,"Lefebre, Master. Henry Forbes",male,,3,1,4133,25.4667,,S +178,0,1,"Isham, Miss. Ann Elizabeth",female,50,0,0,PC 17595,28.7125,C49,C +179,0,2,"Hale, Mr. Reginald",male,30,0,0,250653,13,,S +180,0,3,"Leonard, Mr. Lionel",male,36,0,0,LINE,0,,S +181,0,3,"Sage, Miss. Constance Gladys",female,,8,2,CA. 2343,69.55,,S +182,0,2,"Pernot, Mr. Rene",male,,0,0,SC/PARIS 2131,15.05,,C +183,0,3,"Asplund, Master. Clarence Gustaf Hugo",male,9,4,2,347077,31.3875,,S +184,1,2,"Becker, Master. Richard F",male,1,2,1,230136,39,F4,S +185,1,3,"Kink-Heilmann, Miss. Luise Gretchen",female,4,0,2,315153,22.025,,S +186,0,1,"Rood, Mr. Hugh Roscoe",male,,0,0,113767,50,A32,S +187,1,3,"O'Brien, Mrs. Thomas (Johanna ""Hannah"" Godfrey)",female,,1,0,370365,15.5,,Q +188,1,1,"Romaine, Mr. Charles Hallace (""Mr C Rolmane"")",male,45,0,0,111428,26.55,,S +189,0,3,"Bourke, Mr. John",male,40,1,1,364849,15.5,,Q +190,0,3,"Turcin, Mr. Stjepan",male,36,0,0,349247,7.8958,,S +191,1,2,"Pinsky, Mrs. (Rosa)",female,32,0,0,234604,13,,S +192,0,2,"Carbines, Mr. William",male,19,0,0,28424,13,,S +193,1,3,"Andersen-Jensen, Miss. Carla Christine Nielsine",female,19,1,0,350046,7.8542,,S +194,1,2,"Navratil, Master. Michel M",male,3,1,1,230080,26,F2,S +195,1,1,"Brown, Mrs. James Joseph (Margaret Tobin)",female,44,0,0,PC 17610,27.7208,B4,C +196,1,1,"Lurette, Miss. Elise",female,58,0,0,PC 17569,146.5208,B80,C +197,0,3,"Mernagh, Mr. Robert",male,,0,0,368703,7.75,,Q +198,0,3,"Olsen, Mr. Karl Siegwart Andreas",male,42,0,1,4579,8.4042,,S +199,1,3,"Madigan, Miss. Margaret ""Maggie""",female,,0,0,370370,7.75,,Q +200,0,2,"Yrois, Miss. Henriette (""Mrs Harbeck"")",female,24,0,0,248747,13,,S +201,0,3,"Vande Walle, Mr. Nestor Cyriel",male,28,0,0,345770,9.5,,S +202,0,3,"Sage, Mr. Frederick",male,,8,2,CA. 2343,69.55,,S +203,0,3,"Johanson, Mr. Jakob Alfred",male,34,0,0,3101264,6.4958,,S +204,0,3,"Youseff, Mr. Gerious",male,45.5,0,0,2628,7.225,,C +205,1,3,"Cohen, Mr. Gurshon ""Gus""",male,18,0,0,A/5 3540,8.05,,S +206,0,3,"Strom, Miss. Telma Matilda",female,2,0,1,347054,10.4625,G6,S +207,0,3,"Backstrom, Mr. Karl Alfred",male,32,1,0,3101278,15.85,,S +208,1,3,"Albimona, Mr. Nassef Cassem",male,26,0,0,2699,18.7875,,C +209,1,3,"Carr, Miss. Helen ""Ellen""",female,16,0,0,367231,7.75,,Q +210,1,1,"Blank, Mr. Henry",male,40,0,0,112277,31,A31,C +211,0,3,"Ali, Mr. Ahmed",male,24,0,0,SOTON/O.Q. 3101311,7.05,,S +212,1,2,"Cameron, Miss. Clear Annie",female,35,0,0,F.C.C. 13528,21,,S +213,0,3,"Perkin, Mr. John Henry",male,22,0,0,A/5 21174,7.25,,S +214,0,2,"Givard, Mr. Hans Kristensen",male,30,0,0,250646,13,,S +215,0,3,"Kiernan, Mr. Philip",male,,1,0,367229,7.75,,Q +216,1,1,"Newell, Miss. Madeleine",female,31,1,0,35273,113.275,D36,C +217,1,3,"Honkanen, Miss. Eliina",female,27,0,0,STON/O2. 3101283,7.925,,S +218,0,2,"Jacobsohn, Mr. Sidney Samuel",male,42,1,0,243847,27,,S +219,1,1,"Bazzani, Miss. Albina",female,32,0,0,11813,76.2917,D15,C +220,0,2,"Harris, Mr. Walter",male,30,0,0,W/C 14208,10.5,,S +221,1,3,"Sunderland, Mr. Victor Francis",male,16,0,0,SOTON/OQ 392089,8.05,,S +222,0,2,"Bracken, Mr. James H",male,27,0,0,220367,13,,S +223,0,3,"Green, Mr. George Henry",male,51,0,0,21440,8.05,,S +224,0,3,"Nenkoff, Mr. Christo",male,,0,0,349234,7.8958,,S +225,1,1,"Hoyt, Mr. Frederick Maxfield",male,38,1,0,19943,90,C93,S +226,0,3,"Berglund, Mr. Karl Ivar Sven",male,22,0,0,PP 4348,9.35,,S +227,1,2,"Mellors, Mr. William John",male,19,0,0,SW/PP 751,10.5,,S +228,0,3,"Lovell, Mr. John Hall (""Henry"")",male,20.5,0,0,A/5 21173,7.25,,S +229,0,2,"Fahlstrom, Mr. Arne Jonas",male,18,0,0,236171,13,,S +230,0,3,"Lefebre, Miss. Mathilde",female,,3,1,4133,25.4667,,S +231,1,1,"Harris, Mrs. Henry Birkhardt (Irene Wallach)",female,35,1,0,36973,83.475,C83,S +232,0,3,"Larsson, Mr. Bengt Edvin",male,29,0,0,347067,7.775,,S +233,0,2,"Sjostedt, Mr. Ernst Adolf",male,59,0,0,237442,13.5,,S +234,1,3,"Asplund, Miss. Lillian Gertrud",female,5,4,2,347077,31.3875,,S +235,0,2,"Leyson, Mr. Robert William Norman",male,24,0,0,C.A. 29566,10.5,,S +236,0,3,"Harknett, Miss. Alice Phoebe",female,,0,0,W./C. 6609,7.55,,S +237,0,2,"Hold, Mr. Stephen",male,44,1,0,26707,26,,S +238,1,2,"Collyer, Miss. Marjorie ""Lottie""",female,8,0,2,C.A. 31921,26.25,,S +239,0,2,"Pengelly, Mr. Frederick William",male,19,0,0,28665,10.5,,S +240,0,2,"Hunt, Mr. George Henry",male,33,0,0,SCO/W 1585,12.275,,S +241,0,3,"Zabour, Miss. Thamine",female,,1,0,2665,14.4542,,C +242,1,3,"Murphy, Miss. Katherine ""Kate""",female,,1,0,367230,15.5,,Q +243,0,2,"Coleridge, Mr. Reginald Charles",male,29,0,0,W./C. 14263,10.5,,S +244,0,3,"Maenpaa, Mr. Matti Alexanteri",male,22,0,0,STON/O 2. 3101275,7.125,,S +245,0,3,"Attalah, Mr. Sleiman",male,30,0,0,2694,7.225,,C +246,0,1,"Minahan, Dr. William Edward",male,44,2,0,19928,90,C78,Q +247,0,3,"Lindahl, Miss. Agda Thorilda Viktoria",female,25,0,0,347071,7.775,,S +248,1,2,"Hamalainen, Mrs. William (Anna)",female,24,0,2,250649,14.5,,S +249,1,1,"Beckwith, Mr. Richard Leonard",male,37,1,1,11751,52.5542,D35,S +250,0,2,"Carter, Rev. Ernest Courtenay",male,54,1,0,244252,26,,S +251,0,3,"Reed, Mr. James George",male,,0,0,362316,7.25,,S +252,0,3,"Strom, Mrs. Wilhelm (Elna Matilda Persson)",female,29,1,1,347054,10.4625,G6,S +253,0,1,"Stead, Mr. William Thomas",male,62,0,0,113514,26.55,C87,S +254,0,3,"Lobb, Mr. William Arthur",male,30,1,0,A/5. 3336,16.1,,S +255,0,3,"Rosblom, Mrs. Viktor (Helena Wilhelmina)",female,41,0,2,370129,20.2125,,S +256,1,3,"Touma, Mrs. Darwis (Hanne Youssef Razi)",female,29,0,2,2650,15.2458,,C +257,1,1,"Thorne, Mrs. Gertrude Maybelle",female,,0,0,PC 17585,79.2,,C +258,1,1,"Cherry, Miss. Gladys",female,30,0,0,110152,86.5,B77,S +259,1,1,"Ward, Miss. Anna",female,35,0,0,PC 17755,512.3292,,C +260,1,2,"Parrish, Mrs. (Lutie Davis)",female,50,0,1,230433,26,,S +261,0,3,"Smith, Mr. Thomas",male,,0,0,384461,7.75,,Q +262,1,3,"Asplund, Master. Edvin Rojj Felix",male,3,4,2,347077,31.3875,,S +263,0,1,"Taussig, Mr. Emil",male,52,1,1,110413,79.65,E67,S +264,0,1,"Harrison, Mr. William",male,40,0,0,112059,0,B94,S +265,0,3,"Henry, Miss. Delia",female,,0,0,382649,7.75,,Q +266,0,2,"Reeves, Mr. David",male,36,0,0,C.A. 17248,10.5,,S +267,0,3,"Panula, Mr. Ernesti Arvid",male,16,4,1,3101295,39.6875,,S +268,1,3,"Persson, Mr. Ernst Ulrik",male,25,1,0,347083,7.775,,S +269,1,1,"Graham, Mrs. William Thompson (Edith Junkins)",female,58,0,1,PC 17582,153.4625,C125,S +270,1,1,"Bissette, Miss. Amelia",female,35,0,0,PC 17760,135.6333,C99,S +271,0,1,"Cairns, Mr. Alexander",male,,0,0,113798,31,,S +272,1,3,"Tornquist, Mr. William Henry",male,25,0,0,LINE,0,,S +273,1,2,"Mellinger, Mrs. (Elizabeth Anne Maidment)",female,41,0,1,250644,19.5,,S +274,0,1,"Natsch, Mr. Charles H",male,37,0,1,PC 17596,29.7,C118,C +275,1,3,"Healy, Miss. Hanora ""Nora""",female,,0,0,370375,7.75,,Q +276,1,1,"Andrews, Miss. Kornelia Theodosia",female,63,1,0,13502,77.9583,D7,S +277,0,3,"Lindblom, Miss. Augusta Charlotta",female,45,0,0,347073,7.75,,S +278,0,2,"Parkes, Mr. Francis ""Frank""",male,,0,0,239853,0,,S +279,0,3,"Rice, Master. Eric",male,7,4,1,382652,29.125,,Q +280,1,3,"Abbott, Mrs. Stanton (Rosa Hunt)",female,35,1,1,C.A. 2673,20.25,,S +281,0,3,"Duane, Mr. Frank",male,65,0,0,336439,7.75,,Q +282,0,3,"Olsson, Mr. Nils Johan Goransson",male,28,0,0,347464,7.8542,,S +283,0,3,"de Pelsmaeker, Mr. Alfons",male,16,0,0,345778,9.5,,S +284,1,3,"Dorking, Mr. Edward Arthur",male,19,0,0,A/5. 10482,8.05,,S +285,0,1,"Smith, Mr. Richard William",male,,0,0,113056,26,A19,S +286,0,3,"Stankovic, Mr. Ivan",male,33,0,0,349239,8.6625,,C +287,1,3,"de Mulder, Mr. Theodore",male,30,0,0,345774,9.5,,S +288,0,3,"Naidenoff, Mr. Penko",male,22,0,0,349206,7.8958,,S +289,1,2,"Hosono, Mr. Masabumi",male,42,0,0,237798,13,,S +290,1,3,"Connolly, Miss. Kate",female,22,0,0,370373,7.75,,Q +291,1,1,"Barber, Miss. Ellen ""Nellie""",female,26,0,0,19877,78.85,,S +292,1,1,"Bishop, Mrs. Dickinson H (Helen Walton)",female,19,1,0,11967,91.0792,B49,C +293,0,2,"Levy, Mr. Rene Jacques",male,36,0,0,SC/Paris 2163,12.875,D,C +294,0,3,"Haas, Miss. Aloisia",female,24,0,0,349236,8.85,,S +295,0,3,"Mineff, Mr. Ivan",male,24,0,0,349233,7.8958,,S +296,0,1,"Lewy, Mr. Ervin G",male,,0,0,PC 17612,27.7208,,C +297,0,3,"Hanna, Mr. Mansour",male,23.5,0,0,2693,7.2292,,C +298,0,1,"Allison, Miss. Helen Loraine",female,2,1,2,113781,151.55,C22 C26,S +299,1,1,"Saalfeld, Mr. Adolphe",male,,0,0,19988,30.5,C106,S +300,1,1,"Baxter, Mrs. James (Helene DeLaudeniere Chaput)",female,50,0,1,PC 17558,247.5208,B58 B60,C +301,1,3,"Kelly, Miss. Anna Katherine ""Annie Kate""",female,,0,0,9234,7.75,,Q +302,1,3,"McCoy, Mr. Bernard",male,,2,0,367226,23.25,,Q +303,0,3,"Johnson, Mr. William Cahoone Jr",male,19,0,0,LINE,0,,S +304,1,2,"Keane, Miss. Nora A",female,,0,0,226593,12.35,E101,Q +305,0,3,"Williams, Mr. Howard Hugh ""Harry""",male,,0,0,A/5 2466,8.05,,S +306,1,1,"Allison, Master. Hudson Trevor",male,0.92,1,2,113781,151.55,C22 C26,S +307,1,1,"Fleming, Miss. Margaret",female,,0,0,17421,110.8833,,C +308,1,1,"Penasco y Castellana, Mrs. Victor de Satode (Maria Josefa Perez de Soto y Vallejo)",female,17,1,0,PC 17758,108.9,C65,C +309,0,2,"Abelson, Mr. Samuel",male,30,1,0,P/PP 3381,24,,C +310,1,1,"Francatelli, Miss. Laura Mabel",female,30,0,0,PC 17485,56.9292,E36,C +311,1,1,"Hays, Miss. Margaret Bechstein",female,24,0,0,11767,83.1583,C54,C +312,1,1,"Ryerson, Miss. Emily Borie",female,18,2,2,PC 17608,262.375,B57 B59 B63 B66,C +313,0,2,"Lahtinen, Mrs. William (Anna Sylfven)",female,26,1,1,250651,26,,S +314,0,3,"Hendekovic, Mr. Ignjac",male,28,0,0,349243,7.8958,,S +315,0,2,"Hart, Mr. Benjamin",male,43,1,1,F.C.C. 13529,26.25,,S +316,1,3,"Nilsson, Miss. Helmina Josefina",female,26,0,0,347470,7.8542,,S +317,1,2,"Kantor, Mrs. Sinai (Miriam Sternin)",female,24,1,0,244367,26,,S +318,0,2,"Moraweck, Dr. Ernest",male,54,0,0,29011,14,,S +319,1,1,"Wick, Miss. Mary Natalie",female,31,0,2,36928,164.8667,C7,S +320,1,1,"Spedden, Mrs. Frederic Oakley (Margaretta Corning Stone)",female,40,1,1,16966,134.5,E34,C +321,0,3,"Dennis, Mr. Samuel",male,22,0,0,A/5 21172,7.25,,S +322,0,3,"Danoff, Mr. Yoto",male,27,0,0,349219,7.8958,,S +323,1,2,"Slayter, Miss. Hilda Mary",female,30,0,0,234818,12.35,,Q +324,1,2,"Caldwell, Mrs. Albert Francis (Sylvia Mae Harbaugh)",female,22,1,1,248738,29,,S +325,0,3,"Sage, Mr. George John Jr",male,,8,2,CA. 2343,69.55,,S +326,1,1,"Young, Miss. Marie Grice",female,36,0,0,PC 17760,135.6333,C32,C +327,0,3,"Nysveen, Mr. Johan Hansen",male,61,0,0,345364,6.2375,,S +328,1,2,"Ball, Mrs. (Ada E Hall)",female,36,0,0,28551,13,D,S +329,1,3,"Goldsmith, Mrs. Frank John (Emily Alice Brown)",female,31,1,1,363291,20.525,,S +330,1,1,"Hippach, Miss. Jean Gertrude",female,16,0,1,111361,57.9792,B18,C +331,1,3,"McCoy, Miss. Agnes",female,,2,0,367226,23.25,,Q +332,0,1,"Partner, Mr. Austen",male,45.5,0,0,113043,28.5,C124,S +333,0,1,"Graham, Mr. George Edward",male,38,0,1,PC 17582,153.4625,C91,S +334,0,3,"Vander Planke, Mr. Leo Edmondus",male,16,2,0,345764,18,,S +335,1,1,"Frauenthal, Mrs. Henry William (Clara Heinsheimer)",female,,1,0,PC 17611,133.65,,S +336,0,3,"Denkoff, Mr. Mitto",male,,0,0,349225,7.8958,,S +337,0,1,"Pears, Mr. Thomas Clinton",male,29,1,0,113776,66.6,C2,S +338,1,1,"Burns, Miss. Elizabeth Margaret",female,41,0,0,16966,134.5,E40,C +339,1,3,"Dahl, Mr. Karl Edwart",male,45,0,0,7598,8.05,,S +340,0,1,"Blackwell, Mr. Stephen Weart",male,45,0,0,113784,35.5,T,S +341,1,2,"Navratil, Master. Edmond Roger",male,2,1,1,230080,26,F2,S +342,1,1,"Fortune, Miss. Alice Elizabeth",female,24,3,2,19950,263,C23 C25 C27,S +343,0,2,"Collander, Mr. Erik Gustaf",male,28,0,0,248740,13,,S +344,0,2,"Sedgwick, Mr. Charles Frederick Waddington",male,25,0,0,244361,13,,S +345,0,2,"Fox, Mr. Stanley Hubert",male,36,0,0,229236,13,,S +346,1,2,"Brown, Miss. Amelia ""Mildred""",female,24,0,0,248733,13,F33,S +347,1,2,"Smith, Miss. Marion Elsie",female,40,0,0,31418,13,,S +348,1,3,"Davison, Mrs. Thomas Henry (Mary E Finck)",female,,1,0,386525,16.1,,S +349,1,3,"Coutts, Master. William Loch ""William""",male,3,1,1,C.A. 37671,15.9,,S +350,0,3,"Dimic, Mr. Jovan",male,42,0,0,315088,8.6625,,S +351,0,3,"Odahl, Mr. Nils Martin",male,23,0,0,7267,9.225,,S +352,0,1,"Williams-Lambert, Mr. Fletcher Fellows",male,,0,0,113510,35,C128,S +353,0,3,"Elias, Mr. Tannous",male,15,1,1,2695,7.2292,,C +354,0,3,"Arnold-Franchi, Mr. Josef",male,25,1,0,349237,17.8,,S +355,0,3,"Yousif, Mr. Wazli",male,,0,0,2647,7.225,,C +356,0,3,"Vanden Steen, Mr. Leo Peter",male,28,0,0,345783,9.5,,S +357,1,1,"Bowerman, Miss. Elsie Edith",female,22,0,1,113505,55,E33,S +358,0,2,"Funk, Miss. Annie Clemmer",female,38,0,0,237671,13,,S +359,1,3,"McGovern, Miss. Mary",female,,0,0,330931,7.8792,,Q +360,1,3,"Mockler, Miss. Helen Mary ""Ellie""",female,,0,0,330980,7.8792,,Q +361,0,3,"Skoog, Mr. Wilhelm",male,40,1,4,347088,27.9,,S +362,0,2,"del Carlo, Mr. Sebastiano",male,29,1,0,SC/PARIS 2167,27.7208,,C +363,0,3,"Barbara, Mrs. (Catherine David)",female,45,0,1,2691,14.4542,,C +364,0,3,"Asim, Mr. Adola",male,35,0,0,SOTON/O.Q. 3101310,7.05,,S +365,0,3,"O'Brien, Mr. Thomas",male,,1,0,370365,15.5,,Q +366,0,3,"Adahl, Mr. Mauritz Nils Martin",male,30,0,0,C 7076,7.25,,S +367,1,1,"Warren, Mrs. Frank Manley (Anna Sophia Atkinson)",female,60,1,0,110813,75.25,D37,C +368,1,3,"Moussa, Mrs. (Mantoura Boulos)",female,,0,0,2626,7.2292,,C +369,1,3,"Jermyn, Miss. Annie",female,,0,0,14313,7.75,,Q +370,1,1,"Aubart, Mme. Leontine Pauline",female,24,0,0,PC 17477,69.3,B35,C +371,1,1,"Harder, Mr. George Achilles",male,25,1,0,11765,55.4417,E50,C +372,0,3,"Wiklund, Mr. Jakob Alfred",male,18,1,0,3101267,6.4958,,S +373,0,3,"Beavan, Mr. William Thomas",male,19,0,0,323951,8.05,,S +374,0,1,"Ringhini, Mr. Sante",male,22,0,0,PC 17760,135.6333,,C +375,0,3,"Palsson, Miss. Stina Viola",female,3,3,1,349909,21.075,,S +376,1,1,"Meyer, Mrs. Edgar Joseph (Leila Saks)",female,,1,0,PC 17604,82.1708,,C +377,1,3,"Landergren, Miss. Aurora Adelia",female,22,0,0,C 7077,7.25,,S +378,0,1,"Widener, Mr. Harry Elkins",male,27,0,2,113503,211.5,C82,C +379,0,3,"Betros, Mr. Tannous",male,20,0,0,2648,4.0125,,C +380,0,3,"Gustafsson, Mr. Karl Gideon",male,19,0,0,347069,7.775,,S +381,1,1,"Bidois, Miss. Rosalie",female,42,0,0,PC 17757,227.525,,C +382,1,3,"Nakid, Miss. Maria (""Mary"")",female,1,0,2,2653,15.7417,,C +383,0,3,"Tikkanen, Mr. Juho",male,32,0,0,STON/O 2. 3101293,7.925,,S +384,1,1,"Holverson, Mrs. Alexander Oskar (Mary Aline Towner)",female,35,1,0,113789,52,,S +385,0,3,"Plotcharsky, Mr. Vasil",male,,0,0,349227,7.8958,,S +386,0,2,"Davies, Mr. Charles Henry",male,18,0,0,S.O.C. 14879,73.5,,S +387,0,3,"Goodwin, Master. Sidney Leonard",male,1,5,2,CA 2144,46.9,,S +388,1,2,"Buss, Miss. Kate",female,36,0,0,27849,13,,S +389,0,3,"Sadlier, Mr. Matthew",male,,0,0,367655,7.7292,,Q +390,1,2,"Lehmann, Miss. Bertha",female,17,0,0,SC 1748,12,,C +391,1,1,"Carter, Mr. William Ernest",male,36,1,2,113760,120,B96 B98,S +392,1,3,"Jansson, Mr. Carl Olof",male,21,0,0,350034,7.7958,,S +393,0,3,"Gustafsson, Mr. Johan Birger",male,28,2,0,3101277,7.925,,S +394,1,1,"Newell, Miss. Marjorie",female,23,1,0,35273,113.275,D36,C +395,1,3,"Sandstrom, Mrs. Hjalmar (Agnes Charlotta Bengtsson)",female,24,0,2,PP 9549,16.7,G6,S +396,0,3,"Johansson, Mr. Erik",male,22,0,0,350052,7.7958,,S +397,0,3,"Olsson, Miss. Elina",female,31,0,0,350407,7.8542,,S +398,0,2,"McKane, Mr. Peter David",male,46,0,0,28403,26,,S +399,0,2,"Pain, Dr. Alfred",male,23,0,0,244278,10.5,,S +400,1,2,"Trout, Mrs. William H (Jessie L)",female,28,0,0,240929,12.65,,S +401,1,3,"Niskanen, Mr. Juha",male,39,0,0,STON/O 2. 3101289,7.925,,S +402,0,3,"Adams, Mr. John",male,26,0,0,341826,8.05,,S +403,0,3,"Jussila, Miss. Mari Aina",female,21,1,0,4137,9.825,,S +404,0,3,"Hakkarainen, Mr. Pekka Pietari",male,28,1,0,STON/O2. 3101279,15.85,,S +405,0,3,"Oreskovic, Miss. Marija",female,20,0,0,315096,8.6625,,S +406,0,2,"Gale, Mr. Shadrach",male,34,1,0,28664,21,,S +407,0,3,"Widegren, Mr. Carl/Charles Peter",male,51,0,0,347064,7.75,,S +408,1,2,"Richards, Master. William Rowe",male,3,1,1,29106,18.75,,S +409,0,3,"Birkeland, Mr. Hans Martin Monsen",male,21,0,0,312992,7.775,,S +410,0,3,"Lefebre, Miss. Ida",female,,3,1,4133,25.4667,,S +411,0,3,"Sdycoff, Mr. Todor",male,,0,0,349222,7.8958,,S +412,0,3,"Hart, Mr. Henry",male,,0,0,394140,6.8583,,Q +413,1,1,"Minahan, Miss. Daisy E",female,33,1,0,19928,90,C78,Q +414,0,2,"Cunningham, Mr. Alfred Fleming",male,,0,0,239853,0,,S +415,1,3,"Sundman, Mr. Johan Julian",male,44,0,0,STON/O 2. 3101269,7.925,,S +416,0,3,"Meek, Mrs. Thomas (Annie Louise Rowley)",female,,0,0,343095,8.05,,S +417,1,2,"Drew, Mrs. James Vivian (Lulu Thorne Christian)",female,34,1,1,28220,32.5,,S +418,1,2,"Silven, Miss. Lyyli Karoliina",female,18,0,2,250652,13,,S +419,0,2,"Matthews, Mr. William John",male,30,0,0,28228,13,,S +420,0,3,"Van Impe, Miss. Catharina",female,10,0,2,345773,24.15,,S +421,0,3,"Gheorgheff, Mr. Stanio",male,,0,0,349254,7.8958,,C +422,0,3,"Charters, Mr. David",male,21,0,0,A/5. 13032,7.7333,,Q +423,0,3,"Zimmerman, Mr. Leo",male,29,0,0,315082,7.875,,S +424,0,3,"Danbom, Mrs. Ernst Gilbert (Anna Sigrid Maria Brogren)",female,28,1,1,347080,14.4,,S +425,0,3,"Rosblom, Mr. Viktor Richard",male,18,1,1,370129,20.2125,,S +426,0,3,"Wiseman, Mr. Phillippe",male,,0,0,A/4. 34244,7.25,,S +427,1,2,"Clarke, Mrs. Charles V (Ada Maria Winfield)",female,28,1,0,2003,26,,S +428,1,2,"Phillips, Miss. Kate Florence (""Mrs Kate Louise Phillips Marshall"")",female,19,0,0,250655,26,,S +429,0,3,"Flynn, Mr. James",male,,0,0,364851,7.75,,Q +430,1,3,"Pickard, Mr. Berk (Berk Trembisky)",male,32,0,0,SOTON/O.Q. 392078,8.05,E10,S +431,1,1,"Bjornstrom-Steffansson, Mr. Mauritz Hakan",male,28,0,0,110564,26.55,C52,S +432,1,3,"Thorneycroft, Mrs. Percival (Florence Kate White)",female,,1,0,376564,16.1,,S +433,1,2,"Louch, Mrs. Charles Alexander (Alice Adelaide Slow)",female,42,1,0,SC/AH 3085,26,,S +434,0,3,"Kallio, Mr. Nikolai Erland",male,17,0,0,STON/O 2. 3101274,7.125,,S +435,0,1,"Silvey, Mr. William Baird",male,50,1,0,13507,55.9,E44,S +436,1,1,"Carter, Miss. Lucile Polk",female,14,1,2,113760,120,B96 B98,S +437,0,3,"Ford, Miss. Doolina Margaret ""Daisy""",female,21,2,2,W./C. 6608,34.375,,S +438,1,2,"Richards, Mrs. Sidney (Emily Hocking)",female,24,2,3,29106,18.75,,S +439,0,1,"Fortune, Mr. Mark",male,64,1,4,19950,263,C23 C25 C27,S +440,0,2,"Kvillner, Mr. Johan Henrik Johannesson",male,31,0,0,C.A. 18723,10.5,,S +441,1,2,"Hart, Mrs. Benjamin (Esther Ada Bloomfield)",female,45,1,1,F.C.C. 13529,26.25,,S +442,0,3,"Hampe, Mr. Leon",male,20,0,0,345769,9.5,,S +443,0,3,"Petterson, Mr. Johan Emil",male,25,1,0,347076,7.775,,S +444,1,2,"Reynaldo, Ms. Encarnacion",female,28,0,0,230434,13,,S +445,1,3,"Johannesen-Bratthammer, Mr. Bernt",male,,0,0,65306,8.1125,,S +446,1,1,"Dodge, Master. Washington",male,4,0,2,33638,81.8583,A34,S +447,1,2,"Mellinger, Miss. Madeleine Violet",female,13,0,1,250644,19.5,,S +448,1,1,"Seward, Mr. Frederic Kimber",male,34,0,0,113794,26.55,,S +449,1,3,"Baclini, Miss. Marie Catherine",female,5,2,1,2666,19.2583,,C +450,1,1,"Peuchen, Major. Arthur Godfrey",male,52,0,0,113786,30.5,C104,S +451,0,2,"West, Mr. Edwy Arthur",male,36,1,2,C.A. 34651,27.75,,S +452,0,3,"Hagland, Mr. Ingvald Olai Olsen",male,,1,0,65303,19.9667,,S +453,0,1,"Foreman, Mr. Benjamin Laventall",male,30,0,0,113051,27.75,C111,C +454,1,1,"Goldenberg, Mr. Samuel L",male,49,1,0,17453,89.1042,C92,C +455,0,3,"Peduzzi, Mr. Joseph",male,,0,0,A/5 2817,8.05,,S +456,1,3,"Jalsevac, Mr. Ivan",male,29,0,0,349240,7.8958,,C +457,0,1,"Millet, Mr. Francis Davis",male,65,0,0,13509,26.55,E38,S +458,1,1,"Kenyon, Mrs. Frederick R (Marion)",female,,1,0,17464,51.8625,D21,S +459,1,2,"Toomey, Miss. Ellen",female,50,0,0,F.C.C. 13531,10.5,,S +460,0,3,"O'Connor, Mr. Maurice",male,,0,0,371060,7.75,,Q +461,1,1,"Anderson, Mr. Harry",male,48,0,0,19952,26.55,E12,S +462,0,3,"Morley, Mr. William",male,34,0,0,364506,8.05,,S +463,0,1,"Gee, Mr. Arthur H",male,47,0,0,111320,38.5,E63,S +464,0,2,"Milling, Mr. Jacob Christian",male,48,0,0,234360,13,,S +465,0,3,"Maisner, Mr. Simon",male,,0,0,A/S 2816,8.05,,S +466,0,3,"Goncalves, Mr. Manuel Estanslas",male,38,0,0,SOTON/O.Q. 3101306,7.05,,S +467,0,2,"Campbell, Mr. William",male,,0,0,239853,0,,S +468,0,1,"Smart, Mr. John Montgomery",male,56,0,0,113792,26.55,,S +469,0,3,"Scanlan, Mr. James",male,,0,0,36209,7.725,,Q +470,1,3,"Baclini, Miss. Helene Barbara",female,0.75,2,1,2666,19.2583,,C +471,0,3,"Keefe, Mr. Arthur",male,,0,0,323592,7.25,,S +472,0,3,"Cacic, Mr. Luka",male,38,0,0,315089,8.6625,,S +473,1,2,"West, Mrs. Edwy Arthur (Ada Mary Worth)",female,33,1,2,C.A. 34651,27.75,,S +474,1,2,"Jerwan, Mrs. Amin S (Marie Marthe Thuillard)",female,23,0,0,SC/AH Basle 541,13.7917,D,C +475,0,3,"Strandberg, Miss. Ida Sofia",female,22,0,0,7553,9.8375,,S +476,0,1,"Clifford, Mr. George Quincy",male,,0,0,110465,52,A14,S +477,0,2,"Renouf, Mr. Peter Henry",male,34,1,0,31027,21,,S +478,0,3,"Braund, Mr. Lewis Richard",male,29,1,0,3460,7.0458,,S +479,0,3,"Karlsson, Mr. Nils August",male,22,0,0,350060,7.5208,,S +480,1,3,"Hirvonen, Miss. Hildur E",female,2,0,1,3101298,12.2875,,S +481,0,3,"Goodwin, Master. Harold Victor",male,9,5,2,CA 2144,46.9,,S +482,0,2,"Frost, Mr. Anthony Wood ""Archie""",male,,0,0,239854,0,,S +483,0,3,"Rouse, Mr. Richard Henry",male,50,0,0,A/5 3594,8.05,,S +484,1,3,"Turkula, Mrs. (Hedwig)",female,63,0,0,4134,9.5875,,S +485,1,1,"Bishop, Mr. Dickinson H",male,25,1,0,11967,91.0792,B49,C +486,0,3,"Lefebre, Miss. Jeannie",female,,3,1,4133,25.4667,,S +487,1,1,"Hoyt, Mrs. Frederick Maxfield (Jane Anne Forby)",female,35,1,0,19943,90,C93,S +488,0,1,"Kent, Mr. Edward Austin",male,58,0,0,11771,29.7,B37,C +489,0,3,"Somerton, Mr. Francis William",male,30,0,0,A.5. 18509,8.05,,S +490,1,3,"Coutts, Master. Eden Leslie ""Neville""",male,9,1,1,C.A. 37671,15.9,,S +491,0,3,"Hagland, Mr. Konrad Mathias Reiersen",male,,1,0,65304,19.9667,,S +492,0,3,"Windelov, Mr. Einar",male,21,0,0,SOTON/OQ 3101317,7.25,,S +493,0,1,"Molson, Mr. Harry Markland",male,55,0,0,113787,30.5,C30,S +494,0,1,"Artagaveytia, Mr. Ramon",male,71,0,0,PC 17609,49.5042,,C +495,0,3,"Stanley, Mr. Edward Roland",male,21,0,0,A/4 45380,8.05,,S +496,0,3,"Yousseff, Mr. Gerious",male,,0,0,2627,14.4583,,C +497,1,1,"Eustis, Miss. Elizabeth Mussey",female,54,1,0,36947,78.2667,D20,C +498,0,3,"Shellard, Mr. Frederick William",male,,0,0,C.A. 6212,15.1,,S +499,0,1,"Allison, Mrs. Hudson J C (Bessie Waldo Daniels)",female,25,1,2,113781,151.55,C22 C26,S +500,0,3,"Svensson, Mr. Olof",male,24,0,0,350035,7.7958,,S +501,0,3,"Calic, Mr. Petar",male,17,0,0,315086,8.6625,,S +502,0,3,"Canavan, Miss. Mary",female,21,0,0,364846,7.75,,Q +503,0,3,"O'Sullivan, Miss. Bridget Mary",female,,0,0,330909,7.6292,,Q +504,0,3,"Laitinen, Miss. Kristina Sofia",female,37,0,0,4135,9.5875,,S +505,1,1,"Maioni, Miss. Roberta",female,16,0,0,110152,86.5,B79,S +506,0,1,"Penasco y Castellana, Mr. Victor de Satode",male,18,1,0,PC 17758,108.9,C65,C +507,1,2,"Quick, Mrs. Frederick Charles (Jane Richards)",female,33,0,2,26360,26,,S +508,1,1,"Bradley, Mr. George (""George Arthur Brayton"")",male,,0,0,111427,26.55,,S +509,0,3,"Olsen, Mr. Henry Margido",male,28,0,0,C 4001,22.525,,S +510,1,3,"Lang, Mr. Fang",male,26,0,0,1601,56.4958,,S +511,1,3,"Daly, Mr. Eugene Patrick",male,29,0,0,382651,7.75,,Q +512,0,3,"Webber, Mr. James",male,,0,0,SOTON/OQ 3101316,8.05,,S +513,1,1,"McGough, Mr. James Robert",male,36,0,0,PC 17473,26.2875,E25,S +514,1,1,"Rothschild, Mrs. Martin (Elizabeth L. Barrett)",female,54,1,0,PC 17603,59.4,,C +515,0,3,"Coleff, Mr. Satio",male,24,0,0,349209,7.4958,,S +516,0,1,"Walker, Mr. William Anderson",male,47,0,0,36967,34.0208,D46,S +517,1,2,"Lemore, Mrs. (Amelia Milley)",female,34,0,0,C.A. 34260,10.5,F33,S +518,0,3,"Ryan, Mr. Patrick",male,,0,0,371110,24.15,,Q +519,1,2,"Angle, Mrs. William A (Florence ""Mary"" Agnes Hughes)",female,36,1,0,226875,26,,S +520,0,3,"Pavlovic, Mr. Stefo",male,32,0,0,349242,7.8958,,S +521,1,1,"Perreault, Miss. Anne",female,30,0,0,12749,93.5,B73,S +522,0,3,"Vovk, Mr. Janko",male,22,0,0,349252,7.8958,,S +523,0,3,"Lahoud, Mr. Sarkis",male,,0,0,2624,7.225,,C +524,1,1,"Hippach, Mrs. Louis Albert (Ida Sophia Fischer)",female,44,0,1,111361,57.9792,B18,C +525,0,3,"Kassem, Mr. Fared",male,,0,0,2700,7.2292,,C +526,0,3,"Farrell, Mr. James",male,40.5,0,0,367232,7.75,,Q +527,1,2,"Ridsdale, Miss. Lucy",female,50,0,0,W./C. 14258,10.5,,S +528,0,1,"Farthing, Mr. John",male,,0,0,PC 17483,221.7792,C95,S +529,0,3,"Salonen, Mr. Johan Werner",male,39,0,0,3101296,7.925,,S +530,0,2,"Hocking, Mr. Richard George",male,23,2,1,29104,11.5,,S +531,1,2,"Quick, Miss. Phyllis May",female,2,1,1,26360,26,,S +532,0,3,"Toufik, Mr. Nakli",male,,0,0,2641,7.2292,,C +533,0,3,"Elias, Mr. Joseph Jr",male,17,1,1,2690,7.2292,,C +534,1,3,"Peter, Mrs. Catherine (Catherine Rizk)",female,,0,2,2668,22.3583,,C +535,0,3,"Cacic, Miss. Marija",female,30,0,0,315084,8.6625,,S +536,1,2,"Hart, Miss. Eva Miriam",female,7,0,2,F.C.C. 13529,26.25,,S +537,0,1,"Butt, Major. Archibald Willingham",male,45,0,0,113050,26.55,B38,S +538,1,1,"LeRoy, Miss. Bertha",female,30,0,0,PC 17761,106.425,,C +539,0,3,"Risien, Mr. Samuel Beard",male,,0,0,364498,14.5,,S +540,1,1,"Frolicher, Miss. Hedwig Margaritha",female,22,0,2,13568,49.5,B39,C +541,1,1,"Crosby, Miss. Harriet R",female,36,0,2,WE/P 5735,71,B22,S +542,0,3,"Andersson, Miss. Ingeborg Constanzia",female,9,4,2,347082,31.275,,S +543,0,3,"Andersson, Miss. Sigrid Elisabeth",female,11,4,2,347082,31.275,,S +544,1,2,"Beane, Mr. Edward",male,32,1,0,2908,26,,S +545,0,1,"Douglas, Mr. Walter Donald",male,50,1,0,PC 17761,106.425,C86,C +546,0,1,"Nicholson, Mr. Arthur Ernest",male,64,0,0,693,26,,S +547,1,2,"Beane, Mrs. Edward (Ethel Clarke)",female,19,1,0,2908,26,,S +548,1,2,"Padro y Manent, Mr. Julian",male,,0,0,SC/PARIS 2146,13.8625,,C +549,0,3,"Goldsmith, Mr. Frank John",male,33,1,1,363291,20.525,,S +550,1,2,"Davies, Master. John Morgan Jr",male,8,1,1,C.A. 33112,36.75,,S +551,1,1,"Thayer, Mr. John Borland Jr",male,17,0,2,17421,110.8833,C70,C +552,0,2,"Sharp, Mr. Percival James R",male,27,0,0,244358,26,,S +553,0,3,"O'Brien, Mr. Timothy",male,,0,0,330979,7.8292,,Q +554,1,3,"Leeni, Mr. Fahim (""Philip Zenni"")",male,22,0,0,2620,7.225,,C +555,1,3,"Ohman, Miss. Velin",female,22,0,0,347085,7.775,,S +556,0,1,"Wright, Mr. George",male,62,0,0,113807,26.55,,S +557,1,1,"Duff Gordon, Lady. (Lucille Christiana Sutherland) (""Mrs Morgan"")",female,48,1,0,11755,39.6,A16,C +558,0,1,"Robbins, Mr. Victor",male,,0,0,PC 17757,227.525,,C +559,1,1,"Taussig, Mrs. Emil (Tillie Mandelbaum)",female,39,1,1,110413,79.65,E67,S +560,1,3,"de Messemaeker, Mrs. Guillaume Joseph (Emma)",female,36,1,0,345572,17.4,,S +561,0,3,"Morrow, Mr. Thomas Rowan",male,,0,0,372622,7.75,,Q +562,0,3,"Sivic, Mr. Husein",male,40,0,0,349251,7.8958,,S +563,0,2,"Norman, Mr. Robert Douglas",male,28,0,0,218629,13.5,,S +564,0,3,"Simmons, Mr. John",male,,0,0,SOTON/OQ 392082,8.05,,S +565,0,3,"Meanwell, Miss. (Marion Ogden)",female,,0,0,SOTON/O.Q. 392087,8.05,,S +566,0,3,"Davies, Mr. Alfred J",male,24,2,0,A/4 48871,24.15,,S +567,0,3,"Stoytcheff, Mr. Ilia",male,19,0,0,349205,7.8958,,S +568,0,3,"Palsson, Mrs. Nils (Alma Cornelia Berglund)",female,29,0,4,349909,21.075,,S +569,0,3,"Doharr, Mr. Tannous",male,,0,0,2686,7.2292,,C +570,1,3,"Jonsson, Mr. Carl",male,32,0,0,350417,7.8542,,S +571,1,2,"Harris, Mr. George",male,62,0,0,S.W./PP 752,10.5,,S +572,1,1,"Appleton, Mrs. Edward Dale (Charlotte Lamson)",female,53,2,0,11769,51.4792,C101,S +573,1,1,"Flynn, Mr. John Irwin (""Irving"")",male,36,0,0,PC 17474,26.3875,E25,S +574,1,3,"Kelly, Miss. Mary",female,,0,0,14312,7.75,,Q +575,0,3,"Rush, Mr. Alfred George John",male,16,0,0,A/4. 20589,8.05,,S +576,0,3,"Patchett, Mr. George",male,19,0,0,358585,14.5,,S +577,1,2,"Garside, Miss. Ethel",female,34,0,0,243880,13,,S +578,1,1,"Silvey, Mrs. William Baird (Alice Munger)",female,39,1,0,13507,55.9,E44,S +579,0,3,"Caram, Mrs. Joseph (Maria Elias)",female,,1,0,2689,14.4583,,C +580,1,3,"Jussila, Mr. Eiriik",male,32,0,0,STON/O 2. 3101286,7.925,,S +581,1,2,"Christy, Miss. Julie Rachel",female,25,1,1,237789,30,,S +582,1,1,"Thayer, Mrs. John Borland (Marian Longstreth Morris)",female,39,1,1,17421,110.8833,C68,C +583,0,2,"Downton, Mr. William James",male,54,0,0,28403,26,,S +584,0,1,"Ross, Mr. John Hugo",male,36,0,0,13049,40.125,A10,C +585,0,3,"Paulner, Mr. Uscher",male,,0,0,3411,8.7125,,C +586,1,1,"Taussig, Miss. Ruth",female,18,0,2,110413,79.65,E68,S +587,0,2,"Jarvis, Mr. John Denzil",male,47,0,0,237565,15,,S +588,1,1,"Frolicher-Stehli, Mr. Maxmillian",male,60,1,1,13567,79.2,B41,C +589,0,3,"Gilinski, Mr. Eliezer",male,22,0,0,14973,8.05,,S +590,0,3,"Murdlin, Mr. Joseph",male,,0,0,A./5. 3235,8.05,,S +591,0,3,"Rintamaki, Mr. Matti",male,35,0,0,STON/O 2. 3101273,7.125,,S +592,1,1,"Stephenson, Mrs. Walter Bertram (Martha Eustis)",female,52,1,0,36947,78.2667,D20,C +593,0,3,"Elsbury, Mr. William James",male,47,0,0,A/5 3902,7.25,,S +594,0,3,"Bourke, Miss. Mary",female,,0,2,364848,7.75,,Q +595,0,2,"Chapman, Mr. John Henry",male,37,1,0,SC/AH 29037,26,,S +596,0,3,"Van Impe, Mr. Jean Baptiste",male,36,1,1,345773,24.15,,S +597,1,2,"Leitch, Miss. Jessie Wills",female,,0,0,248727,33,,S +598,0,3,"Johnson, Mr. Alfred",male,49,0,0,LINE,0,,S +599,0,3,"Boulos, Mr. Hanna",male,,0,0,2664,7.225,,C +600,1,1,"Duff Gordon, Sir. Cosmo Edmund (""Mr Morgan"")",male,49,1,0,PC 17485,56.9292,A20,C +601,1,2,"Jacobsohn, Mrs. Sidney Samuel (Amy Frances Christy)",female,24,2,1,243847,27,,S +602,0,3,"Slabenoff, Mr. Petco",male,,0,0,349214,7.8958,,S +603,0,1,"Harrington, Mr. Charles H",male,,0,0,113796,42.4,,S +604,0,3,"Torber, Mr. Ernst William",male,44,0,0,364511,8.05,,S +605,1,1,"Homer, Mr. Harry (""Mr E Haven"")",male,35,0,0,111426,26.55,,C +606,0,3,"Lindell, Mr. Edvard Bengtsson",male,36,1,0,349910,15.55,,S +607,0,3,"Karaic, Mr. Milan",male,30,0,0,349246,7.8958,,S +608,1,1,"Daniel, Mr. Robert Williams",male,27,0,0,113804,30.5,,S +609,1,2,"Laroche, Mrs. Joseph (Juliette Marie Louise Lafargue)",female,22,1,2,SC/Paris 2123,41.5792,,C +610,1,1,"Shutes, Miss. Elizabeth W",female,40,0,0,PC 17582,153.4625,C125,S +611,0,3,"Andersson, Mrs. Anders Johan (Alfrida Konstantia Brogren)",female,39,1,5,347082,31.275,,S +612,0,3,"Jardin, Mr. Jose Neto",male,,0,0,SOTON/O.Q. 3101305,7.05,,S +613,1,3,"Murphy, Miss. Margaret Jane",female,,1,0,367230,15.5,,Q +614,0,3,"Horgan, Mr. John",male,,0,0,370377,7.75,,Q +615,0,3,"Brocklebank, Mr. William Alfred",male,35,0,0,364512,8.05,,S +616,1,2,"Herman, Miss. Alice",female,24,1,2,220845,65,,S +617,0,3,"Danbom, Mr. Ernst Gilbert",male,34,1,1,347080,14.4,,S +618,0,3,"Lobb, Mrs. William Arthur (Cordelia K Stanlick)",female,26,1,0,A/5. 3336,16.1,,S +619,1,2,"Becker, Miss. Marion Louise",female,4,2,1,230136,39,F4,S +620,0,2,"Gavey, Mr. Lawrence",male,26,0,0,31028,10.5,,S +621,0,3,"Yasbeck, Mr. Antoni",male,27,1,0,2659,14.4542,,C +622,1,1,"Kimball, Mr. Edwin Nelson Jr",male,42,1,0,11753,52.5542,D19,S +623,1,3,"Nakid, Mr. Sahid",male,20,1,1,2653,15.7417,,C +624,0,3,"Hansen, Mr. Henry Damsgaard",male,21,0,0,350029,7.8542,,S +625,0,3,"Bowen, Mr. David John ""Dai""",male,21,0,0,54636,16.1,,S +626,0,1,"Sutton, Mr. Frederick",male,61,0,0,36963,32.3208,D50,S +627,0,2,"Kirkland, Rev. Charles Leonard",male,57,0,0,219533,12.35,,Q +628,1,1,"Longley, Miss. Gretchen Fiske",female,21,0,0,13502,77.9583,D9,S +629,0,3,"Bostandyeff, Mr. Guentcho",male,26,0,0,349224,7.8958,,S +630,0,3,"O'Connell, Mr. Patrick D",male,,0,0,334912,7.7333,,Q +631,1,1,"Barkworth, Mr. Algernon Henry Wilson",male,80,0,0,27042,30,A23,S +632,0,3,"Lundahl, Mr. Johan Svensson",male,51,0,0,347743,7.0542,,S +633,1,1,"Stahelin-Maeglin, Dr. Max",male,32,0,0,13214,30.5,B50,C +634,0,1,"Parr, Mr. William Henry Marsh",male,,0,0,112052,0,,S +635,0,3,"Skoog, Miss. Mabel",female,9,3,2,347088,27.9,,S +636,1,2,"Davis, Miss. Mary",female,28,0,0,237668,13,,S +637,0,3,"Leinonen, Mr. Antti Gustaf",male,32,0,0,STON/O 2. 3101292,7.925,,S +638,0,2,"Collyer, Mr. Harvey",male,31,1,1,C.A. 31921,26.25,,S +639,0,3,"Panula, Mrs. Juha (Maria Emilia Ojala)",female,41,0,5,3101295,39.6875,,S +640,0,3,"Thorneycroft, Mr. Percival",male,,1,0,376564,16.1,,S +641,0,3,"Jensen, Mr. Hans Peder",male,20,0,0,350050,7.8542,,S +642,1,1,"Sagesser, Mlle. Emma",female,24,0,0,PC 17477,69.3,B35,C +643,0,3,"Skoog, Miss. Margit Elizabeth",female,2,3,2,347088,27.9,,S +644,1,3,"Foo, Mr. Choong",male,,0,0,1601,56.4958,,S +645,1,3,"Baclini, Miss. Eugenie",female,0.75,2,1,2666,19.2583,,C +646,1,1,"Harper, Mr. Henry Sleeper",male,48,1,0,PC 17572,76.7292,D33,C +647,0,3,"Cor, Mr. Liudevit",male,19,0,0,349231,7.8958,,S +648,1,1,"Simonius-Blumer, Col. Oberst Alfons",male,56,0,0,13213,35.5,A26,C +649,0,3,"Willey, Mr. Edward",male,,0,0,S.O./P.P. 751,7.55,,S +650,1,3,"Stanley, Miss. Amy Zillah Elsie",female,23,0,0,CA. 2314,7.55,,S +651,0,3,"Mitkoff, Mr. Mito",male,,0,0,349221,7.8958,,S +652,1,2,"Doling, Miss. Elsie",female,18,0,1,231919,23,,S +653,0,3,"Kalvik, Mr. Johannes Halvorsen",male,21,0,0,8475,8.4333,,S +654,1,3,"O'Leary, Miss. Hanora ""Norah""",female,,0,0,330919,7.8292,,Q +655,0,3,"Hegarty, Miss. Hanora ""Nora""",female,18,0,0,365226,6.75,,Q +656,0,2,"Hickman, Mr. Leonard Mark",male,24,2,0,S.O.C. 14879,73.5,,S +657,0,3,"Radeff, Mr. Alexander",male,,0,0,349223,7.8958,,S +658,0,3,"Bourke, Mrs. John (Catherine)",female,32,1,1,364849,15.5,,Q +659,0,2,"Eitemiller, Mr. George Floyd",male,23,0,0,29751,13,,S +660,0,1,"Newell, Mr. Arthur Webster",male,58,0,2,35273,113.275,D48,C +661,1,1,"Frauenthal, Dr. Henry William",male,50,2,0,PC 17611,133.65,,S +662,0,3,"Badt, Mr. Mohamed",male,40,0,0,2623,7.225,,C +663,0,1,"Colley, Mr. Edward Pomeroy",male,47,0,0,5727,25.5875,E58,S +664,0,3,"Coleff, Mr. Peju",male,36,0,0,349210,7.4958,,S +665,1,3,"Lindqvist, Mr. Eino William",male,20,1,0,STON/O 2. 3101285,7.925,,S +666,0,2,"Hickman, Mr. Lewis",male,32,2,0,S.O.C. 14879,73.5,,S +667,0,2,"Butler, Mr. Reginald Fenton",male,25,0,0,234686,13,,S +668,0,3,"Rommetvedt, Mr. Knud Paust",male,,0,0,312993,7.775,,S +669,0,3,"Cook, Mr. Jacob",male,43,0,0,A/5 3536,8.05,,S +670,1,1,"Taylor, Mrs. Elmer Zebley (Juliet Cummins Wright)",female,,1,0,19996,52,C126,S +671,1,2,"Brown, Mrs. Thomas William Solomon (Elizabeth Catherine Ford)",female,40,1,1,29750,39,,S +672,0,1,"Davidson, Mr. Thornton",male,31,1,0,F.C. 12750,52,B71,S +673,0,2,"Mitchell, Mr. Henry Michael",male,70,0,0,C.A. 24580,10.5,,S +674,1,2,"Wilhelms, Mr. Charles",male,31,0,0,244270,13,,S +675,0,2,"Watson, Mr. Ennis Hastings",male,,0,0,239856,0,,S +676,0,3,"Edvardsson, Mr. Gustaf Hjalmar",male,18,0,0,349912,7.775,,S +677,0,3,"Sawyer, Mr. Frederick Charles",male,24.5,0,0,342826,8.05,,S +678,1,3,"Turja, Miss. Anna Sofia",female,18,0,0,4138,9.8417,,S +679,0,3,"Goodwin, Mrs. Frederick (Augusta Tyler)",female,43,1,6,CA 2144,46.9,,S +680,1,1,"Cardeza, Mr. Thomas Drake Martinez",male,36,0,1,PC 17755,512.3292,B51 B53 B55,C +681,0,3,"Peters, Miss. Katie",female,,0,0,330935,8.1375,,Q +682,1,1,"Hassab, Mr. Hammad",male,27,0,0,PC 17572,76.7292,D49,C +683,0,3,"Olsvigen, Mr. Thor Anderson",male,20,0,0,6563,9.225,,S +684,0,3,"Goodwin, Mr. Charles Edward",male,14,5,2,CA 2144,46.9,,S +685,0,2,"Brown, Mr. Thomas William Solomon",male,60,1,1,29750,39,,S +686,0,2,"Laroche, Mr. Joseph Philippe Lemercier",male,25,1,2,SC/Paris 2123,41.5792,,C +687,0,3,"Panula, Mr. Jaako Arnold",male,14,4,1,3101295,39.6875,,S +688,0,3,"Dakic, Mr. Branko",male,19,0,0,349228,10.1708,,S +689,0,3,"Fischer, Mr. Eberhard Thelander",male,18,0,0,350036,7.7958,,S +690,1,1,"Madill, Miss. Georgette Alexandra",female,15,0,1,24160,211.3375,B5,S +691,1,1,"Dick, Mr. Albert Adrian",male,31,1,0,17474,57,B20,S +692,1,3,"Karun, Miss. Manca",female,4,0,1,349256,13.4167,,C +693,1,3,"Lam, Mr. Ali",male,,0,0,1601,56.4958,,S +694,0,3,"Saad, Mr. Khalil",male,25,0,0,2672,7.225,,C +695,0,1,"Weir, Col. John",male,60,0,0,113800,26.55,,S +696,0,2,"Chapman, Mr. Charles Henry",male,52,0,0,248731,13.5,,S +697,0,3,"Kelly, Mr. James",male,44,0,0,363592,8.05,,S +698,1,3,"Mullens, Miss. Katherine ""Katie""",female,,0,0,35852,7.7333,,Q +699,0,1,"Thayer, Mr. John Borland",male,49,1,1,17421,110.8833,C68,C +700,0,3,"Humblen, Mr. Adolf Mathias Nicolai Olsen",male,42,0,0,348121,7.65,F G63,S +701,1,1,"Astor, Mrs. John Jacob (Madeleine Talmadge Force)",female,18,1,0,PC 17757,227.525,C62 C64,C +702,1,1,"Silverthorne, Mr. Spencer Victor",male,35,0,0,PC 17475,26.2875,E24,S +703,0,3,"Barbara, Miss. Saiide",female,18,0,1,2691,14.4542,,C +704,0,3,"Gallagher, Mr. Martin",male,25,0,0,36864,7.7417,,Q +705,0,3,"Hansen, Mr. Henrik Juul",male,26,1,0,350025,7.8542,,S +706,0,2,"Morley, Mr. Henry Samuel (""Mr Henry Marshall"")",male,39,0,0,250655,26,,S +707,1,2,"Kelly, Mrs. Florence ""Fannie""",female,45,0,0,223596,13.5,,S +708,1,1,"Calderhead, Mr. Edward Pennington",male,42,0,0,PC 17476,26.2875,E24,S +709,1,1,"Cleaver, Miss. Alice",female,22,0,0,113781,151.55,,S +710,1,3,"Moubarek, Master. Halim Gonios (""William George"")",male,,1,1,2661,15.2458,,C +711,1,1,"Mayne, Mlle. Berthe Antonine (""Mrs de Villiers"")",female,24,0,0,PC 17482,49.5042,C90,C +712,0,1,"Klaber, Mr. Herman",male,,0,0,113028,26.55,C124,S +713,1,1,"Taylor, Mr. Elmer Zebley",male,48,1,0,19996,52,C126,S +714,0,3,"Larsson, Mr. August Viktor",male,29,0,0,7545,9.4833,,S +715,0,2,"Greenberg, Mr. Samuel",male,52,0,0,250647,13,,S +716,0,3,"Soholt, Mr. Peter Andreas Lauritz Andersen",male,19,0,0,348124,7.65,F G73,S +717,1,1,"Endres, Miss. Caroline Louise",female,38,0,0,PC 17757,227.525,C45,C +718,1,2,"Troutt, Miss. Edwina Celia ""Winnie""",female,27,0,0,34218,10.5,E101,S +719,0,3,"McEvoy, Mr. Michael",male,,0,0,36568,15.5,,Q +720,0,3,"Johnson, Mr. Malkolm Joackim",male,33,0,0,347062,7.775,,S +721,1,2,"Harper, Miss. Annie Jessie ""Nina""",female,6,0,1,248727,33,,S +722,0,3,"Jensen, Mr. Svend Lauritz",male,17,1,0,350048,7.0542,,S +723,0,2,"Gillespie, Mr. William Henry",male,34,0,0,12233,13,,S +724,0,2,"Hodges, Mr. Henry Price",male,50,0,0,250643,13,,S +725,1,1,"Chambers, Mr. Norman Campbell",male,27,1,0,113806,53.1,E8,S +726,0,3,"Oreskovic, Mr. Luka",male,20,0,0,315094,8.6625,,S +727,1,2,"Renouf, Mrs. Peter Henry (Lillian Jefferys)",female,30,3,0,31027,21,,S +728,1,3,"Mannion, Miss. Margareth",female,,0,0,36866,7.7375,,Q +729,0,2,"Bryhl, Mr. Kurt Arnold Gottfrid",male,25,1,0,236853,26,,S +730,0,3,"Ilmakangas, Miss. Pieta Sofia",female,25,1,0,STON/O2. 3101271,7.925,,S +731,1,1,"Allen, Miss. Elisabeth Walton",female,29,0,0,24160,211.3375,B5,S +732,0,3,"Hassan, Mr. Houssein G N",male,11,0,0,2699,18.7875,,C +733,0,2,"Knight, Mr. Robert J",male,,0,0,239855,0,,S +734,0,2,"Berriman, Mr. William John",male,23,0,0,28425,13,,S +735,0,2,"Troupiansky, Mr. Moses Aaron",male,23,0,0,233639,13,,S +736,0,3,"Williams, Mr. Leslie",male,28.5,0,0,54636,16.1,,S +737,0,3,"Ford, Mrs. Edward (Margaret Ann Watson)",female,48,1,3,W./C. 6608,34.375,,S +738,1,1,"Lesurer, Mr. Gustave J",male,35,0,0,PC 17755,512.3292,B101,C +739,0,3,"Ivanoff, Mr. Kanio",male,,0,0,349201,7.8958,,S +740,0,3,"Nankoff, Mr. Minko",male,,0,0,349218,7.8958,,S +741,1,1,"Hawksford, Mr. Walter James",male,,0,0,16988,30,D45,S +742,0,1,"Cavendish, Mr. Tyrell William",male,36,1,0,19877,78.85,C46,S +743,1,1,"Ryerson, Miss. Susan Parker ""Suzette""",female,21,2,2,PC 17608,262.375,B57 B59 B63 B66,C +744,0,3,"McNamee, Mr. Neal",male,24,1,0,376566,16.1,,S +745,1,3,"Stranden, Mr. Juho",male,31,0,0,STON/O 2. 3101288,7.925,,S +746,0,1,"Crosby, Capt. Edward Gifford",male,70,1,1,WE/P 5735,71,B22,S +747,0,3,"Abbott, Mr. Rossmore Edward",male,16,1,1,C.A. 2673,20.25,,S +748,1,2,"Sinkkonen, Miss. Anna",female,30,0,0,250648,13,,S +749,0,1,"Marvin, Mr. Daniel Warner",male,19,1,0,113773,53.1,D30,S +750,0,3,"Connaghton, Mr. Michael",male,31,0,0,335097,7.75,,Q +751,1,2,"Wells, Miss. Joan",female,4,1,1,29103,23,,S +752,1,3,"Moor, Master. Meier",male,6,0,1,392096,12.475,E121,S +753,0,3,"Vande Velde, Mr. Johannes Joseph",male,33,0,0,345780,9.5,,S +754,0,3,"Jonkoff, Mr. Lalio",male,23,0,0,349204,7.8958,,S +755,1,2,"Herman, Mrs. Samuel (Jane Laver)",female,48,1,2,220845,65,,S +756,1,2,"Hamalainen, Master. Viljo",male,0.67,1,1,250649,14.5,,S +757,0,3,"Carlsson, Mr. August Sigfrid",male,28,0,0,350042,7.7958,,S +758,0,2,"Bailey, Mr. Percy Andrew",male,18,0,0,29108,11.5,,S +759,0,3,"Theobald, Mr. Thomas Leonard",male,34,0,0,363294,8.05,,S +760,1,1,"Rothes, the Countess. of (Lucy Noel Martha Dyer-Edwards)",female,33,0,0,110152,86.5,B77,S +761,0,3,"Garfirth, Mr. John",male,,0,0,358585,14.5,,S +762,0,3,"Nirva, Mr. Iisakki Antino Aijo",male,41,0,0,SOTON/O2 3101272,7.125,,S +763,1,3,"Barah, Mr. Hanna Assi",male,20,0,0,2663,7.2292,,C +764,1,1,"Carter, Mrs. William Ernest (Lucile Polk)",female,36,1,2,113760,120,B96 B98,S +765,0,3,"Eklund, Mr. Hans Linus",male,16,0,0,347074,7.775,,S +766,1,1,"Hogeboom, Mrs. John C (Anna Andrews)",female,51,1,0,13502,77.9583,D11,S +767,0,1,"Brewe, Dr. Arthur Jackson",male,,0,0,112379,39.6,,C +768,0,3,"Mangan, Miss. Mary",female,30.5,0,0,364850,7.75,,Q +769,0,3,"Moran, Mr. Daniel J",male,,1,0,371110,24.15,,Q +770,0,3,"Gronnestad, Mr. Daniel Danielsen",male,32,0,0,8471,8.3625,,S +771,0,3,"Lievens, Mr. Rene Aime",male,24,0,0,345781,9.5,,S +772,0,3,"Jensen, Mr. Niels Peder",male,48,0,0,350047,7.8542,,S +773,0,2,"Mack, Mrs. (Mary)",female,57,0,0,S.O./P.P. 3,10.5,E77,S +774,0,3,"Elias, Mr. Dibo",male,,0,0,2674,7.225,,C +775,1,2,"Hocking, Mrs. Elizabeth (Eliza Needs)",female,54,1,3,29105,23,,S +776,0,3,"Myhrman, Mr. Pehr Fabian Oliver Malkolm",male,18,0,0,347078,7.75,,S +777,0,3,"Tobin, Mr. Roger",male,,0,0,383121,7.75,F38,Q +778,1,3,"Emanuel, Miss. Virginia Ethel",female,5,0,0,364516,12.475,,S +779,0,3,"Kilgannon, Mr. Thomas J",male,,0,0,36865,7.7375,,Q +780,1,1,"Robert, Mrs. Edward Scott (Elisabeth Walton McMillan)",female,43,0,1,24160,211.3375,B3,S +781,1,3,"Ayoub, Miss. Banoura",female,13,0,0,2687,7.2292,,C +782,1,1,"Dick, Mrs. Albert Adrian (Vera Gillespie)",female,17,1,0,17474,57,B20,S +783,0,1,"Long, Mr. Milton Clyde",male,29,0,0,113501,30,D6,S +784,0,3,"Johnston, Mr. Andrew G",male,,1,2,W./C. 6607,23.45,,S +785,0,3,"Ali, Mr. William",male,25,0,0,SOTON/O.Q. 3101312,7.05,,S +786,0,3,"Harmer, Mr. Abraham (David Lishin)",male,25,0,0,374887,7.25,,S +787,1,3,"Sjoblom, Miss. Anna Sofia",female,18,0,0,3101265,7.4958,,S +788,0,3,"Rice, Master. George Hugh",male,8,4,1,382652,29.125,,Q +789,1,3,"Dean, Master. Bertram Vere",male,1,1,2,C.A. 2315,20.575,,S +790,0,1,"Guggenheim, Mr. Benjamin",male,46,0,0,PC 17593,79.2,B82 B84,C +791,0,3,"Keane, Mr. Andrew ""Andy""",male,,0,0,12460,7.75,,Q +792,0,2,"Gaskell, Mr. Alfred",male,16,0,0,239865,26,,S +793,0,3,"Sage, Miss. Stella Anna",female,,8,2,CA. 2343,69.55,,S +794,0,1,"Hoyt, Mr. William Fisher",male,,0,0,PC 17600,30.6958,,C +795,0,3,"Dantcheff, Mr. Ristiu",male,25,0,0,349203,7.8958,,S +796,0,2,"Otter, Mr. Richard",male,39,0,0,28213,13,,S +797,1,1,"Leader, Dr. Alice (Farnham)",female,49,0,0,17465,25.9292,D17,S +798,1,3,"Osman, Mrs. Mara",female,31,0,0,349244,8.6833,,S +799,0,3,"Ibrahim Shawah, Mr. Yousseff",male,30,0,0,2685,7.2292,,C +800,0,3,"Van Impe, Mrs. Jean Baptiste (Rosalie Paula Govaert)",female,30,1,1,345773,24.15,,S +801,0,2,"Ponesell, Mr. Martin",male,34,0,0,250647,13,,S +802,1,2,"Collyer, Mrs. Harvey (Charlotte Annie Tate)",female,31,1,1,C.A. 31921,26.25,,S +803,1,1,"Carter, Master. William Thornton II",male,11,1,2,113760,120,B96 B98,S +804,1,3,"Thomas, Master. Assad Alexander",male,0.42,0,1,2625,8.5167,,C +805,1,3,"Hedman, Mr. Oskar Arvid",male,27,0,0,347089,6.975,,S +806,0,3,"Johansson, Mr. Karl Johan",male,31,0,0,347063,7.775,,S +807,0,1,"Andrews, Mr. Thomas Jr",male,39,0,0,112050,0,A36,S +808,0,3,"Pettersson, Miss. Ellen Natalia",female,18,0,0,347087,7.775,,S +809,0,2,"Meyer, Mr. August",male,39,0,0,248723,13,,S +810,1,1,"Chambers, Mrs. Norman Campbell (Bertha Griggs)",female,33,1,0,113806,53.1,E8,S +811,0,3,"Alexander, Mr. William",male,26,0,0,3474,7.8875,,S +812,0,3,"Lester, Mr. James",male,39,0,0,A/4 48871,24.15,,S +813,0,2,"Slemen, Mr. Richard James",male,35,0,0,28206,10.5,,S +814,0,3,"Andersson, Miss. Ebba Iris Alfrida",female,6,4,2,347082,31.275,,S +815,0,3,"Tomlin, Mr. Ernest Portage",male,30.5,0,0,364499,8.05,,S +816,0,1,"Fry, Mr. Richard",male,,0,0,112058,0,B102,S +817,0,3,"Heininen, Miss. Wendla Maria",female,23,0,0,STON/O2. 3101290,7.925,,S +818,0,2,"Mallet, Mr. Albert",male,31,1,1,S.C./PARIS 2079,37.0042,,C +819,0,3,"Holm, Mr. John Fredrik Alexander",male,43,0,0,C 7075,6.45,,S +820,0,3,"Skoog, Master. Karl Thorsten",male,10,3,2,347088,27.9,,S +821,1,1,"Hays, Mrs. Charles Melville (Clara Jennings Gregg)",female,52,1,1,12749,93.5,B69,S +822,1,3,"Lulic, Mr. Nikola",male,27,0,0,315098,8.6625,,S +823,0,1,"Reuchlin, Jonkheer. John George",male,38,0,0,19972,0,,S +824,1,3,"Moor, Mrs. (Beila)",female,27,0,1,392096,12.475,E121,S +825,0,3,"Panula, Master. Urho Abraham",male,2,4,1,3101295,39.6875,,S +826,0,3,"Flynn, Mr. John",male,,0,0,368323,6.95,,Q +827,0,3,"Lam, Mr. Len",male,,0,0,1601,56.4958,,S +828,1,2,"Mallet, Master. Andre",male,1,0,2,S.C./PARIS 2079,37.0042,,C +829,1,3,"McCormack, Mr. Thomas Joseph",male,,0,0,367228,7.75,,Q +830,1,1,"Stone, Mrs. George Nelson (Martha Evelyn)",female,62,0,0,113572,80,B28, +831,1,3,"Yasbeck, Mrs. Antoni (Selini Alexander)",female,15,1,0,2659,14.4542,,C +832,1,2,"Richards, Master. George Sibley",male,0.83,1,1,29106,18.75,,S +833,0,3,"Saad, Mr. Amin",male,,0,0,2671,7.2292,,C +834,0,3,"Augustsson, Mr. Albert",male,23,0,0,347468,7.8542,,S +835,0,3,"Allum, Mr. Owen George",male,18,0,0,2223,8.3,,S +836,1,1,"Compton, Miss. Sara Rebecca",female,39,1,1,PC 17756,83.1583,E49,C +837,0,3,"Pasic, Mr. Jakob",male,21,0,0,315097,8.6625,,S +838,0,3,"Sirota, Mr. Maurice",male,,0,0,392092,8.05,,S +839,1,3,"Chip, Mr. Chang",male,32,0,0,1601,56.4958,,S +840,1,1,"Marechal, Mr. Pierre",male,,0,0,11774,29.7,C47,C +841,0,3,"Alhomaki, Mr. Ilmari Rudolf",male,20,0,0,SOTON/O2 3101287,7.925,,S +842,0,2,"Mudd, Mr. Thomas Charles",male,16,0,0,S.O./P.P. 3,10.5,,S +843,1,1,"Serepeca, Miss. Augusta",female,30,0,0,113798,31,,C +844,0,3,"Lemberopolous, Mr. Peter L",male,34.5,0,0,2683,6.4375,,C +845,0,3,"Culumovic, Mr. Jeso",male,17,0,0,315090,8.6625,,S +846,0,3,"Abbing, Mr. Anthony",male,42,0,0,C.A. 5547,7.55,,S +847,0,3,"Sage, Mr. Douglas Bullen",male,,8,2,CA. 2343,69.55,,S +848,0,3,"Markoff, Mr. Marin",male,35,0,0,349213,7.8958,,C +849,0,2,"Harper, Rev. John",male,28,0,1,248727,33,,S +850,1,1,"Goldenberg, Mrs. Samuel L (Edwiga Grabowska)",female,,1,0,17453,89.1042,C92,C +851,0,3,"Andersson, Master. Sigvard Harald Elias",male,4,4,2,347082,31.275,,S +852,0,3,"Svensson, Mr. Johan",male,74,0,0,347060,7.775,,S +853,0,3,"Boulos, Miss. Nourelain",female,9,1,1,2678,15.2458,,C +854,1,1,"Lines, Miss. Mary Conover",female,16,0,1,PC 17592,39.4,D28,S +855,0,2,"Carter, Mrs. Ernest Courtenay (Lilian Hughes)",female,44,1,0,244252,26,,S +856,1,3,"Aks, Mrs. Sam (Leah Rosen)",female,18,0,1,392091,9.35,,S +857,1,1,"Wick, Mrs. George Dennick (Mary Hitchcock)",female,45,1,1,36928,164.8667,,S +858,1,1,"Daly, Mr. Peter Denis ",male,51,0,0,113055,26.55,E17,S +859,1,3,"Baclini, Mrs. Solomon (Latifa Qurban)",female,24,0,3,2666,19.2583,,C +860,0,3,"Razi, Mr. Raihed",male,,0,0,2629,7.2292,,C +861,0,3,"Hansen, Mr. Claus Peter",male,41,2,0,350026,14.1083,,S +862,0,2,"Giles, Mr. Frederick Edward",male,21,1,0,28134,11.5,,S +863,1,1,"Swift, Mrs. Frederick Joel (Margaret Welles Barron)",female,48,0,0,17466,25.9292,D17,S +864,0,3,"Sage, Miss. Dorothy Edith ""Dolly""",female,,8,2,CA. 2343,69.55,,S +865,0,2,"Gill, Mr. John William",male,24,0,0,233866,13,,S +866,1,2,"Bystrom, Mrs. (Karolina)",female,42,0,0,236852,13,,S +867,1,2,"Duran y More, Miss. Asuncion",female,27,1,0,SC/PARIS 2149,13.8583,,C +868,0,1,"Roebling, Mr. Washington Augustus II",male,31,0,0,PC 17590,50.4958,A24,S +869,0,3,"van Melkebeke, Mr. Philemon",male,,0,0,345777,9.5,,S +870,1,3,"Johnson, Master. Harold Theodor",male,4,1,1,347742,11.1333,,S +871,0,3,"Balkic, Mr. Cerin",male,26,0,0,349248,7.8958,,S +872,1,1,"Beckwith, Mrs. Richard Leonard (Sallie Monypeny)",female,47,1,1,11751,52.5542,D35,S +873,0,1,"Carlsson, Mr. Frans Olof",male,33,0,0,695,5,B51 B53 B55,S +874,0,3,"Vander Cruyssen, Mr. Victor",male,47,0,0,345765,9,,S +875,1,2,"Abelson, Mrs. Samuel (Hannah Wizosky)",female,28,1,0,P/PP 3381,24,,C +876,1,3,"Najib, Miss. Adele Kiamie ""Jane""",female,15,0,0,2667,7.225,,C +877,0,3,"Gustafsson, Mr. Alfred Ossian",male,20,0,0,7534,9.8458,,S +878,0,3,"Petroff, Mr. Nedelio",male,19,0,0,349212,7.8958,,S +879,0,3,"Laleff, Mr. Kristo",male,,0,0,349217,7.8958,,S +880,1,1,"Potter, Mrs. Thomas Jr (Lily Alexenia Wilson)",female,56,0,1,11767,83.1583,C50,C +881,1,2,"Shelley, Mrs. William (Imanita Parrish Hall)",female,25,0,1,230433,26,,S +882,0,3,"Markun, Mr. Johann",male,33,0,0,349257,7.8958,,S +883,0,3,"Dahlberg, Miss. Gerda Ulrika",female,22,0,0,7552,10.5167,,S +884,0,2,"Banfield, Mr. Frederick James",male,28,0,0,C.A./SOTON 34068,10.5,,S +885,0,3,"Sutehall, Mr. Henry Jr",male,25,0,0,SOTON/OQ 392076,7.05,,S +886,0,3,"Rice, Mrs. William (Margaret Norton)",female,39,0,5,382652,29.125,,Q +887,0,2,"Montvila, Rev. Juozas",male,27,0,0,211536,13,,S +888,1,1,"Graham, Miss. Margaret Edith",female,19,0,0,112053,30,B42,S +889,0,3,"Johnston, Miss. Catherine Helen ""Carrie""",female,,1,2,W./C. 6607,23.45,,S +890,1,1,"Behr, Mr. Karl Howell",male,26,0,0,111369,30,C148,C +891,0,3,"Dooley, Mr. Patrick",male,32,0,0,370376,7.75,,Q \ No newline at end of file diff --git a/cli/assets/dataset/iris-csv-example.yml b/cli/assets/dataset/iris-csv-example.yml new file mode 100644 index 000000000..c50d5652c --- /dev/null +++ b/cli/assets/dataset/iris-csv-example.yml @@ -0,0 +1,4 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: iris-csv-example +paths: + - file: azureml://datastores/workspaceblobstore/paths/example-data/iris.csv \ No newline at end of file diff --git a/cli/assets/dataset/local-file.yml b/cli/assets/dataset/local-file.yml new file mode 100644 index 000000000..c0bb393e9 --- /dev/null +++ b/cli/assets/dataset/local-file.yml @@ -0,0 +1,4 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: local-file-example +description: Dataset created from local file. +local_path: data/titanic.csv \ No newline at end of file diff --git a/cli/assets/dataset/local-folder.yml b/cli/assets/dataset/local-folder.yml new file mode 100644 index 000000000..5e40134e5 --- /dev/null +++ b/cli/assets/dataset/local-folder.yml @@ -0,0 +1,4 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: local-folder-example +description: Dataset created from local folder. +local_path: data \ No newline at end of file diff --git a/cli/assets/dataset/public-file-https.yml b/cli/assets/dataset/public-file-https.yml new file mode 100644 index 000000000..c2de5c2ad --- /dev/null +++ b/cli/assets/dataset/public-file-https.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: public-file-https-example +description: Dataset created from a publicly available file using https URL. +paths: + - file: https://azuremlexamples.blob.core.windows.net/datasets/titanic.csv \ No newline at end of file diff --git a/cli/assets/environment/conda-envs/python-ml-basic-cpu.yml b/cli/assets/environment/conda-envs/python-ml-basic-cpu.yml deleted file mode 100644 index 1a00b53c7..000000000 --- a/cli/assets/environment/conda-envs/python-ml-basic-cpu.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: python-ml-basic-cpu -channels: - - conda-forge -dependencies: - - python=3.8 - - pip - - pip: - - numpy - - pandas - - scipy - - scikit-learn - - matplotlib - - xgboost - - lightgbm - - dask - - distributed - - dask-ml - - adlfs - - fastparquet - - pyarrow - - mlflow - - azureml-mlflow - - azureml-dataprep diff --git a/cli/assets/environment/conda-yamls/pydata.yml b/cli/assets/environment/conda-yamls/pydata.yml new file mode 100644 index 000000000..ca5f79904 --- /dev/null +++ b/cli/assets/environment/conda-yamls/pydata.yml @@ -0,0 +1,23 @@ +name: pydata-example +channels: + - conda-forge +dependencies: + - python=3.8 + - pip=21.2.4 + - pip: + - numpy==1.21.2 + - scipy==1.7.1 + - pandas==1.3.0 + - scikit-learn==0.24.2 + - adlfs==2021.9.1 + - fsspec==2021.8.1 + - xgboost==1.4.2 + - lightgbm==3.2.1 + - mlflow==1.20.2 + - azureml-mlflow==1.34.0 + - matplotlib==3.4.3 + - tqdm==4.62.2 + - joblib==1.0.1 + - jupyter==1.0.0 + - ipykernel==6.4.1 + - papermill==2.3.3 diff --git a/cli/assets/environment/docker-context.yml b/cli/assets/environment/docker-context.yml new file mode 100644 index 000000000..1b4095c23 --- /dev/null +++ b/cli/assets/environment/docker-context.yml @@ -0,0 +1,4 @@ +$schema: https://azuremlschemas.azureedge.net/latest/environment.schema.json +name: docker-context-example +build: + local_path: docker-contexts/python-and-pip diff --git a/cli/assets/environment/docker-contexts/python-and-pip/Dockerfile b/cli/assets/environment/docker-contexts/python-and-pip/Dockerfile new file mode 100644 index 000000000..4e1daaf29 --- /dev/null +++ b/cli/assets/environment/docker-contexts/python-and-pip/Dockerfile @@ -0,0 +1,9 @@ +#FROM mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04 +FROM python:3.8 + +# python installs +COPY requirements.txt . +RUN pip install -r requirements.txt && rm requirements.txt + +# set command +CMD ["bash"] diff --git a/cli/assets/environment/docker-contexts/python-and-pip/requirements.txt b/cli/assets/environment/docker-contexts/python-and-pip/requirements.txt new file mode 100644 index 000000000..e447f2891 --- /dev/null +++ b/cli/assets/environment/docker-contexts/python-and-pip/requirements.txt @@ -0,0 +1,25 @@ +# pydata +numpy==1.21.2 +scipy==1.7.1 +pandas==1.3.0 +scikit-learn==0.24.2 +adlfs==2021.9.1 +fsspec==2021.8.1 + +# trees +xgboost==1.4.2 +lightgbm==3.2.1 + +# tracking +mlflow==1.20.2 +azureml-mlflow==1.34.0 + +# visualization +matplotlib==3.4.3 + +# python tools +tqdm==4.62.2 +joblib==1.0.1 +jupyter==1.0.0 +ipykernel==6.4.1 +papermill==2.3.3 diff --git a/cli/assets/environment/docker-image-plus-conda.yml b/cli/assets/environment/docker-image-plus-conda.yml new file mode 100644 index 000000000..382bce798 --- /dev/null +++ b/cli/assets/environment/docker-image-plus-conda.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/environment.schema.json +name: docker-image-plus-conda-example +image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04 +conda_file: conda-yamls/pydata.yml +description: Environment created from a Docker image plus Conda environment. diff --git a/cli/assets/environment/docker-image.yml b/cli/assets/environment/docker-image.yml new file mode 100644 index 000000000..5030e8755 --- /dev/null +++ b/cli/assets/environment/docker-image.yml @@ -0,0 +1,4 @@ +$schema: https://azuremlschemas.azureedge.net/latest/environment.schema.json +name: docker-image-example +image: pytorch/pytorch:latest +description: Environment created from a Docker image. diff --git a/cli/assets/environment/python-ml-basic-cpu.yml b/cli/assets/environment/python-ml-basic-cpu.yml deleted file mode 100644 index 7e455b034..000000000 --- a/cli/assets/environment/python-ml-basic-cpu.yml +++ /dev/null @@ -1,7 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/environment.schema.json -name: python-ml-basic-cpu-example -version: 1 -docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04 -conda_file: file:conda-envs/python-ml-basic-cpu.yml -#description: Environment asset created from a base Docker image plus a Conda environment file. diff --git a/cli/assets/model/lightgbm-iris.yml b/cli/assets/model/lightgbm-iris.yml deleted file mode 100644 index c659782fc..000000000 --- a/cli/assets/model/lightgbm-iris.yml +++ /dev/null @@ -1,5 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/model.schema.json -name: lightgbm-iris-example -version: 1 -local_path: mlflow-models/lightgbm-iris -description: Model asset from local directory. diff --git a/cli/assets/model/local-file.yml b/cli/assets/model/local-file.yml new file mode 100644 index 000000000..63f5d84c7 --- /dev/null +++ b/cli/assets/model/local-file.yml @@ -0,0 +1,4 @@ +$schema: https://azuremlschemas.azureedge.net/latest/model.schema.json +name: local-file-example +local_path: mlflow-model/model.pkl +description: Model created from local file. diff --git a/cli/assets/model/local-mlflow.yml b/cli/assets/model/local-mlflow.yml new file mode 100644 index 000000000..93f046d0e --- /dev/null +++ b/cli/assets/model/local-mlflow.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/model.schema.json +name: local-mlflow-example +local_path: mlflow-model +model_format: mlflow +description: Model created from local MLflow model directory. diff --git a/cli/assets/model/mlflow-model/MLmodel b/cli/assets/model/mlflow-model/MLmodel new file mode 100644 index 000000000..bb07ba193 --- /dev/null +++ b/cli/assets/model/mlflow-model/MLmodel @@ -0,0 +1,18 @@ +artifact_path: model +flavors: + python_function: + env: conda.yaml + loader_module: mlflow.sklearn + model_path: model.pkl + python_version: 3.7.11 + sklearn: + pickled_model: model.pkl + serialization_format: cloudpickle + sklearn_version: 0.24.1 +run_id: a57c2e43-4dcd-4188-944a-839bcba35331 +signature: + inputs: '[{"name": "sepal_length", "type": "double"}, {"name": "sepal_width", "type": + "double"}, {"name": "petal_length", "type": "double"}, {"name": "petal_width", + "type": "double"}]' + outputs: '[{"type": "tensor", "tensor-spec": {"dtype": "object", "shape": [-1]}}]' +utc_time_created: '2021-09-27 22:56:49.962300' diff --git a/cli/assets/model/mlflow-model/conda.yaml b/cli/assets/model/mlflow-model/conda.yaml new file mode 100644 index 000000000..ac80f5ea7 --- /dev/null +++ b/cli/assets/model/mlflow-model/conda.yaml @@ -0,0 +1,11 @@ +channels: +- conda-forge +dependencies: +- python=3.7.11 +- pip +- pip: + - mlflow + - cloudpickle==2.0.0 + - psutil==5.8.0 + - scikit-learn==0.24.1 +name: mlflow-env diff --git a/cli/assets/model/mlflow-model/model.pkl b/cli/assets/model/mlflow-model/model.pkl new file mode 100644 index 000000000..0f4bfd9d5 Binary files /dev/null and b/cli/assets/model/mlflow-model/model.pkl differ diff --git a/cli/assets/model/mlflow-model/requirements.txt b/cli/assets/model/mlflow-model/requirements.txt new file mode 100644 index 000000000..1330a2555 --- /dev/null +++ b/cli/assets/model/mlflow-model/requirements.txt @@ -0,0 +1,4 @@ +mlflow +cloudpickle==2.0.0 +psutil==5.8.0 +scikit-learn==0.24.1 \ No newline at end of file diff --git a/cli/assets/model/mlflow-models/lightgbm-iris/conda.yml b/cli/assets/model/mlflow-models/lightgbm-iris/conda.yml deleted file mode 100644 index 148a5d714..000000000 --- a/cli/assets/model/mlflow-models/lightgbm-iris/conda.yml +++ /dev/null @@ -1,10 +0,0 @@ -channels: -- defaults -- conda-forge -dependencies: -- python=3.8.8 -- pip -- pip: - - mlflow - - lightgbm==3.2.0 -name: mlflow-env diff --git a/cli/assets/workspace/basic-with-existing-resources.yml b/cli/assets/workspace/basic-with-existing-resources.yml deleted file mode 100644 index 6a359d175..000000000 --- a/cli/assets/workspace/basic-with-existing-resources.yml +++ /dev/null @@ -1,11 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json -name: byo-resources-example -location: eastus -storage_account: /subscriptions/""/resourceGroups/""/providers/Microsoft.Storage/storageAccounts/"" -container_registry: /subscriptions/""/resourceGroups/""/providers/Microsoft.ContainerRegistry/registries/"" -key_vault: /subscriptions/""/resourceGroups/""/providers/Microsoft.KeyVault/vaults/"" -app_insights: /subscriptions/""/resourceGroups/""/providers/Microsoft.insights/components/"" -description: A basic Azure Machine Learning workspace example using existing Azure resources -tags: - purpose: demonstration - team: azureml-examples diff --git a/cli/assets/workspace/basic.yml b/cli/assets/workspace/basic.yml deleted file mode 100644 index 33302fa96..000000000 --- a/cli/assets/workspace/basic.yml +++ /dev/null @@ -1,7 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json -name: basic-example -location: eastus -description: A basic Azure Machine Learning workspace example -tags: - purpose: demonstration - team: azureml-examples diff --git a/cli/assets/workspace/customer-managed-key.yml b/cli/assets/workspace/customer-managed-key.yml deleted file mode 100644 index 06246b897..000000000 --- a/cli/assets/workspace/customer-managed-key.yml +++ /dev/null @@ -1,10 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json -name: cmk-example -location: eastus -customer_managed_key: - key_vault: /subscriptions/""/resourceGroups/""/providers/Microsoft.KeyVault/vaults/"" - key_uri: https://<"YOUR_KEY_VAULT>".vault.azure.net/keys/<"???">/<"???"> -description: A basic Azure Machine Learning workspace example using customer-managed keys -tags: - purpose: demonstration - team: azureml-examples diff --git a/cli/assets/workspace/high-business-impact.yml b/cli/assets/workspace/high-business-impact.yml deleted file mode 100644 index 7ca68dad2..000000000 --- a/cli/assets/workspace/high-business-impact.yml +++ /dev/null @@ -1,8 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json -name: hbi-ws -location: eastus -hbi_workspace: true -description: A basic Azure Machine Learning workspace example with the high business impact flag enabled -tags: - purpose: demonstration - team: azureml-examples diff --git a/cli/assets/workspace/minimal.yml b/cli/assets/workspace/minimal.yml deleted file mode 100644 index 1d14db54f..000000000 --- a/cli/assets/workspace/minimal.yml +++ /dev/null @@ -1,2 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json -name: minimal-example diff --git a/cli/assets/workspace/private-endpoint-multiple.yml b/cli/assets/workspace/private-endpoint-multiple.yml deleted file mode 100644 index b59298c28..000000000 --- a/cli/assets/workspace/private-endpoint-multiple.yml +++ /dev/null @@ -1,22 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json -name: private-endpoint-multiple-example -location: eastus -private_endpoints: - approval_type: ManualApproval - connections: - my-endpoint1: - subscription_id: "" - resource_group: "" - location: eastus - vnet_name: "" - subnet_name: "" - my-endpoint2: - subscription_id: "" - resource_group: "" - location: eastus - vnet_name: "" - subnet_name: "" -description: A basic Azure Machine Learning workspace example with multiple private endpoints -tags: - purpose: demonstration - team: azureml-examples diff --git a/cli/assets/workspace/private-endpoint.yml b/cli/assets/workspace/private-endpoint.yml deleted file mode 100644 index 4ada1191c..000000000 --- a/cli/assets/workspace/private-endpoint.yml +++ /dev/null @@ -1,16 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json -name: private-endpoint-example -location: eastus -private_endpoints: - approval_type: AutoApproval - connections: - my-endpoint: - subscription_id: "" - resource_group: "" - location: eastus - vnet_name: "" - subnet_name: "" -description: A basic Azure Machine Learning workspace example with a private endpoint -tags: - purpose: demonstration - team: azureml-examples diff --git a/cli/batch-score-rest.sh b/cli/batch-score-rest.sh new file mode 100644 index 000000000..c010a75aa --- /dev/null +++ b/cli/batch-score-rest.sh @@ -0,0 +1,297 @@ +# +SUBSCRIPTION_ID=$(az account show --query id | tr -d '\r"') +RESOURCE_GROUP=$(az group show --query name | tr -d '\r"') +WORKSPACE=$(az configure -l | jq -r '.[] | select(.name=="workspace") | .value') + +LOCATION=$(az ml workspace show| jq -r '.location') + +API_VERSION="2021-10-01" + +TOKEN=$(az account get-access-token --query accessToken -o tsv) +# + +# +export ENDPOINT_NAME=endpt-`echo $RANDOM` +# + +echo "Using: SUBSCRIPTION_ID: $SUBSCRIPTION_ID LOCATION: $LOCATION RESOURCE_GROUP: $RESOURCE_GROUP WORKSPACE: $WORKSPACE ENDPOINT_NAME: $ENDPOINT_NAME" + +# +wait_for_completion () { + operation_id=$1 + access_token=$2 + status="unknown" + + while [[ $status != "Completed" && $status != "Succeeded" && $status != "Failed" && $status != "Canceled" ]] + do + echo "Getting operation status from: $operation_id" + operation_result=$(curl --location --request GET $operation_id --header "Authorization: Bearer $access_token") + # TODO error handling here + status=$(echo $operation_result | jq -r '.status') + if [[ -z $status || $status == "null" ]] + then + status=$(echo $operation_result | jq -r '.properties.status') + fi + + # Fail early if job submission failed and there is nothing to poll on + if [[ -z $status || $status == "null" ]] + then + echo "No status found on operation, setting to failed." + status="Failed" + fi + + echo "Current operation status: $status" + sleep 10 + done + + if [[ $status == "Failed" ]] + then + error=$(echo $operation_result | jq -r '.error') + echo "Error: $error" + fi +} +# + +# +# Get values for storage account +response=$(curl --location --request GET "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/datastores?api-version=$API_VERSION&isDefault=true" \ +--header "Authorization: Bearer $TOKEN") +DATASTORE_PATH=$(echo $response | jq -r '.value[0].id') +BLOB_URI_PROTOCOL=$(echo $response | jq -r '.value[0].properties.protocol') +BLOB_URI_ENDPOINT=$(echo $response | jq -r '.value[0].properties.endpoint') +AZUREML_DEFAULT_DATASTORE=$(echo $response | jq -r '.value[0].name') +AZUREML_DEFAULT_CONTAINER=$(echo $response | jq -r '.value[0].properties.containerName') +AZURE_STORAGE_ACCOUNT=$(echo $response | jq -r '.value[0].properties.accountName') +export AZURE_STORAGE_ACCOUNT $(echo $AZURE_STORAGE_ACCOUNT) +STORAGE_RESPONSE=$(echo az storage account show-connection-string --name $AZURE_STORAGE_ACCOUNT) +AZURE_STORAGE_CONNECTION_STRING=$($STORAGE_RESPONSE | jq -r '.connectionString') + +BLOB_URI_ROOT="$BLOB_URI_PROTOCOL://$AZURE_STORAGE_ACCOUNT.blob.$BLOB_URI_ENDPOINT/$AZUREML_DEFAULT_CONTAINER" +# + +# +az storage blob upload-batch -d $AZUREML_DEFAULT_CONTAINER/score -s endpoints/batch/mnist/code/ --connection-string $AZURE_STORAGE_CONNECTION_STRING +# + +# +response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/codes/score-mnist/versions/1?api-version=$API_VERSION" \ +--header "Authorization: Bearer $TOKEN" \ +--header "Content-Type: application/json" \ +--data-raw "{ + \"properties\": { + \"description\": \"Score code\", + \"codeUri\": \"$BLOB_URI_ROOT/score\" + } +}") +# + +# +az storage blob upload-batch -d $AZUREML_DEFAULT_CONTAINER/model -s endpoints/batch/mnist/model --connection-string $AZURE_STORAGE_CONNECTION_STRING +# + +# +response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/models/mnist/versions/1?api-version=$API_VERSION" \ +--header "Authorization: Bearer $TOKEN" \ +--header "Content-Type: application/json" \ +--data-raw "{ + \"properties\": { + \"modelUri\":\"azureml://subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/workspaces/$WORKSPACE/datastores/$AZUREML_DEFAULT_DATASTORE/paths/model\" + } +}") +# + +# +CONDA_FILE=$(cat endpoints/batch/mnist/environment/conda.json | sed 's/"/\\"/g') +# +# +ENV_VERSION=$RANDOM +response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/environments/mnist-env/versions/$ENV_VERSION?api-version=$API_VERSION" \ +--header "Authorization: Bearer $TOKEN" \ +--header "Content-Type: application/json" \ +--data-raw "{ + \"properties\":{ + \"condaFile\": $(echo \"$CONDA_FILE\"), + \"image\": \"mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:latest\" + } +}") +# + +# +response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/computes/batch-cluster?api-version=$API_VERSION" \ +--header "Authorization: Bearer $TOKEN" \ +--header "Content-Type: application/json" \ +--data-raw "{ + \"properties\":{ + \"computeType\": \"AmlCompute\", + \"properties\": { + \"osType\": \"Linux\", + \"vmSize\": \"STANDARD_D2_V2\", + \"scaleSettings\": { + \"maxNodeCount\": 5, + \"minNodeCount\": 0 + }, + \"remoteLoginPortPublicAccess\": \"NotSpecified\" + }, + }, + \"location\": \"$LOCATION\" +}") +# + +# +response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/batchEndpoints/$ENDPOINT_NAME?api-version=$API_VERSION" \ +--header "Content-Type: application/json" \ +--header "Authorization: Bearer $TOKEN" \ +--data-raw "{ + \"properties\": { + \"authMode\": \"aadToken\" + }, + \"location\": \"$LOCATION\" +}") +# + +operation_id=$(echo $response | jq -r '.properties' | jq -r '.properties' | jq -r '.AzureAsyncOperationUri') +wait_for_completion $operation_id $TOKEN + +# +DEPLOYMENT_NAME="nonmlflowedp" +response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/batchEndpoints/$ENDPOINT_NAME/deployments/$DEPLOYMENT_NAME?api-version=$API_VERSION" \ +--header "Content-Type: application/json" \ +--header "Authorization: Bearer $TOKEN" \ +--data-raw "{ + \"location\": \"$LOCATION\", + \"properties\": { + \"model\": { + \"referenceType\": \"Id\", + \"assetId\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/models/mnist/versions/1\" + }, + \"codeConfiguration\": { + \"codeId\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/codes/score-mnist/versions/1\", + \"scoringScript\": \"digit_identification.py\" + }, + \"environmentId\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/environments/mnist-env/versions/$ENV_VERSION\", + \"compute\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/computes/batch-cluster\", + \"resources\": { + \"instanceCount\": 1 + }, + \"maxConcurrencyPerInstance\": \"4\", + \"retrySettings\": { + \"maxRetries\": 3, + \"timeout\": \"PT30S\" + }, + \"errorThreshold\": \"10\", + \"loggingLevel\": \"info\", + \"miniBatchSize\": \"5\", + } +}") +# +operation_id=$(echo $response | jq -r '.properties.properties.AzureAsyncOperationUri') +wait_for_completion $operation_id $TOKEN + +# +response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/batchEndpoints/$ENDPOINT_NAME?api-version=$API_VERSION" \ +--header "Content-Type: application/json" \ +--header "Authorization: Bearer $TOKEN" \ +--data-raw "{ + \"properties\": { + \"authMode\": \"aadToken\", + \"defaults\": { + \"deploymentName\": \"$DEPLOYMENT_NAME\" + } + }, + \"location\": \"$LOCATION\" +}") + +operation_id=$(echo $response | jq -r '.properties' | jq -r '.properties' | jq -r '.AzureAsyncOperationUri') +wait_for_completion $operation_id $TOKEN +# + +# +response=$(curl --location --request GET "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/batchEndpoints/$ENDPOINT_NAME?api-version=$API_VERSION" \ +--header "Content-Type: application/json" \ +--header "Authorization: Bearer $TOKEN") + +# +SCORING_URI=$(echo $response | jq -r '.properties.scoringUri') +# + +# +SCORING_TOKEN=$(az account get-access-token --resource https://ml.azure.com --query accessToken -o tsv) +# + +# +response=$(curl --location --request POST $SCORING_URI \ +--header "Authorization: Bearer $SCORING_TOKEN" \ +--header "Content-Type: application/json" \ +--data-raw "{ + \"properties\": { + \"dataset\": { + \"dataInputType\": \"DataUrl\", + \"Path\": \"https://pipelinedata.blob.core.windows.net/sampledata/mnist\" + } + } +}") + +JOB_ID=$(echo $response | jq -r '.id') +JOB_ID_SUFFIX=$(echo ${JOB_ID##/*/}) + +# + +# +wait_for_completion $SCORING_URI/$JOB_ID_SUFFIX $SCORING_TOKEN +# + +# +DATASET_NAME="mnist" +DATASET_VERSION=$RANDOM + +response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/datasets/$DATASET_NAME/versions/$DATASET_VERSION?api-version=$API_VERSION" \ +--header "Content-Type: application/json" \ +--header "Authorization: Bearer $TOKEN" \ +--data-raw "{ + \"properties\": { + \"paths\": [ + { + \"folder\": \"https://pipelinedata.blob.core.windows.net/sampledata/mnist\" + } + ] + } +}") +# + +# +export OUTPUT_FILE_NAME=predictions_`echo $RANDOM`.csv +# + +# +response=$(curl --location --request POST $SCORING_URI \ +--header "Authorization: Bearer $SCORING_TOKEN" \ +--header "Content-Type: application/json" \ +--data-raw "{ + \"properties\": { + \"dataset\": { + \"dataInputType\": \"DatasetVersion\", + \"datasetName\": \"$DATASET_NAME\", + \"datasetVersion\": \"$DATASET_VERSION\" + }, + \"outputDataset\": { + \"datastoreId\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/datastores/workspaceblobstore\", + \"path\": \"$ENDPOINT_NAME\" + }, + \"outputFileName\": \"$OUTPUT_FILE_NAME\" + } +}") +# + +JOB_ID=$(echo $response | jq -r '.id') +JOB_ID_SUFFIX=$(echo ${JOB_ID##/*/}) + +# +wait_for_completion $SCORING_URI/$JOB_ID_SUFFIX $SCORING_TOKEN +# +# + +# +curl --location --request DELETE "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/batchEndpoints/$ENDPOINT_NAME?api-version=$API_VERSION" \ +--header "Content-Type: application/json" \ +--header "Authorization: Bearer $TOKEN" || true +# diff --git a/cli/batch-score.sh b/cli/batch-score.sh index e77c65890..08f2066c5 100644 --- a/cli/batch-score.sh +++ b/cli/batch-score.sh @@ -1,33 +1,50 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. +set -e + +# +export ENDPOINT_NAME="" +# + +export ENDPOINT_NAME=endpt-`echo $RANDOM` + +# +az ml compute create -n batch-cluster --type amlcompute --min-instances 0 --max-instances 5 +# # -az ml endpoint create --type batch --file endpoints/batch/create-batch-endpoint.yml +az ml batch-endpoint create --name $ENDPOINT_NAME # +# +az ml batch-deployment create --name nonmlflowdp --endpoint-name $ENDPOINT_NAME --file endpoints/batch/nonmlflow-deployment.yml --set-default +# + # -az ml endpoint show --name mybatchedp --type batch +az ml batch-endpoint show --name $ENDPOINT_NAME # +# +az ml batch-deployment show --name nonmlflowdp --endpoint-name $ENDPOINT_NAME +# + # -job_name=$(az ml endpoint invoke --name mybatchedp --type batch --input-path https://pipelinedata.blob.core.windows.net/sampledata/nytaxi/taxi-tip-data.csv --query name -o tsv) +JOB_NAME=$(az ml batch-endpoint invoke --name $ENDPOINT_NAME --input-path folder:https://pipelinedata.blob.core.windows.net/sampledata/mnist --query name -o tsv) # # -az ml job show -n $job_name --web +az ml job show -n $JOB_NAME --web # # -az ml job stream -n $job_name +az ml job stream -n $JOB_NAME # # -status=$(az ml job show -n $job_name --query status -o tsv) -echo $status -if [[ $status == "Completed" ]] +STATUS=$(az ml job show -n $JOB_NAME --query status -o tsv) +echo $STATUS +if [[ $STATUS == "Completed" ]] then echo "Job completed" -elif [[ $status == "Failed" ]] +elif [[ $STATUS == "Failed" ]] then echo "Job failed" exit 1 @@ -37,21 +54,22 @@ else fi # -# -job_name=$(az ml endpoint invoke --name mybatchedp --type batch --input-path https://pipelinedata.blob.core.windows.net/sampledata/nytaxi/taxi-tip-data.csv --output-datastore azureml:workspaceblobstore --output-path myoutput --set output_file_name=mypredictions.csv --query name -o tsv) -# +# +export OUTPUT_FILE_NAME=predictions_`echo $RANDOM`.csv +JOB_NAME=$(az ml batch-endpoint invoke --name $ENDPOINT_NAME --input-path folder:https://pipelinedata.blob.core.windows.net/sampledata/mnist --output-path folder:azureml://datastores/workspaceblobstore/paths/$ENDPOINT_NAME --set output_file_name=$OUTPUT_FILE_NAME --mini-batch-size 20 --instance-count 5 --query name -o tsv) +# # -az ml job stream -n $job_name +az ml job stream -n $JOB_NAME # # -status=$(az ml job show -n $job_name --query status -o tsv) -echo $status -if [[ $status == "Completed" ]] +STATUS=$(az ml job show -n $JOB_NAME --query status -o tsv) +echo $STATUS +if [[ $STATUS == "Completed" ]] then echo "Job completed" -elif [[ $status == "Failed" ]] +elif [[ $STATUS == "Failed" ]] then echo "Job failed" exit 1 @@ -61,29 +79,61 @@ else fi # -# -az ml endpoint update --name mybatchedp --type batch --deployment-file endpoints/batch/add-deployment.yml -# +# +az ml batch-deployment list-jobs --name nonmlflowdp --endpoint-name $ENDPOINT_NAME --query [].name +# -# -az ml endpoint update --name mybatchedp --type batch --traffic mnist-deployment:100 -# +# +az ml batch-deployment create --name mlflowdp --endpoint-name $ENDPOINT_NAME --file endpoints/batch/mlflow-deployment.yml +# -# -job_name=$(az ml endpoint invoke --name mybatchedp --type batch --input-path https://pipelinedata.blob.core.windows.net/sampledata/mnist --mini-batch-size 10 --instance-count 2 --set retry_settings.max_retries=1 --query name -o tsv) -# +# +JOB_NAME=$(az ml batch-endpoint invoke --name $ENDPOINT_NAME --deployment-name mlflowdp --input-path file:https://pipelinedata.blob.core.windows.net/sampledata/nytaxi/taxi-tip-data.csv --query name -o tsv) + +# +az ml job show -n $JOB_NAME --web +# # -az ml job stream -n $job_name +az ml job stream -n $JOB_NAME # # -status=$(az ml job show -n $job_name --query status -o tsv) -echo $status -if [[ $status == "Completed" ]] +STATUS=$(az ml job show -n $JOB_NAME --query status -o tsv) +echo $STATUS +if [[ $STATUS == "Completed" ]] then echo "Job completed" -elif [[ $status == "Failed" ]] +elif [[ $STATUS == "Failed" ]] +then + echo "Job failed" + exit 1 +else + echo "Job status not failed or completed" + exit 2 +fi +# +# + +# +az ml batch-endpoint update --name $ENDPOINT_NAME --defaults deployment_name=mlflowdp +# + +# +JOB_NAME=$(az ml batch-endpoint invoke --name $ENDPOINT_NAME --input-path file:https://pipelinedata.blob.core.windows.net/sampledata/nytaxi/taxi-tip-data.csv --query name -o tsv) +# + +# +az ml job stream -n $JOB_NAME +# + +# +STATUS=$(az ml job show -n $JOB_NAME --query status -o tsv) +echo $STATUS +if [[ $STATUS == "Completed" ]] +then + echo "Job completed" +elif [[ $STATUS == "Failed" ]] then echo "Job failed" exit 1 @@ -94,24 +144,73 @@ fi # # -scoring_uri=$(az ml endpoint show --name mybatchedp --type batch --query scoring_uri -o tsv) +SCORING_URI=$(az ml batch-endpoint show --name $ENDPOINT_NAME --query scoring_uri -o tsv) # # -auth_token=$(az account get-access-token --resource https://ml.azure.com --query accessToken -o tsv) +AUTH_TOKEN=$(az account get-access-token --resource https://ml.azure.com --query accessToken -o tsv) # # -curl --location --request POST "$scoring_uri" --header "Authorization: Bearer $auth_token" --header 'Content-Type: application/json' --data-raw '{ -"properties": { - "dataset": { - "dataInputType": "DataUrl", - "Path": "https://pipelinedata.blob.core.windows.net/sampledata/mnist" +RESPONSE=$(curl --location --request POST "$SCORING_URI" \ +--header "Authorization: Bearer $AUTH_TOKEN" \ +--header "Content-Type: application/json" \ +--data-raw "{ + \"properties\": { + \"dataset\": { + \"dataInputType\": \"DataUrl\", + \"Path\": \"https://pipelinedata.blob.core.windows.net/sampledata/nytaxi/taxi-tip-data.csv\" } } -}' +}") # -# -az ml endpoint list-jobs --name mybatchedp --type batch -# +# +# define how to wait +wait_for_completion () { + operation_id=$1 + access_token=$2 + status="unknown" + + while [[ $status != "Completed" && $status != "Succeeded" && $status != "Failed" && $status != "Canceled" ]] + do + echo "Getting operation status from: $operation_id" + operation_result=$(curl --location --request GET $operation_id --header "Authorization: Bearer $access_token") + # TODO error handling here + status=$(echo $operation_result | jq -r '.status') + if [[ -z $status || $status == "null" ]] + then + status=$(echo $operation_result | jq -r '.properties.status') + fi + + # Fail early if job submission failed and there is nothing to poll on + if [[ -z $status || $status == "null" ]] + then + echo "No status found on operation, setting to failed." + status="Failed" + fi + + echo "Current operation status: $status" + sleep 10 + done + + if [[ $status == "Failed" ]] + then + error=$(echo $operation_result | jq -r '.error') + echo "Error: $error" + fi +} + +# get job from invoke response and wait for completion +JOB_ID=$(echo $RESPONSE | jq -r '.id') +JOB_ID_SUFFIX=$(echo ${JOB_ID##/*/}) +wait_for_completion $SCORING_URI/$JOB_ID_SUFFIX $AUTH_TOKEN +# + +# +az ml batch-deployment delete --name nonmlflowdp --endpoint-name $ENDPOINT_NAME --yes +# + +# +az ml batch-endpoint delete --name $ENDPOINT_NAME --yes +# \ No newline at end of file diff --git a/cli/cleanup.sh b/cli/cleanup.sh index b1ee63f36..ec56a13f9 100644 --- a/cli/cleanup.sh +++ b/cli/cleanup.sh @@ -1,8 +1,14 @@ -ENDPOINT_LIST=$(az ml endpoint list --query "[*].[name]" -o tsv) +ENDPOINT_LIST=$(az ml online-endpoint list --query "[*].[name]" -o tsv) echo $ENDPOINT_LIST for val in $ENDPOINT_LIST; do echo deleting $val - `az ml endpoint delete -n "$val" --yes --no-wait` + `az ml online-endpoint delete -n "$val" --yes --no-wait` +done +ENDPOINT_LIST=$(az ml batch-endpoint list --query "[*].[name]" -o tsv) +echo $ENDPOINT_LIST +for val in $ENDPOINT_LIST; do + echo deleting $val + `az ml batch-endpoint delete -n "$val" --yes --no-wait` done STORAGE_ACCOUNT_LIST=$(az storage account list --query "[*].[name]" -o tsv) echo $STORAGE_ACCOUNT_LIST diff --git a/cli/create-compute-extras.sh b/cli/create-compute-extras.sh deleted file mode 100644 index d0124938d..000000000 --- a/cli/create-compute-extras.sh +++ /dev/null @@ -1,5 +0,0 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - -# compute for Dask jobs -az ml compute create -n cpu-cluster-lg --type amlcompute --min-instances 0 --max-instances 40 --size Standard_DS15_v2 diff --git a/cli/create-compute.sh b/cli/create-compute.sh deleted file mode 100644 index 0665e79ed..000000000 --- a/cli/create-compute.sh +++ /dev/null @@ -1,8 +0,0 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - -# -az ml compute create -n cpu-cluster --type amlcompute --min-instances 0 --max-instances 10 -az ml compute create -n gpu-cluster --type amlcompute --min-instances 0 --max-instances 4 --size Standard_NC12 -# - diff --git a/cli/deploy-declarative-safe-rollout-online-endpoints.sh b/cli/deploy-declarative-safe-rollout-online-endpoints.sh deleted file mode 100644 index e0bf95b01..000000000 --- a/cli/deploy-declarative-safe-rollout-online-endpoints.sh +++ /dev/null @@ -1,82 +0,0 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - -set -e - -# -export ENDPOINT_NAME="" -# - -export ENDPOINT_NAME=endpt-`echo $RANDOM` - -#create the endpoint -az ml endpoint create -n $ENDPOINT_NAME -f endpoints/online/managed/canary-declarative-flow/1-create-endpoint-with-blue.yml - -#check if create was successful -endpoint_status=`az ml endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` -echo $endpoint_status -if [[ $endpoint_status == "Succeeded" ]] -then - echo "Endpoint created successfully" -else - echo "Endpoint creation failed" - exit 1 -fi - -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='blue'].provisioning_state" -o tsv` -echo $deploy_status -if [[ $deploy_status == "Succeeded" ]] -then - echo "Deployment completed successfully" -else - echo "Deployment failed" - exit 1 -fi - -# -az ml endpoint update -n $ENDPOINT_NAME -f endpoints/online/managed/canary-declarative-flow/2-scale-blue.yml -# - -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='blue'].provisioning_state" -o tsv` -echo $deploy_status -if [[ $deploy_status == "Succeeded" ]] -then - echo "Deployment updated successfully" -else - echo "Deployment failed" - exit 1 -fi - -# -az ml endpoint update -n $ENDPOINT_NAME -f endpoints/online/managed/canary-declarative-flow/3-create-green.yml -# - -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='green'].provisioning_state" -o tsv` -echo $deploy_status -if [[ $deploy_status == "Succeeded" ]] -then - echo "Deployment completed successfully" -else - echo "Deployment failed" - exit 1 -fi - -# -az ml endpoint invoke --name $ENDPOINT_NAME --deployment green --request-file endpoints/online/model-2/sample-request.json -# - -# -az ml endpoint update -n $ENDPOINT_NAME -f endpoints/online/managed/canary-declarative-flow/4-flight-green.yml -# - -# -az ml endpoint update -n $ENDPOINT_NAME -f endpoints/online/managed/canary-declarative-flow/5-full-green.yml -# - -# -az ml endpoint update -n $ENDPOINT_NAME -f endpoints/online/managed/canary-declarative-flow/6-delete-blue.yml -# - -# -az ml endpoint delete -n $ENDPOINT_NAME --yes --no-wait -# \ No newline at end of file diff --git a/cli/deploy-imperative-safe-rollout-online-endpoints.sh b/cli/deploy-imperative-safe-rollout-online-endpoints.sh deleted file mode 100644 index a2427b24a..000000000 --- a/cli/deploy-imperative-safe-rollout-online-endpoints.sh +++ /dev/null @@ -1,55 +0,0 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. -set -e - - -# -export ENDPOINT_NAME="" -# - -# endpoint name -export ENDPOINT_NAME=endpt-`echo $RANDOM` - -# -az ml endpoint create --name $ENDPOINT_NAME -f endpoints/online/managed/canary-imperative-flow/1-create-endpoint.yml -# - -# -az ml endpoint update --name $ENDPOINT_NAME --deployment blue --deployment-file endpoints/online/managed/canary-imperative-flow/2-create-blue.yml -# - -# -az ml endpoint update --name $ENDPOINT_NAME --traffic "blue:100" -# - -# -az ml endpoint invoke --name $ENDPOINT_NAME --request-file endpoints/online/model-1/sample-request.json -# - -# -az ml endpoint update --name $ENDPOINT_NAME --deployment blue --deployment-file endpoints/online/managed/canary-imperative-flow/2-create-blue.yml -# - -# -az ml endpoint update --name $ENDPOINT_NAME --deployment-file endpoints/online/managed/canary-imperative-flow/3-create-green.yml --traffic "blue:100,green:0" -# - -# -az ml endpoint invoke --name $ENDPOINT_NAME --deployment green --request-file endpoints/online/model-2/sample-request.json -# - -# -az ml endpoint update --name $ENDPOINT_NAME --traffic "blue:90,green:10" -# - -# -az ml endpoint update --name $ENDPOINT_NAME --traffic "blue:0,green:100" -# - -# -az ml endpoint delete --name $ENDPOINT_NAME --deployment blue --yes -# - -# -az ml endpoint delete --name $ENDPOINT_NAME --yes --no-wait -# \ No newline at end of file diff --git a/cli/deploy-local-endpoint.sh b/cli/deploy-local-endpoint.sh new file mode 100644 index 000000000..8112c9576 --- /dev/null +++ b/cli/deploy-local-endpoint.sh @@ -0,0 +1,58 @@ +set -e + +# +export ENDPOINT_NAME="" +# + +export ENDPOINT_NAME=endpt-`echo $RANDOM` + +# +az ml online-endpoint create --local -n $ENDPOINT_NAME -f endpoints/online/managed/sample/endpoint.yml +# + +# +az ml online-deployment create --local -n blue --endpoint $ENDPOINT_NAME -f endpoints/online/managed/sample/blue-deployment.yml +# + +# +az ml online-endpoint show -n $ENDPOINT_NAME --local +# + +# check if create was successful +endpoint_status=`az ml online-endpoint show --local --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` +echo $endpoint_status +if [[ $endpoint_status == "Succeeded" ]] +then + echo "Endpoint created successfully" +else + echo "Endpoint creation failed" + exit 1 +fi + +deploy_status=`az ml online-deployment show --local --name blue --endpoint $ENDPOINT_NAME --query "provisioning_state" -o tsv` +echo $deploy_status +if [[ $deploy_status == "Succeeded" ]] +then + echo "Deployment completed successfully" +else + echo "Deployment failed" + exit 1 +fi + +# +az ml online-endpoint invoke --local --name $ENDPOINT_NAME --request-file endpoints/online/model-1/sample-request.json +# + +# +SCORING_URI=$(az ml online-endpoint show --local -n $ENDPOINT_NAME -o tsv --query scoring_uri) + +curl --request POST "$SCORING_URI" --header 'Content-Type: application/json' --data @endpoints/online/model-1/sample-request.json +# + +# +az ml online-deployment get-logs --local -n blue --endpoint $ENDPOINT_NAME +# + +# +az ml online-endpoint delete --local --name $ENDPOINT_NAME --yes --no-wait +# \ No newline at end of file diff --git a/cli/deploy-managed-online-endpoint-access-resource-sai.sh b/cli/deploy-managed-online-endpoint-access-resource-sai.sh old mode 100644 new mode 100755 index 7c4913009..2d704eea3 --- a/cli/deploy-managed-online-endpoint-access-resource-sai.sh +++ b/cli/deploy-managed-online-endpoint-access-resource-sai.sh @@ -1,5 +1,3 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. set -e # @@ -40,15 +38,12 @@ az storage blob upload --account-name $STORAGE_ACCOUNT_NAME --container-name $ST # # -az ml endpoint create --name $ENDPOINT_NAME -f endpoints/online/managed/managed-identities/1-sai-create-endpoint.yml +az ml online-endpoint create --name $ENDPOINT_NAME -f endpoints/online/managed/managed-identities/1-sai-create-endpoint.yml # +endpoint_status=`az ml online-endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` -# -az ml endpoint show --name $ENDPOINT_NAME -# - -endpoint_status=`az ml endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` echo $endpoint_status + if [[ $endpoint_status == "Succeeded" ]] then echo "Endpoint created successfully" @@ -57,26 +52,30 @@ else exit 1 fi +# +az ml online-endpoint show --name $ENDPOINT_NAME +# + # role assignment fails without sleep statement sleep 60 # -system_identity=`az ml endpoint show --name $ENDPOINT_NAME --query "identity.principal_id" -o tsv` +system_identity=`az ml online-endpoint show --name $ENDPOINT_NAME --query "identity.principal_id" -o tsv` # # -az role assignment create --assignee $system_identity --role "Storage Blob Data Reader" --scope $storage_id +az role assignment create --assignee-object-id $system_identity --assignee-principal-type ServicePrincipal --role "Storage Blob Data Reader" --scope $storage_id # # -az ml endpoint update --name $ENDPOINT_NAME --deployment blue --file endpoints/online/managed/managed-identities/2-sai-deployment.yml --set deployments[0].environment_variables.STORAGE_ACCOUNT_NAME=$STORAGE_ACCOUNT_NAME deployments[0].environment_variables.STORAGE_CONTAINER_NAME=$STORAGE_CONTAINER_NAME deployments[0].environment_variables.FILE_NAME=$FILE_NAME +az ml online-deployment create --endpoint-name $ENDPOINT_NAME --all-traffic --name blue --file endpoints/online/managed/managed-identities/2-sai-deployment.yml --set environment_variables.STORAGE_ACCOUNT_NAME=$STORAGE_ACCOUNT_NAME environment_variables.STORAGE_CONTAINER_NAME=$STORAGE_CONTAINER_NAME environment_variables.FILE_NAME=$FILE_NAME # # -az ml endpoint show --name $ENDPOINT_NAME +az ml online-deployment show --endpoint-name $ENDPOINT_NAME --name blue # -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='blue'].provisioning_state" -o tsv` +deploy_status=`az ml online-deployment show --endpoint-name $ENDPOINT_NAME --name blue --query "provisioning_state" -o tsv` echo $deploy_status if [[ $deploy_status == "Succeeded" ]] then @@ -88,15 +87,15 @@ fi # # Check deployment logs to confirm blob storage file contents read operation success. -az ml endpoint get-logs --name $ENDPOINT_NAME --deployment blue +az ml online-deployment get-logs --endpoint-name $ENDPOINT_NAME --name blue # # -az ml endpoint invoke --name $ENDPOINT_NAME --request-file endpoints/online/model-1/sample-request.json +az ml online-endpoint invoke --name $ENDPOINT_NAME --request-file endpoints/online/model-1/sample-request.json # # -az ml endpoint delete --name $ENDPOINT_NAME --yes +az ml online-endpoint delete --name $ENDPOINT_NAME --yes # # diff --git a/cli/deploy-managed-online-endpoint-access-resource-uai.sh b/cli/deploy-managed-online-endpoint-access-resource-uai.sh old mode 100644 new mode 100755 index c86b2e2b3..aaf52cd11 --- a/cli/deploy-managed-online-endpoint-access-resource-uai.sh +++ b/cli/deploy-managed-online-endpoint-access-resource-uai.sh @@ -1,5 +1,3 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. set -e # @@ -54,6 +52,7 @@ az storage blob upload --account-name $STORAGE_ACCOUNT_NAME --container-name $ST # uai_clientid=`az identity list --query "[?name=='$UAI_NAME'].clientId" -o tsv` +uai_principalid=`az identity list --query "[?name=='$UAI_NAME'].principalId" -o tsv` # # @@ -61,34 +60,42 @@ uai_id=`az identity list --query "[?name=='$UAI_NAME'].id" -o tsv` # # -container_registry=`az ml workspace show --workspace-name $WORKSPACE --query container_registry -o tsv` +container_registry=`az ml workspace show --name $WORKSPACE --query container_registry -o tsv` # # -storage_account=`az ml workspace show --workspace-name $WORKSPACE --query storage_account -o tsv` +storage_account=`az ml workspace show --name $WORKSPACE --query storage_account -o tsv` # # -az role assignment create --assignee $uai_clientid --role "Storage Blob Data Reader" --scope $storage_id +az role assignment create --assignee-object-id $uai_principalid --assignee-principal-type ServicePrincipal --role "Storage Blob Data Reader" --scope $storage_id # # -az role assignment create --assignee $uai_clientid --role "AcrPull" --scope $container_registry +az role assignment create --assignee-object-id $uai_principalid --assignee-principal-type ServicePrincipal --role "AcrPull" --scope $container_registry # # -az role assignment create --assignee $uai_clientid --role "Storage Blob Data Reader" --scope $storage_account +az role assignment create --assignee-object-id $uai_principalid --assignee-principal-type ServicePrincipal --role "Storage Blob Data Reader" --scope $storage_account # # -az ml endpoint create --name $ENDPOINT_NAME -f endpoints/online/managed/managed-identities/1-uai-create-endpoint-with-deployment.yml --set deployments[0].environment_variables.STORAGE_ACCOUNT_NAME=$STORAGE_ACCOUNT_NAME deployments[0].environment_variables.STORAGE_CONTAINER_NAME=$STORAGE_CONTAINER_NAME deployments[0].environment_variables.FILE_NAME=$FILE_NAME deployments[0].environment_variables.UAI_CLIENT_ID=$uai_clientid identity.user_assigned_identities[0].resource_id=$uai_id +az ml online-endpoint create --name $ENDPOINT_NAME -f endpoints/online/managed/managed-identities/1-uai-create-endpoint.yml --set identity.user_assigned_identities[0].resource_id=$uai_id # # -az ml endpoint show --name $ENDPOINT_NAME +az ml online-endpoint show --name $ENDPOINT_NAME # -endpoint_status=`az ml endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` +# +az ml online-deployment create --endpoint-name $ENDPOINT_NAME --all-traffic --name blue -f endpoints/online/managed/managed-identities/2-uai-deployment.yml --set environment_variables.STORAGE_ACCOUNT_NAME=$STORAGE_ACCOUNT_NAME environment_variables.STORAGE_CONTAINER_NAME=$STORAGE_CONTAINER_NAME environment_variables.FILE_NAME=$FILE_NAME environment_variables.UAI_CLIENT_ID=$uai_clientid +# + +# +az ml online-deployment show --endpoint-name $ENDPOINT_NAME -n blue +# + +endpoint_status=`az ml online-deployment show --endpoint-name $ENDPOINT_NAME --name blue --query "provisioning_state" -o tsv` echo $endpoint_status if [[ $endpoint_status == "Succeeded" ]] then @@ -98,31 +105,18 @@ else exit 1 fi -# -az ml endpoint show --name $ENDPOINT_NAME -# - -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='blue'].provisioning_state" -o tsv` -echo $deploy_status -if [[ $deploy_status == "Succeeded" ]] -then - echo "Deployment completed successfully" -else - echo "Deployment failed" - exit 1 -fi # # Check deployment logs to confirm blob storage file contents read operation success. -az ml endpoint get-logs --name $ENDPOINT_NAME --deployment blue +az ml online-deployment get-logs --endpoint-name $ENDPOINT_NAME --name blue # # -az ml endpoint invoke --name $ENDPOINT_NAME --request-file endpoints/online/model-1/sample-request.json +az ml online-endpoint invoke --name $ENDPOINT_NAME --request-file endpoints/online/model-1/sample-request.json # # -az ml endpoint delete --name $ENDPOINT_NAME --yes +az ml online-endpoint delete --name $ENDPOINT_NAME --yes # # diff --git a/cli/deploy-managed-online-endpoint-mlflow.sh b/cli/deploy-managed-online-endpoint-mlflow.sh new file mode 100644 index 000000000..0cc00a13e --- /dev/null +++ b/cli/deploy-managed-online-endpoint-mlflow.sh @@ -0,0 +1,64 @@ +set -e + +# +export ENDPOINT_NAME="" +# + +# endpoint name +export ENDPOINT_NAME=endpt-`echo $RANDOM` + +# +az ml online-endpoint create --name $ENDPOINT_NAME -f endpoints/online/mlflow/create-endpoint.yaml +# + +# check if create was successful +endpoint_status=`az ml online-endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` +echo $endpoint_status +if [[ $endpoint_status == "Succeeded" ]] +then + echo "Endpoint created successfully" +else + echo "Endpoint creation failed" + exit 1 +fi + +# +az ml online-deployment create --name sklearn-deployment --endpoint $ENDPOINT_NAME -f endpoints/online/mlflow/sklearn-deployment.yaml --all-traffic +# + +deploy_status=`az ml online-deployment show --name sklearn-deployment --endpoint $ENDPOINT_NAME --query "provisioning_state" -o tsv` +echo $deploy_status +if [[ $deploy_status == "Succeeded" ]] +then + echo "Deployment completed successfully" +else + echo "Deployment failed" + exit 1 +fi + +# +az ml online-endpoint invoke --name $ENDPOINT_NAME --request-file endpoints/online/mlflow/sample-request-sklearn.json +# + +# +az ml online-deployment create --name lightgbm-deployment --endpoint $ENDPOINT_NAME -f endpoints/online/mlflow/lightgbm-deployment.yaml +# + +deploy_status=`az ml online-deployment show --name lightgbm-deployment --endpoint $ENDPOINT_NAME --query "provisioning_state" -o tsv` +echo $deploy_status +if [[ $deploy_status == "Succeeded" ]] +then + echo "Deployment completed successfully" +else + echo "Deployment failed" + exit 1 +fi + +# +az ml online-endpoint invoke --name $ENDPOINT_NAME --deployment lightgbm-deployment --request-file endpoints/online/mlflow/sample-request-lightgbm.json +# + +# +az ml online-endpoint delete --name $ENDPOINT_NAME --yes +# + diff --git a/cli/deploy-managed-online-endpoint.sh b/cli/deploy-managed-online-endpoint.sh index 9debb1084..c836823f4 100644 --- a/cli/deploy-managed-online-endpoint.sh +++ b/cli/deploy-managed-online-endpoint.sh @@ -1,25 +1,25 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - set -e - # export ENDPOINT_NAME="" # export ENDPOINT_NAME=endpt-`echo $RANDOM` -# -az ml endpoint create -n $ENDPOINT_NAME -f endpoints/online/managed/simple-flow/1-create-endpoint-with-blue.yml -# +# +az ml online-endpoint create --name $ENDPOINT_NAME -f endpoints/online/managed/sample/endpoint.yml +# + +# +az ml online-deployment create --name blue --endpoint $ENDPOINT_NAME -f endpoints/online/managed/sample/blue-deployment.yml --all-traffic +# # -az ml endpoint show -n $ENDPOINT_NAME +az ml online-endpoint show -n $ENDPOINT_NAME # -# check if create was successful -endpoint_status=`az ml endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` +# check if create was successful +endpoint_status=`az ml online-endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` echo $endpoint_status if [[ $endpoint_status == "Succeeded" ]] then @@ -29,7 +29,7 @@ else exit 1 fi -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='blue'].provisioning_state" -o tsv` +deploy_status=`az ml online-deployment show --name blue --endpoint $ENDPOINT_NAME --query "provisioning_state" -o tsv` echo $deploy_status if [[ $deploy_status == "Succeeded" ]] then @@ -40,17 +40,28 @@ else fi # -az ml endpoint invoke -n $ENDPOINT_NAME --request-file endpoints/online/model-1/sample-request.json +az ml online-endpoint invoke --name $ENDPOINT_NAME --request-file endpoints/online/model-1/sample-request.json # +# supress printing secret +set +x + +# +ENDPOINT_KEY=$(az ml online-endpoint get-credentials -n $ENDPOINT_NAME -o tsv --query primaryKey) +# + +set -x + +# +SCORING_URI=$(az ml online-endpoint show -n $ENDPOINT_NAME -o tsv --query scoring_uri) + +curl --request POST "$SCORING_URI" --header "Authorization: Bearer $ENDPOINT_KEY" --header 'Content-Type: application/json' --data @endpoints/online/model-1/sample-request.json +# + # -az ml endpoint get-logs -n $ENDPOINT_NAME --deployment blue +az ml online-deployment get-logs --name blue --endpoint $ENDPOINT_NAME # -# -az ml endpoint show -n $ENDPOINT_NAME --query "scoring_uri" -# - # -az ml endpoint delete -n $ENDPOINT_NAME --yes --no-wait +az ml online-endpoint delete --name $ENDPOINT_NAME --yes --no-wait # \ No newline at end of file diff --git a/cli/deploy-moe-autoscale.sh b/cli/deploy-moe-autoscale.sh new file mode 100644 index 000000000..a878a07b4 --- /dev/null +++ b/cli/deploy-moe-autoscale.sh @@ -0,0 +1,71 @@ +# Note: this is based on the deploy-managed-online-endpoint.sh: it just adds autoscale settings in the end +set -e + +#set the endpoint name from the how-to-deploy excercise +# +# set your existing endpoint name +ENDPOINT_NAME=your-endpoint-name +DEPLOYMENT_NAME=blue +# + +export ENDPOINT_NAME=autoscale-endpt-`echo $RANDOM` + +# create endpoint and deployment +az ml online-endpoint create --name $ENDPOINT_NAME -f endpoints/online/managed/sample/endpoint.yml +az ml online-deployment create --name blue --endpoint $ENDPOINT_NAME -f endpoints/online/managed/sample/blue-deployment.yml --all-traffic +az ml online-endpoint show -n $ENDPOINT_NAME + +# +# ARM id of the deployment +DEPLOYMENT_RESOURCE_ID=$(az ml online-deployment show -e $ENDPOINT_NAME -n $DEPLOYMENT_NAME -o tsv --query "id") +# ARM id of the deployment. todo: change to --query "id" +ENDPOINT_RESOURCE_ID=$(az ml online-endpoint show -n $ENDPOINT_NAME -o tsv --query "properties.\"azureml.onlineendpointid\"") +# set a unique name for autoscale settings for this deployment. The below will append a random number to make the name unique. +AUTOSCALE_SETTINGS_NAME=autoscale-`echo $RANDOM` +# + +# create autoscale settings. Note if you followed the how-to-deploy doc example, the instance count would have been 1. Now after applying this poilcy, it will scale up 2 (since min count and count are 2). +# +az monitor autoscale create \ + --name $AUTOSCALE_SETTINGS_NAME \ + --resource $DEPLOYMENT_RESOURCE_ID \ + --min-count 2 --max-count 5 --count 2 +# + +# Add rule to default profile: scale up if cpu util > 70 % +# +az monitor autoscale rule create \ + --autoscale-name $AUTOSCALE_SETTINGS_NAME \ + --condition "CpuUtilizationPercentage > 70 avg 5m" \ + --scale out 2 +# + +# Add rule to default profile: scale down if cpu util < 25 % +# +az monitor autoscale rule create \ + --autoscale-name $AUTOSCALE_SETTINGS_NAME \ + --condition "CpuUtilizationPercentage < 25 avg 5m" \ + --scale in 1 +# + +# add rule to default profile: scale up based on avg. request latency (endpoint metric) +# +az monitor autoscale rule create \ + --autoscale-name $AUTOSCALE_SETTINGS_NAME \ + --condition "RequestLatency > 70 avg 5m" \ + --scale out 1 \ + --resource $ENDPOINT_RESOURCE_ID +# + +#create weekend profile: scale to 2 nodes in weekend +# +az monitor autoscale profile create \ + --name weekend-profile \ + --autoscale-name $AUTOSCALE_SETTINGS_NAME \ + --min-count 2 --count 2 --max-count 2 \ + --recurrence week sat sun --timezone "Pacific Standard Time" +# + +# +az ml online-endpoint delete --name $ENDPOINT_NAME --yes --no-wait +# \ No newline at end of file diff --git a/cli/deploy-r.sh b/cli/deploy-r.sh index caacddc65..c80cc456a 100755 --- a/cli/deploy-r.sh +++ b/cli/deploy-r.sh @@ -1,13 +1,18 @@ BASE_PATH=endpoints/online/custom-container/r -ENDPOINT_NAME=r-endpoint DEPLOYMENT_NAME=r-deployment +# +export ENDPOINT_NAME="" +# + +export ENDPOINT_NAME=endpt-`echo $RANDOM` + # Download model wget https://aka.ms/r-model -O $BASE_PATH/scripts/model.rds # Get name of workspace ACR, build image WORKSPACE=$(az config get --query "defaults[?name == 'workspace'].value" -o tsv) -ACR_NAME=$(az ml workspace show -w $WORKSPACE --query container_registry -o tsv | cut -d'/' -f9-) +ACR_NAME=$(az ml workspace show -n $WORKSPACE --query container_registry -o tsv | cut -d'/' -f9-) if [[ $ACR_NAME == "" ]] then @@ -21,9 +26,10 @@ az acr build $BASE_PATH -f $BASE_PATH/Dockerfile -t $IMAGE_TAG -r $ACR_NAME # Clean up utility cleanup(){ - sed -i 's/'$ACR_NAME'/{{acr_name}}/' $BASE_PATH/$ENDPOINT_NAME.yml - echo "deleting endpoint, state is "$STATE - az ml endpoint delete -n $ENDPOINT_NAME -y + sed -i 's/'$ACR_NAME'/{{acr_name}}/' $BASE_PATH/r-deployment.yml + az ml online-endpoint delete -n $ENDPOINT_NAME -y + az ml model delete -n plumber -v 1 + az ml environment delete -n r-environment -v 1 } # Run image locally for testing @@ -41,23 +47,34 @@ curl -H "Content-Type: application/json" --data @$BASE_PATH/sample_request.json docker stop r_server # Fill in placeholders in deployment YAML -sed -i 's/{{acr_name}}/'$ACR_NAME'/' $BASE_PATH/$ENDPOINT_NAME.yml +sed -i 's/{{acr_name}}/'$ACR_NAME'/' $BASE_PATH/r-deployment.yml -EXISTS=$(az ml endpoint show -n $ENDPOINT_NAME --query name -o tsv) -# Update endpoint if exists, else create -if [[ $EXISTS == $ENDPOINT_NAME ]] -then - STATE=$(az ml endpoint show -n $ENDPOINT_NAME --query deployments[0].provisioning_state -o tsv) - az ml endpoint update -f $BASE_PATH/$ENDPOINT_NAME.yml -n $ENDPOINT_NAME +# +az ml online-endpoint create --name $ENDPOINT_NAME -f endpoints/online/custom-container/r/r-endpoint.yml +# + +# +az ml online-deployment create --name r-deployment --endpoint $ENDPOINT_NAME -f endpoints/online/custom-container/r/r-deployment.yml --all-traffic +# + +# check if create was successful +endpoint_status=`az ml online-endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` +echo $endpoint_status +if [[ $endpoint_status == "Succeeded" ]] +then + echo "Endpoint created successfully" else - az ml endpoint create -f $BASE_PATH/$ENDPOINT_NAME.yml -n $ENDPOINT_NAME + echo "Endpoint creation failed" + exit 1 fi -STATE=$(az ml endpoint show -n $ENDPOINT_NAME --query deployments[0].provisioning_state -o tsv) -if [[ $STATE != "Succeeded" ]] +deploy_status=`az ml online-deployment show --name r-deployment --endpoint $ENDPOINT_NAME --query "provisioning_state" -o tsv` +echo $deploy_status +if [[ $deploy_status == "Succeeded" ]] then - az ml endpoint get-logs -n $ENDPOINT_NAME --deployment $DEPLOYMENT_NAME - az ml endpoint get-logs -n $ENDPOINT_NAME --deployment $DEPLOYMENT_NAME --container storage-initializer + echo "Deployment completed successfully" +else + echo "Deployment failed" cleanup exit 1 fi @@ -66,7 +83,7 @@ fi echo "Testing endpoint" for i in {1..10} do - RESPONSE=$(az ml endpoint invoke -n $ENDPOINT_NAME --request-file $BASE_PATH/sample_request.json) + RESPONSE=$(az ml online-endpoint invoke -n $ENDPOINT_NAME --request-file $BASE_PATH/sample_request.json) done echo "Tested successfully, response was $RESPONSE. Cleaning up..." diff --git a/cli/deploy-rest.sh b/cli/deploy-rest.sh index f84a7e2b4..31eef63f0 100755 --- a/cli/deploy-rest.sh +++ b/cli/deploy-rest.sh @@ -1,21 +1,24 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. +set -x # SUBSCRIPTION_ID=$(az account show --query id | tr -d '\r"') -LOCATION=$(az group show --query location | tr -d '\r"') +LOCATION=$(az ml workspace show --query location | tr -d '\r"') RESOURCE_GROUP=$(az group show --query name | tr -d '\r"') - WORKSPACE=$(az configure -l | jq -r '.[] | select(.name=="workspace") | .value') -API_VERSION="2021-03-01-preview" -TOKEN=$(az account get-access-token --query accessToken -o tsv) + # +# +TOKEN=$(az account get-access-token --query accessToken -o tsv) +# + # -export ENDPOINT_NAME="" +export ENDPOINT_NAME=endpt-`echo $RANDOM` # -export ENDPOINT_NAME=endpt-`echo $RANDOM` +# +API_VERSION="2021-10-01" +# echo "Using:\nSUBSCRIPTION_ID: $SUBSCRIPTION_ID\nLOCATION: $LOCATION\nRESOURCE_GROUP: $RESOURCE_GROUP\nWORKSPACE: $WORKSPACE\nENDPOINT_NAME: $ENDPOINT_NAME" @@ -24,6 +27,11 @@ wait_for_completion () { operation_id=$1 status="unknown" + if [[ $operation_id == "" || -z $operation_id || $operation_id == "null" ]]; then + echo "operation id cannot be empty" + exit 1 + fi + while [[ $status != "Succeeded" && $status != "Failed" ]] do echo "Getting operation status from: $operation_id" @@ -46,8 +54,8 @@ wait_for_completion () { response=$(curl --location --request GET "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/datastores?api-version=$API_VERSION&isDefault=true" \ --header "Authorization: Bearer $TOKEN") AZUREML_DEFAULT_DATASTORE=$(echo $response | jq -r '.value[0].name') -AZUREML_DEFAULT_CONTAINER=$(echo $response | jq -r '.value[0].properties.contents.containerName') -export AZURE_STORAGE_ACCOUNT=$(echo $response | jq -r '.value[0].properties.contents.accountName') +AZUREML_DEFAULT_CONTAINER=$(echo $response | jq -r '.value[0].properties.containerName') +export AZURE_STORAGE_ACCOUNT=$(echo $response | jq -r '.value[0].properties.accountName') # # TODO: we can get the default container from listing datastores @@ -63,9 +71,7 @@ curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSC --header "Content-Type: application/json" \ --data-raw "{ \"properties\": { - \"description\": \"Score code\", - \"datastoreId\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/datastores/$AZUREML_DEFAULT_DATASTORE\", - \"path\": \"score\" + \"codeUri\": \"https://$AZURE_STORAGE_ACCOUNT.blob.core.windows.net/$AZUREML_DEFAULT_CONTAINER/score\" } }" # @@ -80,8 +86,7 @@ curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSC --header "Content-Type: application/json" \ --data-raw "{ \"properties\": { - \"datastoreId\":\"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/datastores/workspaceblobstore\", - \"path\": \"model/sklearn_regression_model.pkl\", + \"modelUri\":\"azureml://subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/workspaces/$WORKSPACE/datastores/$AZUREML_DEFAULT_DATASTORE/paths/model/sklearn_regression_model.pkl\" } }" # @@ -98,16 +103,13 @@ curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSC --data-raw "{ \"properties\":{ \"condaFile\": \"$CONDA_FILE\", - \"Docker\": { - \"DockerSpecificationType\": \"Image\", - \"DockerImageUri\": \"mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1\" - } + \"image\": \"mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1\" } }" # # -response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/my-first-endpoint?api-version=$API_VERSION" \ +response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/$ENDPOINT_NAME?api-version=$API_VERSION" \ --header "Content-Type: application/json" \ --header "Authorization: Bearer $TOKEN" \ --data-raw "{ @@ -115,8 +117,7 @@ response=$(curl --location --request PUT "https://management.azure.com/subscript \"type\": \"systemAssigned\" }, \"properties\": { - \"authMode\": \"AMLToken\", - \"traffic\": { \"blue\": 100 } + \"authMode\": \"AMLToken\" }, \"location\": \"$LOCATION\" }") @@ -127,29 +128,26 @@ operation_id=$(echo $response | jq -r '.properties' | jq -r '.properties' | jq - wait_for_completion $operation_id # -response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/my-first-endpoint/deployments/blue?api-version=$API_VERSION" \ +response=$(curl --location --request PUT "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/$ENDPOINT_NAME/deployments/blue?api-version=$API_VERSION" \ --header "Content-Type: application/json" \ --header "Authorization: Bearer $TOKEN" \ --data-raw "{ \"location\": \"$LOCATION\", + \"sku\": { + \"capacity\": 1, + \"name\": \"Standard_F2s_v2\" + }, \"properties\": { \"endpointComputeType\": \"Managed\", \"scaleSettings\": { - \"scaleType\": \"Manual\", - \"instanceCount\": 1, - \"minInstances\": 1, - \"maxInstances\": 2 - }, - \"model\": { - \"referenceType\": \"Id\", - \"assetId\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/models/sklearn/versions/1\" + \"scaleType\": \"Default\" }, + \"model\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/models/sklearn/versions/1\", \"codeConfiguration\": { \"codeId\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/codes/score-sklearn/versions/1\", \"scoringScript\": \"score.py\" }, - \"environmentId\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/environments/sklearn-env/versions/$ENV_VERSION\", - \"InstanceType\": \"Standard_F2s_v2\" + \"environmentId\": \"/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/environments/sklearn-env/versions/$ENV_VERSION\" } }") # @@ -159,7 +157,7 @@ operation_id=$(echo $response | jq -r '.properties' | jq -r '.properties' | jq - wait_for_completion $operation_id # -response=$(curl --location --request GET "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/my-first-endpoint?api-version=$API_VERSION" \ +response=$(curl --location --request GET "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/$ENDPOINT_NAME?api-version=$API_VERSION" \ --header "Content-Type: application/json" \ --header "Authorization: Bearer $TOKEN") @@ -167,7 +165,7 @@ scoringUri=$(echo $response | jq -r '.properties' | jq -r '.scoringUri') # # -response=$(curl -H "Content-Length: 0" --location --request POST "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/my-first-endpoint/token?api-version=$API_VERSION" \ +response=$(curl -H "Content-Length: 0" --location --request POST "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/$ENDPOINT_NAME/token?api-version=$API_VERSION" \ --header "Authorization: Bearer $TOKEN") accessToken=$(echo $response | jq -r '.accessToken') # @@ -180,7 +178,7 @@ curl --location --request POST $scoringUri \ # # -curl --location --request POST "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/my-first-endpoint/deployments/blue/getLogs?api-version=$API_VERSION" \ +curl --location --request POST "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/$ENDPOINT_NAME/deployments/blue/getLogs?api-version=$API_VERSION" \ --header "Authorization: Bearer $TOKEN" \ --header "Content-Type: application/json" \ --data-raw "{ \"tail\": 100 }" @@ -188,7 +186,7 @@ curl --location --request POST "https://management.azure.com/subscriptions/$SUBS # delete endpoint # -curl --location --request DELETE "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/my-first-endpoint?api-version=$API_VERSION" \ +curl --location --request DELETE "https://management.azure.com/subscriptions/$SUBSCRIPTION_ID/resourceGroups/$RESOURCE_GROUP/providers/Microsoft.MachineLearningServices/workspaces/$WORKSPACE/onlineEndpoints/$ENDPOINT_NAME?api-version=$API_VERSION" \ --header "Content-Type: application/json" \ --header "Authorization: Bearer $TOKEN" || true # diff --git a/cli/deploy-safe-rollout-online-endpoints.sh b/cli/deploy-safe-rollout-online-endpoints.sh new file mode 100644 index 000000000..ab8f8f5fa --- /dev/null +++ b/cli/deploy-safe-rollout-online-endpoints.sh @@ -0,0 +1,69 @@ +set -e + +# +export ENDPOINT_NAME="" +# + +# endpoint name +export ENDPOINT_NAME=endpt-`echo $RANDOM` + +# +az ml online-endpoint create --name $ENDPOINT_NAME -f endpoints/online/managed/sample/endpoint.yml +# + +# +az ml online-deployment create --name blue --endpoint $ENDPOINT_NAME -f endpoints/online/managed/sample/blue-deployment.yml --all-traffic +# + +# +az ml online-endpoint invoke --name $ENDPOINT_NAME --request-file endpoints/online/model-1/sample-request.json +# + +# +az ml online-deployment update --name blue --endpoint $ENDPOINT_NAME --set instance_count=2 +# + +# +az ml online-deployment create --name green --endpoint $ENDPOINT_NAME -f endpoints/online/managed/sample/green-deployment.yml +# + +# +az ml online-endpoint show -n $ENDPOINT_NAME --query traffic +# + +# +az ml online-endpoint invoke --name $ENDPOINT_NAME --deployment green --request-file endpoints/online/model-2/sample-request.json +# + +# supress printing secret +set +x + +# +#get the key +ENDPOINT_KEY=$(az ml online-endpoint get-credentials -n $ENDPOINT_NAME -o tsv --query primaryKey) +# + +set -x + +# +# get the scoring uri +SCORING_URI=$(az ml online-endpoint show -n $ENDPOINT_NAME -o tsv --query scoring_uri) +# use curl to invoke the endpoint +curl --request POST "$SCORING_URI" --header "Authorization: Bearer $ENDPOINT_KEY" --header 'Content-Type: application/json' --header "azureml-model-deployment: green" --data @endpoints/online/model-2/sample-request.json +# + +# +az ml online-endpoint update --name $ENDPOINT_NAME --traffic "blue=90 green=10" +# + +# +az ml online-endpoint update --name $ENDPOINT_NAME --traffic "blue=0 green=100" +# + +# +az ml online-deployment delete --name blue --endpoint $ENDPOINT_NAME --yes --no-wait +# + +# +az ml online-endpoint delete --name $ENDPOINT_NAME --yes --no-wait +# \ No newline at end of file diff --git a/cli/deploy-tfserving.sh b/cli/deploy-tfserving.sh index a92e97e7d..414c9a06a 100755 --- a/cli/deploy-tfserving.sh +++ b/cli/deploy-tfserving.sh @@ -1,13 +1,8 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - # BASE_PATH=endpoints/online/custom-container AML_MODEL_NAME=tfserving-mounted MODEL_NAME=half_plus_two MODEL_BASE_PATH=/var/azureml-app/azureml-models/$AML_MODEL_NAME/1 -ENDPOINT_NAME=tfserving-endpoint -DEPLOYMENT_NAME=tfserving # # @@ -43,32 +38,49 @@ curl --header "Content-Type: application/json" \ docker stop tfserving-test # -# Check endpoint existence -EXISTS=$(az ml endpoint show -n $ENDPOINT_NAME --query name -o tsv) +# +export ENDPOINT_NAME="" +# -# endpoint exists, update it -if [[ $EXISTS == $ENDPOINT_NAME ]] -then - echo "endpoint exists, updating..." - az ml endpoint update -f $BASE_PATH/$ENDPOINT_NAME.yml -n $ENDPOINT_NAME +export ENDPOINT_NAME=endpt-`echo $RANDOM` + +# +az ml online-endpoint create --name $ENDPOINT_NAME -f endpoints/online/custom-container/tfserving-endpoint.yml +# + +# +az ml online-deployment create --name tfserving-deployment --endpoint $ENDPOINT_NAME -f endpoints/online/custom-container/tfserving-deployment.yml --all-traffic +# + +# +az ml online-endpoint show -n $ENDPOINT_NAME +# + +# check if create was successful +endpoint_status=`az ml online-endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` +echo $endpoint_status +if [[ $endpoint_status == "Succeeded" ]] +then + echo "Endpoint created successfully" else - # - az ml endpoint create -f $BASE_PATH/$ENDPOINT_NAME.yml -n $ENDPOINT_NAME - # + echo "Endpoint creation failed" + exit 1 fi -STATE=$(az ml endpoint show -n $ENDPOINT_NAME --query deployments[0].provisioning_state -o tsv) - -if [[ $STATE != "Succeeded" ]] +deploy_status=`az ml online-deployment show --name tfserving-deployment --endpoint $ENDPOINT_NAME --query "provisioning_state" -o tsv` +echo $deploy_status +if [[ $deploy_status == "Succeeded" ]] then - az ml endpoint get-logs -n $ENDPOINT_NAME --deployment $DEPLOYMENT_NAME - az ml endpoint get-logs -n $ENDPOINT_NAME --deployment $DEPLOYMENT_NAME --container storage-initializer - echo "deleting endpoint, state is "$STATE - # - az ml endpoint delete -n $ENDPOINT_NAME -y + echo "Deployment completed successfully" +else + echo "Deployment failed" + # + az ml online-endpoint delete -n $ENDPOINT_NAME -y echo "deleting model..." az ml model delete -n tfserving-mounted --version 1 - # + echo "Deleting environment" + az ml environment delete -n tfserving --version 1 + # cleanup exit 1 fi @@ -78,10 +90,19 @@ echo "Testing endpoint" for i in {1..10} do # - RESPONSE=$(az ml endpoint invoke -n $ENDPOINT_NAME --request-file $BASE_PATH/sample_request.json) + RESPONSE=$(az ml online-endpoint invoke -n $ENDPOINT_NAME --request-file $BASE_PATH/sample_request.json) # done echo "Tested successfully, response was $RESPONSE. Cleaning up..." -cleanup +echo "Deployment failed" +# +az ml online-endpoint delete -n $ENDPOINT_NAME -y +echo "deleting model..." +az ml model delete -n tfserving-mounted --version 1 +echo "Deleting environment" +az ml environment delete -n tfserving --version 1 +# + +cleanup \ No newline at end of file diff --git a/cli/deploy-torchserve.sh b/cli/deploy-torchserve.sh index 75282ccc7..d09626e42 100644 --- a/cli/deploy-torchserve.sh +++ b/cli/deploy-torchserve.sh @@ -3,6 +3,7 @@ AML_MODEL_NAME=torchserve-densenet161 AZUREML_MODEL_DIR=azureml-models/$AML_MODEL_NAME/1 MODEL_BASE_PATH=/var/azureml-app/$AZUREML_MODEL_DIR ENDPOINT_NAME=torchserve-endpoint +DEPLOYMENT_NAME=torchserve-deployment # Download model and config file echo "Downling model and config file..." @@ -12,7 +13,7 @@ wget --progress=dot:mega https://aka.ms/torchserve-config -O $BASE_PATH/torchser # Get name of workspace ACR, build image WORKSPACE=$(az config get --query "defaults[?name == 'workspace'].value" -o tsv) -ACR_NAME=$(az ml workspace show -w $WORKSPACE --query container_registry -o tsv | cut -d'/' -f9-) +ACR_NAME=$(az ml workspace show --name $WORKSPACE --query container_registry -o tsv | cut -d'/' -f9-) if [[ $ACR_NAME == "" ]] then @@ -51,15 +52,18 @@ curl http://localhost:8080/predictions/densenet161 -T kitten_small.jpg docker stop torchserve-test # Deploy model to online endpoint -sed -i 's/{{acr_name}}/'$ACR_NAME'/' $BASE_PATH/$ENDPOINT_NAME.yml +sed -i 's/{{acr_name}}/'$ACR_NAME'/' $BASE_PATH/$DEPLOYMENT_NAME.yml -# Create endpoint -echo "Creating new endpoint..." -az ml endpoint create -f $BASE_PATH/$ENDPOINT_NAME.yml -n $ENDPOINT_NAME +EXISTS=$(az ml online-endpoint show -n $ENDPOINT_NAME --query name -o tsv) +# Update endpoint if exists, else create +if [[ $EXISTS == $ENDPOINT_NAME ]] +then + az ml online-endpoint update -f $BASE_PATH/$ENDPOINT_NAME.yml +else + az ml online-endpoint create -f $BASE_PATH/$ENDPOINT_NAME.yml +fi -az ml endpoint get-logs --name $ENDPOINT_NAME --deployment torchserve - -ENDPOINT_STATUS=$(az ml endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv) +ENDPOINT_STATUS=$(az ml online-endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv) echo "Endpoint status is $ENDPOINT_STATUS" if [[ $ENDPOINT_STATUS == "Succeeded" ]] @@ -67,19 +71,35 @@ then echo "Endpoint created successfully" else echo "Something went wrong when creating endpoint. Cleaning up..." + az ml online-endpoint delete --name $ENDPOINT_NAME + exit 1 +fi + +# Create deployment +echo "Creating deployment..." +az ml online-deployment create --name $DEPLOYMENT_NAME --endpoint $ENDPOINT_NAME --file $BASE_PATH/$DEPLOYMENT_NAME.yml --all-traffic + +deploy_status=`az ml online-deployment show --name $DEPLOYMENT_NAME --endpoint $ENDPOINT_NAME --query "provisioning_state" -o tsv` +echo $deploy_status +if [[ $deploy_status == "Succeeded" ]] +then + echo "Deployment completed successfully" +else + echo "Deployment failed" cleanTestingFiles - az ml endpoint delete -n $ENDPOINT_NAME --yes + az ml online-endpoint delete -n $ENDPOINT_NAME --yes az ml model delete -n $AML_MODEL_NAME --version 1 + az ml environment delete --name torchserve-environment --version 1 exit 1 fi # Get accessToken echo "Getting access token..." -TOKEN=$(az ml endpoint get-credentials -n $ENDPOINT_NAME --query accessToken -o tsv) +TOKEN=$(az ml online-endpoint get-credentials -n $ENDPOINT_NAME --query accessToken -o tsv) # Get scoring url echo "Getting scoring url..." -SCORING_URL=$(az ml endpoint show -n $ENDPOINT_NAME --query scoring_uri -o tsv) +SCORING_URL=$(az ml online-endpoint show -n $ENDPOINT_NAME --query scoring_uri -o tsv) echo "Scoring url is $SCORING_URL" # Check scoring @@ -92,8 +112,12 @@ cleanTestingFiles # Delete endpoint echo "Deleting endpoint..." -az ml endpoint delete -n $ENDPOINT_NAME --yes +az ml online-endpoint delete -n $ENDPOINT_NAME # Delete model echo "Deleting model..." az ml model delete -n $AML_MODEL_NAME --version 1 + +# Delete environment +echo "Deleting environment...." +az ml online-endpoint delete -n $ENDPOINT_NAME --yes \ No newline at end of file diff --git a/cli/deploy-triton-ensemble-managed-online-endpoint.sh b/cli/deploy-triton-ensemble-managed-online-endpoint.sh deleted file mode 100644 index 89f022702..000000000 --- a/cli/deploy-triton-ensemble-managed-online-endpoint.sh +++ /dev/null @@ -1,73 +0,0 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - -set -e - -BASE_PATH=endpoints/online/triton/ensemble -MODEL_PATH=$BASE_PATH/models/triton/bidaf-9/1 - -# -export ENDPOINT_NAME=triton-ensemble-mir-endpt-`echo $RANDOM` -# - -# Download the model -mkdir -p $MODEL_PATH -wget https://aka.ms/bidaf-9-model -O $MODEL_PATH/model.onnx - -# -az ml endpoint create -n $ENDPOINT_NAME -f $BASE_PATH/create-endpoint-with-deployment-mir.yml -# - -# -az ml endpoint show -n $ENDPOINT_NAME -# - -# check if create was successful -endpoint_status=`az ml endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` -echo $endpoint_status -if [[ $endpoint_status == "Succeeded" ]] -then - echo "Endpoint created successfully" -else - echo "Endpoint creation failed" - exit 1 -fi - -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='blue'].provisioning_state" -o tsv` -echo $deploy_status -if [[ $deploy_status == "Succeeded" ]] -then - echo "Deployment completed successfully" -else - echo "Deployment failed" - exit 1 -fi - -# -az ml endpoint get-logs -n $ENDPOINT_NAME --deployment blue -# - -# -scoring_uri=$(az ml endpoint show -n $ENDPOINT_NAME --query scoring_uri -o tsv) -scoring_uri=${scoring_uri%/*} -# - -# -auth_token=$(az ml endpoint get-credentials -n $ENDPOINT_NAME --query accessToken -o tsv) -# - -# -curl --request GET $scoring_uri/v2/health/ready -H "Authorization: Bearer $auth_token" -# - -# -curl --request POST $scoring_uri/v2/models/bidaf-ensemble/infer -H "Authorization: Bearer $auth_token" -d @./$BASE_PATH/sample-request.json -# - -# -az ml endpoint delete -n $ENDPOINT_NAME --yes -# - -# -az ml model delete -n bidaf-ensemble --version 3 -# diff --git a/cli/deploy-triton-managed-online-endpoint.sh b/cli/deploy-triton-managed-online-endpoint.sh index efde08ada..db2fb7b36 100644 --- a/cli/deploy-triton-managed-online-endpoint.sh +++ b/cli/deploy-triton-managed-online-endpoint.sh @@ -1,39 +1,42 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - set -e BASE_PATH=endpoints/online/triton/single-model -MODEL_PATH=$BASE_PATH/models/triton/densenet_onnx/1 + +# +pip install numpy +pip install tritonclient[http] +pip install pillow +pip install gevent +# # -export ENDPOINT_NAME=triton-single-mir-endpt-`echo $RANDOM` +export ENDPOINT_NAME=triton-single-endpt-`echo $RANDOM` # -# Download the model -mkdir -p $MODEL_PATH -wget https://aka.ms/densenet_onnx-model -O $MODEL_PATH/model.onnx +# +az ml online-endpoint create -n $ENDPOINT_NAME -f $BASE_PATH/create-managed-endpoint.yaml +# -# -az ml endpoint create -n $ENDPOINT_NAME -f $BASE_PATH/create-endpoint-with-deployment-mir.yml -# +# +az ml online-deployment create --name blue --endpoint $ENDPOINT_NAME -f $BASE_PATH/create-managed-deployment.yaml --all-traffic +# # -az ml endpoint show -n $ENDPOINT_NAME +az ml online-endpoint show -n $ENDPOINT_NAME # -# check if endpoint create was successful -endpoint_status=`az ml endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` +# check if create was successful +endpoint_status=`az ml online-endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` echo $endpoint_status if [[ $endpoint_status == "Succeeded" ]] -then +then echo "Endpoint created successfully" else echo "Endpoint creation failed" exit 1 fi -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='blue'].provisioning_state" -o tsv` +deploy_status=`az ml online-deployment show --name blue --endpoint $ENDPOINT_NAME --query "provisioning_state" -o tsv` echo $deploy_status if [[ $deploy_status == "Succeeded" ]] then @@ -43,17 +46,13 @@ else exit 1 fi -# -az ml endpoint get-logs -n $ENDPOINT_NAME --deployment blue -# - # -scoring_uri=$(az ml endpoint show -n $ENDPOINT_NAME --query scoring_uri -o tsv) +scoring_uri=$(az ml online-endpoint show -n $ENDPOINT_NAME --query scoring_uri -o tsv) scoring_uri=${scoring_uri%/*} # # -auth_token=$(az ml endpoint get-credentials -n $ENDPOINT_NAME --query accessToken -o tsv) +auth_token=$(az ml online-endpoint get-credentials -n $ENDPOINT_NAME --query accessToken -o tsv) # # @@ -61,9 +60,6 @@ python $BASE_PATH/triton_densenet_scoring.py --base_url=$scoring_uri --token=$au # # -az ml endpoint delete -n $ENDPOINT_NAME --yes +az ml online-endpoint delete -n $ENDPOINT_NAME --yes # -# -az ml model delete -n densenet_onnx --version 4 -# diff --git a/cli/deploy-triton-multiple-models-online-endpoint.sh b/cli/deploy-triton-multiple-models-online-endpoint.sh deleted file mode 100644 index 32fb1d7f8..000000000 --- a/cli/deploy-triton-multiple-models-online-endpoint.sh +++ /dev/null @@ -1,86 +0,0 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - -set -e - -BASE_PATH=endpoints/online/triton/multi-models -MODEL1_PATH=$BASE_PATH/models/triton/densenet_onnx/1 -MODEL2_PATH=$BASE_PATH/models/triton/bidaf-9/1 - -# -export ENDPOINT_NAME=triton-multi-mir-endpt-`echo $RANDOM` -# - -# Download densenet model -mkdir -p $MODEL1_PATH -wget https://aka.ms/densenet_onnx-model -O $MODEL1_PATH/model.onnx - -# Download bidaf model -mkdir -p $MODEL2_PATH -wget https://aka.ms/bidaf-9-model -O $MODEL2_PATH/model.onnx - -# -az ml endpoint create -n $ENDPOINT_NAME -f $BASE_PATH/create-endpoint-with-deployment-mir.yml -# - -# -az ml endpoint show -n $ENDPOINT_NAME -# - -# check if create was successful -endpoint_status=`az ml endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` -echo $endpoint_status -if [[ $endpoint_status == "Succeeded" ]] -then - echo "Endpoint created successfully" -else - echo "Endpoint creation failed" - exit 1 -fi - -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='blue'].provisioning_state" -o tsv` -echo $deploy_status -if [[ $deploy_status == "Succeeded" ]] -then - echo "Deployment completed successfully" -else - echo "Deployment failed" - exit 1 -fi - -# -az ml endpoint get-logs -n $ENDPOINT_NAME --deployment blue -# - -# -scoring_uri=$(az ml endpoint show -n $ENDPOINT_NAME --query scoring_uri -o tsv) -scoring_uri=${scoring_uri%/*} -# - -# -auth_token=$(az ml endpoint get-credentials -n $ENDPOINT_NAME --query accessToken -o tsv) -# - -# -curl --request GET $scoring_uri/v2/health/ready -H "Authorization: Bearer $auth_token" -# - -# -curl --request POST $scoring_uri/v2/repository/index -H "Authorization: Bearer $auth_token" -# - -# -curl --request GET $scoring_uri/v2/models/densenet_onnx -H "Authorization: Bearer $auth_token" -# - -# -curl --request GET $scoring_uri/v2/models/bidaf-9 -H "Authorization: Bearer $auth_token" -# - -# -az ml endpoint delete -n $ENDPOINT_NAME --yes -# - -# -az ml model delete -n multi-models --version 1 -# \ No newline at end of file diff --git a/cli/endpoints/amlarc/canary-declarative-flow/1-create-endpoint-with-blue.yaml b/cli/endpoints/amlarc/canary-declarative-flow/1-create-endpoint-with-blue.yaml deleted file mode 100644 index e14cc5a2b..000000000 --- a/cli/endpoints/amlarc/canary-declarative-flow/1-create-endpoint-with-blue.yaml +++ /dev/null @@ -1,42 +0,0 @@ -$schema: https://azuremlsdk2.blob.core.windows.net/latest/onlineEndpoint.schema.json -type: online -auth_mode: aml_token -traffic: - blue: 100 -identity: - type: system_assigned -target: azureml:{{fullyQualifiedComputeId}} -tags: - tag1: first tag - tag2: second tag -properties: - prop1: first prop - prop2: second prop - -deployments: - #blue deployment - - name: blue - model: - name: model-1 - version: 1 - local_path: ../model-1/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../model-1/onlinescoring/ - scoring_script: score.py - environment: - path: . - conda_file: file:../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - scale_settings: - scale_type: auto - min_instances: 1 - max_instances: 2 - request_settings: - request_timeout_ms: 3000 - max_concurrent_requests_per_instance: 1 - max_queue_wait_ms: 3000 - resource_requirements: - cpu: 0.1 - memory_in_gb: 0.5 diff --git a/cli/endpoints/amlarc/canary-declarative-flow/2-scale-blue.yaml b/cli/endpoints/amlarc/canary-declarative-flow/2-scale-blue.yaml deleted file mode 100644 index 25df5bd09..000000000 --- a/cli/endpoints/amlarc/canary-declarative-flow/2-scale-blue.yaml +++ /dev/null @@ -1,27 +0,0 @@ -$schema: https://azuremlsdk2.blob.core.windows.net/latest/onlineEndpoint.schema.json -type: online -auth_mode: aml_token -traffic: - blue: 100 -identity: - type: system_assigned -target: azureml:{{fullyQualifiedComputeId}} - -deployments: -- name: blue - model: - local_path: ../model-1/model/sklearn_regression_model.pkl - name: model-1 - version: 1 - code_configuration: - code: - local_path: ../model-1/onlinescoring/ - scoring_script: score.py - environment: - conda_file: file:../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - path: . - scale_settings: - min_instances: 2 - scale_type: auto diff --git a/cli/endpoints/amlarc/canary-declarative-flow/3-create-green.yaml b/cli/endpoints/amlarc/canary-declarative-flow/3-create-green.yaml deleted file mode 100644 index 59b21c65b..000000000 --- a/cli/endpoints/amlarc/canary-declarative-flow/3-create-green.yaml +++ /dev/null @@ -1,52 +0,0 @@ -$schema: https://azuremlsdk2.blob.core.windows.net/latest/onlineEndpoint.schema.json -type: online -auth_mode: aml_token -traffic: - blue: 100 - green: 0 -identity: - type: system_assigned -target: azureml:{{fullyQualifiedComputeId}} - -deployments: -- name: blue - model: - local_path: ../model-1/model/sklearn_regression_model.pkl - name: model-1 - version: 1 - code_configuration: - code: - local_path: ../model-1/onlinescoring/ - scoring_script: score.py - environment: - conda_file: file:../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - path: . - scale_settings: - max_instances: 2 - min_instances: 2 - scale_type: auto - -- name: green - model: - local_path: ../model-2/model/sklearn_regression_model.pkl - name: model-2 - version: 1 - code_configuration: - code: - local_path: ../model-2/onlinescoring/ - scoring_script: score.py - environment: - conda_file: file:../model-2/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - path: . - request_settings: - max_concurrent_requests_per_instance: 1 - max_queue_wait_ms: 3000 - request_timeout_ms: 3000 - scale_settings: - max_instances: 2 - min_instances: 1 - scale_type: auto diff --git a/cli/endpoints/amlarc/canary-declarative-flow/4-flight-green.yaml b/cli/endpoints/amlarc/canary-declarative-flow/4-flight-green.yaml deleted file mode 100644 index d88050d93..000000000 --- a/cli/endpoints/amlarc/canary-declarative-flow/4-flight-green.yaml +++ /dev/null @@ -1,52 +0,0 @@ -$schema: https://azuremlsdk2.blob.core.windows.net/latest/onlineEndpoint.schema.json -type: online -auth_mode: aml_token -traffic: - blue: 90 - green: 10 -identity: - type: system_assigned -target: azureml:{{fullyQualifiedComputeId}} - -deployments: -- name: blue - model: - local_path: ../model-1/model/sklearn_regression_model.pkl - name: model-1 - version: 1 - code_configuration: - code: - local_path: ../model-1/onlinescoring/ - scoring_script: score.py - environment: - conda_file: file:../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - path: . - scale_settings: - max_instances: 2 - min_instances: 2 - scale_type: auto - -- name: green - model: - local_path: ../model-2/model/sklearn_regression_model.pkl - name: model-2 - version: 1 - code_configuration: - code: - local_path: ../model-2/onlinescoring/ - scoring_script: score.py - environment: - conda_file: file:../model-2/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - path: . - request_settings: - max_concurrent_requests_per_instance: 1 - max_queue_wait_ms: 3000 - request_timeout_ms: 3000 - scale_settings: - max_instances: 2 - min_instances: 1 - scale_type: auto diff --git a/cli/endpoints/amlarc/canary-declarative-flow/5-full-green.yaml b/cli/endpoints/amlarc/canary-declarative-flow/5-full-green.yaml deleted file mode 100644 index 2aaa8520b..000000000 --- a/cli/endpoints/amlarc/canary-declarative-flow/5-full-green.yaml +++ /dev/null @@ -1,52 +0,0 @@ -$schema: https://azuremlsdk2.blob.core.windows.net/latest/onlineEndpoint.schema.json -type: online -auth_mode: aml_token -traffic: - blue: 0 - green: 100 -identity: - type: system_assigned -target: azureml:{{fullyQualifiedComputeId}} - -deployments: -- name: blue - model: - local_path: ../model-1/model/sklearn_regression_model.pkl - name: model-1 - version: 1 - code_configuration: - code: - local_path: ../model-1/onlinescoring/ - scoring_script: score.py - environment: - conda_file: file:../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - path: . - scale_settings: - max_instances: 2 - min_instances: 2 - scale_type: auto - -- name: green - model: - local_path: ../model-2/model/sklearn_regression_model.pkl - name: model-2 - version: 1 - code_configuration: - code: - local_path: ../model-2/onlinescoring/ - scoring_script: score.py - environment: - conda_file: file:../model-2/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - path: . - request_settings: - max_concurrent_requests_per_instance: 1 - max_queue_wait_ms: 3000 - request_timeout_ms: 3000 - scale_settings: - max_instances: 2 - min_instances: 1 - scale_type: auto diff --git a/cli/endpoints/amlarc/canary-declarative-flow/6-delete-blue.yaml b/cli/endpoints/amlarc/canary-declarative-flow/6-delete-blue.yaml deleted file mode 100644 index 12054d843..000000000 --- a/cli/endpoints/amlarc/canary-declarative-flow/6-delete-blue.yaml +++ /dev/null @@ -1,32 +0,0 @@ -$schema: https://azuremlsdk2.blob.core.windows.net/latest/onlineEndpoint.schema.json -type: online -auth_mode: aml_token -traffic: - green: 100 -identity: - type: system_assigned -target: azureml:{{fullyQualifiedComputeId}} - -deployments: -- name: green - model: - local_path: ../model-2/model/sklearn_regression_model.pkl - name: model-2 - version: 1 - code_configuration: - code: - local_path: ../model-2/onlinescoring/ - scoring_script: score.py - environment: - conda_file: file:../model-2/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - path: . - request_settings: - max_concurrent_requests_per_instance: 1 - max_queue_wait_ms: 3000 - request_timeout_ms: 3000 - scale_settings: - max_instances: 2 - min_instances: 1 - scale_type: auto diff --git a/cli/endpoints/amlarc/model-1/environment/conda.yml b/cli/endpoints/amlarc/model-1/environment/conda.yml deleted file mode 100644 index c23bd7085..000000000 --- a/cli/endpoints/amlarc/model-1/environment/conda.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: model-env -channels: - - conda-forge -dependencies: - - python=3.7 - - numpy=1.21.2 - - pip=21.2.4 - - scikit-learn=0.24.2 - - scipy=1.7.1 - - pip: - - azureml-defaults==1.33.0 - - inference-schema[numpy-support]==1.3.0 - - joblib==1.0.1 diff --git a/cli/endpoints/amlarc/model-1/model/sklearn_regression_model.pkl b/cli/endpoints/amlarc/model-1/model/sklearn_regression_model.pkl deleted file mode 100644 index edb4ffa7d..000000000 Binary files a/cli/endpoints/amlarc/model-1/model/sklearn_regression_model.pkl and /dev/null differ diff --git a/cli/endpoints/amlarc/model-1/onlinescoring/score.py b/cli/endpoints/amlarc/model-1/onlinescoring/score.py deleted file mode 100644 index ac565f79c..000000000 --- a/cli/endpoints/amlarc/model-1/onlinescoring/score.py +++ /dev/null @@ -1,35 +0,0 @@ -import os -import logging -import json -import numpy -import joblib - - -def init(): - """ - This function is called when the container is initialized/started, typically after create/update of the deployment. - You can write the logic here to perform init operations like caching the model in memory - """ - global model - # AZUREML_MODEL_DIR is an environment variable created during deployment. - # It is the path to the model folder (./azureml-models/$MODEL_NAME/$VERSION) - model_path = os.path.join( - os.getenv("AZUREML_MODEL_DIR"), "sklearn_regression_model.pkl" - ) - # deserialize the model file back into a sklearn model - model = joblib.load(model_path) - logging.info("Init complete") - - -def run(raw_data): - """ - This function is called for every invocation of the endpoint to perform the actual scoring/prediction. - In the example we extract the data from the json input and call the scikit-learn model's predict() - method and return the result back - """ - logging.info("Request received") - data = json.loads(raw_data)["data"] - data = numpy.array(data) - result = model.predict(data) - logging.info("Request processed") - return result.tolist() diff --git a/cli/endpoints/amlarc/model-2/environment/conda.yml b/cli/endpoints/amlarc/model-2/environment/conda.yml deleted file mode 100644 index c23bd7085..000000000 --- a/cli/endpoints/amlarc/model-2/environment/conda.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: model-env -channels: - - conda-forge -dependencies: - - python=3.7 - - numpy=1.21.2 - - pip=21.2.4 - - scikit-learn=0.24.2 - - scipy=1.7.1 - - pip: - - azureml-defaults==1.33.0 - - inference-schema[numpy-support]==1.3.0 - - joblib==1.0.1 diff --git a/cli/endpoints/amlarc/model-2/model/sklearn_regression_model.pkl b/cli/endpoints/amlarc/model-2/model/sklearn_regression_model.pkl deleted file mode 100644 index edb4ffa7d..000000000 Binary files a/cli/endpoints/amlarc/model-2/model/sklearn_regression_model.pkl and /dev/null differ diff --git a/cli/endpoints/amlarc/model-2/onlinescoring/score.py b/cli/endpoints/amlarc/model-2/onlinescoring/score.py deleted file mode 100644 index ac565f79c..000000000 --- a/cli/endpoints/amlarc/model-2/onlinescoring/score.py +++ /dev/null @@ -1,35 +0,0 @@ -import os -import logging -import json -import numpy -import joblib - - -def init(): - """ - This function is called when the container is initialized/started, typically after create/update of the deployment. - You can write the logic here to perform init operations like caching the model in memory - """ - global model - # AZUREML_MODEL_DIR is an environment variable created during deployment. - # It is the path to the model folder (./azureml-models/$MODEL_NAME/$VERSION) - model_path = os.path.join( - os.getenv("AZUREML_MODEL_DIR"), "sklearn_regression_model.pkl" - ) - # deserialize the model file back into a sklearn model - model = joblib.load(model_path) - logging.info("Init complete") - - -def run(raw_data): - """ - This function is called for every invocation of the endpoint to perform the actual scoring/prediction. - In the example we extract the data from the json input and call the scikit-learn model's predict() - method and return the result back - """ - logging.info("Request received") - data = json.loads(raw_data)["data"] - data = numpy.array(data) - result = model.predict(data) - logging.info("Request processed") - return result.tolist() diff --git a/cli/endpoints/amlarc/model-2/sample-request.json b/cli/endpoints/amlarc/model-2/sample-request.json deleted file mode 100644 index ebf20bf85..000000000 --- a/cli/endpoints/amlarc/model-2/sample-request.json +++ /dev/null @@ -1,4 +0,0 @@ -{"data": [ - [1,2,3,4,5,6,7,8,9,10], - [10,9,8,7,6,5,4,3,2,1] -]} \ No newline at end of file diff --git a/cli/endpoints/amlarc/simple-flow/1-create-endpoint-with-blue.yaml b/cli/endpoints/amlarc/simple-flow/1-create-endpoint-with-blue.yaml deleted file mode 100644 index fe7fabc0f..000000000 --- a/cli/endpoints/amlarc/simple-flow/1-create-endpoint-with-blue.yaml +++ /dev/null @@ -1,41 +0,0 @@ -$schema: https://azuremlsdk2.blob.core.windows.net/latest/onlineEndpoint.schema.json -type: online -auth_mode: aml_token -traffic: - blue: 100 -identity: - type: system_assigned -target: azureml:{{fullyQualifiedComputeId}} -properties: - prop1: first prop - prop2: second prop -tags: - tag1: first tag - tag2: second tag - -deployments: -- name: blue - model: - local_path: ../model-1/model/sklearn_regression_model.pkl - name: model-1 - version: 1 - code_configuration: - code: - local_path: ../model-1/onlinescoring/ - scoring_script: score.py - environment: - conda_file: file:../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - path: . - request_settings: - max_concurrent_requests_per_instance: 1 - max_queue_wait_ms: 3000 - request_timeout_ms: 3000 - resource_requirements: - cpu: 0.1 - memory_in_gb: 0.5 - scale_settings: - max_instances: 2 - min_instances: 1 - scale_type: auto diff --git a/cli/endpoints/amlarc/simple-flow/sample-request.json b/cli/endpoints/amlarc/simple-flow/sample-request.json deleted file mode 100644 index ebf20bf85..000000000 --- a/cli/endpoints/amlarc/simple-flow/sample-request.json +++ /dev/null @@ -1,4 +0,0 @@ -{"data": [ - [1,2,3,4,5,6,7,8,9,10], - [10,9,8,7,6,5,4,3,2,1] -]} \ No newline at end of file diff --git a/cli/endpoints/batch/add-deployment.yml b/cli/endpoints/batch/add-deployment.yml deleted file mode 100644 index ed4bac20d..000000000 --- a/cli/endpoints/batch/add-deployment.yml +++ /dev/null @@ -1,27 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/batchEndpoint.schema.json -name: mnist-deployment -model: - name: mnist-model - version: 1 - local_path: ./mnist/model/ -code_configuration: - code: - local_path: ./mnist/code/ - scoring_script: digit_identification.py -environment: - name: mnist-env - version: 1 - path: . - conda_file: file:./mnist/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:latest -mini_batch_size: 5 -output_file_name: predictions.csv -retry_settings: - max_retries: 3 - timeout: 30 -error_threshold: 10 -logging_level: info -compute: - target: azureml:cpu-cluster - instance_count: 1 diff --git a/cli/endpoints/batch/batch-endpoint.yml b/cli/endpoints/batch/batch-endpoint.yml new file mode 100644 index 000000000..0d56fd70b --- /dev/null +++ b/cli/endpoints/batch/batch-endpoint.yml @@ -0,0 +1,4 @@ +$schema: https://azuremlschemas.azureedge.net/latest/batchEndpoint.schema.json +name: mybatchedp +description: my sample batch endpoint +auth_mode: aad_token \ No newline at end of file diff --git a/cli/endpoints/batch/create-batch-endpoint.yml b/cli/endpoints/batch/create-batch-endpoint.yml deleted file mode 100644 index d724587d1..000000000 --- a/cli/endpoints/batch/create-batch-endpoint.yml +++ /dev/null @@ -1,24 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/batchEndpoint.schema.json -name: mybatchedp -description: my sample batch endpoint -type: batch -auth_mode: aad_token -traffic: - autolog-deployment: 100 - -deployments: - - name: autolog-deployment - model: - name: autolog-model - version: 1 - local_path: ./autolog_nyc_taxi - compute: - target: azureml:cpu-cluster - instance_count: 1 - mini_batch_size: 1 - output_file_name: predictions.csv - retry_settings: - max_retries: 3 - timeout: 30 - error_threshold: -1 - logging_level: info diff --git a/cli/endpoints/batch/mlflow-deployment.yml b/cli/endpoints/batch/mlflow-deployment.yml new file mode 100644 index 000000000..54659b4c5 --- /dev/null +++ b/cli/endpoints/batch/mlflow-deployment.yml @@ -0,0 +1,6 @@ +$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json +name: mlflowdp +endpoint_name: mybatchedp +model: + local_path: ./autolog_nyc_taxi +compute: azureml:batch-cluster \ No newline at end of file diff --git a/cli/endpoints/batch/mnist/environment/conda.json b/cli/endpoints/batch/mnist/environment/conda.json new file mode 100644 index 000000000..c9b7b974c --- /dev/null +++ b/cli/endpoints/batch/mnist/environment/conda.json @@ -0,0 +1,18 @@ +{ + "name": "mnist-env", + "channels": [ + "conda-forge" + ], + "dependencies": [ + "python=3.6.2", + "pip", + { + "pip": [ + "tensorflow==1.15.2", + "pillow", + "azureml-core", + "azureml-dataset-runtime[fuse]" + ] + } + ] +} \ No newline at end of file diff --git a/cli/endpoints/batch/nonmlflow-deployment.yml b/cli/endpoints/batch/nonmlflow-deployment.yml new file mode 100644 index 000000000..b7ae51e3c --- /dev/null +++ b/cli/endpoints/batch/nonmlflow-deployment.yml @@ -0,0 +1,24 @@ +$schema: https://azuremlschemas.azureedge.net/latest/batchDeployment.schema.json +name: nonmlflowdp +endpoint_name: mybatchedp +model: + local_path: ./mnist/model/ +code_configuration: + code: + local_path: ./mnist/code/ + scoring_script: digit_identification.py +environment: + conda_file: ./mnist/environment/conda.yml + image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:latest +compute: azureml:batch-cluster +resources: + instance_count: 1 +max_concurrency_per_instance: 2 +mini_batch_size: 10 +output_action: append_row +output_file_name: predictions.csv +retry_settings: + max_retries: 3 + timeout: 30 +error_threshold: -1 +logging_level: info \ No newline at end of file diff --git a/cli/endpoints/online/aks/simple-flow/1-create-aks-endpoint-with-blue.yml b/cli/endpoints/online/aks/simple-flow/1-create-aks-endpoint-with-blue.yml deleted file mode 100644 index a8788bba8..000000000 --- a/cli/endpoints/online/aks/simple-flow/1-create-aks-endpoint-with-blue.yml +++ /dev/null @@ -1,32 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/k8sOnlineEndpoint.schema.json -name: my-aks-endpoint -type: online -target : azureml:aks-test -auth_mode: aml_token -traffic: - blue: 100 - -deployments: - #blue deployment - - name: blue - model: - name: model-1 - version: 1 - local_path: ../../model-1/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-1/onlinescoring/ - scoring_script: score.py - environment: - name: env-model-1 - version: 1 - path: . - conda_file: file:../../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210301.v1 - scale_settings: - scale_type: manual - instance_count: 1 - resource_requirements: - cpu: 1.5 - memory_in_gb: 1.0 diff --git a/cli/endpoints/online/aks/simple-flow/sample-request.json b/cli/endpoints/online/aks/simple-flow/sample-request.json deleted file mode 100644 index ebf20bf85..000000000 --- a/cli/endpoints/online/aks/simple-flow/sample-request.json +++ /dev/null @@ -1,4 +0,0 @@ -{"data": [ - [1,2,3,4,5,6,7,8,9,10], - [10,9,8,7,6,5,4,3,2,1] -]} \ No newline at end of file diff --git a/cli/endpoints/online/custom-container/r/r-deployment.yml b/cli/endpoints/online/custom-container/r/r-deployment.yml new file mode 100644 index 000000000..815f38e26 --- /dev/null +++ b/cli/endpoints/online/custom-container/r/r-deployment.yml @@ -0,0 +1,23 @@ +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json +name: r-deployment +endpoint_name: r-endpoint +model: + name: plumber + version: 1 + local_path: ./scripts +environment: + name: r-environment + version: 1 + image: {{acr_name}}.azurecr.io/r_server + inference_config: + liveness_route: + port: 8000 + path: /live + readiness_route: + port: 8000 + path: /ready + scoring_route: + port: 8000 + path: /score +instance_type: Standard_F2s_v2 +instance_count: 1 \ No newline at end of file diff --git a/cli/endpoints/online/custom-container/r/r-endpoint.yml b/cli/endpoints/online/custom-container/r/r-endpoint.yml index d905dd288..8fb717449 100644 --- a/cli/endpoints/online/custom-container/r/r-endpoint.yml +++ b/cli/endpoints/online/custom-container/r/r-endpoint.yml @@ -1,33 +1,3 @@ -$schema: https://azuremlsdk2.blob.core.windows.net/latest/managedOnlineEndpoint.schema.json -type: online -auth_mode: aml_token -traffic: - r-deployment: 100 - -deployments: - - name: r-deployment - model: - name: plumber - version: 1 - local_path: ./scripts - environment: - name: r-environment - version: 1 - docker: - image: {{acr_name}}.azurecr.io/r_server - inference_config: - liveness_route: - port: 8000 - path: /live - readiness_route: - port: 8000 - path: /ready - scoring_route: - port: 8000 - path: /score - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 1 - min_instances: 1 - max_instances: 2 \ No newline at end of file +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json +name: r-endpoint +auth_mode: aml_token \ No newline at end of file diff --git a/cli/endpoints/online/custom-container/tfserving-deployment.yml b/cli/endpoints/online/custom-container/tfserving-deployment.yml new file mode 100644 index 000000000..da329b5d8 --- /dev/null +++ b/cli/endpoints/online/custom-container/tfserving-deployment.yml @@ -0,0 +1,26 @@ +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json +name: tfserving-deployment +endpoint_name: tfserving-endpoint +model: + name: tfserving-mounted + version: 1 + local_path: ./half_plus_two +environment_variables: + MODEL_BASE_PATH: /var/azureml-app/azureml-models/tfserving-mounted/1 + MODEL_NAME: half_plus_two +environment: + name: tfserving + version: 1 + image: docker.io/tensorflow/serving:latest + inference_config: + liveness_route: + port: 8501 + path: /v1/models/half_plus_two + readiness_route: + port: 8501 + path: /v1/models/half_plus_two + scoring_route: + port: 8501 + path: /v1/models/half_plus_two:predict +instance_type: Standard_F2s_v2 +instance_count: 1 \ No newline at end of file diff --git a/cli/endpoints/online/custom-container/tfserving-endpoint.yml b/cli/endpoints/online/custom-container/tfserving-endpoint.yml index 11ee0c9ac..89597e735 100644 --- a/cli/endpoints/online/custom-container/tfserving-endpoint.yml +++ b/cli/endpoints/online/custom-container/tfserving-endpoint.yml @@ -1,37 +1,3 @@ $schema: https://azuremlsdk2.blob.core.windows.net/latest/managedOnlineEndpoint.schema.json name: tfserving-endpoint -type: online -auth_mode: aml_token -traffic: - tfserving: 100 - -deployments: - - name: tfserving - model: - name: tfserving-mounted - version: 1 - local_path: ./half_plus_two - environment_variables: - MODEL_BASE_PATH: /var/azureml-app/azureml-models/tfserving-mounted/1 - MODEL_NAME: half_plus_two - environment: - name: tfserving - version: 1 - docker: - image: docker.io/tensorflow/serving:latest - inference_config: - liveness_route: - port: 8501 - path: /v1/models/half_plus_two - readiness_route: - port: 8501 - path: /v1/models/half_plus_two - scoring_route: - port: 8501 - path: /v1/models/half_plus_two:predict - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 1 - min_instances: 1 - max_instances: 2 \ No newline at end of file +auth_mode: aml_token \ No newline at end of file diff --git a/cli/endpoints/online/custom-container/torchserve-deployment.yml b/cli/endpoints/online/custom-container/torchserve-deployment.yml new file mode 100644 index 000000000..56c6b3e09 --- /dev/null +++ b/cli/endpoints/online/custom-container/torchserve-deployment.yml @@ -0,0 +1,26 @@ +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json +name: torchserve-deployment +endpoint_name: torchserve-endpoint +model: + name: torchserve-densenet161 + version: 1 + local_path: ./torchserve +environment_variables: + MODEL_BASE_PATH: /var/azureml-app/azureml-models/torchserve-densenet161/1 +environment: + name: torchserve-environment + version: 1 + image: {{acr_name}}.azurecr.io/torchserve:8080 + inference_config: + liveness_route: + port: 8080 + path: /ping + readiness_route: + port: 8080 + path: /ping + scoring_route: + port: 8080 + path: /predictions/densenet161 +instance_type: Standard_F2s_v2 +instance_count: 1 + diff --git a/cli/endpoints/online/custom-container/torchserve-endpoint.yml b/cli/endpoints/online/custom-container/torchserve-endpoint.yml index 88fcf8e5f..07264d1fc 100644 --- a/cli/endpoints/online/custom-container/torchserve-endpoint.yml +++ b/cli/endpoints/online/custom-container/torchserve-endpoint.yml @@ -1,36 +1,3 @@ $schema: https://azuremlsdk2.blob.core.windows.net/latest/managedOnlineEndpoint.schema.json name: torchserve-endpoint -type: online -auth_mode: aml_token -traffic: - torchserve: 100 - -deployments: - - name: torchserve - model: - name: torchserve-densenet161 - version: 1 - local_path: ./torchserve - environment_variables: - MODEL_BASE_PATH: /var/azureml-app/azureml-models/torchserve-densenet161/1 - environment: - name: torchserve - version: 1 - docker: - image: {{acr_name}}.azurecr.io/torchserve:8080 - inference_config: - liveness_route: - port: 8080 - path: /ping - readiness_route: - port: 8080 - path: /ping - scoring_route: - port: 8080 - path: /predictions/densenet161 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 1 - min_instances: 1 - max_instances: 2 +auth_mode: aml_token \ No newline at end of file diff --git a/cli/endpoints/online/managed/canary-declarative-flow/1-create-endpoint-with-blue.yml b/cli/endpoints/online/managed/canary-declarative-flow/1-create-endpoint-with-blue.yml deleted file mode 100644 index 1f3d66afd..000000000 --- a/cli/endpoints/online/managed/canary-declarative-flow/1-create-endpoint-with-blue.yml +++ /dev/null @@ -1,31 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json -name: my-endpoint -type: online -auth_mode: key -traffic: - blue: 100 - -deployments: - #blue deployment - - name: blue - model: - name: model-1 - version: 1 - local_path: ../../model-1/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-1/onlinescoring/ - scoring_script: score.py - environment: - name: env-model1 - version: 1 - path: . - conda_file: file:../../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 1 - min_instances: 1 - max_instances: 2 diff --git a/cli/endpoints/online/managed/canary-declarative-flow/2-scale-blue.yml b/cli/endpoints/online/managed/canary-declarative-flow/2-scale-blue.yml deleted file mode 100644 index 236f6dcad..000000000 --- a/cli/endpoints/online/managed/canary-declarative-flow/2-scale-blue.yml +++ /dev/null @@ -1,31 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json -name: my-endpoint -type: online -auth_mode: key -traffic: - blue: 100 - -deployments: - #blue deployment - - name: blue - model: - name: model-1 - version: 1 - local_path: ../../model-1/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-1/onlinescoring/ - scoring_script: score.py - environment: - name: env-model1 - version: 1 - path: . - conda_file: file:../../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 2 - min_instances: 1 - max_instances: 2 diff --git a/cli/endpoints/online/managed/canary-declarative-flow/3-create-green.yml b/cli/endpoints/online/managed/canary-declarative-flow/3-create-green.yml deleted file mode 100644 index 0441b46e2..000000000 --- a/cli/endpoints/online/managed/canary-declarative-flow/3-create-green.yml +++ /dev/null @@ -1,56 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json -name: my-endpoint -type: online -auth_mode: key -traffic: - blue: 100 - green: 0 - -deployments: - #blue deployment - - name: blue - model: - name: model-1 - version: 1 - local_path: ../../model-1/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-1/onlinescoring/ - scoring_script: score.py - environment: - name: env-model1 - version: 1 - path: . - conda_file: file:../../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 2 - min_instances: 1 - max_instances: 2 - - #green deployment - - name: green - model: - name: model-2 - version: 1 - local_path: ../../model-2/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-2/onlinescoring/ - scoring_script: score.py - environment: - name: env-model2 - version: 1 - path: . - conda_file: file:../../model-2/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 2 - min_instances: 1 - max_instances: 2 diff --git a/cli/endpoints/online/managed/canary-declarative-flow/4-flight-green.yml b/cli/endpoints/online/managed/canary-declarative-flow/4-flight-green.yml deleted file mode 100644 index 6921311f3..000000000 --- a/cli/endpoints/online/managed/canary-declarative-flow/4-flight-green.yml +++ /dev/null @@ -1,56 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json -name: my-endpoint -type: online -auth_mode: key -traffic: - blue: 90 - green: 10 - -deployments: - #blue deployment - - name: blue - model: - name: model-1 - version: 1 - local_path: ../../model-1/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-1/onlinescoring/ - scoring_script: score.py - environment: - name: env-model1 - version: 1 - path: . - conda_file: file:../../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 2 - min_instances: 1 - max_instances: 2 - - #green deployment - - name: green - model: - name: model-2 - version: 1 - local_path: ../../model-2/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-2/onlinescoring/ - scoring_script: score.py - environment: - name: env-model2 - version: 1 - path: . - conda_file: file:../../model-2/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 2 - min_instances: 1 - max_instances: 2 diff --git a/cli/endpoints/online/managed/canary-declarative-flow/5-full-green.yml b/cli/endpoints/online/managed/canary-declarative-flow/5-full-green.yml deleted file mode 100644 index 8765b364a..000000000 --- a/cli/endpoints/online/managed/canary-declarative-flow/5-full-green.yml +++ /dev/null @@ -1,56 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json -name: my-endpoint -type: online -auth_mode: key -traffic: - blue: 0 - green: 100 - -deployments: - #blue deployment - - name: blue - model: - name: model-1 - version: 1 - local_path: ../../model-1/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-1/onlinescoring/ - scoring_script: score.py - environment: - name: env-model1 - version: 1 - path: . - conda_file: file:../../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 2 - min_instances: 1 - max_instances: 2 - - #green deployment - - name: green - model: - name: model-2 - version: 1 - local_path: ../../model-2/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-2/onlinescoring/ - scoring_script: score.py - environment: - name: env-model2 - version: 1 - path: . - conda_file: file:../../model-2/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 2 - min_instances: 1 - max_instances: 2 diff --git a/cli/endpoints/online/managed/canary-declarative-flow/6-delete-blue.yml b/cli/endpoints/online/managed/canary-declarative-flow/6-delete-blue.yml deleted file mode 100644 index 3e8efc6a1..000000000 --- a/cli/endpoints/online/managed/canary-declarative-flow/6-delete-blue.yml +++ /dev/null @@ -1,31 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json -name: my-endpoint -type: online -auth_mode: key -traffic: - green: 100 - -deployments: - #green deployment - - name: green - model: - name: model-2 - version: 1 - local_path: ../../model-2/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-2/onlinescoring/ - scoring_script: score.py - environment: - name: env-model2 - version: 1 - path: . - conda_file: file:../../model-2/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 2 - min_instances: 1 - max_instances: 2 diff --git a/cli/endpoints/online/managed/canary-imperative-flow/2-create-blue.yml b/cli/endpoints/online/managed/canary-imperative-flow/2-create-blue.yml deleted file mode 100644 index b5848d832..000000000 --- a/cli/endpoints/online/managed/canary-imperative-flow/2-create-blue.yml +++ /dev/null @@ -1,23 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json -name: blue -model: - name: model-1 - version: 1 - local_path: ../../model-1/model/sklearn_regression_model.pkl -code_configuration: - code: - local_path: ../../model-1/onlinescoring/ - scoring_script: score.py -environment: - name: env-model1 - version: 1 - path: . - conda_file: file:../../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 -instance_type: Standard_F2s_v2 -scale_settings: - scale_type: manual - instance_count: 1 - min_instances: 1 - max_instances: 2 \ No newline at end of file diff --git a/cli/endpoints/online/managed/canary-imperative-flow/3-create-green.yml b/cli/endpoints/online/managed/canary-imperative-flow/3-create-green.yml deleted file mode 100644 index acdd89bac..000000000 --- a/cli/endpoints/online/managed/canary-imperative-flow/3-create-green.yml +++ /dev/null @@ -1,23 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json -name: green -model: - name: model-2 - version: 1 - local_path: ../../model-2/model/sklearn_regression_model.pkl -code_configuration: - code: - local_path: ../../model-2/onlinescoring/ - scoring_script: score.py -environment: - name: env-model2 - version: 1 - path: . - conda_file: file:../../model-2/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 -instance_type: Standard_F2s_v2 -scale_settings: - scale_type: manual - instance_count: 2 - min_instances: 1 - max_instances: 2 \ No newline at end of file diff --git a/cli/endpoints/online/managed/managed-identities/1-sai-create-endpoint.yml b/cli/endpoints/online/managed/managed-identities/1-sai-create-endpoint.yml index 1b6b7c157..d13b74e3b 100644 --- a/cli/endpoints/online/managed/managed-identities/1-sai-create-endpoint.yml +++ b/cli/endpoints/online/managed/managed-identities/1-sai-create-endpoint.yml @@ -1,4 +1,3 @@ -# yaml-language-server: $schema=https://azuremlsdk2.blob.core.windows.net/latest/managedOnlineEndpoint.schema.json +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json name: my-sai-endpoint -type: online -auth_mode: key \ No newline at end of file +auth_mode: key diff --git a/cli/endpoints/online/managed/managed-identities/1-uai-create-endpoint-with-deployment.yml b/cli/endpoints/online/managed/managed-identities/1-uai-create-endpoint-with-deployment.yml deleted file mode 100644 index 721c2946e..000000000 --- a/cli/endpoints/online/managed/managed-identities/1-uai-create-endpoint-with-deployment.yml +++ /dev/null @@ -1,40 +0,0 @@ -# yaml-language-server: $schema=https://azuremlsdk2.blob.core.windows.net/latest/managedOnlineEndpoint.schema.json -name: my-uai-endpoint -type: online -auth_mode: key -identity: - type: user_assigned - user_assigned_identities: - - resource_id: user_identity_ARM_id_place_holder - -traffic: - blue: 100 - -deployments: - - name: blue - model: - name: model-1 - version: 1 - local_path: ../../model-1/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-1/onlinescoring/ - scoring_script: score_managedidentity.py - environment: - name: env-model1 - version: 1 - path: . - conda_file: file:../../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 1 - min_instances: 1 - max_instances: 2 - environment_variables: - STORAGE_ACCOUNT_NAME: "storage_place_holder" - STORAGE_CONTAINER_NAME: "container_place_holder" - FILE_NAME: "file_place_holder" - UAI_CLIENT_ID: "uai_client_id_place_holder" diff --git a/cli/endpoints/online/managed/managed-identities/1-uai-create-endpoint.yml b/cli/endpoints/online/managed/managed-identities/1-uai-create-endpoint.yml new file mode 100644 index 000000000..7993b6202 --- /dev/null +++ b/cli/endpoints/online/managed/managed-identities/1-uai-create-endpoint.yml @@ -0,0 +1,7 @@ +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json +name: my-uai-endpoint +auth_mode: key +identity: + type: user_assigned + user_assigned_identities: + - resource_id: user_identity_ARM_id_place_holder diff --git a/cli/endpoints/online/managed/managed-identities/2-sai-deployment.yml b/cli/endpoints/online/managed/managed-identities/2-sai-deployment.yml index f0a38297b..f34aedf2d 100644 --- a/cli/endpoints/online/managed/managed-identities/2-sai-deployment.yml +++ b/cli/endpoints/online/managed/managed-identities/2-sai-deployment.yml @@ -1,34 +1,17 @@ -# yaml-language-server: $schema=https://azuremlsdk2.blob.core.windows.net/latest/managedOnlineEndpoint.schema.json -name: my-sai-endpoint -type: online -auth_mode: key -traffic: - blue: 100 - -deployments: - - name: blue - model: - name: model-1 - version: 1 - local_path: ../../model-1/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-1/onlinescoring/ - scoring_script: score_managedidentity.py - environment: - name: env-model1 - version: 1 - path: . - conda_file: file:../../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 1 - min_instances: 1 - max_instances: 2 - environment_variables: - STORAGE_ACCOUNT_NAME: "storage_place_holder" - STORAGE_CONTAINER_NAME: "container_place_holder" - FILE_NAME: "file_place_holder" +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json +name: blue +model: + local_path: ../../model-1/model/sklearn_regression_model.pkl +code_configuration: + code: + local_path: ../../model-1/onlinescoring/ + scoring_script: score_managedidentity.py +environment: + conda_file: ../../model-1/environment/conda.yml + image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 +instance_type: Standard_F2s_v2 +instance_count: 1 +environment_variables: + STORAGE_ACCOUNT_NAME: "storage_place_holder" + STORAGE_CONTAINER_NAME: "container_place_holder" + FILE_NAME: "file_place_holder" diff --git a/cli/endpoints/online/managed/managed-identities/2-uai-deployment.yml b/cli/endpoints/online/managed/managed-identities/2-uai-deployment.yml new file mode 100644 index 000000000..0d005047c --- /dev/null +++ b/cli/endpoints/online/managed/managed-identities/2-uai-deployment.yml @@ -0,0 +1,17 @@ +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json +model: + local_path: ../../model-1/model/sklearn_regression_model.pkl +code_configuration: + code: + local_path: ../../model-1/onlinescoring/ + scoring_script: score_managedidentity.py +environment: + conda_file: ../../model-1/environment/conda.yml + image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 +instance_type: Standard_F2s_v2 +instance_count: 1 +environment_variables: + STORAGE_ACCOUNT_NAME: "storage_place_holder" + STORAGE_CONTAINER_NAME: "container_place_holder" + FILE_NAME: "file_place_holder" + UAI_CLIENT_ID: "uai_client_id_place_holder" \ No newline at end of file diff --git a/cli/endpoints/online/managed/sample/blue-deployment.yml b/cli/endpoints/online/managed/sample/blue-deployment.yml new file mode 100644 index 000000000..e35bd2eca --- /dev/null +++ b/cli/endpoints/online/managed/sample/blue-deployment.yml @@ -0,0 +1,14 @@ +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json +name: blue +endpoint_name: my-endpoint +model: + local_path: ../../model-1/model/sklearn_regression_model.pkl +code_configuration: + code: + local_path: ../../model-1/onlinescoring/ + scoring_script: score.py +environment: + conda_file: ../../model-1/environment/conda.yml + image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 +instance_type: Standard_F2s_v2 +instance_count: 1 diff --git a/cli/endpoints/online/managed/canary-imperative-flow/1-create-endpoint.yml b/cli/endpoints/online/managed/sample/endpoint.yml similarity index 61% rename from cli/endpoints/online/managed/canary-imperative-flow/1-create-endpoint.yml rename to cli/endpoints/online/managed/sample/endpoint.yml index 0f49dbf25..ef511f602 100644 --- a/cli/endpoints/online/managed/canary-imperative-flow/1-create-endpoint.yml +++ b/cli/endpoints/online/managed/sample/endpoint.yml @@ -1,4 +1,4 @@ $schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json -name: my-new-endpoint -type: online -auth_mode: aml_token \ No newline at end of file +name: my-endpoint +auth_mode: key + diff --git a/cli/endpoints/online/managed/sample/green-deployment.yml b/cli/endpoints/online/managed/sample/green-deployment.yml new file mode 100644 index 000000000..56cae5444 --- /dev/null +++ b/cli/endpoints/online/managed/sample/green-deployment.yml @@ -0,0 +1,14 @@ +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json +name: green +endpoint_name: my-endpoint +model: + local_path: ../../model-2/model/sklearn_regression_model.pkl +code_configuration: + code: + local_path: ../../model-2/onlinescoring/ + scoring_script: score.py +environment: + conda_file: ../../model-2/environment/conda.yml + image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 +instance_type: Standard_F2s_v2 +instance_count: 1 diff --git a/cli/endpoints/amlarc/model-1/sample-request.json b/cli/endpoints/online/managed/sample/sample-request.json similarity index 100% rename from cli/endpoints/amlarc/model-1/sample-request.json rename to cli/endpoints/online/managed/sample/sample-request.json diff --git a/cli/endpoints/online/managed/simple-flow/1-create-endpoint-with-blue.yml b/cli/endpoints/online/managed/simple-flow/1-create-endpoint-with-blue.yml deleted file mode 100644 index 26f08f8cd..000000000 --- a/cli/endpoints/online/managed/simple-flow/1-create-endpoint-with-blue.yml +++ /dev/null @@ -1,31 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json -name: my-endpoint -type: online -auth_mode: key -traffic: - blue: 100 - -deployments: - #blue deployment - - name: blue - model: - name: model-1 - version: 1 - local_path: ../../model-1/model/sklearn_regression_model.pkl - code_configuration: - code: - local_path: ../../model-1/onlinescoring/ - scoring_script: score.py - environment: - name: env-model1 - version: 1 - path: . - conda_file: file:../../model-1/environment/conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04:20210727.v1 - instance_type: Standard_F2s_v2 - scale_settings: - scale_type: manual - instance_count: 1 - min_instances: 1 - max_instances: 2 diff --git a/cli/endpoints/online/managed/simple-flow/sample-request.json b/cli/endpoints/online/managed/simple-flow/sample-request.json deleted file mode 100644 index ebf20bf85..000000000 --- a/cli/endpoints/online/managed/simple-flow/sample-request.json +++ /dev/null @@ -1,4 +0,0 @@ -{"data": [ - [1,2,3,4,5,6,7,8,9,10], - [10,9,8,7,6,5,4,3,2,1] -]} \ No newline at end of file diff --git a/cli/endpoints/online/mlflow/create-endpoint.yaml b/cli/endpoints/online/mlflow/create-endpoint.yaml new file mode 100644 index 000000000..423f4e067 --- /dev/null +++ b/cli/endpoints/online/mlflow/create-endpoint.yaml @@ -0,0 +1,3 @@ +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json +name: my-endpoint +auth_mode: key \ No newline at end of file diff --git a/cli/endpoints/online/mlflow/lightgbm-deployment.yaml b/cli/endpoints/online/mlflow/lightgbm-deployment.yaml new file mode 100644 index 000000000..b0fb069fb --- /dev/null +++ b/cli/endpoints/online/mlflow/lightgbm-deployment.yaml @@ -0,0 +1,10 @@ +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json +name: lightgbm-deployment +endpoint_name: my-endpoint +model: + name: sample-mlflow-lightgbm-model + version: 1 + local_path: lightgbm-iris/model + model_format: mlflow +instance_type: Standard_F2s_v2 +instance_count: 1 \ No newline at end of file diff --git a/cli/assets/model/mlflow-models/lightgbm-iris/MLmodel b/cli/endpoints/online/mlflow/lightgbm-iris/model/MLmodel similarity index 72% rename from cli/assets/model/mlflow-models/lightgbm-iris/MLmodel rename to cli/endpoints/online/mlflow/lightgbm-iris/model/MLmodel index 836d33eed..adc0840d1 100644 --- a/cli/assets/model/mlflow-models/lightgbm-iris/MLmodel +++ b/cli/endpoints/online/mlflow/lightgbm-iris/model/MLmodel @@ -2,17 +2,17 @@ artifact_path: model flavors: lightgbm: data: model.lgb - lgb_version: 3.2.0 + lgb_version: 3.2.1 python_function: data: model.lgb - env: conda.yml + env: conda.yaml loader_module: mlflow.lightgbm - python_version: 3.8.8 -run_id: 64a1fab6-897f-4192-a3e3-e33f25f3447f + python_version: 3.7.11 +run_id: 2bb6ce9d-5014-4902-a560-f7c947273b3f signature: inputs: '[{"name": "sepal_length", "type": "double"}, {"name": "sepal_width", "type": "double"}, {"name": "petal_length", "type": "double"}, {"name": "petal_width", "type": "double"}]' outputs: '[{"type": "tensor", "tensor-spec": {"dtype": "float64", "shape": [-1, 3]}}]' -utc_time_created: '2021-04-08 15:17:21.890161' +utc_time_created: '2021-10-19 17:44:55.937513' diff --git a/cli/endpoints/online/mlflow/lightgbm-iris/model/conda.yaml b/cli/endpoints/online/mlflow/lightgbm-iris/model/conda.yaml new file mode 100644 index 000000000..e91677836 --- /dev/null +++ b/cli/endpoints/online/mlflow/lightgbm-iris/model/conda.yaml @@ -0,0 +1,14 @@ +channels: +- conda-forge +dependencies: +- python=3.7.11 +- pip +- pip: + - mlflow + - configparser==3.7.4 + - distributed==2021.6.2 + - ipython==7.28.0 + - lightgbm==3.2.1 + - matplotlib==3.3.4 + - pandas==1.1.5 +name: mlflow-env diff --git a/cli/assets/model/mlflow-models/lightgbm-iris/model.lgb b/cli/endpoints/online/mlflow/lightgbm-iris/model/model.lgb similarity index 100% rename from cli/assets/model/mlflow-models/lightgbm-iris/model.lgb rename to cli/endpoints/online/mlflow/lightgbm-iris/model/model.lgb diff --git a/cli/endpoints/online/mlflow/lightgbm-iris/model/requirements.txt b/cli/endpoints/online/mlflow/lightgbm-iris/model/requirements.txt new file mode 100644 index 000000000..e295dc85c --- /dev/null +++ b/cli/endpoints/online/mlflow/lightgbm-iris/model/requirements.txt @@ -0,0 +1,7 @@ +mlflow +configparser==3.7.4 +distributed==2021.6.2 +ipython==7.28.0 +lightgbm==3.2.1 +matplotlib==3.3.4 +pandas==1.1.5 \ No newline at end of file diff --git a/cli/endpoints/online/mlflow/sample-request-lightgbm.json b/cli/endpoints/online/mlflow/sample-request-lightgbm.json new file mode 100644 index 000000000..52bea5469 --- /dev/null +++ b/cli/endpoints/online/mlflow/sample-request-lightgbm.json @@ -0,0 +1,13 @@ +{"input_data": { + "columns": [ + "sepal_length", + "sepal_width", + "petal_length", + "petal_width" + ], + "data": [ + [ 1.0,2.0,3.0,4.0], + [ 10.0,2.0,9.0,8.0] + ], + "index": [0,1] + }} \ No newline at end of file diff --git a/cli/endpoints/online/mlflow/sample-request-sklearn.json b/cli/endpoints/online/mlflow/sample-request-sklearn.json new file mode 100644 index 000000000..4a6c0e791 --- /dev/null +++ b/cli/endpoints/online/mlflow/sample-request-sklearn.json @@ -0,0 +1,19 @@ +{"input_data": { + "columns": [ + "age", + "sex", + "bmi", + "bp", + "s1", + "s2", + "s3", + "s4", + "s5", + "s6" + ], + "data": [ + [ 1.0,2.0,3.0,4.0,5.0,6.0,7.0,8.0,9.0,10.0 ], + [ 10.0,2.0,9.0,8.0,7.0,6.0,5.0,4.0,3.0,2.0] + ], + "index": [0,1] + }} \ No newline at end of file diff --git a/cli/endpoints/online/mlflow/sklearn-deployment.yaml b/cli/endpoints/online/mlflow/sklearn-deployment.yaml new file mode 100644 index 000000000..0d803636b --- /dev/null +++ b/cli/endpoints/online/mlflow/sklearn-deployment.yaml @@ -0,0 +1,10 @@ +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json +name: sklearn-deployment +endpoint_name: my-endpoint +model: + name: sample-mlflow-sklearn-model + version: 1 + local_path: sklearn-diabetes/model + model_format: mlflow +instance_type: Standard_F2s_v2 +instance_count: 1 \ No newline at end of file diff --git a/cli/endpoints/online/mlflow/sklearn-diabetes/model/MLmodel b/cli/endpoints/online/mlflow/sklearn-diabetes/model/MLmodel new file mode 100644 index 000000000..0faa91e88 --- /dev/null +++ b/cli/endpoints/online/mlflow/sklearn-diabetes/model/MLmodel @@ -0,0 +1,20 @@ +artifact_path: model +flavors: + python_function: + env: conda.yaml + loader_module: mlflow.sklearn + model_path: model.pkl + python_version: 3.7.11 + sklearn: + pickled_model: model.pkl + serialization_format: cloudpickle + sklearn_version: 0.24.1 +run_id: 6696c814-876a-445a-b452-0b68e57b0331 +signature: + inputs: '[{"name": "age", "type": "double"}, {"name": "sex", "type": "double"}, + {"name": "bmi", "type": "double"}, {"name": "bp", "type": "double"}, {"name": + "s1", "type": "double"}, {"name": "s2", "type": "double"}, {"name": "s3", "type": + "double"}, {"name": "s4", "type": "double"}, {"name": "s5", "type": "double"}, + {"name": "s6", "type": "double"}]' + outputs: '[{"type": "tensor", "tensor-spec": {"dtype": "float64", "shape": [-1]}}]' +utc_time_created: '2021-10-19 18:08:54.042999' diff --git a/cli/endpoints/online/mlflow/sklearn-diabetes/model/conda.yaml b/cli/endpoints/online/mlflow/sklearn-diabetes/model/conda.yaml new file mode 100644 index 000000000..ac80f5ea7 --- /dev/null +++ b/cli/endpoints/online/mlflow/sklearn-diabetes/model/conda.yaml @@ -0,0 +1,11 @@ +channels: +- conda-forge +dependencies: +- python=3.7.11 +- pip +- pip: + - mlflow + - cloudpickle==2.0.0 + - psutil==5.8.0 + - scikit-learn==0.24.1 +name: mlflow-env diff --git a/cli/endpoints/online/mlflow/sklearn-diabetes/model/model.pkl b/cli/endpoints/online/mlflow/sklearn-diabetes/model/model.pkl new file mode 100644 index 000000000..afeaa9563 Binary files /dev/null and b/cli/endpoints/online/mlflow/sklearn-diabetes/model/model.pkl differ diff --git a/cli/endpoints/online/mlflow/sklearn-diabetes/model/requirements.txt b/cli/endpoints/online/mlflow/sklearn-diabetes/model/requirements.txt new file mode 100644 index 000000000..1330a2555 --- /dev/null +++ b/cli/endpoints/online/mlflow/sklearn-diabetes/model/requirements.txt @@ -0,0 +1,4 @@ +mlflow +cloudpickle==2.0.0 +psutil==5.8.0 +scikit-learn==0.24.1 \ No newline at end of file diff --git a/cli/endpoints/online/triton/ensemble/code/dummy.py b/cli/endpoints/online/triton/ensemble/code/dummy.py deleted file mode 100644 index 7af448ca8..000000000 --- a/cli/endpoints/online/triton/ensemble/code/dummy.py +++ /dev/null @@ -1,12 +0,0 @@ -import json -import numpy as np - - -def init(): - print("Test") - - -def run(raw_data): - np.array(json.loads(raw_data)["data"]) - # you can return any data type as long as it is JSON-serializable - return ["Test"] diff --git a/cli/endpoints/online/triton/ensemble/code/requirements.txt b/cli/endpoints/online/triton/ensemble/code/requirements.txt deleted file mode 100644 index de3503dc8..000000000 --- a/cli/endpoints/online/triton/ensemble/code/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -nltk==3.6.2 \ No newline at end of file diff --git a/cli/endpoints/online/triton/ensemble/create-endpoint-with-deployment-mir.yml b/cli/endpoints/online/triton/ensemble/create-endpoint-with-deployment-mir.yml deleted file mode 100644 index bc96c7bef..000000000 --- a/cli/endpoints/online/triton/ensemble/create-endpoint-with-deployment-mir.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: mir-ensemble-model -type: online -auth_mode: aml_token -traffic: - blue: 100 -deployments: - - name: blue - model: - name: bidaf-ensemble - version: 3 - local_path: ./models - code_configuration: - code: - local_path: ./code - scoring_script: dummy.py - environment: - name: triton-mir-endpoint - version: 1 - docker: - image: mcr.microsoft.com/azureml/tritonserver-21.02-py38-inference:20210817.v1 - environment_variables: - AZUREML_EXTRA_REQUIREMENTS_TXT: requirements.txt - scale_settings: - scale_type: manual - instance_count: 1 - instance_type: Standard_NC6s_v3 diff --git a/cli/endpoints/online/triton/ensemble/models/triton/bidaf-ensemble/1/placeholder.txt b/cli/endpoints/online/triton/ensemble/models/triton/bidaf-ensemble/1/placeholder.txt deleted file mode 100644 index e69de29bb..000000000 diff --git a/cli/endpoints/online/triton/ensemble/models/triton/bidaf-ensemble/config.pbtxt b/cli/endpoints/online/triton/ensemble/models/triton/bidaf-ensemble/config.pbtxt deleted file mode 100644 index 707869c82..000000000 --- a/cli/endpoints/online/triton/ensemble/models/triton/bidaf-ensemble/config.pbtxt +++ /dev/null @@ -1,102 +0,0 @@ -name: "bidaf-ensemble" -platform: "ensemble" -input [ - { - name: "CONTEXT" - data_type: TYPE_STRING - dims: [ 1 ] - }, - { - name: "QUERY" - data_type: TYPE_STRING - dims: [ 1 ] - } -] -output [ - { - name: "OUTPUT" - data_type: TYPE_STRING - dims: [ 1 ] - } -] - -ensemble_scheduling { - step [ - { - model_name: "bidaf-preprocess" - model_version: -1 - input_map { - key: "INPUT0" - value: "CONTEXT" - } - input_map { - key: "INPUT1" - value: "QUERY" - } - output_map { - key: "OUTPUT0" - value: "qw" - } - output_map { - key: "OUTPUT1" - value: "cc" - } - output_map { - key: "OUTPUT2" - value: "qc" - } - output_map { - key: "OUTPUT3" - value: "cw" - } - }, - { - model_name: "bidaf-9" - model_version: -1 - input_map { - key: "query_word" - value: "qw" - } - input_map { - key: "context_char" - value: "cc" - } - input_map { - key: "query_char" - value: "qc" - } - input_map { - key: "context_word" - value: "cw" - } - output_map { - key: "end_pos" - value: "ep" - } - output_map { - key: "start_pos" - value: "sp" - } - }, - { - model_name: "bidaf-postprocess" - model_version: -1 - input_map { - key: "INPUT0" - value: "cw" - } - input_map { - key: "INPUT1" - value: "sp" - } - input_map { - key: "INPUT2" - value: "ep" - } - output_map { - key: "OUTPUT" - value: "OUTPUT" - } - } - ] -} diff --git a/cli/endpoints/online/triton/ensemble/models/triton/bidaf-postprocess/1/model.py b/cli/endpoints/online/triton/ensemble/models/triton/bidaf-postprocess/1/model.py deleted file mode 100644 index 892a8264c..000000000 --- a/cli/endpoints/online/triton/ensemble/models/triton/bidaf-postprocess/1/model.py +++ /dev/null @@ -1,97 +0,0 @@ -import json -import numpy as np - -import triton_python_backend_utils as pb_utils - - -class TritonPythonModel: - """Your Python model must use the same class name. Every Python model - that is created must have "TritonPythonModel" as the class name. - """ - - def initialize(self, args): - """`initialize` is called only once when the model is being loaded. - Implementing `initialize` function is optional. This function allows - the model to intialize any state associated with this model. - - Parameters - ---------- - args : dict - Both keys and values are strings. The dictionary keys and values are: - * model_config: A JSON string containing the model configuration - * model_instance_kind: A string containing model instance kind - * model_instance_device_id: A string containing model instance device ID - * model_repository: Model repository path - * model_version: Model version - * model_name: Model name - """ - - # You must parse model_config. JSON string is not parsed here - self.model_config = model_config = json.loads(args["model_config"]) - - # Get OUTPUT0 configuration - output_config = pb_utils.get_output_config_by_name(model_config, "OUTPUT") - - # Convert Triton types to numpy types - self.output_dtype = pb_utils.triton_string_to_numpy(output_config["data_type"]) - - # Get model repository path to read labels - self.model_repository = model_repository = args["model_repository"] - print(model_repository) - - def execute(self, requests): - """ - Parameters - ---------- - requests : list - A list of pb_utils.InferenceRequest - - Returns - ------- - list - A list of pb_utils.InferenceResponse. The length of this list must - be the same as `requests` - """ - - output_dtype = self.output_dtype - - responses = [] - - # Every Python backend must iterate over everyone of the requests - # and create a pb_utils.InferenceResponse for each of them. - for request in requests: - # Get INPUT0 - in_0 = pb_utils.get_input_tensor_by_name(request, "INPUT0") - context = in_0.as_numpy().astype(str) - print(context) - - # Get INPUT1 - in_1 = pb_utils.get_input_tensor_by_name(request, "INPUT1") - start_pos = in_1.as_numpy().astype(int)[0] - print(start_pos) - - # Get INPUT2 - in_2 = pb_utils.get_input_tensor_by_name(request, "INPUT2") - end_pos = in_2.as_numpy().astype(int)[0] - print(end_pos) - - result = [w.encode() for w in context[start_pos : end_pos + 1].reshape(-1)] - - out_0 = np.array(result, dtype=output_dtype) - - # Create output tensors. You need pb_utils.Tensor objects to create pb_utils.InferenceResponse. - out_tensor_0 = pb_utils.Tensor("OUTPUT", out_0) - - inference_response = pb_utils.InferenceResponse( - output_tensors=[out_tensor_0] - ) - responses.append(inference_response) - - return responses - - def finalize(self): - """`finalize` is called only once when the model is being unloaded. - Implementing `finalize` function is OPTIONAL. This function allows - the model to perform any necessary clean ups before exit. - """ - print("Cleaning up...") diff --git a/cli/endpoints/online/triton/ensemble/models/triton/bidaf-postprocess/config.pbtxt b/cli/endpoints/online/triton/ensemble/models/triton/bidaf-postprocess/config.pbtxt deleted file mode 100644 index dd34bb97c..000000000 --- a/cli/endpoints/online/triton/ensemble/models/triton/bidaf-postprocess/config.pbtxt +++ /dev/null @@ -1,28 +0,0 @@ -name: "bidaf-postprocess" -backend: "python" -input [ - { - name: "INPUT0" - data_type: TYPE_STRING - dims: [-1, 1] - }, - { - name: "INPUT1" - data_type: TYPE_INT32 - dims: [1] - }, - { - name: "INPUT2" - data_type: TYPE_INT32 - dims: [1] - } -] -output [ - { - name: "OUTPUT" - data_type: TYPE_STRING - dims: [1] - } -] - -instance_group [{ kind: KIND_CPU }] diff --git a/cli/endpoints/online/triton/ensemble/models/triton/bidaf-preprocess/1/model.py b/cli/endpoints/online/triton/ensemble/models/triton/bidaf-preprocess/1/model.py deleted file mode 100644 index 52df2f31b..000000000 --- a/cli/endpoints/online/triton/ensemble/models/triton/bidaf-preprocess/1/model.py +++ /dev/null @@ -1,142 +0,0 @@ -import nltk -import json -import numpy as np - -from nltk import word_tokenize - -import triton_python_backend_utils as pb_utils - - -class TritonPythonModel: - """Your Python model must use the same class name. Every Python model - that is created must have "TritonPythonModel" as the class name. - """ - - def initialize(self, args): - """`initialize` is called only once when the model is being loaded. - Implementing `initialize` function is optional. This function allows - the model to intialize any state associated with this model. - - Parameters - ---------- - args : dict - Both keys and values are strings. The dictionary keys and values are: - * model_config: A JSON string containing the model configuration - * model_instance_kind: A string containing model instance kind - * model_instance_device_id: A string containing model instance device ID - * model_repository: Model repository path - * model_version: Model version - * model_name: Model name - """ - - # You must parse model_config. JSON string is not parsed here - self.model_config = model_config = json.loads(args["model_config"]) - - # Get OUTPUT0 configuration - output0_config = pb_utils.get_output_config_by_name(model_config, "OUTPUT0") - - # Get OUTPUT1 configuration - output1_config = pb_utils.get_output_config_by_name(model_config, "OUTPUT1") - - # Get OUTPUT2 configuration - output2_config = pb_utils.get_output_config_by_name(model_config, "OUTPUT2") - - # Get OUTPUT3 configuration - output3_config = pb_utils.get_output_config_by_name(model_config, "OUTPUT3") - - # Convert Triton types to numpy types - self.output0_dtype = pb_utils.triton_string_to_numpy( - output0_config["data_type"] - ) - self.output1_dtype = pb_utils.triton_string_to_numpy( - output1_config["data_type"] - ) - self.output2_dtype = pb_utils.triton_string_to_numpy( - output2_config["data_type"] - ) - self.output3_dtype = pb_utils.triton_string_to_numpy( - output3_config["data_type"] - ) - - # Get model repository path to read labels - self.model_repository = model_repository = args["model_repository"] - print(model_repository) - - # Initialize tokenizer - nltk.download("punkt") - - def tokenize(self, text): - - tokens = word_tokenize(text) - - # split into lower-case word tokens, in numpy array with shape of (seq, 1) - words = np.array([w.lower() for w in tokens], dtype=np.object_).reshape(-1, 1) - - # split words into chars, in numpy array with shape of (seq, 1, 1, 16) - chars = [[c for c in t][:16] for t in tokens] - chars = [cs + [""] * (16 - len(cs)) for cs in chars] - chars = np.array(chars, dtype=np.object_).reshape(-1, 1, 1, 16) - - return words, chars - - def execute(self, requests): - """ - Parameters - ---------- - requests : list - A list of pb_utils.InferenceRequest - - Returns - ------- - list - A list of pb_utils.InferenceResponse. The length of this list must - be the same as `requests` - """ - - output0_dtype = self.output0_dtype - output1_dtype = self.output1_dtype - output2_dtype = self.output2_dtype - output3_dtype = self.output3_dtype - - responses = [] - - # Every Python backend must iterate over everyone of the requests - # and create a pb_utils.InferenceResponse for each of them. - for request in requests: - # Get INPUT0 - in_0 = pb_utils.get_input_tensor_by_name(request, "INPUT0") - context = in_0.as_numpy().astype(str) - print(context) - - # Get INPUT1 - in_0 = pb_utils.get_input_tensor_by_name(request, "INPUT1") - query = in_0.as_numpy().astype(str) - print(query) - - cw, cc = self.tokenize(context[0]) - qw, qc = self.tokenize(query[0]) - - out_0 = np.array(qw, dtype=output0_dtype) - out_1 = np.array(cc, dtype=output1_dtype) - out_2 = np.array(qc, dtype=output2_dtype) - out_3 = np.array(cw, dtype=output3_dtype) - - # Create output tensors. You need pb_utils.Tensor objects to create pb_utils.InferenceResponse. - out_tensor_0 = pb_utils.Tensor("OUTPUT0", out_0) - out_tensor_1 = pb_utils.Tensor("OUTPUT1", out_1) - out_tensor_2 = pb_utils.Tensor("OUTPUT2", out_2) - out_tensor_3 = pb_utils.Tensor("OUTPUT3", out_3) - - inference_response = pb_utils.InferenceResponse( - output_tensors=[out_tensor_0, out_tensor_1, out_tensor_2, out_tensor_3] - ) - responses.append(inference_response) - - return responses - - def finalize(self): - """`finalize` is called only once when the model is being unloaded. - Implementing `finalize` function is OPTIONAL. This function allows - the model to perform any necessary clean ups before exit. - """ - print("Cleaning up...") diff --git a/cli/endpoints/online/triton/ensemble/models/triton/bidaf-preprocess/config.pbtxt b/cli/endpoints/online/triton/ensemble/models/triton/bidaf-preprocess/config.pbtxt deleted file mode 100644 index 6f3efcd39..000000000 --- a/cli/endpoints/online/triton/ensemble/models/triton/bidaf-preprocess/config.pbtxt +++ /dev/null @@ -1,38 +0,0 @@ -name: "bidaf-preprocess" -backend: "python" -input [ - { - name: "INPUT0" - data_type: TYPE_STRING - dims: [1] - }, - { - name: "INPUT1" - data_type: TYPE_STRING - dims: [1] - } -] -output [ - { - name: "OUTPUT0" - data_type: TYPE_STRING - dims: [-1, 1] - }, - { - name: "OUTPUT1" - data_type: TYPE_STRING - dims: [-1, 1, 1, 16] - }, - { - name: "OUTPUT2" - data_type: TYPE_STRING - dims: [-1, 1, 1, 16] - }, - { - name: "OUTPUT3" - data_type: TYPE_STRING - dims: [-1, 1] - } -] - -instance_group [{ kind: KIND_CPU }] diff --git a/cli/endpoints/online/triton/ensemble/sample-request.json b/cli/endpoints/online/triton/ensemble/sample-request.json deleted file mode 100644 index 1638f93db..000000000 --- a/cli/endpoints/online/triton/ensemble/sample-request.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "inputs": [{ - "name": "CONTEXT", - "shape": [1], - "datatype": "BYTES", - "data": ["A quick brown fox jumped over the lazy dog."] - }, { - "name": "QUERY", - "shape": [1], - "datatype": "BYTES", - "data": ["Which animal was lower?"] - }], - "outputs": [{ - "name": "OUTPUT", - "parameters": { - "binary_data": false - } - }] -} \ No newline at end of file diff --git a/cli/endpoints/online/triton/multi-models/code/dummy.py b/cli/endpoints/online/triton/multi-models/code/dummy.py deleted file mode 100644 index 7af448ca8..000000000 --- a/cli/endpoints/online/triton/multi-models/code/dummy.py +++ /dev/null @@ -1,12 +0,0 @@ -import json -import numpy as np - - -def init(): - print("Test") - - -def run(raw_data): - np.array(json.loads(raw_data)["data"]) - # you can return any data type as long as it is JSON-serializable - return ["Test"] diff --git a/cli/endpoints/online/triton/multi-models/create-endpoint-with-deployment-mir.yml b/cli/endpoints/online/triton/multi-models/create-endpoint-with-deployment-mir.yml deleted file mode 100644 index 177e5fb38..000000000 --- a/cli/endpoints/online/triton/multi-models/create-endpoint-with-deployment-mir.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: triton-mir-endpoint -type: online -auth_mode: aml_token -traffic: - blue: 100 -deployments: - - name: blue - model: - name: multi-models - version: 1 - local_path: ./models - code_configuration: - code: - local_path: ./code - scoring_script: dummy.py - environment: - name: triton-mir-endpoint - version: 1 - docker: - image: mcr.microsoft.com/azureml/tritonserver-21.02-py38-inference:20210817.v1 - instance_type: Standard_NC6s_v3 diff --git a/cli/endpoints/online/triton/single-model/code/dummy.py b/cli/endpoints/online/triton/single-model/code/dummy.py deleted file mode 100644 index 7af448ca8..000000000 --- a/cli/endpoints/online/triton/single-model/code/dummy.py +++ /dev/null @@ -1,12 +0,0 @@ -import json -import numpy as np - - -def init(): - print("Test") - - -def run(raw_data): - np.array(json.loads(raw_data)["data"]) - # you can return any data type as long as it is JSON-serializable - return ["Test"] diff --git a/cli/endpoints/online/triton/single-model/create-endpoint-with-deployment-mir.yml b/cli/endpoints/online/triton/single-model/create-endpoint-with-deployment-mir.yml deleted file mode 100644 index 181fbf68b..000000000 --- a/cli/endpoints/online/triton/single-model/create-endpoint-with-deployment-mir.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: mir-deploy -type: online -auth_mode: aml_token -traffic: - blue: 100 -deployments: - - name: blue - model: - name: densenet-onnx - version: 4 - local_path: ./models - code_configuration: - code: - local_path: ./code - scoring_script: dummy.py - environment: - name: triton-mir-endpoint - version: 1 - docker: - image: mcr.microsoft.com/azureml/tritonserver-21.02-py38-inference:20210817.v1 - scale_settings: - scale_type: manual - instance_count: 1 - instance_type: Standard_NC6s_v3 diff --git a/cli/endpoints/online/triton/single-model/create-managed-deployment.yaml b/cli/endpoints/online/triton/single-model/create-managed-deployment.yaml new file mode 100644 index 000000000..c041a93fc --- /dev/null +++ b/cli/endpoints/online/triton/single-model/create-managed-deployment.yaml @@ -0,0 +1,9 @@ +name: blue +endpoint_name: my-endpoint +model: + name: sample-densenet-onnx-model + version: 1 + local_path: ./models + model_format: Triton +instance_count: 1 +instance_type: Standard_NC6s_v3 \ No newline at end of file diff --git a/cli/endpoints/online/triton/single-model/create-managed-endpoint.yaml b/cli/endpoints/online/triton/single-model/create-managed-endpoint.yaml new file mode 100644 index 000000000..ed2c7fcfe --- /dev/null +++ b/cli/endpoints/online/triton/single-model/create-managed-endpoint.yaml @@ -0,0 +1,3 @@ +$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json +name: my-endpoint +auth_mode: aml_token \ No newline at end of file diff --git a/cli/endpoints/online/triton/single-model/models/model_1/1/model.onnx b/cli/endpoints/online/triton/single-model/models/model_1/1/model.onnx new file mode 100644 index 000000000..dec885356 Binary files /dev/null and b/cli/endpoints/online/triton/single-model/models/model_1/1/model.onnx differ diff --git a/cli/endpoints/online/triton/single-model/triton_densenet_scoring.py b/cli/endpoints/online/triton/single-model/triton_densenet_scoring.py index e728601ab..5b5ca8613 100644 --- a/cli/endpoints/online/triton/single-model/triton_densenet_scoring.py +++ b/cli/endpoints/online/triton/single-model/triton_densenet_scoring.py @@ -79,7 +79,7 @@ if __name__ == "__main__": print("Is server ready - {}".format(health_ctx)) # Check status of model - model_name = "densenet_onnx" + model_name = "model_1" status_ctx = triton_client.is_model_ready(model_name, "1", headers) print("Is model ready - {}".format(status_ctx)) diff --git a/cli/how-to-deploy-amlarc-endpoint.sh b/cli/how-to-deploy-amlarc-endpoint.sh deleted file mode 100644 index 1c58a16bb..000000000 --- a/cli/how-to-deploy-amlarc-endpoint.sh +++ /dev/null @@ -1,60 +0,0 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - -set -e - -# -export ENDPOINT_NAME="" -# - -export COMPUTE_ID = "" -export ENDPOINT_NAME=endpt-`echo $RANDOM` - -$file = "endpoints/amlarc/managed/simple-flow/1-create-endpoint-with-blue.yml" -$compute_string = "{{fullyQualifiedComputeId}}" -sed -i.bak 's|${compute_string}|${COMPUTE_ID}|g' $file - -# -az ml endpoint create -n $ENDPOINT_NAME -f $file -# - -# -az ml endpoint show -n $ENDPOINT_NAME -# - -# check if create was successful -endpoint_status=`az ml endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` -echo $endpoint_status -if [[ $endpoint_status == "Succeeded" ]] -then - echo "Endpoint created successfully" -else - echo "Endpoint creation failed" - exit 1 -fi - -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='blue'].provisioning_state" -o tsv` -echo $deploy_status -if [[ $deploy_status == "Succeeded" ]] -then - echo "Deployment completed successfully" -else - echo "Deployment failed" - exit 1 -fi - -# -az ml endpoint invoke -n $ENDPOINT_NAME --request-file endpoints/online/model-1/sample-request.json -# - -# -az ml endpoint get-logs -n $ENDPOINT_NAME --deployment blue -# - -# -az ml endpoint show -n $ENDPOINT_NAME --query "scoring_uri" -# - -# -az ml endpoint delete -n $ENDPOINT_NAME --yes --no-wait -# \ No newline at end of file diff --git a/cli/how-to-deploy-declarative-safe-rollout-amlarc-endpoints.sh b/cli/how-to-deploy-declarative-safe-rollout-amlarc-endpoints.sh deleted file mode 100644 index 24270a2f8..000000000 --- a/cli/how-to-deploy-declarative-safe-rollout-amlarc-endpoints.sh +++ /dev/null @@ -1,98 +0,0 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - -set -e - -# -export ENDPOINT_NAME="" -# - -export COMPUTE_ID = "" -export ENDPOINT_NAME=endpt-`echo $RANDOM` - -#create the endpoint -$file = "endpoints/amlarc/managed/canary-declarative-flow/1-create-endpoint-with-blue.yml" -$compute_string = "{{fullyQualifiedComputeId}}" -sed -i.bak 's|${compute_string}|${COMPUTE_ID}|g' $file -//az ml endpoint create -n $ENDPOINT_NAME -f $file - -#check if create was successful -endpoint_status=`az ml endpoint show --name $ENDPOINT_NAME --query "provisioning_state" -o tsv` -echo $endpoint_status -if [[ $endpoint_status == "Succeeded" ]] -then - echo "Endpoint created successfully" -else - echo "Endpoint creation failed" - exit 1 -fi - -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='blue'].provisioning_state" -o tsv` -echo $deploy_status -if [[ $deploy_status == "Succeeded" ]] -then - echo "Deployment completed successfully" -else - echo "Deployment failed" - exit 1 -fi - -# -$file = "endpoints/amlarc/managed/canary-declarative-flow/2-scale-blue.yml" -sed -i.bak 's|${compute_string}|${COMPUTE_ID}|g' $file -az ml endpoint update -n $ENDPOINT_NAME -f $file -# - -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='blue'].provisioning_state" -o tsv` -echo $deploy_status -if [[ $deploy_status == "Succeeded" ]] -then - echo "Deployment updated successfully" -else - echo "Deployment failed" - exit 1 -fi - -# -$file = "endpoints/amlarc/managed/canary-declarative-flow/3-create-green.yml" -sed -i.bak 's|${compute_string}|${COMPUTE_ID}|g' $file -az ml endpoint update -n $ENDPOINT_NAME -f $file -# - -deploy_status=`az ml endpoint show --name $ENDPOINT_NAME --query "deployments[?name=='green'].provisioning_state" -o tsv` -echo $deploy_status -if [[ $deploy_status == "Succeeded" ]] -then - echo "Deployment completed successfully" -else - echo "Deployment failed" - exit 1 -fi - -# -$file = "endpoints/amlarc/model-2/sample-request.json" -sed -i.bak 's|${compute_string}|${COMPUTE_ID}|g' $file -az ml endpoint invoke --name $ENDPOINT_NAME --deployment green --request-file $file -# - -# -$file = "endpoints/amlarc/managed/canary-declarative-flow/4-flight-green.yml" -sed -i.bak 's|${compute_string}|${COMPUTE_ID}|g' $file -az ml endpoint update -n $ENDPOINT_NAME -f $file -# - -# -$file = "endpoints/amlarc/managed/canary-declarative-flow/5-full-green.yml" -sed -i.bak 's|${compute_string}|${COMPUTE_ID}|g' $file -az ml endpoint update -n $ENDPOINT_NAME -f $file -# - -# -$file = "endpoints/amlarc/managed/canary-declarative-flow/6-delete-blue.yml" -sed -i.bak 's|${compute_string}|${COMPUTE_ID}|g' $file -az ml endpoint update -n $ENDPOINT_NAME -f $file -# - -# -az ml endpoint delete -n $ENDPOINT_NAME --yes --no-wait -# \ No newline at end of file diff --git a/cli/jobs/basics/.gitignore b/cli/jobs/basics/.gitignore new file mode 100644 index 000000000..e9af030ae --- /dev/null +++ b/cli/jobs/basics/.gitignore @@ -0,0 +1 @@ +test.yml diff --git a/cli/jobs/basics/hello-code.yml b/cli/jobs/basics/hello-code.yml new file mode 100644 index 000000000..47179742a --- /dev/null +++ b/cli/jobs/basics/hello-code.yml @@ -0,0 +1,7 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: ls +code: + local_path: src +environment: + image: python:latest +compute: azureml:cpu-cluster diff --git a/cli/jobs/basics/hello-iris-datastore-file.yml b/cli/jobs/basics/hello-iris-datastore-file.yml new file mode 100644 index 000000000..4c7701a42 --- /dev/null +++ b/cli/jobs/basics/hello-iris-datastore-file.yml @@ -0,0 +1,16 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: >- + echo "--iris-csv: ${{inputs.iris_csv}}" + && + pip install pandas + && + python hello-iris.py + --iris-csv ${{inputs.iris_csv}} +code: + local_path: src +inputs: + iris_csv: + file: azureml://datastores/workspaceblobstore/paths/example-data/iris.csv +environment: + image: python:latest +compute: azureml:cpu-cluster diff --git a/cli/jobs/basics/hello-iris-datastore-folder.yml b/cli/jobs/basics/hello-iris-datastore-folder.yml new file mode 100644 index 000000000..8bc70d6db --- /dev/null +++ b/cli/jobs/basics/hello-iris-datastore-folder.yml @@ -0,0 +1,19 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: >- + ls ${{inputs.data_dir}} + && + echo "--iris-csv: ${{inputs.data_dir}}/iris.csv" + && + pip install pandas + && + python hello-iris.py + --iris-csv ${{inputs.data_dir}}/iris.csv +code: + local_path: src +inputs: + data_dir: + folder: azureml://datastores/workspaceblobstore/paths/example-data/ + mode: rw_mount +environment: + image: python:latest +compute: azureml:cpu-cluster diff --git a/cli/jobs/basics/hello-iris-file.yml b/cli/jobs/basics/hello-iris-file.yml new file mode 100644 index 000000000..5a70c4832 --- /dev/null +++ b/cli/jobs/basics/hello-iris-file.yml @@ -0,0 +1,16 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: >- + echo "--iris-csv: ${{inputs.iris_csv}}" + && + pip install pandas + && + python hello-iris.py + --iris-csv ${{inputs.iris_csv}} +code: + local_path: src +inputs: + iris_csv: + file: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv +environment: + image: python:latest +compute: azureml:cpu-cluster diff --git a/cli/jobs/basics/hello-iris-folder.yml b/cli/jobs/basics/hello-iris-folder.yml new file mode 100644 index 000000000..b3d30a6ab --- /dev/null +++ b/cli/jobs/basics/hello-iris-folder.yml @@ -0,0 +1,18 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: >- + ls ${{inputs.data_dir}} + && + echo "--iris-csv: ${{inputs.data_dir}}/iris.csv" + && + pip install pandas + && + python hello-iris.py + --iris-csv ${{inputs.data_dir}}/iris.csv +code: + local_path: src +inputs: + data_dir: + folder: wasbs://datasets@azuremlexamples.blob.core.windows.net/ +environment: + image: python:latest +compute: azureml:cpu-cluster diff --git a/cli/jobs/basics/hello-iris-literal.yml b/cli/jobs/basics/hello-iris-literal.yml new file mode 100644 index 000000000..e4e3520fc --- /dev/null +++ b/cli/jobs/basics/hello-iris-literal.yml @@ -0,0 +1,15 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: >- + echo "--iris-csv: ${{inputs.iris_csv}}" + && + pip install pandas + && + python hello-iris.py + --iris-csv ${{inputs.iris_csv}} +code: + local_path: src +inputs: + iris_csv: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv +environment: + image: python:latest +compute: azureml:cpu-cluster diff --git a/cli/jobs/basics/hello-mlflow.yml b/cli/jobs/basics/hello-mlflow.yml new file mode 100644 index 000000000..be912e0ec --- /dev/null +++ b/cli/jobs/basics/hello-mlflow.yml @@ -0,0 +1,10 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: >- + pip install mlflow azureml-mlflow + && + python hello-mlflow.py +code: + local_path: src +environment: + image: python:3.8 +compute: azureml:cpu-cluster diff --git a/cli/jobs/basics/hello-notebook.yml b/cli/jobs/basics/hello-notebook.yml new file mode 100644 index 000000000..da9b544cc --- /dev/null +++ b/cli/jobs/basics/hello-notebook.yml @@ -0,0 +1,10 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: >- + pip install ipykernel papermill + && + papermill hello-notebook.ipynb outputs/out.ipynb -k python +code: + local_path: src +environment: + image: python:latest +compute: azureml:cpu-cluster diff --git a/cli/jobs/basics/hello-pipeline-abc.yml b/cli/jobs/basics/hello-pipeline-abc.yml new file mode 100644 index 000000000..cf29d407e --- /dev/null +++ b/cli/jobs/basics/hello-pipeline-abc.yml @@ -0,0 +1,24 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +compute: azureml:cpu-cluster +settings: + environment: + image: python:latest +inputs: + hello_string_top_level_input: "hello world" +jobs: + A: + command: echo hello ${{inputs.hello_string}} + environment: + image: python:3.9 + inputs: + hello_string: ${{inputs.hello_string_top_level_input}} + B: + command: echo "world" >> ${{outputs.world_output}}/world.txt + outputs: + world_output: + C: + command: echo ${{inputs.world_input}}/world.txt + inputs: + world_input: ${{jobs.B.outputs.world_output}} + \ No newline at end of file diff --git a/cli/jobs/basics/hello-pipeline-io.yml b/cli/jobs/basics/hello-pipeline-io.yml new file mode 100644 index 000000000..feda5034a --- /dev/null +++ b/cli/jobs/basics/hello-pipeline-io.yml @@ -0,0 +1,18 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +jobs: + hello_job: + command: echo "hello" && echo "world" > ${{outputs.world_output}}/world.txt + environment: + image: python:latest + compute: azureml:cpu-cluster + outputs: + world_output: + world_job: + command: cat ${{inputs.world_input}}/world.txt + environment: + image: python:latest + compute: azureml:cpu-cluster + inputs: + world_input: ${{jobs.hello_job.outputs.world_output}} + \ No newline at end of file diff --git a/cli/jobs/basics/hello-pipeline-settings.yml b/cli/jobs/basics/hello-pipeline-settings.yml new file mode 100644 index 000000000..9ead455ef --- /dev/null +++ b/cli/jobs/basics/hello-pipeline-settings.yml @@ -0,0 +1,12 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +compute: azureml:cpu-cluster +settings: + environment: + image: python:latest +jobs: + hello_job: + command: echo "hello" + world_job: + command: echo "world" + \ No newline at end of file diff --git a/cli/jobs/basics/hello-pipeline.yml b/cli/jobs/basics/hello-pipeline.yml new file mode 100644 index 000000000..e6047eadb --- /dev/null +++ b/cli/jobs/basics/hello-pipeline.yml @@ -0,0 +1,14 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +jobs: + hello_job: + command: echo "hello" + environment: + image: python:latest + compute: azureml:cpu-cluster + world_job: + command: echo "world" + environment: + image: python + compute: azureml:cpu-cluster + \ No newline at end of file diff --git a/cli/jobs/basics/hello-sweep.yml b/cli/jobs/basics/hello-sweep.yml new file mode 100644 index 000000000..77ca3532f --- /dev/null +++ b/cli/jobs/basics/hello-sweep.yml @@ -0,0 +1,36 @@ +$schema: https://azuremlschemas.azureedge.net/latest/sweepJob.schema.json +type: sweep +trial: + command: >- + pip install mlflow azureml-mlflow + && + python hello-sweep.py + --A ${{inputs.A}} + --B ${{search_space.B}} + --C ${{search_space.C}} + code: + local_path: src + environment: + image: python:3.8 +inputs: + A: 0.5 +compute: azureml:cpu-cluster +sampling_algorithm: random +search_space: + B: + type: choice + values: ["hello", "world", "hello world"] + C: + type: uniform + min_value: 0.1 + max_value: 1.0 +objective: + goal: minimize + primary_metric: random_metric +limits: + max_total_trials: 4 + max_concurrent_trials: 2 + timeout: 3600 +display_name: hello-sweep-example +experiment_name: hello-sweep-example +description: Hello sweep job example. diff --git a/cli/jobs/basics/hello-world-env-var.yml b/cli/jobs/basics/hello-world-env-var.yml new file mode 100644 index 000000000..b193de8bd --- /dev/null +++ b/cli/jobs/basics/hello-world-env-var.yml @@ -0,0 +1,7 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: echo $hello_env_var +environment: + image: python:latest +compute: azureml:cpu-cluster +environment_variables: + hello_env_var: "hello world" diff --git a/cli/jobs/basics/hello-world-input.yml b/cli/jobs/basics/hello-world-input.yml new file mode 100644 index 000000000..4c80de1f6 --- /dev/null +++ b/cli/jobs/basics/hello-world-input.yml @@ -0,0 +1,11 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: >- + echo ${{inputs.hello_string}} + && + echo ${{inputs.hello_number}} +environment: + image: python:latest +inputs: + hello_string: "hello world" + hello_number: 42 +compute: azureml:cpu-cluster diff --git a/cli/jobs/basics/hello-world-org.yml b/cli/jobs/basics/hello-world-org.yml new file mode 100644 index 000000000..1e3e47e79 --- /dev/null +++ b/cli/jobs/basics/hello-world-org.yml @@ -0,0 +1,17 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: echo "hello world" +environment: + image: python:latest +compute: azureml:cpu-cluster +tags: + hello: world +display_name: hello-world-example +experiment_name: hello-world-example +description: | + # Azure Machine Learning "hello world" job + + This is a "hello world" job running in the cloud via Azure Machine Learning! + + ## Description + + Markdown is supported in the studio for job descriptions! You can edit the description there or via CLI. diff --git a/cli/jobs/basics/hello-world-output-data.yml b/cli/jobs/basics/hello-world-output-data.yml new file mode 100644 index 000000000..bd995eb49 --- /dev/null +++ b/cli/jobs/basics/hello-world-output-data.yml @@ -0,0 +1,7 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: echo "hello world" > ${{outputs.hello_output}}/helloworld.txt +outputs: + hello_output: +environment: + image: python +compute: azureml:cpu-cluster diff --git a/cli/jobs/basics/hello-world-output.yml b/cli/jobs/basics/hello-world-output.yml new file mode 100644 index 000000000..941809cbc --- /dev/null +++ b/cli/jobs/basics/hello-world-output.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: echo "hello world" > ./outputs/helloworld.txt +environment: + image: python:latest +compute: azureml:cpu-cluster diff --git a/cli/jobs/basics/hello-world.yml b/cli/jobs/basics/hello-world.yml new file mode 100644 index 000000000..35ffa762a --- /dev/null +++ b/cli/jobs/basics/hello-world.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: echo "hello world" +environment: + image: python:latest +compute: azureml:cpu-cluster diff --git a/cli/jobs/train/tensorflow/iris/src/main.py b/cli/jobs/basics/src/hello-iris.py similarity index 53% rename from cli/jobs/train/tensorflow/iris/src/main.py rename to cli/jobs/basics/src/hello-iris.py index 705213e14..c729aa538 100644 --- a/cli/jobs/train/tensorflow/iris/src/main.py +++ b/cli/jobs/basics/src/hello-iris.py @@ -1,25 +1,22 @@ # imports import os -import mlflow import argparse import pandas as pd -import matplotlib.pyplot as plt -import tensorflow_decision_forests as tfdf # define functions def main(args): - # enable auto logging - mlflow.autolog() - # read in data df = pd.read_csv(args.iris_csv) - # convert to tensorflow dataset - ds = tfdf.keras.pd_dataframe_to_tf_dataset(df, label="species") + # print first 5 lines + print(df.head()) - # train model - model = tfdf.keras.RandomForestModel().fit(ds) + # ensure outputs directory exists + os.makedirs("outputs", exist_ok=True) + + # save data to outputs + df.to_csv("outputs/iris.csv", index=False) def parse_args(): @@ -38,16 +35,8 @@ def parse_args(): # run script if __name__ == "__main__": - # add space in logs - print("*" * 60) - print("\n\n") - # parse args args = parse_args() # run main function main(args) - - # add space in logs - print("*" * 60) - print("\n\n") diff --git a/cli/jobs/basics/src/hello-mlflow.py b/cli/jobs/basics/src/hello-mlflow.py new file mode 100644 index 000000000..b6b67bfe7 --- /dev/null +++ b/cli/jobs/basics/src/hello-mlflow.py @@ -0,0 +1,18 @@ +# imports +import os +import mlflow + +from random import random + +# define functions +def main(): + mlflow.log_param("hello_param", "world") + mlflow.log_metric("hello_metric", random()) + os.system(f"echo 'hello world' > helloworld.txt") + mlflow.log_artifact("helloworld.txt") + + +# run functions +if __name__ == "__main__": + # run main function + main() diff --git a/cli/jobs/basics/src/hello-notebook.ipynb b/cli/jobs/basics/src/hello-notebook.ipynb new file mode 100644 index 000000000..9acb14369 --- /dev/null +++ b/cli/jobs/basics/src/hello-notebook.ipynb @@ -0,0 +1,43 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Hello notebook\n", + "\n", + "Run \"hello world\" from a notebook." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "print(\"hello world\")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3.8 - AzureML", + "language": "python", + "name": "python38-azureml" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.8.11" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} \ No newline at end of file diff --git a/cli/jobs/basics/src/hello-sweep.py b/cli/jobs/basics/src/hello-sweep.py new file mode 100644 index 000000000..bdb337cc7 --- /dev/null +++ b/cli/jobs/basics/src/hello-sweep.py @@ -0,0 +1,46 @@ +# imports +import os +import mlflow +import argparse + +from random import random + +# define functions +def main(args): + # print inputs + print(f"A: {args.A}") + print(f"B: {args.B}") + print(f"C: {args.C}") + + # log inputs as parameters + mlflow.log_param("A", args.A) + mlflow.log_param("B", args.B) + mlflow.log_param("C", args.C) + + # log a random metric + mlflow.log_metric("random_metric", random()) + + +def parse_args(): + # setup arg parser + parser = argparse.ArgumentParser() + + # add arguments + parser.add_argument("--A", type=float, default=0.5) + parser.add_argument("--B", type=str, default="hello world") + parser.add_argument("--C", type=float, default=1.0) + + # parse args + args = parser.parse_args() + + # return args + return args + + +# run script +if __name__ == "__main__": + # parse args + args = parse_args() + + # run main function + main(args) diff --git a/cli/jobs/dataprep/dask/nyctaxi/job.yml b/cli/jobs/dataprep/dask/nyctaxi/job.yml deleted file mode 100644 index bdba5d950..000000000 --- a/cli/jobs/dataprep/dask/nyctaxi/job.yml +++ /dev/null @@ -1,39 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json - -code: - local_path: src - -# This is the command that will start up the dask cluster and run the script `prep-nyctaxi.py` with the following parameters. -# For an interactive session, just remove the --script. That will just start the cluster and mount the dataset. -command: >- - python startDask.py - --script prep-nyctaxi.py - --nyc_taxi_dataset {inputs.nyc_taxi_dataset} - -inputs: - nyc_taxi_dataset: - data: - path: https://azuremlexamples.blob.core.windows.net/datasets/nyctaxi/ - mode: mount - -environment: - conda_file: file:conda.yml - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04 - -compute: - # use a sku with lots of disk space and memory - target: azureml:cpu-cluster-lg - instance_count: 4 - -distribution: - # The job below is currently launched with `type: pytorch` since that - # gives the full flexibility of assigning the work to the - # no pytorch is actually used in this job - type: pytorch - -experiment_name: dask-nyctaxi-example - -description: This sample shows how to run a distributed DASK job on AzureML. - The 24GB NYC Taxi dataset is read in CSV format by a 4 node DASK cluster, - processed and then written as job output in parquet format. diff --git a/cli/jobs/dataprep/spark/nyctaxi/job.yml b/cli/jobs/dataprep/spark/nyctaxi/job.yml deleted file mode 100644 index 9f4fbfb4d..000000000 --- a/cli/jobs/dataprep/spark/nyctaxi/job.yml +++ /dev/null @@ -1,31 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json - -code: - local_path: src - -command: >- - python prep-nyctaxi.py - --nyc_taxi_dataset {inputs.nyc_taxi_dataset} - -inputs: - nyc_taxi_dataset: - data: - #path: https://azuremlexamples.blob.core.windows.net/datasets/nyctaxi/ - path: wasbs://nyctlc@azureopendatastorage.blob.core.windows.net/yellow - mode: mount - -environment: - conda_file: file:conda.yml - docker: - image: mcr.microsoft.com/mmlspark/release - -compute: - # use a sku with lots of disk space and memory - target: azureml:cpu-cluster-lg - instance_count: 1 - -experiment_name: spark-nyctaxi-example - -description: This sample shows how to run a single node Spark job on AzureML. - The 47GB NYC Taxi dataset is read in parquet format by a 1 node Spark cluster, - processed and then written as job output in parquet format. diff --git a/cli/jobs/logging/julia/iris/environment.yml b/cli/jobs/logging/julia/iris/environment.yml deleted file mode 100644 index 8cf509108..000000000 --- a/cli/jobs/logging/julia/iris/environment.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: basic-cpu -dependencies: - - python=3.7 - - pip - - pip: - - mlflow - - azureml-mlflow \ No newline at end of file diff --git a/cli/jobs/logging/julia/iris/job.yml b/cli/jobs/logging/julia/iris/job.yml deleted file mode 100644 index 6c8dc18f7..000000000 --- a/cli/jobs/logging/julia/iris/job.yml +++ /dev/null @@ -1,16 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: >- - julia -e "include(\"run.jl\")" - -environment: - docker: - build: - dockerfile: file:Dockerfile - conda_file: file:environment.yml - -compute: - target: local -experiment_name: flux-iris-example -description: Train a Flux model on the Iris dataset. Showcases examples of mlflow logging API used in training \ No newline at end of file diff --git a/cli/jobs/logging/julia/iris/src/Manifest.toml b/cli/jobs/logging/julia/iris/src/Manifest.toml deleted file mode 100644 index f29bf3437..000000000 --- a/cli/jobs/logging/julia/iris/src/Manifest.toml +++ /dev/null @@ -1,510 +0,0 @@ -# This file is machine-generated - editing it directly is not advised - -[[AbstractFFTs]] -deps = ["LinearAlgebra"] -git-tree-sha1 = "485ee0867925449198280d4af84bdb46a2a404d0" -uuid = "621f4979-c628-5d54-868e-fcf4e3e8185c" -version = "1.0.1" - -[[AbstractTrees]] -git-tree-sha1 = "03e0550477d86222521d254b741d470ba17ea0b5" -uuid = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" -version = "0.3.4" - -[[Adapt]] -deps = ["LinearAlgebra"] -git-tree-sha1 = "345a14764e43fe927d6f5c250fe4c8e4664e6ee8" -uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" -version = "2.4.0" - -[[ArgTools]] -uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" - -[[Artifacts]] -uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" - -[[BFloat16s]] -deps = ["LinearAlgebra", "Test"] -git-tree-sha1 = "4af69e205efc343068dc8722b8dfec1ade89254a" -uuid = "ab4f0b2a-ad5b-11e8-123f-65d77653426b" -version = "0.1.0" - -[[Base64]] -uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" - -[[CEnum]] -git-tree-sha1 = "215a9aa4a1f23fbd05b92769fdd62559488d70e9" -uuid = "fa961155-64e5-5f13-b03f-caf6b980ea82" -version = "0.4.1" - -[[CUDA]] -deps = ["AbstractFFTs", "Adapt", "BFloat16s", "CEnum", "CompilerSupportLibraries_jll", "DataStructures", "ExprTools", "GPUArrays", "GPUCompiler", "LLVM", "LazyArtifacts", "Libdl", "LinearAlgebra", "Logging", "MacroTools", "NNlib", "Printf", "Random", "Reexport", "Requires", "SparseArrays", "Statistics", "TimerOutputs"] -git-tree-sha1 = "2ed30f30c8905cea954b0904a98211745b3818f5" -uuid = "052768ef-5323-5732-b1bb-66c8b64840ba" -version = "2.5.0" - -[[ChainRules]] -deps = ["ChainRulesCore", "Compat", "LinearAlgebra", "Random", "Statistics"] -git-tree-sha1 = "0ff24ac6ea4f03d9ed5c90505c1e96273bf5f96d" -uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2" -version = "0.8.23" - -[[ChainRulesCore]] -deps = ["Compat", "LinearAlgebra", "SparseArrays"] -git-tree-sha1 = "f53ca8d41e4753c41cdafa6ec5f7ce914b34be54" -uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" -version = "0.10.13" - -[[CodecZlib]] -deps = ["TranscodingStreams", "Zlib_jll"] -git-tree-sha1 = "ded953804d019afa9a3f98981d99b33e3db7b6da" -uuid = "944b1d66-785c-5afd-91f1-9de20f533193" -version = "0.7.0" - -[[ColorTypes]] -deps = ["FixedPointNumbers", "Random"] -git-tree-sha1 = "024fe24d83e4a5bf5fc80501a314ce0d1aa35597" -uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" -version = "0.11.0" - -[[Colors]] -deps = ["ColorTypes", "FixedPointNumbers", "Reexport"] -git-tree-sha1 = "417b0ed7b8b838aa6ca0a87aadf1bb9eb111ce40" -uuid = "5ae59095-9a9b-59fe-a467-6f913c188581" -version = "0.12.8" - -[[CommonSubexpressions]] -deps = ["MacroTools", "Test"] -git-tree-sha1 = "7b8a93dba8af7e3b42fecabf646260105ac373f7" -uuid = "bbf7d656-a473-5ed7-a52c-81e309532950" -version = "0.3.0" - -[[Compat]] -deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"] -git-tree-sha1 = "344f143fa0ec67e47917848795ab19c6a455f32c" -uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" -version = "3.32.0" - -[[CompilerSupportLibraries_jll]] -deps = ["Artifacts", "Libdl"] -uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae" - -[[Conda]] -deps = ["JSON", "VersionParsing"] -git-tree-sha1 = "299304989a5e6473d985212c28928899c74e9421" -uuid = "8f4d0f93-b110-5947-807f-2305c1781a2d" -version = "1.5.2" - -[[DataAPI]] -git-tree-sha1 = "ee400abb2298bd13bfc3df1c412ed228061a2385" -uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a" -version = "1.7.0" - -[[DataStructures]] -deps = ["Compat", "InteractiveUtils", "OrderedCollections"] -git-tree-sha1 = "4437b64df1e0adccc3e5d1adbc3ac741095e4677" -uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" -version = "0.18.9" - -[[Dates]] -deps = ["Printf"] -uuid = "ade2ca70-3891-5945-98fb-dc099432e06a" - -[[DelimitedFiles]] -deps = ["Mmap"] -uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab" - -[[DiffResults]] -deps = ["StaticArrays"] -git-tree-sha1 = "c18e98cba888c6c25d1c3b048e4b3380ca956805" -uuid = "163ba53b-c6d8-5494-b064-1a9d43ac40c5" -version = "1.0.3" - -[[DiffRules]] -deps = ["NaNMath", "Random", "SpecialFunctions"] -git-tree-sha1 = "214c3fcac57755cfda163d91c58893a8723f93e9" -uuid = "b552c78f-8df3-52c6-915a-8e097449b14b" -version = "1.0.2" - -[[Distributed]] -deps = ["Random", "Serialization", "Sockets"] -uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b" - -[[DocStringExtensions]] -deps = ["LibGit2"] -git-tree-sha1 = "a32185f5428d3986f47c2ab78b1f216d5e6cc96f" -uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" -version = "0.8.5" - -[[Downloads]] -deps = ["ArgTools", "LibCURL", "NetworkOptions"] -uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6" - -[[ExprTools]] -git-tree-sha1 = "b7e3d17636b348f005f11040025ae8c6f645fe92" -uuid = "e2ba6199-217a-4e67-a87a-7c52f15ade04" -version = "0.1.6" - -[[FileIO]] -deps = ["Pkg", "Requires", "UUIDs"] -git-tree-sha1 = "256d8e6188f3f1ebfa1a5d17e072a0efafa8c5bf" -uuid = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" -version = "1.10.1" - -[[FillArrays]] -deps = ["LinearAlgebra", "Random", "SparseArrays", "Statistics"] -git-tree-sha1 = "8c8eac2af06ce35973c3eadb4ab3243076a408e7" -uuid = "1a297f60-69ca-5386-bcde-b61e274b549b" -version = "0.12.1" - -[[FixedPointNumbers]] -deps = ["Statistics"] -git-tree-sha1 = "335bfdceacc84c5cdf16aadc768aa5ddfc5383cc" -uuid = "53c48c17-4a7d-5ca2-90c5-79b7896eea93" -version = "0.8.4" - -[[Flux]] -deps = ["AbstractTrees", "Adapt", "CUDA", "CodecZlib", "Colors", "DelimitedFiles", "Functors", "Juno", "LinearAlgebra", "MacroTools", "NNlib", "Pkg", "Printf", "Random", "Reexport", "SHA", "Statistics", "StatsBase", "Test", "ZipFile", "Zygote"] -git-tree-sha1 = "f688d61b40b345aa9f0a4a41d3ca7750ad9cb1f6" -uuid = "587475ba-b771-5e3f-ad9e-33799f191a9c" -version = "0.11.4" - -[[ForwardDiff]] -deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "NaNMath", "Printf", "Random", "SpecialFunctions", "StaticArrays"] -git-tree-sha1 = "e2af66012e08966366a43251e1fd421522908be6" -uuid = "f6369f11-7733-5829-9624-2563aa707210" -version = "0.10.18" - -[[Functors]] -deps = ["MacroTools"] -git-tree-sha1 = "f40adc6422f548176bb4351ebd29e4abf773040a" -uuid = "d9f16b24-f501-4c13-a1f2-28368ffc5196" -version = "0.1.0" - -[[GPUArrays]] -deps = ["AbstractFFTs", "Adapt", "LinearAlgebra", "Printf", "Random", "Serialization", "Statistics"] -git-tree-sha1 = "df5b8569904c5c10e84c640984cfff054b18c086" -uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7" -version = "6.4.1" - -[[GPUCompiler]] -deps = ["DataStructures", "InteractiveUtils", "LLVM", "Libdl", "Logging", "Scratch", "Serialization", "TimerOutputs", "UUIDs"] -git-tree-sha1 = "48b77713d172107d2da557e39971cb6682ae0f83" -uuid = "61eb1bfa-7361-4325-ad38-22787b887f55" -version = "0.9.2" - -[[IRTools]] -deps = ["InteractiveUtils", "MacroTools", "Test"] -git-tree-sha1 = "95215cd0076a150ef46ff7928892bc341864c73c" -uuid = "7869d1d1-7146-5819-86e3-90919afe41df" -version = "0.4.3" - -[[InteractiveUtils]] -deps = ["Markdown"] -uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240" - -[[JLLWrappers]] -deps = ["Preferences"] -git-tree-sha1 = "642a199af8b68253517b80bd3bfd17eb4e84df6e" -uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210" -version = "1.3.0" - -[[JSON]] -deps = ["Dates", "Mmap", "Parsers", "Unicode"] -git-tree-sha1 = "81690084b6198a2e1da36fcfda16eeca9f9f24e4" -uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" -version = "0.21.1" - -[[Juno]] -deps = ["Base64", "Logging", "Media", "Profile"] -git-tree-sha1 = "07cb43290a840908a771552911a6274bc6c072c7" -uuid = "e5e0dc1b-0480-54bc-9374-aad01c23163d" -version = "0.8.4" - -[[LLVM]] -deps = ["CEnum", "Libdl", "Printf", "Unicode"] -git-tree-sha1 = "f57ac3fd2045b50d3db081663837ac5b4096947e" -uuid = "929cbde3-209d-540e-8aea-75f648917ca0" -version = "3.9.0" - -[[LazyArtifacts]] -deps = ["Artifacts", "Pkg"] -uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3" - -[[LibCURL]] -deps = ["LibCURL_jll", "MozillaCACerts_jll"] -uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21" - -[[LibCURL_jll]] -deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"] -uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0" - -[[LibGit2]] -deps = ["Base64", "NetworkOptions", "Printf", "SHA"] -uuid = "76f85450-5226-5b5a-8eaa-529ad045b433" - -[[LibSSH2_jll]] -deps = ["Artifacts", "Libdl", "MbedTLS_jll"] -uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8" - -[[Libdl]] -uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb" - -[[LinearAlgebra]] -deps = ["Libdl"] -uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" - -[[LogExpFunctions]] -deps = ["DocStringExtensions", "LinearAlgebra"] -git-tree-sha1 = "7bd5f6565d80b6bf753738d2bc40a5dfea072070" -uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688" -version = "0.2.5" - -[[Logging]] -uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" - -[[MLFlowLogger]] -deps = ["ColorTypes", "FileIO", "PyCall", "Requires", "UUIDs"] -git-tree-sha1 = "3b515f23cea394d520962a8997b55a8ef68b2797" -uuid = "a17d1b34-d2df-4d9e-9e11-6289e57bd259" -version = "0.3.3" - -[[MacroTools]] -deps = ["Markdown", "Random"] -git-tree-sha1 = "6a8a2a625ab0dea913aba95c11370589e0239ff0" -uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" -version = "0.5.6" - -[[Markdown]] -deps = ["Base64"] -uuid = "d6f4376e-aef5-505a-96c1-9c027394607a" - -[[MbedTLS_jll]] -deps = ["Artifacts", "Libdl"] -uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1" - -[[Media]] -deps = ["MacroTools", "Test"] -git-tree-sha1 = "75a54abd10709c01f1b86b84ec225d26e840ed58" -uuid = "e89f7d12-3494-54d1-8411-f7d8b9ae1f27" -version = "0.5.0" - -[[Missings]] -deps = ["DataAPI"] -git-tree-sha1 = "4ea90bd5d3985ae1f9a908bd4500ae88921c5ce7" -uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28" -version = "1.0.0" - -[[Mmap]] -uuid = "a63ad114-7e13-5084-954f-fe012c677804" - -[[MozillaCACerts_jll]] -uuid = "14a3606d-f60d-562e-9121-12d972cd8159" - -[[NNlib]] -deps = ["Adapt", "ChainRulesCore", "Compat", "LinearAlgebra", "Pkg", "Requires", "Statistics"] -git-tree-sha1 = "3de64e776a467311c907f5a767ee8a022a8a2f76" -uuid = "872c559c-99b0-510c-b3b7-b6c96a88d5cd" -version = "0.7.25" - -[[NaNMath]] -git-tree-sha1 = "bfe47e760d60b82b66b61d2d44128b62e3a369fb" -uuid = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3" -version = "0.3.5" - -[[NetworkOptions]] -uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908" - -[[OpenSpecFun_jll]] -deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"] -git-tree-sha1 = "13652491f6856acfd2db29360e1bbcd4565d04f1" -uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e" -version = "0.5.5+0" - -[[OrderedCollections]] -git-tree-sha1 = "85f8e6578bf1f9ee0d11e7bb1b1456435479d47c" -uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" -version = "1.4.1" - -[[Parameters]] -deps = ["OrderedCollections", "UnPack"] -git-tree-sha1 = "38b2e970043613c187bd56a995fe2e551821eb4a" -uuid = "d96e819e-fc66-5662-9728-84c9c7592b0a" -version = "0.12.1" - -[[Parsers]] -deps = ["Dates"] -git-tree-sha1 = "c8abc88faa3f7a3950832ac5d6e690881590d6dc" -uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0" -version = "1.1.0" - -[[Pkg]] -deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"] -uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" - -[[Preferences]] -deps = ["TOML"] -git-tree-sha1 = "00cfd92944ca9c760982747e9a1d0d5d86ab1e5a" -uuid = "21216c6a-2e73-6563-6e65-726566657250" -version = "1.2.2" - -[[Printf]] -deps = ["Unicode"] -uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7" - -[[Profile]] -deps = ["Printf"] -uuid = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79" - -[[PyCall]] -deps = ["Conda", "Dates", "Libdl", "LinearAlgebra", "MacroTools", "Serialization", "VersionParsing"] -git-tree-sha1 = "169bb8ea6b1b143c5cf57df6d34d022a7b60c6db" -uuid = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" -version = "1.92.3" - -[[REPL]] -deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"] -uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb" - -[[Random]] -deps = ["Serialization"] -uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" - -[[Reexport]] -deps = ["Pkg"] -git-tree-sha1 = "7b1d07f411bc8ddb7977ec7f377b97b158514fe0" -uuid = "189a3867-3050-52da-a836-e630ba90ab69" -version = "0.2.0" - -[[Requires]] -deps = ["UUIDs"] -git-tree-sha1 = "4036a3bd08ac7e968e27c203d45f5fff15020621" -uuid = "ae029012-a4dd-5104-9daa-d747884805df" -version = "1.1.3" - -[[SHA]] -uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce" - -[[Scratch]] -deps = ["Dates"] -git-tree-sha1 = "0b4b7f1393cff97c33891da2a0bf69c6ed241fda" -uuid = "6c6a2e73-6563-6170-7368-637461726353" -version = "1.1.0" - -[[Serialization]] -uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b" - -[[SharedArrays]] -deps = ["Distributed", "Mmap", "Random", "Serialization"] -uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383" - -[[Sockets]] -uuid = "6462fe0b-24de-5631-8697-dd941f90decc" - -[[SortingAlgorithms]] -deps = ["DataStructures"] -git-tree-sha1 = "b3363d7460f7d098ca0912c69b082f75625d7508" -uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c" -version = "1.0.1" - -[[SparseArrays]] -deps = ["LinearAlgebra", "Random"] -uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" - -[[SpecialFunctions]] -deps = ["ChainRulesCore", "LogExpFunctions", "OpenSpecFun_jll"] -git-tree-sha1 = "508822dca004bf62e210609148511ad03ce8f1d8" -uuid = "276daf66-3868-5448-9aa4-cd146d93841b" -version = "1.6.0" - -[[StaticArrays]] -deps = ["LinearAlgebra", "Random", "Statistics"] -git-tree-sha1 = "885838778bb6f0136f8317757d7803e0d81201e4" -uuid = "90137ffa-7385-5640-81b9-e52037218182" -version = "1.2.9" - -[[Statistics]] -deps = ["LinearAlgebra", "SparseArrays"] -uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" - -[[StatsAPI]] -git-tree-sha1 = "1958272568dc176a1d881acb797beb909c785510" -uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0" -version = "1.0.0" - -[[StatsBase]] -deps = ["DataAPI", "DataStructures", "LinearAlgebra", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"] -git-tree-sha1 = "2f6792d523d7448bbe2fec99eca9218f06cc746d" -uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" -version = "0.33.8" - -[[TOML]] -deps = ["Dates"] -uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76" - -[[Tar]] -deps = ["ArgTools", "SHA"] -uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" - -[[Test]] -deps = ["InteractiveUtils", "Logging", "Random", "Serialization"] -uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[[TimerOutputs]] -deps = ["ExprTools", "Printf"] -git-tree-sha1 = "209a8326c4f955e2442c07b56029e88bb48299c7" -uuid = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" -version = "0.5.12" - -[[TranscodingStreams]] -deps = ["Random", "Test"] -git-tree-sha1 = "7c53c35547de1c5b9d46a4797cf6d8253807108c" -uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" -version = "0.9.5" - -[[UUIDs]] -deps = ["Random", "SHA"] -uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" - -[[UnPack]] -git-tree-sha1 = "387c1f73762231e86e0c9c5443ce3b4a0a9a0c2b" -uuid = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" -version = "1.0.2" - -[[Unicode]] -uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" - -[[VersionParsing]] -git-tree-sha1 = "80229be1f670524750d905f8fc8148e5a8c4537f" -uuid = "81def892-9a0e-5fdd-b105-ffc91e053289" -version = "1.2.0" - -[[ZipFile]] -deps = ["Libdl", "Printf", "Zlib_jll"] -git-tree-sha1 = "c3a5637e27e914a7a445b8d0ad063d701931e9f7" -uuid = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea" -version = "0.9.3" - -[[Zlib_jll]] -deps = ["Libdl"] -uuid = "83775a58-1f1d-513f-b197-d71354ab007a" - -[[Zygote]] -deps = ["AbstractFFTs", "ChainRules", "ChainRulesCore", "DiffRules", "Distributed", "FillArrays", "ForwardDiff", "IRTools", "InteractiveUtils", "LinearAlgebra", "MacroTools", "NaNMath", "Random", "Requires", "SpecialFunctions", "Statistics", "ZygoteRules"] -git-tree-sha1 = "8b634fdb4c3c63f2ceaa2559a008da4f405af6b3" -uuid = "e88e6eb3-aa80-5325-afca-941959d7151f" -version = "0.6.17" - -[[ZygoteRules]] -deps = ["MacroTools"] -git-tree-sha1 = "9e7a1e8ca60b742e508a315c17eef5211e7fbfd7" -uuid = "700de1a5-db45-46bc-99cf-38207098b444" -version = "0.2.1" - -[[nghttp2_jll]] -deps = ["Artifacts", "Libdl"] -uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d" - -[[p7zip_jll]] -deps = ["Artifacts", "Libdl"] -uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0" diff --git a/cli/jobs/logging/julia/iris/src/Project.toml b/cli/jobs/logging/julia/iris/src/Project.toml deleted file mode 100644 index ab0f79d51..000000000 --- a/cli/jobs/logging/julia/iris/src/Project.toml +++ /dev/null @@ -1,9 +0,0 @@ -[deps] -Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" -MLFlowLogger = "a17d1b34-d2df-4d9e-9e11-6289e57bd259" -Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" -Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" - -[compat] -Flux = "0.11.4" -julia = "1.5" diff --git a/cli/jobs/logging/julia/iris/src/README.md b/cli/jobs/logging/julia/iris/src/README.md deleted file mode 100644 index 0a6ce8353..000000000 --- a/cli/jobs/logging/julia/iris/src/README.md +++ /dev/null @@ -1,41 +0,0 @@ -Note: copied from https://github.com/FluxML/model-zoo/tree/master/other/iris - -# Use Flux to do Logistic Regression on the Iris dataset - -This is a very simple model, with a single layer that outputs to softmax. - -Logistic regression can basically be thought of as a [single layer neural network](https://sebastianraschka.com/faq/docs/logisticregr-neuralnet.html). - -## Data Source - -The data source is Fisher's classic dataset, retrieved from the [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/iris). - -## Usage - -`cd` into `model-zoo/other/iris`, start the Julia REPL and instantiate the environment: - -```julia - -julia> using Pkg; Pkg.activate("."); Pkg.instantiate() - -``` - -Then train and evaluate the model: - -```julia - -julia> include("iris.jl") -Starting training. - -Accuracy: 0.94 - -Confusion Matrix: - -3×3 Array{Int64,2}: - 16 0 0 - 0 16 1 - 0 2 15 - -julia> - -``` diff --git a/cli/jobs/logging/julia/iris/src/iris.jl b/cli/jobs/logging/julia/iris/src/iris.jl deleted file mode 100644 index b8a884817..000000000 --- a/cli/jobs/logging/julia/iris/src/iris.jl +++ /dev/null @@ -1,101 +0,0 @@ -using Flux -using Flux: logitcrossentropy, normalise, onecold, onehotbatch -using Statistics: mean -using MLFlowLogger -using Logging -using Parameters: @with_kw - -@with_kw mutable struct Args - lr::Float64 = 0.5 - repeat::Int = 110 -end - -function get_processed_data(args) - labels = Flux.Data.Iris.labels() - features = Flux.Data.Iris.features() - - # Subract mean, divide by std dev for normed mean of 0 and std dev of 1. - normed_features = normalise(features, dims=2) - - klasses = sort(unique(labels)) - onehot_labels = onehotbatch(labels, klasses) - - # Split into training and test sets, 2/3 for training, 1/3 for test. - train_indices = [1:3:150 ; 2:3:150] - - X_train = normed_features[:, train_indices] - y_train = onehot_labels[:, train_indices] - - X_test = normed_features[:, 3:3:150] - y_test = onehot_labels[:, 3:3:150] - - #repeat the data `args.repeat` times - train_data = Iterators.repeated((X_train, y_train), args.repeat) - test_data = (X_test,y_test) - - return train_data, test_data -end - -# Accuracy Function -accuracy(x, y, model) = mean(onecold(model(x)) .== onecold(y)) - -# Function to build confusion matrix -function confusion_matrix(X, y, model) - ŷ = onehotbatch(onecold(model(X)), 1:3) - y * transpose(ŷ) -end - -function train(; kws...) - # Initialize hyperparameter arguments - args = Args(; kws...) - - # Setting up the MLFlowLogger - logger = MLFLogger() - - - #Loading processed data - train_data, test_data = get_processed_data(args) - - # Declare model taking 4 features as inputs and outputting 3 probabiltiies, - # one for each species of iris. - model = Chain(Dense(4, 3)) - - # Defining loss function to be used in training - # For numerical stability, we use here logitcrossentropy - loss(x, y) = logitcrossentropy(model(x), y) - - # Training - # Gradient descent optimiser with learning rate `args.lr` - optimiser = Descent(args.lr) - - function MLFCallback() - with_logger(logger) do - @info "train" loss=loss(first(iterate(train_data))...) acc=accuracy(first(iterate(train_data))..., model) log_step_increment=0 - @info "test" loss=loss(test_data...) acc=accuracy(test_data..., model) - end - end - - println("Starting training.") - Flux.@epochs 15 Flux.train!(loss, params(model), train_data, optimiser, cb = Flux.throttle(MLFCallback, 5)) - - return model, test_data -end - -function test(model, test) - # Testing model performance on test data - X_test, y_test = test - accuracy_score = accuracy(X_test, y_test, model) - - println("\nAccuracy: $accuracy_score") - - # Sanity check. - @assert accuracy_score > 0.8 - - # To avoid confusion, here is the definition of a Confusion Matrix: https://en.wikipedia.org/wiki/Confusion_matrix - println("\nConfusion Matrix:\n") - display(confusion_matrix(X_test, y_test, model)) -end - -cd(@__DIR__) -model, test_data = train() -test(model, test_data) diff --git a/cli/jobs/logging/sklearn/iris/environment.yml b/cli/jobs/logging/sklearn/iris/environment.yml deleted file mode 100644 index 061005cee..000000000 --- a/cli/jobs/logging/sklearn/iris/environment.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: python-ml-basic-cpu -channels: - - conda-forge -dependencies: - - python=3.8 - - pip - - pip: - - numpy - - pandas - - scipy - - scikit-learn - - matplotlib - - xgboost - - lightgbm - - dask - - distributed - - dask-ml - - adlfs - - fastparquet - - pyarrow - - mlflow - - azureml-mlflow - - azureml-dataprep - \ No newline at end of file diff --git a/cli/jobs/logging/sklearn/iris/job.yml b/cli/jobs/logging/sklearn/iris/job.yml deleted file mode 100644 index 92258550a..000000000 --- a/cli/jobs/logging/sklearn/iris/job.yml +++ /dev/null @@ -1,13 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: > - python main.py -environment: - docker: - image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04 - conda_file: file:environment.yml -compute: - target: azureml:cpu-cluster -experiment_name: logging-sklearn-example -description: Train a scikit-learn knn model on the iris dataset. Showcases examples of mlflow logging API's used in training. \ No newline at end of file diff --git a/cli/jobs/logging/sklearn/iris/src/main.py b/cli/jobs/logging/sklearn/iris/src/main.py deleted file mode 100644 index 1afabda2d..000000000 --- a/cli/jobs/logging/sklearn/iris/src/main.py +++ /dev/null @@ -1,82 +0,0 @@ -import mlflow -from mlflow.entities import Metric -from mlflow.tracking import MlflowClient -import numpy as np -import time -from sklearn import datasets -from sklearn.metrics import ( - mean_squared_error, - mean_absolute_error, - r2_score, - plot_confusion_matrix, -) -from sklearn.neighbors import KNeighborsClassifier -from sklearn.model_selection import train_test_split - - -def normalized_confusion_matrix(model, X_test, y_test, display_labels, file_name): - """ - Generated normalized confusion matrix using scikit-learn and saves as a figure - """ - cm_normalized_plot = plot_confusion_matrix( - model, X_test, y_test, display_labels=display_labels, normalize="true" - ) - cm_normalized_plot.ax_.set_title("Normalized Confusion Matrix") - cm_normalized_plot.figure_.savefig(file_name) - - -def main(): - # getting iris dataset to play with - data = datasets.load_iris() - - # splitting dataset between training and test data - iris_X, iris_y = data.data, data.target - X_train, X_test, y_train, y_test = train_test_split(iris_X, iris_y) - - n_neighbors = 10 - - lr = KNeighborsClassifier(n_neighbors=n_neighbors) - lr.fit(X_train, y_train) - - y_predict = lr.predict(X_test) - - np.savetxt("predictions.csv", y_predict, delimiter=",") - - # logging table - # saving data in a csv file and logging it as an artifact - mlflow.log_artifact("predictions.csv", f"tables/predictions.csv") - - normalized_cm_file = "normalized_confusion_matrix.png" - normalized_confusion_matrix( - lr, X_test, y_test, data.target_names, normalized_cm_file - ) - - # logging confusion matrix - # generating a plot of confusion matrix and logging it - mlflow.log_artifact(normalized_cm_file, f"plots/{normalized_cm_file}") - - # logging param - mlflow.log_param("n_neighbors", n_neighbors) - - # logging metric - mlflow.log_metric("dummy_metric", 5.9) - - mlflow.sklearn.log_model( - lr, - artifact_path="model", - registered_model_name="sk-learn-knn-model", - ) - - -# run script -if __name__ == "__main__": - # add space in logs - print("*" * 60) - print("\n\n") - - # run main function - main() - - # add space in logs - print("*" * 60) - print("\n\n") diff --git a/cli/jobs/misc/hello-world-env-var.yml b/cli/jobs/misc/hello-world-env-var.yml deleted file mode 100644 index a3e606160..000000000 --- a/cli/jobs/misc/hello-world-env-var.yml +++ /dev/null @@ -1,8 +0,0 @@ -command: echo $ENV_VAR -environment: - docker: - image: python:latest -environment_variables: - ENV_VAR: "hello world" -compute: - target: azureml:cpu-cluster diff --git a/cli/jobs/misc/hello-world.yml b/cli/jobs/misc/hello-world.yml deleted file mode 100644 index be97af200..000000000 --- a/cli/jobs/misc/hello-world.yml +++ /dev/null @@ -1,6 +0,0 @@ -command: python -c "print('hello world')" -environment: - docker: - image: python -compute: - target: azureml:cpu-cluster diff --git a/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/README.md b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/README.md new file mode 100644 index 000000000..96bcbdae0 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/README.md @@ -0,0 +1 @@ +This is a 3 step dummy pipeline job. It uploads a local sample csv file for input data. It uses locally defined components - train, score and eval. You need to edit the compute cluster in the defaults section and run the `az ml job create --file pipeline.yml` to submit the pipeline job. Alternatively, you can override the compute from the command line with `az ml job create --file pipeline.yml --set defaults.component_job.compute.target=`. Once you submit the job, you will find the URL to view the job graph and logs in AzureML Studio UI under the `interaction_endpoints` -> `Studio` section of the output. diff --git a/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/data.yml b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/data.yml new file mode 100644 index 000000000..2b5cf180e --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/data.yml @@ -0,0 +1,7 @@ +$schema: https://azuremlsdk2.blob.core.windows.net/latest/dataset.schema.json +name: sampledata1 +version: 3 +description: sample dataset +datastore: azureml:workspaceblobstore +local_path: ./data +path: /sample/data/path diff --git a/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/data/sample1.csv b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/data/sample1.csv new file mode 100644 index 000000000..be8d4e71b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/data/sample1.csv @@ -0,0 +1,10 @@ +"Month", "Average", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015" +"May", 0.1, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0 +"Jun", 0.5, 2, 1, 1, 0, 0, 1, 1, 2, 2, 0, 1 +"Jul", 0.7, 5, 1, 1, 2, 0, 1, 3, 0, 2, 2, 1 +"Aug", 2.3, 6, 3, 2, 4, 4, 4, 7, 8, 2, 2, 3 +"Sep", 3.5, 6, 4, 7, 4, 2, 8, 5, 2, 5, 2, 5 +"Oct", 2.0, 8, 0, 1, 3, 2, 5, 1, 5, 2, 3, 0 +"Nov", 0.5, 3, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1 +"Dec", 0.0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 + diff --git a/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/eval.yml b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/eval.yml new file mode 100644 index 000000000..0089fb8ce --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/eval.yml @@ -0,0 +1,18 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +name: Eval +version: 10 +display_name: Eval +type: command +inputs: + scoring_result: + type: path +outputs: + eval_output: + type: path +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:5 +code: + local_path: ./eval_src +command: >- + python eval.py + --scoring_result ${{inputs.scoring_result}} + --eval_output ${{outputs.eval_output}} diff --git a/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/eval_src/eval.py b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/eval_src/eval.py new file mode 100644 index 000000000..b6022d0c6 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/eval_src/eval.py @@ -0,0 +1,25 @@ +import argparse +from pathlib import Path +from datetime import datetime + +parser = argparse.ArgumentParser("score") +parser.add_argument("--scoring_result", type=str, help="Path of scoring result") +parser.add_argument("--eval_output", type=str, help="Path of output evaluation result") + +args = parser.parse_args() + +print("hello evaluation world...") + +lines = [ + f"Scoring result path: {args.scoring_result}", + f"Evaluation output path: {args.eval_output}", +] + +for line in lines: + print(line) + +# Evaluate the incoming scoring result and output evaluation result. +# Here only output a dummy file for demo. +curtime = datetime.now().strftime("%b-%d-%Y %H:%M:%S") +eval_msg = f"Eval done at {curtime}\n" +(Path(args.eval_output) / "eval_result.txt").write_text(eval_msg) diff --git a/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/pipeline.yml b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/pipeline.yml new file mode 100644 index 000000000..0a10a6d67 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/pipeline.yml @@ -0,0 +1,63 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline + +description: "Dummy train-score-eval pipeline with local components" + +inputs: + pipeline_job_training_input: + dataset: + local_path: ./data +# pipeline_job_test_input: +# dataset: +# local_path: ./data + pipeline_job_training_max_epocs: 20 + pipeline_job_training_learning_rate: 1.8 + pipeline_job_learning_rate_schedule: 'time-based' + +outputs: + pipeline_job_trained_model: + mode: upload +# pipeline_job_scored_data: +# mode: upload + pipeline_job_evaluation_report: + mode: upload + +#settings: +# datastore: azureml:workspaceblobstore + +compute: azureml:cpu-cluster + +jobs: + train-job: + type: component + compute: azureml:cpu-cluster + component: file:./train.yml + inputs: + training_data: ${{inputs.pipeline_job_training_input}} + max_epocs: ${{inputs.pipeline_job_training_max_epocs}} + learning_rate: ${{inputs.pipeline_job_training_learning_rate}} + learning_rate_schedule: ${{inputs.pipeline_job_learning_rate_schedule}} + outputs: + model_output: ${{outputs.pipeline_job_trained_model}} + + score-job: + type: component + component: file:./score.yml + compute: azureml:cpu-cluster + inputs: + model_input: ${{jobs.train-job.outputs.model_output}} + test_data: + dataset: + local_path: ./data + outputs: + score_output: + mode: upload + + evaluate-job: + type: component + component: file:./eval.yml + compute: azureml:cpu-cluster + inputs: + scoring_result: ${{jobs.score-job.outputs.score_output}} + outputs: + eval_output: ${{outputs.pipeline_job_evaluation_report}} diff --git a/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/score.yml b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/score.yml new file mode 100644 index 000000000..dfb4d2d19 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/score.yml @@ -0,0 +1,21 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +name: Score +version: 10 +display_name: Score +type: command +inputs: + model_input: + type: path + test_data: + type: path +outputs: + score_output: + type: path +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:5 +code: + local_path: ./score_src +command: >- + python score.py + --model_input ${{inputs.model_input}} + --test_data ${{inputs.test_data}} + --score_output ${{outputs.score_output}} diff --git a/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/score_src/score.py b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/score_src/score.py new file mode 100644 index 000000000..f8839bf92 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/score_src/score.py @@ -0,0 +1,31 @@ +import argparse +from pathlib import Path + +parser = argparse.ArgumentParser("score") +parser.add_argument("--model_input", type=str, help="Path of input model") +parser.add_argument("--test_data", type=str, help="Path to test data") +parser.add_argument("--score_output", type=str, help="Path of scoring output") + +args = parser.parse_args() + +print("hello scoring world...") + +lines = [ + f"Model path: {args.model_input}", + f"Test data path: {args.test_data}", + f"Scoring output path: {args.score_output}", +] + +for line in lines: + print(line) + +# Load the model from input port +# Here only print the model as text since it is a dummy one +model = (Path(args.model_input) / "model.txt").read_text() +print("Model: ", model) + +# Do scoring with the input model +# Here only print text to output file as demo +(Path(args.score_output) / "score.txt").write_text( + "Scored with the following mode:\n{}".format(model) +) diff --git a/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/train.yml b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/train.yml new file mode 100644 index 000000000..739d68627 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/train.yml @@ -0,0 +1,29 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +name: Train +display_name: Train +version: 10 +type: command +inputs: + training_data: + type: path + max_epocs: + type: integer + learning_rate: + type: number + default: 0.01 + learning_rate_schedule: + type: string + default: time-based +outputs: + model_output: + type: path +code: + local_path: ./train_src +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:5 +command: >- + python train.py + --training_data ${{inputs.training_data}} + --max_epocs ${{inputs.max_epocs}} + --learning_rate ${{inputs.learning_rate}} + --learning_rate_schedule ${{inputs.learning_rate_schedule}} + --model_output ${{outputs.model_output}} diff --git a/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/train_src/train.py b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/train_src/train.py new file mode 100644 index 000000000..3e0ceb56c --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1a_e2e_local_components/train_src/train.py @@ -0,0 +1,43 @@ +import argparse +from pathlib import Path +from uuid import uuid4 +from datetime import datetime +import os + +parser = argparse.ArgumentParser("train") +parser.add_argument("--training_data", type=str, help="Path to training data") +parser.add_argument("--max_epocs", type=int, help="Max # of epocs for the training") +parser.add_argument("--learning_rate", type=float, help="Learning rate") +parser.add_argument("--learning_rate_schedule", type=str, help="Learning rate schedule") +parser.add_argument("--model_output", type=str, help="Path of output model") + +args = parser.parse_args() + +print("hello training world...") + +lines = [ + f"Training data path: {args.training_data}", + f"Max epocs: {args.max_epocs}", + f"Learning rate: {args.learning_rate}", + f"Learning rate: {args.learning_rate_schedule}", + f"Model output path: {args.model_output}", +] + +for line in lines: + print(line) + +print("mounted_path files: ") +arr = os.listdir(args.training_data) +print(arr) + +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.training_data, filename), "r") as handle: + print(handle.read()) + + +# Do the train and save the trained model as a file into the output folder. +# Here only output a dummy data for demo. +curtime = datetime.now().strftime("%b-%d-%Y %H:%M:%S") +model = f"This is a dummy model with id: {str(uuid4())} generated at: {curtime}\n" +(Path(args.model_output) / "model.txt").write_text(model) diff --git a/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/README.md b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/README.md new file mode 100644 index 000000000..e430c48d7 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/README.md @@ -0,0 +1,34 @@ + +1. Make sure you are in the `1b_e2e_registered_components` directory for this sample. + +2. Register the Components with the AzureML workspace. + +``` +az ml component create --file train.yml +az ml component create --file score.yml +az ml component create --file eval.yml + +``` +If you are re-running samples, the version specified in the component yaml may already be registered. You can edit the component yaml to bump up the version or you can simply specify a new version using the command line. + +``` +az ml component create --file train.yml --set version= +az ml component create --file score.yml --set version= +az ml component create --file eval.yml --set version= +``` + +3. Submit the Pipeline Job. + +Make sure the version of the components you registered matches with the version defined in pipeline.yml. Also, make sure the compute cluster used in pipeline.yml is the one that is actually available in your workspace. + +Submit the Pipeline Job +``` +az ml job create --file pipeline.yml +``` + +You can also override the compute from the command line +``` +az ml job create --file pipeline.yml --set defaults.component_job.compute.target= +``` +Once you submit the job, you will find the URL to view the job graph and logs in AzureML Studio UI under the `interaction_endpoints` -> `Studio` section of the output. + diff --git a/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/data.yml b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/data.yml new file mode 100644 index 000000000..2b5cf180e --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/data.yml @@ -0,0 +1,7 @@ +$schema: https://azuremlsdk2.blob.core.windows.net/latest/dataset.schema.json +name: sampledata1 +version: 3 +description: sample dataset +datastore: azureml:workspaceblobstore +local_path: ./data +path: /sample/data/path diff --git a/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/data/sample1.csv b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/data/sample1.csv new file mode 100644 index 000000000..be8d4e71b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/data/sample1.csv @@ -0,0 +1,10 @@ +"Month", "Average", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015" +"May", 0.1, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0 +"Jun", 0.5, 2, 1, 1, 0, 0, 1, 1, 2, 2, 0, 1 +"Jul", 0.7, 5, 1, 1, 2, 0, 1, 3, 0, 2, 2, 1 +"Aug", 2.3, 6, 3, 2, 4, 4, 4, 7, 8, 2, 2, 3 +"Sep", 3.5, 6, 4, 7, 4, 2, 8, 5, 2, 5, 2, 5 +"Oct", 2.0, 8, 0, 1, 3, 2, 5, 1, 5, 2, 3, 0 +"Nov", 0.5, 3, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1 +"Dec", 0.0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 + diff --git a/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/eval.yml b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/eval.yml new file mode 100644 index 000000000..94883a861 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/eval.yml @@ -0,0 +1,18 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +name: Eval +version: 31 +display_name: Eval +type: command +inputs: + scoring_result: + type: path +outputs: + eval_output: + type: path +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:5 +code: + local_path: ./eval_src +command: >- + python eval.py + --scoring_result ${{inputs.scoring_result}} + --eval_output ${{outputs.eval_output}} diff --git a/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/eval_src/eval.py b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/eval_src/eval.py new file mode 100644 index 000000000..b6022d0c6 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/eval_src/eval.py @@ -0,0 +1,25 @@ +import argparse +from pathlib import Path +from datetime import datetime + +parser = argparse.ArgumentParser("score") +parser.add_argument("--scoring_result", type=str, help="Path of scoring result") +parser.add_argument("--eval_output", type=str, help="Path of output evaluation result") + +args = parser.parse_args() + +print("hello evaluation world...") + +lines = [ + f"Scoring result path: {args.scoring_result}", + f"Evaluation output path: {args.eval_output}", +] + +for line in lines: + print(line) + +# Evaluate the incoming scoring result and output evaluation result. +# Here only output a dummy file for demo. +curtime = datetime.now().strftime("%b-%d-%Y %H:%M:%S") +eval_msg = f"Eval done at {curtime}\n" +(Path(args.eval_output) / "eval_result.txt").write_text(eval_msg) diff --git a/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml new file mode 100644 index 000000000..0fb639b10 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/pipeline.yml @@ -0,0 +1,56 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "E2E dummy train-score-eval pipeline with registered components" + +inputs: + pipeline_job_training_input: + dataset: + local_path: ./data + pipeline_job_test_input: + dataset: + local_path: ./data + pipeline_job_training_max_epocs: 20 + pipeline_job_training_learning_rate: 1.8 + pipeline_job_learning_rate_schedule: 'time-based' + +outputs: + pipeline_job_trained_model: + mode: upload + pipeline_job_scored_data: + mode: upload + pipeline_job_evaluation_report: + mode: upload + +#settings: +# datastore: azureml:workspaceblobstore + +compute: azureml:cpu-cluster + +jobs: + train-job: + type: component + component: azureml:Train:31 + inputs: + training_data: ${{inputs.pipeline_job_training_input}} + max_epocs: ${{inputs.pipeline_job_training_max_epocs}} + learning_rate: ${{inputs.pipeline_job_training_learning_rate}} + learning_rate_schedule: ${{inputs.pipeline_job_learning_rate_schedule}} + outputs: + model_output: ${{outputs.pipeline_job_trained_model}} + + score-job: + type: component + component: azureml:Score:31 + inputs: + model_input: ${{jobs.train-job.outputs.model_output}} + test_data: ${{inputs.pipeline_job_test_input}} + outputs: + score_output: ${{outputs.pipeline_job_scored_data}} + + evaluate-job: + type: component + component: azureml:Eval:31 + inputs: + scoring_result: ${{jobs.score-job.outputs.score_output}} + outputs: + eval_output: ${{outputs.pipeline_job_evaluation_report}} diff --git a/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/score.yml b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/score.yml new file mode 100644 index 000000000..42f0ddf5c --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/score.yml @@ -0,0 +1,21 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +name: Score +version: 31 +display_name: Score +type: command +inputs: + model_input: + type: path + test_data: + type: path +outputs: + score_output: + type: path +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:5 +code: + local_path: ./score_src +command: >- + python score.py + --model_input ${{inputs.model_input}} + --test_data ${{inputs.test_data}} + --score_output ${{outputs.score_output}} diff --git a/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/score_src/score.py b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/score_src/score.py new file mode 100644 index 000000000..f8839bf92 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/score_src/score.py @@ -0,0 +1,31 @@ +import argparse +from pathlib import Path + +parser = argparse.ArgumentParser("score") +parser.add_argument("--model_input", type=str, help="Path of input model") +parser.add_argument("--test_data", type=str, help="Path to test data") +parser.add_argument("--score_output", type=str, help="Path of scoring output") + +args = parser.parse_args() + +print("hello scoring world...") + +lines = [ + f"Model path: {args.model_input}", + f"Test data path: {args.test_data}", + f"Scoring output path: {args.score_output}", +] + +for line in lines: + print(line) + +# Load the model from input port +# Here only print the model as text since it is a dummy one +model = (Path(args.model_input) / "model.txt").read_text() +print("Model: ", model) + +# Do scoring with the input model +# Here only print text to output file as demo +(Path(args.score_output) / "score.txt").write_text( + "Scored with the following mode:\n{}".format(model) +) diff --git a/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/train.yml b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/train.yml new file mode 100644 index 000000000..7c49b0edc --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/train.yml @@ -0,0 +1,29 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +name: Train +display_name: Train +version: 31 +type: command +inputs: + training_data: + type: path + max_epocs: + type: integer + learning_rate: + type: number + default: 0.01 + learning_rate_schedule: + type: string + default: time-based +outputs: + model_output: + type: path +code: + local_path: ./train_src +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:5 +command: >- + python train.py + --training_data ${{inputs.training_data}} + --max_epocs ${{inputs.max_epocs}} + --learning_rate ${{inputs.learning_rate}} + --learning_rate_schedule ${{inputs.learning_rate_schedule}} + --model_output ${{outputs.model_output}} diff --git a/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/train_src/train.py b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/train_src/train.py new file mode 100644 index 000000000..3e0ceb56c --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/train_src/train.py @@ -0,0 +1,43 @@ +import argparse +from pathlib import Path +from uuid import uuid4 +from datetime import datetime +import os + +parser = argparse.ArgumentParser("train") +parser.add_argument("--training_data", type=str, help="Path to training data") +parser.add_argument("--max_epocs", type=int, help="Max # of epocs for the training") +parser.add_argument("--learning_rate", type=float, help="Learning rate") +parser.add_argument("--learning_rate_schedule", type=str, help="Learning rate schedule") +parser.add_argument("--model_output", type=str, help="Path of output model") + +args = parser.parse_args() + +print("hello training world...") + +lines = [ + f"Training data path: {args.training_data}", + f"Max epocs: {args.max_epocs}", + f"Learning rate: {args.learning_rate}", + f"Learning rate: {args.learning_rate_schedule}", + f"Model output path: {args.model_output}", +] + +for line in lines: + print(line) + +print("mounted_path files: ") +arr = os.listdir(args.training_data) +print(arr) + +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.training_data, filename), "r") as handle: + print(handle.read()) + + +# Do the train and save the trained model as a file into the output folder. +# Here only output a dummy data for demo. +curtime = datetime.now().strftime("%b-%d-%Y %H:%M:%S") +model = f"This is a dummy model with id: {str(uuid4())} generated at: {curtime}\n" +(Path(args.model_output) / "model.txt").write_text(model) diff --git a/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/README.md b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/README.md new file mode 100644 index 000000000..8a31e4cbc --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/README.md @@ -0,0 +1 @@ +This is a 3 step dummy pipeline job. It uploads a local sample csv file for input data. It uses 3 components defined inline in the pipeline job - train, score and eval. You need to edit the compute cluster in the defaults section and run the `az ml job create --file pipeline.yml` to submit the pipeline job. Alternatively, you can override the compute from the command line with `az ml job create --file pipeline.yml --set defaults.component_job.compute.target=`. Once you submit the job, you will find the URL to the Studio UI view the job graph and logs in the `interaction_endpoints` -> `Studio` section of the output. \ No newline at end of file diff --git a/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/data/sample1.csv b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/data/sample1.csv new file mode 100644 index 000000000..be8d4e71b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/data/sample1.csv @@ -0,0 +1,10 @@ +"Month", "Average", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015" +"May", 0.1, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0 +"Jun", 0.5, 2, 1, 1, 0, 0, 1, 1, 2, 2, 0, 1 +"Jul", 0.7, 5, 1, 1, 2, 0, 1, 3, 0, 2, 2, 1 +"Aug", 2.3, 6, 3, 2, 4, 4, 4, 7, 8, 2, 2, 3 +"Sep", 3.5, 6, 4, 7, 4, 2, 8, 5, 2, 5, 2, 5 +"Oct", 2.0, 8, 0, 1, 3, 2, 5, 1, 5, 2, 3, 0 +"Nov", 0.5, 3, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1 +"Dec", 0.0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 + diff --git a/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/eval_src/eval.py b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/eval_src/eval.py new file mode 100644 index 000000000..b6022d0c6 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/eval_src/eval.py @@ -0,0 +1,25 @@ +import argparse +from pathlib import Path +from datetime import datetime + +parser = argparse.ArgumentParser("score") +parser.add_argument("--scoring_result", type=str, help="Path of scoring result") +parser.add_argument("--eval_output", type=str, help="Path of output evaluation result") + +args = parser.parse_args() + +print("hello evaluation world...") + +lines = [ + f"Scoring result path: {args.scoring_result}", + f"Evaluation output path: {args.eval_output}", +] + +for line in lines: + print(line) + +# Evaluate the incoming scoring result and output evaluation result. +# Here only output a dummy file for demo. +curtime = datetime.now().strftime("%b-%d-%Y %H:%M:%S") +eval_msg = f"Eval done at {curtime}\n" +(Path(args.eval_output) / "eval_result.txt").write_text(eval_msg) diff --git a/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/pipeline.yml b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/pipeline.yml new file mode 100644 index 000000000..c31e80ab9 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/pipeline.yml @@ -0,0 +1,121 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "E2E dummy train-score-eval pipeline with components defined inline in pipeline job" + +inputs: + pipeline_job_training_input: + dataset: + local_path: ./data + pipeline_job_test_input: + dataset: + local_path: ./data + pipeline_job_training_max_epocs: 20 + pipeline_job_training_learning_rate: 1.8 + pipeline_job_learning_rate_schedule: 'time-based' + +outputs: + pipeline_job_trained_model: + mode: rw_mount + pipeline_job_scored_data: + mode: rw_mount + pipeline_job_evaluation_report: + mode: rw_mount + +#settings: +# datastore: azureml:workspaceblobstore + +compute: azureml:cpu-cluster + +jobs: + train-job: + type: component + component: + name: Train + version: 10 + type: command + inputs: + training_data: + type: path + max_epocs: + type: integer + learning_rate: + type: number + default: 0.01 + learning_rate_schedule: + type: string + default: time-based + outputs: + model_output: + type: path + code: + local_path: ./train_src + environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:5 + command: >- + python train.py + --training_data ${{inputs.training_data}} + --max_epocs ${{inputs.max_epocs}} + --learning_rate ${{inputs.learning_rate}} + --learning_rate_schedule ${{inputs.learning_rate_schedule}} + --model_output ${{outputs.model_output}} + + inputs: + training_data: ${{inputs.pipeline_job_training_input}} + max_epocs: ${{inputs.pipeline_job_training_max_epocs}} + learning_rate: ${{inputs.pipeline_job_training_learning_rate}} + learning_rate_schedule: ${{inputs.pipeline_job_learning_rate_schedule}} + outputs: + model_output: ${{outputs.pipeline_job_trained_model}} + + score-job: + type: component + component: + name: Score + version: 10 + type: command + inputs: + model_input: + type: path + test_data: + type: path + outputs: + score_output: + type: path + environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:5 + code: + local_path: ./score_src + command: >- + python score.py + --model_input ${{inputs.model_input}} + --test_data ${{inputs.test_data}} + --score_output ${{outputs.score_output}} + + inputs: + model_input: ${{jobs.train-job.outputs.model_output}} + test_data: ${{inputs.pipeline_job_test_input}} + outputs: + score_output: ${{outputs.pipeline_job_scored_data}} + + evaluate-job: + type: component + component: + name: Eval + version: 10 + type: command + inputs: + scoring_result: + type: path + outputs: + eval_output: + type: path + environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:5 + code: + local_path: ./eval_src + command: >- + python eval.py + --scoring_result ${{inputs.scoring_result}} + --eval_output ${{outputs.eval_output}} + + inputs: + scoring_result: ${{jobs.score-job.outputs.score_output}} + outputs: + eval_output: ${{outputs.pipeline_job_evaluation_report}} diff --git a/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/score_src/score.py b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/score_src/score.py new file mode 100644 index 000000000..f8839bf92 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/score_src/score.py @@ -0,0 +1,31 @@ +import argparse +from pathlib import Path + +parser = argparse.ArgumentParser("score") +parser.add_argument("--model_input", type=str, help="Path of input model") +parser.add_argument("--test_data", type=str, help="Path to test data") +parser.add_argument("--score_output", type=str, help="Path of scoring output") + +args = parser.parse_args() + +print("hello scoring world...") + +lines = [ + f"Model path: {args.model_input}", + f"Test data path: {args.test_data}", + f"Scoring output path: {args.score_output}", +] + +for line in lines: + print(line) + +# Load the model from input port +# Here only print the model as text since it is a dummy one +model = (Path(args.model_input) / "model.txt").read_text() +print("Model: ", model) + +# Do scoring with the input model +# Here only print text to output file as demo +(Path(args.score_output) / "score.txt").write_text( + "Scored with the following mode:\n{}".format(model) +) diff --git a/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/train_src/train.py b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/train_src/train.py new file mode 100644 index 000000000..3e0ceb56c --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/1c_e2e_inline_components/train_src/train.py @@ -0,0 +1,43 @@ +import argparse +from pathlib import Path +from uuid import uuid4 +from datetime import datetime +import os + +parser = argparse.ArgumentParser("train") +parser.add_argument("--training_data", type=str, help="Path to training data") +parser.add_argument("--max_epocs", type=int, help="Max # of epocs for the training") +parser.add_argument("--learning_rate", type=float, help="Learning rate") +parser.add_argument("--learning_rate_schedule", type=str, help="Learning rate schedule") +parser.add_argument("--model_output", type=str, help="Path of output model") + +args = parser.parse_args() + +print("hello training world...") + +lines = [ + f"Training data path: {args.training_data}", + f"Max epocs: {args.max_epocs}", + f"Learning rate: {args.learning_rate}", + f"Learning rate: {args.learning_rate_schedule}", + f"Model output path: {args.model_output}", +] + +for line in lines: + print(line) + +print("mounted_path files: ") +arr = os.listdir(args.training_data) +print(arr) + +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.training_data, filename), "r") as handle: + print(handle.read()) + + +# Do the train and save the trained model as a file into the output folder. +# Here only output a dummy data for demo. +curtime = datetime.now().strftime("%b-%d-%Y %H:%M:%S") +model = f"This is a dummy model with id: {str(uuid4())} generated at: {curtime}\n" +(Path(args.model_output) / "model.txt").write_text(model) diff --git a/cli/jobs/pipelines-with-components/basics/2a_basic_component/README.md b/cli/jobs/pipelines-with-components/basics/2a_basic_component/README.md new file mode 100644 index 000000000..f47b21cc7 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/2a_basic_component/README.md @@ -0,0 +1,2 @@ + +This is a simple component with the corresponding pipeline job. Check if you have `cpu-cluster` compute and run this job using `az ml job create --file pipeline.yml`. \ No newline at end of file diff --git a/cli/jobs/pipelines-with-components/basics/2a_basic_component/component.yml b/cli/jobs/pipelines-with-components/basics/2a_basic_component/component.yml new file mode 100644 index 000000000..3c3ebefa7 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/2a_basic_component/component.yml @@ -0,0 +1,15 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: Hello_Python_World +display_name: Hello_Python_World +version: 1 + +code: + local_path: ./src + +environment: + image: python + +command: >- + python hello.py diff --git a/cli/jobs/pipelines-with-components/basics/2a_basic_component/pipeline.yml b/cli/jobs/pipelines-with-components/basics/2a_basic_component/pipeline.yml new file mode 100644 index 000000000..1781458c5 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/2a_basic_component/pipeline.yml @@ -0,0 +1,10 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "Hello World component example" + +jobs: + hello_python_world_job: + type: component + component: file:./component.yml + compute: azureml:cpu-cluster + diff --git a/cli/jobs/pipelines-with-components/basics/2a_basic_component/src/hello.py b/cli/jobs/pipelines-with-components/basics/2a_basic_component/src/hello.py new file mode 100644 index 000000000..9ae3c1501 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/2a_basic_component/src/hello.py @@ -0,0 +1 @@ +print("Hello Python World") diff --git a/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/README.md b/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/README.md new file mode 100644 index 000000000..49e1eaa72 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/README.md @@ -0,0 +1,2 @@ + +This is a component that takes inputs (literals and data) and generates outputs (data only) with the corresponding pipeline job. Check if you have `cpu-cluster` compute and run this job using `az ml job create --file pipeline.yml`. diff --git a/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/component.yml b/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/component.yml new file mode 100644 index 000000000..c1caccd69 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/component.yml @@ -0,0 +1,28 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: Hello_Python_World +display_name: Hello_Python_World +version: 1 + +inputs: + sample_input_data: + type: path + sample_input_string: + type: string + default: "hello_python_world_default" +outputs: + sample_output_data: + type: path + +code: + local_path: ./src + +environment: + image: python + +command: >- + python hello.py + --input_data ${{inputs.sample_input_data}} + --input_string ${{inputs.sample_input_string}} + --output_data ${{outputs.sample_output_data}} diff --git a/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/data/sample.csv b/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/data/sample.csv new file mode 100644 index 000000000..be8d4e71b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/data/sample.csv @@ -0,0 +1,10 @@ +"Month", "Average", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015" +"May", 0.1, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0 +"Jun", 0.5, 2, 1, 1, 0, 0, 1, 1, 2, 2, 0, 1 +"Jul", 0.7, 5, 1, 1, 2, 0, 1, 3, 0, 2, 2, 1 +"Aug", 2.3, 6, 3, 2, 4, 4, 4, 7, 8, 2, 2, 3 +"Sep", 3.5, 6, 4, 7, 4, 2, 8, 5, 2, 5, 2, 5 +"Oct", 2.0, 8, 0, 1, 3, 2, 5, 1, 5, 2, 3, 0 +"Nov", 0.5, 3, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1 +"Dec", 0.0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 + diff --git a/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/pipeline.yml b/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/pipeline.yml new file mode 100644 index 000000000..aed8f3216 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/pipeline.yml @@ -0,0 +1,25 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "Component with inputs and outputs" + +inputs: + pipeline_sample_input_data: + dataset: + local_path: ./data +# pipeline_sample_input_string: 'Hello_Pipeline_World' + +outputs: + pipeline_sample_output_data: + mode: upload + +jobs: + hello_python_world_job: + type: component_job + component: file:./component.yml + compute: azureml:cpu-cluster + inputs: + sample_input_data: ${{inputs.pipeline_sample_input_data}} + # This input has a default value in the component so can skip it. + # sample_input_string: ${{inputs.pipeline_sample_input_string}} + outputs: + sample_output_data: ${{outputs.pipeline_sample_output_data}} diff --git a/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/src/hello.py b/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/src/hello.py new file mode 100644 index 000000000..d77f44429 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/2b_component_with_input_output/src/hello.py @@ -0,0 +1,35 @@ +import argparse +import os +from datetime import datetime + +print("Hello Python World") + +parser = argparse.ArgumentParser() +parser.add_argument("--input_data", type=str) +parser.add_argument("--input_string", type=str) +parser.add_argument("--output_data", type=str) + +args = parser.parse_args() + +print("sample_input_string: %s" % args.input_string) +print("sample_input_data path: %s" % args.input_data) +print("sample_output_data path: %s" % args.output_data) + +print("files in input_data path: ") +arr = os.listdir(args.input_data) +print(arr) + +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.input_data, filename), "r") as handle: + print(handle.read()) + +cur_time_str = datetime.now().strftime("%b-%d-%Y-%H-%M-%S") + +print( + "Writing file: %s" % os.path.join(args.output_data, "file-" + cur_time_str + ".txt") +) +with open( + os.path.join(args.output_data, "file-" + cur_time_str + ".txt"), "wt" +) as text_file: + print(f"Logging date time: {cur_time_str}", file=text_file) diff --git a/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/README.md b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/README.md new file mode 100644 index 000000000..e8d9ce33a --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/README.md @@ -0,0 +1,2 @@ + +This is a simple pipeline with 3 Component Jobs. There are no dependencies between these jobs, hence they all run concurrently. Check if you have `cpu-cluster` compute and run this job using `az ml job create --file pipeline.yml`. \ No newline at end of file diff --git a/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentA.yml b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentA.yml new file mode 100644 index 000000000..83b21fdfd --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentA.yml @@ -0,0 +1,15 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: componentA +display_name: componentA +version: 1 + +code: + local_path: ./componentA_src + +environment: + image: docker.io/python + +command: >- + python hello.py diff --git a/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentA_src/hello.py b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentA_src/hello.py new file mode 100644 index 000000000..cedaad4ee --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentA_src/hello.py @@ -0,0 +1 @@ +print("Hello Python World...\nI'm component A :-)") diff --git a/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentB.yml b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentB.yml new file mode 100644 index 000000000..55d445f7c --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentB.yml @@ -0,0 +1,15 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: componentB +display_name: componentB +version: 1 + +code: + local_path: ./componentB_src + +environment: + image: docker.io/python + +command: >- + python hello.py diff --git a/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentB_src/hello.py b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentB_src/hello.py new file mode 100644 index 000000000..02902b082 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentB_src/hello.py @@ -0,0 +1 @@ +print("Hello Python World...\nI'm component B :-)") diff --git a/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentC.yml b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentC.yml new file mode 100644 index 000000000..5cb23441f --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentC.yml @@ -0,0 +1,15 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: componentC +display_name: componentC +version: 1 + +code: + local_path: ./componentC_src + +environment: + image: docker.io/python + +command: >- + python hello.py diff --git a/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentC_src/hello.py b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentC_src/hello.py new file mode 100644 index 000000000..6c45697c7 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/componentC_src/hello.py @@ -0,0 +1 @@ +print("Hello Python World...\nI'm component C :-)") diff --git a/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/pipeline.yml b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/pipeline.yml new file mode 100644 index 000000000..620a82b52 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3a_basic_pipeline/pipeline.yml @@ -0,0 +1,17 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "Basic Pipeline Job with 3 Hello World components" + +compute: azureml:cpu-cluster + +jobs: + componentA_job: + type: component + component: file:./componentA.yml + componentB_job: + type: component + component: file:./componentB.yml + componentC_job: + type: component + component: file:./componentC.yml + diff --git a/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/README.md b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/README.md new file mode 100644 index 000000000..78de6fb42 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/README.md @@ -0,0 +1,2 @@ + +This is a simple pipeline with 3 Component Jobs with data dependencies. Output of job A is used as input by job B using the syntax `${{jobs.componentA_job.outputs.componentA_output}}` and output of job B is used as input by job C using the syntax `${{jobs.componentB_job.outputs.componentB_output}}`. Output of job C maps to pipeline output `final_pipeline_output`. Outputs of job A and job B are intermediate data outputs since they do not map to any pipeline level outputs. Check if you have `cpu-cluster` compute and run this job using `az ml job create --file pipeline.yml`. diff --git a/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentA.yml b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentA.yml new file mode 100644 index 000000000..8dfbaed60 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentA.yml @@ -0,0 +1,23 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: componentA +display_name: componentA +version: 1 + +inputs: + componentA_input: + type: path + +outputs: + componentA_output: + type: path + +code: + local_path: ./componentA_src + +environment: + image: python + +command: >- + python hello.py --componentA_input ${{inputs.componentA_input}} --componentA_output ${{outputs.componentA_output}} diff --git a/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentA_src/hello.py b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentA_src/hello.py new file mode 100644 index 000000000..3735ee527 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentA_src/hello.py @@ -0,0 +1,34 @@ +import argparse +import os +from datetime import datetime + +parser = argparse.ArgumentParser() +parser.add_argument("--componentA_input", type=str) +parser.add_argument("--componentA_output", type=str) + +print("Hello Python World...\nI'm componentA :-)") + +args = parser.parse_args() + +print("componentA_input path: %s" % args.componentA_input) +print("componentA_output path: %s" % args.componentA_output) + +print("files in input path: ") +arr = os.listdir(args.componentA_input) +print(arr) + +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.componentA_input, filename), "r") as handle: + print(handle.read()) + +cur_time_str = datetime.now().strftime("%b-%d-%Y-%H-%M-%S") + +print( + "Writing file: %s" + % os.path.join(args.componentA_output, "file-" + cur_time_str + ".txt") +) +with open( + os.path.join(args.componentA_output, "file-" + cur_time_str + ".txt"), "wt" +) as text_file: + print(f"Logging date time: {cur_time_str}", file=text_file) diff --git a/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentB.yml b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentB.yml new file mode 100644 index 000000000..b30941eb0 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentB.yml @@ -0,0 +1,23 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: componentB +display_name: componentB +version: 1 + +inputs: + componentB_input: + type: path + +outputs: + componentB_output: + type: path + +code: + local_path: ./componentB_src + +environment: + image: python + +command: >- + python hello.py --componentB_input ${{inputs.componentB_input}} --componentB_output ${{outputs.componentB_output}} diff --git a/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentB_src/hello.py b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentB_src/hello.py new file mode 100644 index 000000000..13b148eb4 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentB_src/hello.py @@ -0,0 +1,34 @@ +import argparse +import os +from datetime import datetime + +parser = argparse.ArgumentParser() +parser.add_argument("--componentB_input", type=str) +parser.add_argument("--componentB_output", type=str) + +print("Hello Python World...\nI'm componentB :-)") + +args = parser.parse_args() + +print("componentB_input path: %s" % args.componentB_input) +print("componentB_output path: %s" % args.componentB_output) + +print("files in input path: ") +arr = os.listdir(args.componentB_input) +print(arr) + +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.componentB_input, filename), "r") as handle: + print(handle.read()) + +cur_time_str = datetime.now().strftime("%b-%d-%Y-%H-%M-%S") + +print( + "Writing file: %s" + % os.path.join(args.componentB_output, "file-" + cur_time_str + ".txt") +) +with open( + os.path.join(args.componentB_output, "file-" + cur_time_str + ".txt"), "wt" +) as text_file: + print(f"Logging date time: {cur_time_str}", file=text_file) diff --git a/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentC.yml b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentC.yml new file mode 100644 index 000000000..43e70ea34 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentC.yml @@ -0,0 +1,23 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: componentC +display_name: componentC +version: 1 + +inputs: + componentC_input: + type: path + +outputs: + componentC_output: + type: path + +code: + local_path: ./componentC_src + +environment: + image: python + +command: >- + python hello.py --componentC_input ${{inputs.componentC_input}} --componentC_output ${{outputs.componentC_output}} diff --git a/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentC_src/hello.py b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentC_src/hello.py new file mode 100644 index 000000000..bcfc0c317 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/componentC_src/hello.py @@ -0,0 +1,34 @@ +import argparse +import os +from datetime import datetime + +parser = argparse.ArgumentParser() +parser.add_argument("--componentC_input", type=str) +parser.add_argument("--componentC_output", type=str) + +print("Hello Python World...\nI'm componentC :-)") + +args = parser.parse_args() + +print("componentC_input path: %s" % args.componentC_input) +print("componentC_output path: %s" % args.componentC_output) + +print("files in input path: ") +arr = os.listdir(args.componentC_input) +print(arr) + +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.componentC_input, filename), "r") as handle: + print(handle.read()) + +cur_time_str = datetime.now().strftime("%b-%d-%Y-%H-%M-%S") + +print( + "Writing file: %s" + % os.path.join(args.componentC_output, "file-" + cur_time_str + ".txt") +) +with open( + os.path.join(args.componentC_output, "file-" + cur_time_str + ".txt"), "wt" +) as text_file: + print(f"Logging date time: {cur_time_str}", file=text_file) diff --git a/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/data/sample.csv b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/data/sample.csv new file mode 100644 index 000000000..be8d4e71b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/data/sample.csv @@ -0,0 +1,10 @@ +"Month", "Average", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015" +"May", 0.1, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0 +"Jun", 0.5, 2, 1, 1, 0, 0, 1, 1, 2, 2, 0, 1 +"Jul", 0.7, 5, 1, 1, 2, 0, 1, 3, 0, 2, 2, 1 +"Aug", 2.3, 6, 3, 2, 4, 4, 4, 7, 8, 2, 2, 3 +"Sep", 3.5, 6, 4, 7, 4, 2, 8, 5, 2, 5, 2, 5 +"Oct", 2.0, 8, 0, 1, 3, 2, 5, 1, 5, 2, 3, 0 +"Nov", 0.5, 3, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1 +"Dec", 0.0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 + diff --git a/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/pipeline.yml b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/pipeline.yml new file mode 100644 index 000000000..fb84710f2 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/3b_pipeline_with_data/pipeline.yml @@ -0,0 +1,40 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline + +compute: azureml:cpu-cluster + +inputs: + pipeline_sample_input_data: + dataset: + local_path: ./data + +outputs: + final_pipeline_output: + mode: upload + +jobs: + componentA_job: + type: component + component: file:./componentA.yml + inputs: + componentA_input: ${{inputs.pipeline_sample_input_data}} + outputs: + componentA_output: + mode: upload + componentB_job: + type: component + component: file:./componentB.yml + inputs: + componentB_input: ${{jobs.componentA_job.outputs.componentA_output}} + outputs: + componentB_output: + mode: rw_mount + componentC_job: + type: component + component: file:./componentC.yml + inputs: + componentC_input: ${{jobs.componentB_job.outputs.componentB_output}} + outputs: + componentC_output: ${{outputs.final_pipeline_output}} + # mode: upload + diff --git a/cli/jobs/pipelines-with-components/basics/4a_local_data_input/README.md b/cli/jobs/pipelines-with-components/basics/4a_local_data_input/README.md new file mode 100644 index 000000000..88b672b3a --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4a_local_data_input/README.md @@ -0,0 +1,2 @@ + +This example shows how to use a local data folder as input to a job. AzureML uploads the local data to the workspace default datastore and creates an anonymous dataset. \ No newline at end of file diff --git a/cli/jobs/pipelines-with-components/basics/4a_local_data_input/component.yml b/cli/jobs/pipelines-with-components/basics/4a_local_data_input/component.yml new file mode 100644 index 000000000..f44fb512a --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4a_local_data_input/component.yml @@ -0,0 +1,28 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: Hello_Python_World +display_name: Hello_Python_World +version: 1 + +inputs: + sample_input_data: + type: path + sample_input_string: + type: string + default: "hello_python_world" +outputs: + sample_output_data: + type: path + +code: + local_path: ./src + +environment: + image: python + +command: >- + python hello.py + --input_data ${{inputs.sample_input_data}} + --input_string ${{inputs.sample_input_string}} + --output_data ${{outputs.sample_output_data}} diff --git a/cli/jobs/pipelines-with-components/basics/4a_local_data_input/data/sample.csv b/cli/jobs/pipelines-with-components/basics/4a_local_data_input/data/sample.csv new file mode 100644 index 000000000..be8d4e71b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4a_local_data_input/data/sample.csv @@ -0,0 +1,10 @@ +"Month", "Average", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015" +"May", 0.1, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0 +"Jun", 0.5, 2, 1, 1, 0, 0, 1, 1, 2, 2, 0, 1 +"Jul", 0.7, 5, 1, 1, 2, 0, 1, 3, 0, 2, 2, 1 +"Aug", 2.3, 6, 3, 2, 4, 4, 4, 7, 8, 2, 2, 3 +"Sep", 3.5, 6, 4, 7, 4, 2, 8, 5, 2, 5, 2, 5 +"Oct", 2.0, 8, 0, 1, 3, 2, 5, 1, 5, 2, 3, 0 +"Nov", 0.5, 3, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1 +"Dec", 0.0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 + diff --git a/cli/jobs/pipelines-with-components/basics/4a_local_data_input/pipeline.yml b/cli/jobs/pipelines-with-components/basics/4a_local_data_input/pipeline.yml new file mode 100644 index 000000000..388eda910 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4a_local_data_input/pipeline.yml @@ -0,0 +1,24 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "Example of using data in a local folder as pipeline input" +inputs: + pipeline_sample_input_data: + dataset: + local_path: ./data + pipeline_sample_input_string: 'Hello_Pipeline_World' + +outputs: + pipeline_sample_output_data: + mode: upload + +jobs: + hello_python_world_job: + type: component + component: file:./component.yml + compute: azureml:cpu-cluster + inputs: + sample_input_data: ${{inputs.pipeline_sample_input_data}} + sample_input_string: ${{inputs.pipeline_sample_input_string}} + outputs: + sample_output_data: ${{outputs.pipeline_sample_output_data}} + diff --git a/cli/jobs/pipelines-with-components/basics/4a_local_data_input/src/hello.py b/cli/jobs/pipelines-with-components/basics/4a_local_data_input/src/hello.py new file mode 100644 index 000000000..d77f44429 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4a_local_data_input/src/hello.py @@ -0,0 +1,35 @@ +import argparse +import os +from datetime import datetime + +print("Hello Python World") + +parser = argparse.ArgumentParser() +parser.add_argument("--input_data", type=str) +parser.add_argument("--input_string", type=str) +parser.add_argument("--output_data", type=str) + +args = parser.parse_args() + +print("sample_input_string: %s" % args.input_string) +print("sample_input_data path: %s" % args.input_data) +print("sample_output_data path: %s" % args.output_data) + +print("files in input_data path: ") +arr = os.listdir(args.input_data) +print(arr) + +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.input_data, filename), "r") as handle: + print(handle.read()) + +cur_time_str = datetime.now().strftime("%b-%d-%Y-%H-%M-%S") + +print( + "Writing file: %s" % os.path.join(args.output_data, "file-" + cur_time_str + ".txt") +) +with open( + os.path.join(args.output_data, "file-" + cur_time_str + ".txt"), "wt" +) as text_file: + print(f"Logging date time: {cur_time_str}", file=text_file) diff --git a/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/README.md b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/README.md new file mode 100644 index 000000000..21485dc56 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/README.md @@ -0,0 +1,30 @@ + +We use a datastore with datapath as input folder in this example. An easy way to get a datastore and datapath with some dummy data is to create a AzureML dataset. Try `az ml dataset create --file data.yml`. You will find the datastore + datapath URI in the `paths` section of the output. The format to use datastore and datapath is typically `azureml://datastores//paths///` You can then reference that in `pipeline.yml` + +Sample output for dataset creation: +``` +# az ml dataset create --file data.yml + +Command group 'ml dataset' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus +{ + "creation_context": { + "created_at": "2021-09-21T19:41:27.051188+00:00", + "created_by": "Manoj Bableshwar", + "created_by_type": "User", + "last_modified_at": "2021-09-21T19:41:27.051188+00:00", + "last_modified_by": "Manoj Bableshwar", + "last_modified_by_type": "User" + }, + "description": "sample dataset", + "id": "/subscriptions/b8c23406-f9b5-4ccb-8a65-a8cb5dcd6a5a/resourceGroups/aesviennatesteuap/providers/Microsoft.MachineLearningServices/workspaces/testep/datasets/sampledata1234/versions/1", + "name": "sampledata1234", + "paths": [ + { + "file": "azureml://datastores/workspaceblobstore/paths/LocalUpload/cec6841f346975cde1ee7d5289c5559f/data" + } + ], + "resourceGroup": "aesviennatesteuap", + "tags": {}, + "version": "1" +} +``` \ No newline at end of file diff --git a/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/component.yml b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/component.yml new file mode 100644 index 000000000..f44fb512a --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/component.yml @@ -0,0 +1,28 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: Hello_Python_World +display_name: Hello_Python_World +version: 1 + +inputs: + sample_input_data: + type: path + sample_input_string: + type: string + default: "hello_python_world" +outputs: + sample_output_data: + type: path + +code: + local_path: ./src + +environment: + image: python + +command: >- + python hello.py + --input_data ${{inputs.sample_input_data}} + --input_string ${{inputs.sample_input_string}} + --output_data ${{outputs.sample_output_data}} diff --git a/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/data.yml b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/data.yml new file mode 100644 index 000000000..8e8891aa0 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/data.yml @@ -0,0 +1,4 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: sampledata1234 +description: sample dataset +local_path: ./data diff --git a/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/data/sample.csv b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/data/sample.csv new file mode 100644 index 000000000..be8d4e71b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/data/sample.csv @@ -0,0 +1,10 @@ +"Month", "Average", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015" +"May", 0.1, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0 +"Jun", 0.5, 2, 1, 1, 0, 0, 1, 1, 2, 2, 0, 1 +"Jul", 0.7, 5, 1, 1, 2, 0, 1, 3, 0, 2, 2, 1 +"Aug", 2.3, 6, 3, 2, 4, 4, 4, 7, 8, 2, 2, 3 +"Sep", 3.5, 6, 4, 7, 4, 2, 8, 5, 2, 5, 2, 5 +"Oct", 2.0, 8, 0, 1, 3, 2, 5, 1, 5, 2, 3, 0 +"Nov", 0.5, 3, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1 +"Dec", 0.0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 + diff --git a/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/pipeline.yml b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/pipeline.yml new file mode 100644 index 000000000..83dfc55e1 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/pipeline.yml @@ -0,0 +1,25 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "Example of using data folder from a Workspace Datastore as pipeline input" +inputs: + pipeline_sample_input_data: + folder: azureml://datastores/workspaceblobstore/paths/LocalUpload/cec6841f346975cde1ee7d5289c5559f/data + mode: download + pipeline_sample_input_string: 'Hello_Pipeline_World' + +outputs: + pipeline_sample_output_data: + mode: upload + +compute: azureml:cpu-cluster + +jobs: + hello_python_world_job: + type: component + component: file:./component.yml + inputs: + sample_input_data: ${{inputs.pipeline_sample_input_data}} + sample_input_string: ${{inputs.pipeline_sample_input_string}} + outputs: + sample_output_data: ${{outputs.pipeline_sample_output_data}} + diff --git a/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/src/hello.py b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/src/hello.py new file mode 100644 index 000000000..d77f44429 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4b_datastore_datapath_uri_folder/src/hello.py @@ -0,0 +1,35 @@ +import argparse +import os +from datetime import datetime + +print("Hello Python World") + +parser = argparse.ArgumentParser() +parser.add_argument("--input_data", type=str) +parser.add_argument("--input_string", type=str) +parser.add_argument("--output_data", type=str) + +args = parser.parse_args() + +print("sample_input_string: %s" % args.input_string) +print("sample_input_data path: %s" % args.input_data) +print("sample_output_data path: %s" % args.output_data) + +print("files in input_data path: ") +arr = os.listdir(args.input_data) +print(arr) + +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.input_data, filename), "r") as handle: + print(handle.read()) + +cur_time_str = datetime.now().strftime("%b-%d-%Y-%H-%M-%S") + +print( + "Writing file: %s" % os.path.join(args.output_data, "file-" + cur_time_str + ".txt") +) +with open( + os.path.join(args.output_data, "file-" + cur_time_str + ".txt"), "wt" +) as text_file: + print(f"Logging date time: {cur_time_str}", file=text_file) diff --git a/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/README.md b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/README.md new file mode 100644 index 000000000..4f2993a3a --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/README.md @@ -0,0 +1,31 @@ + +We use a datastore with datapath as input file in this example. An easy way to get a datastore and datapath with some dummy data is to create a AzureML dataset. Try `az ml dataset create --file data.yml`. You will find the datastore + datapath URI in the `paths` section of the output. The format to use datastore and datapath is typically `azureml://datastores//paths////` You can then reference that in `pipeline.yml` + + + +Sample output for dataset creation: +``` +# az ml dataset create --file data.yml +Command group 'ml dataset' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus +{ + "creation_context": { + "created_at": "2021-09-21T19:41:27.051188+00:00", + "created_by": "Manoj Bableshwar", + "created_by_type": "User", + "last_modified_at": "2021-09-21T19:41:27.051188+00:00", + "last_modified_by": "Manoj Bableshwar", + "last_modified_by_type": "User" + }, + "description": "sample dataset", + "id": "/subscriptions/b8c23406-f9b5-4ccb-8a65-a8cb5dcd6a5a/resourceGroups/aesviennatesteuap/providers/Microsoft.MachineLearningServices/workspaces/testep/datasets/sampledata1234/versions/1", + "name": "sampledata1234", + "paths": [ + { + "file": "azureml://datastores/workspaceblobstore/paths/LocalUpload/cec6841f346975cde1ee7d5289c5559f/data" + } + ], + "resourceGroup": "aesviennatesteuap", + "tags": {}, + "version": "1" +} +``` \ No newline at end of file diff --git a/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/component.yml b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/component.yml new file mode 100644 index 000000000..f44fb512a --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/component.yml @@ -0,0 +1,28 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: Hello_Python_World +display_name: Hello_Python_World +version: 1 + +inputs: + sample_input_data: + type: path + sample_input_string: + type: string + default: "hello_python_world" +outputs: + sample_output_data: + type: path + +code: + local_path: ./src + +environment: + image: python + +command: >- + python hello.py + --input_data ${{inputs.sample_input_data}} + --input_string ${{inputs.sample_input_string}} + --output_data ${{outputs.sample_output_data}} diff --git a/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/data.yml b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/data.yml new file mode 100644 index 000000000..8e8891aa0 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/data.yml @@ -0,0 +1,4 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: sampledata1234 +description: sample dataset +local_path: ./data diff --git a/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/data/sample.csv b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/data/sample.csv new file mode 100644 index 000000000..be8d4e71b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/data/sample.csv @@ -0,0 +1,10 @@ +"Month", "Average", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015" +"May", 0.1, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0 +"Jun", 0.5, 2, 1, 1, 0, 0, 1, 1, 2, 2, 0, 1 +"Jul", 0.7, 5, 1, 1, 2, 0, 1, 3, 0, 2, 2, 1 +"Aug", 2.3, 6, 3, 2, 4, 4, 4, 7, 8, 2, 2, 3 +"Sep", 3.5, 6, 4, 7, 4, 2, 8, 5, 2, 5, 2, 5 +"Oct", 2.0, 8, 0, 1, 3, 2, 5, 1, 5, 2, 3, 0 +"Nov", 0.5, 3, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1 +"Dec", 0.0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 + diff --git a/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/pipeline.yml b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/pipeline.yml new file mode 100644 index 000000000..478533b02 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/pipeline.yml @@ -0,0 +1,25 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "Example of using data file from a Workspace Datastore as pipeline input" +inputs: + pipeline_sample_input_data: + folder: azureml://datastores/workspaceblobstore/paths/LocalUpload/cec6841f346975cde1ee7d5289c5559f/data/sample.csv + mode: download + pipeline_sample_input_string: 'Hello_Pipeline_World' + +outputs: + pipeline_sample_output_data: + mode: upload + +compute: azureml:cpu-cluster + +jobs: + hello_python_world_job: + type: component + component: file:./component.yml + inputs: + sample_input_data: ${{inputs.pipeline_sample_input_data}} + sample_input_string: ${{inputs.pipeline_sample_input_string}} + outputs: + sample_output_data: ${{outputs.pipeline_sample_output_data}} + diff --git a/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/src/hello.py b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/src/hello.py new file mode 100644 index 000000000..d77f44429 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4c_datastore_datapath_uri_file/src/hello.py @@ -0,0 +1,35 @@ +import argparse +import os +from datetime import datetime + +print("Hello Python World") + +parser = argparse.ArgumentParser() +parser.add_argument("--input_data", type=str) +parser.add_argument("--input_string", type=str) +parser.add_argument("--output_data", type=str) + +args = parser.parse_args() + +print("sample_input_string: %s" % args.input_string) +print("sample_input_data path: %s" % args.input_data) +print("sample_output_data path: %s" % args.output_data) + +print("files in input_data path: ") +arr = os.listdir(args.input_data) +print(arr) + +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.input_data, filename), "r") as handle: + print(handle.read()) + +cur_time_str = datetime.now().strftime("%b-%d-%Y-%H-%M-%S") + +print( + "Writing file: %s" % os.path.join(args.output_data, "file-" + cur_time_str + ".txt") +) +with open( + os.path.join(args.output_data, "file-" + cur_time_str + ".txt"), "wt" +) as text_file: + print(f"Logging date time: {cur_time_str}", file=text_file) diff --git a/cli/jobs/pipelines-with-components/basics/4d_dataset_input/README.md b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/README.md new file mode 100644 index 000000000..a8a771aef --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/README.md @@ -0,0 +1,3 @@ + +We use a file dataset as input in this example. You can create a dataset using `az ml dataset create --file data.yml`. + diff --git a/cli/jobs/pipelines-with-components/basics/4d_dataset_input/component.yml b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/component.yml new file mode 100644 index 000000000..712ad7cac --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/component.yml @@ -0,0 +1,31 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + + +name: Hello_Python_World +display_name: Hello_Python_World +version: 1 + +inputs: + sample_input_data: + type: path + + sample_input_string: + type: string + default: "hello_python_world" +outputs: + sample_output_data: + type: path + +code: + local_path: ./src + +environment: + image: python + + +command: >- + python hello.py + --input_data ${{inputs.sample_input_data}} + --input_string ${{inputs.sample_input_string}} + --output_data ${{outputs.sample_output_data}} diff --git a/cli/jobs/pipelines-with-components/basics/4d_dataset_input/data.yml b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/data.yml new file mode 100644 index 000000000..141615829 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/data.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: sampledata123 +version: 1 +description: sample dataset +local_path: ./data diff --git a/cli/jobs/pipelines-with-components/basics/4d_dataset_input/data/sample.csv b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/data/sample.csv new file mode 100644 index 000000000..be8d4e71b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/data/sample.csv @@ -0,0 +1,10 @@ +"Month", "Average", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015" +"May", 0.1, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0 +"Jun", 0.5, 2, 1, 1, 0, 0, 1, 1, 2, 2, 0, 1 +"Jul", 0.7, 5, 1, 1, 2, 0, 1, 3, 0, 2, 2, 1 +"Aug", 2.3, 6, 3, 2, 4, 4, 4, 7, 8, 2, 2, 3 +"Sep", 3.5, 6, 4, 7, 4, 2, 8, 5, 2, 5, 2, 5 +"Oct", 2.0, 8, 0, 1, 3, 2, 5, 1, 5, 2, 3, 0 +"Nov", 0.5, 3, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1 +"Dec", 0.0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 + diff --git a/cli/jobs/pipelines-with-components/basics/4d_dataset_input/pipeline.yml b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/pipeline.yml new file mode 100644 index 000000000..98df0c6d6 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/pipeline.yml @@ -0,0 +1,23 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "Example of using data from a Dataset as pipeline input" +inputs: + pipeline_sample_input_data: + dataset: azureml:sampledata123:1 + pipeline_sample_input_string: 'Hello_Pipeline_World' + +outputs: + pipeline_sample_output_data: + mode: upload + +jobs: + hello_python_world_job: + type: component + component: file:./component.yml + compute: azureml:cpu-cluster + inputs: + sample_input_data: ${{inputs.pipeline_sample_input_data}} + sample_input_string: ${{inputs.pipeline_sample_input_string}} + outputs: + sample_output_data: ${{outputs.pipeline_sample_output_data}} + diff --git a/cli/jobs/pipelines-with-components/basics/4d_dataset_input/src/hello.py b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/src/hello.py new file mode 100644 index 000000000..d77f44429 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4d_dataset_input/src/hello.py @@ -0,0 +1,35 @@ +import argparse +import os +from datetime import datetime + +print("Hello Python World") + +parser = argparse.ArgumentParser() +parser.add_argument("--input_data", type=str) +parser.add_argument("--input_string", type=str) +parser.add_argument("--output_data", type=str) + +args = parser.parse_args() + +print("sample_input_string: %s" % args.input_string) +print("sample_input_data path: %s" % args.input_data) +print("sample_output_data path: %s" % args.output_data) + +print("files in input_data path: ") +arr = os.listdir(args.input_data) +print(arr) + +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.input_data, filename), "r") as handle: + print(handle.read()) + +cur_time_str = datetime.now().strftime("%b-%d-%Y-%H-%M-%S") + +print( + "Writing file: %s" % os.path.join(args.output_data, "file-" + cur_time_str + ".txt") +) +with open( + os.path.join(args.output_data, "file-" + cur_time_str + ".txt"), "wt" +) as text_file: + print(f"Logging date time: {cur_time_str}", file=text_file) diff --git a/cli/jobs/pipelines-with-components/basics/4e_web_url_input/README.md b/cli/jobs/pipelines-with-components/basics/4e_web_url_input/README.md new file mode 100644 index 000000000..e78c07387 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4e_web_url_input/README.md @@ -0,0 +1,2 @@ + +This example shows how to specify web file with public URL as input: https://dprepdata.blob.core.windows.net/demo/Titanic.csv diff --git a/cli/jobs/pipelines-with-components/basics/4e_web_url_input/component.yml b/cli/jobs/pipelines-with-components/basics/4e_web_url_input/component.yml new file mode 100644 index 000000000..f44fb512a --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4e_web_url_input/component.yml @@ -0,0 +1,28 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: Hello_Python_World +display_name: Hello_Python_World +version: 1 + +inputs: + sample_input_data: + type: path + sample_input_string: + type: string + default: "hello_python_world" +outputs: + sample_output_data: + type: path + +code: + local_path: ./src + +environment: + image: python + +command: >- + python hello.py + --input_data ${{inputs.sample_input_data}} + --input_string ${{inputs.sample_input_string}} + --output_data ${{outputs.sample_output_data}} diff --git a/cli/jobs/pipelines-with-components/basics/4e_web_url_input/data/sample.csv b/cli/jobs/pipelines-with-components/basics/4e_web_url_input/data/sample.csv new file mode 100644 index 000000000..be8d4e71b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4e_web_url_input/data/sample.csv @@ -0,0 +1,10 @@ +"Month", "Average", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015" +"May", 0.1, 0, 0, 1, 1, 0, 0, 0, 2, 0, 0, 0 +"Jun", 0.5, 2, 1, 1, 0, 0, 1, 1, 2, 2, 0, 1 +"Jul", 0.7, 5, 1, 1, 2, 0, 1, 3, 0, 2, 2, 1 +"Aug", 2.3, 6, 3, 2, 4, 4, 4, 7, 8, 2, 2, 3 +"Sep", 3.5, 6, 4, 7, 4, 2, 8, 5, 2, 5, 2, 5 +"Oct", 2.0, 8, 0, 1, 3, 2, 5, 1, 5, 2, 3, 0 +"Nov", 0.5, 3, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1 +"Dec", 0.0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 + diff --git a/cli/jobs/pipelines-with-components/basics/4e_web_url_input/pipeline.yml b/cli/jobs/pipelines-with-components/basics/4e_web_url_input/pipeline.yml new file mode 100644 index 000000000..ca3a7b7fb --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4e_web_url_input/pipeline.yml @@ -0,0 +1,28 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "Example of using a file hosted at a web URL as pipeline input" +inputs: + pipeline_sample_input_data: + file: https://dprepdata.blob.core.windows.net/demo/Titanic.csv +# or +# pipeline_sample_input_data: +# dataset: +# paths: +# - file: https://dprepdata.blob.core.windows.net/demo/Titanic.csv + + pipeline_sample_input_string: 'Hello_Pipeline_World' + +outputs: + pipeline_sample_output_data: + +jobs: + hello_python_world_job: + type: component + component: file:./component.yml + compute: azureml:cpu-cluster + inputs: + sample_input_data: ${{inputs.pipeline_sample_input_data}} + sample_input_string: ${{inputs.pipeline_sample_input_string}} + outputs: + sample_output_data: ${{outputs.pipeline_sample_output_data}} + diff --git a/cli/jobs/pipelines-with-components/basics/4e_web_url_input/src/hello.py b/cli/jobs/pipelines-with-components/basics/4e_web_url_input/src/hello.py new file mode 100644 index 000000000..4c578c55f --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/4e_web_url_input/src/hello.py @@ -0,0 +1,41 @@ +import argparse +import os +from datetime import datetime + +print("Hello Python World") + +parser = argparse.ArgumentParser() +parser.add_argument("--input_data", type=str) +parser.add_argument("--input_string", type=str) +parser.add_argument("--output_data", type=str) + +args = parser.parse_args() + +print("sample_input_string: %s" % args.input_string) +print("sample_input_data path: %s" % args.input_data) +print("sample_output_data path: %s" % args.output_data) + +if os.path.isdir(args.input_data) == True: + print("files in input_data path: ") + arr = os.listdir(args.input_data) + print(arr) + + for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.input_data, filename), "r") as handle: + print(handle.read()) +elif os.path.isfile(args.input_data) == True: + with open(args.input_data, "r") as handle: + print(handle.read()) +else: + print("input_data is neither directory nor a file: " + args.input_data) + +cur_time_str = datetime.now().strftime("%b-%d-%Y-%H-%M-%S") + +print( + "Writing file: %s" % os.path.join(args.output_data, "file-" + cur_time_str + ".txt") +) +with open( + os.path.join(args.output_data, "file-" + cur_time_str + ".txt"), "wt" +) as text_file: + print(f"Logging date time: {cur_time_str}", file=text_file) diff --git a/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/README.md b/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/README.md new file mode 100644 index 000000000..d123a8947 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/README.md @@ -0,0 +1,2 @@ + +This component example shows how to use a public docker image in the environment section, which is defined inline. Check if you have `cpu-cluster` compute and run this job using `az ml job create --file pipeline.yml`. diff --git a/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/component.yml b/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/component.yml new file mode 100644 index 000000000..353071d81 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/component.yml @@ -0,0 +1,15 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: Hello_Python_World +display_name: Hello_Python_World +version: 1 + +code: + local_path: ./src + +environment: + image: docker.io/python + +command: >- + python hello.py diff --git a/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/pipeline.yml b/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/pipeline.yml new file mode 100644 index 000000000..1a59d1a17 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/pipeline.yml @@ -0,0 +1,9 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline + +jobs: + hello_python_world_job: + type: component + component: file:./component.yml + compute: azureml:cpu-cluster + diff --git a/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/src/hello.py b/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/src/hello.py new file mode 100644 index 000000000..9ae3c1501 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5a_env_public_docker_image/src/hello.py @@ -0,0 +1 @@ +print("Hello Python World") diff --git a/cli/jobs/pipelines-with-components/basics/5b_env_registered/README.md b/cli/jobs/pipelines-with-components/basics/5b_env_registered/README.md new file mode 100644 index 000000000..6ca55ec48 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5b_env_registered/README.md @@ -0,0 +1 @@ +This example shows how to reference a registered AzureML environment in a component. Check if you have `cpu-cluster` compute and run this job using `az ml job create --file pipeline.yml`. diff --git a/cli/jobs/pipelines-with-components/basics/5b_env_registered/component.yml b/cli/jobs/pipelines-with-components/basics/5b_env_registered/component.yml new file mode 100644 index 000000000..398a00f04 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5b_env_registered/component.yml @@ -0,0 +1,14 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: Hello_Python_World +display_name: Hello_Python_World +version: 1 + +code: + local_path: ./src + +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:5 + +command: >- + python hello.py diff --git a/cli/jobs/pipelines-with-components/basics/5b_env_registered/pipeline.yml b/cli/jobs/pipelines-with-components/basics/5b_env_registered/pipeline.yml new file mode 100644 index 000000000..1a59d1a17 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5b_env_registered/pipeline.yml @@ -0,0 +1,9 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline + +jobs: + hello_python_world_job: + type: component + component: file:./component.yml + compute: azureml:cpu-cluster + diff --git a/cli/jobs/pipelines-with-components/basics/5b_env_registered/src/hello.py b/cli/jobs/pipelines-with-components/basics/5b_env_registered/src/hello.py new file mode 100644 index 000000000..9ae3c1501 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5b_env_registered/src/hello.py @@ -0,0 +1 @@ +print("Hello Python World") diff --git a/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/README.md b/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/README.md new file mode 100644 index 000000000..b44591b87 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/README.md @@ -0,0 +1 @@ +This example shows how to use specify environment dependencies using a conda file in addition to a public docker image. The `hello.py` needs the `pyjokes` module which is specified in the `pip` section of the conda file along with the `python` version. Check if you have `cpu-cluster` compute and run this job using `az ml job create --file pipeline.yml`. diff --git a/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/component.yml b/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/component.yml new file mode 100644 index 000000000..aa03bb11b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/component.yml @@ -0,0 +1,16 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +name: Hello_Python_World +display_name: Hello_Python_World +version: 1 + +code: + local_path: ./src + +environment: + conda_file: ./conda.yml + image: mcr.microsoft.com/azureml/openmpi4.1.0-cuda11.0.3-cudnn8-ubuntu18.04:20210405.v1 + +command: >- + python hello.py diff --git a/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/conda.yml b/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/conda.yml new file mode 100644 index 000000000..0db6ea8a1 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/conda.yml @@ -0,0 +1,8 @@ +name: demo_env +channels: + - conda-forge +dependencies: + - python=3.6.1 + - pip + - pip: + - pyjokes diff --git a/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/pipeline.yml b/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/pipeline.yml new file mode 100644 index 000000000..2b9448451 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/pipeline.yml @@ -0,0 +1,9 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline + +jobs: + hello_python_world_job: + type: component_job + component: file:./component.yml + compute: azureml:cpu-cluster + diff --git a/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/src/hello.py b/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/src/hello.py new file mode 100644 index 000000000..b07625eb3 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/5c_env_conda_file/src/hello.py @@ -0,0 +1,7 @@ +print("Hello Python World\nI tell a new joke each time you run me. Today's joke:\n") + +import pyjokes + +print(pyjokes.get_joke()) + +print("\nHow was it??\n\n") diff --git a/cli/jobs/pipelines-with-components/basics/6a_tf_hello_world/README.md b/cli/jobs/pipelines-with-components/basics/6a_tf_hello_world/README.md new file mode 100644 index 000000000..25d85309b --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/6a_tf_hello_world/README.md @@ -0,0 +1 @@ +This example doesn't run actual distributed training but shows the distributed training environment available to training scripts with the `$TF_CONFIG` environment variable. It also explains how to override distributed training settings defined in a component in a job. \ No newline at end of file diff --git a/cli/jobs/pipelines-with-components/basics/6a_tf_hello_world/component.yml b/cli/jobs/pipelines-with-components/basics/6a_tf_hello_world/component.yml new file mode 100644 index 000000000..119e63808 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/6a_tf_hello_world/component.yml @@ -0,0 +1,16 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +description: "Prints the environment variable ($TF_CONFIG) useful for scripts running in a Tensorflow training environment" + +name: TF-hello-world +display_name: TF-hello-world +version: 1 +compute: azureml:gpu-cluster +environment: azureml:AzureML-tensorflow-2.4-ubuntu18.04-py37-cuda11-gpu:14 +command: echo $TF_CONFIG +resources: + instance_count: 2 +distribution: + type: tensorflow + worker_count: 2 diff --git a/cli/jobs/pipelines-with-components/basics/6a_tf_hello_world/pipeline.yml b/cli/jobs/pipelines-with-components/basics/6a_tf_hello_world/pipeline.yml new file mode 100644 index 000000000..e48dbeb97 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/6a_tf_hello_world/pipeline.yml @@ -0,0 +1,17 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "Prints the environment variable ($TF_CONFIG) useful for scripts running in a Tensorflow training environment" + +jobs: + tf-job: + type: component + component: file:./component.yml + compute: azureml:gpu-cluster + overrides: + resources: + instance_count: 3 + distribution: + type: tensorflow + worker_count: 3 + + diff --git a/cli/jobs/pipelines-with-components/basics/6c_pytorch_hello_world/README.md b/cli/jobs/pipelines-with-components/basics/6c_pytorch_hello_world/README.md new file mode 100644 index 000000000..b2d236855 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/6c_pytorch_hello_world/README.md @@ -0,0 +1,3 @@ +This example doesn't run actual distributed training but shows the distributed training environment available to training scripts with the various environment variables set for PyTorch environments - RANK, LOCAL_RANK, NODE_RANK, MASTER_ADDR and MASTER_PORT. It also shows how to override distributed training settings defined in a component in a job. + + diff --git a/cli/jobs/pipelines-with-components/basics/6c_pytorch_hello_world/component.yml b/cli/jobs/pipelines-with-components/basics/6c_pytorch_hello_world/component.yml new file mode 100644 index 000000000..2ffe04c19 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/6c_pytorch_hello_world/component.yml @@ -0,0 +1,23 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +type: command + +description: Prints the environment variables useful for scripts running in a PyTorch training environment. + +name: PyTorch-hello-world +display_name: PyTorch-hello-world +version: 1 +compute: azureml:gpu-cluster +environment: azureml:AzureML-pytorch-1.9-ubuntu18.04-py37-cuda11-gpu:6 +command: >- + echo " + RANK: $RANK \n + LOCAL_RANK: $LOCAL_RANK \n + NODE_RANK: $NODE_RANK \n + MASTER_ADDR: $MASTER_ADDR \n + MASTER_PORT: $MASTER_PORT \n" + +resources: + instance_count: 2 +distribution: + type: pytorch + process_count_per_instance: 2 diff --git a/cli/jobs/pipelines-with-components/basics/6c_pytorch_hello_world/pipeline.yml b/cli/jobs/pipelines-with-components/basics/6c_pytorch_hello_world/pipeline.yml new file mode 100644 index 000000000..100a7f182 --- /dev/null +++ b/cli/jobs/pipelines-with-components/basics/6c_pytorch_hello_world/pipeline.yml @@ -0,0 +1,17 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +description: "Prints the environment variables useful for scripts running in a PyTorch training environment" + +jobs: + pytorch-job: + type: component + component: file:./component.yml + compute: azureml:gpu-cluster + overrides: + resources: + instance_count: 3 + distribution: + type: pytorch + process_count_per_instance: 3 + + diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/README.md b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/README.md new file mode 100644 index 000000000..3e041fe65 --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/README.md @@ -0,0 +1,194 @@ +# NYC Taxi Data Regression +### This is an end-to-end machine learning pipeline which runs a linear regression to predict taxi fares in NYC. The pipeline is made up of components, each serving different functions, which can be registered with the workspace, versioned, and reused with various inputs and outputs. You can learn more about creating reusable components for your pipeline [here](https://github.com/Azure/azureml_run_specification/blob/master/specs/pipeline-component.md). + * Merge Taxi Data + * This component takes multiple taxi datasets (yellow and green) and merges/filters the data. + * Input: Local data under samples/nyc_taxi_data_regression/data (multiple .csv files) + * Output: Single filtered dataset (.csv) + * Taxi Feature Engineering + * This component creates features out of the taxi data to be used in training. + * Input: Filtered dataset from previous step (.csv) + * Output: Dataset with 20+ features (.csv) + * Train Linear Regression Model + * This component splits the dataset into train/test sets and trains an sklearn Linear Regressor with the training set. + * Input: Data with feature set + * Output: Trained model (pickle format) and data subset for test (.csv) + * Predict Taxi Fares + * This component uses the trained model to predict taxi fares on the test set. + * Input: Linear regression model and test data from previous step + * Output: Test data with predictions added as a column (.csv) + * Score Model + * This component scores the model based on how accurate the predictions are in the test set. + * Input: Test data with predictions and model + * Output: Report with model coefficients and evaluation scores (.txt) + + +#### 1. Make sure you are in the `nyc_taxi_data_regression` directory for this sample. + + +#### 2. Submit the Pipeline Job. + +Make sure the compute cluster used in pipeline.yml is the one that is actually available in your workspace. + +Submit the Pipeline Job +``` +az ml job create --file pipeline.yml +``` + +You can also override the compute from the command line +``` +az ml job create --file pipeline.yml --set defaults.component_job.compute.target= +``` +Once you submit the job, you will find the URL to the Studio UI view the job graph and logs in the `interaction_endpoints` -> `Studio` section of the output. + + +Sample output +``` + +C:\Users\shbijlan\repos\azureml-previews\previews\pipelines\samples\nyc_taxi_data_regression>az ml job create --file pipeline.yml +Command group 'ml job' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus +Custom pipeline job names are not supported yet. Please refer to the created pipeline job using the name: 73fb18f3-98a8-4677-b23b-d0b02bcb5826 +{ + "compute": { + "target": "azureml:cpu-cluster" + }, + "creation_context": { + "created_at": "2021-07-21T23:01:42.085184+00:00", + "created_by": "Sharmeelee Bijlani", + "created_by_type": "User" + }, + "defaults": { + "component_job": { + "datastore": "azureml:workspaceblobstore" + } + }, + "experiment_name": "nyc_taxi_data_regression", + "id": "azureml:/subscriptions/15ae9cb6-95c1-483d-a0e3-b1a1a3b06324/resourceGroups/shbijlan/providers/Microsoft.MachineLearningServices/workspaces/shbijlan/jobs/73fb18f3-98a8-4677-b23b-d0b02bcb5826", + "inputs": { + "pipeline_job_input": { + "data": "azureml:7a2f5724-c2ea-45cf-820f-fd05d557d158:1", + "mode": "mount" + } + }, + "interaction_endpoints": { + "Studio": { + "endpoint": "https://ml.azure.com/runs/73fb18f3-98a8-4677-b23b-d0b02bcb5826?wsid=/subscriptions/15ae9cb6-95c1-483d-a0e3-b1a1a3b06324/resourcegroups/shbijlan/workspaces/shbijlan&tid=72f988bf-86f1-41af-91ab-2d7cd011db47" + }, + "Tracking": { + "endpoint": "azureml://westus.api.azureml.ms/mlflow/v1.0/subscriptions/15ae9cb6-95c1-483d-a0e3-b1a1a3b06324/resourceGroups/shbijlan/providers/Microsoft.MachineLearningServices/workspaces/shbijlan?" + } + }, + "jobs": { + "predict-job": { + "component": "azureml:Predict:13", + "inputs": { + "model_input": "jobs.train-job.outputs.model_output", + "test_data": "jobs.train-job.outputs.test_data" + }, + "outputs": { + "predictions": "outputs.pipeline_job_predictions" + }, + "type": "component_job" + }, + "prep-job": { + "component": "azureml:Prep:12", + "inputs": { + "raw_data": "inputs.pipeline_job_input" + }, + "outputs": { + "prep_data": "outputs.pipeline_job_prepped_data" + }, + "type": "component_job" + }, + "score-job": { + "component": "azureml:Score:29", + "inputs": { + "model": "jobs.train-job.outputs.model_output", + "predictions": "jobs.predict-job.outputs.predictions" + }, + "outputs": { + "score_report": "outputs.pipeline_job_score_report" + }, + "type": "component_job" + }, + "train-job": { + "component": "azureml:Train:49", + "inputs": { + "training_data": "jobs.transform-job.outputs.transformed_data" + }, + "outputs": { + "model_output": "outputs.pipeline_job_trained_model", + "test_data": "outputs.pipeline_job_test_data" + }, + "type": "component_job" + }, + "transform-job": { + "component": "azureml:Transform:20", + "inputs": { + "clean_data": "jobs.prep-job.outputs.prep_data" + }, + "outputs": { + "transformed_data": "outputs.pipeline_job_transformed_data" + }, + "type": "component_job" + } + }, + "name": "73fb18f3-98a8-4677-b23b-d0b02bcb5826", + "outputs": { + "pipeline_job_predictions": { + "data": { + "path": "/predictions" + }, + "mode": "mount" + }, + "pipeline_job_prepped_data": { + "data": { + "path": "/prepped_data" + }, + "mode": "mount" + }, + "pipeline_job_score_report": { + "data": { + "path": "/report" + }, + "mode": "mount" + }, + "pipeline_job_test_data": { + "data": { + "path": "/test_data" + }, + "mode": "mount" + }, + "pipeline_job_trained_model": { + "data": { + "path": "/trained-model" + }, + "mode": "mount" + }, + "pipeline_job_transformed_data": { + "data": { + "path": "/transformed_data" + }, + "mode": "mount" + } + }, + "properties": { + "azureml.git.dirty": "True", + "azureml.parameters": "{}", + "azureml.runsource": "azureml.PipelineRun", + "mlflow.source.git.branch": "main", + "mlflow.source.git.commit": "be83b0665af84b6af293873a52df41e37095ca56", + "mlflow.source.git.repoURL": "https://github.com/Azure/azureml-previews", + "runSource": "MFE", + "runType": "HTTP" + }, + "resourceGroup": "shbijlan", + "status": "Preparing", + "tags": { + "azureml.pipelineComponent": "pipelinerun" + }, + "type": "pipeline_job" +} + +``` + + diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/data/greenTaxiData.csv b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/data/greenTaxiData.csv new file mode 100644 index 000000000..a186c328a --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/data/greenTaxiData.csv @@ -0,0 +1,5001 @@ +vendorID,lpepPickupDatetime,lpepDropoffDatetime,passengerCount,tripDistance,puLocationId,doLocationId,pickupLongitude,pickupLatitude,dropoffLongitude,dropoffLatitude,rateCodeID,storeAndFwdFlag,paymentType,fareAmount,extra,mtaTax,improvementSurcharge,tipAmount,tollsAmount,ehailFee,totalAmount,tripType +2,2016-01-03 21:02:35,2016-01-03 21:05:52,1,0.83,,,-73.98726654052734,40.6938362121582,-73.97611236572266,40.69454574584961,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-19 21:49:17,2016-01-19 21:54:37,1,1.27,,,-73.94845581054688,40.80146789550781,-73.95975494384766,40.81214904785156,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-05 09:46:18,2016-01-05 09:57:28,1,1.8,,,-73.9554443359375,40.6797981262207,-73.98030853271484,40.678741455078125,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-08 17:49:12,2016-01-08 17:52:20,1,0.5,,,-73.92293548583984,40.76081848144531,-73.92549896240234,40.75471496582031,1,N,1,4.0,1.0,0.5,0.3,1.15,0.0,,6.95,1.0 +1,2016-01-29 10:28:21,2016-01-29 10:34:59,1,0.9,,,-73.92304229736328,40.664939880371094,-73.91104125976562,40.66966247558594,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 13:08:46,2016-01-30 13:20:20,1,2.72,,,-73.8973159790039,40.746253967285156,-73.89237213134766,40.77496337890625,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-26 19:59:15,2016-01-26 20:10:07,1,2.43,,,-73.90950775146484,40.87456130981445,-73.90647888183594,40.90352249145508,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-08 16:32:18,2016-01-08 17:05:38,1,6.83,,,-73.9500503540039,40.80010223388672,-73.94535064697266,40.75603103637695,1,N,1,25.0,1.0,0.5,0.3,5.36,0.0,,32.16,1.0 +2,2016-01-04 10:06:22,2016-01-04 10:08:52,1,0.45,,,-74.0144271850586,40.67601776123047,-74.01203918457031,40.67219161987305,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-09 02:34:05,2016-01-09 02:37:43,1,0.77,,,-73.98458099365234,40.67120361328125,-73.97817993164062,40.66605758666992,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-14 01:14:45,2016-01-14 01:27:24,1,2.2,,,-73.96582794189453,40.68327331542969,-73.99366760253906,40.699737548828125,1,N,1,11.0,0.5,0.5,0.3,1.5,0.0,,13.8,1.0 +1,2016-01-12 16:14:12,2016-01-12 16:21:59,1,1.5,,,-73.94767761230469,40.6324462890625,-73.94902801513672,40.612159729003906,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-09 17:35:52,2016-01-09 18:05:29,1,6.27,,,-73.96052551269531,40.715213775634766,-73.98792266845703,40.745811462402344,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,,30.36,1.0 +1,2016-01-14 20:17:20,2016-01-14 20:26:58,1,2.0,,,-73.96453094482422,40.80733871459961,-73.95561218261719,40.78779602050781,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-17 20:38:08,2016-01-17 20:46:11,1,1.54,,,-73.88248443603516,40.750484466552734,-73.8807601928711,40.76130676269531,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 01:20:28,2016-01-10 01:25:03,1,1.24,,,-73.92410278320312,40.7398796081543,-73.9117202758789,40.729801177978516,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 16:56:54,2016-01-09 17:01:04,1,0.75,,,-73.95661163330078,40.71691131591797,-73.96553039550781,40.71107864379883,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +1,2016-01-08 20:56:41,2016-01-08 21:05:34,1,2.2,,,-73.92512512207031,40.773414611816406,-73.9442138671875,40.747501373291016,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-02 15:49:53,2016-01-02 16:20:21,2,7.0,,,-73.94800567626953,40.79001235961914,-73.97544860839844,40.752384185791016,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-15 04:23:43,2016-01-15 04:41:06,1,5.1,,,-73.95987701416016,40.660118103027344,-73.87281036376953,40.66606140136719,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-21 10:18:02,2016-01-21 10:46:36,1,18.51,,,-73.94915771484375,40.78546905517578,-73.77632141113281,40.645477294921875,2,N,1,52.0,0.0,0.5,0.3,14.58,5.54,,72.92,1.0 +1,2016-01-30 12:45:11,2016-01-30 12:51:11,1,1.1,,,-73.88922119140625,40.747074127197266,-73.9033203125,40.74262619018555,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-23 03:51:20,2016-01-23 03:56:36,2,0.63,,,-73.89102935791016,40.74678421020508,-73.88086700439453,40.745330810546875,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 20:32:15,2016-01-10 20:49:16,1,3.28,,,-73.88433074951172,40.747703552246094,-73.9351806640625,40.752708435058594,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-30 20:27:03,2016-01-30 20:50:25,3,2.51,,,-73.87657165527344,40.748321533203125,-73.87213897705078,40.75114440917969,1,N,1,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-03 15:16:58,2016-01-03 15:26:27,1,2.04,,,-73.86207580566406,40.733821868896484,-73.84219360351562,40.71920394897461,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-27 21:09:20,2016-01-27 21:24:00,1,3.42,,,-73.93920135498047,40.79081344604492,-73.90558624267578,40.82627868652344,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-27 06:31:55,2016-01-27 07:06:28,1,6.57,,,-73.9471435546875,40.68547821044922,-73.93574523925781,40.75715255737305,1,N,1,27.0,0.0,0.5,0.3,0.0,0.0,,27.8,1.0 +1,2016-01-20 23:40:11,2016-01-20 23:51:46,1,7.4,,,-73.9559097290039,40.71403503417969,-73.97982025146484,40.65130615234375,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-07 10:10:37,2016-01-07 10:26:26,2,2.78,,,-73.96597290039062,40.808616638183594,-73.9569320678711,40.78090286254883,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-02 20:49:50,2016-01-02 20:54:30,1,1.6,,,-73.95325469970703,40.7885856628418,-73.94995880126953,40.80547332763672,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-09 21:36:48,2016-01-09 21:47:44,1,1.78,,,-73.98467254638672,40.66327667236328,-73.98686981201172,40.67889404296875,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-22 18:57:36,2016-01-22 19:03:36,1,0.97,,,-73.95282745361328,40.79841613769531,-73.94450378417969,40.7948112487793,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-07 12:07:55,2016-01-07 12:15:22,1,1.5,,,-73.95414733886719,40.5871696472168,-73.93515014648438,40.595401763916016,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-01 00:43:15,2016-01-01 00:52:15,1,1.5,,,-73.93572998046875,40.821956634521484,-73.95130920410156,40.80854797363281,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-02 23:45:50,2016-01-02 23:56:41,1,1.29,,,-73.91263580322266,40.77446746826172,-73.92195892333984,40.76032257080078,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-27 19:44:28,2016-01-27 20:01:47,1,2.7,,,-73.87421417236328,40.73504638671875,-73.8763427734375,40.70232009887695,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,,17.3,1.0 +2,2016-01-25 20:00:05,2016-01-25 20:04:15,1,0.55,,,-73.91510009765625,40.763816833496094,-73.92115020751953,40.756343841552734,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-08 20:22:11,2016-01-08 20:30:59,1,1.32,,,-73.90750885009766,40.773921966552734,-73.91443634033203,40.76045608520508,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-08 19:51:38,2016-01-08 19:55:07,1,0.62,,,-73.95433807373047,40.730377197265625,-73.95500946044922,40.73464584350586,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 22:21:13,2016-01-01 22:31:07,1,1.17,,,-73.95972442626953,40.7159538269043,-73.9571304321289,40.720947265625,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-12 19:48:41,2016-01-12 19:55:05,3,2.08,,,-73.97664642333984,40.69636154174805,-73.94133758544922,40.698482513427734,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-29 11:06:29,2016-01-29 11:18:10,1,2.7,,,-73.93203735351562,40.85089874267578,-73.94969940185547,40.8260612487793,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-22 17:32:40,2016-01-22 17:46:59,1,2.25,,,-73.89421844482422,40.866580963134766,-73.88619995117188,40.84292984008789,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-04 10:54:22,2016-01-04 11:13:06,1,5.11,,,-73.90695190429688,40.745792388916016,-73.8288345336914,40.71327209472656,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-07 16:46:50,2016-01-07 16:51:46,1,0.78,,,-73.8900146484375,40.74700927734375,-73.89563751220703,40.74251937866211,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 19:19:56,2016-01-29 19:56:37,1,6.13,,,-73.89350128173828,40.746639251708984,-73.83353424072266,40.697532653808594,1,N,1,26.0,1.0,0.5,0.3,5.56,0.0,,33.36,1.0 +2,2016-01-01 00:43:18,2016-01-01 01:04:03,3,5.77,,,-73.93875885009766,40.79650115966797,-73.89451599121094,40.84245681762695,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-22 09:04:09,2016-01-22 09:06:16,1,0.67,,,-73.85063171386719,40.710838317871094,-73.84514617919922,40.719520568847656,1,N,1,4.0,0.0,0.5,0.3,5.0,0.0,,9.8,1.0 +2,2016-01-04 22:45:57,2016-01-04 22:53:04,1,1.59,,,-73.93618774414062,40.820316314697266,-73.92536163330078,40.83454132080078,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-22 20:13:12,2016-01-22 20:32:56,2,4.2,,,-73.91714477539062,40.743160247802734,-73.95184326171875,40.71489715576172,1,N,1,17.5,0.5,0.5,0.3,4.7,0.0,,23.5,1.0 +2,2016-01-27 03:27:16,2016-01-27 03:38:12,1,3.2,,,-73.96611785888672,40.69356155395508,-74.00548553466797,40.71122360229492,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-20 22:26:07,2016-01-20 22:30:17,1,0.79,,,-73.94733428955078,40.71139144897461,-73.94295501708984,40.705596923828125,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-13 01:33:27,2016-01-13 01:37:01,1,0.91,,,-73.95095825195312,40.72408676147461,-73.95523834228516,40.73667526245117,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-12 10:22:59,2016-01-12 10:32:25,5,1.28,,,-73.94917297363281,40.79656219482422,-73.96593475341797,40.79517364501953,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-19 18:17:50,2016-01-19 18:37:33,1,3.91,,,-73.84427642822266,40.72153091430664,-73.79993438720703,40.68461227416992,1,N,2,15.5,1.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-29 23:32:57,2016-01-29 23:48:29,1,6.58,,,-73.92225646972656,40.74335479736328,-73.83277893066406,40.753814697265625,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-10 22:39:54,2016-01-10 22:44:31,1,1.5,,,-73.95148468017578,40.7430305480957,-73.94673919677734,40.72232437133789,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-12 09:32:08,2016-01-12 09:36:28,1,0.47,,,-73.95209503173828,40.79807662963867,-73.94942474365234,40.793548583984375,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 00:42:24,2016-01-01 01:08:08,1,6.21,,,-73.92894744873047,40.69097137451172,-74.00169372558594,40.678035736083984,1,N,1,22.0,0.5,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-19 20:09:26,2016-01-19 20:31:15,1,2.9,,,-73.87206268310547,40.653587341308594,-73.91075134277344,40.66389846801758,1,N,1,13.5,0.5,0.5,0.3,2.0,0.0,,16.8,1.0 +1,2016-01-20 14:11:01,2016-01-20 14:28:23,3,2.5,,,-73.96930694580078,40.695472717285156,-73.96943664550781,40.693115234375,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-13 23:56:33,2016-01-13 23:56:37,1,0.12,,,-73.91903686523438,40.85008239746094,-73.9172592163086,40.851318359375,5,N,1,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-22 10:25:43,2016-01-22 10:37:50,1,2.1,,,-73.8563461303711,40.74604034423828,-73.84168243408203,40.718910217285156,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-14 21:40:29,2016-01-14 21:44:33,5,0.71,,,-73.95166778564453,40.71492385864258,-73.94313049316406,40.71687698364258,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-19 20:33:44,2016-01-19 20:35:38,1,0.7,,,-73.94973754882812,40.79612350463867,-73.9561538696289,40.78734588623047,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-21 08:58:12,2016-01-21 09:02:28,1,1.13,,,-73.91207885742188,40.77537536621094,-73.8966064453125,40.77295684814453,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-19 17:13:28,2016-01-19 17:29:11,1,2.99,,,-73.95365142822266,40.787071228027344,-73.98760986328125,40.773765563964844,1,N,1,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-02 02:21:45,2016-01-02 02:24:12,1,0.8,,,-73.98068237304688,40.6763801574707,-73.98150634765625,40.667236328125,1,Y,1,4.5,0.5,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-27 19:24:26,2016-01-27 19:35:27,1,1.98,,,-73.96411895751953,40.80796813964844,-73.98088073730469,40.782630920410156,1,N,1,10.0,1.0,0.5,0.3,1.1,0.0,,12.9,1.0 +2,2016-01-03 20:25:35,2016-01-03 20:46:12,1,8.72,,,-73.9544448852539,40.789764404296875,-73.96366119384766,40.7095947265625,1,N,2,26.0,0.5,0.5,0.3,0.0,0.0,,27.3,1.0 +2,2016-01-22 16:31:31,2016-01-22 16:42:07,1,2.85,,,-73.80670166015625,40.70096969604492,-73.79900360107422,40.66718673706055,1,N,1,11.0,1.0,0.5,0.3,2.2,0.0,,15.0,1.0 +1,2016-01-03 01:53:31,2016-01-03 02:13:49,1,3.8,,,-73.90458679199219,40.74531555175781,-73.85304260253906,40.7219123840332,1,Y,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-12 14:18:33,2016-01-12 14:30:42,6,2.74,,,-73.92434692382812,40.76826858520508,-73.8869857788086,40.75398254394531,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-22 18:49:23,2016-01-22 19:15:00,1,7.58,,,-73.93301391601562,40.855953216552734,-73.98658752441406,40.76847839355469,1,N,1,26.5,1.0,0.5,0.3,5.66,0.0,,33.96,1.0 +2,2016-01-08 09:27:16,2016-01-08 09:46:23,1,3.44,,,-73.9801254272461,40.687767028808594,-74.00267028808594,40.71623611450195,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-09 04:48:19,2016-01-09 05:13:44,1,9.43,,,-73.95817565917969,40.72163009643555,-73.96357727050781,40.64177322387695,1,N,2,30.5,0.5,0.5,0.3,0.0,0.0,,31.8,1.0 +2,2016-01-27 22:39:28,2016-01-27 22:44:55,5,1.2,,,-73.9033432006836,40.74586868286133,-73.921142578125,40.74533462524414,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 16:34:07,2016-01-26 16:38:04,1,0.85,,,-73.97655487060547,40.6822624206543,-73.9725341796875,40.67416763305664,1,N,1,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-26 10:36:18,2016-01-26 10:49:56,1,1.48,,,-73.94928741455078,40.7971305847168,-73.96231842041016,40.810638427734375,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,,11.8,1.0 +1,2016-01-12 17:43:41,2016-01-12 17:48:54,1,0.7,,,-73.9538803100586,40.587318420410156,-73.95709991455078,40.58353805541992,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-02 13:53:52,2016-01-02 14:02:58,5,1.56,,,-73.94174194335938,40.798736572265625,-73.94412994384766,40.814762115478516,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-29 19:34:40,2016-01-29 19:41:42,1,1.1,,,-73.98994445800781,40.69140625,-73.99620819091797,40.696136474609375,1,N,1,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-11 22:17:53,2016-01-11 22:31:22,2,1.77,,,-73.89142608642578,40.74659729003906,-73.90349578857422,40.752098083496094,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-24 23:49:56,2016-01-24 23:51:02,1,0.1,,,-73.92121124267578,40.76680374145508,-73.91929626464844,40.76585006713867,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-08 19:41:54,2016-01-08 19:49:00,5,1.52,,,-73.96586608886719,40.693275451660156,-73.94278717041016,40.692081451416016,1,N,1,7.0,1.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-14 07:38:49,2016-01-14 08:02:21,1,3.58,,,-73.97615814208984,40.69343185424805,-73.97478485107422,40.69590377807617,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-05 12:59:14,2016-01-05 13:03:48,2,0.63,,,-73.96112823486328,40.71892547607422,-73.96235656738281,40.712486267089844,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-28 14:03:49,2016-01-28 14:09:43,2,0.5,,,-73.9429702758789,40.836605072021484,-73.9427261352539,40.83217239379883,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-03 02:49:51,2016-01-03 03:12:38,1,3.64,,,-73.9432144165039,40.71474075317383,-73.95936584472656,40.71644973754883,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-07 17:47:25,2016-01-07 17:58:12,1,2.07,,,-73.96153259277344,40.80609130859375,-73.98027038574219,40.78304672241211,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-10 05:29:22,2016-01-10 05:53:41,1,9.52,,,-73.91970825195312,40.758052825927734,-73.94446563720703,40.70486831665039,1,N,1,28.5,0.5,0.5,0.3,5.96,0.0,,35.76,1.0 +2,2016-01-29 12:56:47,2016-01-29 13:15:58,1,3.84,,,-73.80976104736328,40.70585632324219,-73.83352661132812,40.67288589477539,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-28 16:07:00,2016-01-28 17:44:46,1,10.56,,,-74.00019073486328,40.57874298095703,-73.94194793701172,40.67996597290039,1,N,1,62.5,1.0,0.5,0.3,12.86,0.0,,77.16,1.0 +2,2016-01-27 14:25:54,2016-01-27 14:35:14,1,0.74,,,-73.98727416992188,40.6939582824707,-73.9825439453125,40.68610763549805,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 09:07:16,2016-01-05 09:12:01,1,1.11,,,-73.83930206298828,40.71962356567383,-73.85798645019531,40.72325134277344,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-04 14:45:13,2016-01-04 14:54:56,1,1.3,,,-73.87525177001953,40.76245880126953,-73.86295318603516,40.7498893737793,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-21 11:21:52,2016-01-21 11:33:32,1,1.84,,,-73.94157409667969,40.787353515625,-73.95526123046875,40.8045654296875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-15 12:00:27,2016-01-15 12:12:58,1,2.0,,,-73.95394134521484,40.79084014892578,-73.965087890625,40.80645751953125,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,,12.3,1.0 +1,2016-01-14 21:20:28,2016-01-14 21:32:04,1,2.3,,,-73.89490509033203,40.74813461303711,-73.90293884277344,40.72085189819336,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-09 22:44:57,2016-01-09 22:53:26,1,2.17,,,-73.95557403564453,40.804508209228516,-73.94070434570312,40.83302307128906,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-25 08:39:29,2016-01-25 08:49:13,1,1.27,,,-73.97002410888672,40.69420623779297,-73.986572265625,40.701541900634766,1,N,1,8.0,0.0,0.5,0.3,1.32,0.0,,10.12,1.0 +2,2016-01-15 07:23:50,2016-01-15 07:33:39,1,1.64,,,-73.90108489990234,40.74602127075195,-73.8954849243164,40.726646423339844,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-25 16:30:47,2016-01-25 16:37:40,1,0.71,,,-73.94625854492188,40.82119369506836,-73.94585418701172,40.81467056274414,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-29 14:31:59,2016-01-29 14:41:07,1,0.9,,,-73.95340728759766,40.788482666015625,-73.9425277709961,40.78741455078125,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-06 16:52:06,2016-01-06 16:56:50,1,0.7,,,-73.9469223022461,40.800933837890625,-73.94322204589844,40.81073760986328,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 23:52:50,2016-01-29 00:00:24,1,1.49,,,-73.87962341308594,40.8401985168457,-73.88282775878906,40.85753631591797,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-24 11:20:43,2016-01-24 11:34:21,1,1.64,,,-73.95276641845703,40.810611724853516,-73.96598052978516,40.79509353637695,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-26 19:37:20,2016-01-26 20:02:47,1,2.63,,,-73.9522705078125,40.78990936279297,-73.96334075927734,40.761962890625,1,N,1,17.0,1.0,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-29 15:26:50,2016-01-29 15:58:31,1,7.32,,,-73.83975982666016,40.71985626220703,-73.92926025390625,40.702674865722656,1,N,1,27.0,0.0,0.5,0.3,0.0,0.0,,27.8,1.0 +1,2016-01-18 08:25:51,2016-01-18 08:33:24,1,2.8,,,-73.9455337524414,40.83339309692383,-73.96550750732422,40.80207824707031,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-15 18:14:28,2016-01-15 18:20:32,2,1.0,,,-73.94513702392578,40.71902084350586,-73.9389419555664,40.72618865966797,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-17 09:00:33,2016-01-17 09:02:31,1,0.51,,,-73.94141387939453,40.798622131347656,-73.94810485839844,40.80399703979492,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-19 12:18:58,2016-01-19 12:42:36,1,4.26,,,-73.97953033447266,40.66944885253906,-73.93274688720703,40.68825149536133,1,N,1,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-14 17:38:02,2016-01-14 17:41:33,1,0.54,,,-73.9193344116211,40.832481384277344,-73.91320037841797,40.83845520019531,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 00:11:10,2016-01-01 00:13:21,1,0.25,,,-73.87283325195312,40.74905014038086,-73.87454986572266,40.74734115600586,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-15 00:50:15,2016-01-15 00:56:41,1,1.3,,,-73.97881317138672,40.68387222290039,-73.9869613647461,40.66849136352539,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-22 12:42:44,2016-01-22 12:59:00,1,1.87,,,-73.98859405517578,40.675453186035156,-73.96453857421875,40.68202590942383,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,,15.38,1.0 +2,2016-01-01 19:14:23,2016-01-01 19:32:23,1,3.99,,,-73.9905014038086,40.68659210205078,-73.99588012695312,40.73214340209961,1,N,1,16.0,0.0,0.5,0.3,4.2,0.0,,21.0,1.0 +2,2016-01-02 16:59:32,2016-01-02 17:14:02,5,2.25,,,-73.9956283569336,40.67918014526367,-74.01536560058594,40.677040100097656,1,N,1,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-12 17:34:31,2016-01-12 17:38:35,2,0.76,,,-73.94686126708984,40.65568542480469,-73.94196319580078,40.6628532409668,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-28 14:48:18,2016-01-28 15:28:30,1,8.43,,,-73.92692565917969,40.807682037353516,-73.83924102783203,40.852203369140625,1,N,2,33.0,0.0,0.5,0.3,0.0,0.0,,33.8,1.0 +2,2016-01-08 17:47:10,2016-01-08 17:53:09,1,0.87,,,-73.91930389404297,40.80763626098633,-73.92312622070312,40.81657028198242,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 12:12:57,2016-01-30 12:40:48,5,3.45,,,-73.95890045166016,40.72777557373047,-73.99103546142578,40.718318939208984,1,N,1,18.5,0.0,0.5,0.3,5.79,0.0,,25.09,1.0 +2,2016-01-30 00:43:00,2016-01-30 00:45:14,1,0.47,,,-73.95785522460938,40.67085647583008,-73.95365905761719,40.674346923828125,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-06 14:07:05,2016-01-06 14:13:52,1,2.01,,,-73.86914825439453,40.7337760925293,-73.8935546875,40.7264404296875,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-13 08:40:48,2016-01-13 09:00:42,1,5.3,,,-73.94222259521484,40.84199142456055,-73.98271942138672,40.78338623046875,1,N,1,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +1,2016-01-29 14:20:07,2016-01-29 14:51:04,1,3.2,,,-73.95845794677734,40.71719741821289,-73.9444351196289,40.68922424316406,1,N,1,19.5,0.0,0.5,0.3,4.05,0.0,,24.35,1.0 +2,2016-01-02 02:37:32,2016-01-02 02:48:42,5,3.35,,,-73.9404296875,40.79338836669922,-73.94100189208984,40.825931549072266,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-10 01:01:28,2016-01-10 01:19:40,1,9.65,,,-73.9444580078125,40.81442642211914,-73.99060821533203,40.71333312988281,1,N,1,28.5,0.5,0.5,0.3,4.0,0.0,,33.8,1.0 +2,2016-01-11 14:41:58,2016-01-11 15:00:23,1,2.87,,,-73.93830108642578,40.79636764526367,-73.9415054321289,40.8046760559082,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-25 19:48:48,2016-01-25 19:50:19,1,0.29,,,-73.94036102294922,40.81467819213867,-73.93682861328125,40.81575012207031,1,N,1,3.0,1.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-17 04:44:03,2016-01-17 05:04:44,1,4.36,,,-73.95752716064453,40.722286224365234,-73.9221420288086,40.7619743347168,1,N,1,18.0,0.5,0.5,0.3,2.0,0.0,,21.3,1.0 +1,2016-01-18 03:26:21,2016-01-18 03:34:07,1,0.9,,,-73.8834228515625,40.74760055541992,-73.88288116455078,40.75749969482422,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-06 17:34:45,2016-01-06 18:02:21,1,8.3,,,-73.94022369384766,40.8407096862793,-73.98052215576172,40.7518424987793,1,N,1,27.0,1.0,0.5,0.3,8.6,0.0,,37.4,1.0 +2,2016-01-20 00:29:43,2016-01-20 00:32:49,1,0.53,,,-73.96602630615234,40.804805755615234,-73.95965576171875,40.808555603027344,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-23 00:23:44,2016-01-23 00:28:02,1,1.04,,,-73.83036804199219,40.71358871459961,-73.84022521972656,40.702125549316406,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-02 18:44:56,2016-01-02 18:49:02,1,0.78,,,-73.9405288696289,40.80586624145508,-73.93871307373047,40.81573486328125,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-28 23:14:00,2016-01-28 23:20:07,1,0.94,,,-73.93094635009766,40.755165100097656,-73.944580078125,40.75669479370117,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-22 23:46:07,2016-01-23 00:01:04,1,5.01,,,-73.9403305053711,40.840599060058594,-73.9655532836914,40.79055404663086,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-22 21:57:32,2016-01-22 22:06:48,1,1.89,,,-73.9366455078125,40.82059097290039,-73.90312194824219,40.8127555847168,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-25 14:51:20,2016-01-25 15:46:03,1,4.44,,,-73.89085388183594,40.746429443359375,-73.83248138427734,40.76104736328125,1,N,2,31.5,0.0,0.5,0.3,0.0,0.0,,32.3,1.0 +2,2016-01-15 09:18:27,2016-01-16 08:40:35,1,1.83,,,-73.94149017333984,40.699462890625,-73.92320251464844,40.68519592285156,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-10 18:11:09,2016-01-10 18:17:55,1,1.69,,,-73.94775390625,40.825103759765625,-73.95336151123047,40.80209732055664,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 22:39:18,2016-01-09 22:56:06,1,6.15,,,-73.95821380615234,40.71932601928711,-73.86329650878906,40.72557830810547,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-16 23:58:34,2016-01-17 00:06:44,1,1.98,,,-73.9540023803711,40.665592193603516,-73.95832824707031,40.69057083129883,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-15 17:36:24,2016-01-15 17:49:20,1,2.16,,,-73.95501708984375,40.80259323120117,-73.95269775390625,40.8256721496582,1,N,1,10.5,1.0,0.5,0.3,3.69,0.0,,15.99,1.0 +2,2016-01-12 14:50:02,2016-01-12 15:24:29,1,6.67,,,-73.86172485351562,40.730525970458984,-73.96125793457031,40.765010833740234,1,N,2,27.0,0.0,0.5,0.3,0.0,0.0,,27.8,1.0 +1,2016-01-03 14:15:31,2016-01-03 14:37:53,1,8.4,,,-73.94078063964844,40.679954528808594,-74.0086441040039,40.65576171875,1,N,2,26.5,0.0,0.5,0.3,0.0,0.0,,27.3,1.0 +1,2016-01-26 14:59:05,2016-01-26 15:16:33,1,3.8,,,-73.95976257324219,40.720191955566406,-73.97476959228516,40.74937057495117,1,N,2,15.5,0.0,0.5,0.3,0.0,5.54,,21.84,1.0 +2,2016-01-13 12:20:42,2016-01-13 12:26:59,1,1.18,,,-73.94879913330078,40.80338668823242,-73.9458999633789,40.7902946472168,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 20:41:45,2016-01-29 20:46:50,1,0.65,,,-73.83032989501953,40.71354293823242,-73.83638763427734,40.70729064941406,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-21 18:26:39,2016-01-21 18:34:32,1,0.85,,,-73.88542938232422,40.747615814208984,-73.88695526123047,40.759033203125,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 12:19:12,2016-01-29 12:37:24,3,7.79,,,-73.94393920898438,40.7467041015625,-73.87345123291016,40.77418899536133,1,N,1,24.0,0.0,0.5,0.3,4.96,0.0,,29.76,1.0 +2,2016-01-23 02:30:47,2016-01-23 02:52:25,2,4.01,,,-73.86941528320312,40.749168395996094,-73.90074920654297,40.777198791503906,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-16 18:02:30,2016-01-16 18:22:28,2,3.37,,,-73.95452880859375,40.718841552734375,-73.919189453125,40.70053482055664,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-15 23:22:06,2016-01-15 23:25:56,1,0.65,,,-73.95547485351562,40.681068420410156,-73.94308471679688,40.68000411987305,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-25 16:01:09,2016-01-25 16:08:58,1,0.79,,,-73.92448425292969,40.76833724975586,-73.91830444335938,40.7598762512207,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-07 13:38:19,2016-01-07 13:48:34,1,1.84,,,-73.94859313964844,40.82887268066406,-73.94891357421875,40.80929183959961,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-30 00:07:24,2016-01-30 00:16:43,1,2.68,,,-73.93907165527344,40.8050651550293,-73.9566879272461,40.77152633666992,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-02 18:55:02,2016-01-02 19:20:02,1,5.94,,,-73.91870880126953,40.75879669189453,-73.98403930664062,40.72578430175781,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-02 21:50:08,2016-01-02 21:57:36,1,0.85,,,-73.95004272460938,40.71709442138672,-73.96178436279297,40.71383285522461,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-09 06:51:04,2016-01-09 07:03:23,1,2.85,,,-73.91654968261719,40.81903076171875,-73.93718719482422,40.80099868774414,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-17 10:23:33,2016-01-17 10:29:49,1,1.03,,,-73.9544448852539,40.80585861206055,-73.93914031982422,40.80495071411133,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +1,2016-01-25 10:01:04,2016-01-25 10:06:47,1,0.7,,,-73.93885803222656,40.84468460083008,-73.93266296386719,40.852996826171875,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-21 19:39:54,2016-01-21 19:46:02,1,1.0,,,-73.99439239501953,40.69038772583008,-73.98979949951172,40.681678771972656,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-05 21:40:29,2016-01-05 21:47:13,1,1.1,,,-73.95428466796875,40.80596923828125,-73.94122314453125,40.80686569213867,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-09 10:39:07,2016-01-09 10:46:14,1,1.53,,,-73.95491027832031,40.733577728271484,-73.96022033691406,40.71526336669922,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-24 12:49:56,2016-01-24 13:09:14,1,6.8,,,-73.93853759765625,40.85100555419922,-73.98048400878906,40.77011489868164,1,N,1,22.0,0.0,0.5,0.3,5.7,0.0,,28.5,1.0 +1,2016-01-13 20:35:00,2016-01-13 20:39:59,1,0.9,,,-73.80777740478516,40.70045471191406,-73.80122375488281,40.704978942871094,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 17:33:40,2016-01-13 17:37:33,1,0.47,,,-73.95092010498047,40.8260498046875,-73.95539855957031,40.82022476196289,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 03:36:43,2016-01-01 03:36:48,1,0.12,,,-73.95541381835938,40.71610641479492,-73.95674896240234,40.71482849121094,5,N,2,20.0,0.0,0.0,0,0.0,0.0,,20.0,2.0 +1,2016-01-01 00:36:39,2016-01-01 00:50:32,1,2.9,,,-73.9591293334961,40.6775016784668,-73.93603515625,40.69734191894531,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-10 22:44:29,2016-01-10 22:55:53,1,2.41,,,-73.91629791259766,40.82335662841797,-73.91685485839844,40.83837890625,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-09 22:21:40,2016-01-09 22:45:16,1,7.97,,,-73.91173553466797,40.75307083129883,-73.95014190673828,40.6877555847168,1,N,2,26.5,0.5,0.5,0.3,0.0,0.0,,27.8,1.0 +1,2016-01-05 14:48:58,2016-01-05 15:14:47,2,9.9,,,-73.93091583251953,40.865264892578125,-73.97840881347656,40.75252914428711,1,N,1,31.0,0.5,0.5,0.3,6.46,0.0,,38.76,1.0 +1,2016-01-06 19:48:43,2016-01-06 19:55:55,2,1.2,,,-73.8690185546875,40.73432159423828,-73.88948059082031,40.73931121826172,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-05 08:04:07,2016-01-05 08:07:53,1,0.6,,,-73.94691467285156,40.81041717529297,-73.94041442871094,40.814430236816406,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-05 18:11:36,2016-01-05 18:19:52,1,0.75,,,-73.84518432617188,40.71950912475586,-73.83406829833984,40.717796325683594,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-11 12:29:05,2016-01-11 12:46:38,6,2.79,,,-73.8836669921875,40.74766159057617,-73.93512725830078,40.74496841430664,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-13 23:40:34,2016-01-13 23:46:26,1,1.47,,,-73.9332504272461,40.68599319458008,-73.94889831542969,40.67681121826172,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-01 01:50:45,2016-01-01 01:55:30,1,0.77,,,-73.9033432006836,40.745723724365234,-73.90633392333984,40.75303649902344,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 20:37:03,2016-01-01 20:42:53,1,1.52,,,-73.93904876708984,40.80526351928711,-73.95024871826172,40.786895751953125,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-08 14:46:42,2016-01-08 14:49:25,1,0.88,,,-73.96216583251953,40.710201263427734,-73.96379852294922,40.71638488769531,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +1,2016-01-16 12:04:53,2016-01-16 12:11:46,1,1.5,,,-73.93726348876953,40.802711486816406,-73.95246887207031,40.78955078125,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-25 02:50:30,2016-01-25 03:05:36,1,7.2,,,-73.9878158569336,40.702484130859375,-73.9490966796875,40.773521423339844,1,N,1,21.5,0.5,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-20 16:27:56,2016-01-20 16:43:27,1,2.57,,,-73.9433364868164,40.83595275878906,-73.91191864013672,40.854148864746094,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-08 14:11:10,2016-01-08 14:30:02,1,2.77,,,-73.9480209350586,40.80934143066406,-73.93911743164062,40.841617584228516,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-13 22:51:09,2016-01-13 23:01:44,1,1.8,,,-73.92566680908203,40.827972412109375,-73.94029998779297,40.84070587158203,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-04 18:24:49,2016-01-04 18:40:52,1,2.5,,,-73.96744537353516,40.691776275634766,-73.95767211914062,40.71452331542969,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-21 03:59:25,2016-01-21 04:05:54,3,1.2,,,-73.9229965209961,40.7064323425293,-73.9238052368164,40.69416427612305,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-27 20:57:29,2016-01-27 21:08:49,1,3.29,,,-73.95101165771484,40.72370529174805,-73.98977661132812,40.71921157836914,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-02 20:39:04,2016-01-02 20:53:53,1,1.97,,,-73.91569519042969,40.74262619018555,-73.92937469482422,40.756752014160156,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-14 16:34:31,2016-01-14 16:48:09,1,1.94,,,-73.9403076171875,40.84060287475586,-73.93655395507812,40.82051467895508,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-01 00:19:08,2016-01-01 00:27:48,1,2.5,,,-73.93009185791016,40.67936325073242,-73.96773529052734,40.67544937133789,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-22 23:10:43,2016-01-23 00:00:00,1,0.72,,,-73.89956665039062,40.741310119628906,-73.9021224975586,40.73188400268555,1,N,1,4.5,0.5,0.5,0.3,2.9,0.0,,8.7,1.0 +2,2016-01-15 18:10:48,2016-01-15 18:21:29,1,2.85,,,-73.91763305664062,40.769996643066406,-73.87287139892578,40.77410125732422,1,N,1,11.0,1.0,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-03 22:07:22,2016-01-03 22:17:26,1,2.17,,,-73.94511413574219,40.80757522583008,-73.9181900024414,40.82291793823242,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-09 09:11:23,2016-01-09 09:25:48,1,6.0,,,-73.90467071533203,40.879024505615234,-73.9371109008789,40.80476379394531,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-26 23:24:09,2016-01-26 23:29:26,1,1.12,,,-73.84405517578125,40.7210578918457,-73.85116577148438,40.73579406738281,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-27 20:09:02,2016-01-27 20:12:08,1,0.8,,,-73.97624969482422,40.683528900146484,-73.96304321289062,40.679195404052734,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-24 20:28:53,2016-01-24 20:41:47,2,2.25,,,-73.97765350341797,40.68410110473633,-73.95984649658203,40.65576171875,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-27 17:45:23,2016-01-27 17:59:19,1,2.2,,,-73.91178131103516,40.775123596191406,-73.88978576660156,40.75508499145508,1,N,1,11.5,1.0,0.5,0.3,2.65,0.0,,15.95,1.0 +2,2016-01-10 11:09:50,2016-01-10 11:21:07,1,2.64,,,-73.9377212524414,40.812591552734375,-73.95508575439453,40.78037643432617,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +1,2016-01-14 16:11:32,2016-01-14 17:32:12,1,13.9,,,-73.99507141113281,40.679283142089844,-73.77632904052734,40.64550018310547,1,N,1,59.0,1.0,0.5,0.3,12.16,0.0,,72.96,1.0 +2,2016-01-07 11:06:37,2016-01-07 11:12:38,5,1.07,,,-73.96656799316406,40.80481719970703,-73.97442626953125,40.791011810302734,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-16 16:11:42,2016-01-16 16:30:46,1,5.39,,,-73.99046325683594,40.686676025390625,-73.95777130126953,40.722049713134766,1,N,1,19.5,0.0,0.5,0.3,5.08,0.0,,25.38,1.0 +2,2016-01-20 21:47:29,2016-01-20 21:51:54,1,1.13,,,-73.94065856933594,40.7972412109375,-73.95208740234375,40.790122985839844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-04 19:12:48,2016-01-04 19:19:18,4,1.6,,,-73.75574493408203,40.67573165893555,-73.74652862548828,40.69702911376953,5,N,1,0.0,0.0,0.0,0,100.0,0.0,,100.0,2.0 +2,2016-01-09 14:39:10,2016-01-09 14:41:41,1,0.47,,,-73.96179962158203,40.810367584228516,-73.96038818359375,40.815731048583984,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-15 21:02:57,2016-01-15 21:11:21,2,1.75,,,-73.86357879638672,40.73270797729492,-73.84044647216797,40.71860885620117,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-29 14:25:20,2016-01-29 14:34:44,1,0.0,,,-73.94076538085938,40.814231872558594,-73.95344543457031,40.80618667602539,1,Y,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 22:43:39,2016-01-22 22:49:12,1,0.75,,,-73.94499206542969,40.79987716674805,-73.93778991699219,40.79952621459961,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 20:54:12,2016-01-16 21:06:07,1,2.74,,,-73.99286651611328,40.68684005737305,-73.99295043945312,40.71974563598633,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,,16.0,1.0 +2,2016-01-18 00:11:35,2016-01-18 00:14:07,1,0.56,,,-73.8441162109375,40.721126556396484,-73.84867858886719,40.71408462524414,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 00:45:19,2016-01-01 00:58:08,1,4.04,,,-73.92353820800781,40.74351501464844,-73.85218048095703,40.732852935791016,1,N,1,14.5,0.5,0.5,0.3,4.74,0.0,,20.54,1.0 +2,2016-01-11 15:31:36,2016-01-11 15:40:12,2,0.86,,,-73.98323059082031,40.6936149597168,-73.99263000488281,40.6927604675293,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-01 22:51:13,2016-01-01 23:12:47,2,9.96,,,-73.92021179199219,40.76642990112305,-74.00048828125,40.727325439453125,1,N,1,30.0,0.5,0.5,0.3,6.26,0.0,,37.56,1.0 +1,2016-01-13 09:11:20,2016-01-13 09:15:33,1,0.6,,,-73.99153137207031,40.69999694824219,-73.9917984008789,40.692630767822266,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-02 10:42:37,2016-01-02 10:44:47,1,0.5,,,-73.95503997802734,40.79946517944336,-73.9562759399414,40.804901123046875,1,N,1,4.0,0.0,0.5,0.3,0.95,0.0,,5.75,1.0 +2,2016-01-30 02:43:50,2016-01-30 02:55:44,1,2.45,,,-73.95590209960938,40.71951675415039,-73.94381713867188,40.69827651977539,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-03 15:58:38,2016-01-03 16:06:51,1,1.72,,,-73.9453125,40.80793380737305,-73.96492767333984,40.79604721069336,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-09 10:47:29,2016-01-09 10:52:29,2,0.8,,,-73.9553451538086,40.81993103027344,-73.95899200439453,40.811038970947266,1,N,1,5.5,0.0,0.5,0.3,1.55,0.0,,7.85,1.0 +2,2016-01-09 04:20:19,2016-01-09 04:28:45,6,1.84,,,-73.8988037109375,40.74599838256836,-73.86856842041016,40.74919891357422,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-28 18:26:25,2016-01-28 18:31:19,1,0.77,,,-73.96221160888672,40.810237884521484,-73.9693603515625,40.80058670043945,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-02 19:46:19,2016-01-02 20:05:13,1,2.94,,,-73.94803619384766,40.808773040771484,-73.90560150146484,40.823246002197266,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-16 11:43:02,2016-01-16 11:50:43,1,1.44,,,-73.98567962646484,40.67383575439453,-73.96391296386719,40.67183303833008,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 18:06:58,2016-01-29 18:40:26,5,8.07,,,-73.9757080078125,40.68708801269531,-73.9644775390625,40.76006317138672,1,N,1,28.0,1.0,0.5,0.3,5.96,0.0,,35.76,1.0 +1,2016-01-27 21:35:40,2016-01-27 22:02:13,1,0.4,,,-73.85855102539062,40.71125030517578,-73.85993194580078,40.71128463745117,1,Y,1,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-20 18:39:11,2016-01-20 18:49:00,1,1.36,,,-73.98625946044922,40.70383071899414,-73.995849609375,40.691707611083984,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-27 19:54:13,2016-01-27 20:06:17,1,3.22,,,-73.94019317626953,40.840728759765625,-73.92235565185547,40.85981369018555,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-02 21:53:20,2016-01-02 21:59:46,1,1.77,,,-73.8077163696289,40.7004508972168,-73.8050308227539,40.6803092956543,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-13 15:37:02,2016-01-13 16:02:36,1,6.63,,,-73.94964599609375,40.826087951660156,-73.8624267578125,40.81273651123047,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-16 22:33:13,2016-01-16 22:48:35,1,2.72,,,-73.95699310302734,40.71440124511719,-73.96664428710938,40.68809127807617,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,,17.25,1.0 +2,2016-01-19 00:25:22,2016-01-19 00:30:40,1,0.6,,,-73.94515991210938,40.80803680419922,-73.94573211669922,40.8145751953125,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-03 18:18:58,2016-01-03 18:24:59,1,0.77,,,-73.97697448730469,40.681678771972656,-73.96849060058594,40.6861457824707,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-08 17:07:52,2016-01-08 17:14:21,1,2.84,,,-73.91779327392578,40.770042419433594,-73.87238311767578,40.774471282958984,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-29 23:55:55,2016-01-29 23:59:50,1,1.13,,,-73.94819641113281,40.789772033691406,-73.93800354003906,40.79707717895508,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-03 19:46:23,2016-01-03 19:52:13,1,0.85,,,-73.8966293334961,40.748111724853516,-73.8849868774414,40.74456024169922,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-03 10:32:10,2016-01-03 10:48:04,1,4.58,,,-73.96410369873047,40.80484390258789,-73.99224853515625,40.749202728271484,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-09 20:32:59,2016-01-09 20:42:55,1,1.0,,,-73.96125030517578,40.7145881652832,-73.9489974975586,40.726158142089844,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-21 11:15:39,2016-01-21 11:38:18,1,4.48,,,-73.8760986328125,40.74837875366211,-73.94255065917969,40.73904800415039,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-17 18:48:52,2016-01-17 18:54:17,1,1.36,,,-73.8442153930664,40.72154235839844,-73.82299041748047,40.71350860595703,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-02 01:44:08,2016-01-02 01:48:38,1,0.63,,,-73.92329406738281,40.74346923828125,-73.910400390625,40.74451446533203,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 05:12:27,2016-01-17 05:22:35,1,2.59,,,-73.93745422363281,40.80141067504883,-73.9367904663086,40.80215835571289,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-17 04:25:48,2016-01-17 05:01:20,1,3.14,,,-73.90713500976562,40.876224517822266,-73.91007232666016,40.87470626831055,1,N,1,23.5,0.5,0.5,0.3,7.44,0.0,,32.24,1.0 +2,2016-01-22 22:43:49,2016-01-22 22:48:49,1,1.04,,,-73.95756530761719,40.71794891357422,-73.94178771972656,40.72587585449219,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-17 11:37:03,2016-01-17 11:57:40,1,7.07,,,-73.94430541992188,40.83491897583008,-73.97583770751953,40.758216857910156,5,N,1,25.0,0.0,0.0,0,5.0,0.0,,30.0,2.0 +2,2016-01-30 00:22:23,2016-01-30 00:42:13,1,3.94,,,-73.95758056640625,40.721412658691406,-73.94496154785156,40.6758918762207,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-17 22:05:40,2016-01-17 22:12:05,1,1.36,,,-73.9625244140625,40.717628479003906,-73.94192504882812,40.716590881347656,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +1,2016-01-12 09:40:17,2016-01-12 10:12:46,1,6.3,,,-73.93354034423828,40.8543701171875,-73.95278930664062,40.81071090698242,1,N,2,26.0,0.0,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-11 11:38:54,2016-01-11 11:49:34,1,1.86,,,-73.9178695678711,40.74650573730469,-73.92276000976562,40.765052795410156,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-01 03:17:42,2016-01-01 03:20:49,1,0.86,,,-73.9260482788086,40.74431228637695,-73.9214096069336,40.75596618652344,1,N,1,5.0,0.5,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-11 10:16:56,2016-01-11 10:49:29,1,6.56,,,-73.88776397705078,40.747230529785156,-73.98421478271484,40.749366760253906,1,N,1,27.5,0.0,0.5,0.3,6.77,5.54,,40.61,1.0 +2,2016-01-09 01:52:55,2016-01-09 01:59:04,1,0.98,,,-73.97350311279297,40.68596267700195,-73.95506286621094,40.6879768371582,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 23:45:51,2016-01-09 23:54:20,1,1.59,,,-73.95845794677734,40.71712875366211,-73.94309997558594,40.7064323425293,1,N,1,8.0,0.5,0.5,0.3,1.4,0.0,,10.7,1.0 +2,2016-01-11 07:59:38,2016-01-11 08:09:03,1,2.29,,,-73.9546890258789,40.68088150024414,-73.93025970458984,40.6938591003418,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 00:15:25,2016-01-01 00:23:18,1,1.55,,,-73.92546081542969,40.69131851196289,-73.92599487304688,40.70100402832031,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 09:35:30,2016-01-20 10:00:24,1,8.32,,,-73.95996856689453,40.80824661254883,-73.86475372314453,40.77033233642578,1,N,1,27.5,0.0,0.5,0.3,8.46,5.54,,42.3,1.0 +1,2016-01-14 18:37:08,2016-01-14 19:07:14,1,5.1,,,-73.98970794677734,40.68569564819336,-73.90937042236328,40.700340270996094,1,N,1,21.0,1.0,0.5,0.3,2.0,0.0,,24.8,1.0 +2,2016-01-12 20:35:57,2016-01-12 20:42:52,1,1.29,,,-73.97937774658203,40.68669128417969,-73.98454284667969,40.70147705078125,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-16 18:02:19,2016-01-16 18:07:44,1,2.83,,,-73.91778564453125,40.770076751708984,-73.87164306640625,40.77428436279297,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-21 19:08:55,2016-01-21 19:29:49,1,3.6,,,-73.93789672851562,40.81840515136719,-73.97520446777344,40.79018020629883,1,N,1,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +1,2016-01-04 08:40:49,2016-01-04 09:15:47,1,5.5,,,-73.94482421875,40.81904220581055,-73.97840881347656,40.75714874267578,1,N,1,25.0,0.0,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-22 00:48:10,2016-01-22 00:56:20,1,1.53,,,-73.97759246826172,40.680686950683594,-73.9843521118164,40.69127655029297,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-20 08:43:03,2016-01-20 08:54:09,1,2.7,,,-73.85125732421875,40.743072509765625,-73.82653045654297,40.764163970947266,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-14 10:17:40,2016-01-14 10:44:50,1,4.5,,,-73.97654724121094,40.68510818481445,-73.8908462524414,40.67795944213867,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +1,2016-01-04 17:56:39,2016-01-04 18:27:35,1,6.0,,,-73.91044616699219,40.77620315551758,-73.99129486083984,40.76020812988281,1,N,1,24.0,1.0,0.5,0.3,5.15,0.0,,30.95,1.0 +2,2016-01-16 21:41:27,2016-01-16 21:48:46,1,1.03,,,-73.94629669189453,40.80820083618164,-73.96050262451172,40.817405700683594,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-12 21:12:15,2016-01-12 21:24:55,1,2.89,,,-73.96346282958984,40.71038055419922,-73.95649719238281,40.67502212524414,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-16 02:18:44,2016-01-16 02:22:08,1,0.8,,,-73.95368194580078,40.80670166015625,-73.94499206542969,40.81330871582031,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-02 21:03:48,2016-01-02 21:06:02,1,0.91,,,-73.93889617919922,40.80243682861328,-73.94711303710938,40.79108428955078,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,,7.54,1.0 +2,2016-01-16 21:25:48,2016-01-16 21:34:48,1,1.54,,,-73.99349975585938,40.687339782714844,-73.96812438964844,40.6795768737793,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-02 10:51:26,2016-01-02 11:23:49,1,7.1,,,-73.90373229980469,40.74561309814453,-73.98777770996094,40.74394226074219,1,N,1,27.5,0.0,0.5,0.3,5.65,0.0,,33.95,1.0 +2,2016-01-01 18:30:41,2016-01-01 18:40:23,2,1.66,,,-73.8692855834961,40.73391342163086,-73.85839080810547,40.7468376159668,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-28 09:59:35,2016-01-28 10:15:46,1,1.98,,,-73.9515609741211,40.727596282958984,-73.95560455322266,40.71236038208008,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-02 13:14:43,2016-01-02 13:22:16,5,1.47,,,-73.95632934570312,40.81317138671875,-73.96564483642578,40.80544662475586,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 02:16:42,2016-01-10 02:23:28,1,1.63,,,-73.97825622558594,40.684417724609375,-73.95314025878906,40.68812561035156,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-25 19:23:36,2016-01-25 19:34:18,1,1.22,,,-73.82489776611328,40.760902404785156,-73.81058502197266,40.75419616699219,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-19 07:57:22,2016-01-19 07:57:24,2,0.0,,,-73.95807647705078,40.6945915222168,-73.95808410644531,40.69457244873047,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-29 20:39:19,2016-01-29 20:42:28,1,0.46,,,-73.8322525024414,40.71487045288086,-73.82886505126953,40.71175765991211,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-02 02:59:20,2016-01-02 03:15:36,1,5.1,,,-73.95770263671875,40.72997283935547,-73.958251953125,40.67029571533203,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-02 19:43:09,2016-01-02 19:50:42,1,1.41,,,-73.9537353515625,40.806636810302734,-73.93562316894531,40.8120002746582,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-19 18:06:21,2016-01-19 18:11:08,1,0.56,,,-73.88372039794922,40.75567626953125,-73.88528442382812,40.75028610229492,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-20 20:45:47,2016-01-20 20:52:46,1,1.51,,,-73.80718994140625,40.69923400878906,-73.81494903564453,40.68385696411133,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,,9.3,1.0 +1,2016-01-12 17:23:47,2016-01-12 17:34:24,1,1.0,,,-73.9300308227539,40.669029235839844,-73.91777801513672,40.666748046875,1,N,1,8.5,1.0,0.5,0.3,2.0,0.0,,12.3,1.0 +1,2016-01-05 07:54:38,2016-01-05 07:59:50,2,0.5,,,-73.94889831542969,40.79426574707031,-73.9439697265625,40.795528411865234,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-28 17:37:33,2016-01-28 17:48:47,6,1.82,,,-73.90045166015625,40.884193420410156,-73.9195327758789,40.88048553466797,1,N,1,9.5,1.0,0.5,0.3,2.0,0.0,,13.3,1.0 +2,2016-01-08 22:50:39,2016-01-08 22:54:05,1,0.72,,,-73.93096923828125,40.77391815185547,-73.91835021972656,40.77012634277344,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-10 19:04:56,2016-01-10 19:12:05,1,1.22,,,-73.97975158691406,40.67738723754883,-73.99226379394531,40.66257095336914,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-27 17:38:56,2016-01-27 17:48:34,1,1.02,,,-73.9908218383789,40.69223403930664,-74.00048828125,40.68573760986328,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 07:55:52,2016-01-14 08:06:05,1,1.18,,,-73.94447326660156,40.824005126953125,-73.92720794677734,40.81625747680664,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-03 20:54:05,2016-01-03 20:57:34,1,0.9,,,-73.8886947631836,40.74554443359375,-73.89964294433594,40.741371154785156,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-20 09:59:06,2016-01-20 10:19:47,4,2.37,,,-73.9557113647461,40.78804397583008,-73.97062683105469,40.75882339477539,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-27 06:14:53,2016-01-27 06:23:53,2,2.52,,,-73.94818115234375,40.74585723876953,-73.97200012207031,40.76348876953125,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-07 08:36:27,2016-01-07 08:41:23,1,0.9,,,-73.95643615722656,40.74797058105469,-73.94277954101562,40.74693298339844,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-14 05:37:28,2016-01-14 05:50:30,1,6.96,,,-73.91693115234375,40.77096176147461,-73.9570083618164,40.70810317993164,1,N,1,21.5,0.5,0.5,0.3,4.56,0.0,,27.36,1.0 +2,2016-01-16 02:14:50,2016-01-16 02:21:17,2,1.62,,,-73.92475891113281,40.7564697265625,-73.94854736328125,40.76347732543945,1,N,1,7.5,0.5,0.5,0.3,2.64,0.0,,11.44,1.0 +2,2016-01-30 00:21:56,2016-01-30 00:44:51,1,4.49,,,-73.98138427734375,40.675071716308594,-73.92157745361328,40.69955062866211,1,N,1,18.0,0.5,0.5,0.3,3.86,0.0,,23.16,1.0 +2,2016-01-04 19:32:43,2016-01-04 19:40:51,1,1.53,,,-73.84394073486328,40.72235870361328,-73.85090637207031,40.74211120605469,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-19 08:41:56,2016-01-19 08:47:55,1,0.95,,,-73.8854751586914,40.75564193725586,-73.89091491699219,40.74705505371094,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-21 01:43:05,2016-01-21 01:46:46,1,1.28,,,-73.98271179199219,40.6777458190918,-73.99732971191406,40.68362045288086,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 16:22:46,2016-01-10 16:28:55,6,1.77,,,-73.849609375,40.732810974121094,-73.83318328857422,40.71646499633789,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-08 12:04:57,2016-01-08 12:30:34,1,4.1,,,-73.95612335205078,40.675865173339844,-73.94522857666016,40.71806716918945,1,N,1,18.5,0.0,0.5,0.3,2.0,0.0,,21.3,1.0 +2,2016-01-12 12:22:46,2016-01-12 12:27:32,1,0.79,,,-73.93614196777344,40.79635238647461,-73.9498519897461,40.802207946777344,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +1,2016-01-02 08:30:25,2016-01-02 08:45:48,1,3.0,,,-73.95230865478516,40.68055725097656,-73.9911880493164,40.67250442504883,1,N,1,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-29 21:12:32,2016-01-29 21:18:46,1,1.34,,,-73.9379653930664,40.80475616455078,-73.93803405761719,40.79216766357422,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-16 23:38:46,2016-01-16 23:42:59,1,1.4,,,-73.93923950195312,40.80527877807617,-73.95211029052734,40.787322998046875,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-05 19:57:42,2016-01-05 20:10:42,1,2.75,,,-73.95584106445312,40.68124008178711,-73.9262924194336,40.66413879394531,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-22 12:34:06,2016-01-22 12:49:48,1,2.85,,,-73.95538330078125,40.81990051269531,-73.9747085571289,40.78776168823242,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-05 14:23:28,2016-01-05 14:29:01,1,0.93,,,-73.928955078125,40.85935592651367,-73.923095703125,40.865882873535156,5,N,2,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-13 17:16:33,2016-01-13 17:22:17,1,1.0,,,-73.95887756347656,40.80978012084961,-73.96977233886719,40.80127716064453,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-14 22:18:50,2016-01-14 22:34:34,1,4.26,,,-73.92550659179688,40.76201248168945,-73.87528991699219,40.73358917236328,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-04 11:28:43,2016-01-04 11:45:18,1,3.92,,,-73.85359954833984,40.726741790771484,-73.843994140625,40.68056106567383,1,N,1,15.5,0.0,0.5,0.3,1.0,0.0,,17.3,1.0 +1,2016-01-30 07:37:44,2016-01-30 07:43:39,1,1.8,,,-73.95906066894531,40.70888900756836,-73.98756408691406,40.71847915649414,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,,10.55,1.0 +1,2016-01-05 00:36:05,2016-01-05 00:39:37,1,1.0,,,-73.95425415039062,40.587345123291016,-73.95030975341797,40.57822799682617,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-26 17:06:20,2016-01-26 17:25:29,5,2.44,,,-73.97879028320312,40.691200256347656,-73.96096801757812,40.69401931762695,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-26 16:26:49,2016-01-26 16:30:49,1,0.55,,,-73.96687316894531,40.80442810058594,-73.97013854980469,40.79690933227539,1,N,1,4.5,1.0,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-15 07:05:31,2016-01-15 07:28:32,1,4.56,,,-73.96414947509766,40.69401550292969,-73.94416046142578,40.746421813964844,1,N,1,19.0,0.0,0.5,0.3,2.97,0.0,,22.77,1.0 +2,2016-01-01 21:11:26,2016-01-01 21:21:54,1,2.98,,,-73.96588134765625,40.688350677490234,-73.9587173461914,40.72214126586914,1,N,1,11.0,0.5,0.5,0.3,1.8,0.0,,14.1,1.0 +2,2016-01-30 12:58:56,2016-01-30 13:12:23,1,2.29,,,-73.99028778076172,40.68671417236328,-73.95603942871094,40.676082611083984,1,N,1,11.0,0.0,0.5,0.3,2.0,0.0,,13.8,1.0 +1,2016-01-15 17:48:06,2016-01-15 17:56:59,1,0.5,,,-73.94569396972656,40.80707550048828,-73.94203186035156,40.80217742919922,1,N,1,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 15:21:40,2016-01-06 15:43:33,5,3.38,,,-73.9660415649414,40.804840087890625,-73.92444610595703,40.810943603515625,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-21 13:01:04,2016-01-21 13:27:14,1,7.1,,,-73.98975372314453,40.6962890625,-73.99482727050781,40.75044631958008,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-08 22:11:55,2016-01-08 22:20:19,1,1.38,,,-73.9271469116211,40.86541748046875,-73.93054962158203,40.852020263671875,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-18 20:35:28,2016-01-18 20:45:23,1,1.95,,,-73.8442153930664,40.72102737426758,-73.85520935058594,40.74321365356445,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-14 21:15:18,2016-01-14 21:24:38,1,1.85,,,-73.964599609375,40.80337905883789,-73.94342041015625,40.81515121459961,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-27 13:45:12,2016-01-27 13:57:44,1,1.31,,,-73.96075439453125,40.80186462402344,-73.97163391113281,40.784488677978516,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-14 17:32:09,2016-01-14 17:42:55,1,1.46,,,-73.95366668701172,40.790740966796875,-73.96800231933594,40.80162048339844,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-28 11:35:54,2016-01-28 11:46:21,2,2.0,,,-73.96465301513672,40.674903869628906,-73.9881362915039,40.66698455810547,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-04 18:04:19,2016-01-04 18:12:30,1,1.45,,,-73.90333557128906,40.745811462402344,-73.90287017822266,40.738285064697266,1,N,1,7.5,1.0,0.5,0.3,0.46,0.0,,9.76,1.0 +2,2016-01-22 09:07:47,2016-01-22 09:24:14,1,1.77,,,-73.93888854980469,40.80494689941406,-73.95491027832031,40.821895599365234,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-25 01:57:41,2016-01-25 01:58:17,1,0.1,,,-73.94911193847656,40.807838439941406,-73.9483871459961,40.80883026123047,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-21 15:49:47,2016-01-21 15:56:03,5,1.05,,,-73.89077758789062,40.74643325805664,-73.89322662353516,40.73467254638672,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 11:45:14,2016-01-13 11:56:28,1,2.38,,,-73.89397430419922,40.86200714111328,-73.9093246459961,40.876243591308594,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-15 17:42:30,2016-01-15 17:49:50,1,0.96,,,-73.89122772216797,40.74690628051758,-73.88554382324219,40.75545883178711,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-17 19:03:30,2016-01-17 19:22:49,1,7.07,,,-73.89253234863281,40.747779846191406,-73.84587097167969,40.78409194946289,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-13 21:23:37,2016-01-13 21:27:08,1,0.62,,,-73.9117431640625,40.7755126953125,-73.91983795166016,40.77925109863281,1,N,1,4.5,0.5,0.5,0.3,4.0,0.0,,9.8,1.0 +2,2016-01-04 13:26:10,2016-01-04 13:38:23,1,1.1,,,-73.9875259399414,40.69099044799805,0.0,0.0,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-30 05:14:31,2016-01-30 05:19:19,1,1.23,,,-73.98822021484375,40.66685485839844,-73.9802474975586,40.68143844604492,1,N,1,6.0,0.5,0.5,0.3,1.5,0.0,,8.8,1.0 +2,2016-01-05 07:38:23,2016-01-05 07:41:33,1,0.43,,,-73.95272827148438,40.82323455810547,-73.9507827758789,40.82855224609375,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-07 14:57:28,2016-01-07 15:00:35,1,0.6,,,-73.95663452148438,40.71689987182617,-73.96220397949219,40.71017837524414,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-02 12:32:47,2016-01-02 12:42:46,1,3.14,,,-73.91984558105469,40.74310302734375,-73.88671875,40.75783157348633,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-28 08:59:43,2016-01-28 09:06:35,1,0.93,,,-73.98284912109375,40.702186584472656,-73.98893737792969,40.69316101074219,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-06 15:58:49,2016-01-06 16:12:10,1,3.68,,,-73.92156219482422,40.8264274597168,-73.92138671875,40.86427688598633,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-26 19:38:43,2016-01-26 19:42:46,4,0.48,,,-73.92542266845703,40.7617301940918,-73.92411804199219,40.767356872558594,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-05 06:01:34,2016-01-05 06:18:46,1,7.46,,,-73.99958038330078,40.674766540527344,-73.95913696289062,40.73473358154297,1,N,1,22.5,0.0,0.5,0.3,3.0,0.0,,26.3,1.0 +1,2016-01-14 21:03:12,2016-01-14 21:03:29,1,0.1,,,-73.84199523925781,40.668212890625,-73.84228515625,40.669189453125,5,N,1,0.0,0.0,0.0,0,25.0,0.0,,25.0,2.0 +2,2016-01-06 17:12:05,2016-01-06 17:17:56,1,0.77,,,-73.99818420410156,40.68239212036133,-73.9935302734375,40.69206619262695,1,N,1,5.5,1.0,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-11 07:51:33,2016-01-11 08:00:23,1,1.86,,,-73.95677947998047,40.81287384033203,-73.97442626953125,40.794986724853516,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-16 22:04:54,2016-01-16 22:22:27,3,4.91,,,-73.97803497314453,40.68507766723633,-73.9332504272461,40.70292282104492,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-27 13:25:37,2016-01-27 13:37:01,1,1.72,,,-73.9581298828125,40.800785064697266,-73.95297241210938,40.7889518737793,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-11 17:45:55,2016-01-11 18:07:03,5,2.17,,,-73.995361328125,40.683258056640625,-73.98969268798828,40.665748596191406,1,N,1,14.5,1.0,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-08 20:14:18,2016-01-08 20:18:12,6,1.05,,,-73.98707580566406,40.69392776489258,-73.96954345703125,40.69571304321289,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-15 13:29:03,2016-01-15 13:45:54,1,2.76,,,-73.92587280273438,40.671260833740234,-73.9385757446289,40.70411682128906,1,N,1,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-30 02:03:09,2016-01-30 02:27:56,1,4.06,,,-73.95780944824219,40.714603424072266,-73.9945297241211,40.740234375,1,N,1,18.5,0.5,0.5,0.3,3.96,0.0,,23.76,1.0 +2,2016-01-26 08:14:24,2016-01-26 08:25:00,1,1.35,,,-73.86610412597656,40.84539031982422,-73.8645248413086,40.863033294677734,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-11 23:55:04,2016-01-11 23:56:25,5,0.51,,,-73.94120025634766,40.71194076538086,-73.95046997070312,40.71106719970703,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-06 07:28:15,2016-01-06 07:34:58,1,0.73,,,-73.94939422607422,40.79347229003906,-73.95122528076172,40.785247802734375,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-09 16:39:10,2016-01-09 16:48:49,1,2.1,,,-74.01580047607422,40.67546081542969,-73.99787139892578,40.67462158203125,1,N,1,9.0,1.0,0.5,0.3,3.2,0.0,,14.0,1.0 +2,2016-01-04 09:55:10,2016-01-04 09:57:55,1,0.7,,,-73.92379760742188,40.76408767700195,-73.9309310913086,40.75520324707031,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-30 18:22:13,2016-01-30 18:36:34,1,2.27,,,-73.96095275878906,40.65022659301758,-73.97457885742188,40.68046188354492,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-18 13:19:54,2016-01-18 13:30:01,1,1.99,,,-73.95278930664062,40.80337142944336,-73.97467803955078,40.78751754760742,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-17 21:57:39,2016-01-17 22:13:37,1,7.45,,,-73.91302490234375,40.766258239746094,-73.85334777832031,40.82789611816406,1,N,2,22.5,0.5,0.5,0.3,0.0,5.54,,29.34,1.0 +2,2016-01-14 01:14:53,2016-01-14 01:17:25,1,0.62,,,-73.80779266357422,40.70074462890625,-73.80558776855469,40.69300079345703,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-28 09:13:38,2016-01-28 09:24:05,1,1.48,,,-73.9546127319336,40.820556640625,-73.9409408569336,40.83920669555664,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-29 18:07:27,2016-01-29 18:07:36,2,0.0,,,-73.97598266601562,40.68385696411133,-73.97598266601562,40.683860778808594,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +2,2016-01-29 23:22:49,2016-01-29 23:28:01,1,0.96,,,-73.95759582519531,40.717899322509766,-73.95751190185547,40.7295036315918,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +1,2016-01-05 09:01:26,2016-01-05 09:05:05,1,0.7,,,-73.96623229980469,40.68981170654297,-73.9802474975586,40.689842224121094,1,N,1,4.5,0.0,0.5,0.3,0.5,0.0,,5.8,1.0 +2,2016-01-19 20:53:51,2016-01-19 21:00:06,2,2.19,,,-73.980224609375,40.66852569580078,-73.97457122802734,40.64328384399414,1,N,1,8.5,0.5,0.5,0.3,2.94,0.0,,12.74,1.0 +2,2016-01-01 21:05:13,2016-01-01 21:15:15,1,3.22,,,-73.93163299560547,40.80112075805664,-73.94613647460938,40.82731246948242,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-22 14:06:27,2016-01-22 14:12:41,1,1.02,,,-73.96050262451172,40.688865661621094,-73.94831085205078,40.69770050048828,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 07:58:41,2016-01-19 08:06:32,1,1.25,,,-73.94244384765625,40.806392669677734,-73.95195007324219,40.79314041137695,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-20 14:57:46,2016-01-20 15:00:59,1,0.7,,,-73.93878936767578,40.79148483276367,-73.94640350341797,40.78502655029297,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-17 06:46:01,2016-01-17 06:57:01,1,1.97,,,-73.94493103027344,40.824180603027344,-73.91952514648438,40.832122802734375,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-05 10:16:35,2016-01-05 10:26:44,1,1.43,,,-73.892822265625,40.7473258972168,-73.87195587158203,40.75327682495117,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 14:24:05,2016-01-20 14:27:18,1,0.33,,,-73.93690490722656,40.824710845947266,-73.94024658203125,40.824981689453125,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-29 19:44:50,2016-01-29 19:52:26,1,1.41,,,-73.80754089355469,40.70045852661133,-73.81427764892578,40.687137603759766,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-30 18:56:08,2016-01-30 19:06:24,1,1.38,,,-73.98738861083984,40.69141387939453,-73.98664093017578,40.67681121826172,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-02 16:40:50,2016-01-02 16:50:27,1,1.89,,,-73.89615631103516,40.862266540527344,-73.86565399169922,40.85479736328125,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-01 01:38:20,2016-01-01 01:53:26,1,3.14,,,-73.92792510986328,40.697906494140625,-73.9590072631836,40.71662139892578,1,N,2,12.5,0.5,0.5,0.3,0.0,5.54,,19.34,1.0 +2,2016-01-08 00:30:22,2016-01-08 00:35:02,1,0.64,,,-73.84432983398438,40.72136306762695,-73.84085083007812,40.71311950683594,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-01 00:12:25,2016-01-01 00:32:28,2,4.06,,,-73.95668029785156,40.729957580566406,-73.90283203125,40.70298385620117,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-12 00:02:45,2016-01-12 00:08:50,1,1.18,,,-73.95805358886719,40.81532669067383,-73.95203399658203,40.80372619628906,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-21 23:43:33,2016-01-21 23:51:03,1,2.64,,,-73.95734405517578,40.80423355102539,-73.9840087890625,40.779563903808594,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-24 16:01:00,2016-01-24 16:09:59,2,1.48,,,-73.9439926147461,40.74774169921875,-73.93212890625,40.76195526123047,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 20:42:04,2016-01-05 20:47:36,1,1.06,,,-73.94700622558594,40.8157844543457,-73.9568862915039,40.80214309692383,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-29 13:48:53,2016-01-29 13:53:37,1,0.76,,,-73.83021545410156,40.71373748779297,-73.82410430908203,40.70692443847656,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-19 07:56:29,2016-01-19 08:00:09,1,0.51,,,-73.94356536865234,40.81529235839844,-73.93858337402344,40.82210159301758,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-07 13:07:34,2016-01-07 13:09:38,1,0.39,,,-73.98271942138672,40.675743103027344,-73.97679138183594,40.67496109008789,1,N,1,3.5,0.0,0.5,0.3,1.29,0.0,,5.59,1.0 +1,2016-01-27 19:28:15,2016-01-27 19:37:59,1,1.4,,,-73.95295715332031,40.791175842285156,-73.97127532958984,40.797847747802734,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-11 08:51:47,2016-01-11 08:57:39,1,1.0,,,-73.9521255493164,40.823970794677734,-73.94322204589844,40.83613586425781,1,Y,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 13:31:30,2016-01-29 13:35:42,1,0.66,,,-73.93531799316406,40.795841217041016,-73.943115234375,40.79386520385742,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 05:54:07,2016-01-13 06:11:16,1,3.31,,,-73.97879028320312,40.683937072753906,-73.93061065673828,40.668548583984375,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-29 23:59:35,2016-01-30 00:02:57,1,0.69,,,-73.95794677734375,40.72181701660156,-73.96546173095703,40.713558197021484,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-16 01:08:44,2016-01-16 01:15:51,1,1.4,,,-73.9399185180664,40.70846176147461,-73.92578125,40.69258117675781,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-30 23:05:13,2016-01-30 23:20:26,1,5.25,,,-73.96211242675781,40.805274963378906,-73.92550659179688,40.86719512939453,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-07 05:52:15,2016-01-07 06:00:29,1,2.51,,,-73.94164276123047,40.67640686035156,-73.95377349853516,40.65244674682617,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-29 20:15:02,2016-01-29 20:34:51,6,2.58,,,-73.97770690917969,40.68701934814453,-73.98143005371094,40.67495346069336,1,N,1,14.0,0.5,0.5,0.3,3.82,0.0,,19.12,1.0 +2,2016-01-14 08:14:40,2016-01-14 08:19:52,1,0.52,,,-73.94383239746094,40.67732620239258,-73.9409408569336,40.682579040527344,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-11 13:42:46,2016-01-11 13:53:24,1,1.03,,,-73.9658203125,40.80521774291992,-73.96278381347656,40.8044548034668,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 23:12:45,2016-01-06 23:33:09,1,6.19,,,-73.96305847167969,40.804107666015625,-73.93688201904297,40.846431732177734,1,N,1,21.5,0.5,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-06 01:37:27,2016-01-06 01:57:06,5,6.9,,,-73.91500854492188,40.757110595703125,-73.95628356933594,40.80305862426758,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-23 01:39:18,2016-01-23 01:49:17,1,1.11,,,-73.95054626464844,40.72180938720703,-73.94363403320312,40.70963668823242,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-15 16:32:20,2016-01-15 16:41:09,1,0.6,,,-73.95245361328125,40.81061935424805,-73.94181823730469,40.806190490722656,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 16:00:50,2016-01-10 16:26:44,1,4.09,,,-73.97373962402344,40.682987213134766,-73.94639587402344,40.634037017822266,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,,23.16,1.0 +1,2016-01-18 19:18:37,2016-01-18 19:38:58,1,5.6,,,-74.0016098022461,40.67290115356445,-73.95027923583984,40.68412399291992,1,N,1,20.0,0.0,0.5,0.3,4.15,0.0,,24.95,1.0 +1,2016-01-27 06:24:39,2016-01-27 06:31:38,1,1.2,,,-73.99397277832031,40.6816291809082,-73.97699737548828,40.68387985229492,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-16 18:11:41,2016-01-16 18:24:40,1,1.85,,,-73.95724487304688,40.72495651245117,-73.9542236328125,40.70808029174805,1,N,1,10.0,0.0,0.5,0.3,3.24,0.0,,14.04,1.0 +2,2016-01-27 14:06:41,2016-01-27 14:13:47,1,0.69,,,-73.89229583740234,40.74671173095703,-73.87740325927734,40.746952056884766,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-12 09:53:39,2016-01-12 10:10:40,1,2.86,,,-73.9550552368164,40.78900146484375,-73.98834228515625,40.76746368408203,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-03 01:30:03,2016-01-03 01:40:41,1,2.37,,,-73.95588684082031,40.812740325927734,-73.92656707763672,40.819923400878906,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-06 13:55:17,2016-01-06 13:58:16,1,0.32,,,-73.9887466430664,40.67018508911133,-73.98458862304688,40.67518615722656,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-10 17:21:48,2016-01-10 17:28:17,1,0.68,,,-73.97789001464844,40.68476486206055,-73.98735809326172,40.68946075439453,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 08:44:07,2016-01-15 08:51:56,1,0.83,,,-73.94154357910156,40.78744125366211,-73.9509506225586,40.79158020019531,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-21 08:11:45,2016-01-21 08:16:25,5,0.87,,,-73.9178695678711,40.77003479003906,-73.90248107910156,40.76708221435547,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-18 19:49:57,2016-01-18 19:55:06,1,0.86,,,-73.9481430053711,40.81440353393555,-73.95597076416016,40.80353546142578,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-20 08:01:20,2016-01-20 08:45:57,1,6.1,,,-73.985107421875,40.688812255859375,-74.00131225585938,40.75166320800781,1,N,1,31.0,0.0,0.5,0.3,3.2,0.0,,35.0,1.0 +2,2016-01-07 23:55:54,2016-01-08 00:01:28,1,1.08,,,-73.95781707763672,40.71775817871094,-73.95538330078125,40.73014831542969,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-04 17:24:58,2016-01-04 17:45:30,1,1.85,,,-73.85846710205078,40.72889709472656,-73.8397216796875,40.71932601928711,1,N,2,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-18 20:22:35,2016-01-18 20:26:40,1,0.7,,,-73.9564208984375,40.80298614501953,-73.94715118408203,40.8054084777832,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-08 16:18:14,2016-01-08 16:29:21,3,2.26,,,-73.98869323730469,40.70054626464844,-73.9972152709961,40.72401809692383,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,,13.3,1.0 +2,2016-01-08 17:20:54,2016-01-08 17:30:14,1,1.47,,,-73.88802337646484,40.76750183105469,-73.87537384033203,40.752601623535156,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-01 03:36:53,2016-01-01 03:54:22,1,9.3,,,-73.98540496826172,40.66225814819336,-73.97634887695312,40.75186538696289,1,N,1,26.5,0.5,0.5,0.3,8.3,5.54,,41.64,1.0 +1,2016-01-17 17:57:31,2016-01-17 18:20:37,1,3.2,,,-73.9764404296875,40.673099517822266,-73.94347381591797,40.682586669921875,1,N,1,16.0,0.5,0.5,0.3,3.45,0.0,,20.75,1.0 +2,2016-01-30 05:43:57,2016-01-30 06:02:08,2,3.53,,,-73.95527648925781,40.719791412353516,-73.90575408935547,40.704917907714844,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-25 00:50:54,2016-01-25 00:59:29,1,1.26,,,-73.88128662109375,40.74779510498047,-73.8642349243164,40.74610900878906,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-02 03:08:43,2016-01-02 03:14:01,2,1.1,,,-73.84259033203125,40.719459533691406,-73.82572174072266,40.711910247802734,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-12 04:19:27,2016-01-12 04:24:19,1,1.27,,,-73.9550552368164,40.69471740722656,-73.931396484375,40.696773529052734,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 21:22:19,2016-01-01 21:23:51,1,0.58,,,-73.9458236694336,40.79003143310547,-73.94071197509766,40.793087005615234,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 03:42:57,2016-01-29 03:48:42,1,0.75,,,-73.87649536132812,40.74838638305664,-73.89046478271484,40.74690628051758,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-28 12:03:57,2016-01-28 12:24:34,1,2.98,,,-73.95047760009766,40.82664108276367,-73.97672271728516,40.78803634643555,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,,19.75,1.0 +2,2016-01-26 23:15:42,2016-01-26 23:34:10,1,3.67,,,-73.95929718017578,40.714927673339844,-73.9209213256836,40.68587875366211,1,N,1,14.5,0.5,0.5,0.3,3.95,0.0,,19.75,1.0 +2,2016-01-29 01:14:19,2016-01-29 01:17:13,1,0.45,,,-73.94025421142578,40.70112228393555,-73.9310531616211,40.7037467956543,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-28 00:34:56,2016-01-28 00:58:44,1,5.06,,,-73.95745849609375,40.718074798583984,-73.89706420898438,40.6783447265625,1,N,1,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-16 00:33:36,2016-01-16 01:14:32,1,13.62,,,-73.8827896118164,40.747802734375,-73.91915893554688,40.86421585083008,1,N,2,42.0,0.5,0.5,0.3,0.0,0.0,,43.3,1.0 +1,2016-01-20 09:47:20,2016-01-20 10:29:48,1,7.0,,,-73.98302459716797,40.69635009765625,-73.9685287475586,40.75893783569336,1,N,1,30.5,0.0,0.5,0.3,4.7,0.0,,36.0,1.0 +1,2016-01-10 20:23:45,2016-01-10 20:36:55,1,4.6,,,-73.92154693603516,40.76664733886719,-73.87651824951172,40.74845504760742,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-30 21:48:55,2016-01-30 21:50:28,1,0.4,,,-73.94124603271484,40.67974853515625,-73.94143676757812,40.685691833496094,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-22 12:40:03,2016-01-22 12:58:54,1,3.57,,,-73.95305633544922,40.6719856262207,-73.9545669555664,40.71674728393555,1,N,1,15.0,0.0,0.5,0.3,2.0,0.0,,17.8,1.0 +2,2016-01-30 16:36:23,2016-01-30 16:43:13,1,1.09,,,-73.9489974975586,40.68040466308594,-73.96027374267578,40.68986129760742,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-21 23:43:29,2016-01-21 23:51:23,1,1.87,,,-73.9407958984375,40.80841827392578,-73.9417724609375,40.82804870605469,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-18 10:29:21,2016-01-18 10:31:51,1,0.5,,,-73.99237823486328,40.68974685668945,-73.99543762207031,40.683536529541016,1,N,1,4.0,0.0,0.5,0.3,0.95,0.0,,5.75,1.0 +2,2016-01-21 10:49:46,2016-01-21 10:57:32,1,1.89,,,-73.92594146728516,40.832069396972656,-73.94137573242188,40.84178161621094,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-08 10:42:09,2016-01-08 10:49:09,1,0.94,,,-73.99215698242188,40.69009017944336,-73.99285888671875,40.69820022583008,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-13 20:24:36,2016-01-13 20:29:08,1,1.13,,,-73.96110534667969,40.8118896484375,-73.97016143798828,40.79714584350586,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-03 02:17:11,2016-01-03 02:51:52,2,15.68,,,-73.96295166015625,40.71182632446289,-73.78288269042969,40.751895904541016,1,N,1,43.5,0.5,0.5,0.3,3.0,0.0,,47.8,1.0 +1,2016-01-15 20:12:34,2016-01-15 20:21:43,1,1.5,,,-73.9698257446289,40.69281768798828,-73.9712905883789,40.67721176147461,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-15 16:28:23,2016-01-15 16:35:38,1,0.75,,,-73.94368743896484,40.71055221557617,-73.93860626220703,40.71758270263672,1,N,1,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 05:21:29,2016-01-01 05:32:33,1,2.0,,,-73.95709991455078,40.71859359741211,-73.93238830566406,40.70797348022461,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-25 19:16:02,2016-01-25 19:31:09,1,2.19,,,-73.95500946044922,40.82001876831055,-73.9455337524414,40.82045364379883,1,N,1,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-03 19:59:57,2016-01-03 20:04:25,1,0.53,,,-73.89270782470703,40.74894714355469,-73.88280487060547,40.74991226196289,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-29 18:20:02,2016-01-29 18:26:25,1,0.9,,,-73.95021057128906,40.722572326660156,-73.9570541381836,40.72999572753906,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-15 11:52:49,2016-01-15 12:08:02,1,3.23,,,-73.91740417480469,40.800376892089844,-73.93051147460938,40.83082580566406,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-11 09:55:21,2016-01-11 10:05:32,1,2.36,,,-73.9054183959961,40.84749221801758,-73.9360122680664,40.83955383300781,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-19 21:15:56,2016-01-19 21:24:10,2,1.71,,,-73.9458999633789,40.821624755859375,-73.93933868408203,40.80502700805664,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-08 19:18:32,2016-01-08 19:50:39,1,5.62,,,-73.98041534423828,40.676448822021484,-73.93348693847656,40.70493698120117,1,N,1,24.0,1.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-26 09:51:16,2016-01-26 10:12:39,1,4.9,,,-73.8832015991211,40.749908447265625,-73.81707000732422,40.78049850463867,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-04 15:37:26,2016-01-04 15:45:19,2,1.2,,,-73.94474792480469,40.80896759033203,-73.9393310546875,40.79757308959961,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-30 15:45:38,2016-01-30 16:18:16,1,14.2,,,-73.98152160644531,40.576969146728516,-73.99700927734375,40.719356536865234,1,N,2,41.0,0.0,0.5,0.3,0.0,0.0,,41.8,1.0 +2,2016-01-18 02:17:48,2016-01-18 02:24:42,5,1.95,,,-73.9493637084961,40.713905334472656,-73.92491912841797,40.703277587890625,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-06 16:36:00,2016-01-06 16:51:59,1,2.59,,,-73.95523071289062,40.788719177246094,-73.95894622802734,40.81527328491211,1,N,1,13.0,1.0,0.5,0.3,2.96,0.0,,17.76,1.0 +1,2016-01-01 12:33:47,2016-01-01 12:50:14,2,7.3,,,-73.989013671875,40.702571868896484,-73.96104431152344,40.76679611206055,1,N,1,22.0,0.0,0.5,0.3,4.55,0.0,,27.35,1.0 +2,2016-01-06 23:25:39,2016-01-06 23:32:52,1,1.39,,,-73.94731903076172,40.82554626464844,-73.93666076660156,40.84283447265625,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 16:17:13,2016-01-10 17:01:29,1,10.94,,,-73.98322296142578,40.57678985595703,-73.99896240234375,40.68885040283203,1,N,1,38.0,0.0,0.5,0.3,0.0,0.0,,38.8,1.0 +2,2016-01-30 17:57:24,2016-01-30 17:59:56,1,0.59,,,-73.83021545410156,40.713523864746094,-73.83489227294922,40.70732879638672,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-11 13:03:32,2016-01-11 13:06:19,1,0.48,,,-73.94798278808594,40.80876159667969,-73.94967651367188,40.80217361450195,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-22 21:29:53,2016-01-22 21:49:21,1,5.98,,,-73.94239044189453,40.841896057128906,-73.9532470703125,40.78533935546875,1,N,1,20.5,0.5,0.5,0.3,4.36,0.0,,26.16,1.0 +2,2016-01-05 21:11:18,2016-01-05 21:17:35,3,1.35,,,-73.9730453491211,40.67517852783203,-73.95626831054688,40.6722297668457,1,N,1,6.5,0.5,0.5,0.3,1.5,0.0,,9.3,1.0 +1,2016-01-24 15:50:25,2016-01-24 16:06:12,1,2.4,,,-73.94839477539062,40.82996368408203,-73.93902587890625,40.805118560791016,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-08 04:29:43,2016-01-08 04:39:26,1,2.1,,,-73.95840454101562,40.71323776245117,-73.93328857421875,40.69492721557617,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-21 07:33:51,2016-01-21 07:50:49,1,3.28,,,-73.99449157714844,40.69001007080078,-74.00981140136719,40.72022247314453,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +1,2016-01-10 00:02:03,2016-01-10 00:14:57,1,3.4,,,-73.91690826416016,40.780540466308594,-73.90631103515625,40.75705337524414,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,,16.55,1.0 +2,2016-01-10 02:31:45,2016-01-10 02:31:49,1,0.0,,,-73.92224884033203,40.84202575683594,-73.92224884033203,40.8420295715332,5,N,1,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +1,2016-01-12 10:08:44,2016-01-12 10:26:12,1,2.4,,,-73.97915649414062,40.69330596923828,-73.94271087646484,40.700462341308594,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-15 11:09:38,2016-01-15 11:16:51,1,1.0,,,-73.94338989257812,40.83968734741211,-73.93561553955078,40.84925079345703,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-05 09:51:57,2016-01-05 10:05:25,1,3.45,,,-73.8078384399414,40.700462341308594,-73.76835632324219,40.67132568359375,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-21 22:02:18,2016-01-21 22:04:45,1,0.37,,,-73.96363067626953,40.80819320678711,-73.95964813232422,40.80889892578125,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,,6.62,1.0 +2,2016-01-17 13:39:54,2016-01-17 13:49:44,1,1.94,,,-73.94065856933594,40.793190002441406,-73.94142150878906,40.81285858154297,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-10 04:05:29,2016-01-10 04:12:38,3,1.3,,,-73.91130065917969,40.84921646118164,-73.92021942138672,40.833621978759766,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-22 23:30:01,2016-01-22 23:48:56,1,4.12,,,-73.97785186767578,40.68484878540039,-73.91036224365234,40.684814453125,1,N,1,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-19 08:22:31,2016-01-19 08:24:58,1,0.7,,,-73.95486450195312,40.81978225708008,-73.95352172851562,40.812103271484375,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-07 21:05:55,2016-01-07 21:14:43,1,2.04,,,-73.90020751953125,40.745811462402344,-73.89398193359375,40.72329330444336,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-18 18:59:13,2016-01-18 19:12:12,1,1.94,,,-73.90347290039062,40.74540328979492,-73.91826629638672,40.765480041503906,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-12 22:39:42,2016-01-12 22:59:23,1,4.21,,,-73.9589614868164,40.70871353149414,-73.91177368164062,40.68172836303711,1,N,1,16.5,0.5,0.5,0.3,1.0,0.0,,18.8,1.0 +1,2016-01-18 16:31:39,2016-01-18 16:41:37,1,2.7,,,-73.95523071289062,40.826358795166016,-73.96511840820312,40.80107879638672,1,N,1,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-22 08:29:20,2016-01-22 09:28:56,1,8.3,,,-73.92253875732422,40.74706268310547,-74.00593566894531,40.7237663269043,1,N,1,42.0,0.0,0.5,0.3,8.56,0.0,,51.36,1.0 +2,2016-01-09 16:00:04,2016-01-09 16:19:40,1,4.43,,,-73.895263671875,40.74653244018555,-73.9642105102539,40.75680160522461,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-24 18:02:54,2016-01-24 18:20:17,5,1.41,,,-73.9813003540039,40.675052642822266,-73.97228240966797,40.68532943725586,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-30 18:30:27,2016-01-30 18:51:00,1,3.64,,,-73.95767211914062,40.72206115722656,-73.9633560180664,40.67570114135742,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-12 01:53:30,2016-01-12 02:01:15,1,1.38,,,-73.85359954833984,40.82050704956055,-73.86156463623047,40.83335876464844,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-30 22:56:34,2016-01-30 23:03:47,1,1.26,,,-73.96990203857422,40.68771743774414,-73.96287536621094,40.673038482666016,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-18 12:10:19,2016-01-18 12:30:27,1,5.46,,,-73.89871978759766,40.746055603027344,-73.85295867919922,40.69053268432617,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-24 09:02:11,2016-01-24 09:13:40,1,2.21,,,-73.98479461669922,40.68688201904297,-73.9844970703125,40.66343688964844,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-09 15:13:59,2016-01-10 15:07:00,1,1.34,,,-73.93930053710938,40.757110595703125,-73.92337799072266,40.76778793334961,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-07 19:16:19,2016-01-07 19:22:41,1,1.56,,,-73.92333221435547,40.809329986572266,-73.93770599365234,40.797271728515625,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-08 10:54:01,2016-01-08 11:14:17,1,3.6,,,-73.96253967285156,40.809791564941406,-73.98014831542969,40.76302719116211,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,,20.15,1.0 +2,2016-01-05 18:08:16,2016-01-05 18:16:11,1,0.7,,,-73.84432220458984,40.72135543823242,-73.85498046875,40.72102355957031,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-07 10:34:23,2016-01-07 10:44:46,1,1.8,,,-73.94439697265625,40.834564208984375,-73.9277572631836,40.81787109375,1,Y,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-25 23:53:04,2016-01-26 00:00:57,1,1.49,,,-73.85608673095703,40.75161361694336,-73.86699676513672,40.7674446105957,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-11 09:30:00,2016-01-11 09:36:20,1,1.0,,,-73.96047973632812,40.81603240966797,-73.94718170166016,40.810306549072266,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-22 21:09:11,2016-01-22 21:22:36,1,2.9,,,-73.9814224243164,40.66697311401367,-73.9466323852539,40.68141174316406,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-03 14:01:22,2016-01-03 14:23:04,1,1.35,,,-73.94588470458984,40.67942810058594,-73.95347595214844,40.672733306884766,1,N,1,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-09 19:57:51,2016-01-09 20:05:48,1,1.47,,,-73.95490264892578,40.733642578125,-73.96319580078125,40.72025680541992,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-09 21:42:56,2016-01-09 21:53:28,1,1.93,,,-73.96189880371094,40.805335998535156,-73.94229125976562,40.80971145629883,1,N,1,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 02:59:09,2016-01-17 03:14:43,1,6.1,,,-73.95423889160156,40.73074722290039,-73.8509750366211,40.72532653808594,1,N,1,19.5,0.5,0.5,0.3,5.2,0.0,,26.0,1.0 +1,2016-01-08 16:46:06,2016-01-08 16:46:26,1,0.0,,,-73.86153411865234,40.833213806152344,-73.86245727539062,40.83305358886719,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-29 20:54:41,2016-01-29 21:00:21,1,0.6,,,-73.99236297607422,40.68944549560547,-73.98727416992188,40.69160079956055,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-26 23:05:10,2016-01-26 23:12:20,1,1.16,,,-73.84410095214844,40.721107482910156,-73.8492202758789,40.73622131347656,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-11 20:06:32,2016-01-11 20:14:13,3,2.18,,,-73.86985778808594,40.73362350463867,-73.87776184082031,40.70999526977539,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-11 20:00:25,2016-01-11 20:08:52,1,1.8,,,-73.84439086914062,40.72134780883789,-73.81526184082031,40.709571838378906,1,N,1,8.5,1.0,0.5,0.3,1.0,0.0,,11.3,1.0 +2,2016-01-28 09:40:12,2016-01-28 09:46:46,2,1.04,,,-73.92536926269531,40.67049026489258,-73.9362564086914,40.67344665527344,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 15:34:55,2016-01-16 15:44:09,1,1.85,,,-73.93836212158203,40.822837829589844,-73.94574737548828,40.80169677734375,1,N,1,9.0,0.0,0.5,0.3,2.0,0.0,,11.8,1.0 +2,2016-01-07 11:28:33,2016-01-07 11:35:37,1,1.06,,,-73.9712142944336,40.6929817199707,-73.98358917236328,40.68905258178711,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-10 16:16:01,2016-01-10 16:35:39,1,3.1,,,-73.9587173461914,40.71481704711914,-73.99854278564453,40.72865676879883,1,N,1,15.0,0.0,0.5,0.3,4.0,0.0,,19.8,1.0 +1,2016-01-28 07:32:20,2016-01-28 07:47:59,1,8.1,,,-73.95674133300781,40.74457931518555,-73.86483764648438,40.77040481567383,1,N,1,23.5,0.0,0.5,0.3,6.05,0.0,,30.35,1.0 +1,2016-01-27 15:55:27,2016-01-27 16:00:43,3,0.8,,,-73.8552474975586,40.72064208984375,-73.84314727783203,40.720333099365234,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 19:31:33,2016-01-09 19:47:45,1,2.6,,,-73.98074340820312,40.68878173828125,-73.9300537109375,40.67932891845703,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-19 07:46:26,2016-01-19 09:01:38,1,10.63,,,-73.86908721923828,40.74928665161133,-74.00447845458984,40.71596145629883,1,N,1,47.0,0.0,0.5,0.3,0.0,0.0,,47.8,1.0 +2,2016-01-19 08:39:05,2016-01-19 09:07:32,1,7.34,,,-73.9927978515625,40.697425842285156,-73.95423889160156,40.763916015625,1,N,1,25.0,0.0,0.5,0.3,6.45,0.0,,32.25,1.0 +2,2016-01-28 19:31:29,2016-01-28 20:05:01,1,3.9,,,-73.95223999023438,40.78984069824219,-73.9857406616211,40.74436569213867,1,N,1,21.0,1.0,0.5,0.3,4.56,0.0,,27.36,1.0 +2,2016-01-30 11:36:28,2016-01-30 11:42:30,1,0.75,,,-73.97611236572266,40.68397521972656,-73.96504211425781,40.67962646484375,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-28 23:56:36,2016-01-29 00:03:10,1,1.75,,,-73.98123931884766,40.689735412597656,-73.95960998535156,40.69559860229492,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-21 19:17:22,2016-01-21 19:34:41,1,3.0,,,-73.93913269042969,40.80522155761719,-73.97377014160156,40.784358978271484,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-20 22:58:03,2016-01-20 23:01:59,1,1.43,,,-73.96488189697266,40.71498107910156,-73.95777130126953,40.731170654296875,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,,9.12,1.0 +1,2016-01-17 05:27:19,2016-01-17 05:33:38,1,1.3,,,-73.9272232055664,40.61405563354492,-73.9339370727539,40.61532974243164,1,N,1,7.0,0.5,0.5,0.3,2.45,0.0,,10.75,1.0 +2,2016-01-03 23:46:37,2016-01-03 23:53:17,1,1.81,,,-73.94808959960938,40.80408477783203,-73.944091796875,40.823814392089844,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-18 13:18:47,2016-01-18 13:27:29,1,1.65,,,-73.9502182006836,40.802268981933594,-73.93683624267578,40.813907623291016,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-02 16:12:31,2016-01-02 16:17:39,1,1.07,,,-73.94313049316406,40.7859001159668,-73.93943786621094,40.798728942871094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 09:14:22,2016-01-06 09:21:48,1,0.92,,,-73.95569610595703,40.73368835449219,-73.95257568359375,40.74266815185547,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-19 19:03:05,2016-01-19 19:28:24,1,0.0,,,-73.98307800292969,40.63892364501953,-73.983154296875,40.638858795166016,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-17 10:57:00,2016-01-17 11:12:22,5,4.02,,,-73.97845458984375,40.684043884277344,-73.95743560791016,40.720115661621094,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-03 15:07:35,2016-01-03 15:37:09,1,5.8,,,-73.992919921875,40.69389724731445,-73.9900894165039,40.751075744628906,1,N,1,25.5,0.0,0.5,0.3,7.85,0.0,,34.15,1.0 +2,2016-01-04 16:42:28,2016-01-04 16:55:26,1,1.98,,,-73.99056243896484,40.69368362426758,-73.96014404296875,40.68997573852539,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-22 19:54:17,2016-01-22 20:06:14,1,2.09,,,-73.93428039550781,40.803123474121094,-73.94904327392578,40.82318878173828,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-08 01:23:31,2016-01-08 01:40:50,2,5.0,,,-73.9661636352539,40.71302032470703,-73.98279571533203,40.677860260009766,1,N,1,18.0,0.5,0.5,0.3,4.8,0.0,,24.1,1.0 +2,2016-01-04 14:25:35,2016-01-04 15:28:44,1,18.46,,,-73.98379516601562,40.63191604614258,-73.78206634521484,40.64431381225586,1,N,1,60.0,0.0,0.5,0.3,0.0,0.0,,60.8,1.0 +2,2016-01-10 23:21:45,2016-01-10 23:33:09,1,6.95,,,-73.80450439453125,40.69356918334961,-73.72796630859375,40.67173385620117,1,N,1,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-24 13:31:04,2016-01-24 13:38:10,1,2.12,,,-73.9850082397461,40.697811126708984,-73.99615478515625,40.72218704223633,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,,11.62,1.0 +1,2016-01-03 19:01:51,2016-01-03 19:19:39,1,7.0,,,-73.924072265625,40.83094024658203,-73.86222076416016,40.854461669921875,1,N,1,21.0,1.0,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-19 20:25:50,2016-01-19 20:51:00,1,5.17,,,-73.9990463256836,40.675758361816406,-73.92610931396484,40.67638397216797,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-27 19:38:31,2016-01-27 19:42:38,1,0.91,,,-73.87284851074219,40.84111785888672,-73.86096954345703,40.84666061401367,1,N,1,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-11 00:50:42,2016-01-11 00:55:53,1,0.91,,,-73.93097686767578,40.669010162353516,-73.93373107910156,40.672508239746094,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 20:46:20,2016-01-07 20:53:58,1,1.17,,,-73.91573333740234,40.6859016418457,-73.93584442138672,40.68593215942383,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-09 15:10:14,2016-01-09 15:15:40,1,0.8,,,-73.83351135253906,40.75933074951172,-73.8438491821289,40.75791931152344,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 07:54:51,2016-01-22 08:00:09,2,1.14,,,-73.85645294189453,40.72071838378906,-73.8491439819336,40.713253021240234,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 13:48:19,2016-01-08 14:05:50,1,3.27,,,-73.8071517944336,40.699161529541016,-73.83489990234375,40.717018127441406,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-24 19:31:11,2016-01-24 19:40:36,1,3.21,,,-73.98002624511719,40.68988037109375,-73.95208740234375,40.71739196777344,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-09 16:19:24,2016-01-09 16:24:48,1,1.07,,,-73.96434783935547,40.69368362426758,-73.97566223144531,40.6873664855957,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-11 23:03:47,2016-01-11 23:14:09,1,1.9,,,-73.97650146484375,40.682125091552734,-74.00139617919922,40.68787384033203,1,N,1,9.0,0.5,0.5,0.3,1.7,0.0,,12.0,1.0 +2,2016-01-20 00:37:45,2016-01-20 00:47:49,1,1.51,,,-73.91939544677734,40.770389556884766,-73.91389465332031,40.75656509399414,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 23:47:25,2016-01-15 23:59:30,1,6.34,,,-73.99970245361328,40.6834831237793,-74.02860260009766,40.615718841552734,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-27 08:10:48,2016-01-27 08:17:53,1,0.84,,,-73.96015930175781,40.656700134277344,-73.96588134765625,40.649200439453125,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 19:31:33,2016-01-26 19:34:15,1,0.93,,,-73.94215393066406,40.75423049926758,-73.93177795410156,40.765342712402344,1,N,1,4.5,1.0,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-15 21:37:21,2016-01-15 21:41:00,1,0.63,,,-73.950439453125,40.792293548583984,-73.9417953491211,40.78727340698242,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-04 12:37:13,2016-01-04 12:59:58,1,4.6,,,-73.99090576171875,40.693206787109375,-74.02050018310547,40.63505935668945,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-14 22:58:58,2016-01-14 23:11:34,1,3.13,,,-73.9523696899414,40.79816818237305,-73.96265411376953,40.76348114013672,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,,15.8,1.0 +2,2016-01-11 03:37:53,2016-01-11 03:40:58,1,1.25,,,-73.96135711669922,40.716461181640625,-73.95442199707031,40.730125427246094,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-14 01:51:11,2016-01-14 02:08:56,5,4.55,,,-73.9575424194336,40.71779251098633,-73.89363861083984,40.70094680786133,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-29 14:34:50,2016-01-29 14:41:07,1,1.67,,,-73.85022735595703,40.82809829711914,-73.87837219238281,40.82597351074219,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-28 20:01:04,2016-01-28 20:11:49,1,5.0,,,-73.95621490478516,40.81355285644531,-73.98854064941406,40.7642707824707,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-10 15:57:14,2016-01-10 16:04:03,1,1.49,,,-73.95742797851562,40.73417663574219,-73.94654083251953,40.72331619262695,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-16 17:31:43,2016-01-16 17:54:28,1,5.42,,,-73.87419128417969,40.735076904296875,-73.81707763671875,40.6861457824707,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-30 18:53:56,2016-01-30 19:23:59,1,2.93,,,-73.96369171142578,40.71036148071289,-73.99341583251953,40.7275505065918,1,N,1,18.5,0.0,0.5,0.3,2.0,0.0,,21.3,1.0 +2,2016-01-06 18:00:42,2016-01-06 18:12:56,1,1.94,,,-73.83076477050781,40.7592887878418,-73.79930114746094,40.76292419433594,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-07 16:09:59,2016-01-07 16:13:01,5,1.31,,,-73.82994079589844,40.71403121948242,-73.81696319580078,40.72171401977539,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-20 10:30:14,2016-01-20 10:47:17,2,3.24,,,-73.98737335205078,40.69049835205078,-73.94450378417969,40.66980743408203,1,N,1,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-25 14:36:27,2016-01-25 14:41:58,1,0.78,,,-73.92500305175781,40.76874542236328,-73.91732025146484,40.76142120361328,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 01:30:48,2016-01-17 01:36:52,1,0.91,,,-73.94490814208984,40.807472229003906,-73.93588256835938,40.79977035522461,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-05 03:49:46,2016-01-05 04:02:50,1,3.9,,,-73.8709716796875,40.7488899230957,-73.92523193359375,40.76188659667969,1,N,1,14.0,0.5,0.5,0.3,3.8,0.0,,19.1,1.0 +2,2016-01-27 22:52:39,2016-01-27 22:54:42,1,0.44,,,-73.94834899902344,40.808780670166016,-73.94425964355469,40.814369201660156,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,,5.76,1.0 +1,2016-01-14 17:19:24,2016-01-14 17:39:14,1,3.4,,,-73.80367279052734,40.717552185058594,-73.78390502929688,40.67530059814453,1,N,1,15.0,1.0,0.5,0.3,3.35,0.0,,20.15,1.0 +1,2016-01-08 22:14:59,2016-01-08 22:29:59,2,1.4,,,-73.97344207763672,40.67861557006836,-73.98942565917969,40.69231033325195,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,,13.8,1.0 +2,2016-01-05 00:08:04,2016-01-05 00:15:43,1,2.86,,,-73.93500518798828,40.79660415649414,-73.93726348876953,40.82931137084961,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-18 00:49:09,2016-01-18 00:58:06,1,2.5,,,-73.82975769042969,40.71364212036133,-73.83026123046875,40.69147491455078,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-04 15:48:43,2016-01-04 15:57:47,1,0.0,,,-73.95535278320312,40.7884407043457,-73.96621704101562,40.77090835571289,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-01 15:52:45,2016-01-01 16:23:03,2,9.84,,,-73.88722229003906,40.74732971191406,-73.982666015625,40.664894104003906,1,N,1,32.0,0.0,0.5,0.3,6.56,0.0,,39.36,1.0 +2,2016-01-28 23:51:17,2016-01-28 23:56:43,1,1.28,,,-73.94096374511719,40.8397331237793,-73.9393310546875,40.8537712097168,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-21 16:41:05,2016-01-21 16:53:00,1,2.0,,,-73.89755249023438,40.829612731933594,-73.91798400878906,40.809547424316406,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-26 16:55:02,2016-01-26 17:21:34,1,6.32,,,-73.8895034790039,40.74713134765625,-73.84036254882812,40.76798629760742,1,N,2,22.0,1.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-04 17:15:43,2016-01-04 17:38:56,1,3.21,,,-73.95850372314453,40.71713638305664,-73.93372344970703,40.690433502197266,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-20 14:36:59,2016-01-20 14:45:22,1,1.88,,,-73.90338134765625,40.74574661254883,-73.8760757446289,40.75640106201172,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-16 21:56:35,2016-01-16 22:02:54,1,1.47,,,-73.95333099365234,40.68085479736328,-73.94532775878906,40.69581985473633,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-03 02:08:17,2016-01-03 02:13:47,5,1.4,,,-73.90460968017578,40.74534606933594,-73.91962432861328,40.75917053222656,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-26 18:56:55,2016-01-26 19:01:28,6,0.48,,,-73.95195770263672,40.80915832519531,-73.95645141601562,40.80306625366211,1,N,1,5.0,1.0,0.5,0.3,0.5,0.0,,7.3,1.0 +2,2016-01-06 21:52:45,2016-01-06 21:57:09,1,0.98,,,-73.90320587158203,40.74588394165039,-73.91290283203125,40.74811553955078,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 13:33:08,2016-01-16 13:48:28,1,2.22,,,-73.96074676513672,40.67299270629883,-73.92198181152344,40.675315856933594,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-01 12:32:42,2016-01-01 12:35:34,1,0.39,,,-73.86200714111328,40.73036193847656,-73.85638427734375,40.730857849121094,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-12 11:38:06,2016-01-12 11:46:04,1,0.93,,,-73.72852325439453,40.707801818847656,-73.72850799560547,40.707801818847656,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-16 09:27:29,2016-01-16 09:43:41,1,4.01,,,-73.93812561035156,40.792335510253906,-73.89826202392578,40.82775115966797,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-29 13:55:49,2016-01-29 14:04:23,1,2.94,,,-73.92168426513672,40.766761779785156,-73.90311431884766,40.74614334106445,1,N,1,11.0,0.0,0.5,0.3,2.0,0.0,,13.8,1.0 +2,2016-01-15 21:44:10,2016-01-15 21:57:35,1,2.92,,,-73.9408950805664,40.83965301513672,-73.96353149414062,40.80354690551758,1,N,1,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-15 09:44:07,2016-01-15 10:14:07,1,3.61,,,-73.99092864990234,40.689178466796875,-74.00348663330078,40.71697998046875,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +1,2016-01-12 15:51:30,2016-01-12 16:08:34,1,2.4,,,-73.98748016357422,40.6915168762207,-74.01264190673828,40.67713165283203,1,N,1,12.5,1.0,0.5,0.3,1.0,0.0,,15.3,1.0 +2,2016-01-07 16:30:10,2016-01-07 16:45:00,1,2.25,,,-73.93904113769531,40.816497802734375,-73.96701049804688,40.804176330566406,1,N,1,11.5,1.0,0.5,0.3,3.32,0.0,,16.62,1.0 +1,2016-01-30 16:20:32,2016-01-30 16:44:52,1,3.0,,,-73.91181945800781,40.74440383911133,-73.91606903076172,40.77174377441406,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-20 06:12:36,2016-01-20 06:15:56,1,0.82,,,-73.9352035522461,40.8008918762207,-73.93467712402344,40.80583572387695,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 22:52:10,2016-01-29 22:55:14,1,0.51,,,-73.86958312988281,40.73348617553711,-73.86389923095703,40.737213134765625,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-05 18:03:34,2016-01-05 18:12:14,1,1.46,,,-73.94540405273438,40.80790710449219,-73.9454345703125,40.82430648803711,1,N,1,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-03 02:41:30,2016-01-03 02:47:44,1,1.2,,,-73.953857421875,40.816871643066406,-73.95685577392578,40.80263900756836,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 23:43:37,2016-01-06 00:22:25,1,17.81,,,-73.940185546875,40.6851921081543,-73.72917938232422,40.70653533935547,1,N,1,51.5,0.5,0.5,0.3,10.56,0.0,,63.36,1.0 +1,2016-01-23 03:44:03,2016-01-23 03:54:54,1,3.3,,,-73.91808319091797,40.80702209472656,-73.9437484741211,40.78453063964844,1,N,1,11.5,0.5,0.5,0.3,4.0,0.0,,16.8,1.0 +2,2016-01-01 04:16:06,2016-01-01 04:19:50,1,0.74,,,-73.96543884277344,40.710731506347656,-73.95764923095703,40.71779251098633,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,,7.54,1.0 +2,2016-01-07 20:29:17,2016-01-07 20:45:38,1,6.66,,,-73.91346740722656,40.81441116333008,-73.86710357666016,40.8689079284668,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +2,2016-01-02 22:02:20,2016-01-02 22:10:45,1,1.82,,,-73.95514678955078,40.78871536254883,-73.95149230957031,40.7700080871582,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-04 23:15:32,2016-01-04 23:19:47,1,0.8,,,-73.94964599609375,40.80180740356445,-73.93910217285156,40.802188873291016,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-20 23:18:02,2016-01-20 23:30:05,1,3.92,,,-73.94782257080078,40.79581069946289,-73.91677856445312,40.83749771118164,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-11 12:41:44,2016-01-11 12:46:11,1,0.82,,,-73.94568634033203,40.807899475097656,-73.95884704589844,40.80989074707031,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 12:26:20,2016-01-01 12:28:36,1,0.57,,,-73.93614959716797,40.82583999633789,-73.94176483154297,40.81806564331055,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 15:53:03,2016-01-01 15:53:12,1,0.0,,,-73.92225646972656,40.755043029785156,-73.92228698730469,40.75502014160156,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +2,2016-01-15 20:26:18,2016-01-15 20:36:25,1,1.99,,,-73.91253662109375,40.828033447265625,-73.91568756103516,40.806949615478516,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +1,2016-01-30 23:24:50,2016-01-30 23:46:40,1,7.1,,,-73.9802474975586,40.67639923095703,-73.95553588867188,40.74605941772461,1,N,1,23.0,0.5,0.5,0.3,3.0,0.0,,27.3,1.0 +2,2016-01-07 22:54:56,2016-01-07 23:17:26,1,5.06,,,-73.95128631591797,40.70608139038086,-73.92118072509766,40.76177978515625,1,N,1,19.0,0.5,0.5,0.3,5.0,0.0,,25.3,1.0 +2,2016-01-06 11:47:55,2016-01-06 11:53:47,1,1.23,,,-73.94129943847656,40.8142204284668,-73.92249298095703,40.808876037597656,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-13 08:15:03,2016-01-13 08:18:25,1,0.5,,,-73.939453125,40.810302734375,-73.94833374023438,40.81239700317383,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-19 09:11:59,2016-01-19 09:42:38,1,3.6,,,-73.99114227294922,40.69084167480469,-74.00768280029297,40.72472381591797,1,N,1,20.0,0.0,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-10 03:40:37,2016-01-10 03:47:41,6,2.06,,,-73.91746520996094,40.7700309753418,-73.94233703613281,40.75841522216797,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 23:31:03,2016-01-29 23:49:55,1,8.3,,,-73.949951171875,40.78547286987305,-74.00942993164062,40.715328216552734,1,N,1,25.0,0.5,0.5,0.3,2.0,0.0,,28.3,1.0 +2,2016-01-26 15:59:57,2016-01-26 16:17:16,1,1.73,,,-73.95258331298828,40.78836441040039,-73.96710968017578,40.76693344116211,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-06 20:01:53,2016-01-06 20:22:41,4,2.84,,,-73.98904418945312,40.66587829589844,-73.970703125,40.6926383972168,1,N,1,15.0,1.0,0.5,0.3,5.04,0.0,,21.84,1.0 +2,2016-01-02 14:29:06,2016-01-02 14:38:51,1,2.67,,,-73.95643615722656,40.74739074707031,-73.97583770751953,40.75128936767578,1,N,1,10.0,0.0,0.5,0.3,4.08,5.54,,20.42,1.0 +2,2016-01-15 22:27:23,2016-01-15 22:37:15,1,1.78,,,-73.9189453125,40.765724182128906,-73.92314910888672,40.74553298950195,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-06 16:31:44,2016-01-06 16:34:52,1,0.63,,,-73.95379638671875,40.5872917175293,-73.94396209716797,40.58684158325195,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-16 21:04:40,2016-01-16 21:10:41,1,1.24,,,-73.8685073852539,40.73424530029297,-73.8814926147461,40.730995178222656,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-16 21:34:08,2016-01-16 21:46:53,1,2.79,,,-73.95055389404297,40.7862548828125,-73.98152923583984,40.7646598815918,1,N,1,11.5,0.5,0.5,0.3,1.0,0.0,,13.8,1.0 +2,2016-01-16 04:27:18,2016-01-16 04:36:15,2,1.63,,,-73.88819122314453,40.747222900390625,-73.88899993896484,40.74706268310547,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-16 09:06:08,2016-01-16 09:08:40,1,0.65,,,-73.9617919921875,40.71604919433594,-73.95569610595703,40.72308349609375,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-17 20:29:54,2016-01-17 20:59:28,1,3.43,,,-73.95710754394531,40.646602630615234,-73.9112777709961,40.6370964050293,1,N,1,19.5,0.5,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-09 12:22:34,2016-01-09 12:24:47,2,0.45,,,-73.89575958251953,40.74637222290039,-73.88993072509766,40.743743896484375,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-30 18:27:12,2016-01-30 18:32:12,6,0.75,,,-73.95962524414062,40.71611022949219,-73.95783996582031,40.710086822509766,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-04 14:29:18,2016-01-04 14:36:08,1,1.26,,,-73.95774841308594,40.671356201171875,-73.97559356689453,40.67438507080078,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-11 15:26:40,2016-01-11 15:34:37,1,1.53,,,-73.94551086425781,40.80787658691406,-73.96367645263672,40.79804229736328,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-05 08:47:29,2016-01-05 08:56:24,1,1.2,,,-73.96501922607422,40.693580627441406,-73.9798355102539,40.68854904174805,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,,10.75,1.0 +2,2016-01-17 13:04:18,2016-01-17 13:18:09,1,3.25,,,-74.01049041748047,40.672027587890625,-74.00139617919922,40.64884948730469,1,N,1,13.0,0.0,0.5,0.3,4.14,0.0,,17.94,1.0 +2,2016-01-11 22:37:14,2016-01-11 22:43:13,1,1.0,,,-73.94117736816406,40.70090103149414,-73.9532470703125,40.71015930175781,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-12 16:58:45,2016-01-12 17:04:32,1,0.87,,,-73.90968322753906,40.87944412231445,-73.9027328491211,40.87043380737305,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-29 20:25:42,2016-01-29 20:38:48,1,2.57,,,-73.95258331298828,40.80338668823242,-73.94396209716797,40.83284378051758,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-16 22:30:06,2016-01-16 22:34:20,1,1.23,,,-73.95306396484375,40.803531646728516,-73.96356964111328,40.8104248046875,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-06 13:40:19,2016-01-06 13:54:51,1,2.3,,,-73.95974731445312,40.71399688720703,-73.95487976074219,40.687618255615234,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-18 23:40:03,2016-01-18 23:45:58,1,1.4,,,-73.95061492919922,40.66951370239258,-73.94222259521484,40.65581130981445,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-30 03:39:47,2016-01-30 03:58:56,1,3.69,,,-73.95159149169922,40.71414566040039,-74.00526428222656,40.72862243652344,1,N,1,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-24 12:20:09,2016-01-24 12:29:29,6,1.8,,,-73.79481506347656,40.71005630493164,-73.80525207519531,40.730411529541016,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,,10.8,1.0 +2,2016-01-14 17:10:55,2016-01-14 17:38:19,1,5.74,,,-73.96160125732422,40.80616760253906,-73.9886474609375,40.750389099121094,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-27 19:07:36,2016-01-27 19:16:20,1,1.37,,,-73.89353942871094,40.742645263671875,-73.8743667602539,40.73789978027344,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-02 15:46:07,2016-01-02 15:54:54,1,1.03,,,-73.95380401611328,40.80665588378906,-73.9532470703125,40.819297790527344,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-01 11:08:09,2016-01-01 11:15:58,1,1.69,,,-73.95679473876953,40.67703628540039,-73.96859741210938,40.69316101074219,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-07 07:54:51,2016-01-07 08:13:57,1,4.22,,,-73.98286437988281,40.70208740234375,-73.98286437988281,40.7452507019043,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-29 00:00:09,2016-01-29 00:05:26,1,1.35,,,-73.9485092163086,40.80352020263672,-73.93601989746094,40.81699752807617,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-08 22:11:48,2016-01-08 22:26:32,1,3.8,,,-73.96277618408203,40.67351150512695,-73.89649200439453,40.67051315307617,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-15 02:54:27,2016-01-15 03:02:40,1,1.04,,,-73.89105987548828,40.74689865112305,-73.8830337524414,40.755775451660156,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 15:21:35,2016-01-29 15:28:20,1,0.81,,,-73.94432830810547,40.80952453613281,-73.95433807373047,40.80594253540039,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +1,2016-01-21 22:53:03,2016-01-21 23:10:16,2,3.9,,,-73.9517593383789,40.71490478515625,-73.98371124267578,40.7259521484375,1,N,1,16.0,0.5,0.5,0.3,4.3,0.0,,21.6,1.0 +2,2016-01-25 21:07:18,2016-01-25 21:18:11,1,2.98,,,-73.88505554199219,40.744102478027344,-73.92082214355469,40.77083206176758,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-09 18:19:38,2016-01-09 18:53:40,1,6.79,,,-73.96134185791016,40.811973571777344,-73.97712707519531,40.742923736572266,1,N,1,27.0,0.0,0.5,0.3,3.0,0.0,,30.8,1.0 +1,2016-01-13 19:31:20,2016-01-13 19:38:37,1,1.7,,,-73.80777740478516,40.700164794921875,-73.81592559814453,40.68403625488281,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-04 17:29:51,2016-01-04 17:41:18,2,1.53,,,-73.99430847167969,40.70277786254883,-73.99019622802734,40.68718338012695,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-16 17:50:30,2016-01-16 17:54:17,1,0.7,,,-73.94853210449219,40.80891418457031,-73.95457458496094,40.80060577392578,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-02 04:17:31,2016-01-02 04:34:51,1,10.87,,,-73.98139953613281,40.68559265136719,-73.87137603759766,40.774070739746094,1,N,1,31.0,0.5,0.5,0.3,6.46,0.0,,38.76,1.0 +2,2016-01-05 15:55:17,2016-01-05 15:58:05,1,0.22,,,-73.95315551757812,40.680641174316406,-73.95722961425781,40.68153381347656,1,N,1,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-06 16:16:37,2016-01-06 16:16:50,1,6.5,,,-74.1676254272461,40.577545166015625,-74.1676254272461,40.577545166015625,1,N,1,2.5,1.0,0.5,0.3,7.0,0.0,,11.3,1.0 +2,2016-01-09 09:42:44,2016-01-09 09:46:16,1,0.73,,,-73.95066833496094,40.80056381225586,-73.9517593383789,40.809326171875,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 23:41:35,2016-01-09 23:47:40,1,1.29,,,-73.957275390625,40.804325103759766,-73.93596649169922,40.796165466308594,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 23:15:33,2016-01-22 23:22:22,1,1.15,,,-73.99301147460938,40.682918548583984,-73.99397277832031,40.69481658935547,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-22 12:36:04,2016-01-22 12:46:31,3,2.37,,,-73.99172973632812,40.70320510864258,-74.00501251220703,40.70906066894531,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-10 15:13:26,2016-01-10 15:44:02,1,8.02,,,-73.94766998291016,40.764217376708984,-73.99583435058594,40.71687316894531,1,N,2,28.5,0.0,0.5,0.3,0.0,0.0,,29.3,1.0 +2,2016-01-08 18:41:00,2016-01-08 19:20:06,1,5.85,,,-73.9736328125,40.655609130859375,-73.98477172851562,40.72434616088867,1,N,1,27.5,1.0,0.5,0.3,0.02,0.0,,29.32,1.0 +2,2016-01-30 08:46:57,2016-01-30 08:50:57,1,0.86,,,-73.95449829101562,40.80564498901367,-73.96508026123047,40.801124572753906,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-13 18:51:12,2016-01-13 18:55:54,1,0.6,,,-73.99766540527344,40.69508743286133,-73.99833679199219,40.68833541870117,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-22 09:03:07,2016-01-22 09:20:14,1,3.46,,,-73.94829559326172,40.80410385131836,-73.98384857177734,40.7706413269043,1,N,1,14.5,0.0,0.5,0.3,3.82,0.0,,19.12,1.0 +2,2016-01-09 18:59:19,2016-01-09 19:02:50,1,0.94,,,-73.98328399658203,40.67670440673828,-73.98562622070312,40.66630554199219,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-08 10:17:41,2016-01-08 10:47:03,1,7.3,,,-73.97781372070312,40.684810638427734,-73.96654510498047,40.7564697265625,1,N,1,26.5,0.0,0.5,0.3,4.5,0.0,,31.8,1.0 +2,2016-01-02 00:36:58,2016-01-02 00:43:57,1,2.18,,,-73.9222412109375,40.743804931640625,-73.94731903076172,40.72691345214844,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-28 10:02:25,2016-01-28 10:17:25,1,2.17,,,-73.95968627929688,40.6908073425293,-73.98622131347656,40.702392578125,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-10 01:31:58,2016-01-10 01:49:06,5,2.55,,,-73.87641143798828,40.748477935791016,-73.9194107055664,40.74345397949219,1,N,1,13.0,0.5,0.5,0.3,1.5,0.0,,15.8,1.0 +2,2016-01-17 00:12:48,2016-01-17 00:22:03,1,1.69,,,-73.9188232421875,40.74308776855469,-73.88735961914062,40.74721145629883,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-08 10:05:38,2016-01-08 10:07:38,1,0.67,,,-73.919189453125,40.759063720703125,-73.9119644165039,40.76758575439453,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-01 13:59:56,2016-01-01 14:11:54,1,2.94,,,-73.96221160888672,40.80537796020508,-73.95976257324219,40.77376174926758,1,N,1,11.5,0.0,0.5,0.3,3.0,0.0,,15.3,1.0 +2,2016-01-25 21:03:58,2016-01-25 21:08:18,1,0.84,,,-73.96380615234375,40.7135124206543,-73.95237731933594,40.718257904052734,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-17 15:47:31,2016-01-17 16:19:16,3,7.33,,,-73.99032592773438,40.70257568359375,-73.97966003417969,40.763851165771484,1,N,1,27.5,0.0,0.5,0.3,5.66,0.0,,33.96,1.0 +1,2016-01-16 01:24:44,2016-01-16 01:38:36,1,3.6,,,-73.96297454833984,40.71188735961914,-73.97471618652344,40.68559646606445,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-21 13:55:23,2016-01-21 14:07:13,3,2.09,,,-73.9906997680664,40.7025032043457,-74.00617980957031,40.71693801879883,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-02 20:58:24,2016-01-02 21:08:40,1,1.88,,,-73.90177154541016,40.74586868286133,-73.87730407714844,40.740726470947266,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 15:14:42,2016-01-17 15:37:30,1,6.52,,,-73.9537124633789,40.79076385498047,-73.93167877197266,40.85567855834961,1,N,1,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-03 16:50:31,2016-01-03 16:55:05,1,0.96,,,-73.92109680175781,40.75648880004883,-73.9256820678711,40.74375534057617,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 12:22:56,2016-01-17 12:28:14,6,1.23,,,-73.9924087524414,40.689476013183594,-73.97772979736328,40.684566497802734,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-19 19:31:51,2016-01-19 19:38:06,1,0.6,,,-73.89044952392578,40.74639892578125,-73.88774108886719,40.752647399902344,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-22 06:28:10,2016-01-22 06:34:55,1,0.8,,,-73.94894409179688,40.79705810546875,-73.96051788330078,40.803306579589844,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,,9.1,1.0 +2,2016-01-17 01:06:14,2016-01-17 01:15:47,1,3.01,,,-73.80711364746094,40.6990966796875,-73.7760238647461,40.67646026611328,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-17 05:58:40,2016-01-17 06:08:37,1,3.08,,,-73.94169616699219,40.798519134521484,-73.94310760498047,40.823036193847656,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-17 11:06:51,2016-01-17 11:12:30,2,1.15,,,-73.94992065429688,40.80221939086914,-73.9629135131836,40.79753875732422,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 20:11:20,2016-01-05 20:14:17,1,0.51,,,-73.88992309570312,40.74699401855469,-73.881591796875,40.74981689453125,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-26 07:05:59,2016-01-26 07:06:07,1,0.0,,,-73.91065216064453,40.65772247314453,-73.91065216064453,40.65772247314453,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-26 18:40:56,2016-01-26 18:47:35,1,0.83,,,-73.9494400024414,40.78532028198242,-73.95354461669922,40.775325775146484,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-18 01:18:34,2016-01-18 01:33:38,1,8.23,,,-73.96015167236328,40.69041442871094,-73.89237976074219,40.7750129699707,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-15 18:39:51,2016-01-15 18:49:19,1,1.48,,,-73.92137908935547,40.766727447509766,-73.91412353515625,40.77910614013672,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-16 23:21:10,2016-01-16 23:25:00,1,0.5,,,-73.95258331298828,40.71409606933594,-73.96171569824219,40.71585464477539,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-04 22:19:01,2016-01-05 22:12:49,1,2.03,,,-73.95856475830078,40.66790771484375,-73.93634033203125,40.67964172363281,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-22 14:08:15,2016-01-22 14:13:50,1,0.92,,,-73.89389038085938,40.746665954589844,-73.9120864868164,40.74723815917969,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-29 10:57:00,2016-01-29 11:05:07,1,0.6,,,-73.95702362060547,40.71150588989258,-73.96065521240234,40.71694564819336,1,N,1,6.5,0.0,0.5,0.3,2.15,0.0,,9.45,1.0 +1,2016-01-11 09:44:50,2016-01-11 10:37:58,1,5.4,,,-73.92153930664062,40.76678466796875,-73.99147033691406,40.754127502441406,1,N,1,32.5,0.0,0.5,0.3,6.65,0.0,,39.95,1.0 +1,2016-01-09 12:42:51,2016-01-09 12:51:12,1,1.0,,,-73.95394897460938,40.82139587402344,-73.93905639648438,40.819068908691406,1,N,1,7.0,0.0,0.5,0.3,0.8,0.0,,8.6,1.0 +2,2016-01-18 16:29:57,2016-01-18 16:45:09,1,3.18,,,-73.98746490478516,40.69272232055664,-74.00621032714844,40.708526611328125,1,N,1,13.0,0.0,0.5,0.3,1.0,0.0,,14.8,1.0 +2,2016-01-22 00:35:56,2016-01-22 00:45:57,2,3.12,,,-73.95987701416016,40.70307540893555,-73.9462890625,40.66508102416992,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-27 21:06:55,2016-01-27 21:14:43,1,2.56,,,-73.8306884765625,40.75950622558594,-73.86461639404297,40.7639274597168,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-05 20:09:54,2016-01-05 20:15:04,1,1.14,,,-73.99452209472656,40.69791030883789,-73.98675537109375,40.68853759765625,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-20 23:47:39,2016-01-20 23:58:33,1,2.21,,,-73.98139190673828,40.69203186035156,-73.98363494873047,40.6652946472168,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,,13.56,1.0 +1,2016-01-21 10:58:32,2016-01-21 11:18:20,1,6.2,,,-73.95374298095703,40.80192184448242,-73.87620544433594,40.82899856567383,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-26 09:43:25,2016-01-26 09:45:15,1,0.35,,,-73.9564437866211,40.747413635253906,-73.95854187011719,40.74356460571289,1,N,1,3.5,0.0,0.5,0.3,0.86,0.0,,5.16,1.0 +1,2016-01-14 13:55:56,2016-01-14 14:05:30,1,1.9,,,-73.99544525146484,40.68812942504883,-73.99038696289062,40.66851043701172,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-05 07:56:20,2016-01-05 08:13:56,1,3.7,,,-73.92750549316406,40.86063003540039,-73.91454315185547,40.850128173828125,1,N,1,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-16 09:31:32,2016-01-16 09:42:06,1,1.7,,,-73.98771667480469,40.69069290161133,-74.00366973876953,40.67567825317383,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +1,2016-01-02 17:58:52,2016-01-02 18:10:06,1,2.2,,,-73.91360473632812,40.81936264038086,-73.89088439941406,40.840301513671875,1,Y,1,10.0,0.0,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-16 02:16:07,2016-01-16 02:30:10,1,2.75,,,-73.94994354248047,40.71702575683594,-73.92438507080078,40.691951751708984,1,N,1,12.0,0.5,0.5,0.3,3.99,0.0,,17.29,1.0 +2,2016-01-14 15:55:09,2016-01-14 16:02:00,6,0.75,,,-73.91287994384766,40.87234878540039,-73.91246032714844,40.876983642578125,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-25 20:05:39,2016-01-25 20:24:13,1,3.02,,,-73.92897033691406,40.679378509521484,-73.95641326904297,40.65530014038086,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-14 11:16:16,2016-01-14 11:21:52,1,0.9,,,-73.91431427001953,40.83652877807617,-73.91651916503906,40.8282356262207,5,N,2,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-05 12:45:14,2016-01-05 12:59:25,1,2.5,,,-73.91365051269531,40.7656135559082,-73.88636016845703,40.74449157714844,1,N,1,11.0,0.0,0.5,0.3,1.5,0.0,,13.3,1.0 +2,2016-01-25 16:49:30,2016-01-25 17:06:17,1,0.96,,,-73.89139556884766,40.74685287475586,-73.88607788085938,40.755531311035156,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-07 08:18:03,2016-01-07 08:30:52,1,2.96,,,-73.88648986816406,40.76148986816406,-73.93180084228516,40.75175857543945,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-29 21:47:33,2016-01-29 21:50:54,1,0.52,,,-73.94606018066406,40.78976058959961,-73.93912506103516,40.791072845458984,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-07 15:00:51,2016-01-07 15:07:30,1,2.0,,,-73.95050048828125,40.826751708984375,-73.96195983886719,40.805416107177734,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 18:32:36,2016-01-26 18:47:51,1,2.28,,,-73.96537017822266,40.71089172363281,-73.9437255859375,40.72682571411133,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-01 13:48:53,2016-01-01 14:01:58,3,5.16,,,-73.81770324707031,40.7176513671875,-73.87593078613281,40.75468063354492,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-06 05:01:24,2016-01-06 05:10:58,1,2.88,,,-73.99200439453125,40.68444061279297,-74.00454711914062,40.71944046020508,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-28 16:17:23,2016-01-28 16:25:10,1,0.91,,,-73.99187469482422,40.69093322753906,-73.99798583984375,40.678043365478516,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-14 19:37:06,2016-01-14 19:41:16,1,0.78,,,-73.98731994628906,40.69191360473633,-73.98501586914062,40.70235824584961,1,N,1,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 23:59:57,2016-01-23 00:14:31,2,5.58,,,-73.95106506347656,40.81183624267578,-73.99539947509766,40.759521484375,1,N,1,18.0,0.5,0.5,0.3,2.0,0.0,,21.3,1.0 +2,2016-01-25 23:37:57,2016-01-25 23:46:59,1,3.72,,,-73.9178237915039,40.76996612548828,-73.90142822265625,40.733436584472656,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-20 11:44:58,2016-01-20 11:52:47,1,1.6,,,-73.94975280761719,40.68038558959961,-73.932861328125,40.6706428527832,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 21:45:44,2016-01-22 22:06:32,1,11.55,,,-73.86929321289062,40.734066009521484,-73.72852325439453,40.657596588134766,1,N,2,32.5,0.5,0.5,0.3,0.0,0.0,,33.8,1.0 +2,2016-01-27 17:23:43,2016-01-27 17:34:15,1,1.01,,,-73.96617889404297,40.70471954345703,-73.95561218261719,40.6946907043457,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 19:15:26,2016-01-06 19:19:28,1,0.69,,,-73.95266723632812,40.81067657470703,-73.96076965332031,40.81791305541992,1,N,1,4.5,1.0,0.5,0.3,2.0,0.0,,8.3,1.0 +2,2016-01-21 20:01:48,2016-01-21 20:04:51,1,0.63,,,-73.96491241455078,40.806636810302734,-73.9692153930664,40.79819869995117,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-29 18:20:50,2016-01-29 18:30:52,2,2.33,,,-73.94590759277344,40.790008544921875,-73.93547821044922,40.814334869384766,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-06 05:27:34,2016-01-06 05:41:18,5,3.6,,,-73.87688446044922,40.74812698364258,-73.93633270263672,40.75000762939453,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-22 15:28:50,2016-01-22 15:40:54,1,2.89,,,-74.0169906616211,40.67466354370117,-73.98968505859375,40.702430725097656,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-05 05:12:48,2016-01-05 05:28:06,1,4.75,,,-73.94450378417969,40.83482360839844,-73.9544906616211,40.784034729003906,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-21 07:18:26,2016-01-21 07:49:19,1,5.7,,,-73.91829681396484,40.765628814697266,-73.9863052368164,40.755706787109375,1,N,2,23.5,0.0,0.5,0.3,0.0,0.0,,24.3,1.0 +2,2016-01-22 10:37:01,2016-01-22 11:10:54,1,4.63,,,-73.92559814453125,40.76185989379883,-73.98959350585938,40.756996154785156,1,N,1,23.0,0.0,0.5,0.3,4.28,0.0,,28.08,1.0 +2,2016-01-03 15:15:48,2016-01-03 15:24:39,2,1.59,,,-73.94561004638672,40.8079719543457,-73.95073699951172,40.82490539550781,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 14:44:36,2016-01-20 14:57:44,1,2.45,,,-73.95117950439453,40.82051086425781,-73.94910430908203,40.794151306152344,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,,12.8,1.0 +2,2016-01-01 00:27:16,2016-01-01 00:45:46,1,3.39,,,-73.95256042480469,40.72316360473633,-73.91265869140625,40.69549560546875,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-29 19:05:41,2016-01-29 19:28:28,1,3.53,,,-73.95492553710938,40.789188385009766,-73.9903335571289,40.75137710571289,1,N,1,16.5,1.0,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-28 15:23:14,2016-01-28 15:37:35,1,2.69,,,-73.81561279296875,40.70014190673828,-73.84473419189453,40.682342529296875,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-30 21:00:25,2016-01-30 21:06:11,1,0.8,,,-73.92201232910156,40.6984748840332,-73.93647766113281,40.69776916503906,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-17 20:00:51,2016-01-17 20:17:48,1,2.19,,,-73.91891479492188,40.742977142333984,-73.91901397705078,40.7351188659668,1,N,1,12.5,0.0,0.5,0.3,2.0,0.0,,15.3,1.0 +2,2016-01-15 13:54:36,2016-01-15 14:01:43,2,1.34,,,-73.88641357421875,40.756160736083984,-73.90701293945312,40.75343704223633,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-18 13:47:07,2016-01-18 14:04:31,1,10.09,,,-73.95223999023438,40.78989028930664,-73.82991790771484,40.854248046875,1,N,1,28.0,0.0,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-25 16:40:07,2016-01-25 16:47:56,1,1.21,,,-73.92314910888672,40.74354553222656,-73.89801025390625,40.74048614501953,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 15:28:42,2016-01-06 15:44:22,1,1.23,,,-73.95284271240234,40.788387298583984,-73.96253967285156,40.77317810058594,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-07 23:41:09,2016-01-07 23:58:28,1,4.54,,,-73.96175384521484,40.71382522583008,-73.98343658447266,40.67702865600586,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-11 13:19:53,2016-01-11 13:47:13,1,6.64,,,-73.98780822753906,40.690128326416016,-73.96570587158203,40.617183685302734,1,N,1,25.5,0.0,0.5,0.3,5.26,0.0,,31.56,1.0 +1,2016-01-11 14:40:27,2016-01-11 14:57:16,1,1.8,,,-73.94966888427734,40.79629135131836,-73.96223449707031,40.77388381958008,1,N,1,12.0,0.0,0.5,0.3,1.5,0.0,,14.3,1.0 +2,2016-01-26 08:08:04,2016-01-26 08:30:44,1,2.81,,,-73.96768188476562,40.687591552734375,-73.95162200927734,40.659305572509766,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-15 14:35:21,2016-01-15 14:43:10,1,1.2,,,-73.95986938476562,40.813812255859375,-73.94776153564453,40.823612213134766,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-21 16:28:28,2016-01-21 16:30:14,1,0.21,,,-73.9538803100586,40.82149887084961,-73.95099639892578,40.82069396972656,1,N,3,-3.5,-1.0,-0.5,-0.3,0.0,0.0,,-5.3,1.0 +2,2016-01-12 03:21:17,2016-01-12 03:27:47,1,1.8,,,-73.9288101196289,40.81901550292969,-73.91595458984375,40.839561462402344,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-25 19:06:30,2016-01-25 19:09:59,1,0.44,,,-73.86021423339844,40.83745193481445,-73.85539245605469,40.837501525878906,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 15:26:56,2016-01-01 15:36:53,1,4.36,,,-73.9420166015625,40.806312561035156,-73.91644287109375,40.85572052001953,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-21 13:21:27,2016-01-21 13:29:08,1,1.76,,,-73.90336608886719,40.745765686035156,-73.9011001586914,40.7309455871582,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-22 18:10:30,2016-01-22 18:21:53,1,1.61,,,-73.80744934082031,40.70021438598633,-73.79109954833984,40.68242645263672,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-16 01:47:27,2016-01-16 02:07:05,1,9.29,,,-73.86359405517578,40.730384826660156,-73.93243408203125,40.771484375,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,,33.96,1.0 +2,2016-01-19 08:31:02,2016-01-19 08:36:52,1,1.23,,,-73.98683166503906,40.701560974121094,-73.97136688232422,40.69925308227539,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-16 09:11:25,2016-01-16 09:14:21,1,0.38,,,-73.84426879882812,40.72181701660156,-73.84732818603516,40.72294235229492,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-29 08:44:00,2016-01-29 08:51:20,1,1.04,,,-73.84375762939453,40.72114562988281,-73.84184265136719,40.72950744628906,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-04 07:52:06,2016-01-04 08:22:29,5,9.96,,,-73.97918701171875,40.665855407714844,-73.97463989257812,40.755577087402344,1,N,1,30.5,0.0,0.5,0.3,7.37,5.54,,44.21,1.0 +2,2016-01-03 09:28:16,2016-01-03 09:33:50,1,1.63,,,-73.9586410522461,40.81003952026367,-73.94181823730469,40.831058502197266,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-23 01:14:18,2016-01-23 01:16:37,1,0.55,,,-73.91087341308594,40.77594757080078,-73.9030990600586,40.770755767822266,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,,6.62,1.0 +1,2016-01-27 18:03:03,2016-01-27 18:38:22,1,5.8,,,-73.86965942382812,40.748897552490234,-73.91032409667969,40.702552795410156,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-15 17:30:29,2016-01-15 17:47:27,1,2.45,,,-73.98328399658203,40.69002151489258,-73.9421157836914,40.68794631958008,1,N,1,12.5,1.0,0.5,0.3,3.58,0.0,,17.88,1.0 +2,2016-01-03 03:30:15,2016-01-03 03:38:45,2,2.32,,,-73.92534637451172,40.761653900146484,-73.88729858398438,40.7557487487793,1,N,1,9.5,0.5,0.5,0.3,2.0,0.0,,12.8,1.0 +1,2016-01-17 09:08:36,2016-01-17 09:14:20,1,2.0,,,-73.93798828125,40.79666519165039,-73.95801544189453,40.7729377746582,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-17 15:00:51,2016-01-17 15:11:17,1,2.27,,,-73.99739837646484,40.67936706542969,-74.01217651367188,40.6796875,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-18 10:30:16,2016-01-18 10:33:39,1,0.65,,,-73.94038391113281,40.845680236816406,-73.93677520751953,40.85541915893555,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-12 19:56:41,2016-01-12 20:09:39,1,2.79,,,-73.93915557861328,40.80487060546875,-73.94931030273438,40.77295684814453,1,N,1,12.0,1.0,0.5,0.3,1.7,0.0,,15.5,1.0 +1,2016-01-24 18:18:35,2016-01-24 19:14:41,1,31.2,,,-73.80692291259766,40.69902801513672,-73.38825225830078,40.83588790893555,4,N,1,137.0,1.0,0.5,0.3,34.7,0.0,,173.5,1.0 +2,2016-01-30 17:35:17,2016-01-30 17:52:52,6,5.07,,,-73.99549102783203,40.698158264160156,-73.93341827392578,40.705711364746094,1,N,1,17.5,0.0,0.5,0.3,4.58,0.0,,22.88,1.0 +2,2016-01-10 17:20:12,2016-01-10 17:26:37,1,0.95,,,-73.89725494384766,40.8626708984375,-73.90727233886719,40.8538703918457,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-14 14:48:36,2016-01-14 14:59:43,1,4.2,,,-73.90327453613281,40.74583435058594,-73.86488342285156,40.7703857421875,1,N,1,14.0,0.0,0.5,0.3,3.7,0.0,,18.5,1.0 +2,2016-01-11 23:18:36,2016-01-11 23:40:18,1,5.84,,,-73.89790344238281,40.74626159667969,-73.97267150878906,40.780635833740234,1,N,1,21.0,0.5,0.5,0.3,1.5,0.0,,23.8,1.0 +2,2016-01-09 04:39:21,2016-01-09 04:44:45,1,1.44,,,-73.93391418457031,40.80284881591797,-73.94098663330078,40.78825378417969,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-25 10:00:50,2016-01-25 10:05:06,1,0.86,,,-73.9128189086914,40.87239456176758,-73.92655944824219,40.86582565307617,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 19:29:50,2016-01-21 19:34:44,2,0.64,,,-73.9576416015625,40.717872619628906,-73.9574966430664,40.725135803222656,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-27 15:04:16,2016-01-27 15:36:52,1,6.48,,,-73.92086791992188,40.82622146606445,-73.95166015625,40.77375793457031,1,N,1,26.0,0.0,0.5,0.3,2.68,0.0,,29.48,1.0 +2,2016-01-05 14:49:35,2016-01-05 14:58:49,1,1.28,,,-73.91193389892578,40.77526092529297,-73.91340637207031,40.77802658081055,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 09:09:46,2016-01-08 09:23:07,1,2.03,,,-73.91840362548828,40.7596435546875,-73.92681121826172,40.77617645263672,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-20 16:10:14,2016-01-20 16:11:27,1,0.2,,,-73.9659652709961,40.805171966552734,-73.96798706054688,40.8023681640625,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-04 21:50:33,2016-01-04 22:05:23,1,3.12,,,-73.95286560058594,40.78669738769531,-73.98094177246094,40.786041259765625,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,,15.3,1.0 +2,2016-01-06 19:51:07,2016-01-06 20:01:20,1,1.78,,,-73.91251373291016,40.75590515136719,-73.88058471679688,40.74795913696289,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-23 04:35:50,2016-01-23 04:44:30,1,1.19,,,-73.86259460449219,40.749900817871094,-73.87723541259766,40.75273132324219,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-09 12:32:16,2016-01-09 12:40:35,1,1.6,,,-73.94964599609375,40.80232620239258,-73.95454406738281,40.818206787109375,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-27 12:50:40,2016-01-27 12:58:34,5,0.67,,,-73.9399185180664,40.67718505859375,-73.9419937133789,40.68051528930664,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-05 08:03:07,2016-01-05 08:13:18,2,1.6,,,-73.98316955566406,40.67664337158203,-73.9794692993164,40.6654052734375,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-30 19:59:24,2016-01-30 20:42:09,1,14.21,,,-73.95551300048828,40.804622650146484,-73.95592498779297,40.7204475402832,1,N,1,44.5,0.0,0.5,0.3,5.0,5.54,,55.84,1.0 +1,2016-01-19 22:36:28,2016-01-19 23:00:16,2,7.0,,,-73.9614028930664,40.71441650390625,-73.9749984741211,40.649295806884766,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,,24.8,1.0 +1,2016-01-12 15:25:38,2016-01-12 15:30:28,1,0.7,,,-73.98001861572266,40.668853759765625,-73.98038482666016,40.676483154296875,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-13 21:52:11,2016-01-13 22:02:36,1,2.75,,,-73.83038330078125,40.75949478149414,-73.79238891601562,40.77387237548828,1,N,1,10.5,0.5,0.5,0.3,3.54,0.0,,15.34,1.0 +2,2016-01-05 14:32:13,2016-01-05 14:43:59,1,2.17,,,-74.02870178222656,40.62284851074219,-74.02125549316406,40.647003173828125,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-16 17:01:01,2016-01-16 17:18:25,1,3.18,,,-73.99478149414062,40.68442916870117,-73.95953369140625,40.68654251098633,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-27 07:59:04,2016-01-27 08:04:58,1,1.14,,,-73.99446105957031,40.68880844116211,-73.98206329345703,40.68025588989258,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +1,2016-01-16 22:23:10,2016-01-16 22:33:55,4,2.0,,,-73.94207000732422,40.82270812988281,-73.95694732666016,40.80088806152344,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-16 20:24:40,2016-01-16 20:38:24,1,3.7,,,-73.94474792480469,40.800045013427734,-73.93148040771484,40.84730529785156,1,N,1,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-16 15:01:42,2016-01-16 15:09:33,6,1.29,,,-73.84425354003906,40.721317291259766,-73.85509490966797,40.706153869628906,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-07 22:24:46,2016-01-07 22:35:03,1,2.03,,,-73.94939422607422,40.680423736572266,-73.94050598144531,40.69551467895508,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-08 09:58:41,2016-01-08 10:24:39,1,3.46,,,-73.96704864501953,40.69441223144531,-74.00384521484375,40.726051330566406,1,N,1,19.0,0.0,0.5,0.3,2.75,0.0,,22.55,1.0 +2,2016-01-17 12:58:43,2016-01-17 13:10:17,5,2.02,,,-73.91494750976562,40.764034271240234,-73.90435791015625,40.775390625,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-20 08:56:10,2016-01-20 08:58:16,1,0.6,,,-73.94860076904297,40.825653076171875,-73.9536361694336,40.82350158691406,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-18 18:18:27,2016-01-18 18:21:34,1,0.5,,,-73.9507827758789,40.72370147705078,-73.94390106201172,40.72241973876953,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-11 21:19:25,2016-01-11 21:23:21,1,0.66,,,-73.96217346191406,40.8054084777832,-73.95697784423828,40.80352020263672,1,N,1,4.5,0.5,0.5,0.3,1.45,0.0,,7.25,1.0 +1,2016-01-01 01:30:16,2016-01-01 01:39:09,1,1.1,,,-73.88126373291016,40.74802017211914,-73.86783599853516,40.75240707397461,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-17 11:46:29,2016-01-17 11:51:25,1,0.82,,,-73.94513702392578,40.80818557739258,-73.94694519042969,40.80344009399414,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-29 23:55:19,2016-01-29 23:58:37,1,0.43,,,-73.95275115966797,40.8109016418457,-73.95740509033203,40.81172180175781,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-03 02:29:28,2016-01-03 02:35:22,1,1.28,,,-73.95217895507812,40.8105354309082,-73.96365356445312,40.79798889160156,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-04 19:10:57,2016-01-04 19:28:36,1,2.39,,,-73.99258422851562,40.68922424316406,-73.9563980102539,40.67521667480469,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-13 13:59:00,2016-01-13 14:02:29,1,0.7,,,-74.0286636352539,40.622802734375,-74.0398178100586,40.62383270263672,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 23:15:26,2016-01-02 23:15:28,1,0.0,,,-73.89346313476562,40.93013381958008,-73.89352416992188,40.930171966552734,5,N,3,-25.0,0.0,0.0,0,0.0,0.0,,-25.0,2.0 +2,2016-01-30 21:10:28,2016-01-30 21:18:45,1,0.91,,,-73.91905212402344,40.76573181152344,-73.9195556640625,40.75558853149414,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-17 06:55:06,2016-01-17 07:04:06,1,1.9,,,-73.93236541748047,40.679481506347656,-73.95735168457031,40.67229461669922,1,N,1,8.5,0.0,0.5,0.3,2.0,0.0,,11.3,1.0 +1,2016-01-07 17:30:36,2016-01-07 17:43:37,1,2.3,,,-73.95751953125,40.744773864746094,-73.97718048095703,40.74955749511719,1,Y,2,11.0,1.0,0.5,0.3,0.0,5.54,,18.34,1.0 +2,2016-01-26 11:33:10,2016-01-26 11:58:17,1,2.33,,,-73.9561538696289,40.80318069458008,-73.95606994628906,40.779930114746094,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-13 07:41:27,2016-01-13 07:48:05,1,1.2,,,-73.95391845703125,40.801513671875,-73.96766662597656,40.7928581237793,1,N,1,6.5,0.0,0.5,0.3,1.5,0.0,,8.8,1.0 +2,2016-01-25 06:26:32,2016-01-25 06:57:12,1,9.46,,,-73.84408569335938,40.72123718261719,-73.97445678710938,40.757137298583984,1,N,2,31.0,0.0,0.5,0.3,0.0,5.54,,37.34,1.0 +2,2016-01-03 00:14:25,2016-01-03 00:35:02,1,11.83,,,-73.92540740966797,40.76179885864258,-73.99313354492188,40.688194274902344,1,N,2,34.0,0.5,0.5,0.3,0.0,0.0,,35.3,1.0 +2,2016-01-06 17:00:30,2016-01-06 17:07:56,1,1.09,,,-73.90092468261719,40.8385009765625,-73.90896606445312,40.82350158691406,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-24 23:34:20,2016-01-24 23:42:36,1,1.5,,,-73.89769744873047,40.8619384765625,-73.91097259521484,40.84308624267578,1,Y,1,8.0,0.5,0.5,0.3,0.7,0.0,,10.0,1.0 +2,2016-01-14 00:28:49,2016-01-14 00:34:05,1,1.27,,,-73.98018646240234,40.676876068115234,-73.9919204711914,40.666378021240234,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,,8.8,1.0 +1,2016-01-06 12:56:34,2016-01-06 13:13:58,1,2.3,,,-73.98308563232422,40.69348907470703,-73.9555435180664,40.677242279052734,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,,15.95,1.0 +2,2016-01-10 20:35:21,2016-01-10 20:38:31,1,0.82,,,-73.93157958984375,40.76529312133789,-73.92169189453125,40.771060943603516,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 18:20:43,2016-01-10 18:29:05,5,1.23,,,-73.9034423828125,40.74521255493164,-73.8935317993164,40.734580993652344,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-03 00:08:43,2016-01-03 00:20:49,1,3.32,,,-73.91497802734375,40.70964813232422,-73.95731353759766,40.729942321777344,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-05 10:02:25,2016-01-05 10:04:47,1,0.61,,,-73.9574966430664,40.716026306152344,-73.96630859375,40.71459197998047,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +2,2016-01-11 16:23:07,2016-01-11 16:37:55,1,3.49,,,-73.90857696533203,40.875186920166016,-73.85664367675781,40.89448547363281,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-30 17:51:04,2016-01-30 18:44:53,1,17.44,,,-73.95231628417969,40.789825439453125,-74.00443267822266,40.60904312133789,1,N,1,52.5,0.0,0.5,0.3,15.99,0.0,,69.29,1.0 +1,2016-01-29 16:17:35,2016-01-29 16:24:53,1,0.9,,,-73.9923324584961,40.68976974487305,-73.9942398071289,40.681087493896484,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-03 01:05:42,2016-01-03 01:09:34,1,0.63,,,-73.9118423461914,40.775413513183594,-73.90306091308594,40.77075958251953,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 18:06:25,2016-01-28 18:23:49,5,3.19,,,-73.98904418945312,40.70244598388672,-73.95365905761719,40.716251373291016,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-09 21:04:35,2016-01-09 21:08:37,1,0.25,,,-73.97762298583984,40.68061447143555,-73.97982025146484,40.677276611328125,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,,7.54,1.0 +2,2016-01-18 16:50:00,2016-01-18 17:11:36,1,7.77,,,-73.94068145751953,40.83956527709961,-73.95449829101562,40.76580810546875,1,N,1,23.5,0.0,0.5,0.3,3.0,0.0,,27.3,1.0 +2,2016-01-08 08:17:50,2016-01-08 08:28:32,1,1.84,,,-73.8289794921875,40.83251953125,-73.84571075439453,40.84907150268555,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-19 19:33:43,2016-01-19 19:35:40,1,0.58,,,-73.83018493652344,40.713714599609375,-73.8226547241211,40.713626861572266,1,N,1,4.0,1.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-04 14:30:44,2016-01-04 14:45:28,1,2.99,,,-73.93572998046875,40.7962532043457,-73.95433807373047,40.81983184814453,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-13 19:11:53,2016-01-13 19:28:00,1,7.94,,,-73.84919738769531,40.73616409301758,-73.83672332763672,40.81764221191406,1,N,1,23.5,1.0,0.5,0.3,6.17,5.54,,37.01,1.0 +2,2016-01-25 18:47:45,2016-01-25 19:06:32,1,6.03,,,-73.9095687866211,40.81166076660156,-73.86459350585938,40.858734130859375,1,N,1,19.5,1.0,0.5,0.3,5.32,0.0,,26.62,1.0 +1,2016-01-13 19:24:43,2016-01-13 19:36:35,1,1.7,,,-73.93893432617188,40.805484771728516,-73.9598388671875,40.8199577331543,1,N,1,9.5,1.0,0.5,0.3,3.35,0.0,,14.65,1.0 +2,2016-01-01 17:46:11,2016-01-01 18:03:01,1,7.55,,,-73.86146545410156,40.73229217529297,-73.90300750732422,40.74486541748047,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +1,2016-01-07 11:40:22,2016-01-07 11:45:33,1,1.6,,,-73.97297668457031,40.67780685424805,-73.94998168945312,40.67165756225586,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-03 22:46:34,2016-01-03 22:57:48,1,2.36,,,-73.9488296508789,40.823631286621094,-73.938232421875,40.79719543457031,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-21 07:21:22,2016-01-21 07:22:34,1,0.13,,,-73.92681884765625,40.85992431640625,-73.92428588867188,40.86082077026367,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +1,2016-01-01 01:13:18,2016-01-01 01:16:12,1,0.4,,,-73.99093627929688,40.69233322143555,-73.99393463134766,40.68646240234375,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-26 07:59:37,2016-01-26 08:18:23,1,2.89,,,-73.93839263916016,40.85075378417969,-73.89421081542969,40.85078811645508,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-01 04:34:07,2016-01-01 04:48:41,1,3.08,,,-73.90364074707031,40.745758056640625,-73.91961669921875,40.7651252746582,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-01 15:19:15,2016-01-01 15:27:00,1,1.33,,,-73.96764373779297,40.68800354003906,-73.98798370361328,40.68964767456055,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-04 12:06:36,2016-01-04 12:07:30,1,0.25,,,-73.94204711914062,40.79530715942383,-73.93930053710938,40.797603607177734,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-30 14:46:48,2016-01-30 15:06:33,1,6.58,,,-73.94245147705078,40.786380767822266,-73.98799133300781,40.72063446044922,1,N,1,22.5,0.0,0.5,0.3,1.0,0.0,,24.3,1.0 +2,2016-01-17 16:58:21,2016-01-17 17:08:12,1,0.73,,,-73.84430694580078,40.721351623535156,-73.85615539550781,40.72443771362305,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-27 18:28:21,2016-01-27 18:42:36,1,2.73,,,-73.98764038085938,40.69096374511719,-74.0140609741211,40.676334381103516,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-14 20:46:31,2016-01-14 20:52:46,1,0.7,,,-73.95882415771484,40.704681396484375,-73.95508575439453,40.69700241088867,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-18 06:07:07,2016-01-18 06:11:05,6,0.57,,,-73.89480590820312,40.74655532836914,-73.89649963378906,40.747066497802734,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-12 12:31:12,2016-01-12 12:47:44,1,2.4,,,-73.99373626708984,40.699649810791016,-74.00849914550781,40.72050476074219,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-21 11:07:25,2016-01-21 11:09:30,1,0.4,,,-73.97221374511719,40.68960952758789,-73.98043823242188,40.68995666503906,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-19 19:08:21,2016-01-19 19:15:58,1,1.45,,,-73.83024597167969,40.71369171142578,-73.81070709228516,40.7126579284668,1,N,1,7.5,1.0,0.5,0.3,2.79,0.0,,12.09,1.0 +2,2016-01-11 14:30:19,2016-01-11 15:06:50,1,3.34,,,-73.78985595703125,40.726470947265625,-73.80735778808594,40.72755432128906,5,N,1,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-12 00:10:52,2016-01-12 00:19:19,1,2.52,,,-73.98137664794922,40.667198181152344,-73.9627456665039,40.65967559814453,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-07 19:39:31,2016-01-07 19:47:51,1,1.1,,,-73.95600891113281,40.6810302734375,-73.93539428710938,40.683387756347656,1,N,1,7.5,1.0,0.5,0.3,2.0,0.0,,11.3,1.0 +2,2016-01-04 20:07:50,2016-01-04 20:35:48,1,6.39,,,-73.82949829101562,40.71355056762695,-73.79664611816406,40.73136901855469,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-20 04:05:19,2016-01-20 04:14:46,1,0.77,,,-73.89664459228516,40.74616622924805,-73.89608001708984,40.74501037597656,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-30 12:13:03,2016-01-30 12:24:54,1,1.71,,,-73.94926452636719,40.82590866088867,-73.91989135742188,40.816558837890625,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-26 21:26:21,2016-01-26 21:30:14,1,0.86,,,-73.95077514648438,40.66213607788086,-73.93970489501953,40.656105041503906,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-11 17:36:09,2016-01-11 17:52:26,1,2.6,,,-73.98670196533203,40.702056884765625,-73.98313903808594,40.671295166015625,1,N,1,12.5,1.0,0.5,0.3,3.55,0.0,,17.85,1.0 +2,2016-01-22 17:19:22,2016-01-22 17:24:44,1,0.81,,,-73.95366668701172,40.80672836303711,-73.95966339111328,40.813926696777344,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 01:19:34,2016-01-01 01:29:33,1,2.12,,,-73.90628051757812,40.745330810546875,-73.8681411743164,40.736907958984375,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-08 15:02:37,2016-01-08 15:12:45,1,1.9,,,-73.93922424316406,40.80529022216797,-73.95668029785156,40.78114318847656,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-05 13:56:26,2016-01-05 14:02:19,2,0.93,,,-73.89152526855469,40.74666213989258,-73.87586975097656,40.746307373046875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-26 13:50:49,2016-01-26 14:13:54,1,6.39,,,-73.85147857666016,40.8338508605957,-73.94703674316406,40.8084716796875,1,N,2,23.0,0.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-15 07:57:16,2016-01-15 08:08:19,1,1.51,,,-73.94503021240234,40.81029510498047,-73.95089721679688,40.79258346557617,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-30 19:44:35,2016-01-30 19:51:24,1,1.7,,,-73.99776458740234,40.69367218017578,-74.01477813720703,40.675819396972656,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-14 21:45:12,2016-01-14 21:47:42,2,0.53,,,-73.9423828125,40.8416862487793,-73.94505310058594,40.84079360961914,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-10 23:31:38,2016-01-10 23:37:16,1,1.35,,,-73.94700622558594,40.63225555419922,-73.96333312988281,40.64045333862305,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-18 04:36:15,2016-01-18 04:45:03,6,2.07,,,-73.87657165527344,40.74848556518555,-73.86911010742188,40.731056213378906,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-20 07:44:27,2016-01-20 08:09:09,1,5.4,,,-73.9867935180664,40.70249938964844,-73.98096466064453,40.76091384887695,1,N,1,20.0,0.0,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-04 23:01:08,2016-01-05 22:56:16,1,0.92,,,-73.92964935302734,40.679344177246094,-73.93905639648438,40.67300796508789,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-17 20:55:19,2016-01-17 21:00:09,1,0.8,,,-73.93425750732422,40.702659606933594,-73.94464874267578,40.70656204223633,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-19 15:51:26,2016-01-19 15:58:49,1,1.4,,,-73.95921325683594,40.80105972290039,-73.97500610351562,40.7904167175293,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-01 03:51:16,2016-01-01 04:03:25,5,2.41,,,-73.90347290039062,40.8626823425293,-73.88469696044922,40.845062255859375,1,N,1,11.5,0.5,0.5,0.3,8.0,0.0,,20.8,1.0 +2,2016-01-05 09:02:34,2016-01-05 09:02:36,1,0.0,,,-73.79003143310547,40.64692687988281,-73.79000854492188,40.646915435791016,5,N,1,40.0,0.0,0.0,0,8.0,0.0,,48.0,2.0 +1,2016-01-13 08:57:05,2016-01-13 09:05:15,1,1.4,,,-73.86766052246094,40.74979782104492,-73.87616729736328,40.76808166503906,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,,10.55,1.0 +1,2016-01-25 10:59:26,2016-01-25 11:26:02,1,2.6,,,-73.94892120361328,40.80348205566406,-73.9775390625,40.787193298339844,1,N,1,17.0,0.0,0.5,0.3,3.55,0.0,,21.35,1.0 +1,2016-01-29 21:43:33,2016-01-29 21:53:53,1,1.2,,,-73.92189025878906,40.765567779541016,-73.93608856201172,40.77493667602539,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-30 19:48:33,2016-01-30 19:52:28,1,0.5,,,-73.95665740966797,40.7167854309082,-73.96426391601562,40.7172966003418,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,,6.62,1.0 +2,2016-01-19 18:35:54,2016-01-19 18:47:42,1,1.81,,,-73.9921875,40.69464111328125,-73.96662902832031,40.689571380615234,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-13 01:44:24,2016-01-13 01:53:12,1,2.12,,,-73.94029998779297,40.8405647277832,-73.95140838623047,40.81356430053711,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-11 10:54:33,2016-01-11 11:19:27,1,8.1,,,-73.8666763305664,40.69224548339844,-73.78783416748047,40.66523361206055,5,N,2,20.0,0.0,0.0,0,0.0,0.0,,20.0,2.0 +2,2016-01-10 23:59:12,2016-01-11 00:10:23,1,3.73,,,-73.92301940917969,40.74391555786133,-73.95877838134766,40.77494812011719,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-10 10:01:59,2016-01-10 10:14:24,1,9.28,,,-73.80767059326172,40.69933319091797,-73.91822814941406,40.77016067504883,1,N,1,25.5,0.0,0.5,0.3,5.26,0.0,,31.56,1.0 +2,2016-01-04 07:18:30,2016-01-04 07:26:17,1,1.72,,,-73.88919830322266,40.82611083984375,-73.88494873046875,40.84243392944336,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-07 09:39:30,2016-01-07 09:49:33,1,2.31,,,-73.94973754882812,40.67866897583008,-73.97554016113281,40.669952392578125,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-16 14:09:44,2016-01-16 14:20:47,5,2.44,,,-73.93262481689453,40.79584884643555,-73.92488861083984,40.805782318115234,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-09 10:17:55,2016-01-09 10:31:53,1,2.7,,,-73.98966979980469,40.701900482177734,-73.98971557617188,40.71886444091797,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-13 00:09:20,2016-01-13 00:16:25,3,1.92,,,-73.98209381103516,40.67432403564453,-74.00498962402344,40.65376281738281,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-01 09:32:39,2016-01-01 09:35:08,1,1.15,,,-73.95111083984375,40.79435729980469,-73.96676635742188,40.793601989746094,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-25 22:15:28,2016-01-25 22:33:46,1,2.88,,,-73.93185424804688,40.858184814453125,-73.94173431396484,40.82297134399414,1,N,1,14.0,0.5,0.5,0.3,1.0,0.0,,16.3,1.0 +2,2016-01-11 08:15:01,2016-01-11 08:32:50,1,3.17,,,-73.99393463134766,40.69549560546875,-73.99313354492188,40.72773742675781,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,,18.36,1.0 +2,2016-01-16 01:06:43,2016-01-16 01:14:32,1,1.86,,,-73.9450912475586,40.79179382324219,-73.94683074951172,40.81116485595703,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-05 09:26:05,2016-01-05 09:30:44,1,0.76,,,-73.9570541381836,40.682464599609375,-73.94385528564453,40.68314743041992,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-09 02:06:07,2016-01-09 02:29:50,1,6.74,,,-73.9277572631836,40.77005386352539,-73.97159576416016,40.69182205200195,1,N,1,22.5,0.5,0.5,0.3,3.2,0.0,,27.0,1.0 +2,2016-01-15 14:55:52,2016-01-15 15:02:13,1,1.43,,,-73.9531478881836,40.78873062133789,-73.93946075439453,40.8047981262207,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-30 00:53:54,2016-01-30 01:05:28,2,2.65,,,-73.95083618164062,40.723846435546875,-73.95835876464844,40.69063949584961,1,N,1,11.0,0.5,0.5,0.3,3.69,0.0,,15.99,1.0 +1,2016-01-24 16:31:39,2016-01-24 17:44:39,4,9.6,,,-73.93881225585938,40.827178955078125,-73.9747543334961,40.73329544067383,1,N,1,50.0,0.0,0.5,0.3,5.0,0.0,,55.8,1.0 +2,2016-01-09 09:03:31,2016-01-09 09:11:24,1,3.53,,,-73.92140197753906,40.766578674316406,-73.90678405761719,40.74198532104492,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-07 14:24:29,2016-01-07 14:27:32,1,0.44,,,-73.9509506225586,40.687103271484375,-73.94965362548828,40.68090057373047,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +2,2016-01-30 19:58:00,2016-01-30 20:07:37,1,2.51,,,-73.9866714477539,40.70401382446289,-73.98899841308594,40.718685150146484,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,,11.8,1.0 +1,2016-01-01 20:55:33,2016-01-01 21:05:26,2,1.9,,,-73.9576644897461,40.81138229370117,-73.94624328613281,40.795536041259766,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 16:38:48,2016-01-17 17:00:17,1,2.89,,,-73.96344757080078,40.71024703979492,-73.91961669921875,40.68800354003906,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,,19.75,1.0 +1,2016-01-17 21:39:16,2016-01-17 21:52:22,1,2.5,,,-73.91960144042969,40.82355499267578,-73.94488525390625,40.802650451660156,1,N,1,11.0,0.5,0.5,0.3,1.0,0.0,,13.3,1.0 +2,2016-01-24 22:09:30,2016-01-24 22:17:48,1,1.07,,,-73.94934844970703,40.7141227722168,-73.95285034179688,40.72706604003906,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-07 16:22:05,2016-01-07 16:33:13,1,1.34,,,-73.98018646240234,40.68143081665039,-73.99312591552734,40.6928825378418,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-13 15:56:32,2016-01-13 16:01:02,1,1.3,,,-73.94123077392578,40.67970657348633,-73.94389343261719,40.697410583496094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 23:02:07,2016-01-01 23:06:22,1,0.95,,,-73.95059967041016,40.723880767822266,-73.94137573242188,40.724281311035156,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-17 04:09:32,2016-01-17 04:24:24,3,4.1,,,-73.9658203125,40.713565826416016,-74.0106201171875,40.71748352050781,1,N,1,15.0,0.5,0.5,0.3,1.0,0.0,,17.3,1.0 +2,2016-01-18 02:39:57,2016-01-18 02:56:38,1,4.85,,,-73.92990112304688,40.756431579589844,-73.99748229980469,40.76087951660156,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-26 21:13:46,2016-01-26 21:21:29,1,1.6,,,-73.95748901367188,40.71798324584961,-73.95602416992188,40.736541748046875,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-05 19:01:48,2016-01-05 19:11:08,1,2.42,,,-73.9912338256836,40.69127655029297,-74.01053619384766,40.67197799682617,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-22 15:36:41,2016-01-22 15:46:46,1,2.0,,,-73.93787384033203,40.80375671386719,-73.94668579101562,40.82255554199219,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-15 02:20:45,2016-01-15 02:23:39,1,0.83,,,-73.94976806640625,40.705177307128906,-73.95246124267578,40.694976806640625,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-08 15:14:15,2016-01-08 15:22:59,1,0.91,,,-73.94075012207031,40.81907272338867,-73.94647216796875,40.81169128417969,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-26 08:03:31,2016-01-26 08:19:52,1,1.5,,,-73.9505615234375,40.79207229614258,-73.93048095703125,40.79732894897461,1,N,1,11.5,0.0,0.5,0.3,1.0,0.0,,13.3,1.0 +2,2016-01-08 07:58:02,2016-01-08 08:05:04,1,0.82,,,-73.96513366699219,40.677001953125,-73.97671508789062,40.675018310546875,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-03 10:11:52,2016-01-03 10:38:55,1,11.68,,,-73.96308898925781,40.64956283569336,-73.89411163330078,40.71110153198242,1,N,2,34.5,0.0,0.5,0.3,0.0,0.0,,35.3,1.0 +2,2016-01-28 23:01:47,2016-01-28 23:20:13,1,5.73,,,-73.95449829101562,40.73124694824219,-73.93602752685547,40.67594909667969,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-14 07:53:59,2016-01-14 07:59:12,1,1.21,,,-73.95448303222656,40.805519104003906,-73.94986724853516,40.817970275878906,1,N,1,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 06:44:42,2016-01-06 06:45:31,1,0.2,,,-73.96046447753906,40.65892028808594,-73.96208190917969,40.66065216064453,1,N,1,3.0,0.0,0.5,0.3,2.5,0.0,,6.3,1.0 +2,2016-01-30 23:22:47,2016-01-30 23:28:42,1,0.76,,,-73.92731475830078,40.743961334228516,-73.92481994628906,40.739952087402344,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-19 07:16:24,2016-01-19 07:28:26,1,2.29,,,-73.96623992919922,40.69483184814453,-73.99275207519531,40.695072174072266,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-08 18:18:13,2016-01-08 18:32:40,1,4.48,,,-73.87088012695312,40.733985900878906,-73.881591796875,40.767459869384766,1,N,1,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-12 21:12:27,2016-01-12 21:16:52,1,0.77,,,-73.95096588134766,40.81260681152344,-73.9620590209961,40.8122673034668,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 02:53:23,2016-01-10 03:18:38,1,8.03,,,-73.95243835449219,40.6948127746582,-73.8232421875,40.66330337524414,1,N,1,25.5,0.5,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-14 13:12:17,2016-01-14 13:28:54,1,4.28,,,-73.93792724609375,40.79673767089844,-73.97134399414062,40.7462158203125,1,N,1,15.5,0.0,0.5,0.3,2.44,0.0,,18.74,1.0 +2,2016-01-12 22:25:21,2016-01-12 22:30:52,1,0.78,,,-73.92373657226562,40.76121520996094,-73.91495513916016,40.76936340332031,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-21 07:57:47,2016-01-21 07:59:48,6,0.83,,,-73.94184112548828,40.787235260009766,-73.9369125366211,40.79755783081055,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 07:47:18,2016-01-16 08:01:38,1,3.28,,,-73.80294799804688,40.707881927490234,-73.8260498046875,40.7472038269043,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-14 00:22:07,2016-01-14 00:40:53,1,4.48,,,-73.9505615234375,40.72385025024414,-73.95401000976562,40.677223205566406,1,N,1,17.5,0.5,0.5,0.3,1.0,0.0,,19.8,1.0 +2,2016-01-16 00:33:31,2016-01-16 00:51:03,1,3.43,,,-73.98675537109375,40.70231246948242,-73.95014190673828,40.673526763916016,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-09 04:35:38,2016-01-09 04:43:51,1,1.38,,,-73.90711212158203,40.82817840576172,-73.89070892333984,40.820186614990234,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-12 09:44:38,2016-01-12 09:56:01,1,4.28,,,-73.93307495117188,40.79494857788086,-73.9713134765625,40.745330810546875,1,N,1,13.5,0.0,0.5,0.3,1.5,0.0,,15.8,1.0 +2,2016-01-21 16:52:32,2016-01-21 17:02:41,1,0.93,,,-73.92762756347656,40.76997375488281,-73.9175796508789,40.76749038696289,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 08:55:45,2016-01-06 08:59:28,1,0.57,,,-73.93740844726562,40.80453109741211,-73.94688415527344,40.808448791503906,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-22 08:48:13,2016-01-22 09:04:52,1,3.6,,,-73.99632263183594,40.68619918823242,-74.00286865234375,40.720027923583984,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-13 15:15:53,2016-01-13 15:21:53,1,1.1,,,-73.99444580078125,40.69479751586914,-73.9966049194336,40.681190490722656,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,,8.15,1.0 +1,2016-01-17 01:37:49,2016-01-17 01:51:43,1,3.1,,,-73.96121215820312,40.716331481933594,-73.9074478149414,40.719051361083984,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-08 19:20:06,2016-01-08 19:29:19,1,1.7,,,-73.96874237060547,40.70920944213867,-73.94873046875,40.72456741333008,1,N,1,8.5,1.0,0.5,0.3,1.0,0.0,,11.3,1.0 +1,2016-01-12 20:37:08,2016-01-12 20:44:56,1,1.3,,,-73.98925018310547,40.69215393066406,-74.0027847290039,40.683528900146484,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-10 22:50:18,2016-01-10 23:03:14,1,2.1,,,-73.82977294921875,40.759517669677734,-73.84573364257812,40.78398132324219,1,N,1,10.5,0.5,0.5,0.3,0.2,0.0,,12.0,1.0 +2,2016-01-14 16:22:21,2016-01-14 16:25:49,1,0.88,,,-73.95484161376953,40.8202018737793,-73.94652557373047,40.831600189208984,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 11:26:38,2016-01-08 11:52:32,5,5.93,,,-73.93283081054688,40.79538345336914,-73.98978424072266,40.74005126953125,1,N,1,23.5,0.0,0.5,0.3,3.0,0.0,,27.3,1.0 +2,2016-01-01 21:13:58,2016-01-01 21:18:47,1,0.6,,,-73.90995025634766,40.68483352661133,-73.91283416748047,40.686519622802734,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-24 15:56:47,2016-01-24 15:57:49,1,0.11,,,-73.92052459716797,40.826263427734375,-73.9224624633789,40.82694625854492,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +1,2016-01-17 11:04:57,2016-01-17 11:11:31,1,1.7,,,-73.95468139648438,40.81143569946289,-73.97058868408203,40.79439163208008,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-20 20:46:37,2016-01-20 21:03:55,1,7.12,,,-73.95149993896484,40.79088592529297,-73.98778533935547,40.71067810058594,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,,28.56,1.0 +2,2016-01-28 07:44:32,2016-01-28 08:07:50,1,3.75,,,-73.9521255493164,40.724185943603516,-73.96333312988281,40.67564010620117,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-15 23:30:03,2016-01-15 23:32:43,2,0.57,,,-73.95182037353516,40.723323822021484,-73.94092559814453,40.7259521484375,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 00:57:51,2016-01-09 01:22:06,1,7.12,,,-73.95604705810547,40.71415328979492,-73.985107421875,40.666690826416016,1,N,1,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-27 16:43:04,2016-01-27 17:05:23,1,3.83,,,-73.96005249023438,40.81363296508789,-73.96150970458984,40.7728385925293,1,N,1,17.0,1.0,0.5,0.3,1.2,0.0,,20.0,1.0 +2,2016-01-24 21:10:31,2016-01-24 21:20:49,1,2.44,,,-73.95596313476562,40.714111328125,-73.99335479736328,40.72005081176758,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-25 21:32:25,2016-01-25 21:41:37,1,1.33,,,-73.80781555175781,40.69982147216797,-73.81814575195312,40.70661544799805,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-05 18:50:55,2016-01-05 19:04:16,1,2.95,,,-73.93909454345703,40.80784606933594,-73.91053771972656,40.80561065673828,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-06 00:41:48,2016-01-06 00:54:37,1,2.21,,,-73.952880859375,40.82293701171875,-73.93211364746094,40.851444244384766,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-26 10:05:59,2016-01-26 10:20:20,1,2.08,,,-73.95370483398438,40.790714263916016,-73.96513366699219,40.80760955810547,1,N,1,11.5,0.0,0.5,0.3,1.5,0.0,,13.8,1.0 +2,2016-01-22 13:27:31,2016-01-22 13:30:48,1,0.76,,,-73.95265197753906,40.81058120727539,-73.94564819335938,40.820125579833984,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-20 03:49:17,2016-01-20 03:55:59,1,1.17,,,-73.8915023803711,40.74660873413086,-73.89305114746094,40.73222732543945,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-06 20:38:07,2016-01-06 20:43:38,2,1.24,,,-73.95765686035156,40.718204498291016,-73.94208526611328,40.72199249267578,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-08 07:37:48,2016-01-08 07:47:59,3,3.12,,,-73.93363952636719,40.7632942199707,-73.95792388916016,40.765167236328125,1,N,1,11.0,0.0,0.5,0.3,3.54,0.0,,15.34,1.0 +2,2016-01-13 09:24:17,2016-01-13 09:41:51,1,6.88,,,-73.83680725097656,40.68197250366211,-73.92733001708984,40.66202163696289,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-10 02:19:04,2016-01-10 02:35:51,1,3.8,,,-73.91880798339844,40.75887680053711,-73.9004135131836,40.716651916503906,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-11 20:49:26,2016-01-11 20:59:27,1,1.32,,,-73.89175415039062,40.748680114746094,-73.86947631835938,40.74967956542969,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 19:07:07,2016-01-13 19:12:12,1,1.15,,,-73.96147155761719,40.67101287841797,-73.9596176147461,40.68732833862305,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-19 15:14:17,2016-01-19 15:22:50,1,3.25,,,-73.89120483398438,40.74696731567383,-73.87278747558594,40.76546859741211,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,,15.38,1.0 +2,2016-01-09 00:46:47,2016-01-09 01:00:17,1,4.98,,,-73.98409271240234,40.691436767578125,-73.95288848876953,40.72704315185547,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-03 13:03:36,2016-01-03 13:09:27,5,1.19,,,-73.95088195800781,40.785884857177734,-73.95945739746094,40.77141189575195,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 14:53:46,2016-01-30 15:17:23,2,3.25,,,-73.96257781982422,40.65938186645508,-73.99368286132812,40.683162689208984,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-07 19:08:40,2016-01-07 19:23:11,3,2.11,,,-73.97926330566406,40.67823028564453,-73.99188232421875,40.69493865966797,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-20 19:51:14,2016-01-20 19:57:14,1,1.21,,,-73.84431457519531,40.720882415771484,-73.82759094238281,40.729095458984375,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-21 15:49:35,2016-01-21 15:56:05,1,0.77,,,-73.8915023803711,40.74666213989258,-73.8843002319336,40.74955749511719,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 19:28:44,2016-01-13 19:35:47,1,1.48,,,-73.94156646728516,40.82270812988281,-73.92231750488281,40.82467269897461,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-26 07:59:36,2016-01-26 08:09:39,1,1.13,,,-73.95313262939453,40.80225372314453,-73.95731353759766,40.81208801269531,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-20 08:03:14,2016-01-20 08:12:58,1,1.75,,,-73.95108032226562,40.825565338134766,-73.9402847290039,40.840476989746094,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 19:28:59,2016-01-30 19:37:56,1,1.12,,,-73.99095916748047,40.68597412109375,-73.98025512695312,40.676753997802734,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-09 21:23:16,2016-01-09 21:35:28,1,2.64,,,-73.95861053466797,40.69057846069336,-73.92903137207031,40.68267822265625,1,N,1,10.5,0.5,0.5,0.3,1.0,0.0,,12.8,1.0 +2,2016-01-19 18:32:43,2016-01-19 18:40:22,1,0.98,,,-73.96654510498047,40.804595947265625,-73.95403289794922,40.80623245239258,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-22 21:14:23,2016-01-22 21:20:09,1,1.52,,,-73.93598175048828,40.815513610839844,-73.94813537597656,40.79808044433594,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-14 20:16:31,2016-01-14 20:22:55,5,1.36,,,-73.91201782226562,40.77522659301758,-73.8984603881836,40.76727294921875,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-30 04:04:58,2016-01-30 04:18:14,1,2.6,,,-73.88796997070312,40.746986389160156,-73.92242431640625,40.74393081665039,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,,15.35,1.0 +2,2016-01-28 09:40:56,2016-01-28 10:04:51,6,2.87,,,-73.9708023071289,40.646568298339844,-73.98701477050781,40.66835021972656,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-22 21:34:56,2016-01-22 21:43:26,1,3.83,,,-73.91697692871094,40.766990661621094,-73.93889617919922,40.80509948730469,1,N,1,13.0,0.5,0.5,0.3,4.96,5.54,,24.8,1.0 +2,2016-01-28 15:15:18,2016-01-28 15:18:36,1,0.32,,,-73.84513854980469,40.83366012573242,-73.84229278564453,40.8359375,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-21 18:59:50,2016-01-21 19:02:17,1,0.43,,,-73.98926544189453,40.688453674316406,-73.9888687133789,40.69477462768555,3,N,2,21.5,1.0,0.0,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-30 09:54:55,2016-01-30 10:01:30,1,1.08,,,-73.94953918457031,40.80193328857422,-73.93250274658203,40.79567337036133,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 03:43:16,2016-01-01 03:51:15,1,1.56,,,-73.91301727294922,40.75611877441406,-73.93482208251953,40.764503479003906,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 00:32:18,2016-01-10 00:41:09,1,4.33,,,-73.83207702636719,40.71503829956055,-73.78729248046875,40.73366165161133,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-04 21:32:49,2016-01-04 21:52:23,1,10.85,,,-73.9115219116211,40.76790237426758,-73.76579284667969,40.712440490722656,1,N,1,31.0,0.5,0.5,0.3,2.0,0.0,,34.3,1.0 +2,2016-01-17 21:21:56,2016-01-17 21:25:16,1,0.65,,,-73.94933319091797,40.80266189575195,-73.94515228271484,40.808528900146484,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-13 05:25:07,2016-01-13 05:57:44,1,6.2,,,-73.91938781738281,40.75851821899414,-73.86618041992188,40.75575256347656,1,N,2,25.5,0.5,0.5,0.3,0.0,0.0,,26.8,1.0 +1,2016-01-13 18:53:00,2016-01-13 19:06:03,1,1.9,,,-73.976318359375,40.6848030090332,-73.95596313476562,40.668453216552734,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-13 16:32:54,2016-01-13 16:43:31,1,1.95,,,-73.94403839111328,40.795379638671875,-73.96186065673828,40.770469665527344,1,N,1,9.0,1.0,0.5,0.3,3.24,0.0,,14.04,1.0 +2,2016-01-30 21:00:04,2016-01-30 21:08:12,2,1.14,,,-73.98727416992188,40.691993713378906,-73.99671173095703,40.680641174316406,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-20 08:12:51,2016-01-20 08:20:59,1,0.9,,,-73.9476318359375,40.814640045166016,-73.93922424316406,40.80769729614258,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-10 01:21:29,2016-01-10 01:24:46,1,0.86,,,-74.00188446044922,40.653167724609375,-73.9917984008789,40.66288757324219,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-21 20:23:27,2016-01-21 20:28:47,1,0.9,,,-73.9459228515625,40.71441650390625,-73.95974731445312,40.71107864379883,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-29 17:15:14,2016-01-29 17:27:35,1,1.42,,,-73.89576721191406,40.846588134765625,-73.87326049804688,40.841068267822266,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-09 04:47:53,2016-01-09 05:08:32,1,7.07,,,-73.84429168701172,40.721351623535156,-73.88499450683594,40.753570556640625,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-20 01:53:52,2016-01-20 01:57:55,1,0.71,,,-73.92375183105469,40.74354934692383,-73.92466735839844,40.73683166503906,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-22 09:27:56,2016-01-22 09:38:56,1,1.31,,,-73.95221710205078,40.811302185058594,-73.94080352783203,40.79819107055664,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-25 12:11:59,2016-01-25 12:16:14,1,0.6,,,-73.95255279541016,40.78668975830078,-73.95580291748047,40.77971267700195,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-06 19:38:49,2016-01-06 19:42:24,1,0.37,,,-73.98748779296875,40.69225311279297,-73.99213409423828,40.6907958984375,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-17 13:09:00,2016-01-17 13:21:44,1,2.7,,,-73.95301818847656,40.80922317504883,-73.95281219482422,40.7796745300293,1,N,1,11.5,0.0,0.5,0.3,1.23,0.0,,13.53,1.0 +2,2016-01-30 10:44:18,2016-01-30 10:48:12,1,0.7,,,-73.94998168945312,40.78555679321289,-73.95580291748047,40.77788162231445,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,,6.3,1.0 +2,2016-01-24 14:29:47,2016-01-24 14:34:43,1,0.7,,,-73.90631103515625,40.66802978515625,-73.90377807617188,40.65730667114258,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-15 06:37:08,2016-01-15 06:44:25,1,0.0,,,-73.9478988647461,40.79682540893555,-73.95645141601562,40.81060791015625,1,N,1,6.0,0.0,0.5,0.3,0.75,0.0,,7.55,1.0 +2,2016-01-30 10:59:24,2016-01-30 11:13:58,5,2.38,,,-73.92997741699219,40.75639343261719,-73.8927230834961,40.74664306640625,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-10 19:00:06,2016-01-10 19:08:03,1,1.89,,,-73.9495849609375,40.68015670776367,-73.94813537597656,40.65431594848633,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-16 23:26:06,2016-01-16 23:47:13,1,6.9,,,-73.94795989990234,40.80105209350586,-73.89038848876953,40.85136795043945,1,N,1,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-01 05:22:46,2016-01-01 05:32:41,6,3.97,,,-73.95675659179688,40.627479553222656,-73.96613311767578,40.58554458618164,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-30 03:29:39,2016-01-30 03:39:41,1,3.24,,,-73.95661163330078,40.80282211303711,-73.9619140625,40.767005920410156,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-11 10:39:54,2016-01-11 11:26:43,2,7.37,,,-73.96673583984375,40.69339370727539,-73.97718811035156,40.758419036865234,1,N,1,32.0,0.0,0.5,0.3,5.8,0.0,,38.6,1.0 +2,2016-01-24 12:29:39,2016-01-24 12:56:38,1,9.96,,,-73.79487609863281,40.72835922241211,-73.77632141113281,40.6456184387207,1,N,2,30.5,0.0,0.5,0.3,0.0,0.0,,31.3,1.0 +1,2016-01-30 03:45:30,2016-01-30 03:58:38,2,2.5,,,-73.91616821289062,40.65497970581055,-73.89904022216797,40.66519546508789,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-02 18:15:06,2016-01-02 18:40:01,1,4.06,,,-73.89178466796875,40.74842834472656,-73.94945526123047,40.75397872924805,1,N,1,18.5,0.0,0.5,0.3,3.0,0.0,,22.3,1.0 +2,2016-01-04 18:46:18,2016-01-04 18:50:36,1,0.66,,,-73.98049926757812,40.68525314331055,-73.97201538085938,40.689300537109375,1,N,1,5.0,1.0,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-09 19:36:38,2016-01-09 19:42:18,5,0.71,,,-73.8690185546875,40.73377990722656,-73.86018371582031,40.73979949951172,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-13 22:39:39,2016-01-13 22:39:42,1,0.0,,,-73.86322784423828,40.67098617553711,-73.8632583618164,40.670982360839844,5,N,1,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +1,2016-01-09 13:15:04,2016-01-09 13:37:17,1,3.4,,,-73.9521713256836,40.79276657104492,-73.98385620117188,40.76511764526367,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-12 13:23:32,2016-01-12 13:40:57,1,5.88,,,-73.8694839477539,40.73433303833008,-73.9585952758789,40.74353790283203,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-18 00:03:59,2016-01-18 00:09:14,1,1.76,,,-73.94978332519531,40.802154541015625,-73.94515228271484,40.8231315612793,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-13 20:51:41,2016-01-13 20:56:03,6,0.84,,,-73.92549133300781,40.761741638183594,-73.91470336914062,40.765926361083984,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 01:23:17,2016-01-05 01:42:43,3,5.7,,,-73.84420013427734,40.72124099731445,-73.94482421875,40.687870025634766,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-10 10:30:31,2016-01-10 10:53:19,1,7.53,,,-73.984619140625,40.70362854003906,-73.96528625488281,40.76631164550781,5,N,1,31.0,0.0,0.0,0,3.0,0.0,,34.0,2.0 +1,2016-01-13 14:05:41,2016-01-13 14:10:26,1,0.7,,,-73.95142364501953,40.79118347167969,-73.9436264038086,40.796165466308594,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-13 22:38:28,2016-01-13 22:52:35,1,2.58,,,-73.98729705810547,40.692020416259766,-73.94457244873047,40.68013000488281,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-29 10:37:41,2016-01-29 10:49:12,1,2.29,,,-73.95317077636719,40.80743408203125,-73.97779846191406,40.78705596923828,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-10 19:03:54,2016-01-10 19:20:25,1,7.55,,,-73.9382095336914,40.84674835205078,-73.99531555175781,40.759639739990234,1,N,1,23.5,0.0,0.5,0.3,4.86,0.0,,29.16,1.0 +2,2016-01-20 08:35:43,2016-01-20 08:46:19,1,2.02,,,-73.93936920166016,40.805091857910156,-73.96391296386719,40.80820846557617,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-17 15:56:01,2016-01-17 15:58:52,2,0.4,,,-73.94681549072266,40.745426177978516,-73.9495849609375,40.74831771850586,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,,5.8,1.0 +2,2016-01-15 18:03:17,2016-01-15 18:23:53,1,4.61,,,-73.94503784179688,40.78703689575195,-73.98174285888672,40.74372482299805,1,N,1,18.0,1.0,0.5,0.3,3.96,0.0,,23.76,1.0 +1,2016-01-05 14:40:02,2016-01-05 14:47:40,1,1.1,,,-73.89045715332031,40.746864318847656,-73.88943481445312,40.76203155517578,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-04 13:01:29,2016-01-04 13:16:26,1,3.3,,,-73.96711730957031,40.68351364135742,-73.95765686035156,40.71788024902344,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,,16.55,1.0 +2,2016-01-25 17:01:24,2016-01-25 17:16:10,1,1.19,,,-73.8839340209961,40.747581481933594,-73.86885070800781,40.737701416015625,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-12 08:38:02,2016-01-12 08:40:39,1,0.6,,,-73.95665740966797,40.74817657470703,-73.95462799072266,40.74287414550781,1,N,1,4.0,0.0,0.5,0.3,0.95,0.0,,5.75,1.0 +2,2016-01-28 23:07:22,2016-01-29 00:06:52,1,21.68,,,-73.90072631835938,40.84832763671875,-73.95709228515625,40.66953659057617,1,N,1,67.5,0.5,0.5,0.3,13.76,0.0,,82.56,1.0 +2,2016-01-01 02:59:49,2016-01-01 03:29:47,1,12.14,,,-73.96028137207031,40.6573486328125,-73.7896499633789,40.64702224731445,1,N,1,36.0,0.5,0.5,0.3,7.46,0.0,,44.76,1.0 +2,2016-01-14 16:29:47,2016-01-14 16:44:52,1,2.91,,,-73.83036041259766,40.75957107543945,-73.87598419189453,40.745201110839844,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-01 08:06:20,2016-01-01 08:19:08,1,3.3,,,-73.943603515625,40.71171951293945,-73.95096588134766,40.67612075805664,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-30 16:42:21,2016-01-30 16:48:39,1,0.88,,,-73.94461822509766,40.81402587890625,-73.95381164550781,40.80657958984375,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +1,2016-01-08 11:50:20,2016-01-08 12:05:02,1,3.3,,,-73.87118530273438,40.73417282104492,-73.8546142578125,40.69668960571289,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-16 09:19:03,2016-01-16 09:24:50,1,1.2,,,-73.9867172241211,40.68758010864258,-73.98014831542969,40.67864990234375,1,N,3,6.5,0.0,0.5,0.3,0.0,5.54,,12.84,1.0 +2,2016-01-11 18:43:25,2016-01-11 18:51:42,1,2.13,,,-73.96094512939453,40.806732177734375,-73.97880554199219,40.78336715698242,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-10 17:19:55,2016-01-10 17:30:55,1,1.8,,,-73.96304321289062,40.80949783325195,-73.97174835205078,40.78740310668945,1,N,1,9.0,1.0,0.5,0.3,1.62,0.0,,12.42,1.0 +2,2016-01-15 20:23:58,2016-01-15 20:42:20,1,2.54,,,-73.98278045654297,40.68855667114258,-73.94939422607422,40.6804313659668,1,N,1,14.0,0.5,0.5,0.3,4.59,0.0,,19.89,1.0 +1,2016-01-22 07:37:43,2016-01-22 07:42:57,1,1.1,,,-73.94495391845703,40.8138313293457,-73.95012664794922,40.8015251159668,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 17:20:07,2016-01-30 17:32:02,1,2.66,,,-73.95211029052734,40.81147384643555,-73.97771453857422,40.783607482910156,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-20 08:34:19,2016-01-20 08:43:37,1,1.6,,,-73.95428466796875,40.816162109375,-73.96582794189453,40.79519271850586,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-29 20:06:50,2016-01-29 20:12:48,1,0.49,,,-73.95304107666016,40.80836486816406,-73.95188903808594,40.80402374267578,5,N,2,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-22 23:14:06,2016-01-22 23:22:29,1,1.35,,,-73.94479370117188,40.81892395019531,-73.94515991210938,40.80803680419922,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-06 17:35:19,2016-01-06 17:44:23,1,1.54,,,-73.94586944580078,40.82448959350586,-73.93504333496094,40.80937194824219,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-11 16:44:19,2016-01-11 16:56:20,1,2.0,,,-73.96575164794922,40.80543899536133,-73.94141387939453,40.807674407958984,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-30 11:19:28,2016-01-30 11:24:01,1,0.9,,,-73.84422302246094,40.72133255004883,-73.84571838378906,40.710479736328125,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-19 13:25:58,2016-01-19 13:27:35,1,0.4,,,-73.82992553710938,40.71357345581055,-73.82347106933594,40.713462829589844,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-29 22:22:15,2016-01-29 22:41:52,1,4.3,,,-73.95995330810547,40.81369400024414,-73.95413208007812,40.76664733886719,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-16 13:50:00,2016-01-16 14:03:01,1,4.82,,,-73.93922424316406,40.82493209838867,-73.95293426513672,40.7830924987793,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-23 04:45:55,2016-01-23 05:33:39,2,8.89,,,-73.89331817626953,40.66217803955078,-73.99006652832031,40.7127571105957,1,N,2,32.5,0.5,0.5,0.3,0.0,0.0,,33.8,1.0 +2,2016-01-02 11:08:54,2016-01-02 11:19:07,1,2.07,,,-73.95271301269531,40.8033561706543,-73.97547149658203,40.78711700439453,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-30 14:00:44,2016-01-30 14:11:21,1,1.5,,,-73.94983673095703,40.67525863647461,-73.9306640625,40.683406829833984,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-20 03:22:45,2016-01-20 03:24:59,1,0.57,,,-73.94979858398438,40.68034744262695,-73.94767761230469,40.68791580200195,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 15:38:32,2016-01-21 16:04:08,1,4.06,,,-73.94829559326172,40.803810119628906,-73.98694610595703,40.7612419128418,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-17 16:05:04,2016-01-17 16:10:33,1,0.87,,,-73.95616149902344,40.69474411010742,-73.9629898071289,40.7058219909668,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-01 17:02:28,2016-01-01 17:05:44,1,0.78,,,-73.994384765625,40.69009780883789,-73.99449157714844,40.69935607910156,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 15:59:07,2016-01-16 16:08:35,5,1.19,,,-73.95199584960938,40.69502258300781,-73.9421157836914,40.70125198364258,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 07:06:34,2016-01-05 07:06:55,1,0.0,,,-73.96520233154297,40.66706085205078,-73.9652099609375,40.6671028137207,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-13 18:13:27,2016-01-13 18:21:45,1,1.48,,,-73.94015502929688,40.76326370239258,-73.92141723632812,40.768524169921875,1,N,1,7.5,1.0,0.5,0.3,2.79,0.0,,12.09,1.0 +2,2016-01-12 20:22:20,2016-01-12 20:39:49,1,5.22,,,-73.98639678955078,40.7024040222168,-73.92420196533203,40.70637893676758,1,N,1,18.0,0.5,0.5,0.3,3.0,0.0,,22.3,1.0 +2,2016-01-02 21:55:32,2016-01-02 22:01:33,1,1.61,,,-73.94183349609375,40.798622131347656,-73.95378112792969,40.77906036376953,1,N,1,7.0,0.5,0.5,0.3,0.7,0.0,,9.0,1.0 +2,2016-01-27 07:57:24,2016-01-27 08:03:23,1,0.71,,,-73.98106384277344,40.67172622680664,-73.97481536865234,40.680503845214844,1,N,1,6.0,0.0,0.5,0.3,1.2,0.0,,8.0,1.0 +2,2016-01-24 12:34:42,2016-01-24 13:09:15,1,9.69,,,-73.98770904541016,40.70180130004883,-74.02731323242188,40.63905715942383,1,N,1,33.5,0.0,0.5,0.3,0.0,0.0,,34.3,1.0 +1,2016-01-06 17:39:05,2016-01-06 17:47:03,1,0.0,,,-73.93992614746094,40.68522262573242,-73.9500503540039,40.68308639526367,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-04 00:42:02,2016-01-04 00:52:59,1,3.41,,,-73.8073959350586,40.700645446777344,-73.75113677978516,40.71366500854492,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-27 21:41:40,2016-01-27 21:44:51,1,0.67,,,-73.95854949951172,40.716922760009766,-73.95283508300781,40.723880767822266,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-28 14:11:47,2016-01-28 14:25:59,1,1.8,,,-73.8875961303711,40.747161865234375,-73.85688781738281,40.74974822998047,1,Y,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-01 00:29:05,2016-01-01 00:33:07,1,1.38,,,-73.90403747558594,40.721004486083984,-73.92384338378906,40.70780563354492,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 14:51:58,2016-01-17 15:07:48,5,2.68,,,-73.85822296142578,40.7288818359375,-73.89002227783203,40.712249755859375,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-12 09:11:16,2016-01-12 09:20:50,1,2.22,,,-73.99656677246094,40.69342803955078,-74.00403594970703,40.71308517456055,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-16 21:51:38,2016-01-16 21:56:00,1,0.97,,,-73.9524917602539,40.80308151245117,-73.94310760498047,40.81418991088867,1,N,1,5.5,0.5,0.5,0.3,0.08,0.0,,6.88,1.0 +1,2016-01-06 01:11:29,2016-01-06 01:17:24,1,1.2,,,-73.8772201538086,40.737483978271484,-73.87020111083984,40.74335861206055,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-13 15:18:35,2016-01-13 15:45:02,1,6.23,,,-73.95372009277344,40.79071807861328,-74.00292205810547,40.74431228637695,1,N,1,24.0,0.0,0.5,0.3,4.96,0.0,,29.76,1.0 +1,2016-01-02 14:34:42,2016-01-02 14:55:23,1,8.5,,,-73.95824432373047,40.7173957824707,-73.86500549316406,40.77045822143555,1,N,2,25.0,0.0,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-27 22:31:38,2016-01-27 22:35:25,1,1.26,,,-73.93782806396484,40.80393600463867,-73.9482421875,40.78804397583008,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-12 19:51:47,2016-01-12 19:54:03,1,0.38,,,-73.97986602783203,40.668861389160156,-73.9760513305664,40.67359924316406,1,N,1,3.5,1.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-21 09:13:55,2016-01-21 09:40:42,1,7.07,,,-73.99254608154297,40.69846725463867,-73.97022247314453,40.75981903076172,1,N,1,24.5,0.0,0.5,0.3,3.8,0.0,,29.1,1.0 +1,2016-01-11 20:28:38,2016-01-11 20:40:56,2,1.9,,,-73.94416046142578,40.6796875,-73.97486877441406,40.68649673461914,1,N,1,10.0,0.5,0.5,0.3,1.75,0.0,,13.05,1.0 +1,2016-01-13 02:10:06,2016-01-13 02:15:12,1,0.8,,,-73.8843994140625,40.74721145629883,-73.88623046875,40.75933837890625,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,,8.5,1.0 +1,2016-01-02 23:09:07,2016-01-02 23:19:43,1,2.5,,,-73.98312377929688,40.69212341308594,-73.95047760009766,40.678470611572266,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-17 16:28:36,2016-01-17 16:53:11,1,7.86,,,-73.95713806152344,40.63700485229492,-74.01472473144531,40.71424102783203,1,N,1,25.5,0.0,0.5,0.3,6.37,5.54,,38.21,1.0 +2,2016-01-05 18:36:49,2016-01-05 18:43:08,1,0.7,,,-73.95558166503906,40.80415725708008,-73.96539306640625,40.80293655395508,1,N,1,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-19 08:43:36,2016-01-19 08:50:25,6,1.5,,,-74.00203704833984,40.684898376464844,-73.99116516113281,40.702491760253906,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-12 23:16:41,2016-01-12 23:26:51,1,2.46,,,-73.95051574707031,40.6761589050293,-73.94356536865234,40.70155715942383,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-12 21:18:52,2016-01-12 21:33:31,6,5.08,,,-73.96348571777344,40.712867736816406,-73.97457122802734,40.75114822387695,1,N,1,17.5,0.5,0.5,0.3,1.2,0.0,,20.0,1.0 +1,2016-01-12 09:46:40,2016-01-12 10:08:58,1,4.6,,,-73.93794250488281,40.82324981689453,-73.96562957763672,40.77180862426758,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-20 22:48:37,2016-01-20 22:59:24,1,2.34,,,-73.94930267333984,40.68045425415039,-73.97716522216797,40.676605224609375,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-22 14:12:54,2016-01-22 14:19:18,1,1.11,,,-73.95409393310547,40.7872314453125,-73.94111633300781,40.79494857788086,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-04 01:44:42,2016-01-04 01:56:09,1,2.67,,,-73.90411376953125,40.75401306152344,-73.86209869384766,40.74995422363281,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-30 18:05:13,2016-01-30 18:32:34,1,2.91,,,-73.95783996582031,40.72205352783203,-73.98780822753906,40.72128677368164,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-06 17:21:04,2016-01-06 17:32:58,1,1.66,,,-73.8587875366211,40.750816345214844,-73.86947631835938,40.73478317260742,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-06 16:45:45,2016-01-06 17:01:34,3,4.99,,,-73.98682403564453,40.70237350463867,-73.99124145507812,40.72980880737305,1,N,1,17.5,1.0,0.5,0.3,3.86,0.0,,23.16,1.0 +1,2016-01-16 18:27:22,2016-01-16 18:42:41,1,2.5,,,-73.95783996582031,40.717716217041016,-73.9328842163086,40.69887924194336,1,N,1,12.0,0.0,0.5,0.3,2.55,0.0,,15.35,1.0 +2,2016-01-05 17:41:59,2016-01-05 17:43:53,5,0.15,,,-73.92762756347656,40.831756591796875,-73.9287338256836,40.829158782958984,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-02 21:31:17,2016-01-02 21:45:56,1,2.01,,,-73.95744323730469,40.67222595214844,-73.99237060546875,40.67391586303711,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-09 17:54:35,2016-01-09 17:59:33,1,0.94,,,-73.93914794921875,40.80552291870117,-73.94837188720703,40.79568099975586,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-24 17:05:06,2016-01-24 17:24:58,5,2.56,,,-73.96726989746094,40.69328689575195,-73.94183349609375,40.673152923583984,1,N,1,13.5,0.0,0.5,0.3,3.0,0.0,,17.3,1.0 +2,2016-01-26 16:48:23,2016-01-26 17:01:55,1,1.3,,,-73.88185119628906,40.747886657714844,-73.90266418457031,40.74463653564453,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-25 12:39:52,2016-01-25 13:02:18,1,4.41,,,-73.89495849609375,40.82672882080078,-73.95043182373047,40.811119079589844,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +2,2016-01-02 18:16:00,2016-01-02 18:39:11,1,4.78,,,-73.94544982910156,40.824466705322266,-73.95649719238281,40.771732330322266,1,N,1,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-07 15:01:37,2016-01-07 15:35:52,1,9.19,,,-73.95420837402344,40.78730773925781,-74.01490020751953,40.71135330200195,1,N,1,32.5,0.0,0.5,0.3,2.0,0.0,,35.3,1.0 +2,2016-01-22 07:47:36,2016-01-22 08:16:13,1,5.17,,,-73.94327545166016,40.68928146362305,-74.00578308105469,40.72429656982422,1,N,1,22.0,0.0,0.5,0.3,4.56,0.0,,27.36,1.0 +1,2016-01-16 18:26:18,2016-01-16 18:48:42,2,4.2,,,-73.93206787109375,40.67953872680664,-73.9999008178711,40.688724517822266,1,N,1,18.0,0.0,0.5,0.3,3.75,0.0,,22.55,1.0 +2,2016-01-06 22:41:39,2016-01-06 22:44:33,2,0.61,,,-73.9518814086914,40.71412658691406,-73.95867156982422,40.70884704589844,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 03:28:36,2016-01-17 03:37:26,1,3.0,,,-73.9176254272461,40.81624984741211,-73.93965911865234,40.787696838378906,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-19 09:28:15,2016-01-19 09:35:12,1,0.94,,,-73.952880859375,40.7889289855957,-73.95906066894531,40.77775192260742,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-10 00:46:50,2016-01-10 00:47:40,1,0.18,,,-73.95172882080078,40.72538757324219,-73.9504165649414,40.72307586669922,1,N,1,3.0,0.5,0.5,0.3,0.86,0.0,,5.16,1.0 +2,2016-01-08 13:51:46,2016-01-08 14:19:10,1,8.61,,,-73.93834686279297,40.74949645996094,-73.7994613647461,40.705631256103516,1,N,1,28.0,0.0,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-30 16:38:52,2016-01-30 17:02:43,1,3.11,,,-73.87639617919922,40.748268127441406,-73.92356872558594,40.75377655029297,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-17 00:18:18,2016-01-17 00:40:45,6,4.34,,,-73.9761962890625,40.66764831542969,-73.99988555908203,40.717979431152344,1,N,1,18.5,0.5,0.5,0.3,5.94,0.0,,25.74,1.0 +2,2016-01-18 01:09:26,2016-01-18 01:21:31,5,2.72,,,-73.84420776367188,40.72136306762695,-73.88505554199219,40.712196350097656,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-08 17:47:00,2016-01-08 17:59:39,1,2.4,,,-73.96392059326172,40.80827331542969,-73.97762298583984,40.7792854309082,1,N,1,11.0,1.0,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-05 15:25:00,2016-01-05 15:28:31,1,0.85,,,-73.94178771972656,40.84230041503906,-73.94689178466797,40.834102630615234,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-08 09:16:56,2016-01-08 09:31:39,1,1.66,,,-73.97806549072266,40.687156677246094,-73.99081420898438,40.69501876831055,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-25 06:41:30,2016-01-25 07:03:53,1,3.05,,,-73.95296478271484,40.823272705078125,-73.94196319580078,40.791412353515625,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-22 19:18:45,2016-01-22 19:54:17,5,12.97,,,-73.95967864990234,40.71800994873047,-73.92436981201172,40.61411666870117,1,N,1,39.0,1.0,0.5,0.3,0.0,0.0,,40.8,1.0 +2,2016-01-09 16:36:20,2016-01-09 16:48:25,1,3.46,,,-73.86394500732422,40.7330207824707,-73.81694793701172,40.72672653198242,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-20 18:05:19,2016-01-20 18:08:37,1,0.79,,,-73.95059204101562,40.791236877441406,-73.94566345214844,40.801414489746094,1,N,1,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-08 14:36:19,2016-01-08 15:16:54,2,15.6,,,-73.95648193359375,40.74760437011719,-73.79009246826172,40.64692687988281,1,Y,1,45.0,0.0,0.5,0.3,9.15,0.0,,54.95,1.0 +2,2016-01-14 16:50:36,2016-01-14 16:55:50,1,1.08,,,-73.84037780761719,40.71963882446289,-73.85626983642578,40.7200813293457,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-10 20:56:16,2016-01-10 21:15:32,1,4.12,,,-73.96463775634766,40.69363021850586,-73.91206359863281,40.68241882324219,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-17 05:06:34,2016-01-17 05:25:09,2,9.01,,,-73.95055389404297,40.792091369628906,-73.86195373535156,40.85526657104492,5,N,2,25.0,0.0,0.0,0,0.0,0.0,,25.0,2.0 +2,2016-01-18 07:40:21,2016-01-18 07:45:22,1,1.68,,,-73.86510467529297,40.85448455810547,-73.89008331298828,40.861148834228516,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-26 08:37:10,2016-01-26 08:50:14,1,1.16,,,-73.88638305664062,40.7611198425293,-73.88524627685547,40.74576187133789,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-19 20:06:09,2016-01-19 20:13:22,1,1.21,,,-73.97975158691406,40.677371978759766,-73.9612045288086,40.671607971191406,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-21 19:09:38,2016-01-21 19:32:27,1,3.8,,,-73.9326400756836,40.79572677612305,-73.94159698486328,40.83430099487305,1,N,1,17.0,1.0,0.5,0.3,3.75,0.0,,22.55,1.0 +1,2016-01-20 15:27:25,2016-01-20 15:30:03,1,1.1,,,-73.95325469970703,40.78847122192383,-73.94303894042969,40.80238723754883,1,N,1,5.0,0.0,0.5,0.3,0.5,0.0,,6.3,1.0 +2,2016-01-22 20:50:07,2016-01-22 21:07:55,1,3.6,,,-73.9471435546875,40.79099655151367,-73.98634338378906,40.76173782348633,1,N,1,14.5,0.5,0.5,0.3,1.0,0.0,,16.8,1.0 +2,2016-01-26 17:58:38,2016-01-26 18:14:56,1,2.7,,,-73.95474243164062,40.82068634033203,-73.94514465332031,40.79183578491211,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-02 10:10:22,2016-01-02 10:22:01,1,3.39,,,-73.91659545898438,40.74314880371094,-73.95823669433594,40.713478088378906,1,N,1,13.0,0.0,0.5,0.3,3.45,0.0,,17.25,1.0 +1,2016-01-01 04:29:34,2016-01-01 05:11:40,1,11.9,,,-73.92781829833984,40.6927490234375,-73.97046661376953,40.79901123046875,1,N,1,39.0,0.5,0.5,0.3,5.0,0.0,,45.3,1.0 +2,2016-01-07 22:24:00,2016-01-07 22:27:12,1,0.8,,,-73.99242401123047,40.70335388183594,-73.9991683959961,40.69404220581055,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-17 17:30:49,2016-01-17 17:34:36,1,0.8,,,-73.92332458496094,40.76467514038086,-73.93130493164062,40.76925277709961,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 01:02:03,2016-01-09 01:08:53,1,1.51,,,-73.93915557861328,40.81644058227539,-73.95486450195312,40.801780700683594,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 20:37:43,2016-01-30 20:45:53,1,0.98,,,-73.99066162109375,40.70304870605469,-73.99056243896484,40.70297622680664,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-04 23:03:32,2016-01-04 23:05:20,1,0.64,,,-73.97874450683594,40.684532165527344,-73.9890365600586,40.68876647949219,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 05:37:30,2016-01-11 06:00:34,1,10.6,,,-73.91350555419922,40.763240814208984,-73.83660125732422,40.684715270996094,1,N,1,31.5,0.5,0.5,0.3,5.0,0.0,,37.8,1.0 +1,2016-01-08 23:42:11,2016-01-08 23:44:56,3,0.5,,,-73.9453125,40.80839920043945,-73.95252990722656,40.80820846557617,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-27 15:58:48,2016-01-27 16:02:02,1,0.7,,,-73.95215606689453,40.68052673339844,-73.95079040527344,40.686988830566406,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-05 17:13:01,2016-01-05 17:32:43,1,2.3,,,-73.9857177734375,40.703731536865234,-73.97660064697266,40.67825698852539,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-27 16:19:21,2016-01-27 16:38:38,1,1.83,,,-73.89078521728516,40.74688720703125,-73.89328002929688,40.72715377807617,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-07 07:55:57,2016-01-07 08:21:37,1,3.6,,,-73.95256042480469,40.734718322753906,-73.98332214355469,40.73442077636719,1,N,1,18.5,0.0,0.5,0.3,4.97,5.54,,29.81,1.0 +2,2016-01-22 03:08:08,2016-01-22 03:17:20,1,2.27,,,-73.95671081542969,40.72296142578125,-73.93989562988281,40.70777130126953,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-25 15:35:01,2016-01-25 15:40:55,1,0.76,,,-73.84422302246094,40.72138214111328,-73.84972381591797,40.71228790283203,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 08:11:53,2016-01-09 08:22:58,1,2.45,,,-73.80683898925781,40.69977569580078,-73.81387329101562,40.7185173034668,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-29 23:42:22,2016-01-29 23:47:00,6,1.06,,,-73.98719024658203,40.69281005859375,-73.97004699707031,40.693111419677734,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,,7.8,1.0 +1,2016-01-06 07:41:01,2016-01-06 07:50:33,1,1.5,,,-73.9214859008789,40.82878875732422,-73.9123764038086,40.84628677368164,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-15 16:27:28,2016-01-15 16:34:38,1,0.79,,,-73.84436798095703,40.72073745727539,-73.83733367919922,40.71889877319336,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-30 15:48:54,2016-01-30 15:55:31,1,1.12,,,-73.95835876464844,40.7171516418457,-73.94097137451172,40.72597885131836,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-16 14:37:31,2016-01-16 14:45:12,1,1.5,,,-73.87218475341797,40.675331115722656,-73.86792755126953,40.656158447265625,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-01 03:17:39,2016-01-01 03:29:41,1,2.21,,,-73.94966125488281,40.71404266357422,-73.92533111572266,40.693504333496094,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +1,2016-01-26 17:24:06,2016-01-26 17:57:12,1,3.1,,,-73.96748352050781,40.80449295043945,-73.984375,40.76251983642578,1,N,2,21.0,1.0,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-16 10:41:08,2016-01-16 10:52:01,1,1.99,,,-73.94911193847656,40.79720687866211,-73.9744873046875,40.79121780395508,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,,11.3,1.0 +2,2016-01-09 17:32:29,2016-01-09 17:44:20,1,2.19,,,-73.99244689941406,40.68935012817383,-73.9642333984375,40.673954010009766,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-30 09:13:36,2016-01-30 09:22:24,1,2.0,,,-73.95243072509766,40.694820404052734,-73.98342895507812,40.68885040283203,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-02 02:36:48,2016-01-02 02:43:06,1,1.5,,,-73.95575714111328,40.6945686340332,-73.95121765136719,40.71133041381836,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-15 17:56:47,2016-01-15 18:07:25,1,1.5,,,-73.8901596069336,40.74700164794922,-73.87007141113281,40.75520324707031,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-10 20:43:22,2016-01-10 20:54:38,1,1.95,,,-73.86333465576172,40.73073196411133,-73.8899917602539,40.73896408081055,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-05 18:56:16,2016-01-05 19:08:55,1,2.3,,,-73.94921875,40.80274200439453,-73.95440673828125,40.77781677246094,1,N,1,10.5,1.0,0.5,0.3,2.0,0.0,,14.3,1.0 +2,2016-01-19 12:16:33,2016-01-19 12:21:10,1,0.79,,,-73.97998809814453,40.66885757446289,-73.97311401367188,40.67514419555664,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-16 18:33:39,2016-01-16 18:41:49,1,1.0,,,-73.99365234375,40.693878173828125,-73.97821807861328,40.68685531616211,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,,10.55,1.0 +2,2016-01-10 23:04:24,2016-01-10 23:27:01,1,9.77,,,-73.86970520019531,40.73360824584961,-73.87601470947266,40.80484390258789,1,N,2,29.5,0.5,0.5,0.3,0.0,5.54,,36.34,1.0 +2,2016-01-03 15:11:56,2016-01-03 15:34:36,5,4.9,,,-73.98959350585938,40.70275115966797,-74.0031967163086,40.74417495727539,1,N,1,19.5,0.0,0.5,0.3,4.06,0.0,,24.36,1.0 +1,2016-01-09 01:28:50,2016-01-09 01:31:33,2,0.6,,,-73.9502182006836,40.72227096557617,-73.9518051147461,40.714141845703125,1,N,1,4.0,0.5,0.5,0.3,1.0,0.0,,6.3,1.0 +2,2016-01-05 18:34:39,2016-01-05 18:41:04,1,0.46,,,-73.92539978027344,40.76179122924805,-73.91813659667969,40.75736618041992,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-03 11:34:59,2016-01-03 11:40:52,3,1.49,,,-73.84428405761719,40.721351623535156,-73.83119201660156,40.72732925415039,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-18 22:59:44,2016-01-18 23:09:32,2,2.1,,,-73.97595977783203,40.683841705322266,-73.94792175292969,40.669925689697266,1,N,1,9.5,0.5,0.5,0.3,3.2,0.0,,14.0,1.0 +2,2016-01-21 17:35:43,2016-01-21 17:46:09,1,1.47,,,-73.96381378173828,40.808143615722656,-73.94763946533203,40.81509780883789,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-15 16:24:37,2016-01-15 16:29:22,1,0.79,,,-73.91749572753906,40.758216857910156,-73.926513671875,40.7551383972168,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-26 10:02:10,2016-01-26 10:20:50,6,1.5,,,-73.94998931884766,40.78547286987305,-73.96324157714844,40.768943786621094,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-07 18:16:12,2016-01-07 18:23:53,1,1.76,,,-73.98287963867188,40.702056884765625,-73.995849609375,40.69071960449219,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-30 11:10:49,2016-01-30 11:29:03,1,1.8,,,-73.98616790771484,40.68262481689453,-73.97640228271484,40.67035675048828,1,N,1,12.5,0.0,0.5,0.3,3.95,0.0,,17.25,1.0 +2,2016-01-30 20:13:55,2016-01-30 20:26:38,5,1.61,,,-73.8637924194336,40.732723236083984,-73.88490295410156,40.74317932128906,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-27 21:40:27,2016-01-27 21:45:35,1,0.8,,,-73.92212677001953,40.75524139404297,-73.91871643066406,40.74946594238281,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 01:43:40,2016-01-01 01:51:47,1,2.43,,,-73.95159149169922,40.797733306884766,-73.9700927734375,40.76798629760742,1,N,1,9.5,0.5,0.5,0.3,3.24,0.0,,14.04,1.0 +1,2016-01-24 22:03:18,2016-01-24 22:44:16,1,9.7,,,-73.95885467529297,40.66804504394531,-74.00493621826172,40.57883071899414,1,N,1,32.5,0.5,0.5,0.3,0.5,0.0,,34.3,1.0 +1,2016-01-03 10:49:05,2016-01-03 11:01:55,4,3.4,,,-73.8685302734375,40.74754333496094,-73.90367126464844,40.771156311035156,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-19 10:38:24,2016-01-19 10:43:31,1,1.08,,,-73.94942474365234,40.784912109375,-73.93681335449219,40.79252243041992,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-15 16:09:48,2016-01-16 15:21:11,3,4.87,,,-73.8944091796875,40.74872589111328,-73.81892395019531,40.76326370239258,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-06 10:01:54,2016-01-06 10:17:40,2,2.6,,,-73.982421875,40.691673278808594,-73.99710083007812,40.72403335571289,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-11 07:29:12,2016-01-11 07:40:40,1,0.69,,,-73.94941711425781,40.793540954589844,-73.95116424560547,40.78563690185547,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-26 19:17:08,2016-01-26 20:32:10,1,3.17,,,-73.94612121582031,40.679481506347656,-73.9350357055664,40.679656982421875,1,N,1,41.5,1.0,0.5,0.3,12.99,0.0,,56.29,1.0 +2,2016-01-03 14:01:11,2016-01-03 14:07:31,1,1.12,,,-73.962158203125,40.719871520996094,-73.94735717773438,40.72296142578125,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-17 23:28:25,2016-01-17 23:34:40,1,1.51,,,-73.97865295410156,40.6839599609375,-73.97007751464844,40.6932373046875,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-05 23:37:30,2016-01-05 23:43:08,4,1.25,,,-73.96214294433594,40.6825065612793,-73.9501953125,40.67266082763672,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-08 15:54:18,2016-01-08 16:30:16,1,11.44,,,-73.94164276123047,40.83032989501953,-73.8284912109375,40.866607666015625,1,N,1,36.0,0.0,0.5,0.3,0.0,0.0,,36.8,1.0 +2,2016-01-15 07:40:57,2016-01-15 07:59:06,1,5.87,,,-73.97994232177734,40.696170806884766,-73.97622680664062,40.73966979980469,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-28 04:14:34,2016-01-28 04:23:41,1,1.27,,,-73.8833999633789,40.75571823120117,-73.8704605102539,40.74703598022461,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-13 13:21:54,2016-01-13 13:32:05,1,1.7,,,-73.97474670410156,40.68645477294922,-73.9448471069336,40.687835693359375,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-15 14:34:00,2016-01-15 14:58:27,1,4.02,,,-73.9522933959961,40.789794921875,-73.90568542480469,40.82608413696289,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-30 03:10:22,2016-01-30 03:29:56,1,5.98,,,-73.97774505615234,40.684635162353516,-73.89567565917969,40.67135238647461,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-21 16:45:03,2016-01-21 16:51:50,1,0.51,,,-73.84614562988281,40.85652160644531,-73.84302520751953,40.861961364746094,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-16 18:53:18,2016-01-16 19:01:43,1,1.99,,,-73.93942260742188,40.805015563964844,-73.95498657226562,40.7802619934082,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 20:14:17,2016-01-14 21:05:23,1,10.99,,,-73.9871597290039,40.693626403808594,-73.92761993408203,40.7662467956543,1,N,1,41.0,0.5,0.5,0.3,8.46,0.0,,50.76,1.0 +1,2016-01-05 09:17:21,2016-01-05 09:21:52,1,0.6,,,-73.88005065917969,40.74810791015625,-73.89044189453125,40.74692916870117,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-09 03:33:35,2016-01-09 03:37:59,5,0.74,,,-73.96118927001953,40.66144561767578,-73.95626831054688,40.65048599243164,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 03:36:46,2016-01-28 03:47:27,1,1.55,,,-73.88965606689453,40.74703598022461,-73.86399841308594,40.74623107910156,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-30 13:59:59,2016-01-30 14:08:45,1,1.02,,,-73.94082641601562,40.79973602294922,-73.9435043334961,40.787696838378906,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-12 15:59:02,2016-01-12 16:06:16,1,1.3,,,-73.9659423828125,40.80548858642578,-73.97373962402344,40.78937530517578,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,,10.75,1.0 +2,2016-01-27 21:53:04,2016-01-27 21:59:18,1,0.94,,,-73.99420928955078,40.681217193603516,-73.98131561279297,40.68235397338867,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-27 11:41:27,2016-01-27 11:48:40,1,0.97,,,-73.95543670654297,40.73788833618164,-73.9492416381836,40.726261138916016,1,N,1,6.5,0.0,0.5,0.3,2.0,0.0,,9.3,1.0 +2,2016-01-16 22:33:18,2016-01-16 22:43:51,1,1.76,,,-73.95344543457031,40.68119812011719,-73.9264907836914,40.67738342285156,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-09 01:05:11,2016-01-09 01:18:59,5,2.6,,,-73.96336364746094,40.7101936340332,-73.96697998046875,40.6838264465332,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-22 10:37:51,2016-01-22 10:45:53,1,1.54,,,-73.9246597290039,40.864051818847656,-73.90241241455078,40.86110305786133,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-07 19:21:55,2016-01-07 19:32:28,1,1.85,,,-73.99385070800781,40.68179702758789,-73.99249267578125,40.70100784301758,1,N,1,9.0,1.0,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-29 11:33:55,2016-01-29 12:02:41,6,4.23,,,-73.89244079589844,40.747283935546875,-73.92764282226562,40.767547607421875,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-19 22:46:08,2016-01-19 22:51:28,1,0.79,,,-73.86905670166016,40.74940490722656,-73.87047576904297,40.75751876831055,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 14:18:18,2016-01-30 14:30:57,5,2.1,,,-73.96525573730469,40.806358337402344,-73.98104858398438,40.780067443847656,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-30 13:10:55,2016-01-30 13:28:18,1,6.7,,,-73.94346618652344,40.79316329956055,-73.95264434814453,40.73984146118164,1,N,2,21.0,0.0,0.5,0.3,0.0,5.54,,27.34,1.0 +2,2016-01-28 09:30:23,2016-01-28 09:47:22,1,2.88,,,-73.99575805664062,40.69538879394531,-74.0140609741211,40.704959869384766,1,N,1,13.5,0.0,0.5,0.3,4.29,0.0,,18.59,1.0 +1,2016-01-26 05:43:40,2016-01-26 06:34:00,1,8.1,,,-73.96163940429688,40.67437744140625,-73.98170471191406,40.746253967285156,1,N,1,34.5,0.0,0.5,0.3,7.05,0.0,,42.35,1.0 +2,2016-01-08 16:46:13,2016-01-08 17:02:11,1,2.51,,,-73.97872924804688,40.67892837524414,-74.00588989257812,40.65277099609375,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-15 16:27:30,2016-01-15 16:36:12,1,3.65,,,-73.91732788085938,40.76991271972656,-73.8658218383789,40.771018981933594,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-29 07:51:16,2016-01-29 07:58:25,6,0.78,,,-73.99104309082031,40.69221496582031,-74.00067901611328,40.68600082397461,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-06 19:35:19,2016-01-06 19:42:37,1,0.86,,,-73.95284271240234,40.72727584838867,-73.95587921142578,40.73514175415039,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 18:51:53,2016-01-10 19:16:27,1,9.35,,,-73.89010620117188,40.75004959106445,-73.99226379394531,40.71385192871094,1,N,1,29.5,0.0,0.5,0.3,6.06,0.0,,36.36,1.0 +2,2016-01-27 07:45:18,2016-01-27 07:51:39,1,0.78,,,-73.96448516845703,40.80701446533203,-73.9559555053711,40.81867980957031,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-03 13:45:01,2016-01-03 13:50:58,1,0.9,,,-73.95408630371094,40.80595397949219,-73.94847869873047,40.797733306884766,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-12 00:05:56,2016-01-12 00:09:08,1,0.65,,,-73.92752838134766,40.823036193847656,-73.9223861694336,40.82471466064453,1,N,1,4.5,0.5,0.5,0.3,5.0,0.0,,10.8,1.0 +2,2016-01-26 21:47:39,2016-01-26 22:01:28,1,2.47,,,-73.8443603515625,40.721641540527344,-73.87562561035156,40.73565673828125,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-22 17:39:03,2016-01-22 17:43:26,1,0.55,,,-73.95109558105469,40.81025695800781,-73.95625305175781,40.80314254760742,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 03:32:57,2016-01-01 03:35:24,1,0.48,,,-73.9266586303711,40.68548583984375,-73.92666625976562,40.67914962768555,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 03:43:06,2016-01-16 03:58:32,6,6.41,,,-73.92359924316406,40.764068603515625,-73.93389129638672,40.71521759033203,1,N,1,21.0,0.5,0.5,0.3,2.5,0.0,,24.8,1.0 +2,2016-01-09 09:47:18,2016-01-09 09:55:12,1,1.59,,,-73.95555877685547,40.819637298583984,-73.938232421875,40.80460739135742,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 11:27:21,2016-01-29 11:32:59,1,0.87,,,-73.94964599609375,40.80226135253906,-73.94581604003906,40.797088623046875,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 02:50:53,2016-01-01 03:08:53,1,3.48,,,-73.98081970214844,40.66773223876953,-73.957275390625,40.69076156616211,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-16 09:09:28,2016-01-16 09:14:35,1,1.0,,,-73.95804595947266,40.68910217285156,-73.96292877197266,40.68407440185547,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-22 13:58:30,2016-01-22 14:08:01,1,1.5,,,-73.97810363769531,40.685142517089844,-73.98665618896484,40.70304489135742,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,,10.55,1.0 +2,2016-01-10 22:04:16,2016-01-10 22:20:26,1,2.8,,,-73.95986938476562,40.71589279174805,-73.92463684082031,40.700111389160156,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,,17.88,1.0 +2,2016-01-13 03:38:50,2016-01-13 04:20:48,1,16.83,,,-73.91674041748047,40.81842803955078,-73.91592407226562,40.65937042236328,1,N,1,49.5,0.5,0.5,0.3,20.0,0.0,,70.8,1.0 +2,2016-01-30 12:25:49,2016-01-30 12:34:30,1,1.19,,,-73.89595794677734,40.85163879394531,-73.8985366821289,40.86210632324219,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 22:53:11,2016-01-09 23:02:54,2,1.41,,,-73.90338897705078,40.7457160949707,-73.91497802734375,40.76036834716797,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-20 20:34:23,2016-01-20 20:44:01,2,1.96,,,-73.98265075683594,40.66743469238281,-74.01052856445312,40.671974182128906,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-22 23:33:01,2016-01-22 23:52:22,1,6.96,,,-73.94467163085938,40.79977035522461,-73.905029296875,40.878475189208984,1,N,1,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-19 14:06:09,2016-01-19 14:21:36,1,3.44,,,-73.82608795166016,40.74666976928711,-73.86788940429688,40.754173278808594,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-10 22:04:03,2016-01-10 22:08:20,2,1.06,,,-73.89994049072266,40.746009826660156,-73.91551208496094,40.74910354614258,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-11 03:11:52,2016-01-11 03:19:18,1,1.71,,,-73.884521484375,40.74766540527344,-73.8799819946289,40.73067855834961,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-09 15:41:41,2016-01-09 15:48:48,1,1.71,,,-74.01654815673828,40.674293518066406,-73.99854278564453,40.68133544921875,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,,9.3,1.0 +2,2016-01-08 22:08:49,2016-01-08 22:26:49,2,5.62,,,-73.92565155029297,40.754638671875,-73.97966766357422,40.73021697998047,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-23 05:07:17,2016-01-23 05:32:45,1,6.91,,,-73.84708404541016,40.716583251953125,-73.88921356201172,40.65506362915039,1,N,1,22.0,0.5,0.5,0.3,5.0,0.0,,28.3,1.0 +2,2016-01-12 16:16:19,2016-01-12 16:32:55,5,2.79,,,-73.98680114746094,40.70235824584961,-74.00944519042969,40.724159240722656,1,N,1,13.5,1.0,0.5,0.3,3.06,0.0,,18.36,1.0 +2,2016-01-28 16:34:49,2016-01-28 16:51:53,1,3.65,,,-73.8441162109375,40.721717834472656,-73.90679931640625,40.741966247558594,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-22 19:41:47,2016-01-22 19:57:03,1,3.49,,,-73.97798919677734,40.68454360961914,-73.95382690429688,40.707298278808594,1,N,1,14.5,1.0,0.5,0.3,1.0,0.0,,17.3,1.0 +2,2016-01-27 10:46:53,2016-01-27 11:09:47,1,3.73,,,-73.9974594116211,40.68366241455078,-74.00306701660156,40.72022247314453,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +1,2016-01-17 22:16:09,2016-01-17 22:21:34,1,1.2,,,-73.96052551269531,40.65884017944336,-73.95384216308594,40.67400360107422,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-08 23:31:28,2016-01-08 23:44:01,1,2.92,,,-73.9805908203125,40.688758850097656,-73.94047546386719,40.69981384277344,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-22 14:02:24,2016-01-22 14:30:19,1,10.22,,,-73.86463928222656,40.881141662597656,-73.95488739013672,40.80331802368164,1,N,2,33.0,0.0,0.5,0.3,0.0,0.0,,33.8,1.0 +2,2016-01-30 18:20:20,2016-01-30 18:29:14,1,0.87,,,-73.8692855834961,40.749088287353516,-73.86083984375,40.748538970947266,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 20:18:43,2016-01-27 20:25:44,1,1.39,,,-73.9245834350586,40.767608642578125,-73.92369079589844,40.754615783691406,1,N,1,7.0,0.5,0.5,0.3,1.24,0.0,,9.54,1.0 +1,2016-01-09 04:50:58,2016-01-09 04:59:50,4,1.4,,,-73.95768737792969,40.72249984741211,-73.9517593383789,40.71398162841797,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-19 20:59:07,2016-01-19 21:03:07,1,1.39,,,-73.9550552368164,40.789039611816406,-73.97087097167969,40.8001708984375,1,N,1,6.0,0.5,0.5,0.3,2.0,0.0,,9.3,1.0 +2,2016-01-20 21:20:47,2016-01-20 21:25:44,1,1.1,,,-73.9398422241211,40.805381774902344,-73.92366027832031,40.80786895751953,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-20 20:14:28,2016-01-20 20:24:08,1,2.4,,,-73.9868392944336,40.702430725097656,-73.95834350585938,40.68907165527344,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-29 08:35:41,2016-01-29 08:44:39,1,2.01,,,-73.94583129882812,40.7896842956543,-73.92294311523438,40.80888748168945,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-17 00:45:21,2016-01-17 00:52:55,1,2.42,,,-73.80770111083984,40.700870513916016,-73.76876068115234,40.703857421875,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-29 17:03:40,2016-01-29 17:15:14,1,1.13,,,-73.94324493408203,40.79343032836914,-73.9416275024414,40.80704879760742,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-05 08:51:53,2016-01-05 09:17:59,1,4.17,,,-73.94249725341797,40.80618667602539,-73.97908020019531,40.755794525146484,1,N,1,19.0,0.0,0.5,0.3,3.96,0.0,,23.76,1.0 +2,2016-01-28 00:15:05,2016-01-28 00:20:17,1,1.22,,,-73.95782470703125,40.717689514160156,-73.95762634277344,40.72968673706055,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-18 00:02:42,2016-01-18 00:16:11,1,2.47,,,-73.96332550048828,40.710304260253906,-73.9260482788086,40.69498825073242,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-06 17:42:45,2016-01-06 17:52:22,1,1.7,,,-73.86875915527344,40.73375701904297,-73.84899139404297,40.727272033691406,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-18 18:30:39,2016-01-18 18:36:16,1,1.2,,,-73.94822692871094,40.73091125488281,-73.95308685302734,40.74247360229492,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-22 02:52:11,2016-01-22 02:58:23,1,1.13,,,-73.95729064941406,40.726924896240234,-73.96134948730469,40.71450424194336,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 23:32:51,2016-01-27 23:47:16,1,3.47,,,-73.96249389648438,40.710105895996094,-73.90486145019531,40.71030807495117,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-16 20:30:09,2016-01-16 20:36:43,1,2.68,,,-73.89090728759766,40.74694061279297,-73.87602996826172,40.76987075805664,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-22 20:37:28,2016-01-22 20:48:09,1,2.33,,,-73.83382415771484,40.716697692871094,-73.86241912841797,40.70787811279297,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-20 15:57:01,2016-01-20 16:15:26,1,2.27,,,-73.90930938720703,40.67899703979492,-73.89258575439453,40.65730667114258,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +1,2016-01-22 11:01:25,2016-01-22 11:14:26,1,4.2,,,-73.93647003173828,40.79892349243164,-73.96646881103516,40.75351333618164,1,N,1,14.5,0.0,0.5,0.3,0.1,0.0,,15.4,1.0 +2,2016-01-19 08:38:19,2016-01-19 08:47:20,1,1.98,,,-73.9393539428711,40.842350006103516,-73.9538345336914,40.81779098510742,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-01 07:46:58,2016-01-01 07:48:56,1,0.2,,,-73.93800354003906,40.803680419921875,-73.94124603271484,40.802345275878906,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-25 07:47:24,2016-01-25 07:57:00,1,1.4,,,-73.91716003417969,40.743167877197266,-73.93742370605469,40.73951721191406,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-13 07:54:30,2016-01-13 08:08:55,1,1.9,,,-73.95811462402344,40.81535339355469,-73.9576644897461,40.81528091430664,1,N,3,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-19 19:27:47,2016-01-19 19:42:29,1,4.77,,,-73.95220184326172,40.7897834777832,-74.00114440917969,40.762229919433594,1,N,1,17.0,1.0,0.5,0.3,2.0,0.0,,20.8,1.0 +2,2016-01-29 10:00:56,2016-01-29 10:22:29,1,7.51,,,-73.92511749267578,40.86632537841797,-73.95154571533203,40.76960372924805,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,,30.36,1.0 +2,2016-01-04 16:42:43,2016-01-04 16:52:05,1,2.05,,,-73.80744171142578,40.70018768310547,-73.78368377685547,40.684017181396484,1,N,1,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-28 16:06:18,2016-01-28 16:17:01,1,1.97,,,-73.91963958740234,40.86799621582031,-73.91503143310547,40.879051208496094,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-08 17:49:21,2016-01-08 18:06:52,1,2.66,,,-73.88179016113281,40.6480598449707,-73.90343475341797,40.6789665222168,1,N,1,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-30 18:09:49,2016-01-30 18:23:54,1,1.7,,,-73.95890808105469,40.65079879760742,-73.95329284667969,40.67045211791992,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-12 22:19:53,2016-01-12 22:24:38,1,0.97,,,-73.97806549072266,40.680076599121094,-73.98336791992188,40.668739318847656,1,N,1,5.5,0.5,0.5,0.3,1.2,0.0,,8.0,1.0 +2,2016-01-27 20:37:14,2016-01-27 20:52:00,1,3.35,,,-73.80748748779297,40.70064926147461,-73.76667022705078,40.72077178955078,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-13 03:50:30,2016-01-13 04:10:41,1,5.86,,,-73.96510314941406,40.711063385009766,-73.91101837158203,40.66327667236328,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-16 21:18:23,2016-01-16 21:29:13,1,4.77,,,-73.93228149414062,40.79556655883789,-73.91796875,40.84213638305664,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-08 14:31:53,2016-01-08 14:38:20,1,0.83,,,-73.9094467163086,40.77725601196289,-73.91144561767578,40.76834487915039,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-20 22:24:52,2016-01-20 22:36:49,1,5.37,,,-73.94090270996094,40.83987808227539,-73.97681427001953,40.780216217041016,1,N,1,17.0,0.5,0.5,0.3,3.0,0.0,,21.3,1.0 +2,2016-01-12 07:28:08,2016-01-12 07:38:11,1,2.48,,,-73.95665740966797,40.744903564453125,-73.97551727294922,40.741737365722656,1,N,1,10.0,0.0,0.5,0.3,3.27,5.54,,19.61,1.0 +2,2016-01-29 14:27:50,2016-01-29 14:30:37,1,0.26,,,-73.94478607177734,40.74761962890625,-73.94733428955078,40.74653625488281,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-18 17:55:24,2016-01-18 17:59:24,1,0.85,,,-73.97779083251953,40.68474578857422,-73.97380828857422,40.69300842285156,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-02 18:52:51,2016-01-02 19:07:26,1,4.0,,,-73.93302917480469,40.79926681518555,-73.93876647949219,40.84938049316406,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-30 02:49:56,2016-01-30 02:57:54,1,1.63,,,-73.84407043457031,40.721046447753906,-73.85096740722656,40.74201583862305,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-16 12:07:04,2016-01-16 12:12:35,1,1.1,,,-73.97662353515625,40.686981201171875,-73.96692657470703,40.69570541381836,1,N,2,6.0,0.0,0.5,0,0.0,0.0,,6.5,1.0 +2,2016-01-30 11:49:19,2016-01-30 11:52:29,1,0.8,,,-73.96641540527344,40.71137619018555,-73.96240997314453,40.70518112182617,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-30 02:08:28,2016-01-30 02:13:25,1,0.87,,,-73.95879364013672,40.716861724853516,-73.95081329345703,40.7109260559082,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-29 03:54:17,2016-01-29 04:38:41,1,15.18,,,-73.96147155761719,40.71451187133789,-73.92312622070312,40.86903762817383,1,N,1,47.0,0.5,0.5,0.3,2.0,0.0,,50.3,1.0 +2,2016-01-02 09:08:34,2016-01-02 09:10:20,2,0.56,,,-73.91226196289062,40.7262077331543,-73.9189453125,40.72254180908203,1,N,1,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-22 00:15:32,2016-01-22 00:19:02,1,0.81,,,-73.93213653564453,40.69525146484375,-73.92716217041016,40.70332717895508,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-02 22:12:58,2016-01-02 22:20:33,1,1.18,,,-73.96208190917969,40.71321487426758,-73.95271301269531,40.72706604003906,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-03 10:58:39,2016-01-03 11:12:53,1,3.03,,,-73.9424057006836,40.79904556274414,-73.97997283935547,40.7840576171875,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-09 15:21:03,2016-01-09 15:33:32,2,2.3,,,-73.97607421875,40.68391799926758,-73.94104766845703,40.6748161315918,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,,13.55,1.0 +2,2016-01-18 08:19:38,2016-01-18 08:23:34,1,0.77,,,-73.95303344726562,40.71412658691406,-73.96353912353516,40.71860122680664,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-20 20:44:23,2016-01-20 20:59:52,3,3.1,,,-73.98670196533203,40.702430725097656,-73.95209503173828,40.71103286743164,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-05 06:52:26,2016-01-05 06:53:45,1,0.43,,,-73.95811462402344,40.81535720825195,-73.95281982421875,40.810821533203125,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-18 20:46:52,2016-01-18 20:50:33,1,0.65,,,-73.9640884399414,40.807823181152344,-73.95789337158203,40.80884552001953,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-14 01:32:42,2016-01-14 01:40:31,1,2.24,,,-73.95681762695312,40.68685531616211,-73.97870635986328,40.67819595336914,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-18 15:46:23,2016-01-18 15:50:12,1,0.6,,,-73.87042236328125,40.74921798706055,-73.87413787841797,40.743408203125,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-03 08:24:07,2016-01-03 08:31:04,1,1.44,,,-73.96089935302734,40.69329833984375,-73.96765899658203,40.68016815185547,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 04:57:39,2016-01-01 05:14:39,1,6.49,,,-73.93531799316406,40.795921325683594,-73.98566436767578,40.722930908203125,1,N,1,21.5,0.5,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-19 07:22:51,2016-01-19 07:25:17,1,0.64,,,-73.97042846679688,40.690914154052734,-73.98056030273438,40.68976593017578,1,N,1,4.0,0.0,0.5,0.3,0.7,0.0,,5.5,1.0 +2,2016-01-19 14:41:55,2016-01-19 14:49:00,1,1.36,,,-73.94895935058594,40.802860260009766,-73.96341705322266,40.810707092285156,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-05 17:08:54,2016-01-05 17:18:08,1,1.9,,,-73.84456634521484,40.72193145751953,-73.81852722167969,40.72835922241211,1,N,1,8.5,1.0,0.5,0.3,2.55,0.0,,12.85,1.0 +2,2016-01-27 02:23:38,2016-01-27 02:26:45,1,0.74,,,-73.94713592529297,40.63230514526367,-73.94208526611328,40.62693786621094,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-08 16:40:29,2016-01-08 16:46:37,1,1.05,,,-73.86907196044922,40.74291229248047,-73.88262176513672,40.74997329711914,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-01 04:54:53,2016-01-01 05:01:05,1,0.99,,,-73.9514389038086,40.8045539855957,-73.9422836303711,40.817108154296875,1,N,1,6.5,0.5,0.5,0.3,5.0,0.0,,12.8,1.0 +2,2016-01-28 20:27:11,2016-01-28 20:35:31,2,1.06,,,-73.86931610107422,40.748958587646484,-73.86267852783203,40.73760223388672,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-08 08:01:07,2016-01-08 08:21:15,1,3.97,,,-73.95979309082031,40.691444396972656,-73.97937774658203,40.66946792602539,1,N,1,16.0,0.0,0.5,0.3,1.0,0.0,,17.8,1.0 +2,2016-01-05 17:31:01,2016-01-05 17:42:01,1,2.04,,,-73.87635803222656,40.756622314453125,-73.91249084472656,40.75480270385742,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-25 07:47:24,2016-01-25 08:08:28,1,3.29,,,-73.94192504882812,40.746402740478516,-73.95340728759766,40.767311096191406,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-27 10:36:12,2016-01-27 10:43:53,1,1.25,,,-73.9596939086914,40.68826675415039,-73.98148345947266,40.69001007080078,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-10 21:39:04,2016-01-10 21:53:38,1,2.9,,,-73.96739959716797,40.68555450439453,-73.9534912109375,40.707706451416016,1,N,1,12.5,0.5,0.5,0.3,1.5,0.0,,15.3,1.0 +2,2016-01-09 13:39:46,2016-01-09 13:51:54,1,1.82,,,-73.99356079101562,40.69622039794922,-73.96565246582031,40.69215393066406,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-10 14:54:34,2016-01-10 15:02:40,2,1.82,,,-73.90154266357422,40.86835861206055,-73.91813659667969,40.8707275390625,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-25 23:30:08,2016-01-25 23:30:35,1,0.09,,,-73.89148712158203,40.85447692871094,-73.89531707763672,40.85508728027344,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-05 00:46:01,2016-01-05 00:51:35,1,1.17,,,-73.95159149169922,40.723358154296875,-73.9579086303711,40.71091079711914,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 14:08:55,2016-01-05 14:13:06,1,0.88,,,-74.00037384033203,40.654598236083984,-73.98906707763672,40.6658935546875,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-06 17:49:05,2016-01-06 18:14:02,1,4.0,,,-73.96858978271484,40.68214797973633,-73.95366668701172,40.71419906616211,1,N,1,18.0,1.0,0.5,0.3,2.0,0.0,,21.8,1.0 +2,2016-01-25 12:12:22,2016-01-25 12:20:42,1,1.67,,,-73.88966369628906,40.8607177734375,-73.87808990478516,40.84274673461914,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-27 23:12:14,2016-01-27 23:22:57,1,2.98,,,-73.98363494873047,40.676761627197266,-73.94679260253906,40.66034698486328,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-28 20:31:53,2016-01-28 20:52:43,2,5.9,,,-73.87418365478516,40.73511505126953,-73.79232025146484,40.6994743347168,1,N,1,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-19 19:18:10,2016-01-19 19:25:35,1,1.13,,,-73.84427642822266,40.721656799316406,-73.84454345703125,40.71055603027344,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-02 18:27:08,2016-01-02 18:44:51,1,2.2,,,-73.88544464111328,40.74748611450195,-73.8594741821289,40.74213790893555,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-29 19:33:34,2016-01-29 19:38:39,1,0.88,,,-73.98028564453125,40.668331146240234,-73.98020935058594,40.660701751708984,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-02 13:12:02,2016-01-02 13:20:47,1,1.32,,,-73.96312713623047,40.6937370300293,-73.98739624023438,40.69344711303711,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-09 04:54:10,2016-01-09 05:00:30,1,1.8,,,-73.93794250488281,40.74919891357422,-73.96416473388672,40.761329650878906,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-18 19:11:36,2016-01-18 19:15:37,1,0.63,,,-73.96339416503906,40.711116790771484,-73.95692443847656,40.7186279296875,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-09 19:27:35,2016-01-09 19:34:56,1,0.97,,,-73.9909439086914,40.69235610961914,-73.97401428222656,40.68727111816406,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 04:13:40,2016-01-01 04:18:01,1,1.04,,,-73.95347595214844,40.681068420410156,-73.94248962402344,40.68943786621094,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 00:44:10,2016-01-05 00:49:35,1,0.95,,,-73.91780853271484,40.77003860473633,-73.92879486083984,40.77381896972656,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-03 11:56:35,2016-01-03 12:02:59,1,1.11,,,-73.96456909179688,40.807308197021484,-73.9663314819336,40.79443359375,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-22 01:10:02,2016-01-22 01:13:36,5,0.95,,,-73.91145324707031,40.7755126953125,-73.89838409423828,40.77147674560547,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-08 10:52:35,2016-01-08 11:15:55,1,5.06,,,-73.9300537109375,40.81973648071289,-73.96112823486328,40.7723388671875,1,N,1,20.5,0.5,0.5,0.3,6.54,0.0,,28.34,1.0 +2,2016-01-02 02:44:40,2016-01-02 02:54:03,1,3.07,,,-73.94937133789062,40.79408645629883,-73.91526794433594,40.82156753540039,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-11 08:45:06,2016-01-11 08:50:15,5,1.06,,,-73.95122528076172,40.78601837158203,-73.96717834472656,40.793636322021484,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-03 07:36:13,2016-01-03 07:51:23,1,8.16,,,-73.91487121582031,40.77588653564453,-73.97679138183594,40.75217819213867,1,N,1,23.0,0.0,0.5,0.3,5.87,5.54,,35.21,1.0 +2,2016-01-13 23:26:25,2016-01-13 23:48:10,1,4.67,,,-73.91368865966797,40.67928695678711,-73.96673583984375,40.6834831237793,1,N,1,18.0,0.5,0.5,0.3,3.86,0.0,,23.16,1.0 +1,2016-01-26 00:07:59,2016-01-26 00:21:27,2,2.3,,,-73.95903015136719,40.71666717529297,-73.93688201904297,40.705772399902344,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-08 22:38:34,2016-01-08 22:45:14,1,1.34,,,-73.92266845703125,40.68257141113281,-73.91739654541016,40.689510345458984,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-16 03:23:15,2016-01-16 03:36:00,5,3.02,,,-73.9044189453125,40.745033264160156,-73.86954498291016,40.743614196777344,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,,16.0,1.0 +1,2016-01-30 12:31:36,2016-01-30 12:41:20,1,2.0,,,-73.94247436523438,40.828304290771484,-73.93854522705078,40.80585479736328,1,Y,1,9.0,0.0,0.5,0.3,1.95,0.0,,11.75,1.0 +2,2016-01-25 22:02:38,2016-01-25 22:17:16,1,1.95,,,-73.93101501464844,40.67062759399414,-73.94732666015625,40.652809143066406,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-27 16:57:38,2016-01-27 17:12:10,1,2.32,,,-73.94615173339844,40.81546401977539,-73.94781494140625,40.79025650024414,1,N,1,11.0,1.0,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-17 00:26:16,2016-01-17 00:34:58,1,2.12,,,-73.890869140625,40.746971130371094,-73.87479400634766,40.727027893066406,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-02 19:20:21,2016-01-02 19:35:34,1,2.07,,,-73.898681640625,40.85997009277344,-73.88551330566406,40.846675872802734,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-01 01:33:08,2016-01-01 01:36:53,1,0.64,,,-73.91397857666016,40.82432556152344,-73.92567443847656,40.82796096801758,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,,7.54,1.0 +2,2016-01-27 00:05:37,2016-01-27 00:16:50,1,2.03,,,-73.95642852783203,40.68473815917969,-73.93505096435547,40.67088317871094,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-15 00:03:15,2016-01-15 00:10:33,1,3.4,,,-73.954345703125,40.587345123291016,-73.9961929321289,40.596099853515625,1,N,1,11.68,0.5,0.5,0.3,2.0,0.0,,14.98,1.0 +1,2016-01-02 15:54:08,2016-01-02 16:03:02,1,1.8,,,-73.9576187133789,40.80134582519531,-73.9500503540039,40.82198715209961,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 18:48:47,2016-01-06 18:51:08,1,0.67,,,-73.9130630493164,40.84999084472656,-73.9224853515625,40.845211029052734,5,N,1,14.0,0.0,0.0,0,0.0,0.0,,14.0,2.0 +2,2016-01-16 23:31:30,2016-01-16 23:49:42,2,4.24,,,-73.94514465332031,40.808189392089844,-73.97250366210938,40.75593566894531,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-27 20:29:09,2016-01-27 20:36:12,1,1.6,,,-73.82986450195312,40.71345520019531,-73.84812927246094,40.69816207885742,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 16:55:23,2016-01-20 17:05:46,3,1.75,,,-73.87418365478516,40.735084533691406,-73.9016342163086,40.743587493896484,1,N,1,9.0,1.0,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-16 21:30:35,2016-01-16 21:36:18,1,1.24,,,-73.9518051147461,40.81950378417969,-73.93994140625,40.83566665649414,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-02 19:18:19,2016-01-02 19:23:14,1,0.84,,,-73.89149475097656,40.86191177368164,-73.90111541748047,40.86674880981445,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-16 22:31:16,2016-01-16 22:50:05,1,4.38,,,-73.94633483886719,40.795616149902344,-73.98580932617188,40.740638732910156,1,N,1,17.0,0.5,0.5,0.3,1.0,0.0,,19.3,1.0 +2,2016-01-02 05:43:38,2016-01-02 05:49:38,1,0.94,,,-73.88391876220703,40.747581481933594,-73.86817169189453,40.7459831237793,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-30 19:43:43,2016-01-30 19:59:20,1,3.2,,,-73.96158599853516,40.65232849121094,-73.9583969116211,40.60877990722656,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-01 03:56:58,2016-01-01 04:02:27,1,0.87,,,-73.89093017578125,40.74692916870117,-73.88536834716797,40.75548553466797,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 23:08:25,2016-01-19 23:17:24,1,2.17,,,-73.9556655883789,40.80404281616211,-73.94686889648438,40.829925537109375,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-16 05:00:52,2016-01-16 05:14:14,1,4.73,,,-73.99381256103516,40.66094207763672,-74.0296859741211,40.627105712890625,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-22 13:40:02,2016-01-22 13:50:24,6,2.71,,,-73.95842742919922,40.810665130615234,-73.94161224365234,40.83932113647461,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-28 22:44:11,2016-01-28 22:49:18,1,1.03,,,-73.95543670654297,40.71998977661133,-73.93791961669922,40.726295471191406,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 20:13:47,2016-01-26 20:26:50,1,2.18,,,-73.84430694580078,40.721378326416016,-73.81944274902344,40.701873779296875,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-03 21:50:51,2016-01-03 22:03:58,3,3.27,,,-73.96321105957031,40.71690368652344,-73.95700073242188,40.67341613769531,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-29 19:23:58,2016-01-29 19:27:40,1,0.48,,,-73.94222259521484,40.81238555908203,-73.94751739501953,40.80870819091797,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-04 19:21:55,2016-01-04 19:30:30,1,1.7,,,-73.9366226196289,40.68775939941406,-73.96766662597656,40.68367004394531,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-25 23:47:41,2016-01-25 23:54:59,1,1.01,,,-73.94062805175781,40.80565643310547,-73.93801879882812,40.81216049194336,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-15 17:24:14,2016-01-15 17:36:18,1,1.92,,,-73.9865493774414,40.703895568847656,-73.9695816040039,40.686397552490234,1,N,1,9.5,1.0,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-21 14:56:33,2016-01-21 15:06:08,1,1.2,,,-73.91780090332031,40.7700309753418,-73.93098449707031,40.76694869995117,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-08 16:39:31,2016-01-08 16:55:10,1,2.6,,,-73.94987487792969,40.675941467285156,-73.95918273925781,40.64751434326172,1,N,1,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-17 16:27:43,2016-01-17 17:34:08,1,13.8,,,-73.98065948486328,40.667964935302734,-73.92543029785156,40.76526641845703,1,N,1,50.0,0.0,0.5,0.3,10.16,0.0,,60.96,1.0 +2,2016-01-08 18:35:39,2016-01-08 18:36:43,1,0.45,,,-73.94246673583984,40.82195281982422,-73.9383316040039,40.82747268676758,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 22:14:12,2016-01-02 22:18:15,1,0.66,,,-73.95751953125,40.80141067504883,-73.95140838623047,40.809844970703125,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-19 11:23:00,2016-01-19 11:29:12,1,0.84,,,-73.86910247802734,40.749263763427734,-73.87223052978516,40.760711669921875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 19:32:19,2016-01-08 19:39:41,1,0.83,,,-73.89875030517578,40.7461051940918,-73.89364624023438,40.75083541870117,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-28 16:04:11,2016-01-28 16:18:27,1,2.1,,,-73.93933868408203,40.80522537231445,-73.96585083007812,40.80559158325195,1,N,1,11.0,1.0,0.5,0.3,3.2,0.0,,16.0,1.0 +2,2016-01-08 11:48:44,2016-01-08 11:48:45,1,0.0,,,-73.91520690917969,40.69902038574219,-73.9151611328125,40.6991081237793,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +1,2016-01-22 17:30:01,2016-01-22 17:47:03,1,3.3,,,-73.99724578857422,40.694969177246094,-73.98873138427734,40.727176666259766,1,N,1,14.5,1.0,0.5,0.3,2.0,0.0,,18.3,1.0 +2,2016-01-01 02:08:55,2016-01-01 02:22:14,1,1.75,,,-73.94685363769531,40.69343185424805,-73.93367767333984,40.70562744140625,1,N,1,10.5,0.5,0.5,0.3,3.54,0.0,,15.34,1.0 +2,2016-01-30 21:21:15,2016-01-30 21:30:01,1,0.72,,,-73.85520935058594,40.74386215209961,-73.86333465576172,40.74987030029297,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-02 18:25:38,2016-01-02 18:33:04,1,1.0,,,-73.97797393798828,40.6934928894043,-73.9918441772461,40.69070053100586,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-29 23:31:42,2016-01-29 23:38:11,1,0.92,,,-73.8910903930664,40.74688720703125,-73.88519287109375,40.755653381347656,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-06 22:13:31,2016-01-06 22:23:34,2,1.8,,,-73.8915023803711,40.74672317504883,-73.86500549316406,40.73466110229492,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-15 16:30:58,2016-01-15 16:41:46,1,1.64,,,-73.86927032470703,40.74924850463867,-73.87799835205078,40.76805114746094,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-10 23:38:13,2016-01-10 23:43:30,1,1.2,,,-73.89080810546875,40.74687576293945,-73.87487030029297,40.75286102294922,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 19:50:40,2016-01-30 20:08:19,1,3.26,,,-73.87761688232422,40.74842071533203,-73.83465576171875,40.75942611694336,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-22 22:08:25,2016-01-22 22:10:17,1,0.72,,,-73.91600799560547,40.76271438598633,-73.92359161376953,40.75468826293945,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-30 20:45:20,2016-01-30 21:29:06,1,12.8,,,-73.99076843261719,40.69376754760742,-73.79472351074219,40.668209075927734,1,N,2,41.5,0.5,0.5,0.3,0.0,0.0,,42.8,1.0 +2,2016-01-13 14:01:57,2016-01-13 14:10:57,1,1.95,,,-73.94377899169922,40.825443267822266,-73.91498565673828,40.82219314575195,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,,11.15,1.0 +1,2016-01-16 19:00:43,2016-01-16 19:17:09,1,3.4,,,-73.94131469726562,40.818424224853516,-73.92594909667969,40.86351013183594,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,,18.35,1.0 +2,2016-01-02 19:55:45,2016-01-02 20:01:34,1,1.56,,,-73.94773864746094,40.79899215698242,-73.94025421142578,40.81483459472656,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 22:26:34,2016-01-09 22:35:29,1,1.81,,,-73.943115234375,40.82328796386719,-73.94932556152344,40.80271530151367,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-06 21:07:30,2016-01-06 21:10:46,3,0.95,,,-73.95231628417969,40.78971862792969,-73.94774627685547,40.79844665527344,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 02:01:35,2016-01-01 02:10:40,1,2.86,,,-73.95459747314453,40.691123962402344,-73.9406509399414,40.721675872802734,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-30 17:31:08,2016-01-30 17:50:13,1,3.2,,,-73.94859313964844,40.80931854248047,-73.93431854248047,40.79743194580078,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-19 18:07:30,2016-01-19 18:39:46,1,5.91,,,-73.95834350585938,40.67966842651367,-73.99044036865234,40.73869323730469,1,N,1,25.0,1.0,0.5,0.3,5.36,0.0,,32.16,1.0 +2,2016-01-30 14:02:51,2016-01-30 14:29:27,1,6.88,,,-73.94823455810547,40.82931137084961,-73.8545913696289,40.84059143066406,1,N,2,23.0,0.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-30 13:17:02,2016-01-30 13:32:36,4,4.32,,,-73.88065338134766,40.856563568115234,-73.83011627197266,40.86932373046875,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +2,2016-01-29 17:20:27,2016-01-29 17:25:08,6,0.89,,,-73.87432861328125,40.73508071899414,-73.87891387939453,40.72844314575195,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-10 19:42:26,2016-01-10 19:49:07,1,1.41,,,-73.95768737792969,40.71794128417969,-73.95233154296875,40.7344856262207,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-15 17:15:54,2016-01-15 17:22:09,1,0.64,,,-73.96531677246094,40.80590057373047,-73.9577865600586,40.813026428222656,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-10 01:03:23,2016-01-10 01:07:35,1,0.91,,,-73.92786407470703,40.74442672729492,-73.92564392089844,40.74172592163086,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 16:31:41,2016-01-30 16:43:47,1,1.41,,,-73.93563079833984,40.795753479003906,-73.95181274414062,40.807865142822266,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-06 13:25:01,2016-01-06 13:25:34,1,0.09,,,-73.94325256347656,40.81082534790039,-73.94183349609375,40.81269836425781,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-06 22:48:51,2016-01-06 22:59:48,6,4.21,,,-73.9138412475586,40.76536560058594,-73.85264587402344,40.752777099609375,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-12 19:59:59,2016-01-12 20:08:24,1,1.3,,,-73.99073028564453,40.685760498046875,-73.96895599365234,40.67797088623047,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-29 11:33:25,2016-01-29 11:51:32,1,3.2,,,-73.99803924560547,40.63963317871094,-73.98163604736328,40.674644470214844,1,N,1,14.0,0.0,0.5,0.3,4.4,0.0,,19.2,1.0 +1,2016-01-12 15:25:49,2016-01-12 16:02:19,2,6.7,,,-73.9428939819336,40.841636657714844,-73.95848846435547,40.77839279174805,1,N,2,29.0,0.0,0.5,0.3,0.0,0.0,,29.8,1.0 +2,2016-01-11 06:40:06,2016-01-11 06:45:49,1,1.36,,,-73.91438293457031,40.756858825683594,-73.89212799072266,40.74892044067383,1,N,1,6.5,0.0,0.5,0.3,5.0,0.0,,12.3,1.0 +2,2016-01-19 11:12:01,2016-01-19 11:22:13,1,1.04,,,-73.93905639648438,40.805538177490234,-73.94990539550781,40.793697357177734,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-25 15:04:00,2016-01-25 15:47:15,1,4.16,,,-73.9775619506836,40.69344711303711,-73.92726135253906,40.70158767700195,1,N,1,27.0,0.0,0.5,0.3,0.0,0.0,,27.8,1.0 +2,2016-01-30 18:38:54,2016-01-30 19:02:47,1,4.57,,,-73.95161437988281,40.663082122802734,-73.98284149169922,40.701114654541016,1,N,1,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-03 03:01:09,2016-01-03 03:07:46,1,1.21,,,-73.88726806640625,40.74717712402344,-73.87948608398438,40.75985336303711,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 19:09:39,2016-01-27 19:19:08,5,1.0,,,-73.9422836303711,40.790809631347656,-73.94841003417969,40.7783088684082,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-15 17:51:24,2016-01-15 18:07:31,1,2.84,,,-73.9903335571289,40.70295333862305,-73.99869537353516,40.725677490234375,1,N,1,13.0,1.0,0.5,0.3,3.7,0.0,,18.5,1.0 +1,2016-01-29 23:25:49,2016-01-29 23:28:11,2,0.4,,,-73.9475326538086,40.711326599121094,-73.95307922363281,40.71147918701172,1,N,1,4.0,0.5,0.5,0.3,1.0,0.0,,6.3,1.0 +2,2016-01-29 02:46:23,2016-01-29 02:47:17,3,0.13,,,-73.9116439819336,40.82835006713867,-73.90972137451172,40.83204650878906,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +1,2016-01-18 18:06:55,2016-01-18 18:15:33,1,1.3,,,-73.9513931274414,40.825347900390625,-73.9515151977539,40.81019973754883,1,N,1,8.0,1.0,0.5,0.3,1.95,0.0,,11.75,1.0 +2,2016-01-09 20:16:29,2016-01-09 21:07:44,2,9.28,,,-73.98694610595703,40.687705993652344,-73.95093536376953,40.774810791015625,1,N,1,39.5,0.5,0.5,0.3,12.24,0.0,,53.04,1.0 +2,2016-01-28 17:09:27,2016-01-28 17:29:37,1,2.73,,,-73.94691467285156,40.8161506652832,-73.97616577148438,40.792388916015625,1,N,1,15.0,1.0,0.5,0.3,3.36,0.0,,20.16,1.0 +2,2016-01-19 19:37:32,2016-01-19 19:47:16,1,2.77,,,-73.86371612548828,40.73283004760742,-73.82392883300781,40.71456527709961,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-26 19:57:08,2016-01-26 20:03:46,1,1.51,,,-73.9590835571289,40.809505462646484,-73.96550750732422,40.79204177856445,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-27 10:27:01,2016-01-27 10:33:45,1,1.23,,,-73.85208892822266,40.85002517700195,-73.87255859375,40.84133529663086,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-08 19:20:18,2016-01-08 19:38:42,1,5.6,,,-73.97135162353516,40.62748718261719,-74.00283813476562,40.57490539550781,1,N,1,19.0,1.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-13 23:49:57,2016-01-14 00:05:27,1,2.89,,,-73.94388580322266,40.68403244018555,-73.92623138427734,40.65562057495117,1,N,1,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-14 18:20:12,2016-01-14 18:27:53,2,1.48,,,-73.96601867675781,40.80485534667969,-73.95088958740234,40.8083610534668,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-20 00:30:46,2016-01-20 00:35:27,1,0.87,,,-73.94194793701172,40.798828125,-73.95552062988281,40.8052864074707,1,N,1,5.5,0.5,0.5,0.3,0.8,0.0,,7.6,1.0 +2,2016-01-02 20:37:21,2016-01-02 20:42:30,1,0.91,,,-73.97870635986328,40.68379211425781,-73.97966003417969,40.67534255981445,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-05 07:39:06,2016-01-05 07:44:53,1,1.13,,,-73.90634155273438,40.8297004699707,-73.9170913696289,40.81621551513672,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-04 11:48:32,2016-01-04 11:55:34,1,1.21,,,-73.97410583496094,40.68973159790039,-73.99201965332031,40.69058609008789,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-13 18:12:07,2016-01-13 18:29:31,1,2.5,,,-73.93931579589844,40.805477142333984,-73.94635009765625,40.77699661254883,1,N,1,12.5,1.0,0.5,0.3,2.14,0.0,,16.44,1.0 +2,2016-01-18 17:51:12,2016-01-18 18:23:43,1,12.94,,,-73.9761734008789,40.66688919067383,-73.7763671875,40.64535140991211,1,N,1,38.0,0.0,0.5,0.3,7.76,0.0,,46.56,1.0 +1,2016-01-11 09:29:44,2016-01-11 09:42:56,2,1.8,,,-73.86566162109375,40.73638916015625,-73.87626647949219,40.74827575683594,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-17 11:41:17,2016-01-17 11:41:23,1,0.0,,,-73.94387817382812,40.69792556762695,-73.94395446777344,40.69835662841797,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-26 12:40:46,2016-01-26 12:58:45,1,3.33,,,-73.8797836303711,40.87974548339844,-73.83796691894531,40.86326599121094,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-30 01:45:50,2016-01-30 01:53:37,1,1.14,,,-73.89082336425781,40.74637222290039,-73.87893676757812,40.73618698120117,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-21 18:44:11,2016-01-21 18:47:33,1,0.47,,,-73.9355697631836,40.850093841552734,-73.9297866821289,40.85228729248047,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 02:32:48,2016-01-09 02:41:49,1,2.18,,,-73.93852233886719,40.80488967895508,-73.92172241210938,40.82841491699219,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-20 08:44:25,2016-01-20 08:50:10,1,0.71,,,-73.94805908203125,40.804100036621094,-73.93848419189453,40.8055419921875,1,N,1,5.5,0.0,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-27 17:15:36,2016-01-27 17:22:00,1,0.65,,,-73.8961410522461,40.81652069091797,-73.89910888671875,40.82554626464844,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-10 12:53:36,2016-01-10 12:58:54,1,0.7,,,-73.94273376464844,40.83681869506836,-73.93666076660156,40.84531784057617,1,N,3,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-13 08:04:29,2016-01-13 08:16:57,1,1.78,,,-73.96355438232422,40.80323028564453,-73.94134521484375,40.814300537109375,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-19 20:20:38,2016-01-19 20:23:12,1,0.74,,,-73.95814514160156,40.72165298461914,-73.9501724243164,40.72267532348633,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-08 18:13:48,2016-01-08 18:22:51,1,1.43,,,-73.95482635498047,40.78758239746094,-73.9535140991211,40.77275848388672,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-03 03:05:16,2016-01-03 03:06:09,2,0.17,,,-73.9067153930664,40.74546813964844,-73.90809631347656,40.748451232910156,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-30 02:20:04,2016-01-30 02:24:27,1,0.76,,,-73.95819854736328,40.72182846069336,-73.96626281738281,40.7130012512207,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-02 11:59:34,2016-01-02 12:03:41,5,0.9,,,-73.952392578125,40.803218841552734,-73.95870971679688,40.81016540527344,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 09:10:43,2016-01-21 09:43:05,1,8.11,,,-73.86183166503906,40.73017883300781,-73.98645782470703,40.737064361572266,1,N,1,29.5,0.0,0.5,0.3,7.17,5.54,,43.01,1.0 +2,2016-01-04 20:48:08,2016-01-04 20:53:08,1,0.94,,,-73.97789001464844,40.684722900390625,-73.98529815673828,40.69243621826172,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-05 17:00:39,2016-01-05 17:04:22,1,0.79,,,-73.8905258178711,40.74702072143555,-73.88396453857422,40.753231048583984,1,N,1,4.5,1.0,0.5,0.3,2.0,0.0,,8.3,1.0 +2,2016-01-30 21:23:11,2016-01-30 21:36:52,1,1.85,,,-73.8910903930664,40.74680709838867,-73.87469482421875,40.73513412475586,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 12:39:24,2016-01-16 13:04:54,1,10.42,,,-73.95301055908203,40.810272216796875,-73.86176300048828,40.9300537109375,1,N,1,32.5,0.0,0.5,0.3,6.66,0.0,,39.96,1.0 +2,2016-01-19 09:34:14,2016-01-19 09:52:44,1,2.43,,,-73.95552825927734,40.744346618652344,-73.91439056396484,40.74372100830078,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-30 11:37:19,2016-01-30 11:47:45,1,1.93,,,-73.9630355834961,40.68854522705078,-73.96142578125,40.714378356933594,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-30 11:42:28,2016-01-30 12:02:46,1,2.5,,,-73.95897674560547,40.70874786376953,-73.92259979248047,40.68642044067383,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,,17.15,1.0 +2,2016-01-16 15:06:50,2016-01-16 15:17:27,1,1.38,,,-73.99283599853516,40.68980026245117,-73.97637939453125,40.6778678894043,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-26 08:21:53,2016-01-26 08:25:18,1,0.34,,,-73.9462661743164,40.80814743041992,-73.95214080810547,40.81064224243164,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-08 23:19:58,2016-01-08 23:34:43,2,3.05,,,-73.90060424804688,40.82230758666992,-73.94468688964844,40.80876541137695,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-11 19:11:56,2016-01-11 19:12:09,1,0.0,,,-73.95185852050781,40.73019027709961,-73.95193481445312,40.73033142089844,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-14 21:55:10,2016-01-14 22:05:57,1,2.72,,,-73.98068237304688,40.69000244140625,-73.98880004882812,40.72023391723633,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-21 17:41:56,2016-01-21 17:45:32,1,0.76,,,-73.96295166015625,40.80446243286133,-73.96411895751953,40.8090934753418,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 06:38:47,2016-01-15 06:49:24,1,3.04,,,-73.89108276367188,40.74689865112305,-73.92120361328125,40.76682662963867,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-22 00:22:29,2016-01-22 00:47:57,1,4.62,,,-73.97643280029297,40.68272399902344,-73.9798812866211,40.742923736572266,1,N,1,20.5,0.5,0.5,0.3,4.36,0.0,,26.16,1.0 +2,2016-01-21 11:28:16,2016-01-21 13:00:19,1,15.5,,,-73.87195587158203,40.77406311035156,-73.98580169677734,40.76286697387695,1,N,1,62.5,0.0,0.5,0.3,12.66,0.0,,75.96,1.0 +2,2016-01-17 19:20:27,2016-01-17 19:30:08,1,2.29,,,-73.99925231933594,40.68488693237305,-73.98403930664062,40.66404342651367,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-15 17:28:34,2016-01-15 17:41:15,1,2.01,,,-73.92976379394531,40.756351470947266,-73.89368438720703,40.7542839050293,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-03 16:08:30,2016-01-03 16:18:19,1,1.21,,,-73.87411499023438,40.73508834838867,-73.8885726928711,40.746742248535156,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-03 14:42:08,2016-01-03 14:46:18,1,0.5,,,-73.9466552734375,40.800880432128906,-73.93901062011719,40.799293518066406,1,N,1,4.5,0.0,0.5,0.3,1.59,0.0,,6.89,1.0 +1,2016-01-25 23:44:38,2016-01-25 23:48:56,1,0.9,,,-73.9511947631836,40.71404266357422,-73.93830871582031,40.719234466552734,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 01:22:55,2016-01-28 01:26:51,1,0.77,,,-73.9659652709961,40.68334197998047,-73.96018981933594,40.6888313293457,1,N,1,5.0,0.5,0.5,0.3,44.0,0.0,,50.3,1.0 +2,2016-01-05 09:45:05,2016-01-05 09:51:04,1,1.5,,,-73.94050598144531,40.82487869262695,-73.95533752441406,40.80441665649414,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-03 00:05:06,2016-01-03 00:10:22,1,0.9,,,-73.84426879882812,40.7214469909668,-73.85771179199219,40.71965408325195,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 17:52:59,2016-01-29 18:04:28,1,1.35,,,-73.89144897460938,40.74674606323242,-73.87821197509766,40.75439453125,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-20 18:50:38,2016-01-20 19:00:45,5,2.23,,,-73.91888427734375,40.75899887084961,-73.88004302978516,40.75756072998047,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-30 01:56:44,2016-01-30 02:13:56,1,2.49,,,-73.96646881103516,40.711326599121094,-73.98036193847656,40.721946716308594,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-20 12:48:46,2016-01-20 13:05:19,1,2.91,,,-73.87870025634766,40.880523681640625,-73.90576171875,40.849483489990234,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-15 08:43:19,2016-01-15 08:46:06,1,0.28,,,-73.95409393310547,40.651432037353516,-73.94956970214844,40.650970458984375,1,N,1,3.5,0.0,0.5,0.3,0.86,0.0,,5.16,1.0 +2,2016-01-13 19:08:20,2016-01-13 19:24:53,5,2.95,,,-73.96802520751953,40.634891510009766,-73.9535903930664,40.66621780395508,1,N,1,13.0,1.0,0.5,0.3,0.01,0.0,,14.81,1.0 +1,2016-01-26 20:27:21,2016-01-26 20:39:11,4,3.2,,,-73.99353790283203,40.68718338012695,-73.97870635986328,40.65790939331055,1,N,1,12.0,0.5,0.5,0.3,6.0,0.0,,19.3,1.0 +2,2016-01-01 21:16:18,2016-01-01 21:32:28,1,2.64,,,-73.96910095214844,40.67714309692383,-74.0006332397461,40.654449462890625,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-28 19:03:27,2016-01-28 19:23:38,1,2.98,,,-73.96651458740234,40.804325103759766,-73.9604263305664,40.775352478027344,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-07 16:05:59,2016-01-07 16:59:44,1,7.1,,,-73.8868179321289,40.74736022949219,-73.86563873291016,40.77092361450195,1,N,2,36.0,1.0,0.5,0.3,0.0,0.0,,37.8,1.0 +1,2016-01-15 17:18:48,2016-01-15 17:23:38,2,1.0,,,-73.9105224609375,40.77623748779297,-73.90013122558594,40.773372650146484,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-15 19:56:54,2016-01-15 20:08:00,1,2.45,,,-73.95352935791016,40.79109191894531,-73.97675323486328,40.75932693481445,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-19 22:59:01,2016-01-19 23:01:13,1,0.39,,,-73.95401763916016,40.71403884887695,-73.94901275634766,40.71114730834961,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-01 14:37:58,2016-01-01 14:46:35,1,3.0,,,-73.99276733398438,40.69801712036133,-74.01284790039062,40.702274322509766,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-18 17:28:36,2016-01-18 17:34:01,1,0.9,,,-73.99006652832031,40.66304397583008,-73.99092102050781,40.66892623901367,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-06 10:06:50,2016-01-06 10:23:48,2,3.64,,,-73.9984359741211,40.68174362182617,-74.009765625,40.70832443237305,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-02 18:32:41,2016-01-02 18:51:59,1,3.11,,,-73.95176696777344,40.809452056884766,-73.92732238769531,40.8067741394043,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-13 19:26:37,2016-01-13 19:33:19,1,1.1,,,-73.96366119384766,40.67716979980469,-73.96861267089844,40.692012786865234,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-02 23:34:51,2016-01-02 23:44:41,1,1.88,,,-73.93075561523438,40.6706657409668,-73.96500396728516,40.6732292175293,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-11 07:57:59,2016-01-11 08:33:35,1,5.08,,,-73.95490264892578,40.73457336425781,-74.00436401367188,40.716896057128906,1,N,2,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +1,2016-01-29 17:06:16,2016-01-29 17:14:49,3,1.6,,,-73.94959259033203,40.80701446533203,-73.93754577636719,40.82599639892578,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-20 21:32:57,2016-01-20 21:36:17,1,0.5,,,-73.94517517089844,40.80807113647461,-73.93798828125,40.808773040771484,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-30 18:43:42,2016-01-30 19:01:26,1,2.4,,,-73.92963409423828,40.68531799316406,-73.95086669921875,40.66646194458008,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-08 17:10:29,2016-01-08 17:57:01,4,8.7,,,-73.9942398071289,40.703102111816406,-73.95512390136719,40.72752380371094,1,N,2,33.0,1.0,0.5,0.3,0.0,0.0,,34.8,1.0 +2,2016-01-18 15:20:38,2016-01-18 15:26:26,1,0.75,,,-73.9153823852539,40.764060974121094,-73.92269134521484,40.75545883178711,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-08 20:51:02,2016-01-08 20:56:55,1,1.46,,,-73.90547943115234,40.81779861450195,-73.91009521484375,40.833152770996094,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 02:51:41,2016-01-22 02:58:29,1,1.3,,,-73.91936492919922,40.76591110229492,-73.91938018798828,40.778343200683594,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-28 23:38:44,2016-01-28 23:47:37,1,1.43,,,-73.9574203491211,40.68150329589844,-73.9694595336914,40.689476013183594,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-30 20:06:29,2016-01-30 20:24:43,1,2.98,,,-73.98736572265625,40.69121551513672,-73.93710327148438,40.69228744506836,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-15 18:36:16,2016-01-15 18:47:24,4,1.34,,,-73.91809844970703,40.76011657714844,-73.9233627319336,40.7436637878418,1,N,1,9.0,1.0,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-30 22:48:25,2016-01-31 00:00:00,1,6.14,,,-73.94947052001953,40.801856994628906,-73.8936996459961,40.866676330566406,1,N,1,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-22 10:29:29,2016-01-22 10:39:07,1,1.76,,,-73.97417449951172,40.65431213378906,-73.9727783203125,40.673728942871094,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-17 03:13:36,2016-01-17 03:21:08,1,1.13,,,-73.88674926757812,40.74745178222656,-73.90849304199219,40.75408172607422,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 22:53:13,2016-01-13 23:03:47,1,2.26,,,-73.93356323242188,40.70491409301758,-73.9314956665039,40.683204650878906,1,N,1,10.0,0.5,0.5,0.3,1.58,0.0,,12.88,1.0 +2,2016-01-08 17:09:18,2016-01-08 17:32:13,1,4.12,,,-73.95263671875,40.72700119018555,-73.99629974365234,40.72398376464844,1,N,2,17.5,1.0,0.5,0.3,0.0,0.0,,19.3,1.0 +1,2016-01-19 05:42:45,2016-01-19 05:57:21,1,1.4,,,-73.95272064208984,40.80796813964844,-73.94306182861328,40.79950714111328,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-15 14:25:53,2016-01-15 14:44:45,1,2.18,,,-73.89997863769531,40.86235046386719,-73.88650512695312,40.841400146484375,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-28 00:20:18,2016-01-28 00:22:44,2,0.6,,,-73.9964370727539,40.66215896606445,-74.00350189208984,40.655433654785156,1,N,1,4.5,0.5,0.5,0.3,1.2,0.0,,7.0,1.0 +2,2016-01-04 08:20:47,2016-01-04 08:23:20,1,0.37,,,-73.90812683105469,40.771183013916016,-73.91241455078125,40.77473831176758,1,N,1,3.5,0.0,0.5,0.3,1.29,0.0,,5.59,1.0 +2,2016-01-30 01:45:11,2016-01-30 01:51:07,5,1.42,,,-73.9172592163086,40.761051177978516,-73.91651916503906,40.74459457397461,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-07 08:26:34,2016-01-07 08:53:40,1,11.51,,,-73.82720184326172,40.711578369140625,-73.92511749267578,40.807498931884766,1,N,1,33.5,0.0,0.5,0.3,11.95,5.54,,51.79,1.0 +1,2016-01-09 03:47:34,2016-01-09 03:53:58,1,1.4,,,-73.91814422607422,40.77015686035156,-73.91779327392578,40.755226135253906,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-08 22:54:59,2016-01-08 23:08:20,1,2.14,,,-73.96240234375,40.710018157958984,-73.98571014404297,40.719783782958984,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-03 07:38:45,2016-01-03 07:41:45,1,0.78,,,-73.9549560546875,40.80503463745117,-73.96250915527344,40.80485153198242,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 19:51:13,2016-01-11 20:01:50,1,1.75,,,-73.89095306396484,40.74681854248047,-73.86949920654297,40.757118225097656,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-26 07:31:57,2016-01-26 08:13:43,1,5.9,,,-73.93684387207031,40.812461853027344,-73.97419738769531,40.746952056884766,5,N,2,20.0,0.0,0.0,0,0.0,0.0,,20.0,2.0 +2,2016-01-09 13:28:12,2016-01-09 13:31:45,1,0.64,,,-73.91129302978516,40.7445182800293,-73.92163848876953,40.743743896484375,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-03 12:42:09,2016-01-03 12:47:27,1,1.5,,,-73.96272277832031,40.717403411865234,-73.95143127441406,40.731143951416016,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-29 23:19:16,2016-01-29 23:27:03,1,1.35,,,-73.99760437011719,40.67878723144531,-73.98795318603516,40.686527252197266,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-07 21:24:59,2016-01-07 21:31:07,1,1.05,,,-73.9488296508789,40.813385009765625,-73.95464324951172,40.800533294677734,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 00:23:19,2016-01-05 00:28:57,1,0.76,,,-73.95800018310547,40.72174835205078,-73.9611587524414,40.71440124511719,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-13 21:09:32,2016-01-13 21:12:25,1,0.4,,,-73.94551086425781,40.79892349243164,-73.93971252441406,40.79854202270508,1,N,1,4.0,0.5,0.5,0.3,0.01,0.0,,5.31,1.0 +2,2016-01-19 23:33:13,2016-01-19 23:56:13,1,7.13,,,-73.92530822753906,40.76188659667969,-73.90096282958984,40.69856643676758,1,N,1,23.5,0.5,0.5,0.3,4.96,0.0,,29.76,1.0 +1,2016-01-12 22:59:08,2016-01-12 23:01:26,1,0.4,,,-73.87276458740234,40.74903106689453,-73.8802719116211,40.74810028076172,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-30 18:16:56,2016-01-30 18:35:53,1,5.0,,,-73.9944839477539,40.69804382324219,-73.99030303955078,40.72348403930664,1,N,1,18.0,0.0,0.5,0.3,4.7,0.0,,23.5,1.0 +2,2016-01-09 02:12:06,2016-01-09 02:20:51,1,2.39,,,-73.96192169189453,40.71586990356445,-73.92782592773438,40.70188903808594,1,N,1,9.5,0.5,0.5,0.3,3.24,0.0,,14.04,1.0 +2,2016-01-17 09:47:30,2016-01-17 09:52:56,1,1.08,,,-73.94611358642578,40.68025588989258,-73.94538879394531,40.69072723388672,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-12 14:56:33,2016-01-12 15:05:01,1,0.7,,,-73.95391845703125,40.79065704345703,-73.9580078125,40.78225326538086,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-15 21:25:48,2016-01-15 21:42:22,1,7.55,,,-73.987060546875,40.68787384033203,-73.96311950683594,40.7618408203125,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,,28.56,1.0 +1,2016-01-14 05:45:34,2016-01-14 06:00:25,3,3.1,,,-73.9498062133789,40.80213165283203,-73.98200225830078,40.778770446777344,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,,15.3,1.0 +2,2016-01-17 07:41:33,2016-01-17 08:01:35,1,6.4,,,-73.94290924072266,40.78998947143555,-74.00096893310547,40.75743865966797,1,N,1,21.0,0.0,0.5,0.3,4.36,0.0,,26.16,1.0 +2,2016-01-21 00:55:23,2016-01-21 01:02:55,1,1.77,,,-73.96630096435547,40.71295928955078,-73.94031524658203,40.71570587158203,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-17 19:15:26,2016-01-17 19:19:14,1,0.66,,,-73.95750427246094,40.71781921386719,-73.96341705322266,40.712181091308594,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,,6.3,1.0 +1,2016-01-26 07:37:12,2016-01-26 07:37:24,1,0.0,,,-73.94371795654297,40.815452575683594,-73.94371795654297,40.815452575683594,1,N,3,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-28 17:04:44,2016-01-28 17:18:24,1,2.5,,,-73.91787719726562,40.659175872802734,-73.95520782470703,40.66836166381836,1,N,1,11.5,1.0,0.5,0.3,1.0,0.0,,14.3,1.0 +2,2016-01-22 21:05:19,2016-01-22 21:09:27,1,0.82,,,-73.95924377441406,40.80867385864258,-73.96046447753906,40.79983139038086,1,N,1,5.0,0.5,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-15 19:41:28,2016-01-15 20:00:21,1,3.72,,,-73.88189697265625,40.880271911621094,-73.92333984375,40.86381149291992,1,N,2,15.5,1.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-15 15:33:57,2016-01-15 16:03:42,1,3.4,,,-73.99442291259766,40.688777923583984,-73.9422607421875,40.68418884277344,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,,23.16,1.0 +2,2016-01-17 20:12:20,2016-01-17 20:16:02,6,0.98,,,-73.90538024902344,40.74531555175781,-73.88777923583984,40.74358367919922,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-29 22:44:24,2016-01-29 22:56:48,2,5.57,,,-73.8620376586914,40.73044204711914,-73.88694763183594,40.764278411865234,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-09 12:03:28,2016-01-09 12:20:49,1,4.7,,,-73.98516082763672,40.678218841552734,-73.96159362792969,40.71402359008789,1,N,1,17.0,0.0,0.5,0.3,1.5,0.0,,19.3,1.0 +1,2016-01-22 19:31:35,2016-01-22 19:48:35,1,5.1,,,-73.95538330078125,40.81998062133789,-73.97895812988281,40.76586151123047,1,N,1,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-25 15:14:50,2016-01-25 15:37:35,2,1.77,,,-73.95221710205078,40.78986358642578,-73.96331787109375,40.774593353271484,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-24 20:06:59,2016-01-24 20:15:50,1,1.7,,,-73.98419189453125,40.66814422607422,-73.97816467285156,40.6554069519043,1,N,1,8.0,0.5,0.5,0.3,2.5,0.0,,11.8,1.0 +2,2016-01-06 11:10:27,2016-01-06 11:18:11,1,1.1,,,-73.88555145263672,40.74592971801758,-73.89849090576172,40.749481201171875,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-07 14:34:41,2016-01-07 14:52:28,1,1.31,,,-73.9449691772461,40.749874114990234,-73.93112182617188,40.744388580322266,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-29 22:13:06,2016-01-29 22:22:30,1,2.4,,,-73.98632049560547,40.66932678222656,-73.97418212890625,40.64521408081055,1,N,1,10.0,0.5,0.5,0.3,2.8,0.0,,14.1,1.0 +2,2016-01-02 19:24:14,2016-01-02 19:25:32,1,0.27,,,-73.90752410888672,40.773887634277344,-73.90181732177734,40.7730712890625,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-02 19:09:05,2016-01-02 19:47:35,5,17.78,,,-73.98974609375,40.70232009887695,-73.78974914550781,40.64305114746094,1,N,1,49.5,0.0,0.5,0.3,10.06,0.0,,60.36,1.0 +2,2016-01-17 04:25:14,2016-01-17 04:28:54,1,0.79,,,-73.95707702636719,40.712100982666016,-73.94485473632812,40.71711349487305,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 23:51:12,2016-01-11 00:02:02,1,3.47,,,-73.93580627441406,40.678890228271484,-73.977783203125,40.665958404541016,1,N,1,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-13 14:06:41,2016-01-13 14:15:45,1,0.87,,,-73.97557067871094,40.68358612060547,-73.98461151123047,40.6915397644043,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-21 02:06:03,2016-01-21 02:09:47,1,0.71,,,-73.90343475341797,40.74545669555664,-73.89391326904297,40.74338150024414,1,N,1,5.0,0.5,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-22 15:04:54,2016-01-22 15:10:25,1,0.87,,,-73.93698120117188,40.819576263427734,-73.94770050048828,40.80995559692383,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-07 08:31:40,2016-01-07 08:38:14,1,1.1,,,-73.96475982666016,40.80689239501953,-73.9545669555664,40.805870056152344,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,,8.75,1.0 +1,2016-01-16 19:05:23,2016-01-16 19:13:59,1,1.5,,,-73.97602081298828,40.68400573730469,-73.9715805053711,40.69635772705078,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-03 11:36:56,2016-01-03 11:40:10,2,0.42,,,-73.9320297241211,40.851558685302734,-73.9344253540039,40.8553466796875,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-01 05:28:14,2016-01-01 05:32:34,1,0.8,,,-73.91792297363281,40.74298858642578,-73.91210174560547,40.747249603271484,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-21 12:45:27,2016-01-21 12:48:48,2,1.21,,,-73.93380737304688,40.80257797241211,-73.94351196289062,40.78773880004883,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 18:37:22,2016-01-10 18:48:25,1,3.37,,,-73.8438491821289,40.72117233276367,-73.82783508300781,40.75214767456055,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-26 22:04:19,2016-01-26 22:09:13,1,0.66,,,-73.8983383178711,40.74961853027344,-73.89765167236328,40.755271911621094,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 07:27:24,2016-01-22 07:34:30,1,1.06,,,-73.93281555175781,40.7601318359375,-73.916748046875,40.76112365722656,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 20:38:54,2016-01-26 20:46:24,1,1.18,,,-73.94388580322266,40.815406799316406,-73.95355224609375,40.82036209106445,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-18 04:14:37,2016-01-18 04:16:04,1,0.63,,,-73.94607543945312,40.78973388671875,-73.94010162353516,40.79777526855469,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 19:07:30,2016-01-11 19:17:42,1,1.52,,,-73.95723724365234,40.68159103393555,-73.97994232177734,40.6850700378418,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-20 12:30:04,2016-01-20 12:42:38,1,2.14,,,-73.96187591552734,40.805545806884766,-73.93738555908203,40.8016357421875,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-15 23:11:21,2016-01-15 23:15:50,1,0.7,,,-73.89112091064453,40.746883392333984,-73.89073181152344,40.7537841796875,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-06 11:05:00,2016-01-06 11:07:26,1,0.8,,,-73.84428405761719,40.721317291259766,-73.85086822509766,40.71066665649414,1,N,1,4.5,0.0,0.5,0.3,1.59,0.0,,6.89,1.0 +1,2016-01-11 20:15:38,2016-01-11 20:18:51,1,0.7,,,-73.94508361816406,40.80828857421875,-73.93657684326172,40.81226348876953,1,N,4,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-20 07:40:47,2016-01-20 08:07:12,1,6.4,,,-73.93766021728516,40.85537338256836,-73.9827651977539,40.78252029418945,1,N,1,24.0,0.0,0.5,0.3,6.2,0.0,,31.0,1.0 +2,2016-01-18 03:52:30,2016-01-18 04:10:41,1,3.94,,,-73.9574966430664,40.72229766845703,-73.98896026611328,40.72757339477539,1,N,1,13.5,0.5,0.5,0.3,6.0,0.0,,20.8,1.0 +2,2016-01-11 12:58:50,2016-01-11 13:05:52,1,1.22,,,-73.94206237792969,40.84177780151367,-73.93958282470703,40.85349655151367,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-19 13:29:50,2016-01-19 14:04:29,1,5.61,,,-73.950439453125,40.70689010620117,-73.97611236572266,40.75110626220703,1,N,1,27.0,0.0,0.5,0.3,3.5,0.0,,31.3,1.0 +2,2016-01-26 23:15:22,2016-01-26 23:18:09,2,0.56,,,-73.95573425292969,40.719703674316406,-73.95378875732422,40.725467681884766,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-22 17:46:10,2016-01-22 18:02:02,1,3.16,,,-73.98716735839844,40.69390869140625,-73.9931640625,40.730003356933594,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-12 20:07:26,2016-01-13 19:49:15,1,4.06,,,-73.96218872070312,40.80546569824219,-73.9376449584961,40.85215759277344,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-01 23:13:45,2016-01-01 23:32:45,1,11.05,,,-73.94043731689453,40.800167083740234,-73.83676147460938,40.88502883911133,1,N,1,31.5,0.5,0.5,0.3,0.0,0.0,,32.8,1.0 +2,2016-01-19 21:49:47,2016-01-19 21:54:32,1,0.8,,,-73.83055114746094,40.713443756103516,-73.83287048339844,40.704402923583984,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-25 14:16:36,2016-01-25 14:33:43,1,3.7,,,-73.8272933959961,40.852760314941406,-73.85057830810547,40.89556121826172,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-14 18:32:59,2016-01-14 19:07:46,1,5.09,,,-73.93997955322266,40.679901123046875,-74.00072479248047,40.7170524597168,1,N,1,25.5,1.0,0.5,0.3,0.0,0.0,,27.3,1.0 +1,2016-01-14 14:30:02,2016-01-14 14:34:36,5,0.7,,,-73.91192626953125,40.76763916015625,-73.91664123535156,40.77130889892578,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-14 15:02:37,2016-01-14 15:32:22,1,10.83,,,-73.98896026611328,40.691932678222656,-73.86511993408203,40.770545959472656,1,N,1,35.5,0.0,0.5,0.3,7.26,0.0,,43.56,1.0 +2,2016-01-02 20:42:52,2016-01-02 20:50:49,1,1.53,,,-73.94886779785156,40.82884216308594,-73.96062469482422,40.809879302978516,1,N,1,8.0,0.5,0.5,0.3,2.79,0.0,,12.09,1.0 +2,2016-01-12 16:53:40,2016-01-12 18:07:47,1,16.89,,,-73.78376770019531,40.776371002197266,-73.88824462890625,40.662635803222656,1,N,1,62.5,1.0,0.5,0.3,5.0,0.0,,69.3,1.0 +2,2016-01-08 16:44:55,2016-01-08 16:51:30,1,1.17,,,-73.99147033691406,40.69145202636719,-74.0006332397461,40.67713928222656,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-06 19:12:17,2016-01-06 19:17:16,1,1.0,,,-73.95182037353516,40.74292755126953,-73.95350646972656,40.73746871948242,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-07 08:45:47,2016-01-07 09:01:53,6,1.78,,,-73.95587158203125,40.68121337890625,-73.98422241210938,40.68993377685547,1,N,1,11.5,0.0,0.5,0.3,3.69,0.0,,15.99,1.0 +1,2016-01-14 15:21:38,2016-01-14 15:34:29,3,0.7,,,-73.95858764648438,40.81505584716797,-73.94902801513672,40.809242248535156,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 13:26:25,2016-01-29 13:29:48,1,0.74,,,-73.90550231933594,40.877891540527344,-73.91248321533203,40.870033264160156,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-06 00:30:42,2016-01-06 00:33:25,1,0.61,,,-73.94224548339844,40.754085540771484,-73.93550872802734,40.761138916015625,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-02 03:53:26,2016-01-02 03:53:29,1,0.0,,,-73.94636535644531,40.83495330810547,-73.94636535644531,40.8349609375,5,N,1,18.0,0.0,0.0,0,3.6,0.0,,21.6,2.0 +1,2016-01-12 16:32:09,2016-01-12 16:40:14,1,0.9,,,-73.93700408935547,40.80188751220703,-73.93347930908203,40.79478454589844,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-21 18:46:44,2016-01-21 18:54:27,1,1.18,,,-73.889404296875,40.74708938598633,-73.88351440429688,40.75602340698242,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 23:10:19,2016-01-06 23:14:15,1,0.72,,,-73.87186431884766,40.675254821777344,-73.8630599975586,40.670230865478516,1,N,1,5.0,0.5,0.5,0.3,1.88,0.0,,8.18,1.0 +2,2016-01-22 12:36:35,2016-01-22 12:40:23,1,0.78,,,-73.92589569091797,40.761383056640625,-73.92922973632812,40.75230026245117,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-04 22:16:18,2016-01-04 22:22:48,1,1.38,,,-73.89091491699219,40.74653625488281,-73.89822387695312,40.75803756713867,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 20:58:38,2016-01-20 21:10:51,1,4.94,,,-73.98677062988281,40.70249557495117,-74.00492095947266,40.65022659301758,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-10 02:51:37,2016-01-10 02:54:17,1,0.55,,,-73.99269104003906,40.68970489501953,-73.99931335449219,40.69328308105469,1,N,1,4.0,0.5,0.5,0.3,4.0,0.0,,9.3,1.0 +2,2016-01-30 12:02:30,2016-01-30 12:09:14,1,0.73,,,-73.9960708618164,40.69076919555664,-74.0013656616211,40.680091857910156,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-02 18:21:24,2016-01-02 18:30:50,1,1.48,,,-73.8913803100586,40.74663543701172,-73.86760711669922,40.74103546142578,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 15:45:58,2016-01-05 15:50:45,1,0.41,,,-73.92134094238281,40.76660919189453,-73.91541290283203,40.765995025634766,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-06 09:18:33,2016-01-06 09:24:46,1,0.9,,,-73.98684692382812,40.70161819458008,-73.97505187988281,40.69799041748047,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-03 22:25:15,2016-01-03 22:32:13,1,1.58,,,-73.91437530517578,40.775394439697266,-73.91425323486328,40.75680160522461,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 01:22:46,2016-01-10 01:30:57,1,1.65,,,-73.96564483642578,40.71354293823242,-73.9427490234375,40.7074089050293,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-09 16:52:55,2016-01-09 17:07:38,2,2.42,,,-73.91967010498047,40.766075134277344,-73.92391967773438,40.73612594604492,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-30 03:49:11,2016-01-30 03:51:52,1,0.68,,,-73.9790267944336,40.68385314941406,-73.98883056640625,40.685001373291016,1,N,1,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-26 19:45:54,2016-01-26 19:54:55,1,2.14,,,-73.8799057006836,40.879783630371094,-73.88262939453125,40.856082916259766,1,N,1,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-07 21:22:46,2016-01-07 21:36:04,1,2.38,,,-73.91901397705078,40.758949279785156,-73.91188049316406,40.7819938659668,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-15 12:46:02,2016-01-15 12:50:46,1,0.9,,,-73.8707046508789,40.75156784057617,-73.87127685546875,40.76178741455078,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-14 17:46:13,2016-01-14 17:52:22,1,1.33,,,-73.84429931640625,40.72137451171875,-73.8231430053711,40.71507263183594,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-05 18:42:42,2016-01-05 18:59:47,1,1.61,,,-73.86267852783203,40.74990463256836,-73.87291717529297,40.74742126464844,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-20 23:33:31,2016-01-20 23:36:35,1,0.85,,,-73.95740509033203,40.67057800292969,-73.95317840576172,40.66455841064453,1,N,1,4.5,0.5,0.5,0.3,1.5,0.0,,7.3,1.0 +2,2016-01-01 01:01:07,2016-01-01 01:09:26,1,1.68,,,-73.98308563232422,40.68629837036133,-73.98741912841797,40.667850494384766,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-11 08:55:13,2016-01-11 09:24:02,1,8.71,,,-73.9352798461914,40.79619216918945,-73.86162567138672,40.76829528808594,1,N,1,26.0,0.0,0.5,0.3,0.0,0.0,,26.8,1.0 +1,2016-01-02 16:49:33,2016-01-02 17:28:31,1,6.0,,,-73.97601318359375,40.6837272644043,-73.93798065185547,40.61228942871094,1,N,1,26.5,0.0,0.5,0.3,8.15,0.0,,35.45,1.0 +1,2016-01-19 00:19:08,2016-01-19 00:22:57,1,0.9,,,-73.93579864501953,40.6973762512207,-73.9466323852539,40.6920051574707,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-14 12:28:39,2016-01-14 12:43:08,1,2.26,,,-73.86396026611328,40.73308181762695,-73.86089324951172,40.757293701171875,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-07 17:35:23,2016-01-07 17:41:30,1,1.0,,,-73.949951171875,40.78551483154297,-73.96060943603516,40.777435302734375,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,,9.35,1.0 +1,2016-01-01 21:57:27,2016-01-01 22:04:16,1,1.1,,,-73.9498062133789,40.68635177612305,-73.9330062866211,40.68677520751953,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-03 00:44:17,2016-01-03 00:49:12,1,0.5,,,-73.9449691772461,40.80757141113281,-73.93782043457031,40.803871154785156,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-01 17:41:32,2016-01-01 17:58:19,1,3.6,,,-73.97100067138672,40.69321060180664,-73.95999145507812,40.644378662109375,1,N,1,14.5,1.0,0.5,0.3,3.25,0.0,,19.55,1.0 +1,2016-01-24 17:54:53,2016-01-24 18:03:53,1,1.6,,,-73.98938751220703,40.66523361206055,-74.00827026367188,40.6469612121582,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-03 09:24:53,2016-01-03 09:37:01,1,4.95,,,-74.00007629394531,40.69027328491211,-73.98069763183594,40.717777252197266,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-13 22:17:23,2016-01-13 22:26:05,1,1.6,,,-73.98130798339844,40.68974685668945,-73.95967102050781,40.69593048095703,1,N,1,8.0,0.5,0.5,0.3,2.3,0.0,,11.6,1.0 +1,2016-01-19 06:44:31,2016-01-19 07:02:54,2,7.0,,,-73.95044708251953,40.82662582397461,-73.90778350830078,40.888343811035156,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,,22.8,1.0 +1,2016-01-01 08:04:40,2016-01-01 08:12:34,1,1.9,,,-73.93709564208984,40.80461883544922,-73.94686126708984,40.782405853271484,1,N,1,8.5,0.0,0.5,0.3,0.93,0.0,,10.23,1.0 +2,2016-01-16 01:08:31,2016-01-16 01:12:28,2,1.07,,,-73.84400939941406,40.72142028808594,-73.8526382446289,40.70787811279297,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-05 01:18:20,2016-01-05 01:20:15,1,0.19,,,-73.88748168945312,40.74730682373047,-73.89138793945312,40.746891021728516,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-01 04:42:45,2016-01-01 04:55:21,1,4.2,,,-74.0170669555664,40.64199447631836,-74.03852844238281,40.61813735961914,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-21 11:27:34,2016-01-21 11:54:12,1,13.21,,,-73.94242858886719,40.81172561645508,-73.8102798461914,40.703433990478516,1,N,2,38.0,0.0,0.5,0.3,0.0,5.54,,44.34,1.0 +1,2016-01-05 21:15:30,2016-01-05 21:20:54,1,1.0,,,-73.98310089111328,40.677581787109375,-73.99320983886719,40.66485595703125,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-28 23:58:16,2016-01-29 00:01:15,1,0.3,,,-73.94304656982422,40.799198150634766,-73.9386215209961,40.799835205078125,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 17:54:46,2016-01-11 18:12:49,1,3.64,,,-73.99102783203125,40.692108154296875,-74.01214599609375,40.64683151245117,1,N,1,15.0,1.0,0.5,0.3,1.2,0.0,,18.0,1.0 +2,2016-01-05 06:49:44,2016-01-05 07:00:27,1,2.54,,,-73.9918441772461,40.703330993652344,-74.0134506225586,40.715518951416016,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-26 15:28:55,2016-01-26 15:33:53,1,0.53,,,-73.91726684570312,40.76139450073242,-73.91358947753906,40.75643539428711,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-08 17:56:35,2016-01-08 18:08:55,1,1.24,,,-73.93905639648438,40.80516052246094,-73.95726013183594,40.81194305419922,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-08 11:07:16,2016-01-08 11:38:33,1,5.76,,,-73.95882415771484,40.71683883666992,-73.95467376708984,40.769859313964844,1,N,1,23.5,0.0,0.5,0.3,4.0,0.0,,28.3,1.0 +1,2016-01-19 10:51:50,2016-01-19 11:35:45,1,7.3,,,-73.919677734375,40.82600784301758,-73.96318054199219,40.755096435546875,1,N,1,31.0,0.0,0.5,0.3,7.95,0.0,,39.75,1.0 +2,2016-01-10 07:32:44,2016-01-10 07:49:10,1,3.5,,,-73.96289825439453,40.71193313598633,-74.00655364990234,40.731197357177734,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-18 11:39:13,2016-01-18 11:45:28,2,1.14,,,-73.83036804199219,40.759498596191406,-73.81705474853516,40.752689361572266,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-20 11:12:43,2016-01-20 11:36:24,2,7.36,,,-73.86981964111328,40.749000549316406,-73.95624542236328,40.74756622314453,1,N,1,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-27 16:31:32,2016-01-27 17:07:53,3,3.72,,,-73.95198059082031,40.725677490234375,-73.9498519897461,40.68144989013672,1,N,1,22.5,1.0,0.5,0.3,6.08,0.0,,30.38,1.0 +2,2016-01-25 18:57:54,2016-01-25 19:07:22,1,1.54,,,-73.97713470458984,40.681400299072266,-73.98767852783203,40.66360092163086,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-02 11:57:35,2016-01-02 12:06:36,1,2.83,,,-73.88594055175781,40.75556564331055,-73.91093444824219,40.761898040771484,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +1,2016-01-01 15:05:37,2016-01-01 15:34:37,1,6.4,,,-73.95140075683594,40.68980407714844,-73.94186401367188,40.59994888305664,1,N,1,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +1,2016-01-24 22:00:51,2016-01-24 22:08:28,1,1.2,,,-73.94866943359375,40.829105377197266,-73.9468994140625,40.81608963012695,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 20:11:11,2016-01-15 20:11:59,1,0.0,,,-73.9923095703125,40.68980407714844,-73.99254608154297,40.68952178955078,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-29 14:31:53,2016-01-29 14:44:01,1,1.36,,,-73.95381927490234,40.78706741333008,-73.95323944091797,40.77265930175781,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-10 12:56:58,2016-01-10 13:15:19,1,7.45,,,-73.89836883544922,40.66733932495117,-73.9205551147461,40.61094284057617,1,N,1,23.0,0.0,0.5,0.3,5.95,0.0,,29.75,1.0 +2,2016-01-28 22:21:17,2016-01-28 22:35:52,1,2.26,,,-73.82972717285156,40.75956344604492,-73.83331298828125,40.78325271606445,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-22 23:54:35,2016-01-23 00:09:33,1,3.4,,,-73.92166900634766,40.76650619506836,-73.88313293457031,40.74787902832031,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-07 09:10:41,2016-01-07 09:35:27,1,7.8,,,-73.98981475830078,40.690101623535156,-73.96737670898438,40.76106643676758,1,N,1,25.5,0.0,0.5,0.3,7.85,0.0,,34.15,1.0 +2,2016-01-18 12:29:29,2016-01-18 12:35:03,1,0.7,,,-73.97441864013672,40.68001174926758,-73.98030853271484,40.68519592285156,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-04 21:08:54,2016-01-04 21:12:57,1,0.67,,,-73.94026947021484,40.798011779785156,-73.93038177490234,40.7961311340332,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-12 01:10:57,2016-01-12 01:15:37,1,1.03,,,-73.88861083984375,40.747398376464844,-73.87763214111328,40.754432678222656,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-27 02:21:29,2016-01-27 02:39:48,1,5.0,,,-73.99466705322266,40.68056869506836,-73.91947937011719,40.70446014404297,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +1,2016-01-10 12:20:14,2016-01-10 12:35:02,2,3.3,,,-73.95213317871094,40.80386734008789,-73.97389221191406,40.7647590637207,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-21 21:27:50,2016-01-21 21:34:13,5,1.03,,,-73.9223861694336,40.76732635498047,-73.9153060913086,40.75737380981445,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-20 19:00:18,2016-01-20 19:04:35,1,0.72,,,-73.94392395019531,40.7120361328125,-73.94281005859375,40.70158386230469,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 02:23:59,2016-01-01 02:29:47,1,2.06,,,-73.9422378540039,40.82240676879883,-73.93418884277344,40.84445571899414,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 19:32:17,2016-01-14 19:41:05,1,1.68,,,-73.930908203125,40.76616287231445,-73.94351959228516,40.74701690673828,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-25 07:33:08,2016-01-25 08:15:12,1,6.94,,,-73.9723892211914,40.67840576171875,-73.98666381835938,40.70405578613281,1,N,1,28.0,0.0,0.5,0.3,5.76,0.0,,34.56,1.0 +2,2016-01-18 18:51:11,2016-01-18 18:54:59,2,0.73,,,-73.96136474609375,40.8021354675293,-73.9697265625,40.80004119873047,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 20:28:38,2016-01-13 20:54:18,1,6.02,,,-73.91683959960938,40.7647819519043,-73.99372100830078,40.74155807495117,1,N,1,22.0,0.5,0.5,0.3,2.7,0.0,,26.0,1.0 +2,2016-01-04 11:24:48,2016-01-04 12:01:15,1,10.63,,,-73.86795806884766,40.744937896728516,-73.89828491210938,40.655941009521484,1,N,1,36.0,0.0,0.5,0.3,2.0,0.0,,38.8,1.0 +2,2016-01-06 08:11:08,2016-01-06 08:32:56,1,2.5,,,-73.95303344726562,40.791690826416016,-73.95476531982422,40.7877082824707,1,N,1,14.5,0.0,0.5,0.3,2.0,0.0,,17.3,1.0 +2,2016-01-18 07:51:42,2016-01-18 08:15:30,1,6.46,,,-73.88190460205078,40.7349853515625,-73.96936798095703,40.75398635864258,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-18 02:12:46,2016-01-18 02:22:48,2,2.61,,,-73.9719467163086,40.693275451660156,-73.95804595947266,40.7187385559082,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-28 19:52:19,2016-01-28 20:08:31,1,6.66,,,-73.94023132324219,40.840816497802734,-73.95174407958984,40.765811920166016,1,N,2,20.5,1.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-10 16:09:04,2016-01-10 16:17:55,1,0.94,,,-73.98627471923828,40.69276809692383,-73.9941177368164,40.68606948852539,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 20:42:55,2016-01-27 20:46:01,1,0.48,,,-73.96287536621094,40.804222106933594,-73.95854187011719,40.810203552246094,1,N,1,4.0,0.5,0.5,0.3,0.6,0.0,,5.9,1.0 +2,2016-01-13 01:57:19,2016-01-13 02:00:22,1,0.73,,,-73.9388656616211,40.80521011352539,-73.9455795288086,40.8095703125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-05 14:07:28,2016-01-05 14:16:44,1,1.6,,,-73.9778060913086,40.689849853515625,-73.95745849609375,40.685428619384766,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-13 18:16:47,2016-01-13 18:34:06,1,3.63,,,-73.94247436523438,40.84185028076172,-73.97063446044922,40.79891586303711,1,N,1,15.0,1.0,0.5,0.3,3.36,0.0,,20.16,1.0 +2,2016-01-26 20:36:17,2016-01-26 20:50:16,1,4.5,,,-73.93656921386719,40.820518493652344,-73.90060424804688,40.86027526855469,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-10 01:55:44,2016-01-10 02:08:10,1,3.9,,,-73.91883087158203,40.8438835144043,-73.91922760009766,40.80666732788086,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-24 20:56:42,2016-01-24 21:05:29,1,1.39,,,-73.9813003540039,40.689884185791016,-73.99565887451172,40.692161560058594,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-21 08:18:47,2016-01-21 08:44:21,1,3.94,,,-73.94902801513672,40.80512619018555,-73.96865844726562,40.75847625732422,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-15 00:32:02,2016-01-15 00:35:34,1,0.89,,,-73.95584869384766,40.71742248535156,-73.94561767578125,40.725399017333984,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-22 09:48:05,2016-01-22 09:58:53,2,3.06,,,-73.9954605102539,40.68321228027344,-74.0157699584961,40.712066650390625,1,N,1,12.0,0.0,0.5,0.3,3.67,5.54,,22.01,1.0 +2,2016-01-03 18:05:36,2016-01-03 18:16:37,1,3.46,,,-73.95281219482422,40.72723388671875,-73.98861694335938,40.71885299682617,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-05 02:13:19,2016-01-05 02:24:00,1,2.31,,,-73.96913146972656,40.689483642578125,-73.94632720947266,40.674232482910156,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,,14.12,1.0 +2,2016-01-19 04:04:01,2016-01-19 04:19:37,1,6.49,,,-73.95700073242188,40.74632263183594,-73.98672485351562,40.703956604003906,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-20 19:41:49,2016-01-20 19:48:47,5,1.43,,,-73.94415283203125,40.80058670043945,-73.94701385498047,40.815025329589844,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-29 23:10:58,2016-01-29 23:19:39,1,1.89,,,-73.92144775390625,40.69865036010742,-73.94251251220703,40.68644332885742,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-12 14:02:57,2016-01-12 14:07:28,1,1.2,,,-73.94024658203125,40.7892951965332,-73.94316864013672,40.80175018310547,1,N,1,6.0,0.0,0.5,0.3,2.0,0.0,,8.8,1.0 +2,2016-01-16 15:10:12,2016-01-16 15:21:19,1,1.77,,,-73.9762954711914,40.673316955566406,-73.99512481689453,40.68385314941406,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-02 18:44:51,2016-01-02 18:54:38,2,1.92,,,-73.90480041503906,40.81525802612305,-73.93049621582031,40.8210334777832,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-04 08:51:03,2016-01-04 09:24:43,1,8.05,,,-73.94490051269531,40.82395553588867,-73.98905944824219,40.74383544921875,1,N,2,29.5,0.0,0.5,0.3,0.0,0.0,,30.3,1.0 +1,2016-01-28 21:05:41,2016-01-28 21:15:44,1,2.5,,,-73.98682403564453,40.702598571777344,-73.95265197753906,40.6949577331543,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,,14.15,1.0 +1,2016-01-04 22:49:34,2016-01-04 22:58:21,1,2.6,,,-73.83000946044922,40.7137565612793,-73.79495239257812,40.72799301147461,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-21 22:27:57,2016-01-21 22:36:47,1,1.99,,,-73.94841766357422,40.7452278137207,-73.92359161376953,40.764381408691406,1,N,1,9.0,0.5,0.5,0.3,3.09,0.0,,13.39,1.0 +2,2016-01-02 22:25:18,2016-01-02 22:31:44,1,1.18,,,-73.89080047607422,40.7469482421875,-73.88712310791016,40.75994873046875,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 18:43:04,2016-01-01 18:52:06,1,1.47,,,-73.9817886352539,40.687381744384766,-73.9554443359375,40.69078063964844,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-22 19:05:08,2016-01-22 19:09:27,1,0.55,,,-73.94132232666016,40.798500061035156,-73.93257141113281,40.79479217529297,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-07 22:02:41,2016-01-07 22:09:21,1,1.5,,,-73.83038330078125,40.75938034057617,-73.80718994140625,40.75746154785156,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-21 18:09:27,2016-01-21 18:17:50,1,1.17,,,-73.8440933227539,40.7208137512207,-73.84970092773438,40.73603439331055,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-07 14:23:03,2016-01-07 14:35:17,1,3.2,,,-73.93978881835938,40.822025299072266,-73.96958923339844,40.80000305175781,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-07 19:46:24,2016-01-07 19:58:24,1,2.57,,,-73.95820617675781,40.670005798339844,-73.92345428466797,40.65586853027344,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-17 14:18:10,2016-01-17 14:23:09,1,0.83,,,-73.97681427001953,40.681785583496094,-73.9854507446289,40.67028045654297,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-21 02:02:24,2016-01-21 02:10:34,1,1.9,,,-73.9277114868164,40.697914123535156,-73.8987045288086,40.70156478881836,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-16 01:30:19,2016-01-16 01:41:10,2,2.2,,,-73.97330474853516,40.689781188964844,-73.99899291992188,40.684783935546875,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-03 04:14:07,2016-01-03 04:28:42,1,8.79,,,-73.92059326171875,40.76808166503906,-73.821533203125,40.70481491088867,1,N,1,26.0,0.5,0.5,0.3,2.73,0.0,,30.03,1.0 +2,2016-01-22 11:27:50,2016-01-22 12:06:39,1,15.6,,,-73.95699310302734,40.74782180786133,-73.7763671875,40.64534378051758,1,N,2,45.0,0.0,0.5,0.3,0.0,0.0,,45.8,1.0 +2,2016-01-19 10:24:55,2016-01-19 10:25:40,1,0.13,,,-73.86210632324219,40.83735656738281,-73.86345672607422,40.83769226074219,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-26 02:37:03,2016-01-26 02:54:42,4,2.89,,,-73.89038848876953,40.747047424316406,-73.85552215576172,40.7411003112793,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-05 12:10:05,2016-01-05 12:14:17,2,0.53,,,-73.98040771484375,40.68525695800781,-73.98722839355469,40.68924331665039,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 04:14:25,2016-01-09 04:26:21,1,1.15,,,-73.89653778076172,40.74625015258789,-73.8756103515625,40.74575424194336,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-03 15:38:40,2016-01-03 16:12:21,1,17.35,,,-73.95140838623047,40.80458450317383,-73.78331756591797,40.643798828125,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,,70.01,1.0 +2,2016-01-09 20:21:38,2016-01-09 20:33:46,5,3.48,,,-73.99143981933594,40.685298919677734,-74.0156021118164,40.706634521484375,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,,16.3,1.0 +2,2016-01-16 20:29:44,2016-01-16 20:41:28,1,1.14,,,-73.98394012451172,40.68654251098633,-73.98329162597656,40.67282485961914,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-12 08:32:52,2016-01-12 09:00:36,1,3.7,,,-73.95171356201172,40.79937744140625,-73.98182678222656,40.756282806396484,1,N,1,18.5,0.0,0.5,0.3,3.85,0.0,,23.15,1.0 +1,2016-01-18 22:34:11,2016-01-18 22:55:39,1,5.7,,,-73.97686767578125,40.688316345214844,-73.99634552001953,40.75830841064453,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-17 22:53:05,2016-01-17 23:09:58,1,4.77,,,-73.94353485107422,40.8104133605957,-73.9791259765625,40.75307846069336,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-29 16:54:40,2016-01-29 17:02:16,1,1.45,,,-73.99779510498047,40.68315887451172,-73.9833984375,40.672813415527344,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-20 18:31:05,2016-01-20 18:39:31,1,1.03,,,-73.97808074951172,40.68684387207031,-73.9688491821289,40.67793655395508,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-07 19:37:21,2016-01-07 19:45:39,1,1.3,,,-73.91214752197266,40.82953643798828,-73.9096908569336,40.84480667114258,5,N,2,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-22 15:23:03,2016-01-22 15:29:51,1,1.56,,,-73.94202423095703,40.812679290771484,-73.9508285522461,40.7941780090332,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-27 11:38:03,2016-01-27 11:57:52,1,1.4,,,-73.95232391357422,40.791324615478516,-73.94459533691406,40.77950668334961,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-14 17:45:05,2016-01-14 17:52:32,5,1.2,,,-73.96607208251953,40.80400085449219,-73.95010375976562,40.806663513183594,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 09:52:17,2016-01-20 10:00:35,1,1.37,,,-73.97489929199219,40.67504119873047,-73.98068237304688,40.667911529541016,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-17 21:13:37,2016-01-17 21:34:52,1,3.8,,,-73.95191955566406,40.82462692260742,-73.94983673095703,40.785606384277344,1,N,1,16.5,0.5,0.5,0.3,3.55,0.0,,21.35,1.0 +2,2016-01-05 00:55:32,2016-01-05 01:04:02,1,3.43,,,-73.89098358154297,40.74656295776367,-73.8823471069336,40.76502227783203,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-28 21:40:26,2016-01-28 21:46:14,1,1.32,,,-73.80733489990234,40.700740814208984,-73.78839874267578,40.708824157714844,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-21 21:04:53,2016-01-21 21:20:18,1,2.7,,,-73.9933853149414,40.696495056152344,-73.97886657714844,40.6701774597168,1,N,1,12.0,0.5,0.5,0.3,2.65,0.0,,15.95,1.0 +2,2016-01-17 00:05:00,2016-01-17 00:12:14,1,1.57,,,-73.972412109375,40.67717742919922,-73.96025848388672,40.690486907958984,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-07 15:29:33,2016-01-07 15:38:03,1,1.2,,,-73.95577239990234,40.69276428222656,-73.95014953613281,40.705665588378906,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-09 11:18:28,2016-01-09 11:30:41,1,4.9,,,-73.93940734863281,40.79471206665039,-73.8675308227539,40.82554626464844,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-25 09:06:36,2016-01-25 09:57:21,1,5.92,,,-73.96076202392578,40.673011779785156,-73.94157409667969,40.675865173339844,1,N,2,29.0,0.0,0.5,0.3,0.0,0.0,,29.8,1.0 +2,2016-01-17 14:51:37,2016-01-17 15:13:45,1,4.24,,,-73.9578857421875,40.67618179321289,-74.01071166992188,40.67197036743164,1,N,1,18.0,0.0,0.5,0.3,5.64,0.0,,24.44,1.0 +2,2016-01-18 13:34:49,2016-01-18 13:46:17,1,4.01,,,-73.9905776977539,40.702674865722656,-73.9781265258789,40.7123908996582,1,N,1,13.5,0.0,0.5,0.3,1.5,0.0,,15.8,1.0 +2,2016-01-07 08:35:44,2016-01-07 08:48:59,1,2.47,,,-73.93539428710938,40.79610824584961,-73.94294738769531,40.82149887084961,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-15 08:37:22,2016-01-15 08:59:31,1,7.1,,,-73.92536163330078,40.83269500732422,-73.84044647216797,40.840797424316406,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +1,2016-01-06 06:14:21,2016-01-06 06:44:21,1,20.2,,,-73.97378540039062,40.69285202026367,-73.78173065185547,40.64853286743164,1,N,1,53.5,0.5,0.5,0.3,10.95,0.0,,65.75,1.0 +2,2016-01-14 18:06:30,2016-01-14 18:14:40,1,1.44,,,-73.99375915527344,40.67194366455078,-73.97391510009766,40.67203140258789,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-21 19:41:44,2016-01-21 19:46:14,1,0.39,,,-73.98126983642578,40.68995666503906,-73.98439025878906,40.686790466308594,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-22 22:10:45,2016-01-22 22:32:05,1,3.6,,,-73.95140838623047,40.65437316894531,-73.92517852783203,40.67270278930664,1,N,1,16.5,0.5,0.5,0.3,3.0,0.0,,20.8,1.0 +2,2016-01-25 20:32:58,2016-01-25 20:40:12,3,1.33,,,-73.93901062011719,40.821598052978516,-73.9202880859375,40.828155517578125,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-20 21:22:04,2016-01-20 21:29:54,1,1.26,,,-73.94894409179688,40.74453353881836,-73.92859649658203,40.752296447753906,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-05 19:47:45,2016-01-05 19:53:09,1,0.82,,,-73.95198822021484,40.72538375854492,-73.95967102050781,40.71800994873047,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-27 21:11:11,2016-01-27 21:15:41,1,0.68,,,-73.91812133789062,40.77028274536133,-73.92913055419922,40.775936126708984,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-30 18:36:17,2016-01-30 18:39:24,2,0.9,,,-73.98746490478516,40.69133758544922,-73.98475646972656,40.70185852050781,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +1,2016-01-06 20:46:23,2016-01-06 20:49:34,1,0.8,,,-73.95748138427734,40.71812438964844,-73.95442199707031,40.72645568847656,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-22 00:33:11,2016-01-22 00:43:53,1,1.98,,,-73.96063995361328,40.6610221862793,-73.9339599609375,40.67072677612305,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-04 15:41:28,2016-01-04 15:45:05,1,0.9,,,-73.9541244506836,40.803829193115234,-73.94450378417969,40.81390380859375,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-14 13:26:59,2016-01-14 13:42:15,1,2.0,,,-73.9521713256836,40.78959274291992,-73.95819091796875,40.77018737792969,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-30 11:34:46,2016-01-30 11:43:41,1,1.5,,,-73.9428939819336,40.79920959472656,-73.93575286865234,40.816959381103516,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-12 17:24:57,2016-01-12 18:15:01,1,9.8,,,-73.95410919189453,40.78743362426758,-73.95429229736328,40.72032165527344,1,N,1,37.5,1.0,0.5,0.3,7.85,0.0,,47.15,1.0 +2,2016-01-11 16:26:09,2016-01-11 16:41:12,1,3.41,,,-73.99017333984375,40.687156677246094,-74.00292205810547,40.72816848754883,1,N,1,13.5,1.0,0.5,0.3,3.82,0.0,,19.12,1.0 +2,2016-01-19 17:36:23,2016-01-19 17:43:10,1,1.05,,,-73.9415283203125,40.81329345703125,-73.94804382324219,40.80186080932617,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-22 22:29:44,2016-01-22 22:48:28,3,3.7,,,-73.95585632324219,40.68117141723633,-73.93232727050781,40.71077346801758,1,N,1,15.0,0.5,0.5,0.3,3.25,0.0,,19.55,1.0 +1,2016-01-27 18:48:59,2016-01-27 18:58:58,1,0.9,,,-73.82996368408203,40.7137451171875,-73.83235931396484,40.70315170288086,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 14:21:23,2016-01-06 14:53:28,1,6.42,,,-73.95465850830078,40.73454666137695,-74.00713348388672,40.740787506103516,1,N,1,25.0,0.0,0.5,0.3,6.45,0.0,,32.25,1.0 +2,2016-01-14 01:49:26,2016-01-14 02:04:50,1,4.3,,,-73.98632049560547,40.68907165527344,-73.91370391845703,40.679298400878906,1,N,1,15.5,0.5,0.5,0.3,3.36,0.0,,20.16,1.0 +2,2016-01-18 02:29:22,2016-01-18 02:37:55,2,1.79,,,-73.93934631347656,40.70509338378906,-73.95315551757812,40.71816635131836,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-03 23:30:07,2016-01-03 23:52:49,1,7.56,,,-73.96638488769531,40.804588317871094,-73.98994445800781,40.73027801513672,1,N,1,25.0,0.5,0.5,0.3,6.58,0.0,,32.88,1.0 +2,2016-01-03 21:27:21,2016-01-03 21:35:42,1,2.82,,,-73.97695922851562,40.67508316040039,-73.97763061523438,40.64534378051758,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-27 18:11:38,2016-01-27 18:17:14,4,0.97,,,-73.94441223144531,40.83491516113281,-73.94551086425781,40.824440002441406,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-09 16:46:36,2016-01-09 16:55:54,2,1.0,,,-73.86883544921875,40.74924850463867,-73.87265014648438,40.759315490722656,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-24 14:37:11,2016-01-24 15:03:21,1,9.48,,,-73.92565155029297,40.82792282104492,-73.99359130859375,40.736026763916016,1,N,2,28.5,0.0,0.5,0.3,0.0,0.0,,29.3,1.0 +2,2016-01-03 20:20:03,2016-01-03 20:38:03,1,4.83,,,-73.97705841064453,40.683631896972656,-73.94994354248047,40.72608947753906,1,N,1,17.5,0.5,0.5,0.3,5.64,0.0,,24.44,1.0 +1,2016-01-08 18:59:41,2016-01-08 19:04:03,1,0.6,,,-73.9518814086914,40.79029846191406,-73.94418334960938,40.7921257019043,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-25 08:34:15,2016-01-25 09:02:17,1,6.62,,,-73.87165069580078,40.835845947265625,-73.8697280883789,40.87947463989258,5,N,2,13.0,0.0,0.0,0,0.0,0.0,,13.0,2.0 +2,2016-01-25 22:14:42,2016-01-25 22:41:13,1,6.36,,,-73.921875,40.75535583496094,-73.96932220458984,40.80018997192383,1,N,1,23.0,0.5,0.5,0.3,5.08,0.0,,29.38,1.0 +2,2016-01-28 08:51:48,2016-01-28 08:56:12,1,0.78,,,-73.91871643066406,40.75923538208008,-73.91104888916016,40.76868438720703,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-28 19:44:23,2016-01-28 19:54:30,1,1.69,,,-73.96726989746094,40.6343879699707,-73.94168853759766,40.64366149902344,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-09 10:26:38,2016-01-09 10:42:57,1,5.6,,,-73.94117736816406,40.813846588134766,-73.9717788696289,40.76371765136719,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-21 19:37:35,2016-01-21 19:40:49,1,0.63,,,-73.96110534667969,40.71456527709961,-73.96686553955078,40.71072006225586,1,N,1,4.5,1.0,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-20 09:19:08,2016-01-20 09:25:51,1,1.1,,,-73.95433044433594,40.73036575317383,-73.95929718017578,40.71880340576172,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-18 13:42:00,2016-01-18 13:46:38,1,0.85,,,-73.97332763671875,40.693336486816406,-73.98129272460938,40.68922805786133,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-14 16:53:35,2016-01-14 17:12:42,1,2.4,,,-73.89391326904297,40.754737854003906,-73.89299774169922,40.725746154785156,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-02 15:03:44,2016-01-02 15:13:04,1,1.66,,,-73.9847412109375,40.68682098388672,-73.98070526123047,40.66794204711914,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-13 20:13:38,2016-01-13 20:27:25,1,3.2,,,-73.98355102539062,40.68885040283203,-73.94925689697266,40.66022491455078,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-29 21:58:13,2016-01-29 22:03:36,1,1.52,,,-73.93147277832031,40.765380859375,-73.91378021240234,40.7711296081543,1,N,1,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 18:26:56,2016-01-22 19:51:32,1,15.01,,,-73.91809844970703,40.83456039428711,-73.92803192138672,40.83568572998047,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +2,2016-01-06 22:58:48,2016-01-06 23:11:57,1,8.18,,,-73.91438293457031,40.764591217041016,-73.98712921142578,40.71830368041992,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,,24.3,1.0 +2,2016-01-03 20:40:08,2016-01-03 20:53:44,1,2.16,,,-73.96841430664062,40.67863845825195,-73.98316192626953,40.669097900390625,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-13 19:23:49,2016-01-13 19:27:54,1,0.94,,,-73.94831085205078,40.78951644897461,-73.94718170166016,40.78009796142578,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 19:01:13,2016-01-09 19:05:41,1,1.32,,,-73.939208984375,40.80537796020508,-73.95171356201172,40.78789138793945,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-25 08:10:02,2016-01-25 08:22:13,1,1.01,,,-73.9393081665039,40.82148742675781,-73.92310333251953,40.816768646240234,1,N,1,9.0,0.0,0.5,0.3,2.94,0.0,,12.74,1.0 +2,2016-01-05 18:50:13,2016-01-05 18:58:59,1,1.34,,,-73.95783996582031,40.717586517333984,-73.94744110107422,40.71163558959961,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-30 02:03:16,2016-01-30 02:07:39,1,0.99,,,-73.95333862304688,40.65935134887695,-73.95042419433594,40.67162322998047,1,N,1,5.5,0.5,0.5,0.3,5.0,0.0,,11.8,1.0 +2,2016-01-15 08:13:04,2016-01-15 08:15:04,1,0.46,,,-73.94950103759766,40.82257843017578,-73.94530487060547,40.82819366455078,1,N,1,3.5,0.0,0.5,0.3,1.08,0.0,,5.38,1.0 +2,2016-01-02 00:36:15,2016-01-02 00:43:16,1,1.25,,,-73.95995330810547,40.715736389160156,-73.9404067993164,40.71462631225586,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-04 00:38:20,2016-01-04 00:46:42,1,1.4,,,-73.88407897949219,40.747657775878906,-73.85923767089844,40.75164031982422,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-21 22:51:57,2016-01-21 23:01:06,2,2.2,,,-73.9832534790039,40.67292785644531,-74.0080795288086,40.65066146850586,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-23 00:40:41,2016-01-23 01:11:47,1,7.21,,,-73.95878601074219,40.650760650634766,-73.93701171875,40.718475341796875,1,N,2,26.0,0.5,0.5,0.3,0.0,0.0,,27.3,1.0 +2,2016-01-14 18:52:37,2016-01-14 18:58:39,1,1.04,,,-73.92174530029297,40.6773681640625,-73.91099548339844,40.68525314331055,1,N,1,6.0,1.0,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-17 17:24:55,2016-01-17 17:49:57,2,11.98,,,-73.95193481445312,40.79007339477539,-73.8517074584961,40.72857666015625,1,N,1,34.0,0.0,0.5,0.3,0.0,5.54,,40.34,1.0 +1,2016-01-30 07:59:43,2016-01-30 08:11:01,1,3.6,,,-73.98959350585938,40.70249557495117,-73.99756622314453,40.729774475097656,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-25 09:01:16,2016-01-25 09:58:48,1,8.7,,,-73.95744323730469,40.68146514892578,-73.9936752319336,40.74627685546875,1,N,1,40.5,0.0,0.5,0.3,8.25,0.0,,49.55,1.0 +2,2016-01-15 18:52:53,2016-01-15 19:04:54,1,3.98,,,-73.95269775390625,40.727176666259766,-73.98258972167969,40.69613265991211,1,N,1,13.0,1.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-20 21:15:57,2016-01-20 21:22:07,1,1.08,,,-73.97799682617188,40.67280578613281,-73.9910888671875,40.66642379760742,1,N,1,6.5,0.5,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-20 10:13:29,2016-01-21 00:00:00,1,3.78,,,-73.91897583007812,40.74309158325195,-73.86399841308594,40.7496452331543,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-02 22:07:57,2016-01-02 22:17:43,2,2.5,,,-73.95140075683594,40.714027404785156,-73.91007232666016,40.70854187011719,1,N,1,10.0,0.5,0.5,0.3,2.8,0.0,,14.1,1.0 +2,2016-01-11 19:09:22,2016-01-11 19:16:05,1,1.02,,,-73.8740005493164,40.75685119628906,-73.87344360351562,40.74524688720703,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-17 03:06:43,2016-01-17 03:09:59,1,0.7,,,-73.89559936523438,40.929771423339844,-73.89749145507812,40.93690490722656,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-03 23:37:54,2016-01-03 23:52:39,1,6.43,,,-73.956298828125,40.719146728515625,-73.86727142333984,40.73878860473633,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-28 12:07:37,2016-01-29 00:00:00,1,0.72,,,-73.97791290283203,40.68465042114258,-73.98336029052734,40.69487380981445,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 03:59:39,2016-01-17 04:17:03,1,11.87,,,-73.99495697021484,40.68913650512695,-73.86695861816406,40.7708625793457,1,N,2,32.5,0.5,0.5,0.3,0.0,0.0,,33.8,1.0 +2,2016-01-10 17:22:37,2016-01-10 17:25:10,2,0.5,,,-73.95360565185547,40.806907653808594,-73.95819854736328,40.80084228515625,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-24 20:38:55,2016-01-24 21:09:00,1,6.48,,,-73.94647216796875,40.75729751586914,-73.89396667480469,40.69864273071289,1,N,1,24.0,0.5,0.5,0.3,5.06,0.0,,30.36,1.0 +2,2016-01-18 04:19:58,2016-01-18 04:43:21,1,6.05,,,-73.98921203613281,40.66569137573242,-73.9179458618164,40.701045989990234,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,,23.3,1.0 +1,2016-01-01 02:20:08,2016-01-01 02:28:41,1,2.6,,,-73.84413146972656,40.721229553222656,-73.8109359741211,40.720088958740234,1,N,1,10.0,1.0,0.5,0.3,3.5,0.0,,15.3,1.0 +1,2016-01-05 09:40:50,2016-01-05 10:08:56,1,4.2,,,-73.96891784667969,40.70915603637695,-74.00223541259766,40.718875885009766,1,N,1,20.0,0.0,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-13 21:27:38,2016-01-13 21:38:38,1,2.99,,,-73.97933959960938,40.66939926147461,-73.95895385742188,40.68529510498047,1,N,1,11.5,0.5,0.5,0.3,3.84,0.0,,16.64,1.0 +2,2016-01-08 14:05:26,2016-01-08 14:40:27,1,9.44,,,-73.84335327148438,40.721431732177734,-73.99333953857422,40.747318267822266,1,N,1,34.0,0.0,0.5,0.3,0.0,5.54,,40.34,1.0 +1,2016-01-16 14:13:50,2016-01-16 14:44:09,3,5.8,,,-73.86917877197266,40.74931716918945,-73.86260223388672,40.682159423828125,1,N,1,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-18 01:57:48,2016-01-18 02:02:51,1,2.22,,,-73.95172882080078,40.71495819091797,-73.98780822753906,40.71860885620117,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-01 23:40:22,2016-01-01 23:54:18,1,2.74,,,-73.9126968383789,40.756019592285156,-73.8634262084961,40.753211975097656,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-24 23:24:57,2016-01-24 23:51:31,5,5.77,,,-73.97662353515625,40.6820182800293,-73.89768981933594,40.64230728149414,1,N,1,21.0,0.5,0.5,0.3,6.69,0.0,,28.99,1.0 +1,2016-01-26 11:48:07,2016-01-26 12:02:53,3,2.4,,,-73.97992706298828,40.668678283691406,-73.96427154541016,40.650062561035156,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-06 16:41:44,2016-01-06 16:53:40,1,0.9,,,-73.98617553710938,40.68999481201172,-73.98164367675781,40.69573974609375,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-07 10:11:55,2016-01-07 10:23:01,5,2.03,,,-73.91195678710938,40.744407653808594,-73.94793701171875,40.744991302490234,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-06 10:03:01,2016-01-06 10:09:02,1,1.6,,,-73.942626953125,40.827537536621094,-73.93316650390625,40.84737777709961,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 23:40:38,2016-01-09 23:59:13,1,3.79,,,-73.9579086303711,40.72179412841797,-73.95726776123047,40.67259216308594,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-13 19:37:43,2016-01-13 19:51:56,1,1.38,,,-73.90324401855469,40.74589157104492,-73.87996673583984,40.74104690551758,1,N,1,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-14 09:31:34,2016-01-14 09:46:40,1,5.1,,,-73.95433807373047,40.730674743652344,-73.99093627929688,40.695037841796875,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-17 18:46:26,2016-01-17 19:04:46,1,3.7,,,-73.99195098876953,40.684444427490234,-73.95716857910156,40.653682708740234,1,N,1,15.0,1.0,0.5,0.3,3.35,0.0,,20.15,1.0 +1,2016-01-11 18:44:06,2016-01-11 18:53:19,1,3.5,,,-73.94867706298828,40.72842025756836,-73.98844909667969,40.720062255859375,1,N,1,11.5,1.0,0.5,0.3,3.3,0.0,,16.6,1.0 +2,2016-01-16 22:33:01,2016-01-16 22:38:44,1,0.68,,,-73.93974304199219,40.8054084777832,-73.93960571289062,40.80995559692383,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 00:23:42,2016-01-16 00:39:58,1,4.96,,,-73.8843765258789,40.85832214355469,-73.94229125976562,40.82209777832031,1,N,1,17.5,0.5,0.5,0.3,3.0,0.0,,21.8,1.0 +1,2016-01-16 23:11:33,2016-01-16 23:26:50,2,3.7,,,-73.91783142089844,40.77034378051758,-73.86553955078125,40.74636459350586,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-02 19:01:02,2016-01-02 19:13:41,1,1.98,,,-73.94950103759766,40.68030548095703,-73.97018432617188,40.695030212402344,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-01 00:39:55,2016-01-01 00:56:18,1,2.57,,,-73.95063018798828,40.721763610839844,-73.94947814941406,40.717552185058594,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-22 11:43:35,2016-01-22 11:54:42,1,3.89,,,-73.89085388183594,40.862186431884766,-73.83906555175781,40.881988525390625,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-07 15:06:36,2016-01-07 15:21:41,1,5.48,,,-73.82984924316406,40.713680267333984,-73.86781311035156,40.74211502075195,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-08 18:39:14,2016-01-08 18:52:25,1,1.33,,,-73.943359375,40.81087875366211,-73.96061706542969,40.81782913208008,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-21 13:59:58,2016-01-21 14:18:46,1,2.55,,,-73.9447021484375,40.808876037597656,-73.95024871826172,40.78004455566406,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +1,2016-01-22 22:17:51,2016-01-22 22:25:44,1,1.4,,,-73.95044708251953,40.74384307861328,-73.92851257324219,40.74409866333008,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 21:00:59,2016-01-26 21:31:04,2,14.93,,,-73.92999267578125,40.75651168823242,-73.79052734375,40.64398193359375,1,N,1,41.0,0.5,0.5,0.3,8.46,0.0,,50.76,1.0 +2,2016-01-20 19:47:14,2016-01-20 20:08:53,1,3.59,,,-73.96076965332031,40.714988708496094,-73.96426391601562,40.67393112182617,1,N,1,16.0,1.0,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-14 14:36:52,2016-01-14 14:45:00,3,1.47,,,-73.91960906982422,40.84760284423828,-73.91254425048828,40.8310661315918,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-16 13:25:48,2016-01-16 13:26:57,1,0.32,,,-73.96209716796875,40.805145263671875,-73.96649169921875,40.80403137207031,1,N,1,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-18 14:23:34,2016-01-18 14:45:20,1,5.32,,,-73.949462890625,40.78536605834961,-73.99301147460938,40.75860595703125,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-21 22:33:00,2016-01-21 23:02:03,1,5.08,,,-73.91897583007812,40.7434196472168,-73.98893737792969,40.74038314819336,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,,28.56,1.0 +2,2016-01-29 12:04:26,2016-01-29 12:09:21,1,0.46,,,-73.9592514038086,40.67727279663086,-73.95572662353516,40.681114196777344,1,N,1,5.0,0.0,0.5,0.3,2.0,0.0,,7.8,1.0 +2,2016-01-17 20:17:10,2016-01-17 20:32:55,1,4.29,,,-73.8441162109375,40.72099685668945,-73.9081039428711,40.70710754394531,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-09 20:52:30,2016-01-09 21:09:45,1,4.42,,,-73.9521713256836,40.72614288330078,-73.99678039550781,40.712162017822266,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +1,2016-01-27 18:08:55,2016-01-27 18:33:13,1,2.4,,,-73.94181823730469,40.70318603515625,-73.9531021118164,40.68061447143555,1,N,1,15.5,1.0,0.5,0.3,25.0,0.0,,42.3,1.0 +2,2016-01-14 12:51:37,2016-01-14 13:08:36,1,5.87,,,-73.98709869384766,40.691951751708984,-73.97395324707031,40.744056701660156,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-05 10:35:05,2016-01-05 10:52:57,1,1.69,,,-73.9392318725586,40.805206298828125,-73.9546127319336,40.783966064453125,1,N,1,12.5,0.0,0.5,0.3,2.0,0.0,,15.3,1.0 +2,2016-01-21 15:47:36,2016-01-21 15:56:47,1,1.33,,,-73.95291137695312,40.79848861694336,-73.9575424194336,40.81131362915039,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-17 18:06:50,2016-01-17 18:25:04,2,3.05,,,-73.95386505126953,40.79068374633789,-73.96231842041016,40.7579345703125,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-17 17:19:04,2016-01-17 17:20:44,1,0.17,,,-73.95709228515625,40.71845626831055,-73.95210266113281,40.7172737121582,1,N,1,3.0,0.0,0.5,0.3,2.0,0.0,,5.8,1.0 +2,2016-01-04 21:41:27,2016-01-04 21:45:11,1,0.82,,,-73.92546081542969,40.76193618774414,-73.93761444091797,40.76481628417969,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-06 19:31:29,2016-01-06 19:34:46,1,0.61,,,-73.91778564453125,40.77004623413086,-73.90782165527344,40.76613235473633,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-11 13:58:12,2016-01-11 14:09:30,1,1.14,,,-73.97451782226562,40.69801712036133,-73.958984375,40.69659423828125,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-07 18:38:23,2016-01-07 18:55:03,3,1.76,,,-73.98616790771484,40.669273376464844,-73.98126220703125,40.68960952758789,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +1,2016-01-15 17:58:04,2016-01-15 18:25:32,1,1.5,,,-73.96133422851562,40.806156158447266,-73.93971252441406,40.8052978515625,1,N,2,16.5,1.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-10 23:56:43,2016-01-11 00:04:02,1,2.1,,,-73.82975006103516,40.75974655151367,-73.79789733886719,40.762733459472656,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-18 01:11:24,2016-01-18 01:14:13,2,0.6,,,-73.95309448242188,40.811153411865234,-73.95848083496094,40.808990478515625,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 10:18:25,2016-01-21 10:43:37,3,5.0,,,-73.99279022216797,40.693763732910156,-74.00301361083984,40.74937057495117,1,N,1,20.5,0.0,0.5,0.3,3.7,0.0,,25.0,1.0 +2,2016-01-04 19:04:21,2016-01-04 19:07:54,1,0.72,,,-73.98743438720703,40.69242858886719,-73.97821807861328,40.69613265991211,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-26 08:00:27,2016-01-26 08:13:21,1,1.39,,,-73.95469665527344,40.68731689453125,-73.96761322021484,40.698455810546875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 07:30:57,2016-01-01 07:40:22,1,1.91,,,-73.95297241210938,40.82290267944336,-73.94894409179688,40.80268478393555,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-09 09:52:02,2016-01-09 10:02:50,6,5.73,,,-73.8189926147461,40.709251403808594,-73.8396987915039,40.76729965209961,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-13 19:09:07,2016-01-13 19:12:01,1,0.45,,,-73.95648956298828,40.71697235107422,-73.96268463134766,40.71734619140625,1,N,1,4.0,1.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-17 23:30:24,2016-01-17 23:43:19,1,2.88,,,-73.99111938476562,40.68938064575195,-73.94910430908203,40.66891098022461,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-22 18:36:08,2016-01-22 18:43:25,1,1.68,,,-74.00946044921875,40.680206298828125,-73.99578857421875,40.68156814575195,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-13 14:32:26,2016-01-13 14:39:15,1,1.39,,,-73.95560455322266,40.81966781616211,-73.96416473388672,40.803077697753906,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-20 15:27:19,2016-01-20 15:48:23,1,2.57,,,-73.94282531738281,40.81161117553711,-73.95021057128906,40.780738830566406,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-01 22:25:29,2016-01-01 22:38:32,5,2.3,,,-73.99449157714844,40.70318603515625,-73.96532440185547,40.69047546386719,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-17 01:04:39,2016-01-17 01:13:14,1,1.8,,,-73.93089294433594,40.65696334838867,-73.92466735839844,40.678802490234375,1,N,1,8.0,0.5,0.5,0.3,2.0,0.0,,11.3,1.0 +1,2016-01-01 04:06:15,2016-01-01 04:21:47,2,2.7,,,-73.93706512451172,40.70927429199219,-73.9581298828125,40.73335266113281,1,N,1,12.0,0.5,0.5,0.3,3.0,0.0,,16.3,1.0 +2,2016-01-05 16:58:57,2016-01-05 17:53:37,1,2.02,,,-73.83435821533203,40.75681686401367,-73.8223648071289,40.76534652709961,1,N,2,30.0,1.0,0.5,0.3,0.0,0.0,,31.8,1.0 +2,2016-01-28 16:19:38,2016-01-28 16:34:17,1,1.66,,,-73.94159698486328,40.817935943603516,-73.96073913574219,40.817970275878906,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-05 12:23:25,2016-01-05 12:37:17,1,3.0,,,-73.9880599975586,40.69040298461914,-73.95379638671875,40.66218948364258,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-13 16:46:42,2016-01-13 17:21:55,1,4.6,,,-73.94927215576172,40.74147033691406,-73.87722778320312,40.74092483520508,1,N,2,24.0,1.0,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-02 21:12:22,2016-01-02 21:38:24,2,5.92,,,-73.95928955078125,40.71493148803711,-73.98619079589844,40.75697326660156,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,,24.3,1.0 +1,2016-01-25 20:09:39,2016-01-25 20:17:56,2,1.9,,,-73.97883605957031,40.65085220336914,-73.97180938720703,40.67144775390625,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-09 02:21:33,2016-01-09 02:23:07,1,0.55,,,-73.88324737548828,40.74985122680664,-73.87870025634766,40.754432678222656,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-15 00:45:17,2016-01-15 00:52:27,3,1.14,,,-73.89073181152344,40.747039794921875,-73.8704605102539,40.747161865234375,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-24 13:21:00,2016-01-24 13:29:19,1,1.0,,,-73.96073913574219,40.66047668457031,-73.96337127685547,40.6751823425293,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-30 22:52:10,2016-01-30 23:15:14,2,4.92,,,-73.94644927978516,40.806331634521484,-73.97982788085938,40.74923324584961,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-23 04:55:15,2016-01-23 05:02:15,1,0.99,,,-73.92157745361328,40.767086029052734,-73.92752075195312,40.77287292480469,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-18 00:00:43,2016-01-18 00:04:54,1,0.79,,,-73.9213638305664,40.7667121887207,-73.9333724975586,40.76887893676758,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-25 19:35:09,2016-01-25 19:45:46,1,1.96,,,-73.93954467773438,40.712242126464844,-73.9051284790039,40.71070098876953,1,N,1,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-30 21:24:40,2016-01-30 21:44:04,1,2.3,,,-73.94268798828125,40.82733154296875,-73.90969848632812,40.83209228515625,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-13 07:35:52,2016-01-13 07:42:26,1,1.08,,,-73.97286224365234,40.693424224853516,-73.98712158203125,40.69391632080078,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 01:38:11,2016-01-01 01:47:31,1,3.51,,,-73.95466613769531,40.68711853027344,-73.95053100585938,40.72785568237305,1,N,1,12.0,0.5,0.5,0.3,2.0,0.0,,15.3,1.0 +2,2016-01-04 09:04:09,2016-01-04 09:27:38,1,5.46,,,-73.98334503173828,40.67268371582031,-73.95710754394531,40.716575622558594,1,N,1,21.0,0.0,0.5,0.3,5.45,0.0,,27.25,1.0 +1,2016-01-15 22:47:00,2016-01-15 23:00:10,1,2.3,,,-73.9734115600586,40.6859016418457,-73.93211364746094,40.69061279296875,1,N,1,11.0,0.5,0.5,0,2.4,0.0,,14.4,1.0 +2,2016-01-30 17:36:19,2016-01-30 17:49:44,2,1.81,,,-73.86961364746094,40.733978271484375,-73.86442565917969,40.7512321472168,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-17 11:23:13,2016-01-17 11:31:22,2,2.15,,,-73.93778991699219,40.812644958496094,-73.94692993164062,40.80570602416992,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 19:13:04,2016-01-10 19:21:30,1,1.19,,,-73.91600799560547,40.81998062133789,-73.90780639648438,40.81134796142578,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-20 10:20:50,2016-01-20 10:52:14,1,7.78,,,-73.9626235961914,40.7122802734375,-73.87117767333984,40.774017333984375,1,N,2,28.0,0.0,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-22 07:42:05,2016-01-22 07:46:49,1,0.71,,,-74.0223388671875,40.66432571411133,-73.94058990478516,40.794795989990234,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-25 19:05:09,2016-01-25 19:10:52,1,0.8,,,-73.95549774169922,40.80430603027344,-73.96580505371094,40.79960632324219,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-12 17:30:08,2016-01-12 17:44:03,1,3.88,,,-73.90845489501953,40.86164093017578,-73.94132995605469,40.82362747192383,1,N,1,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-04 09:15:09,2016-01-04 09:21:07,1,1.1,,,-73.84423065185547,40.7214469909668,-73.84185791015625,40.72952651977539,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-21 17:33:03,2016-01-21 17:58:09,1,3.64,,,-73.96659088134766,40.804054260253906,-73.93350982666016,40.845035552978516,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-03 19:59:25,2016-01-03 20:05:26,1,1.27,,,-73.95785522460938,40.72175979614258,-73.94422149658203,40.72416687011719,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-25 17:01:51,2016-01-25 17:16:29,1,3.11,,,-73.9403305053711,40.83912658691406,-73.96647644042969,40.8040657043457,1,N,1,13.0,1.0,0.5,0.3,3.7,0.0,,18.5,1.0 +2,2016-01-13 09:55:37,2016-01-13 10:15:38,1,4.84,,,-73.92443084716797,40.77422332763672,-73.9742660522461,40.74994659423828,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-13 16:44:28,2016-01-13 17:02:32,2,1.86,,,-73.90650177001953,40.75338363647461,-73.92182159423828,40.76628112792969,1,N,1,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-18 13:19:34,2016-01-18 13:27:41,1,1.16,,,-73.95063781738281,40.80246353149414,-73.95530700683594,40.78850173950195,1,N,1,7.0,0.0,0.5,0.3,3.55,0.0,,11.35,1.0 +2,2016-01-07 15:35:32,2016-01-07 15:38:37,2,0.76,,,-73.97817993164062,40.671024322509766,-73.98226928710938,40.67858123779297,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 13:34:09,2016-01-21 13:39:58,1,0.86,,,-73.93850708007812,40.84637451171875,-73.94441986083984,40.834869384765625,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +1,2016-01-09 13:07:05,2016-01-09 13:27:27,1,5.5,,,-73.93780517578125,40.79267501831055,-73.988037109375,40.76063919067383,1,N,3,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-09 11:21:42,2016-01-09 11:30:37,1,1.77,,,-73.92621612548828,40.68302536010742,-73.94722747802734,40.69040298461914,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-18 00:05:07,2016-01-18 00:11:55,5,1.85,,,-73.92912292480469,40.8124885559082,-73.94524383544922,40.79939651489258,1,N,1,7.5,0.5,0.5,0.3,1.88,0.0,,10.68,1.0 +2,2016-01-08 17:19:06,2016-01-08 17:37:00,5,1.94,,,-73.97428894042969,40.68631362915039,-73.94449615478516,40.67464828491211,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-21 17:45:41,2016-01-21 17:55:14,1,1.36,,,-73.95246887207031,40.78955841064453,-73.93894958496094,40.80463409423828,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-25 12:13:57,2016-01-25 13:33:16,5,7.08,,,-73.94454193115234,40.78304672241211,-73.87073516845703,40.77384948730469,1,N,1,53.0,0.0,0.5,0.3,5.0,5.54,,64.34,1.0 +2,2016-01-16 11:39:30,2016-01-16 11:47:46,1,1.36,,,-73.93931579589844,40.70988845825195,-73.95004272460938,40.72395324707031,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-01 23:20:26,2016-01-01 23:31:08,1,1.3,,,-73.95931243896484,40.708805084228516,-73.95441436767578,40.70963668823242,1,N,1,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-20 00:49:37,2016-01-20 01:02:16,2,2.73,,,-73.89141845703125,40.74659729003906,-73.87285614013672,40.71800994873047,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-09 15:51:17,2016-01-09 16:05:18,1,2.89,,,-73.97679138183594,40.68697738647461,-73.92581176757812,40.69537353515625,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-18 09:30:19,2016-01-19 09:23:30,1,3.83,,,-73.99295806884766,40.70235061645508,-73.96426391601562,40.71316146850586,1,N,1,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-10 02:27:45,2016-01-10 02:37:59,1,1.66,,,-73.95657348632812,40.721126556396484,-73.96177673339844,40.70198059082031,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-23 10:19:17,2016-01-23 10:23:29,1,1.09,,,-73.95311737060547,40.58720397949219,-73.9352798461914,40.58601760864258,1,N,1,5.5,0.0,0.5,0.3,10.0,0.0,,16.3,1.0 +1,2016-01-13 12:08:22,2016-01-13 12:22:55,3,3.0,,,-73.93804931640625,40.74881362915039,-73.9582290649414,40.71533966064453,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-06 08:31:19,2016-01-06 08:41:02,1,1.73,,,-74.00909423828125,40.63082504272461,-74.02970123291016,40.64018630981445,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-10 19:35:40,2016-01-10 19:41:59,1,1.2,,,-73.94210052490234,40.82302474975586,-73.9538803100586,40.811737060546875,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-10 22:10:50,2016-01-10 22:18:20,1,2.37,,,-73.88304901123047,40.73774337768555,-73.84659576416016,40.72092056274414,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-09 15:38:15,2016-01-09 15:42:17,1,0.93,,,-73.95509338378906,40.788753509521484,-73.9544448852539,40.77891159057617,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-15 21:57:00,2016-01-15 22:00:07,1,0.0,,,-73.95150756835938,40.66963577270508,-73.95147705078125,40.66963577270508,5,N,1,70.0,0.0,0.0,0,0.0,0.0,,70.0,2.0 +2,2016-01-20 21:00:51,2016-01-20 21:05:34,1,0.92,,,-73.92635345458984,40.8281135559082,-73.92964172363281,40.83772659301758,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-01 00:38:00,2016-01-01 00:50:16,3,2.5,,,-73.94226837158203,40.7540397644043,-73.91816711425781,40.74238204956055,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-09 10:57:38,2016-01-09 11:05:51,1,1.54,,,-73.95650482177734,40.67475128173828,-73.9761962890625,40.684852600097656,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-02 21:16:08,2016-01-02 21:27:26,1,3.23,,,-73.94513702392578,40.80807876586914,-73.96084594726562,40.77507019042969,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-07 22:26:35,2016-01-07 22:31:53,1,1.1,,,-73.96247863769531,40.671844482421875,-73.95840454101562,40.68169021606445,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-08 12:50:12,2016-01-08 13:11:49,1,3.5,,,-73.90721893310547,40.65562438964844,-73.94027709960938,40.68438720703125,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,,20.15,1.0 +2,2016-01-06 18:03:43,2016-01-06 18:20:48,1,2.26,,,-73.93855285644531,40.698673248291016,-73.93130493164062,40.669769287109375,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-25 12:16:09,2016-01-25 12:26:10,1,1.4,,,-73.94776916503906,40.829925537109375,-73.93696594238281,40.848941802978516,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-10 23:03:48,2016-01-10 23:19:14,1,3.8,,,-73.9453353881836,40.71147537231445,-73.9449234008789,40.75386428833008,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-05 12:03:29,2016-01-05 12:15:19,1,1.67,,,-73.91944885253906,40.67877960205078,-73.9414291381836,40.67561340332031,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-12 21:46:44,2016-01-12 21:49:11,1,0.61,,,-73.9115982055664,40.7751350402832,-73.91496276855469,40.778385162353516,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-04 17:47:35,2016-01-04 18:15:53,1,2.46,,,-73.86966705322266,40.74910354614258,-73.83016967773438,40.75508117675781,1,N,1,18.5,1.0,0.5,0.3,4.06,0.0,,24.36,1.0 +1,2016-01-16 23:10:51,2016-01-16 23:15:19,1,1.1,,,-73.96770477294922,40.6932487487793,-73.95059204101562,40.69219207763672,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 17:11:02,2016-01-06 17:23:15,2,1.75,,,-73.95234680175781,40.789791107177734,-73.96233367919922,40.80498123168945,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-04 14:32:13,2016-01-04 14:36:48,1,0.66,,,-73.94387817382812,40.79253387451172,-73.94046783447266,40.800148010253906,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-05 14:59:25,2016-01-05 15:13:02,1,2.32,,,-73.99282836914062,40.697601318359375,-73.97676086425781,40.68373107910156,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-18 04:07:42,2016-01-18 04:10:18,6,0.51,,,-73.92727661132812,40.75422668457031,-73.923828125,40.76112365722656,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-13 10:11:26,2016-01-13 10:18:53,1,5.02,,,-73.81304168701172,40.69729232788086,-73.78329467773438,40.64373779296875,5,N,2,25.0,0.0,0.0,0,0.0,0.0,,25.0,2.0 +2,2016-01-05 11:54:43,2016-01-05 12:10:31,1,3.23,,,-73.91694641113281,40.76138687133789,-73.95700073242188,40.74800109863281,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-07 19:32:30,2016-01-07 19:47:33,1,4.2,,,-73.82244873046875,40.68698501586914,-73.86497497558594,40.7259635925293,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-30 17:27:17,2016-01-30 17:39:46,5,1.41,,,-73.92532348632812,40.810123443603516,-73.9056396484375,40.81247329711914,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-22 20:36:52,2016-01-22 20:39:32,1,0.4,,,-73.8297348022461,40.71366882324219,-73.82328796386719,40.71327590942383,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,,6.62,1.0 +2,2016-01-14 02:07:07,2016-01-14 02:27:45,1,10.78,,,-73.93634033203125,40.80396270751953,-73.8398666381836,40.88874435424805,1,N,2,31.5,0.5,0.5,0.3,0.0,0.0,,32.8,1.0 +2,2016-01-01 03:21:14,2016-01-01 03:23:59,1,0.5,,,-73.93154907226562,40.76514434814453,-73.92588806152344,40.76897430419922,1,N,1,4.0,0.5,0.5,0.3,2.5,0.0,,7.8,1.0 +2,2016-01-20 21:58:00,2016-01-20 22:03:22,5,1.02,,,-73.87117004394531,40.73387145996094,-73.87696075439453,40.744049072265625,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 09:25:36,2016-01-28 09:37:57,1,3.71,,,-73.93701934814453,40.80427169799805,-73.92864990234375,40.79050064086914,1,N,1,13.0,0.0,0.5,0.3,4.84,5.54,,24.18,1.0 +2,2016-01-04 00:41:49,2016-01-04 00:47:13,1,1.21,,,-73.95499420166016,40.80483627319336,-73.937744140625,40.80465316772461,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 12:54:34,2016-01-22 13:05:04,1,1.65,,,-73.93792724609375,40.80380630493164,-73.95327758789062,40.78261947631836,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-28 14:36:16,2016-01-28 14:41:19,1,0.6,,,-73.92442321777344,40.76156997680664,-73.91748809814453,40.764930725097656,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 02:42:14,2016-01-01 02:54:48,1,2.3,,,-73.94047546386719,40.8057975769043,-73.91004180908203,40.81898880004883,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-11 19:53:08,2016-01-11 20:07:58,1,3.0,,,-73.9557113647461,40.68877410888672,-73.92180633544922,40.68357849121094,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-04 14:08:34,2016-01-04 14:19:25,1,4.2,,,-73.8619613647461,40.73030090332031,-73.80886840820312,40.727230072021484,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-30 21:52:30,2016-01-30 22:05:37,1,2.5,,,-73.95463562011719,40.73307418823242,-73.93401336669922,40.707496643066406,1,N,1,11.0,0.5,0.5,0.3,2.45,0.0,,14.75,1.0 +2,2016-01-16 17:43:30,2016-01-16 17:49:20,1,1.11,,,-73.91895294189453,40.759090423583984,-73.92438507080078,40.771087646484375,1,N,1,6.0,0.0,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-29 09:42:38,2016-01-29 09:53:44,1,1.54,,,-73.93223571777344,40.8576545715332,-73.94276428222656,40.837127685546875,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-14 12:58:24,2016-01-14 13:10:56,1,2.65,,,-73.95431518554688,40.58750534057617,-73.95826721191406,40.618247985839844,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-10 19:10:41,2016-01-10 19:12:38,1,0.23,,,-73.954345703125,40.78968811035156,-73.95237731933594,40.79066848754883,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-10 16:23:56,2016-01-10 16:35:33,2,2.62,,,-73.9869155883789,40.6916618347168,-74.00442504882812,40.72157669067383,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,,15.38,1.0 +2,2016-01-19 15:17:58,2016-01-19 15:27:50,1,1.03,,,-73.98504638671875,40.67738342285156,-73.97554016113281,40.66905975341797,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-07 18:00:13,2016-01-07 18:08:22,1,0.89,,,-73.93641662597656,40.80585861206055,-73.94092559814453,40.8118782043457,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-03 02:19:19,2016-01-03 02:32:10,1,2.7,,,-73.91981506347656,40.75811004638672,-73.89851379394531,40.73839569091797,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-19 16:03:13,2016-01-19 16:07:33,1,0.6,,,-73.99161529541016,40.69098663330078,-73.99447631835938,40.687984466552734,1,Y,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-29 12:40:17,2016-01-29 12:55:38,1,2.6,,,-73.95111846923828,40.82567596435547,-73.94126892089844,40.79848098754883,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-20 13:34:58,2016-01-20 13:40:08,1,0.8,,,-73.94994354248047,40.72230911254883,-73.96114349365234,40.71907043457031,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-23 02:14:21,2016-01-23 02:37:57,1,5.8,,,-73.98617553710938,40.669185638427734,-73.95034790039062,40.723079681396484,1,N,1,20.5,0.5,0.5,0.3,6.54,0.0,,28.34,1.0 +2,2016-01-11 23:18:31,2016-01-11 23:28:08,1,2.77,,,-73.95264434814453,40.695068359375,-73.9261245727539,40.67212677001953,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-18 18:39:55,2016-01-18 18:52:43,1,4.43,,,-73.93895721435547,40.80503845214844,-73.9276351928711,40.855125427246094,1,N,1,15.5,0.0,0.5,0.3,4.08,0.0,,20.38,1.0 +2,2016-01-15 20:30:47,2016-01-15 20:41:33,1,1.51,,,-73.9111328125,40.77580261230469,-73.89185333251953,40.76877975463867,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-19 19:35:50,2016-01-19 19:42:33,1,1.16,,,-73.948486328125,40.72254180908203,-73.95684814453125,40.733638763427734,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-05 09:10:52,2016-01-05 09:32:24,5,3.74,,,-73.91193389892578,40.76776885986328,-73.96529388427734,40.76179885864258,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-13 19:43:05,2016-01-13 19:58:11,1,3.2,,,-73.96556854248047,40.710323333740234,-73.98188781738281,40.732845306396484,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-05 11:09:45,2016-01-05 11:13:33,1,0.0,,,-73.90201568603516,40.763816833496094,-73.90203857421875,40.76382827758789,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-30 03:33:35,2016-01-30 03:53:06,1,3.94,,,-73.96195983886719,40.715938568115234,-73.98347473144531,40.72998046875,1,N,1,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-29 23:17:49,2016-01-29 23:27:38,6,1.77,,,-73.95569610595703,40.71774673461914,-73.93699645996094,40.71210479736328,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-18 12:25:13,2016-01-18 12:29:50,1,0.77,,,-73.88395690917969,40.74761199951172,-73.86929321289062,40.7490234375,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 00:36:01,2016-01-17 00:41:09,2,0.78,,,-73.9556655883789,40.80378723144531,-73.94746398925781,40.809993743896484,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-12 19:50:58,2016-01-12 20:05:02,1,5.97,,,-73.940185546875,40.840511322021484,-73.98096466064453,40.77448654174805,1,N,1,19.0,1.0,0.5,0.3,2.0,0.0,,22.8,1.0 +2,2016-01-07 08:17:03,2016-01-07 08:31:06,1,2.32,,,-73.91259002685547,40.746055603027344,-73.94773864746094,40.751468658447266,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-21 23:28:13,2016-01-21 23:44:24,1,3.26,,,-73.97412872314453,40.68626022338867,-73.92748260498047,40.68663024902344,1,N,1,13.5,0.5,0.5,0.3,3.7,0.0,,18.5,1.0 +1,2016-01-26 00:11:53,2016-01-26 00:22:02,2,1.7,,,-73.94526672363281,40.80780792236328,-73.93705749511719,40.82710266113281,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 17:52:58,2016-01-01 17:56:51,1,0.91,,,-73.97628784179688,40.68370819091797,-73.98736572265625,40.679168701171875,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-28 17:03:26,2016-01-28 17:17:00,1,1.5,,,-73.9459457397461,40.817291259765625,-73.9442367553711,40.834720611572266,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-20 17:25:52,2016-01-20 17:31:52,1,0.99,,,-73.94123840332031,40.801025390625,-73.94585418701172,40.81229019165039,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 15:42:20,2016-01-05 15:50:23,1,0.92,,,-73.99221801757812,40.6895637512207,-73.98330688476562,40.69486618041992,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-25 18:54:15,2016-01-25 19:06:10,1,2.42,,,-73.9815444946289,40.68974685668945,-73.99267578125,40.660919189453125,1,N,1,10.5,1.0,0.5,0.3,3.08,0.0,,15.38,1.0 +1,2016-01-14 13:19:22,2016-01-14 13:39:09,1,8.0,,,-73.90054321289062,40.677093505859375,-73.78242492675781,40.64487838745117,1,N,1,24.5,0.0,0.5,0.3,5.05,0.0,,30.35,1.0 +1,2016-01-19 17:23:52,2016-01-19 17:53:05,1,6.0,,,-73.99227905273438,40.6942138671875,-73.98343658447266,40.74077224731445,1,N,1,23.5,1.0,0.5,0.3,1.0,0.0,,26.3,1.0 +2,2016-01-30 19:56:43,2016-01-30 20:01:03,1,0.72,,,-73.9666976928711,40.803993225097656,-73.95914459228516,40.81018829345703,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-06 04:33:51,2016-01-06 04:47:26,1,3.5,,,-73.9484634399414,40.74489212036133,-73.930419921875,40.69706726074219,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-28 01:04:16,2016-01-28 01:13:21,1,1.8,,,-73.89136505126953,40.746917724609375,-73.87844848632812,40.75918197631836,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-15 08:02:12,2016-01-15 08:25:17,2,3.6,,,-73.9546127319336,40.67223358154297,-73.99288940429688,40.69548797607422,1,N,1,17.0,0.0,0.5,0.3,3.55,0.0,,21.35,1.0 +2,2016-01-12 13:04:14,2016-01-12 13:09:38,1,3.07,,,-73.89086151123047,40.74649429321289,-73.8709945678711,40.77391052246094,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-14 21:48:12,2016-01-14 21:51:39,1,0.8,,,-73.95648956298828,40.813533782958984,-73.94722747802734,40.81591796875,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-04 21:49:44,2016-01-04 21:57:49,1,1.5,,,-73.9321517944336,40.795440673828125,-73.94973754882812,40.78748321533203,1,N,1,8.0,0.5,0.5,0.3,1.7,0.0,,11.0,1.0 +1,2016-01-21 18:55:02,2016-01-21 19:05:46,1,1.2,,,-73.95231628417969,40.79812240600586,-73.9530258178711,40.78584289550781,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-11 16:18:42,2016-01-11 16:25:20,1,1.55,,,-73.9519271850586,40.790061950683594,-73.93538665771484,40.80033493041992,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-01 03:10:17,2016-01-01 03:23:21,1,4.98,,,-74.0113754272461,40.678653717041016,-73.96772766113281,40.71066665649414,1,N,1,16.5,0.5,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-22 09:51:19,2016-01-22 09:52:23,1,0.23,,,-73.96185302734375,40.805057525634766,-73.96595764160156,40.80635452270508,1,N,1,3.0,0.0,0.5,0.3,0.95,0.0,,4.75,1.0 +2,2016-01-22 22:43:39,2016-01-22 22:48:00,1,0.61,,,-73.9770736694336,40.68402862548828,-73.98179626464844,40.69185256958008,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-24 12:30:01,2016-01-24 12:38:52,1,2.31,,,-73.91112518310547,40.713253021240234,-73.94638061523438,40.72287368774414,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-08 07:40:11,2016-01-08 07:59:19,2,2.3,,,-73.95018005371094,40.79269027709961,-73.92567443847656,40.812992095947266,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-14 09:26:16,2016-01-14 09:34:13,1,0.8,,,-73.96631622314453,40.68971252441406,-73.9809799194336,40.68989562988281,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-10 04:20:15,2016-01-10 04:29:40,1,1.79,,,-73.99430084228516,40.6903076171875,-73.96260070800781,40.687992095947266,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-06 22:47:38,2016-01-06 22:53:08,1,1.13,,,-73.95830535888672,40.71729278564453,-73.95399475097656,40.72940444946289,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-27 07:56:42,2016-01-27 08:11:49,1,1.38,,,-73.88103485107422,40.73772430419922,-73.90714263916016,40.74205780029297,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-05 21:03:16,2016-01-05 21:21:18,1,4.2,,,-73.92525482177734,40.76829147338867,-73.9847183227539,40.76737594604492,1,N,1,16.5,0.5,0.5,0.3,3.0,0.0,,20.8,1.0 +2,2016-01-17 03:59:54,2016-01-17 04:10:05,1,2.18,,,-73.95158386230469,40.714359283447266,-73.92784881591797,40.70189666748047,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-05 12:24:45,2016-01-05 12:35:52,1,0.62,,,-73.9229507446289,40.817138671875,-73.92076110839844,40.81605529785156,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 11:01:46,2016-01-30 11:08:49,1,1.08,,,-73.9550552368164,40.811885833740234,-73.94332885742188,40.80855178833008,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-20 19:47:54,2016-01-20 20:35:10,1,8.3,,,-73.9841537475586,40.686519622802734,-73.9754409790039,40.765201568603516,1,N,1,36.0,0.5,0.5,0.3,7.45,0.0,,44.75,1.0 +2,2016-01-27 12:50:37,2016-01-27 12:55:33,1,0.75,,,-73.84429168701172,40.72136306762695,-73.85527038574219,40.721073150634766,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-14 09:19:45,2016-01-14 09:56:43,1,20.5,,,-73.93267822265625,40.85679626464844,-73.78955078125,40.64707565307617,1,N,1,55.5,0.0,0.5,0.3,4.0,5.54,,65.84,1.0 +2,2016-01-07 21:24:43,2016-01-07 21:31:50,1,2.49,,,-73.80706024169922,40.699371337890625,-73.8477554321289,40.68999099731445,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-29 18:05:36,2016-01-29 18:20:39,1,1.99,,,-73.85128784179688,40.71046447753906,-73.84561920166016,40.695682525634766,1,N,1,11.5,1.0,0.5,0.3,11.8,0.0,,25.1,1.0 +2,2016-01-21 12:04:39,2016-01-21 12:13:31,5,1.48,,,-73.93131256103516,40.75464630126953,-73.91217803955078,40.769065856933594,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-13 13:55:10,2016-01-13 14:02:12,1,1.37,,,-73.92257690429688,40.81785583496094,-73.90287780761719,40.823360443115234,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-13 15:37:06,2016-01-13 16:05:41,1,8.06,,,-73.94212341308594,40.841556549072266,-73.95631408691406,40.7677116394043,1,N,1,26.0,0.0,0.5,0.3,5.36,0.0,,32.16,1.0 +2,2016-01-02 17:40:10,2016-01-02 18:09:38,1,7.93,,,-73.99445343017578,40.6901969909668,-73.99549865722656,40.754432678222656,1,N,2,27.5,0.0,0.5,0.3,0.0,0.0,,28.3,1.0 +2,2016-01-12 19:17:45,2016-01-12 19:44:06,1,4.44,,,-73.84923553466797,40.6883430480957,-73.85375213623047,40.68691635131836,1,N,1,21.0,1.0,0.5,0.3,4.56,0.0,,27.36,1.0 +2,2016-01-15 10:01:24,2016-01-15 10:14:42,1,2.18,,,-73.94903564453125,40.69541931152344,-73.9144058227539,40.701393127441406,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-30 12:13:13,2016-01-30 12:21:06,1,1.05,,,-73.90042114257812,40.856224060058594,-73.88851928710938,40.85453414916992,1,N,1,6.5,0.0,0.5,0.3,0.7,0.0,,8.0,1.0 +2,2016-01-25 07:47:23,2016-01-25 08:12:47,6,4.1,,,-73.94480895996094,40.81367111206055,-73.90803527832031,40.85382080078125,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-28 20:20:50,2016-01-28 20:23:25,1,0.57,,,-73.96395874023438,40.80819320678711,-73.96807098388672,40.80061340332031,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-19 16:01:29,2016-01-19 16:01:50,2,0.0,,,-73.94695281982422,40.74492263793945,-73.94696044921875,40.74491882324219,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-18 13:26:45,2016-01-18 13:32:41,1,0.9,,,-73.97779846191406,40.68038558959961,-73.97357940673828,40.67300033569336,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-29 11:42:12,2016-01-29 11:52:59,2,2.3,,,-73.96280670166016,40.71211624145508,-73.9891357421875,40.72360610961914,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-13 13:20:25,2016-01-13 13:35:00,1,2.2,,,-73.9417724609375,40.798763275146484,-73.93741607666016,40.82383346557617,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-22 18:20:02,2016-01-22 18:27:43,5,0.88,,,-73.98729705810547,40.691734313964844,-73.98507690429688,40.682518005371094,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-05 12:39:44,2016-01-05 13:01:15,1,9.25,,,-73.930908203125,40.865169525146484,-73.98078918457031,40.769256591796875,1,N,2,28.5,0.0,0.5,0.3,0.0,0.0,,29.3,1.0 +1,2016-01-03 11:13:28,2016-01-03 11:34:24,1,4.4,,,0.0,0.0,-74.00004577636719,40.721309661865234,1,N,1,18.0,0.0,0.5,0.3,3.75,0.0,,22.55,1.0 +2,2016-01-07 10:56:05,2016-01-07 11:12:25,1,6.01,,,-73.86290740966797,40.7305908203125,-73.926025390625,40.76108932495117,1,N,1,20.0,0.0,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-17 20:36:08,2016-01-17 20:40:33,1,0.65,,,-73.8896255493164,40.74714660644531,-73.89997100830078,40.74391555786133,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-12 22:58:25,2016-01-12 23:06:47,1,1.42,,,-73.89151000976562,40.74671173095703,-73.89579772949219,40.72935485839844,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 14:20:35,2016-01-06 14:46:58,1,13.57,,,-73.99263763427734,40.66209030151367,-73.87067413330078,40.77363967895508,1,N,2,37.5,0.0,0.5,0.3,0.0,0.0,,38.3,1.0 +1,2016-01-19 18:39:55,2016-01-19 19:07:28,1,4.3,,,-73.99088287353516,40.69290542602539,-73.91986083984375,40.708160400390625,1,N,1,20.5,1.0,0.5,0.3,3.0,0.0,,25.3,1.0 +2,2016-01-04 18:30:31,2016-01-04 18:38:49,1,2.17,,,-73.92312622070312,40.75523376464844,-73.89946746826172,40.7459831237793,1,N,1,8.5,1.0,0.5,0.3,3.09,0.0,,13.39,1.0 +2,2016-01-30 23:45:51,2016-01-30 23:51:59,1,1.08,,,-73.96096801757812,40.806846618652344,-73.95284271240234,40.803558349609375,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-21 21:55:45,2016-01-21 22:20:34,1,8.64,,,-73.92549133300781,40.827877044677734,-73.99369812011719,40.75227355957031,1,N,1,28.0,0.5,0.5,0.3,8.79,0.0,,38.09,1.0 +2,2016-01-17 17:20:23,2016-01-17 17:41:04,1,4.33,,,-73.981689453125,40.674713134765625,-74.01046752929688,40.719886779785156,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-13 22:39:20,2016-01-13 23:09:43,1,6.51,,,-73.95182800292969,40.725608825683594,-73.98210906982422,40.7639274597168,1,N,1,24.5,0.5,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-12 22:21:04,2016-01-12 22:39:55,1,9.8,,,-73.95081329345703,40.7305793762207,-73.97738647460938,40.63821792602539,1,N,2,28.5,0.5,0.5,0.3,0.0,0.0,,29.8,1.0 +1,2016-01-26 05:11:27,2016-01-26 05:40:34,1,19.1,,,-73.99447631835938,40.69023513793945,-73.77961730957031,40.645240783691406,1,N,1,51.0,0.5,0.5,0.3,15.65,0.0,,67.95,1.0 +2,2016-01-05 14:38:17,2016-01-05 14:41:51,1,0.5,,,-73.9216079711914,40.67868423461914,-73.92365264892578,40.6871337890625,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 23:06:43,2016-01-21 23:15:17,1,1.95,,,-73.9611587524414,40.71889114379883,-73.93563079833984,40.722225189208984,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-30 14:15:30,2016-01-30 14:19:18,2,0.5,,,-73.99174499511719,40.663021087646484,-73.98612213134766,40.66938400268555,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-26 20:53:44,2016-01-26 21:16:48,1,3.4,,,-73.94562530517578,40.69212341308594,-73.90528106689453,40.669273376464844,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-17 17:50:55,2016-01-17 18:04:48,1,2.77,,,-73.97379302978516,40.68325424194336,-73.96405029296875,40.65341567993164,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-19 07:58:27,2016-01-19 08:38:25,6,11.02,,,-73.80757904052734,40.700340270996094,-73.74824523925781,40.76796340942383,1,N,1,34.5,0.0,0.5,0.3,0.0,0.0,,35.3,1.0 +1,2016-01-07 03:44:09,2016-01-07 04:04:18,1,8.2,,,-73.87677764892578,40.748321533203125,-73.88151550292969,40.81454086303711,1,N,2,25.0,0.5,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-08 19:37:24,2016-01-08 19:59:50,1,8.16,,,-73.91348266601562,40.75638198852539,-73.9883041381836,40.72181701660156,1,N,1,26.0,1.0,0.5,0.3,5.56,0.0,,33.36,1.0 +2,2016-01-09 15:53:41,2016-01-09 15:57:55,1,0.78,,,-73.94506072998047,40.746131896972656,-73.95320129394531,40.74526596069336,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-25 17:53:36,2016-01-25 18:06:15,1,3.46,,,-73.9404067993164,40.839691162109375,-73.92240142822266,40.8487663269043,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-20 10:38:48,2016-01-20 10:46:45,1,1.1,,,-73.94636535644531,40.806800842285156,-73.96150970458984,40.806312561035156,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,,9.3,1.0 +1,2016-01-29 19:39:03,2016-01-29 20:00:52,1,4.8,,,-73.92611694335938,40.7442741394043,-73.86141204833984,40.73762130737305,1,N,1,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +1,2016-01-14 15:10:42,2016-01-14 15:29:25,1,3.5,,,-73.92168426513672,40.76679229736328,-73.96727752685547,40.76524353027344,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,,18.35,1.0 +1,2016-01-13 00:02:54,2016-01-13 00:09:21,1,1.2,,,-73.95760345458984,40.71799850463867,-73.94397735595703,40.722103118896484,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-15 19:42:46,2016-01-15 19:51:40,1,1.39,,,-73.99201202392578,40.689701080322266,-73.9710693359375,40.68409729003906,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-20 15:33:09,2016-01-20 15:44:38,1,1.72,,,-73.94287109375,40.84354019165039,-73.93805694580078,40.823158264160156,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-21 23:06:13,2016-01-21 23:29:31,1,9.55,,,-73.85202026367188,40.728668212890625,-73.95183563232422,40.681610107421875,1,N,1,28.5,0.5,0.5,0.3,0.3,0.0,,30.1,1.0 +1,2016-01-06 13:23:50,2016-01-06 13:33:44,1,1.7,,,-73.99356079101562,40.699153900146484,-73.99225616455078,40.684059143066406,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,,10.8,1.0 +2,2016-01-08 18:38:07,2016-01-08 19:07:21,1,5.31,,,-73.86955261230469,40.65190887451172,-73.93916320800781,40.63390350341797,1,N,1,22.0,1.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-10 04:11:37,2016-01-10 04:22:28,1,2.05,,,-73.89013671875,40.74692916870117,-73.86611938476562,40.759483337402344,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-17 18:05:30,2016-01-17 18:06:30,1,0.29,,,-73.9103775024414,40.85453414916992,-73.90576934814453,40.85723876953125,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-20 20:21:43,2016-01-20 20:32:24,1,1.37,,,-73.97797393798828,40.68500518798828,-73.96748352050781,40.69329833984375,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-17 11:30:46,2016-01-17 11:40:21,1,1.79,,,-73.962158203125,40.66965103149414,-73.97084045410156,40.68790817260742,1,N,1,9.0,0.0,0.5,0.3,4.0,0.0,,13.8,1.0 +1,2016-01-02 21:13:22,2016-01-02 21:18:18,1,1.7,,,-73.84529876708984,40.849185943603516,-73.83104705810547,40.851844787597656,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 20:38:36,2016-01-09 20:56:35,1,7.36,,,-73.95781707763672,40.73121643066406,-73.99787902832031,40.67877960205078,1,N,1,22.5,0.5,0.5,0.3,5.95,0.0,,29.75,1.0 +2,2016-01-07 17:07:25,2016-01-07 17:16:11,1,1.06,,,-73.8908920288086,40.74689865112305,-73.89712524414062,40.75812911987305,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-01 22:47:00,2016-01-01 22:54:01,1,1.7,,,-73.94282531738281,40.79918670654297,-73.94047546386719,40.81901931762695,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-12 09:31:49,2016-01-12 10:06:51,1,6.3,,,-73.9923324584961,40.682621002197266,-74.01395416259766,40.71172332763672,1,N,1,26.5,0.0,0.5,0.3,5.46,0.0,,32.76,1.0 +1,2016-01-22 13:30:04,2016-01-22 13:39:27,1,1.3,,,-73.98493194580078,40.69150161743164,-73.96617889404297,40.6933479309082,1,N,4,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 05:24:22,2016-01-30 05:37:28,5,7.72,,,-73.86189270019531,40.73017883300781,-73.92703247070312,40.76126480102539,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +1,2016-01-17 17:03:57,2016-01-17 17:28:16,1,4.5,,,-73.95004272460938,40.655029296875,-74.00618743896484,40.625118255615234,1,N,1,18.0,0.0,0.5,0.3,1.0,0.0,,19.8,1.0 +2,2016-01-02 18:43:22,2016-01-02 18:53:47,1,2.09,,,-73.84435272216797,40.721378326416016,-73.84674835205078,40.73694610595703,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 15:22:31,2016-01-30 15:33:49,1,3.86,,,-73.89093780517578,40.74700927734375,-73.861572265625,40.76787567138672,1,N,1,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-30 02:27:33,2016-01-30 02:41:28,1,3.0,,,-73.92286682128906,40.70664596557617,-73.9650650024414,40.714271545410156,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-28 22:49:17,2016-01-28 22:53:41,2,0.4,,,-73.93925476074219,40.80522918701172,-73.94486999511719,40.80854034423828,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-26 08:18:40,2016-01-26 08:23:59,1,0.65,,,-73.95516967773438,40.804603576660156,-73.94767761230469,40.81490707397461,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-01 04:46:55,2016-01-01 04:55:03,2,2.2,,,-73.97854614257812,40.683860778808594,-73.9537353515625,40.66429138183594,1,N,1,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-30 20:45:48,2016-01-30 20:50:41,1,0.56,,,-73.91698455810547,40.74318313598633,-73.92527770996094,40.74190902709961,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-03 12:22:56,2016-01-03 12:29:30,1,1.3,,,-73.94510650634766,40.79961013793945,-73.93628692626953,40.81717300415039,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-14 17:55:11,2016-01-14 18:02:04,1,0.96,,,-73.99240112304688,40.69413375854492,-73.99930572509766,40.683414459228516,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,,8.8,1.0 +1,2016-01-04 05:29:35,2016-01-04 05:59:42,2,18.7,,,-73.96476745605469,40.806583404541016,-73.78510284423828,40.6431884765625,2,N,1,52.0,0.0,0.5,0.3,14.55,5.54,,72.89,1.0 +2,2016-01-29 12:04:00,2016-01-29 12:23:40,1,3.27,,,-73.95934295654297,40.80931091308594,-73.98202514648438,40.76942825317383,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-30 19:54:26,2016-01-30 20:03:33,1,1.46,,,-73.80789184570312,40.70012283325195,-73.81466674804688,40.711830139160156,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-21 09:58:19,2016-01-21 10:03:59,1,1.2,,,-73.91259765625,40.75595474243164,-73.90371704101562,40.76681137084961,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-12 11:25:09,2016-01-12 12:00:13,3,5.35,,,-73.96074676513672,40.690311431884766,-74.0055923461914,40.74103546142578,1,N,1,25.0,0.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-15 03:45:50,2016-01-15 03:49:06,1,1.23,,,-73.9577865600586,40.80131149291992,-73.96759033203125,40.792972564697266,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-25 22:15:51,2016-01-25 22:34:08,5,3.89,,,-73.95783233642578,40.670928955078125,-74.00353240966797,40.65654373168945,1,N,1,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-01 14:20:20,2016-01-01 14:28:18,3,0.75,,,-73.9510498046875,40.67851638793945,-73.94610595703125,40.68018341064453,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-03 22:05:54,2016-01-03 22:19:40,1,2.8,,,-73.95208740234375,40.679771423339844,-73.95758056640625,40.71150207519531,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-03 05:09:51,2016-01-03 05:30:07,1,9.9,,,-73.9471435546875,40.74799346923828,-73.83482360839844,40.70707321166992,1,N,2,28.5,0.5,0.5,0.3,0.0,0.0,,29.8,1.0 +2,2016-01-25 15:01:57,2016-01-25 15:29:47,1,5.55,,,-73.93616485595703,40.79928970336914,-73.92277526855469,40.867183685302734,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-14 23:06:16,2016-01-14 23:09:43,1,0.52,,,-73.91886901855469,40.74299621582031,-73.92111206054688,40.735904693603516,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-25 22:47:57,2016-01-25 23:17:18,1,6.34,,,-73.94453430175781,40.809051513671875,-73.99974060058594,40.734100341796875,1,N,1,23.0,0.5,0.5,0.3,2.7,0.0,,27.0,1.0 +2,2016-01-19 12:22:03,2016-01-19 12:27:26,5,0.88,,,-73.94036102294922,40.80038833618164,-73.93438720703125,40.80316162109375,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-24 13:52:28,2016-01-24 13:59:01,1,1.0,,,-73.95724487304688,40.81216049194336,-73.96796417236328,40.8014030456543,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-17 22:36:12,2016-01-17 22:39:20,1,1.14,,,-73.95370483398438,40.78789520263672,-73.97013092041016,40.789146423339844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 19:19:16,2016-01-19 19:31:13,1,3.46,,,-73.99175262451172,40.695560455322266,-73.95272827148438,40.71478271484375,1,N,1,13.5,1.0,0.5,0.3,3.06,0.0,,18.36,1.0 +1,2016-01-10 00:04:48,2016-01-10 00:21:29,1,3.4,,,-73.94051361083984,40.67991638183594,-73.99169921875,40.683982849121094,1,N,1,14.0,0.5,0.5,0.3,2.0,0.0,,17.3,1.0 +2,2016-01-03 21:24:03,2016-01-03 21:44:20,5,4.53,,,-73.94420623779297,40.71287155151367,-73.94580078125,40.65967559814453,1,N,1,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +1,2016-01-05 18:17:36,2016-01-05 18:20:41,1,0.6,,,-73.92546081542969,40.76187515258789,-73.9271469116211,40.76731872558594,1,N,1,4.0,1.0,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-21 07:56:47,2016-01-21 08:00:44,1,0.55,,,-73.95809936523438,40.80030059814453,-73.96034240722656,40.804771423339844,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-15 12:53:23,2016-01-15 13:05:08,1,3.2,,,-73.99236297607422,40.69451904296875,-73.95035552978516,40.71665573120117,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,,16.55,1.0 +2,2016-01-04 18:11:50,2016-01-04 18:30:44,1,3.41,,,-73.89170837402344,40.861907958984375,-73.9051284790039,40.887535095214844,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-01 21:03:38,2016-01-01 21:05:58,1,0.7,,,-73.9612045288086,40.67414093017578,-73.95596313476562,40.67588806152344,1,N,1,4.0,0.5,0.5,0.3,1.59,0.0,,6.89,1.0 +2,2016-01-02 13:51:23,2016-01-02 13:56:38,1,0.94,,,-73.95137786865234,40.799835205078125,-73.93952178955078,40.80145263671875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 18:56:12,2016-01-30 19:05:36,1,3.14,,,-73.92875671386719,40.76310729980469,-73.95423126220703,40.76403045654297,1,N,1,11.0,0.0,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-01 03:14:03,2016-01-01 03:33:33,1,3.75,,,-73.95777893066406,40.71774673461914,-73.95994567871094,40.683746337890625,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-15 15:58:13,2016-01-15 16:07:08,1,0.7,,,-73.93495178222656,40.847843170166016,-73.92424011230469,40.844974517822266,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-07 09:10:09,2016-01-07 09:25:26,1,4.33,,,-73.8814926147461,40.74227523803711,-73.81941986083984,40.742130279541016,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-10 20:02:30,2016-01-10 20:08:15,1,0.84,,,-73.95198822021484,40.7899055480957,-73.95034790039062,40.784278869628906,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-13 00:48:30,2016-01-13 00:52:06,1,0.89,,,-73.83029174804688,40.713462829589844,-73.83404541015625,40.70492935180664,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-09 01:15:14,2016-01-09 01:20:17,2,1.54,,,-73.95450592041016,40.73520278930664,-73.95252227783203,40.71826171875,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-14 11:46:46,2016-01-14 11:48:18,1,0.4,,,-73.8901138305664,40.746036529541016,-73.88713073730469,40.74115753173828,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-09 12:38:19,2016-01-09 12:49:56,1,4.71,,,-73.9217300415039,40.835758209228516,-73.90674591064453,40.87949752807617,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-08 22:13:29,2016-01-08 22:24:13,6,2.66,,,-73.95568084716797,40.71406555175781,-73.95118713378906,40.745113372802734,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-13 22:31:54,2016-01-13 22:39:35,1,1.01,,,-73.921630859375,40.76680374145508,-73.92871856689453,40.77394485473633,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-14 08:05:10,2016-01-14 08:16:53,1,2.0,,,-73.98724365234375,40.6922492980957,-73.9813003540039,40.67116165161133,1,Y,1,9.5,0.0,0.5,0.3,1.0,0.0,,11.3,1.0 +2,2016-01-28 13:57:32,2016-01-28 14:00:39,1,0.56,,,-73.89641571044922,40.746280670166016,-73.88623809814453,40.744415283203125,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-07 07:36:13,2016-01-07 07:58:42,1,5.75,,,-73.94709014892578,40.800960540771484,-73.94002532958984,40.75030517578125,1,N,1,20.0,0.0,0.5,0.3,4.16,0.0,,24.96,1.0 +2,2016-01-11 12:25:36,2016-01-11 12:34:58,1,2.44,,,-73.98938751220703,40.703041076660156,-73.9994125366211,40.71764373779297,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-05 08:00:18,2016-01-05 08:30:02,1,4.67,,,-73.92898559570312,40.73889923095703,-73.98152923583984,40.746551513671875,1,N,1,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-03 03:30:28,2016-01-03 03:45:59,1,9.57,,,-73.96098327636719,40.716758728027344,-74.02486419677734,40.635982513427734,1,N,2,27.5,0.5,0.5,0.3,0.0,0.0,,28.8,1.0 +1,2016-01-20 01:16:14,2016-01-20 01:32:27,1,6.3,,,-73.9563217163086,40.71440887451172,-73.99015808105469,40.756900787353516,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-29 15:14:44,2016-01-29 15:41:24,1,1.72,,,-73.95235443115234,40.79014587402344,-73.94367218017578,40.77664566040039,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,,20.16,1.0 +2,2016-01-29 07:48:32,2016-01-29 08:29:05,1,12.6,,,-74.0186996459961,40.63238525390625,-73.95366668701172,40.7669563293457,1,N,1,40.0,0.0,0.5,0.3,10.0,5.54,,56.34,1.0 +1,2016-01-14 17:14:22,2016-01-14 17:19:29,1,0.9,,,-73.96338653564453,40.682796478271484,-73.96878051757812,40.692935943603516,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-16 11:11:33,2016-01-16 11:14:57,5,0.37,,,-73.94226837158203,40.83778381347656,-73.943603515625,40.832733154296875,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-30 21:51:24,2016-01-31 21:28:54,1,2.56,,,-73.96552276611328,40.713478088378906,-73.9926986694336,40.72260284423828,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-04 19:47:34,2016-01-04 19:53:33,1,1.5,,,-73.91831970214844,40.77018356323242,-73.89252471923828,40.77055358886719,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-28 19:42:55,2016-01-28 19:50:46,1,0.9,,,-73.92046356201172,40.766448974609375,-73.92894744873047,40.775821685791016,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 14:50:55,2016-01-13 15:12:17,1,3.38,,,-73.94390106201172,40.711822509765625,-73.94508361816406,40.755348205566406,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-20 01:38:24,2016-01-20 01:41:36,1,0.56,,,-73.89093017578125,40.74707794189453,-73.88258361816406,40.74995040893555,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-20 00:09:32,2016-01-20 00:29:07,1,5.47,,,-73.95565795898438,40.80411911010742,-74.00262451171875,40.739803314208984,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-06 15:41:58,2016-01-06 15:51:33,3,2.88,,,-73.9423828125,40.840518951416016,-73.967529296875,40.80717086791992,1,N,1,11.0,0.0,0.5,0.3,2.2,0.0,,14.0,1.0 +2,2016-01-29 08:02:50,2016-01-29 08:11:37,1,0.85,,,-73.88957214355469,40.74925231933594,-73.88021850585938,40.75605010986328,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 22:04:51,2016-01-30 22:09:31,5,0.79,,,-73.95758819580078,40.71794509887695,-73.94841003417969,40.726558685302734,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-11 11:03:43,2016-01-11 11:06:39,1,0.5,,,-73.91217803955078,40.823768615722656,-73.91990661621094,40.82621383666992,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-29 17:50:13,2016-01-29 18:05:48,1,1.6,,,-73.9756851196289,40.676116943359375,-73.9916000366211,40.690956115722656,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-27 18:59:54,2016-01-27 19:01:09,6,0.43,,,-73.94474029541016,40.808631896972656,-73.93978881835938,40.8116569519043,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 16:25:50,2016-01-01 16:41:17,1,2.71,,,-73.95415496826172,40.80097198486328,-73.98133850097656,40.78083419799805,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-21 14:28:44,2016-01-21 14:45:32,1,3.45,,,-73.79714965820312,40.7032470703125,-73.85641479492188,40.68611145019531,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,,18.36,1.0 +1,2016-01-02 02:35:23,2016-01-02 02:39:45,1,0.8,,,-73.90571594238281,40.81072235107422,-73.89592742919922,40.8180046081543,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +1,2016-01-29 03:57:40,2016-01-29 04:04:35,1,1.6,,,-73.8602294921875,40.83790588378906,-73.84532928466797,40.822265625,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 00:23:50,2016-01-06 00:29:32,1,1.11,,,-73.95865631103516,40.81489562988281,-73.94363403320312,40.81018829345703,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-17 02:01:30,2016-01-17 02:15:03,5,2.55,,,-73.95057678222656,40.743736267089844,-73.90992736816406,40.74626541137695,1,N,1,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-29 21:10:52,2016-01-29 21:17:51,1,2.22,,,-73.89495086669922,40.75463104248047,-73.92120361328125,40.76726531982422,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-07 13:51:07,2016-01-07 14:02:10,1,2.11,,,-73.94709014892578,40.79981231689453,-73.92306518554688,40.80887222290039,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-06 10:13:08,2016-01-06 10:24:58,1,2.1,,,-73.96880340576172,40.672828674316406,-73.93085479736328,40.67057418823242,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-25 01:32:51,2016-01-25 01:41:14,1,1.09,,,-73.95796203613281,40.721900939941406,-73.96221923828125,40.71174621582031,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-01 03:57:01,2016-01-01 04:06:58,1,1.29,,,-73.9173355102539,40.815921783447266,-73.90476989746094,40.83018112182617,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-21 15:39:58,2016-01-21 15:49:38,2,1.9,,,-73.84420013427734,40.72102355957031,-73.8736572265625,40.735233306884766,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-24 17:18:52,2016-01-24 17:23:29,2,1.03,,,-73.95331573486328,40.79154586791992,-73.95618438720703,40.78437423706055,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-18 02:36:09,2016-01-18 02:38:23,1,0.9,,,-73.93132019042969,40.80166244506836,-73.92243957519531,40.809814453125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-18 19:31:26,2016-01-18 19:35:40,1,0.99,,,-73.9444351196289,40.819339752197266,-73.95381164550781,40.80638122558594,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-04 22:10:52,2016-01-04 22:12:23,1,0.66,,,-73.9446792602539,40.787452697753906,-73.95097351074219,40.77900695800781,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 15:15:53,2016-01-29 15:43:04,1,2.9,,,-73.96397399902344,40.808162689208984,-73.98233032226562,40.76993179321289,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,,23.16,1.0 +2,2016-01-25 17:55:17,2016-01-25 18:12:28,1,1.93,,,-73.93901062011719,40.843868255615234,-73.92259216308594,40.86616134643555,1,N,1,12.0,1.0,0.5,0.3,3.45,0.0,,17.25,1.0 +1,2016-01-16 01:16:52,2016-01-16 01:40:09,2,3.4,,,-74.01181030273438,40.67386245727539,-73.96935272216797,40.68954849243164,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-16 09:46:35,2016-01-16 09:50:24,1,0.61,,,-73.99787139892578,40.68303298950195,-73.99565887451172,40.6906623840332,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-09 16:22:32,2016-01-09 16:28:44,1,1.02,,,-73.9605484008789,40.65966796875,-73.95623779296875,40.671241760253906,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-30 17:16:01,2016-01-30 17:34:55,1,3.53,,,-73.97306060791016,40.691673278808594,-73.9964370727539,40.66412353515625,1,N,1,15.5,0.0,0.5,0.3,4.08,0.0,,20.38,1.0 +2,2016-01-21 15:59:56,2016-01-21 16:40:09,1,5.86,,,-73.93211364746094,40.75358963012695,-73.85990142822266,40.71162414550781,1,N,2,27.5,0.0,0.5,0.3,0.0,0.0,,28.3,1.0 +1,2016-01-22 08:58:39,2016-01-22 09:01:19,1,0.6,,,-73.96048736572266,40.81573486328125,-73.96427917480469,40.8079719543457,1,N,1,4.0,0.0,0.5,0.3,0.95,0.0,,5.75,1.0 +1,2016-01-20 08:00:50,2016-01-20 08:09:18,1,1.5,,,-73.95391845703125,40.58767318725586,-73.93408203125,40.59668731689453,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,,10.55,1.0 +1,2016-01-04 22:36:23,2016-01-04 22:44:45,3,2.9,,,-73.94544982910156,40.83356857299805,-73.9366455078125,40.806617736816406,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 12:18:29,2016-01-16 12:24:44,1,1.22,,,-73.94507598876953,40.818485260009766,-73.95669555664062,40.817596435546875,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-02 01:36:53,2016-01-02 01:42:47,1,2.38,,,-73.86005401611328,40.71184539794922,-73.84062194824219,40.68574905395508,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-22 18:39:22,2016-01-22 18:59:56,1,4.23,,,-73.93299865722656,40.795989990234375,-73.9698486328125,40.75761795043945,1,N,2,17.5,1.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-01 23:09:20,2016-01-01 23:22:48,5,2.5,,,-73.8858413696289,40.747493743896484,-73.92897033691406,40.739356994628906,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-28 11:51:42,2016-01-28 12:22:30,2,12.75,,,-73.97544860839844,40.67002868652344,-73.77640533447266,40.64523696899414,1,N,1,37.0,0.0,0.5,0.3,5.5,0.0,,43.3,1.0 +2,2016-01-27 18:51:52,2016-01-27 18:57:30,1,0.76,,,-73.89166259765625,40.82122039794922,-73.88927459716797,40.814056396484375,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 18:27:10,2016-01-08 19:41:33,5,9.19,,,-73.92942810058594,40.68475341796875,-73.99568939208984,40.60329818725586,1,N,1,50.0,1.0,0.5,0.3,40.0,0.0,,91.8,1.0 +2,2016-01-13 13:20:19,2016-01-13 13:42:32,1,6.46,,,-73.86941528320312,40.7345085144043,-73.93099975585938,40.76576232910156,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-18 11:42:26,2016-01-18 11:49:03,1,1.55,,,-73.95619201660156,40.74672317504883,-73.9398193359375,40.756614685058594,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-19 07:46:19,2016-01-19 07:51:05,2,0.78,,,-73.91184997558594,40.76776885986328,-73.91976928710938,40.758094787597656,1,N,1,5.5,0.0,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-10 00:17:12,2016-01-10 00:23:11,1,1.08,,,-73.95344543457031,40.63972854614258,-73.95276641845703,40.65378189086914,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-08 18:21:36,2016-01-08 18:24:18,1,0.39,,,-73.9138412475586,40.76545333862305,-73.90885162353516,40.76754379272461,1,N,1,3.5,1.0,0.5,0.3,1.5,0.0,,6.8,1.0 +1,2016-01-18 10:50:20,2016-01-18 11:02:34,1,3.5,,,-73.92630767822266,40.76616668701172,-73.97078704833984,40.751766204833984,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-26 13:21:58,2016-01-26 13:34:55,1,1.89,,,-73.9370346069336,40.81362533569336,-73.95317077636719,40.79151153564453,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-21 19:23:44,2016-01-21 19:29:19,1,1.1,,,-73.98551940917969,40.67387771606445,-73.97206115722656,40.676631927490234,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-29 00:18:29,2016-01-29 00:20:05,1,0.6,,,-73.97091674804688,40.68776321411133,-73.96033477783203,40.68894577026367,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-03 14:09:12,2016-01-03 14:20:00,1,1.73,,,-73.95703125,40.684818267822266,-73.95032501220703,40.69975662231445,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-03 08:15:26,2016-01-03 08:17:26,1,0.87,,,-73.94803619384766,40.790042877197266,-73.95436096191406,40.77901077270508,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-17 21:40:28,2016-01-17 22:07:30,1,7.26,,,-73.9527816772461,40.786399841308594,-74.00272369384766,40.73388671875,1,N,1,25.5,0.5,0.5,0.3,5.36,0.0,,32.16,1.0 +1,2016-01-30 13:57:54,2016-01-30 14:08:58,2,1.7,,,-73.97605895996094,40.68388366699219,-73.98754119873047,40.66473388671875,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-13 20:53:50,2016-01-13 20:59:19,1,1.23,,,-73.96131896972656,40.810298919677734,-73.9715805053711,40.795326232910156,1,N,1,6.5,0.5,0.5,0.3,1.25,0.0,,9.05,1.0 +2,2016-01-12 09:17:59,2016-01-12 09:39:06,1,2.01,,,-73.92912292480469,40.679344177246094,-73.95169830322266,40.689796447753906,1,N,1,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-14 11:37:37,2016-01-14 11:47:44,1,1.51,,,-73.9369125366211,40.80420684814453,-73.95330047607422,40.81747817993164,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-20 11:53:43,2016-01-20 11:53:47,1,6.1,,,-73.94853210449219,40.829349517822266,-73.94862365722656,40.82920837402344,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-09 16:00:55,2016-01-09 16:08:11,1,1.15,,,-73.89144897460938,40.7465705871582,-73.89095306396484,40.7352180480957,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-26 19:41:47,2016-01-26 19:47:59,1,0.83,,,-73.98741149902344,40.69190216064453,-73.99480438232422,40.6845703125,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-26 11:34:34,2016-01-26 11:43:49,1,1.44,,,-73.95694732666016,40.71854019165039,-73.95033264160156,40.73417282104492,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-27 23:51:15,2016-01-28 00:03:13,1,2.6,,,-73.96401977539062,40.678794860839844,-73.93779754638672,40.66089630126953,1,N,1,11.0,0.5,0.5,0.3,2.21,0.0,,14.51,1.0 +2,2016-01-01 01:13:13,2016-01-01 01:13:19,1,0.0,,,-73.79655456542969,40.70952606201172,-73.79654693603516,40.709537506103516,5,N,1,22.0,0.0,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-15 20:57:08,2016-01-15 21:03:38,1,1.22,,,-73.9924545288086,40.69864273071289,-74.0020980834961,40.68488311767578,1,N,1,6.5,0.5,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-17 05:38:35,2016-01-17 05:45:52,1,2.09,,,-73.95411682128906,40.7107048034668,-73.92240905761719,40.70927810668945,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-02 16:21:30,2016-01-02 16:33:23,1,1.65,,,-73.94180297851562,40.8381462097168,-73.93106079101562,40.822601318359375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-20 14:16:47,2016-01-20 14:25:39,1,1.21,,,-73.88972473144531,40.746002197265625,-73.869140625,40.749046325683594,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-16 10:33:56,2016-01-16 11:02:11,1,2.6,,,-73.86282348632812,40.749656677246094,-73.82215118408203,40.75428771972656,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-03 19:57:09,2016-01-03 20:13:25,1,2.81,,,-73.95960998535156,40.71612548828125,-73.95733642578125,40.68770980834961,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-29 21:39:37,2016-01-29 22:05:17,1,4.4,,,-73.97467803955078,40.680362701416016,-73.97594451904297,40.72854995727539,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-02 12:03:45,2016-01-02 12:12:09,1,1.53,,,-73.9196548461914,40.76603698730469,-73.8955078125,40.766357421875,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 21:43:13,2016-01-30 21:51:07,1,1.07,,,-73.95560455322266,40.80420684814453,-73.94087219238281,40.800010681152344,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-04 22:46:32,2016-01-04 23:10:02,2,5.23,,,-73.9666519165039,40.6834602355957,-73.98377990722656,40.74375534057617,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-16 02:11:17,2016-01-16 02:26:37,1,7.2,,,-73.890869140625,40.746826171875,-73.82166290283203,40.78583908081055,1,N,1,22.0,0.5,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-16 01:40:07,2016-01-16 01:48:13,1,1.4,,,-73.94851684570312,40.82888412475586,-73.94466400146484,40.81446075439453,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-01 01:00:09,2016-01-01 01:08:27,1,0.69,,,-73.9544448852539,40.73112869262695,-73.95764923095703,40.725059509277344,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-27 20:06:48,2016-01-27 20:14:22,1,1.47,,,-73.93892669677734,40.805137634277344,-73.9532241821289,40.78578186035156,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-21 12:23:11,2016-01-21 13:28:39,1,11.49,,,-73.99050903320312,40.701141357421875,-73.95970153808594,40.709022521972656,1,N,1,49.5,0.0,0.5,0.3,0.0,0.0,,50.3,1.0 +2,2016-01-30 20:14:33,2016-01-30 20:40:39,5,2.73,,,-73.96014404296875,40.71553039550781,-73.99842834472656,40.7242317199707,1,N,1,17.0,0.5,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-16 20:26:35,2016-01-16 20:34:26,1,1.56,,,-73.93245697021484,40.79567337036133,-73.95387268066406,40.80640411376953,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-25 20:50:54,2016-01-25 21:01:59,1,1.8,,,-73.99417877197266,40.6607666015625,-73.97944641113281,40.677650451660156,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-12 12:40:51,2016-01-12 12:44:39,1,0.81,,,-73.93872833251953,40.826988220214844,-73.9464340209961,40.81683349609375,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-22 08:39:11,2016-01-22 08:52:53,1,4.7,,,-73.98178100585938,40.57698059082031,-74.02851867675781,40.618682861328125,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,,20.16,1.0 +2,2016-01-17 17:41:11,2016-01-17 17:51:23,1,1.92,,,-73.93856048583984,40.81712341308594,-73.91409301757812,40.83152389526367,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 18:55:50,2016-01-30 19:10:14,1,3.04,,,-73.9392318725586,40.80541229248047,-73.97575378417969,40.79149627685547,1,N,1,12.0,0.0,0.5,0.3,1.25,0.0,,14.05,1.0 +1,2016-01-21 17:54:12,2016-01-21 18:00:34,1,1.1,,,-73.92561340332031,40.76190948486328,-73.93852996826172,40.75286865234375,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 05:25:00,2016-01-10 06:05:28,1,19.05,,,-73.95344543457031,40.78655242919922,-73.78976440429688,40.64693069458008,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,,70.01,1.0 +2,2016-01-29 21:28:15,2016-01-29 21:30:25,1,0.45,,,-73.85122680664062,40.694000244140625,-73.8541259765625,40.70064163208008,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-29 03:15:48,2016-01-29 03:26:31,1,2.06,,,-73.95594787597656,40.804649353027344,-73.94877624511719,40.82902145385742,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-09 09:48:24,2016-01-09 09:53:59,1,0.84,,,-73.8899917602539,40.74687194824219,-73.88536071777344,40.7553596496582,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-15 17:43:45,2016-01-15 17:51:24,2,1.53,,,-73.82998657226562,40.713783264160156,-73.83170318603516,40.699832916259766,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-09 11:46:34,2016-01-09 11:57:12,1,1.6,,,-73.99554443359375,40.682960510253906,-73.97978973388672,40.669166564941406,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-28 12:34:23,2016-01-28 12:39:51,1,1.18,,,-73.95228576660156,40.81117630004883,-73.94600677490234,40.82539749145508,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-25 18:24:41,2016-01-25 18:47:34,1,4.0,,,-73.86217498779297,40.73033905029297,-73.84651184082031,40.69514846801758,1,N,1,17.5,1.0,0.5,0.3,3.85,0.0,,23.15,1.0 +2,2016-01-25 14:02:57,2016-01-25 14:21:32,1,5.94,,,-73.99801635742188,40.68271255493164,-73.96467590332031,40.715248107910156,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-26 11:06:38,2016-01-26 11:41:20,1,14.81,,,-73.8272705078125,40.85261535644531,-73.98974609375,40.767425537109375,1,N,1,43.0,0.0,0.5,0.3,10.95,0.0,,54.75,1.0 +2,2016-01-30 19:41:41,2016-01-30 19:46:04,3,0.58,,,-73.96380615234375,40.80311965942383,-73.9559326171875,40.80354309082031,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-08 14:45:17,2016-01-08 15:01:56,6,2.53,,,-73.84423065185547,40.72138977050781,-73.8490982055664,40.69453048706055,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-12 16:45:49,2016-01-12 16:50:57,1,1.0,,,-73.9188232421875,40.75911331176758,-73.90834045410156,40.7708854675293,1,N,1,5.5,1.0,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-29 22:01:13,2016-01-29 22:22:44,1,5.4,,,-73.88846588134766,40.747127532958984,-73.95951080322266,40.71807861328125,1,N,1,21.0,0.5,0.5,0.3,3.0,0.0,,25.3,1.0 +2,2016-01-29 03:53:48,2016-01-29 03:59:38,1,1.15,,,-73.94676971435547,40.8161506652832,-73.93936920166016,40.83150863647461,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-16 23:20:04,2016-01-16 23:35:31,1,3.74,,,-73.90753936767578,40.835914611816406,-73.87625122070312,40.829124450683594,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-16 03:15:45,2016-01-16 03:35:14,2,2.58,,,-73.95502471923828,40.68909454345703,-73.9308853149414,40.67142868041992,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-17 16:30:30,2016-01-17 16:38:24,1,1.0,,,-73.97756958007812,40.684417724609375,-73.9874038696289,40.683006286621094,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-14 07:48:12,2016-01-14 08:39:42,1,5.1,,,-73.90638732910156,40.74550247192383,-73.95206451416016,40.77388381958008,1,N,1,32.5,0.0,0.5,0.3,2.0,0.0,,35.3,1.0 +2,2016-01-05 06:35:42,2016-01-05 06:44:20,1,1.95,,,-73.95455932617188,40.805763244628906,-73.9747314453125,40.79081726074219,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-29 18:12:53,2016-01-29 18:16:50,1,0.63,,,-73.94105529785156,40.78828811645508,-73.9352798461914,40.79624938964844,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-20 18:09:19,2016-01-20 19:00:22,1,18.12,,,-73.94039916992188,40.814666748046875,-73.78068542480469,40.64495849609375,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,,58.34,1.0 +2,2016-01-07 15:29:14,2016-01-07 15:42:32,1,3.2,,,-73.81533813476562,40.704532623291016,-73.76872253417969,40.70818328857422,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-20 11:15:06,2016-01-20 11:32:39,1,8.29,,,-73.8448486328125,40.72157287597656,-73.92115020751953,40.763160705566406,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-15 20:37:06,2016-01-15 21:00:02,1,2.84,,,-73.96199035644531,40.71337127685547,-73.99645233154297,40.72544479370117,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-26 12:28:54,2016-01-26 12:38:12,1,1.21,,,-73.9700698852539,40.694190979003906,-73.98094940185547,40.68997573852539,1,N,1,7.5,0.0,0.5,0.3,3.0,0.0,,11.3,1.0 +2,2016-01-09 14:45:35,2016-01-09 15:33:02,1,18.38,,,-73.98361206054688,40.661983489990234,-73.77637481689453,40.6452751159668,1,N,1,54.0,0.0,0.5,0.3,16.44,0.0,,71.24,1.0 +2,2016-01-12 15:19:21,2016-01-12 15:37:19,5,3.16,,,-73.93993377685547,40.82067108154297,-73.97035217285156,40.78590774536133,1,N,1,15.0,0.0,0.5,0.3,1.5,0.0,,17.3,1.0 +2,2016-01-14 23:24:39,2016-01-14 23:39:52,1,3.02,,,-73.97639465332031,40.68281173706055,-73.98784637451172,40.664058685302734,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,,15.3,1.0 +1,2016-01-25 11:17:58,2016-01-25 11:22:59,2,0.8,,,-73.84419250488281,40.72124099731445,-73.83751678466797,40.71260070800781,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-13 02:15:02,2016-01-13 02:30:22,1,6.27,,,-73.84424591064453,40.72092056274414,-73.9124526977539,40.69927215576172,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-24 16:18:20,2016-01-24 16:21:26,1,0.53,,,-73.90809631347656,40.81305694580078,-73.91820526123047,40.81627655029297,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-02 17:52:48,2016-01-02 18:11:00,2,5.1,,,-73.99459075927734,40.70297622680664,-73.98506164550781,40.724021911621094,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-19 18:11:38,2016-01-19 18:25:40,1,2.41,,,-73.94500732421875,40.808128356933594,-73.91468811035156,40.822998046875,1,N,1,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-28 15:22:44,2016-01-28 15:30:58,1,0.68,,,-73.9465103149414,40.80049514770508,-73.95315551757812,40.791412353515625,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-01 05:25:17,2016-01-01 05:33:07,3,1.5,,,-73.93440246582031,40.698570251464844,-73.96084594726562,40.697200775146484,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,,10.55,1.0 +1,2016-01-29 05:15:55,2016-01-29 05:26:03,1,2.9,,,-73.8900146484375,40.747291564941406,-73.922119140625,40.76727294921875,1,N,1,11.0,0.5,0.5,0.3,3.0,0.0,,15.3,1.0 +2,2016-01-20 19:17:01,2016-01-20 19:22:55,5,1.61,,,-73.95197296142578,40.79011154174805,-73.94164276123047,40.80946731567383,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-04 22:47:04,2016-01-04 22:49:13,1,0.48,,,-73.88522338867188,40.74403762817383,-73.87744903564453,40.73853302001953,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-27 14:21:47,2016-01-27 14:43:44,1,2.1,,,-73.94627380371094,40.680419921875,-73.94231414794922,40.702239990234375,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-02 18:01:30,2016-01-02 18:06:49,6,0.66,,,-73.98384857177734,40.67770004272461,-73.97484588623047,40.6800537109375,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 13:20:35,2016-01-10 13:34:17,1,2.19,,,-73.92556762695312,40.76184844970703,-73.95693969726562,40.74560546875,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-12 12:50:43,2016-01-12 12:58:23,1,1.3,,,-73.97864532470703,40.673065185546875,-73.99335479736328,40.66143035888672,1,N,1,7.0,0.0,0.5,0.3,1.25,0.0,,9.05,1.0 +2,2016-01-17 01:43:48,2016-01-17 02:06:29,1,4.13,,,-73.95832061767578,40.71739196777344,-73.91529083251953,40.70128631591797,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-08 10:51:14,2016-01-08 10:54:13,1,0.79,,,-73.959716796875,40.801109313964844,-73.95794677734375,40.81098175048828,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,,6.3,1.0 +2,2016-01-28 16:44:42,2016-01-28 16:51:42,1,1.22,,,-73.8075180053711,40.700653076171875,-73.8082504272461,40.686859130859375,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-09 11:41:13,2016-01-09 11:56:45,1,3.45,,,-73.98332214355469,40.677188873291016,-74.01964569091797,40.637935638427734,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-07 20:03:23,2016-01-07 20:08:40,1,1.0,,,-73.94447326660156,40.67571258544922,-73.94400024414062,40.66202163696289,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-15 22:18:26,2016-01-15 22:34:34,1,3.33,,,-73.9612045288086,40.714576721191406,-73.9710464477539,40.68003463745117,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-20 10:57:19,2016-01-20 11:27:03,1,3.95,,,-73.94965362548828,40.79693603515625,-73.98501586914062,40.759735107421875,1,N,1,20.0,0.0,0.5,0.3,4.16,0.0,,24.96,1.0 +2,2016-01-30 00:35:45,2016-01-30 00:43:38,1,1.47,,,-73.95994567871094,40.65630340576172,-73.96363067626953,40.677433013916016,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-13 19:25:32,2016-01-13 19:26:27,1,0.04,,,-73.85191345214844,40.83418655395508,-73.85139465332031,40.833221435546875,1,N,4,-2.5,-1.0,-0.5,-0.3,0.0,0.0,,-4.3,1.0 +2,2016-01-16 15:52:32,2016-01-16 15:57:34,1,1.05,,,-73.94658660888672,40.800506591796875,-73.94892120361328,40.7885856628418,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-16 13:33:51,2016-01-16 14:01:56,1,6.49,,,-73.9929428100586,40.69308090209961,-73.99095153808594,40.760738372802734,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-22 22:03:29,2016-01-22 22:09:50,1,0.59,,,-73.97716522216797,40.68141555786133,-73.98529052734375,40.670448303222656,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 15:21:13,2016-01-16 15:29:57,1,0.75,,,-73.99430847167969,40.68559265136719,-73.9930648803711,40.69443130493164,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-20 17:05:19,2016-01-20 17:08:22,1,0.5,,,-73.95413970947266,40.80607223510742,-73.95389556884766,40.80119323730469,1,N,1,4.5,1.0,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-09 21:01:35,2016-01-09 21:32:52,2,9.49,,,-73.83587646484375,40.71796417236328,-73.95819091796875,40.773006439208984,1,N,1,31.5,0.5,0.5,0.3,8.2,0.0,,41.0,1.0 +2,2016-01-19 19:52:02,2016-01-19 20:11:14,1,8.77,,,-73.88195037841797,40.75587844848633,-73.80797576904297,40.68755340576172,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-17 00:41:13,2016-01-17 00:46:48,3,1.52,,,-73.96245574951172,40.7099723815918,-73.9573745727539,40.72234344482422,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-15 10:58:06,2016-01-15 11:07:46,1,1.31,,,-73.9286117553711,40.85649871826172,-73.937255859375,40.84078598022461,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-08 00:16:35,2016-01-08 00:38:30,1,5.45,,,-73.91165161132812,40.775630950927734,-73.94877624511719,40.773860931396484,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-28 17:17:41,2016-01-28 17:20:43,1,0.49,,,-73.93305969238281,40.7639274597168,-73.93862915039062,40.7648811340332,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 14:11:24,2016-01-17 14:26:27,1,3.65,,,-73.91869354248047,40.74301528930664,-73.91708374023438,40.703033447265625,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-07 13:53:44,2016-01-07 14:04:10,1,1.55,,,-73.96195983886719,40.80552291870117,-73.94499206542969,40.813777923583984,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-04 06:15:25,2016-01-04 06:35:38,1,7.8,,,-73.94574737548828,40.820068359375,-73.87332153320312,40.77429962158203,1,N,1,25.0,0.0,0.5,0.3,6.25,5.54,,37.59,1.0 +2,2016-01-12 06:58:44,2016-01-12 07:38:42,1,5.37,,,-73.97850036621094,40.68788528442383,-73.9766616821289,40.75615692138672,1,N,2,28.0,0.0,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-17 07:14:43,2016-01-17 07:17:57,1,0.91,,,-73.9539794921875,40.800540924072266,-73.95374298095703,40.79079818725586,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-14 18:56:33,2016-01-14 18:58:35,5,0.36,,,-73.93340301513672,40.71018600463867,-73.93329620361328,40.7053337097168,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-22 17:03:09,2016-01-22 17:58:49,1,11.4,,,-73.959228515625,40.68247604370117,-73.78282928466797,40.64404296875,1,N,1,45.0,1.0,0.5,0.3,9.35,0.0,,56.15,1.0 +1,2016-01-30 10:17:31,2016-01-30 10:23:34,1,0.7,,,-73.98442077636719,40.671485900878906,-73.97781372070312,40.674530029296875,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-07 16:30:00,2016-01-07 16:48:19,1,6.04,,,-73.80005645751953,40.7027473449707,-73.85352325439453,40.7542610168457,1,N,2,20.5,1.0,0.5,0.3,0.0,0.0,,22.3,1.0 +1,2016-01-16 15:39:59,2016-01-16 15:53:27,1,2.2,,,-73.86373138427734,40.732784271240234,-73.83958435058594,40.7212028503418,1,N,1,10.5,0.0,0.5,0.3,2.8,0.0,,14.1,1.0 +1,2016-01-19 17:26:41,2016-01-19 17:36:45,1,1.7,,,-73.96202087402344,40.69403076171875,-73.96324920654297,40.71018981933594,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-08 03:06:42,2016-01-08 03:13:44,1,1.5,,,-73.95641326904297,40.708675384521484,-73.950439453125,40.72499465942383,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-07 15:36:55,2016-01-07 16:03:35,1,6.5,,,-73.9949722290039,40.66046142578125,-74.00212860107422,40.72999572753906,1,N,2,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-13 19:27:18,2016-01-13 19:29:58,1,0.47,,,-73.93915557861328,40.798797607421875,-73.93447875976562,40.801876068115234,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-14 08:03:53,2016-01-14 08:24:07,1,4.06,,,-73.91926574707031,40.749420166015625,-73.97511291503906,40.75601577758789,1,N,1,16.5,0.0,0.5,0.3,2.0,0.0,,19.3,1.0 +2,2016-01-30 13:25:08,2016-01-30 13:31:14,1,1.16,,,-73.90281677246094,40.74150466918945,-73.89022827148438,40.74593734741211,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-18 22:22:14,2016-01-18 22:24:46,1,0.3,,,-73.86990356445312,40.74911117553711,-73.8675308227539,40.74778747558594,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-17 00:12:41,2016-01-17 00:20:17,1,1.34,,,-73.89117431640625,40.746952056884766,-73.87043762207031,40.73745346069336,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-12 17:51:09,2016-01-12 18:19:46,3,4.82,,,-73.98566436767578,40.677650451660156,-73.98722076416016,40.738983154296875,1,N,1,21.5,1.0,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-17 14:37:10,2016-01-17 14:48:04,1,2.2,,,-73.8915786743164,40.74715805053711,-73.87140655517578,40.762210845947266,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,,12.3,1.0 +2,2016-01-22 07:51:49,2016-01-22 08:02:35,1,1.78,,,-73.98294830322266,40.65756607055664,-73.97877502441406,40.66636276245117,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-10 05:18:36,2016-01-10 05:39:11,1,8.38,,,-73.95787811279297,40.72184753417969,-74.00469970703125,40.65088653564453,1,N,2,25.5,0.5,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-04 17:43:57,2016-01-04 17:49:00,1,0.87,,,-73.9556884765625,40.803958892822266,-73.9450454711914,40.80823516845703,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-14 10:03:24,2016-01-14 10:11:49,1,1.8,,,-74.00340270996094,40.57773971557617,-73.9818115234375,40.576927185058594,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-10 02:27:52,2016-01-10 02:38:36,1,4.32,,,-73.94268035888672,40.83726119995117,-73.9760513305664,40.79154586791992,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-12 15:30:31,2016-01-12 15:42:31,1,2.32,,,-73.90338134765625,40.74538803100586,-73.9043960571289,40.72195053100586,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-24 16:04:30,2016-01-24 16:11:47,2,1.18,,,-73.94863891601562,40.80836486816406,-73.94078063964844,40.822418212890625,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-12 11:45:19,2016-01-12 11:51:24,1,1.93,,,-73.89273834228516,40.74725341796875,-73.88726806640625,40.76081085205078,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-26 10:14:23,2016-01-26 10:20:36,1,0.7,,,-73.99641418457031,40.671478271484375,-73.98918151855469,40.66573715209961,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-12 07:09:59,2016-01-12 07:48:15,1,7.39,,,-73.94514465332031,40.81861114501953,-73.97087860107422,40.744834899902344,1,N,2,29.0,0.0,0.5,0.3,0.0,0.0,,29.8,1.0 +1,2016-01-11 20:17:16,2016-01-11 20:29:05,1,1.4,,,-73.8782958984375,40.748199462890625,-73.86560821533203,40.75148010253906,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-13 14:53:34,2016-01-13 15:02:46,1,1.58,,,-73.93365478515625,40.79850387573242,-73.95217895507812,40.80315017700195,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-18 13:19:08,2016-01-18 13:28:07,1,3.33,,,-73.93201446533203,40.79560089111328,-73.96117401123047,40.76261901855469,5,N,1,16.5,0.0,0.0,0,2.0,0.0,,18.5,2.0 +2,2016-01-07 15:08:41,2016-01-07 15:25:15,1,1.98,,,-73.98583984375,40.67384338378906,-73.98397064208984,40.695281982421875,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,,15.36,1.0 +1,2016-01-16 22:52:19,2016-01-16 23:14:08,2,4.4,,,-73.94424438476562,40.7147216796875,-73.97508239746094,40.674224853515625,1,N,1,18.0,0.5,0.5,0.3,2.0,0.0,,21.3,1.0 +2,2016-01-22 01:29:01,2016-01-22 01:35:52,1,1.23,,,-73.89092254638672,40.746952056884766,-73.87753295898438,40.75362014770508,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-08 23:52:59,2016-01-09 00:04:16,1,1.44,,,-73.94326782226562,40.708065032958984,-73.95641326904297,40.72161865234375,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,,11.3,1.0 +2,2016-01-12 19:21:23,2016-01-12 19:29:56,1,1.43,,,-73.97434997558594,40.68971633911133,-73.99549102783203,40.69062042236328,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-26 09:26:54,2016-01-26 09:48:16,1,8.53,,,-73.95021057128906,40.78680419921875,-73.86412811279297,40.76980972290039,1,N,1,26.5,0.0,0.5,0.3,6.57,5.54,,39.41,1.0 +2,2016-01-26 19:34:34,2016-01-26 19:38:20,1,0.58,,,-73.91383361816406,40.76536560058594,-73.92020416259766,40.75749206542969,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 11:57:14,2016-01-21 12:01:56,1,0.6,,,-73.8985595703125,40.85158157348633,-73.88909149169922,40.848201751708984,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-18 09:11:25,2016-01-18 09:30:06,1,4.68,,,-73.87877655029297,40.82804870605469,-73.92902374267578,40.82215118408203,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-11 22:48:27,2016-01-11 23:08:31,1,10.11,,,-73.9813232421875,40.68998336791992,-73.87313842773438,40.70461654663086,1,N,2,29.5,0.5,0.5,0.3,0.0,0.0,,30.8,1.0 +2,2016-01-12 08:07:14,2016-01-12 08:11:37,1,0.5,,,-73.98297119140625,40.67316818237305,-73.98859405517578,40.670677185058594,1,N,1,5.0,0.0,0.5,0.3,0.58,0.0,,6.38,1.0 +2,2016-01-09 01:44:57,2016-01-09 01:56:29,1,2.53,,,-73.9451675415039,40.808021545410156,-73.9092025756836,40.81587600708008,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-08 10:48:57,2016-01-08 11:49:03,2,7.3,,,-73.94841766357422,40.82950973510742,-73.95462036132812,40.765846252441406,1,N,3,40.0,0.0,0.5,0.3,0.0,0.0,,40.8,1.0 +2,2016-01-18 00:03:23,2016-01-18 00:19:30,1,4.2,,,-73.96760559082031,40.6873664855957,-74.00041198730469,40.72881317138672,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-15 11:29:22,2016-01-15 11:54:26,1,3.1,,,-73.97785949707031,40.684814453125,-74.00101470947266,40.72032928466797,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-15 17:11:45,2016-01-15 17:21:55,1,1.19,,,-73.95626831054688,40.80308532714844,-73.93956756591797,40.804046630859375,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-27 05:24:35,2016-01-27 05:34:17,3,2.44,,,-73.93598937988281,40.79528045654297,-73.96212005615234,40.776302337646484,1,N,1,10.0,0.5,0.5,0.3,2.0,0.0,,13.3,1.0 +2,2016-01-20 19:48:45,2016-01-20 19:52:15,1,0.72,,,-73.83087158203125,40.713932037353516,-73.82591247558594,40.705963134765625,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-18 15:27:21,2016-01-18 15:37:50,1,1.7,,,-73.91384887695312,40.75360870361328,-73.94391632080078,40.75476837158203,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-06 08:41:02,2016-01-06 08:54:40,2,3.0,,,-73.86344909667969,40.753665924072266,-73.81629180908203,40.75526428222656,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-22 17:48:32,2016-01-22 17:58:09,1,0.77,,,-73.99041748046875,40.686790466308594,-73.97876739501953,40.685546875,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-01 02:52:55,2016-01-01 03:07:07,1,9.2,,,-73.93916320800781,40.848514556884766,-74.06200408935547,40.92084884643555,3,N,2,43.5,0.5,0.0,0.3,0.0,10.5,,54.8,1.0 +2,2016-01-27 18:32:39,2016-01-27 18:41:34,1,2.52,,,-73.95218658447266,40.79853820800781,-73.9707260131836,40.78860855102539,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-19 19:22:39,2016-01-19 19:35:46,1,3.02,,,-73.96009063720703,40.80833053588867,-73.95242309570312,40.77849578857422,1,N,1,12.5,1.0,0.5,0.3,3.58,0.0,,17.88,1.0 +2,2016-01-01 05:13:49,2016-01-01 05:25:08,1,2.03,,,-73.94657897949219,40.695823669433594,-73.92244720458984,40.68111038208008,1,N,1,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-27 16:28:27,2016-01-27 17:08:12,2,7.7,,,-73.83125305175781,40.714656829833984,-73.93577575683594,40.68569564819336,1,N,1,31.0,1.0,0.5,0.3,8.2,0.0,,41.0,1.0 +2,2016-01-23 02:39:18,2016-01-23 02:42:06,1,0.67,,,-73.92616271972656,40.82816696166992,-73.9306411743164,40.83412170410156,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-07 04:11:24,2016-01-07 04:17:59,1,2.29,,,-73.95897674560547,40.714752197265625,-73.94778442382812,40.687286376953125,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-28 09:05:19,2016-01-28 09:08:07,1,0.4,,,-73.9964599609375,40.69403839111328,-73.99291229248047,40.69760513305664,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-10 02:35:50,2016-01-10 02:41:30,1,1.06,,,-73.95755767822266,40.7178955078125,-73.9540786743164,40.729888916015625,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 18:59:40,2016-01-08 19:29:27,1,5.06,,,-74.01046752929688,40.671974182128906,-73.9405288696289,40.674705505371094,1,N,1,21.5,1.0,0.5,0.3,4.66,0.0,,27.96,1.0 +2,2016-01-29 22:58:53,2016-01-29 23:02:05,1,0.65,,,-73.97673034667969,40.68724822998047,-73.97079467773438,40.69301986694336,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-08 16:15:39,2016-01-08 16:16:18,1,0.01,,,-73.9939193725586,40.70274353027344,-73.99417114257812,40.70275115966797,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-30 16:41:17,2016-01-30 16:50:33,1,1.7,,,-73.94217681884766,40.82889938354492,-73.9501724243164,40.809844970703125,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-18 01:45:19,2016-01-18 01:49:42,1,0.83,,,-73.9435806274414,40.8255729675293,-73.93775177001953,40.83482360839844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-21 19:48:01,2016-01-21 19:51:46,1,1.04,,,-73.99413299560547,40.68608474731445,-74.00155639648438,40.672908782958984,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 20:57:01,2016-01-06 21:02:43,1,1.11,,,-73.91902160644531,40.75893783569336,-73.90574645996094,40.76442337036133,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 22:35:49,2016-01-08 22:45:58,1,2.32,,,-73.97718048095703,40.68358612060547,-73.95701599121094,40.6567268371582,1,N,1,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-13 21:44:35,2016-01-13 21:55:39,3,1.79,,,-73.92545318603516,40.76173400878906,-73.90320587158203,40.77406692504883,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-13 22:45:35,2016-01-13 23:12:02,1,10.8,,,-73.95864868164062,40.72119903564453,-73.9234848022461,40.809391021728516,1,N,2,32.0,0.5,0.5,0.3,0.0,0.0,,33.3,1.0 +2,2016-01-25 07:52:09,2016-01-25 08:09:34,1,5.67,,,-73.82503509521484,40.724979400634766,-73.83649444580078,40.78295135498047,1,N,1,19.5,0.0,0.5,0.3,5.0,0.0,,25.3,1.0 +2,2016-01-02 09:53:37,2016-01-02 10:00:50,1,1.4,,,-73.93697357177734,40.75960159301758,-73.91813659667969,40.761390686035156,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-16 00:18:30,2016-01-16 00:22:48,1,0.77,,,-73.95381164550781,40.66386795043945,-73.96117401123047,40.671504974365234,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 19:21:35,2016-01-28 19:49:57,1,4.2,,,-73.97465515136719,40.6756477355957,-73.94288635253906,40.7073860168457,1,N,1,21.0,1.0,0.5,0.3,0.0,0.0,,22.8,1.0 +1,2016-01-14 12:59:52,2016-01-14 13:08:30,1,2.1,,,-73.917724609375,40.834259033203125,-73.89685821533203,40.85429382324219,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 22:31:04,2016-01-30 22:36:12,1,1.04,,,-73.96131134033203,40.68230056762695,-73.95510864257812,40.68916702270508,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-13 23:14:59,2016-01-13 23:55:22,1,10.2,,,-73.91801452636719,40.66366958618164,-73.84593963623047,40.70967483520508,1,N,1,37.5,0.5,0.5,0.3,38.0,0.0,,76.8,1.0 +1,2016-01-17 11:53:28,2016-01-17 12:00:24,1,1.8,,,-73.93910217285156,40.80516815185547,-73.956787109375,40.785972595214844,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,,10.35,1.0 +2,2016-01-09 20:14:49,2016-01-09 20:21:16,1,1.04,,,-73.977783203125,40.68475341796875,-73.96634674072266,40.69083023071289,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-03 00:18:25,2016-01-03 00:29:32,1,2.3,,,-73.94025421142578,40.72323989868164,-73.92610931396484,40.69800567626953,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,,14.15,1.0 +2,2016-01-28 14:03:01,2016-01-28 14:33:30,1,3.61,,,-73.95208740234375,40.79005813598633,-73.98939514160156,40.757076263427734,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-12 10:07:45,2016-01-12 10:13:29,1,0.72,,,-73.84426879882812,40.72136306762695,-73.85507202148438,40.72134017944336,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-15 11:32:43,2016-01-15 11:35:44,1,0.32,,,-73.94611358642578,40.792503356933594,-73.94463348388672,40.787540435791016,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-07 08:16:28,2016-01-07 08:29:26,1,1.51,,,-73.92447662353516,40.66957092285156,-73.93598175048828,40.67888641357422,1,N,1,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-18 18:52:35,2016-01-18 19:08:23,1,3.22,,,-73.91883850097656,40.7430419921875,-73.8918228149414,40.75482940673828,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-30 17:39:16,2016-01-30 17:51:02,1,2.41,,,-73.94642639160156,40.79228973388672,-73.97783660888672,40.7867431640625,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-02 21:36:09,2016-01-02 21:41:49,1,1.03,,,-74.00447845458984,40.65419387817383,-73.99152374267578,40.66022872924805,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-10 02:44:31,2016-01-10 02:51:01,1,2.38,,,-73.92137145996094,40.64494323730469,-73.89388275146484,40.66472625732422,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-16 22:44:07,2016-01-16 22:52:01,1,1.7,,,-73.9551010131836,40.69454574584961,-73.96377563476562,40.67770004272461,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-21 13:37:36,2016-01-21 13:58:20,1,3.82,,,-73.944580078125,40.794620513916016,-73.91778564453125,40.83712387084961,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +1,2016-01-15 14:46:19,2016-01-15 14:50:44,1,0.7,,,-73.90345001220703,40.745792388916016,-73.90755462646484,40.73723220825195,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-04 08:41:47,2016-01-04 09:15:18,1,17.91,,,-73.94142150878906,40.811805725097656,-73.77870178222656,40.64677047729492,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +2,2016-01-17 20:50:54,2016-01-17 20:58:27,2,1.4,,,-73.95833587646484,40.71723556518555,-73.93829345703125,40.721092224121094,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-01 14:31:05,2016-01-01 14:39:33,2,2.29,,,-73.9406509399414,40.673927307128906,-73.97752380371094,40.68426513671875,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-08 23:19:45,2016-01-08 23:51:05,1,8.23,,,-73.89390563964844,40.65005111694336,-73.7776870727539,40.68800354003906,1,N,2,27.5,0.5,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-07 16:38:00,2016-01-07 17:08:06,1,2.74,,,-73.95361328125,40.79090118408203,-73.9745101928711,40.75827407836914,1,N,2,19.0,1.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-20 17:37:01,2016-01-20 17:44:58,1,2.9,,,-73.82615661621094,40.74710464477539,-73.83138275146484,40.769710540771484,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-16 13:17:27,2016-01-16 13:29:29,1,2.2,,,-73.9566650390625,40.747867584228516,-73.92173767089844,40.74532699584961,1,N,1,10.5,0.5,0.5,0.3,1.0,0.0,,12.8,1.0 +2,2016-01-16 00:37:41,2016-01-16 00:57:30,1,3.27,,,-73.95648193359375,40.71692657470703,-73.92034912109375,40.69072723388672,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-22 16:28:00,2016-01-22 16:39:29,1,1.51,,,-73.95143127441406,40.79085159301758,-73.95279693603516,40.776485443115234,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-07 16:38:18,2016-01-07 16:46:47,1,1.54,,,-73.9869384765625,40.69126510620117,-73.968994140625,40.6939811706543,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-25 20:19:50,2016-01-25 20:33:12,1,2.38,,,-73.93953704833984,40.80509567260742,-73.9537353515625,40.77870178222656,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-03 16:13:13,2016-01-03 16:22:55,1,3.24,,,-73.89105224609375,40.74675750732422,-73.8704833984375,40.773765563964844,1,N,1,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-06 19:46:15,2016-01-06 19:53:42,1,0.91,,,-73.8886489868164,40.74711990356445,-73.88318634033203,40.75403594970703,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 12:24:42,2016-01-09 12:58:09,1,8.62,,,-73.98595428466797,40.66903305053711,-73.99031829833984,40.76073455810547,1,N,1,30.0,0.0,0.5,0.3,7.7,0.0,,38.5,1.0 +1,2016-01-05 15:15:56,2016-01-05 15:20:43,1,1.2,,,-73.92029571533203,40.83100509643555,-73.90785217285156,40.84376525878906,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-21 12:35:49,2016-01-21 12:39:36,1,0.83,,,-73.9472427368164,40.82585144042969,-73.94868469238281,40.81593322753906,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-19 20:14:51,2016-01-19 20:20:21,6,1.44,,,-73.99457550048828,40.690399169921875,-74.00720977783203,40.675819396972656,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-19 23:37:15,2016-01-19 23:56:22,1,5.6,,,-73.99332427978516,40.668609619140625,-74.00289916992188,40.73764419555664,1,N,1,19.0,0.5,0.5,0.3,7.75,5.54,,33.59,1.0 +2,2016-01-12 22:46:04,2016-01-12 23:08:51,1,5.1,,,-73.9578628540039,40.722049713134766,-73.98291778564453,40.66840744018555,1,N,1,19.0,0.5,0.5,0.3,3.0,0.0,,23.3,1.0 +2,2016-01-05 18:46:29,2016-01-05 18:55:33,6,1.24,,,-73.99088287353516,40.692378997802734,-73.97053527832031,40.68772506713867,1,N,1,7.5,1.0,0.5,0.3,2.79,0.0,,12.09,1.0 +2,2016-01-26 21:00:00,2016-01-26 21:06:29,1,1.21,,,-73.95336151123047,40.71894073486328,-73.93598937988281,40.71455383300781,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-04 00:16:42,2016-01-04 00:17:55,1,0.1,,,-73.94336700439453,40.81079864501953,-73.94384002685547,40.81026077270508,1,N,3,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-26 18:56:34,2016-01-26 19:02:46,1,1.27,,,-73.9958267211914,40.67910385131836,-74.0112075805664,40.67888259887695,1,N,1,6.5,1.0,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-16 02:17:58,2016-01-16 02:24:07,1,0.8,,,-73.9576644897461,40.72216033935547,-73.96585083007812,40.71278381347656,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-14 17:57:02,2016-01-14 18:39:47,1,8.02,,,-73.85102081298828,40.73058319091797,-73.96773529052734,40.69743347167969,1,N,1,31.5,1.0,0.5,0.3,8.32,0.0,,41.62,1.0 +2,2016-01-02 22:13:28,2016-01-02 22:17:09,1,0.62,,,-73.90453338623047,40.87238311767578,-73.89918518066406,40.87415313720703,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 08:41:26,2016-01-27 08:59:40,1,2.68,,,-73.95951080322266,40.81410217285156,-73.98428344726562,40.77984619140625,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-21 16:02:30,2016-01-21 16:12:46,1,0.94,,,-73.92262268066406,40.678993225097656,-73.93183898925781,40.68767166137695,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-05 22:11:00,2016-01-05 22:21:44,1,2.11,,,-73.99552154541016,40.690521240234375,-73.96204376220703,40.68478012084961,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,,13.5,1.0 +1,2016-01-02 07:47:37,2016-01-02 07:49:40,2,0.3,,,-73.94608306884766,40.75008010864258,-73.94559478759766,40.74618148803711,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-09 23:11:37,2016-01-09 23:26:27,1,6.3,,,-73.9909439086914,40.686012268066406,-74.02869415283203,40.62456512451172,1,N,1,19.5,0.5,0.5,0.3,4.15,0.0,,24.95,1.0 +1,2016-01-15 22:13:03,2016-01-15 22:37:28,1,5.1,,,-73.9494857788086,40.79182052612305,-73.9364242553711,40.73616027832031,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-07 08:35:20,2016-01-07 09:05:48,1,6.78,,,-73.99765014648438,40.695194244384766,-73.97389221191406,40.61285400390625,1,N,1,25.0,0.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-21 19:09:31,2016-01-21 19:29:41,1,3.38,,,-73.94041442871094,40.798179626464844,-73.98164367675781,40.78105163574219,1,N,1,15.5,1.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-08 18:47:49,2016-01-08 19:02:11,3,2.67,,,-73.94843292236328,40.80336380004883,-73.97793579101562,40.78351593017578,1,N,1,11.5,1.0,0.5,0.3,1.5,0.0,,14.8,1.0 +1,2016-01-20 08:57:13,2016-01-20 09:28:27,1,5.2,,,-73.96615600585938,40.58514404296875,-73.9830551147461,40.64670181274414,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-25 11:42:09,2016-01-25 11:48:35,5,0.84,,,-73.94245147705078,40.84153366088867,-73.93755340576172,40.8529167175293,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-29 12:55:43,2016-01-29 13:01:33,1,0.58,,,-73.85704040527344,40.728477478027344,-73.86265563964844,40.72972869873047,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-10 19:36:05,2016-01-10 19:48:04,1,3.16,,,-73.9391098022461,40.80529022216797,-73.97563171386719,40.78757858276367,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-12 10:38:19,2016-01-12 10:57:11,1,6.35,,,-73.8021240234375,40.701881408691406,-73.75540161132812,40.65146255493164,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-11 19:02:13,2016-01-11 19:05:50,1,0.68,,,-73.95293426513672,40.67891311645508,-73.9625015258789,40.67752456665039,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-21 17:23:20,2016-01-21 17:27:34,1,0.55,,,-73.93905639648438,40.79541015625,-73.93949127197266,40.79024887084961,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-02 09:56:37,2016-01-02 10:04:33,1,1.3,,,-73.8667221069336,40.7495231628418,-73.89000701904297,40.74710464477539,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-02 14:07:06,2016-01-02 14:31:32,1,9.99,,,-73.9033432006836,40.745853424072266,-73.79512023925781,40.70745849609375,1,N,1,31.0,0.0,0.5,0.3,6.36,0.0,,38.16,1.0 +1,2016-01-15 18:46:56,2016-01-15 19:17:30,1,5.9,,,-73.98916625976562,40.69368362426758,-73.98780059814453,40.75609588623047,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-13 16:57:24,2016-01-13 17:20:23,5,5.86,,,-73.94415283203125,40.79551315307617,-73.92660522460938,40.866825103759766,1,N,2,23.0,1.0,0.5,0.3,0.0,0.0,,24.8,1.0 +1,2016-01-01 23:46:41,2016-01-01 23:58:00,2,3.1,,,-73.99463653564453,40.68489456176758,-73.95744323730469,40.687705993652344,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,,15.35,1.0 +2,2016-01-06 10:13:20,2016-01-06 10:27:48,1,2.17,,,-73.94461822509766,40.794612884521484,-73.9734115600586,40.789554595947266,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-30 01:25:56,2016-01-30 01:41:48,2,4.0,,,-73.98857879638672,40.67013168334961,-73.96144104003906,40.62519836425781,1,Y,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-08 17:52:00,2016-01-08 18:07:06,1,2.32,,,-73.83058166503906,40.75947952270508,-73.84230041503906,40.783180236816406,1,N,1,12.0,1.0,0.5,0.3,4.14,0.0,,17.94,1.0 +2,2016-01-24 17:39:21,2016-01-24 17:49:46,1,1.98,,,-73.9371566772461,40.80169677734375,-73.93521881103516,40.80091094970703,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-03 00:06:01,2016-01-03 00:09:54,1,0.76,,,-73.84253692626953,40.71933364868164,-73.85551452636719,40.72195053100586,1,N,1,5.0,0.5,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-15 20:16:29,2016-01-15 20:18:12,1,0.34,,,-73.94207000732422,40.81227111816406,-73.93900299072266,40.81650924682617,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-06 19:27:08,2016-01-06 19:40:48,1,5.15,,,-73.95045471191406,40.8099365234375,-73.98722839355469,40.768768310546875,1,N,1,17.0,1.0,0.5,0.3,4.7,0.0,,23.5,1.0 +2,2016-01-28 18:12:54,2016-01-28 18:23:36,1,1.15,,,-73.91205596923828,40.775203704833984,-73.89640045166016,40.76927185058594,1,N,1,8.0,1.0,0.5,0.3,2.94,0.0,,12.74,1.0 +2,2016-01-20 17:23:16,2016-01-20 17:33:05,6,1.68,,,-73.90362548828125,40.74492645263672,-73.90023803710938,40.72903060913086,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-27 17:21:50,2016-01-27 17:43:05,1,3.47,,,-73.96741485595703,40.69084167480469,-74.01078033447266,40.67490768432617,1,N,1,14.5,1.0,0.5,0.3,4.08,0.0,,20.38,1.0 +2,2016-01-15 19:25:24,2016-01-15 19:30:28,1,0.67,,,-73.98578643798828,40.6696891784668,-73.97936248779297,40.678192138671875,1,N,1,5.5,1.0,0.5,0.3,1.82,0.0,,9.12,1.0 +1,2016-01-06 08:51:39,2016-01-06 09:01:57,1,1.1,,,-73.93898010253906,40.80550765991211,-73.94910430908203,40.79158401489258,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-03 14:33:03,2016-01-03 14:40:03,1,1.2,,,-73.95760345458984,40.71792984008789,-73.95455932617188,40.73243713378906,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-10 17:25:29,2016-01-10 17:42:04,1,2.35,,,-73.99052429199219,40.6937370300293,-73.97818756103516,40.671085357666016,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-11 17:20:42,2016-01-11 17:47:35,1,4.32,,,-73.95891571044922,40.81510543823242,-73.97260284423828,40.76331329345703,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-28 12:26:04,2016-01-28 13:04:00,1,12.63,,,-73.99056243896484,40.686641693115234,-73.87268829345703,40.77444839477539,1,N,1,40.0,0.0,0.5,0.3,5.0,0.0,,45.8,1.0 +1,2016-01-10 14:20:34,2016-01-10 14:26:56,1,0.7,,,-73.8848648071289,40.74763107299805,-73.89533233642578,40.74713897705078,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-15 00:51:36,2016-01-15 00:55:44,1,1.07,,,-73.92146301269531,40.766666412353516,-73.91050720214844,40.778873443603516,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 02:57:31,2016-01-29 03:06:23,1,2.18,,,-73.8304672241211,40.759586334228516,-73.83627319335938,40.785911560058594,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-24 10:22:06,2016-01-24 10:22:54,1,0.09,,,-73.8442153930664,40.72243118286133,-73.84394836425781,40.72121047973633,5,N,1,20.0,0.0,0.0,0,0.0,0.0,,20.0,2.0 +2,2016-01-09 22:01:12,2016-01-09 22:19:24,1,4.07,,,-73.9457778930664,40.79301834106445,-73.98822784423828,40.7644157409668,1,N,1,16.0,0.5,0.5,0.3,2.0,0.0,,19.3,1.0 +2,2016-01-14 15:34:25,2016-01-14 16:07:27,1,5.46,,,-73.87895965576172,40.879852294921875,-73.92548370361328,40.81761169433594,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-15 21:38:46,2016-01-15 21:43:27,1,0.95,,,-73.95317840576172,40.786865234375,-73.9531021118164,40.77681350708008,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-03 17:48:12,2016-01-03 18:15:01,1,7.33,,,-73.94204711914062,40.84184646606445,-73.99376678466797,40.75715637207031,1,N,2,26.5,0.0,0.5,0.3,0.0,0.0,,27.3,1.0 +2,2016-01-08 16:04:00,2016-01-08 16:11:25,1,0.67,,,-73.87810516357422,40.748321533203125,-73.89107513427734,40.74702072143555,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-05 18:35:43,2016-01-05 18:40:50,1,1.23,,,-73.91161346435547,40.768028259277344,-73.89222717285156,40.76708984375,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 22:14:08,2016-01-27 22:16:27,1,0.48,,,-73.86219787597656,40.73046875,-73.85391998291016,40.733158111572266,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-08 07:35:44,2016-01-08 07:38:27,1,0.54,,,-73.93649291992188,40.82033920288086,-73.94388580322266,40.819759368896484,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-27 17:35:16,2016-01-27 17:35:32,1,0.0,,,-73.89044952392578,40.75737380981445,-73.89038848876953,40.757328033447266,1,N,1,2.5,1.0,0.5,0.3,2.7,0.0,,7.0,1.0 +2,2016-01-17 03:10:03,2016-01-17 03:10:19,2,0.07,,,-73.92884826660156,40.819034576416016,-73.9305191040039,40.82049560546875,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-08 13:22:08,2016-01-08 13:25:34,1,0.79,,,-73.9119873046875,40.77518844604492,-73.91552734375,40.781620025634766,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,,7.25,1.0 +2,2016-01-28 20:07:32,2016-01-28 20:15:23,1,1.21,,,-73.91161346435547,40.77555847167969,-73.91461944580078,40.76377868652344,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-19 12:25:59,2016-01-19 12:29:02,1,0.3,,,-73.8693618774414,40.73558807373047,-73.87093353271484,40.73398971557617,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-21 21:20:23,2016-01-21 21:28:01,1,1.54,,,-73.98725891113281,40.69195556640625,-73.97991180419922,40.67724609375,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-09 22:15:24,2016-01-09 22:24:55,1,1.53,,,-73.87085723876953,40.73402404785156,-73.86393737792969,40.752342224121094,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-16 12:49:34,2016-01-16 13:07:01,1,3.76,,,-73.94171905517578,40.676456451416016,-73.87902069091797,40.674591064453125,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-12 20:20:20,2016-01-12 20:26:11,2,2.98,,,-73.98722839355469,40.693824768066406,-73.9494400024414,40.71259689331055,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,,14.12,1.0 +2,2016-01-14 23:24:08,2016-01-14 23:42:04,2,3.85,,,-73.96558380126953,40.71330261230469,-74.00833892822266,40.721168518066406,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-16 11:37:37,2016-01-16 11:55:34,2,3.7,,,-73.86953735351562,40.74945831298828,-73.91224670410156,40.72588348388672,1,N,1,15.5,0.0,0.5,0.3,2.0,0.0,,18.3,1.0 +2,2016-01-07 22:14:06,2016-01-07 22:24:46,6,3.26,,,-73.97351837158203,40.69326400756836,-73.98690032958984,40.725284576416016,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-25 01:37:35,2016-01-25 01:48:47,1,5.9,,,-73.83013916015625,40.75957107543945,-73.7530288696289,40.73952865600586,1,N,1,17.5,0.5,0.5,0.3,5.64,0.0,,24.44,1.0 +1,2016-01-09 23:41:58,2016-01-09 23:53:27,1,1.9,,,-73.92719268798828,40.762760162353516,-73.90290069580078,40.74662399291992,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,,13.55,1.0 +1,2016-01-11 18:26:38,2016-01-11 18:34:47,1,1.5,,,-73.97541046142578,40.686744689941406,-73.98607635498047,40.70317840576172,1,N,1,7.5,1.0,0.5,0.3,2.3,0.0,,11.6,1.0 +2,2016-01-02 20:06:23,2016-01-02 20:22:05,1,3.28,,,-73.95648193359375,40.67487335205078,-73.90802001953125,40.66280746459961,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-07 07:14:00,2016-01-07 07:30:28,1,4.95,,,-73.93993377685547,40.7978515625,-73.90023040771484,40.827781677246094,1,N,1,17.5,0.0,0.5,0.3,1.7,0.0,,20.0,1.0 +1,2016-01-03 22:43:47,2016-01-03 23:06:23,1,5.1,,,-73.95530700683594,40.804443359375,-73.97697448730469,40.74858856201172,1,N,1,19.0,0.5,0.5,0.3,4.05,0.0,,24.35,1.0 +2,2016-01-09 04:07:04,2016-01-09 04:09:56,1,0.55,,,-73.9217529296875,40.75545883178711,-73.91740417480469,40.75544738769531,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-20 11:30:43,2016-01-20 11:35:36,1,0.96,,,-73.95329284667969,40.72817611694336,-73.95816040039062,40.71546936035156,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-20 19:27:08,2016-01-20 19:36:48,1,1.23,,,-73.87680053710938,40.74849319458008,-73.89212036132812,40.75606155395508,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-16 01:11:56,2016-01-16 01:29:41,1,4.25,,,-73.9957504272461,40.69059371948242,-73.9595947265625,40.642513275146484,1,N,1,16.0,0.5,0.5,0.3,1.0,0.0,,18.3,1.0 +1,2016-01-02 00:56:16,2016-01-02 01:05:03,1,1.9,,,-73.88055419921875,40.741573333740234,-73.85321044921875,40.73977279663086,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-06 14:33:28,2016-01-06 14:38:05,1,0.54,,,-73.96072387695312,40.80172348022461,-73.9678726196289,40.8010368347168,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-30 11:28:21,2016-01-30 11:38:00,1,1.9,,,-73.94302368164062,40.789939880371094,-73.97207641601562,40.79462432861328,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-21 09:49:04,2016-01-21 09:58:30,1,1.46,,,-73.96141052246094,40.714378356933594,-73.94397735595703,40.70804977416992,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 19:37:55,2016-01-05 19:43:46,1,0.89,,,-73.95272827148438,40.80805587768555,-73.9410629272461,40.80512237548828,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,,8.3,1.0 +1,2016-01-14 06:56:47,2016-01-14 07:19:39,1,4.2,,,-73.95184326171875,40.72343444824219,-73.95663452148438,40.67457962036133,1,N,1,17.5,0.0,0.5,0.3,3.0,0.0,,21.3,1.0 +2,2016-01-27 21:50:41,2016-01-27 21:58:22,1,1.28,,,-73.8769302368164,40.74825668334961,-73.85335540771484,40.752254486083984,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 07:34:54,2016-01-04 07:55:41,1,5.87,,,-73.98931121826172,40.68818664550781,-73.97686004638672,40.74106979370117,1,N,1,20.0,0.0,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-02 16:39:13,2016-01-02 16:49:46,1,2.41,,,-73.91932678222656,40.806724548339844,-73.9444808959961,40.79153823852539,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-13 16:47:18,2016-01-13 16:55:02,1,1.16,,,-73.94945526123047,40.7850456237793,-73.96609497070312,40.7898063659668,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-05 19:23:18,2016-01-05 19:42:10,1,2.62,,,-73.97783660888672,40.68437194824219,-73.96460723876953,40.65293502807617,1,N,1,14.0,1.0,0.5,0.3,3.75,0.0,,19.55,1.0 +2,2016-01-04 20:24:43,2016-01-04 20:37:36,1,2.82,,,-73.88577270507812,40.876461029052734,-73.91162109375,40.84354782104492,1,N,1,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-25 09:05:05,2016-01-25 09:20:28,1,1.96,,,-73.92839050292969,40.8347053527832,-73.9428482055664,40.83892059326172,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-04 22:08:25,2016-01-04 22:20:03,1,2.65,,,-73.8852767944336,40.7503662109375,-73.92245483398438,40.76015853881836,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-17 14:27:18,2016-01-17 14:30:49,1,0.82,,,-73.95227813720703,40.78986358642578,-73.94393920898438,40.79808807373047,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-07 06:36:05,2016-01-07 06:39:28,1,0.67,,,-73.93904113769531,40.799312591552734,-73.94025421142578,40.80652618408203,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-30 08:59:59,2016-01-30 09:06:59,1,0.8,,,-73.95137786865234,40.80983352661133,-73.94495391845703,40.80171203613281,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-29 02:03:49,2016-01-29 02:06:26,1,0.9,,,-73.92896270751953,40.67930603027344,-73.92555236816406,40.67028045654297,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-22 08:52:43,2016-01-22 09:23:58,1,5.78,,,-73.94047546386719,40.839630126953125,-73.96575164794922,40.7719612121582,1,N,1,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-16 12:12:32,2016-01-16 12:22:31,1,2.4,,,-73.94630432128906,40.789207458496094,-73.9395523071289,40.81599426269531,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-08 18:02:20,2016-01-08 18:15:53,2,3.8,,,-73.93929290771484,40.80516815185547,-73.91883850097656,40.76585388183594,1,N,2,13.5,1.0,0.5,0.3,0.0,5.54,,20.84,1.0 +2,2016-01-30 20:22:12,2016-01-30 20:37:09,1,2.49,,,-73.84432220458984,40.72137451171875,-73.87184143066406,40.7055549621582,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-21 10:15:13,2016-01-21 10:28:11,1,4.88,,,-73.87974548339844,40.879737854003906,-73.8751449584961,40.827667236328125,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-19 09:31:39,2016-01-19 09:31:58,2,0.0,,,-73.93727111816406,40.79591369628906,-73.9373550415039,40.795799255371094,1,N,3,-2.5,0.0,-0.5,-0.3,0.0,0.0,,-3.3,1.0 +2,2016-01-01 21:31:22,2016-01-01 21:49:20,1,4.48,,,-73.95800018310547,40.72185516357422,-73.98060607910156,40.739593505859375,1,N,1,16.5,0.5,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-10 20:59:16,2016-01-10 21:13:46,6,5.88,,,-73.95832061767578,40.815982818603516,-73.89776611328125,40.85783004760742,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-16 16:35:50,2016-01-16 16:40:37,2,0.67,,,-73.93959045410156,40.815467834472656,-73.94145965576172,40.82265853881836,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-07 19:38:52,2016-01-07 19:43:55,1,0.76,,,-73.9417724609375,40.82271194458008,-73.95246887207031,40.82390594482422,1,N,1,5.5,1.0,0.5,0.3,0.73,0.0,,8.03,1.0 +2,2016-01-21 00:36:41,2016-01-21 00:45:36,1,1.93,,,-73.88959503173828,40.747066497802734,-73.92230987548828,40.76063919067383,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-16 15:09:12,2016-01-16 15:12:56,1,1.1,,,-73.8638687133789,40.7329216003418,-73.84656524658203,40.7380485534668,1,N,1,5.5,0.0,0.5,0.3,3.0,0.0,,9.3,1.0 +2,2016-01-05 08:20:52,2016-01-05 08:27:15,1,0.52,,,-73.93240356445312,40.65654754638672,-73.94225311279297,40.655941009521484,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-11 10:17:44,2016-01-11 10:45:28,1,3.8,,,-73.91946411132812,40.83501052856445,-73.94052124023438,40.789695739746094,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-04 15:07:26,2016-01-04 15:12:57,1,0.93,,,-73.9659194946289,40.80550003051758,-73.9660415649414,40.794952392578125,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 20:26:31,2016-01-10 20:32:32,1,1.55,,,-73.91477966308594,40.763771057128906,-73.89275360107422,40.75850296020508,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-30 19:22:47,2016-01-30 19:32:05,2,1.77,,,-73.88764953613281,40.83763885498047,-73.91192626953125,40.82160186767578,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +1,2016-01-21 21:45:30,2016-01-21 21:57:15,1,2.1,,,-73.97794342041016,40.684959411621094,-73.94294738769531,40.68011474609375,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-19 11:58:52,2016-01-19 12:12:08,1,1.64,,,-73.93817138671875,40.80039596557617,-73.95195007324219,40.79032516479492,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-20 22:27:25,2016-01-20 22:30:44,1,0.75,,,-73.96611022949219,40.68353271484375,-73.97032165527344,40.6895866394043,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-30 01:49:47,2016-01-30 02:34:42,1,13.49,,,-73.98735809326172,40.67908477783203,-73.93988800048828,40.81523132324219,1,N,1,44.0,0.5,0.5,0.3,1.0,0.0,,46.3,1.0 +2,2016-01-13 00:54:22,2016-01-13 01:02:25,1,2.44,,,-73.80760955810547,40.70035171508789,-73.83373260498047,40.68154525756836,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-06 18:30:55,2016-01-06 18:39:42,1,0.89,,,-73.84429931640625,40.721351623535156,-73.85166931152344,40.71044158935547,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-21 19:50:35,2016-01-21 20:35:05,1,12.5,,,-73.98291015625,40.689849853515625,-73.80703735351562,40.73194122314453,1,N,1,39.5,0.5,0.5,0.3,8.15,0.0,,48.95,1.0 +2,2016-01-17 18:34:15,2016-01-17 19:04:06,5,14.51,,,-73.9256362915039,40.761783599853516,-73.78262329101562,40.644065856933594,1,N,1,40.5,0.0,0.5,0.3,0.0,0.0,,41.3,1.0 +2,2016-01-06 18:04:15,2016-01-06 18:14:55,1,1.88,,,-73.84491729736328,40.72214126586914,-73.82227325439453,40.72277069091797,1,N,1,9.0,1.0,0.5,0.3,1.5,0.0,,12.3,1.0 +2,2016-01-21 23:47:53,2016-01-21 23:57:47,1,3.33,,,-73.97677612304688,40.683326721191406,-73.99114990234375,40.7244873046875,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-07 14:23:09,2016-01-07 14:33:59,1,1.52,,,-73.9486083984375,40.79779052734375,-73.96284484863281,40.77842330932617,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-11 20:27:39,2016-01-11 20:40:30,1,3.26,,,-73.95942687988281,40.71819305419922,-73.91796112060547,40.70189666748047,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +1,2016-01-20 07:48:39,2016-01-20 07:56:11,1,1.2,,,-73.97920227050781,40.678165435791016,-73.99137878417969,40.66326141357422,1,N,1,7.0,0.0,0.5,0.3,2.5,0.0,,10.3,1.0 +2,2016-01-28 17:20:38,2016-01-28 17:33:11,1,1.87,,,-73.94232940673828,40.79478454589844,-73.93978881835938,40.81309127807617,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-07 08:51:02,2016-01-07 08:55:04,1,1.02,,,-73.93757629394531,40.79294204711914,-73.93756866455078,40.80448532104492,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-28 15:36:44,2016-01-28 15:46:58,1,1.7,,,-73.9393310546875,40.82148742675781,-73.95280456542969,40.800132751464844,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-04 19:25:16,2016-01-04 19:35:19,1,1.58,,,-73.99246215820312,40.689544677734375,-74.00640869140625,40.67866516113281,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-13 11:30:30,2016-01-13 11:41:17,1,2.57,,,-73.9501953125,40.65725326538086,-73.97661590576172,40.68293762207031,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-09 18:26:27,2016-01-09 18:27:52,1,0.29,,,-73.89044952392578,40.746097564697266,-73.88676452636719,40.743690490722656,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-14 15:03:49,2016-01-14 15:11:30,1,1.28,,,-73.89128875732422,40.746910095214844,-73.91170501708984,40.7435188293457,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-01 21:51:50,2016-01-01 22:08:28,1,3.8,,,-73.92913818359375,40.675750732421875,-73.9928207397461,40.68862533569336,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-15 14:22:34,2016-01-15 14:28:28,1,0.65,,,-73.9527816772461,40.8104248046875,-73.95280456542969,40.81808090209961,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-28 12:05:07,2016-01-28 12:13:56,1,1.8,,,-73.91915130615234,40.75897216796875,-73.93525695800781,40.76832962036133,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-21 10:11:07,2016-01-21 10:21:36,1,2.0,,,-73.95333862304688,40.7318115234375,-73.95745849609375,40.710350036621094,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-08 07:55:08,2016-01-08 08:14:08,1,4.19,,,-73.95123291015625,40.72454833984375,-73.99829864501953,40.725040435791016,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-19 00:39:05,2016-01-19 00:41:32,1,0.37,,,-73.92204284667969,40.75528335571289,-73.91704559326172,40.75487518310547,1,N,1,3.5,0.5,0.5,0.3,1.0,0.0,,5.8,1.0 +2,2016-01-16 02:24:06,2016-01-16 02:30:15,1,1.48,,,-73.87260437011719,40.84137725830078,-73.8534164428711,40.84388732910156,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-19 11:24:08,2016-01-19 11:26:52,1,0.6,,,-73.93781280517578,40.74920654296875,-73.94680786132812,40.751163482666016,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-28 20:14:00,2016-01-28 20:19:20,1,0.74,,,-73.97325134277344,40.67763137817383,-73.9729232788086,40.67348861694336,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 18:27:31,2016-01-15 18:32:34,5,0.87,,,-73.94754028320312,40.74742889404297,-73.95942687988281,40.743988037109375,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-03 15:21:14,2016-01-03 15:25:24,1,0.93,,,-73.95482635498047,40.81167984008789,-73.95011901855469,40.80156326293945,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-30 04:02:39,2016-01-30 04:12:32,1,2.5,,,-73.89952087402344,40.65895462036133,-73.89991760253906,40.657135009765625,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-22 19:10:35,2016-01-22 19:14:52,1,1.21,,,-73.95891571044922,40.708866119384766,-73.95689392089844,40.720428466796875,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +1,2016-01-15 23:59:50,2016-01-16 00:04:06,1,0.8,,,-73.92581176757812,40.8278923034668,-73.93790435791016,40.829410552978516,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-06 14:28:27,2016-01-06 14:44:12,1,0.81,,,-73.9508285522461,40.79182052612305,-73.95513916015625,40.782745361328125,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-15 20:43:32,2016-01-15 21:06:42,1,3.4,,,-73.93209838867188,40.67948532104492,-73.99056243896484,40.69254684448242,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-20 17:29:31,2016-01-20 17:32:34,1,0.71,,,-73.96218872070312,40.709503173828125,-73.96410369873047,40.70330810546875,1,N,1,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-30 18:18:12,2016-01-30 18:40:32,1,6.8,,,-73.88780975341797,40.67709732055664,-73.78389739990234,40.67945861816406,1,N,1,22.5,0.0,0.5,0.3,4.65,0.0,,27.95,1.0 +2,2016-01-21 19:19:51,2016-01-21 19:44:24,1,8.05,,,-73.8617935180664,40.83327865600586,-73.94768524169922,40.775360107421875,1,N,1,25.5,1.0,0.5,0.3,5.0,0.0,,32.3,1.0 +2,2016-01-30 01:30:03,2016-01-30 01:36:45,5,2.07,,,-73.84483337402344,40.72019958496094,-73.8134536743164,40.71040344238281,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-08 18:17:17,2016-01-08 18:28:48,1,1.48,,,-73.93921661376953,40.8165283203125,-73.94929504394531,40.801815032958984,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-21 08:13:13,2016-01-21 08:29:30,1,3.08,,,-73.99214935302734,40.68955993652344,-74.0077896118164,40.72476577758789,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-13 01:50:32,2016-01-13 01:59:21,1,1.94,,,-73.91535949707031,40.74309158325195,-73.88916778564453,40.75333786010742,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-29 16:24:04,2016-01-29 17:10:01,1,4.9,,,-73.93702697753906,40.805110931396484,-73.93619537353516,40.849586486816406,1,N,3,28.0,1.0,0.5,0.3,0.0,0.0,,29.8,1.0 +1,2016-01-07 19:20:55,2016-01-07 19:30:58,1,0.8,,,-73.86056518554688,40.83327102661133,-73.8563003540039,40.83774185180664,1,N,1,8.0,1.0,0.5,0.3,1.2,0.0,,11.0,1.0 +2,2016-01-03 13:00:16,2016-01-03 13:06:30,1,1.69,,,-73.87429809570312,40.7350959777832,-73.85302734375,40.72695541381836,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-14 15:12:22,2016-01-14 15:15:06,1,0.53,,,-73.95730590820312,40.8120002746582,-73.9648666381836,40.808616638183594,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-22 20:45:18,2016-01-22 20:54:44,1,2.24,,,-73.92353057861328,40.825538635253906,-73.94817352294922,40.80922317504883,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-25 23:52:23,2016-01-25 23:57:42,1,1.0,,,-73.95753479003906,40.71796798706055,-73.95416259765625,40.72974395751953,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 01:07:19,2016-01-26 01:12:08,1,0.66,,,-73.89096069335938,40.74660110473633,-73.8959732055664,40.74070739746094,1,N,1,5.0,0.5,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-22 14:54:27,2016-01-22 15:17:01,1,2.67,,,-73.96414947509766,40.807945251464844,-73.9571304321289,40.782840728759766,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-08 11:00:38,2016-01-08 11:11:45,1,3.16,,,-73.912109375,40.84353256225586,-73.86251831054688,40.832305908203125,1,N,1,12.5,0.0,0.5,0.3,2.0,0.0,,15.3,1.0 +2,2016-01-04 21:47:57,2016-01-04 21:59:57,1,4.39,,,-73.98738861083984,40.6920166015625,-74.00569152832031,40.74580764770508,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-29 14:58:29,2016-01-29 15:05:27,1,0.7,,,-73.93856811523438,40.842613220214844,-73.9314193725586,40.848331451416016,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 10:40:45,2016-01-09 10:50:49,2,1.81,,,-73.9752197265625,40.67463684082031,-73.96356201171875,40.69377517700195,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-11 11:24:51,2016-01-11 11:36:04,1,2.2,,,-73.95433044433594,40.78953170776367,-73.98086547851562,40.779754638671875,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-13 09:39:09,2016-01-13 09:45:36,1,1.34,,,-73.8863296508789,40.86650085449219,-73.88095092773438,40.881752014160156,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 09:49:17,2016-01-28 10:09:40,1,5.69,,,-73.9917221069336,40.69023513793945,-73.98307800292969,40.7386360168457,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-05 03:37:58,2016-01-05 03:43:23,1,1.28,,,-73.95166778564453,40.713905334472656,-73.94835662841797,40.69549560546875,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-25 06:53:26,2016-01-25 07:12:50,1,5.0,,,-73.84424591064453,40.72137451171875,-73.81807708740234,40.75143814086914,1,N,1,18.5,0.0,0.5,0.3,3.0,0.0,,22.3,1.0 +2,2016-01-10 15:16:17,2016-01-10 15:29:28,1,2.21,,,-73.93814849853516,40.797237396240234,-73.96908569335938,40.7986946105957,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-16 20:11:21,2016-01-16 20:21:18,1,2.1,,,-73.8863296508789,40.744529724121094,-73.91983795166016,40.74351119995117,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-29 22:08:17,2016-01-29 22:13:22,1,0.9,,,-73.93919372558594,40.8051872253418,-73.95072937011719,40.80152893066406,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-21 15:44:16,2016-01-21 15:57:02,1,1.97,,,-73.94271850585938,40.84084701538086,-73.92910766601562,40.85919952392578,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-06 18:05:53,2016-01-06 18:58:27,5,12.19,,,-73.94461822509766,40.704444885253906,-73.91770935058594,40.826744079589844,1,N,2,47.0,1.0,0.5,0.3,0.0,5.54,,54.34,1.0 +2,2016-01-29 08:13:34,2016-01-29 08:38:58,1,7.15,,,-73.9905776977539,40.702537536621094,-73.97190856933594,40.76297378540039,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,,30.36,1.0 +1,2016-01-06 23:44:22,2016-01-06 23:44:37,1,0.2,,,-74.0239028930664,40.762672424316406,-74.02194213867188,40.764305114746094,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-27 10:59:54,2016-01-27 11:07:35,1,1.83,,,-73.88884735107422,40.76521682739258,-73.87096405029297,40.77409744262695,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-05 16:21:02,2016-01-05 16:26:20,1,0.7,,,-73.99302673339844,40.69526672363281,-73.98924255371094,40.68861389160156,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-08 17:36:19,2016-01-08 17:39:40,1,0.56,,,-73.92623901367188,40.77202606201172,-73.93183898925781,40.765201568603516,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-18 22:49:19,2016-01-18 22:55:00,1,1.3,,,-73.88479614257812,40.74755859375,-73.86695098876953,40.75469970703125,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-24 09:31:42,2016-01-24 09:31:46,1,0.0,,,-73.92123413085938,40.8679084777832,-73.92121887207031,40.86793899536133,5,N,1,10.0,0.0,0.0,0,2.5,0.0,,12.5,2.0 +2,2016-01-03 19:31:05,2016-01-03 19:37:45,1,1.49,,,-73.9578628540039,40.81516647338867,-73.95088958740234,40.814231872558594,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +1,2016-01-27 08:30:36,2016-01-27 08:55:59,1,5.9,,,-73.95153045654297,40.82516860961914,-73.98650360107422,40.76078414916992,1,N,1,21.5,0.0,0.5,0.3,2.0,0.0,,24.3,1.0 +2,2016-01-01 15:23:23,2016-01-01 15:30:53,2,1.68,,,-73.95634460449219,40.813114166259766,-73.93911743164062,40.81597137451172,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-03 15:21:01,2016-01-03 15:32:15,1,4.02,,,-73.91000366210938,40.87464141845703,-73.93821716308594,40.855228424072266,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-01 03:52:44,2016-01-01 04:09:29,1,3.01,,,-73.93673706054688,40.81991195678711,-73.8905258178711,40.823158264160156,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,,17.76,1.0 +1,2016-01-14 07:47:01,2016-01-14 08:02:43,1,5.0,,,-73.93824768066406,40.846885681152344,-73.97052764892578,40.7938117980957,1,N,1,17.5,0.0,0.5,0.3,2.0,0.0,,20.3,1.0 +2,2016-01-01 01:58:51,2016-01-01 02:10:38,1,2.14,,,-73.89018249511719,40.82679748535156,-73.92280578613281,40.81745147705078,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 00:58:13,2016-01-16 01:03:08,1,0.61,,,-73.94844818115234,40.803916931152344,-73.94438934326172,40.79883575439453,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-26 12:54:42,2016-01-26 13:04:39,1,3.0,,,-73.9337387084961,40.80266189575195,-73.92134857177734,40.77110290527344,1,N,2,12.0,0.0,0.5,0.3,0.0,5.54,,18.34,1.0 +2,2016-01-21 19:35:02,2016-01-21 19:39:05,1,0.85,,,-73.96514892578125,40.806514739990234,-73.96043395996094,40.81581497192383,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-30 09:37:58,2016-01-30 09:41:07,1,0.54,,,-73.95511627197266,40.81507873535156,-73.95272827148438,40.80811309814453,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-29 12:50:18,2016-01-29 12:54:39,1,0.7,,,-73.95572662353516,40.68101501464844,-73.94977569580078,40.684757232666016,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-29 19:06:06,2016-01-29 19:14:51,1,1.27,,,-73.95972442626953,40.67673110961914,-73.95062255859375,40.66850662231445,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-11 20:23:57,2016-01-11 20:37:16,1,3.19,,,-73.96473693847656,40.71678161621094,-73.99015045166016,40.72511291503906,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-26 14:49:11,2016-01-26 15:01:06,1,1.1,,,-73.8851089477539,40.74583053588867,-73.89131927490234,40.73902130126953,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-22 06:33:32,2016-01-22 06:55:21,1,7.58,,,-73.96149444580078,40.695674896240234,-73.92435455322266,40.75623321533203,1,N,1,25.0,0.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-27 06:57:01,2016-01-27 07:09:41,1,2.49,,,-73.95580291748047,40.681251525878906,-73.91082000732422,40.67734909057617,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-27 07:00:03,2016-01-27 07:06:03,1,0.61,,,-73.95809936523438,40.810813903808594,-73.95508575439453,40.81986618041992,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 21:14:08,2016-01-19 21:23:23,1,2.1,,,-73.93909454345703,40.805118560791016,-73.967529296875,40.801082611083984,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-22 11:42:11,2016-01-22 11:55:54,1,4.2,,,-73.86131286621094,40.833595275878906,-73.89305877685547,40.86801528930664,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-28 14:21:28,2016-01-28 14:33:28,1,1.63,,,-73.95289611816406,40.81098937988281,-73.94693756103516,40.831111907958984,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-12 15:21:51,2016-01-12 15:45:23,1,9.7,,,-73.99101257324219,40.695228576660156,-73.87090301513672,40.7740592956543,1,N,1,27.5,0.0,0.5,0.3,5.65,0.0,,33.95,1.0 +2,2016-01-17 04:03:30,2016-01-17 04:27:05,1,3.07,,,-73.98706817626953,40.70237350463867,-73.96831512451172,40.67314147949219,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-16 12:31:43,2016-01-16 12:31:46,1,0.0,,,-73.91255187988281,40.887115478515625,-73.91255187988281,40.88712692260742,5,N,1,17.0,0.0,0.0,0,3.4,0.0,,20.4,2.0 +2,2016-01-13 13:22:12,2016-01-13 13:25:27,1,0.63,,,-73.91036987304688,40.77586364746094,-73.90168762207031,40.769737243652344,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-29 10:32:23,2016-01-29 10:36:49,1,0.77,,,-73.95209503173828,40.82392120361328,-73.9451675415039,40.83340835571289,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-19 07:43:49,2016-01-19 07:48:52,1,0.66,,,-73.94571685791016,40.812713623046875,-73.95266723632812,40.80653762817383,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 13:19:46,2016-01-17 13:21:23,1,0.35,,,-73.94197845458984,40.822513580322266,-73.94221496582031,40.81882858276367,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-02 16:12:57,2016-01-02 16:25:51,3,5.7,,,-73.98959350585938,40.700767517089844,-73.97189331054688,40.749725341796875,1,N,2,17.0,1.0,0.5,0.3,0.0,0.0,,18.8,1.0 +1,2016-01-11 11:45:09,2016-01-11 11:58:54,1,5.8,,,-73.8563003540039,40.85727310180664,-73.8653793334961,40.8321647644043,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +1,2016-01-10 18:18:37,2016-01-10 18:22:25,1,0.6,,,-73.96369934082031,40.71065139770508,-73.95796966552734,40.717681884765625,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-11 00:54:58,2016-01-11 01:07:33,1,2.03,,,-73.9190673828125,40.743019104003906,-73.88340759277344,40.749664306640625,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-26 15:12:10,2016-01-26 15:33:53,1,5.6,,,-73.89933013916016,40.85414505004883,-73.8292465209961,40.86381530761719,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-05 19:28:08,2016-01-05 19:38:05,1,2.25,,,-73.96200561523438,40.71339416503906,-73.9332504272461,40.70502471923828,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-02 15:00:52,2016-01-02 15:03:12,1,0.19,,,-73.93961334228516,40.79859161376953,-73.94208526611328,40.798057556152344,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-07 23:51:03,2016-01-08 00:06:19,1,8.14,,,-73.94584655761719,40.745849609375,-74.00428771972656,40.681671142578125,1,N,1,23.5,0.5,0.5,0.3,3.0,0.0,,27.8,1.0 +2,2016-01-16 21:50:51,2016-01-16 22:16:27,1,3.99,,,-73.96549987792969,40.71059799194336,-73.97264099121094,40.677310943603516,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-17 14:12:59,2016-01-17 14:29:24,1,3.48,,,-73.94095611572266,40.839515686035156,-73.96819305419922,40.801055908203125,1,N,1,14.5,0.0,0.5,0.3,1.5,0.0,,16.8,1.0 +1,2016-01-12 17:35:41,2016-01-12 17:53:34,1,3.9,,,-73.94835662841797,40.829566955566406,-73.97605895996094,40.780948638916016,1,N,1,15.5,0.5,0.5,0.3,3.35,0.0,,20.15,1.0 +2,2016-01-20 13:20:19,2016-01-20 13:26:43,6,1.0,,,-73.97686004638672,40.68185043334961,-73.9789047241211,40.69198989868164,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-06 02:07:17,2016-01-06 02:21:36,1,3.56,,,-73.95801544189453,40.721805572509766,-73.92359161376953,40.69253158569336,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-23 03:28:25,2016-01-23 03:36:38,1,1.46,,,-73.89129638671875,40.74675369262695,-73.866943359375,40.74231719970703,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-27 16:30:05,2016-01-27 16:45:45,1,2.23,,,-73.9364013671875,40.81452178955078,-73.9613265991211,40.80253219604492,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-14 01:05:21,2016-01-14 01:12:06,1,1.11,,,-73.96632385253906,40.71302795410156,-73.9537582397461,40.70783996582031,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-09 22:38:07,2016-01-09 23:01:11,2,9.26,,,-74.00433349609375,40.67374801635742,-73.93028259277344,40.75454330444336,1,N,1,27.5,0.5,0.5,0.3,2.0,0.0,,30.8,1.0 +2,2016-01-03 23:49:16,2016-01-04 00:09:12,1,5.29,,,-73.96299743652344,40.711822509765625,-73.99268341064453,40.662139892578125,1,N,1,18.5,0.5,0.5,0.3,1.0,0.0,,20.8,1.0 +2,2016-01-09 21:52:54,2016-01-09 22:33:26,1,10.15,,,-73.94462585449219,40.72306823730469,-73.97260284423828,40.79607009887695,1,N,1,36.0,0.5,0.5,0.3,7.46,0.0,,44.76,1.0 +1,2016-01-04 13:03:36,2016-01-04 13:32:45,1,4.8,,,-73.97866821289062,40.68456268310547,-73.9203109741211,40.65298080444336,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,,23.3,1.0 +1,2016-01-24 17:37:25,2016-01-24 18:06:28,1,6.1,,,-73.93067169189453,40.67291259765625,-74.00101470947266,40.64380645751953,1,N,2,23.0,0.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-06 13:17:22,2016-01-06 14:02:34,1,16.8,,,-73.98027038574219,40.66849136352539,-74.17743682861328,40.6906852722168,1,N,1,51.0,0.0,0.5,0.3,12.46,10.5,,74.76,1.0 +2,2016-01-26 09:33:56,2016-01-26 09:45:53,1,1.76,,,-73.90361022949219,40.745765686035156,-73.9308853149414,40.744808197021484,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,,12.88,1.0 +1,2016-01-07 07:01:12,2016-01-07 07:16:33,1,2.6,,,-73.92813110351562,40.68359375,-73.94892883300781,40.66619110107422,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-16 08:19:30,2016-01-16 08:28:07,1,1.94,,,-73.91392517089844,40.76560592651367,-73.93629455566406,40.7498893737793,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-12 15:58:11,2016-01-12 16:11:03,1,2.35,,,-73.97743225097656,40.689788818359375,-73.95442199707031,40.672637939453125,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-25 09:59:02,2016-01-25 10:28:26,1,3.35,,,-73.95683288574219,40.74467849731445,-73.98595428466797,40.72944641113281,1,N,1,19.0,0.0,0.5,0.3,3.96,0.0,,23.76,1.0 +1,2016-01-02 05:12:44,2016-01-02 05:33:01,1,5.8,,,-73.95752716064453,40.7223014831543,-73.98809814453125,40.749942779541016,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,,25.56,1.0 +1,2016-01-01 16:39:17,2016-01-01 16:47:49,1,1.5,,,-73.94292449951172,40.827274322509766,-73.95423126220703,40.80561065673828,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 10:39:30,2016-01-30 10:42:02,1,0.5,,,-73.94676208496094,40.82650375366211,-73.94591522216797,40.82150650024414,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-27 20:23:42,2016-01-27 20:40:27,1,2.36,,,-73.989013671875,40.675315856933594,-73.95903778076172,40.67372512817383,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-01 02:06:41,2016-01-01 02:18:09,1,2.27,,,-73.98377227783203,40.68804168701172,-73.9479751586914,40.67676544189453,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-29 15:07:44,2016-01-29 15:14:33,1,0.89,,,-73.80754089355469,40.700443267822266,-73.80401611328125,40.68922424316406,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 13:27:39,2016-01-19 13:41:45,1,2.16,,,-73.9825210571289,40.67815017700195,-73.97354888916016,40.69792938232422,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +1,2016-01-01 05:45:14,2016-01-01 05:52:04,2,1.2,,,-73.95258331298828,40.695594787597656,-73.94259643554688,40.70286178588867,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-07 07:47:24,2016-01-07 07:54:56,2,1.01,,,-73.94173431396484,40.78950881958008,-73.94759368896484,40.79606246948242,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-09 04:22:57,2016-01-09 04:25:23,1,0.8,,,-73.9291000366211,40.67919921875,-73.93345642089844,40.68820571899414,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-03 03:28:43,2016-01-03 03:44:41,1,3.51,,,-73.83219146728516,40.75700759887695,-73.88797760009766,40.74726104736328,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-15 08:27:34,2016-01-15 08:30:31,1,0.51,,,-73.9803237915039,40.66838836669922,-73.97896575927734,40.6739387512207,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-28 16:17:18,2016-01-28 16:35:26,5,2.34,,,-73.94930267333984,40.78486251831055,-73.95860290527344,40.8074951171875,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-26 14:56:44,2016-01-26 15:02:28,1,0.63,,,-73.92965698242188,40.764068603515625,-73.91918182373047,40.7590446472168,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-29 16:00:42,2016-01-29 16:18:58,1,5.07,,,-73.80722045898438,40.6993408203125,-73.76393127441406,40.73430633544922,1,N,1,17.5,0.0,0.5,0.3,2.0,0.0,,20.3,1.0 +1,2016-01-30 12:32:58,2016-01-30 12:48:42,1,2.2,,,0.0,0.0,-73.89081573486328,40.748199462890625,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-30 16:16:58,2016-01-30 16:19:37,1,0.39,,,-73.94839477539062,40.81406021118164,-73.95054626464844,40.80995178222656,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-20 20:15:12,2016-01-20 20:49:16,1,9.33,,,-73.95426940917969,40.730281829833984,-73.95344543457031,40.81198501586914,1,N,2,31.5,0.5,0.5,0.3,0.0,0.0,,32.8,1.0 +2,2016-01-19 11:23:18,2016-01-19 11:29:11,1,0.58,,,-73.953125,40.7884635925293,-73.95642852783203,40.78154754638672,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-13 20:15:41,2016-01-13 20:21:32,1,1.68,,,-73.94732666015625,40.63243865966797,-73.92281341552734,40.623817443847656,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-09 21:34:23,2016-01-09 21:38:26,1,0.53,,,-73.95042419433594,40.786705017089844,-73.95328521728516,40.791439056396484,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 02:23:57,2016-01-01 02:35:20,1,2.99,,,-73.99111938476562,40.6856803894043,-73.9876937866211,40.71982192993164,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-14 10:08:35,2016-01-14 10:20:45,1,2.32,,,-73.96709442138672,40.684661865234375,-73.99095153808594,40.70266342163086,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +1,2016-01-10 13:36:15,2016-01-10 13:50:46,1,5.6,,,-73.93113708496094,40.859413146972656,-73.95062255859375,40.794986724853516,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-22 12:18:49,2016-01-22 12:31:43,1,2.4,,,-73.95952606201172,40.80916213989258,-73.95005798339844,40.785491943359375,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-28 19:25:14,2016-01-28 19:29:22,1,1.06,,,-73.94381713867188,40.680137634277344,-73.94882202148438,40.693519592285156,1,N,1,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-11 06:47:21,2016-01-11 06:51:24,1,1.0,,,-73.9495620727539,40.68024826049805,-73.94303131103516,40.68787384033203,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-02 03:39:45,2016-01-02 04:06:22,1,11.15,,,-73.93016815185547,40.85697555541992,-73.87803649902344,40.75445556640625,1,N,1,33.5,0.5,0.5,0.3,2.0,5.54,,42.34,1.0 +1,2016-01-05 07:57:49,2016-01-05 08:13:54,1,2.1,,,-73.95994567871094,40.81376647949219,-73.94818878173828,40.79299545288086,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-06 11:16:31,2016-01-06 11:51:52,2,5.09,,,-73.89127349853516,40.86189270019531,-73.89387512207031,40.87555694580078,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-19 08:38:56,2016-01-19 08:41:52,1,0.54,,,-73.91197204589844,40.767601013183594,-73.91702270507812,40.77095031738281,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-08 15:00:12,2016-01-08 15:24:46,1,7.73,,,-73.82913970947266,40.713443756103516,-73.74373626708984,40.639808654785156,1,N,2,26.0,0.0,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-30 11:46:38,2016-01-30 11:56:27,1,1.67,,,-73.9268798828125,40.69804000854492,-73.91840362548828,40.681705474853516,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-09 12:49:10,2016-01-09 12:56:19,1,1.23,,,-73.9454345703125,40.79035568237305,-73.95758056640625,40.78258514404297,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-28 21:47:36,2016-01-28 22:09:29,1,5.2,,,-73.92514038085938,40.76851272583008,-73.99308776855469,40.736717224121094,1,N,1,19.0,0.5,0.5,0.3,3.0,0.0,,23.3,1.0 +2,2016-01-05 09:53:33,2016-01-05 09:56:16,1,0.85,,,-73.99341583251953,40.687618255615234,-73.99960327148438,40.68830490112305,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-02 00:23:58,2016-01-02 00:29:43,3,1.04,,,-73.95587921142578,40.714019775390625,-73.94778442382812,40.72270584106445,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-19 12:39:03,2016-01-19 12:41:40,1,0.59,,,-73.9595947265625,40.80877685546875,-73.95296478271484,40.81084442138672,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-13 17:48:30,2016-01-13 18:07:14,2,4.0,,,-73.96115112304688,40.664390563964844,-73.94729614257812,40.71784973144531,1,N,1,15.0,1.0,0.5,0.3,3.0,0.0,,19.8,1.0 +2,2016-01-26 21:12:17,2016-01-26 21:32:58,1,6.92,,,-73.99295043945312,40.689117431640625,-73.98963165283203,40.61983871459961,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-11 22:02:15,2016-01-11 22:05:17,1,0.79,,,-73.93914794921875,40.805381774902344,-73.94699096679688,40.796791076660156,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-26 12:20:21,2016-01-26 12:55:22,1,6.52,,,-74.00730895996094,40.65620040893555,-73.98424530029297,40.726402282714844,1,N,1,26.0,0.0,0.5,0.3,3.0,0.0,,29.8,1.0 +1,2016-01-03 20:04:22,2016-01-03 20:07:42,1,0.7,,,-73.94916534423828,40.71260452270508,-73.94361877441406,40.71892166137695,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-02 01:31:59,2016-01-02 01:35:35,1,0.71,,,-73.91693878173828,40.761417388916016,-73.91141510009766,40.768898010253906,1,N,1,4.5,0.5,0.5,0.3,2.0,0.0,,7.8,1.0 +2,2016-01-27 23:18:29,2016-01-27 23:26:09,1,1.17,,,-73.8907699584961,40.74641418457031,-73.8983154296875,40.7587890625,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-12 19:04:26,2016-01-12 19:09:21,1,0.75,,,-73.9062271118164,40.77281188964844,-73.91490936279297,40.76408767700195,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-14 20:10:53,2016-01-14 20:39:56,1,5.67,,,-73.95783996582031,40.717803955078125,-73.98526763916016,40.74967956542969,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-10 14:47:59,2016-01-10 14:52:33,1,0.63,,,-73.98699951171875,40.695621490478516,-73.99210357666016,40.69032287597656,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-26 22:24:37,2016-01-26 22:55:33,1,8.29,,,-73.95794677734375,40.72185134887695,-73.96968841552734,40.80008316040039,1,N,1,28.0,0.5,0.5,0.3,5.86,0.0,,35.16,1.0 +2,2016-01-07 21:38:57,2016-01-07 21:43:03,1,0.91,,,-73.92097473144531,40.76667022705078,-73.9197998046875,40.75802230834961,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-26 19:53:51,2016-01-26 20:28:29,1,4.47,,,-73.91854095458984,40.666046142578125,-73.93974304199219,40.684471130371094,1,N,1,22.5,1.0,0.5,0.3,6.08,0.0,,30.38,1.0 +2,2016-01-21 17:48:20,2016-01-21 17:57:29,1,1.93,,,-73.9879379272461,40.70158386230469,-74.00409698486328,40.684688568115234,1,N,1,8.5,1.0,0.5,0.3,2.0,0.0,,12.3,1.0 +2,2016-01-03 20:18:31,2016-01-03 20:22:16,1,0.83,,,-73.96369171142578,40.80284881591797,-73.95153045654297,40.80275344848633,1,N,1,5.0,0.5,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-10 01:20:14,2016-01-10 01:21:34,1,0.32,,,-73.95650482177734,40.716957092285156,-73.95880889892578,40.7134895324707,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-26 07:49:22,2016-01-26 08:15:36,1,2.23,,,-73.95008850097656,40.82217025756836,-73.92115783691406,40.82649230957031,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-01 03:45:49,2016-01-01 03:53:25,1,1.21,,,-73.95375061035156,40.80366134643555,-73.93666076660156,40.79865264892578,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-26 10:24:39,2016-01-26 10:31:25,1,1.04,,,-73.91939544677734,40.86489486694336,-73.92913818359375,40.85567855834961,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 17:14:17,2016-01-28 17:28:25,2,1.59,,,-73.88507843017578,40.749698638916016,-73.8961181640625,40.73497009277344,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-19 11:49:20,2016-01-19 11:59:48,1,2.17,,,-73.95064544677734,40.66965866088867,-73.92546081542969,40.68042755126953,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,,13.5,1.0 +1,2016-01-05 16:51:11,2016-01-05 17:00:34,1,1.2,,,-73.9550552368164,40.734283447265625,-73.94358825683594,40.726097106933594,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 21:01:11,2016-01-14 21:04:11,1,0.93,,,-73.92097473144531,40.7565803527832,-73.91309356689453,40.76076889038086,1,N,1,4.5,0.5,0.5,0.3,1.45,0.0,,7.25,1.0 +2,2016-01-04 01:25:00,2016-01-04 01:35:37,3,4.79,,,-73.91466522216797,40.76370620727539,-73.88450622558594,40.73240280151367,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-29 08:22:05,2016-01-29 08:24:54,1,0.51,,,-73.95035552978516,40.80641174316406,-73.9482421875,40.80138397216797,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-13 08:44:14,2016-01-13 08:52:24,1,2.05,,,-73.9408950805664,40.78841781616211,-73.92013549804688,40.81302261352539,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-11 21:28:16,2016-01-11 21:33:29,1,1.5,,,-73.93260955810547,40.77286148071289,-73.94271850585938,40.755897521972656,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-03 09:40:09,2016-01-03 10:02:02,1,5.77,,,-73.948974609375,40.63419723510742,-74.02809143066406,40.63776397705078,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-01 05:03:44,2016-01-01 05:22:29,2,3.7,,,-73.93016815185547,40.75608825683594,-73.8726577758789,40.74597930908203,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-03 08:28:47,2016-01-03 08:33:36,1,1.61,,,-73.95301055908203,40.79166030883789,-73.94754028320312,40.775611877441406,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-07 22:53:25,2016-01-07 23:01:26,1,1.87,,,-73.95136260986328,40.81032180786133,-73.935791015625,40.83197784423828,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-09 02:27:25,2016-01-09 02:44:13,1,2.62,,,-73.95677947998047,40.72081756591797,-73.92593383789062,40.69747543334961,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-18 12:13:14,2016-01-18 12:24:39,1,2.24,,,-73.95236206054688,40.747798919677734,-73.95036315917969,40.76112365722656,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-02 04:43:13,2016-01-02 04:52:52,1,2.9,,,-73.86012268066406,40.8388786315918,-73.9001235961914,40.84914779663086,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-23 09:55:04,2016-01-23 10:14:49,2,2.44,,,-73.85468292236328,40.73765563964844,-73.884033203125,40.74818420410156,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-08 15:53:06,2016-01-08 16:01:31,3,1.49,,,-73.95243835449219,40.78655242919922,-73.93887329101562,40.80502700805664,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-09 00:49:48,2016-01-09 00:54:26,1,0.78,,,-73.94781494140625,40.82535171508789,-73.93716430664062,40.81929397583008,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-24 17:04:56,2016-01-24 17:05:17,4,0.0,,,-73.94764709472656,40.63218688964844,-73.947509765625,40.632144927978516,5,N,1,40.0,0.0,0.0,0,0.01,0.0,,40.01,2.0 +2,2016-01-04 06:35:45,2016-01-04 06:41:03,1,0.75,,,-73.95097351074219,40.7913703918457,-73.94624328613281,40.78521728515625,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 22:32:18,2016-01-30 23:01:14,5,4.61,,,-73.98265075683594,40.677860260009766,-73.98162078857422,40.73253631591797,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-15 02:53:17,2016-01-15 03:08:24,1,6.43,,,-73.9535903930664,40.72282028198242,-73.99451446533203,40.684288024902344,1,N,1,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-14 09:46:30,2016-01-14 09:51:07,1,1.49,,,-73.86026763916016,40.71535110473633,-73.86959838867188,40.733943939208984,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-20 08:10:15,2016-01-20 08:14:29,5,0.79,,,-73.94589233398438,40.72557830810547,-73.94298553466797,40.73417282104492,1,N,1,5.0,0.0,0.5,0.3,0.87,0.0,,6.67,1.0 +2,2016-01-18 15:48:20,2016-01-18 15:54:24,1,0.88,,,-73.98723602294922,40.691932678222656,-73.98194122314453,40.70132064819336,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 17:52:57,2016-01-30 18:03:19,1,1.67,,,-73.98518371582031,40.678199768066406,-73.9589614868164,40.67830276489258,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-09 08:30:55,2016-01-09 08:41:14,1,2.9,,,-73.95003509521484,40.8271369934082,-73.96432495117188,40.792049407958984,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-04 09:08:25,2016-01-04 09:28:22,1,6.36,,,-73.92315673828125,40.743465423583984,-73.991455078125,40.69725799560547,1,N,1,22.0,0.0,0.5,0.3,3.2,0.0,,26.0,1.0 +2,2016-01-05 14:32:20,2016-01-05 14:36:19,1,0.73,,,-73.9984359741211,40.6770133972168,-73.9921875,40.68100357055664,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 20:42:35,2016-01-09 20:49:55,1,1.16,,,-73.9439926147461,40.83503723144531,-73.93263244628906,40.84828567504883,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 13:42:02,2016-01-10 13:44:46,1,0.68,,,-73.95655822753906,40.74469757080078,-73.94872283935547,40.74844741821289,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-02 19:22:15,2016-01-02 19:53:58,2,10.47,,,-73.9668960571289,40.683433532714844,-73.92984771728516,40.75883483886719,1,N,1,33.0,0.0,0.5,0.3,3.8,0.0,,37.6,1.0 +2,2016-01-10 17:53:11,2016-01-10 17:58:29,1,1.26,,,-73.94957733154297,40.796600341796875,-73.95333099365234,40.7826042175293,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-05 04:57:26,2016-01-05 05:00:11,1,0.45,,,-73.91038513183594,40.76949691772461,-73.91820526123047,40.77028274536133,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-14 08:37:53,2016-01-14 09:13:21,1,7.43,,,-73.99506378173828,40.7025032043457,-73.97689819335938,40.7626953125,1,N,1,28.5,0.0,0.5,0.3,5.86,0.0,,35.16,1.0 +2,2016-01-18 02:02:59,2016-01-18 02:05:40,1,0.38,,,-73.92142486572266,40.76668167114258,-73.91690063476562,40.770931243896484,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-16 02:52:39,2016-01-16 02:57:30,1,0.92,,,-73.90619659423828,40.69684600830078,-73.91222381591797,40.686405181884766,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 10:14:42,2016-01-15 10:18:47,1,0.74,,,-73.9597396850586,40.687232971191406,-73.97351837158203,40.686031341552734,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-14 20:16:02,2016-01-14 20:24:19,2,2.17,,,-73.95596313476562,40.71403121948242,-73.9261703491211,40.70094299316406,1,N,1,9.0,0.5,0.5,0.3,1.75,0.0,,12.05,1.0 +2,2016-01-27 12:13:56,2016-01-28 11:50:58,1,4.45,,,-73.92164611816406,40.76670837402344,-73.94940948486328,40.77012252807617,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-21 12:38:54,2016-01-21 13:31:21,1,18.42,,,-73.9888687133789,40.700897216796875,-73.82418823242188,40.78356170654297,1,N,1,56.5,0.0,0.5,0.3,11.46,0.0,,68.76,1.0 +2,2016-01-14 07:54:24,2016-01-14 08:10:36,1,3.0,,,-73.9809341430664,40.68491744995117,-74.0097885131836,40.7155876159668,1,N,1,13.5,0.0,0.5,0.3,2.5,0.0,,16.8,1.0 +2,2016-01-28 07:24:12,2016-01-28 07:47:16,1,3.84,,,-73.88152313232422,40.747955322265625,-73.8250961303711,40.7557373046875,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-09 18:23:00,2016-01-09 18:23:04,1,0.0,,,-73.92231750488281,40.82680130004883,-73.92231750488281,40.826805114746094,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +1,2016-01-17 12:39:25,2016-01-17 12:43:38,1,1.1,,,-73.91685485839844,40.76145553588867,-73.90336608886719,40.771751403808594,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 00:03:30,2016-01-01 00:11:01,1,1.47,,,-73.95904541015625,40.67775344848633,-73.94842529296875,40.691436767578125,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-18 13:03:27,2016-01-18 13:20:27,4,3.73,,,-73.94493103027344,40.79167175292969,-73.94747924804688,40.8308219909668,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-16 23:58:48,2016-01-17 00:09:47,3,1.92,,,-73.95214080810547,40.81472396850586,-73.93985748291016,40.823665618896484,1,N,1,9.5,0.5,0.5,0.3,1.5,0.0,,12.3,1.0 +2,2016-01-22 18:18:21,2016-01-22 18:22:25,1,0.57,,,-73.82992553710938,40.71370315551758,-73.82160949707031,40.714698791503906,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-15 21:18:31,2016-01-15 21:29:02,1,2.21,,,-73.9668197631836,40.71055603027344,-73.97907257080078,40.69273376464844,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-06 11:17:14,2016-01-06 11:26:11,1,3.67,,,-73.90320587158203,40.865360260009766,-73.9373779296875,40.824161529541016,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-03 14:48:06,2016-01-03 14:54:51,1,0.79,,,-74.00003051757812,40.678443908691406,-73.99488830566406,40.68925476074219,1,N,1,6.5,0.0,0.5,0.3,1.5,0.0,,8.8,1.0 +1,2016-01-01 00:48:01,2016-01-01 01:04:04,3,5.9,,,-73.99266052246094,40.70219421386719,-73.93653869628906,40.71149444580078,1,Y,2,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-08 19:33:41,2016-01-08 19:38:53,1,1.09,,,-73.95123291015625,40.7911491394043,-73.93831634521484,40.79896545410156,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-30 12:47:18,2016-01-30 12:54:26,1,1.2,,,-73.91365814208984,40.76554870605469,-73.92781066894531,40.755645751953125,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-18 20:51:15,2016-01-18 20:54:02,1,0.41,,,-73.96426391601562,40.80315017700195,-73.9671401977539,40.80736541748047,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 17:56:02,2016-01-21 18:08:33,1,0.9,,,-73.92141723632812,40.766746520996094,-73.92096710205078,40.77622985839844,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-30 11:26:40,2016-01-30 11:41:56,1,6.4,,,-73.9404296875,40.85129928588867,-73.98282623291016,40.77333068847656,5,N,2,23.0,0.0,0.0,0,0.0,0.0,,23.0,2.0 +2,2016-01-15 01:01:07,2016-01-15 01:05:42,1,1.51,,,-73.95246124267578,40.8109130859375,-73.94478607177734,40.82916259765625,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-15 11:41:26,2016-01-15 11:55:07,1,2.34,,,-73.83431243896484,40.75784683227539,-73.81468963623047,40.73420715332031,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-01 05:08:35,2016-01-01 05:19:14,2,1.99,,,-73.94819641113281,40.70722198486328,-73.92388153076172,40.6982421875,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-13 18:26:40,2016-01-13 18:50:44,1,4.79,,,-73.9261703491211,40.77204513549805,-73.93936157226562,40.71596908569336,1,N,1,19.5,1.0,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-17 20:40:54,2016-01-17 20:52:12,1,1.68,,,-73.89083862304688,40.74699401855469,-73.8958740234375,40.746421813964844,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-17 00:54:27,2016-01-17 00:57:57,1,0.98,,,-73.95145416259766,40.74281692504883,-73.95413970947266,40.73019027709961,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 08:18:51,2016-01-07 08:28:58,1,2.24,,,-74.00086975097656,40.681243896484375,-73.98839569091797,40.70163345336914,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-20 15:06:47,2016-01-21 00:00:00,1,1.55,,,-73.92719268798828,40.67920684814453,-73.91372680664062,40.669837951660156,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-18 15:39:50,2016-01-18 15:44:34,1,0.8,,,-73.97765350341797,40.68449020385742,-73.98332214355469,40.69440841674805,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-03 01:41:47,2016-01-03 01:43:33,1,0.64,,,-73.93663024902344,40.798683166503906,-73.9441146850586,40.79519271850586,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 08:31:01,2016-01-21 08:36:45,5,1.5,,,-73.87984466552734,40.87974548339844,-73.8969955444336,40.862613677978516,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-03 11:38:44,2016-01-03 11:53:07,5,4.23,,,-73.99716186523438,40.684478759765625,-73.99342346191406,40.727291107177734,1,N,1,15.0,0.0,0.5,0.3,3.0,0.0,,18.8,1.0 +2,2016-01-17 14:12:47,2016-01-17 14:38:21,1,3.71,,,-73.96363830566406,40.808223724365234,-73.98844146728516,40.760013580322266,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,,23.16,1.0 +2,2016-01-20 11:21:54,2016-01-20 11:39:39,1,2.08,,,-73.95569610595703,40.787818908691406,-73.9655990600586,40.80556106567383,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-30 05:10:42,2016-01-30 05:21:21,1,4.62,,,-73.95772552490234,40.72248077392578,-73.98383331298828,40.696868896484375,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-11 13:53:08,2016-01-11 13:55:49,1,1.41,,,-73.87120056152344,40.87856674194336,-73.86897277832031,40.86540222167969,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 18:48:48,2016-01-10 18:55:01,1,1.24,,,-73.92304992675781,40.75557327270508,-73.93948364257812,40.751617431640625,1,N,1,6.5,0.0,0.5,0.3,0.73,0.0,,8.03,1.0 +2,2016-01-07 18:14:56,2016-01-07 18:31:03,3,2.02,,,-73.84429931640625,40.72135925292969,-73.82508087158203,40.73417282104492,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-09 22:55:29,2016-01-09 23:02:35,1,0.9,,,-73.9942855834961,40.690277099609375,-73.9897689819336,40.70163345336914,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-13 21:30:08,2016-01-13 21:47:16,1,5.27,,,-73.9503402709961,40.67141342163086,-73.9524917602539,40.731781005859375,1,N,1,17.5,0.5,0.5,0.3,4.7,0.0,,23.5,1.0 +2,2016-01-24 12:59:42,2016-01-24 13:12:15,1,1.69,,,-73.98619079589844,40.66938781738281,-74.00342559814453,40.65005111694336,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-30 14:50:58,2016-01-30 15:19:03,1,4.04,,,-73.83026123046875,40.75943374633789,-73.88614654541016,40.75538635253906,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-04 06:32:09,2016-01-04 06:51:59,1,8.0,,,-73.9489517211914,40.79704666137695,-73.8651351928711,40.770572662353516,1,N,1,25.0,0.0,0.5,0.3,13.0,0.0,,38.8,1.0 +2,2016-01-28 16:52:14,2016-01-28 17:02:07,1,1.97,,,-73.99562072753906,40.66365432739258,-73.97469329833984,40.650901794433594,1,N,1,9.5,1.0,0.5,0.3,2.82,0.0,,14.12,1.0 +1,2016-01-22 22:37:33,2016-01-22 22:44:53,1,2.2,,,-73.9393081665039,40.80525588989258,-73.95698547363281,40.77827835083008,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,,12.3,1.0 +2,2016-01-17 08:35:08,2016-01-17 08:43:25,1,2.12,,,-73.939208984375,40.805545806884766,-73.95245361328125,40.779876708984375,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-11 17:34:04,2016-01-11 17:45:30,1,2.32,,,-73.95857238769531,40.649993896484375,-73.96749114990234,40.68138885498047,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-29 17:41:15,2016-01-29 17:50:15,1,1.0,,,-73.95237731933594,40.79846954345703,-73.95193481445312,40.79011154174805,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-01 05:07:03,2016-01-01 05:26:13,1,4.97,,,-73.96342468261719,40.67569351196289,-73.99150848388672,40.62002182006836,1,N,1,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-17 15:32:17,2016-01-17 15:37:53,1,0.86,,,-73.95972442626953,40.71632385253906,-73.95391845703125,40.72568130493164,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 15:10:51,2016-01-09 15:21:19,5,1.68,,,-73.97956085205078,40.67022705078125,-74.00157928466797,40.679683685302734,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 14:10:11,2016-01-29 14:30:19,1,3.35,,,-73.93909454345703,40.80485534667969,-73.88697052001953,40.816043853759766,1,N,1,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-08 20:09:25,2016-01-08 20:23:14,1,3.12,,,-73.94850158691406,40.72264099121094,-73.94157409667969,40.682044982910156,1,N,1,12.0,0.5,0.5,0.3,3.32,0.0,,16.62,1.0 +2,2016-01-13 07:14:31,2016-01-13 07:22:34,1,1.83,,,-73.95903015136719,40.71664047241211,-73.9569091796875,40.7364387512207,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-21 22:56:31,2016-01-21 22:59:05,1,0.7,,,-73.91081237792969,40.77589797973633,-73.91606140136719,40.783321380615234,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 02:27:24,2016-01-09 02:44:49,3,5.98,,,-73.9535903930664,40.68891525268555,-73.97359466552734,40.74357604980469,1,N,1,19.5,0.5,0.5,0.3,4.16,0.0,,24.96,1.0 +2,2016-01-10 10:55:48,2016-01-10 11:00:46,5,1.06,,,-73.95750427246094,40.80146408081055,-73.94757080078125,40.812007904052734,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-02 19:48:24,2016-01-02 20:37:43,1,11.8,,,-73.95028686523438,40.656394958496094,-73.97801971435547,40.77854919433594,1,N,1,41.5,0.5,0.5,0.3,8.55,0.0,,51.35,1.0 +2,2016-01-16 01:58:19,2016-01-16 02:12:05,1,2.98,,,-73.9620361328125,40.71601867675781,-73.91976165771484,40.70026779174805,1,N,1,12.0,0.5,0.5,0.3,1.5,0.0,,14.8,1.0 +2,2016-01-07 16:33:50,2016-01-07 16:35:41,1,0.33,,,-73.95408630371094,40.78742980957031,-73.95226287841797,40.79147720336914,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-15 00:33:04,2016-01-15 00:34:33,1,0.55,,,-73.95325469970703,40.788665771484375,-73.94348907470703,40.78486633300781,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-07 08:13:10,2016-01-07 08:21:01,1,1.86,,,-73.91984558105469,40.77277374267578,-73.9411392211914,40.75543975830078,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 15:09:05,2016-01-30 15:12:17,1,0.7,,,-73.9562759399414,40.65523910522461,-73.94801330566406,40.6609992980957,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-08 16:38:07,2016-01-08 16:46:39,1,1.2,,,-73.95844268798828,40.649288177490234,-73.94425964355469,40.646244049072266,1,N,1,7.5,1.0,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-14 16:05:39,2016-01-14 16:28:53,3,3.57,,,-73.977783203125,40.686893463134766,-73.95745086669922,40.67800521850586,1,N,1,17.0,1.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-16 00:32:15,2016-01-16 00:34:08,2,0.46,,,-73.956787109375,40.71665954589844,-73.96146392822266,40.711273193359375,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-22 15:04:14,2016-01-22 15:17:59,1,2.18,,,-73.94245910644531,40.696102142333984,-73.95523834228516,40.68102264404297,1,N,1,10.5,0.0,0.5,0.3,2.82,0.0,,14.12,1.0 +2,2016-01-08 22:18:33,2016-01-08 22:21:27,1,0.38,,,-73.92323303222656,40.76055145263672,-73.92684936523438,40.76044464111328,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 18:17:47,2016-01-29 18:28:35,1,0.71,,,-73.8443832397461,40.72138595581055,-73.8548583984375,40.72174835205078,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-20 20:18:18,2016-01-20 20:28:24,6,1.15,,,-73.95528411865234,40.804527282714844,-73.93754577636719,40.804359436035156,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-20 22:55:56,2016-01-20 22:59:22,1,0.6,,,-73.94004821777344,40.8409309387207,-73.93486022949219,40.847965240478516,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-19 13:10:46,2016-01-19 13:32:04,1,3.6,,,-73.96289825439453,40.809452056884766,-73.96437072753906,40.77042007446289,1,N,1,17.0,0.0,0.5,0.3,3.55,0.0,,21.35,1.0 +1,2016-01-04 08:01:19,2016-01-04 08:13:16,1,2.9,,,-73.86216735839844,40.73041534423828,-73.83161926269531,40.756370544433594,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-21 18:56:34,2016-01-21 19:07:51,5,1.77,,,-73.89022827148438,40.74623489379883,-73.92070770263672,40.743221282958984,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-06 17:56:06,2016-01-06 18:15:57,1,2.35,,,-73.95359802246094,40.680755615234375,-73.98812103271484,40.69448471069336,1,N,2,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-30 19:56:11,2016-01-30 20:18:47,1,2.3,,,-73.8710708618164,40.73392868041992,-73.88640594482422,40.75587463378906,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,,18.95,1.0 +2,2016-01-07 18:17:28,2016-01-07 18:35:41,2,2.99,,,-73.96550750732422,40.8060417175293,-73.94003295898438,40.78624725341797,1,N,1,14.5,1.0,0.5,0.3,3.26,0.0,,19.56,1.0 +1,2016-01-16 17:44:52,2016-01-16 17:49:08,5,0.9,,,-73.91627502441406,40.67857360839844,-73.92351531982422,40.6872444152832,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-12 07:54:11,2016-01-12 08:00:38,1,1.0,,,-73.89640808105469,40.864566802978516,-73.90229797363281,40.87196731567383,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 22:05:23,2016-01-29 22:08:12,1,0.6,,,-73.93710327148438,40.69326400756836,-73.92681884765625,40.69197082519531,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-03 01:08:56,2016-01-03 01:23:15,1,4.0,,,-73.92997741699219,40.75641632080078,-73.88849639892578,40.748233795166016,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-09 19:16:16,2016-01-09 19:16:20,1,0.0,,,-73.9000244140625,40.67642593383789,-73.90001678466797,40.67641067504883,5,N,1,50.0,0.0,0.0,0,0.0,0.0,,50.0,2.0 +1,2016-01-01 00:47:34,2016-01-01 01:03:38,3,2.4,,,-73.93617248535156,40.809688568115234,-73.90581512451172,40.82292556762695,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-21 23:56:06,2016-01-22 00:09:06,1,3.21,,,-73.97594451904297,40.686946868896484,-73.96212005615234,40.71868896484375,1,N,1,12.0,0.5,0.5,0.3,2.0,0.0,,15.3,1.0 +2,2016-01-25 16:55:27,2016-01-25 17:24:22,1,4.96,,,-73.95894622802734,40.716827392578125,-73.92790222167969,40.77225112915039,1,N,1,21.0,1.0,0.5,0.3,4.56,0.0,,27.36,1.0 +2,2016-01-29 22:16:03,2016-01-29 22:23:02,1,0.7,,,-73.95978546142578,40.71791076660156,-73.95661163330078,40.714229583740234,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-14 14:28:12,2016-01-14 14:32:50,1,0.56,,,-73.95850372314453,40.800926208496094,-73.96736145019531,40.80533981323242,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 07:54:57,2016-01-27 08:05:57,1,1.71,,,-73.98385620117188,40.66400146484375,-74.00234985351562,40.680397033691406,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-21 14:42:24,2016-01-21 14:49:38,1,1.14,,,-73.954345703125,40.78731918334961,-73.97000885009766,40.78926467895508,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-12 18:28:39,2016-01-12 18:58:27,1,5.8,,,-73.95735931396484,40.675201416015625,-73.8665542602539,40.66933822631836,1,N,1,23.0,1.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-06 22:57:30,2016-01-06 23:01:43,1,0.96,,,-73.97781372070312,40.68457794189453,-73.97893524169922,40.69611740112305,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-25 19:59:59,2016-01-25 20:14:48,1,2.5,,,-73.86922454833984,40.73406219482422,-73.8550796508789,40.706851959228516,1,N,1,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-17 16:32:53,2016-01-17 17:18:08,1,7.57,,,-73.9661636352539,40.80485153198242,-73.95346069335938,40.72671127319336,1,N,2,32.5,0.0,0.5,0.3,0.0,0.0,,33.3,1.0 +2,2016-01-10 00:24:37,2016-01-10 00:38:01,1,2.61,,,-73.96910858154297,40.6931037902832,-73.99481201171875,40.68060302734375,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-01 17:08:04,2016-01-01 17:08:17,1,0.0,,,-73.93809509277344,40.804569244384766,-73.9376449584961,40.80442810058594,3,N,2,20.0,0.0,0.0,0.3,0.0,0.0,,20.3,1.0 +1,2016-01-08 03:14:18,2016-01-08 03:22:19,1,2.2,,,-73.91516876220703,40.76399612426758,-73.90504455566406,40.738563537597656,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-02 00:44:03,2016-01-02 00:52:25,1,2.3,,,-73.96585083007812,40.677391052246094,-73.94686126708984,40.695621490478516,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-26 20:23:03,2016-01-26 21:01:36,1,6.23,,,-73.96104431152344,40.806922912597656,-73.99234008789062,40.73729705810547,1,N,1,27.0,0.5,0.5,0.3,0.0,0.0,,28.3,1.0 +2,2016-01-12 07:25:50,2016-01-12 07:31:16,1,1.37,,,-73.84417724609375,40.72172927856445,-73.8551025390625,40.70859909057617,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 17:35:52,2016-01-22 17:40:14,1,0.84,,,-73.94621276855469,40.68024444580078,-73.94805908203125,40.68729019165039,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 08:16:54,2016-01-10 08:23:31,1,1.1,,,-73.89115905761719,40.74680709838867,-73.87709045410156,40.74609375,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-15 19:41:31,2016-01-15 20:01:35,1,3.64,,,-73.95780181884766,40.671363830566406,-73.95846557617188,40.717140197753906,1,N,1,16.0,1.0,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-10 21:55:25,2016-01-10 22:00:09,1,1.04,,,-73.98748016357422,40.69285583496094,-73.97368621826172,40.69741439819336,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,,9.49,1.0 +1,2016-01-20 19:47:21,2016-01-20 20:09:13,1,6.5,,,-73.93793487548828,40.79705810546875,-73.99449157714844,40.73891067504883,1,N,2,23.0,1.0,0.5,0.3,0.0,0.0,,24.8,1.0 +1,2016-01-29 23:31:06,2016-01-29 23:42:57,1,2.1,,,-73.9452133178711,40.808048248291016,-73.94065856933594,40.82807159423828,1,Y,1,10.0,0.5,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-27 10:44:13,2016-01-27 10:57:09,1,1.74,,,-73.86923217773438,40.73388671875,-73.86253356933594,40.751556396484375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-21 09:41:16,2016-01-21 10:18:05,1,7.65,,,-73.97869110107422,40.690513610839844,-73.97513580322266,40.74994659423828,1,N,1,30.0,0.0,0.5,0.3,6.16,0.0,,36.96,1.0 +2,2016-01-18 04:11:56,2016-01-18 04:18:56,1,0.97,,,-73.91082763671875,40.77601623535156,-73.92252349853516,40.77428436279297,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-06 11:29:42,2016-01-06 11:33:03,1,0.86,,,-73.95488739013672,40.78919982910156,-73.95635223388672,40.77980041503906,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-07 14:40:33,2016-01-07 14:54:03,1,1.36,,,-73.93938446044922,40.80493927001953,-73.9534912109375,40.79127502441406,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,,11.8,1.0 +1,2016-01-16 13:54:03,2016-01-16 14:01:33,1,1.5,,,-73.936279296875,40.82030487060547,-73.9091567993164,40.81298065185547,1,N,4,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-17 23:03:54,2016-01-17 23:16:05,1,3.03,,,-73.83042907714844,40.75952911376953,-73.81014251708984,40.72289276123047,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-20 16:57:51,2016-01-20 17:07:05,2,1.38,,,-73.95100402832031,40.8026123046875,-73.94713592529297,40.79103469848633,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-07 18:05:04,2016-01-07 18:10:17,1,1.1,,,-73.95429992675781,40.58732223510742,-73.93761444091797,40.58815002441406,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-05 23:57:15,2016-01-06 00:11:34,1,3.7,,,-73.95582580566406,40.7139778137207,-73.94249725341797,40.75756072998047,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,,18.35,1.0 +2,2016-01-01 00:50:05,2016-01-01 01:18:13,1,5.16,,,-73.91962432861328,40.75923156738281,-73.97720336914062,40.78464126586914,1,N,1,22.0,0.5,0.5,0.3,5.82,0.0,,29.12,1.0 +2,2016-01-16 20:28:13,2016-01-16 20:38:12,1,3.51,,,-73.94343566894531,40.8360481262207,-73.9289779663086,40.86337661743164,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-11 13:41:09,2016-01-11 13:50:42,1,1.19,,,-73.95891571044922,40.71669387817383,-73.96748352050781,40.71128845214844,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 03:28:26,2016-01-10 03:50:25,5,7.54,,,-73.91395568847656,40.76504135131836,-73.82568359375,40.75285720825195,1,N,1,24.0,0.5,0.5,0.3,5.06,0.0,,30.36,1.0 +2,2016-01-20 12:05:54,2016-01-20 12:20:03,2,1.68,,,-73.9803695678711,40.67649459838867,-73.96881866455078,40.69295883178711,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-30 16:25:58,2016-01-30 16:34:31,1,1.53,,,-73.94963073730469,40.80195999145508,-73.9383544921875,40.78811264038086,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 17:29:04,2016-01-26 17:49:00,1,1.5,,,-73.95111083984375,40.786033630371094,-73.9728775024414,40.797821044921875,1,N,1,13.0,1.0,0.5,0.3,3.0,0.0,,17.8,1.0 +2,2016-01-09 02:44:53,2016-01-09 03:05:06,1,4.11,,,-73.91544342041016,40.677181243896484,-73.94583129882812,40.69319534301758,1,N,1,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-27 17:40:28,2016-01-27 18:09:27,1,5.09,,,-73.93724822998047,40.80439758300781,-73.87604522705078,40.82632064819336,1,N,1,20.0,1.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-05 16:12:44,2016-01-05 16:13:20,1,0.03,,,-73.95189666748047,40.789085388183594,-73.95256805419922,40.78933334350586,1,N,1,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-26 21:43:28,2016-01-26 22:05:51,1,4.24,,,-73.98222351074219,40.68998336791992,-73.91778564453125,40.675193786621094,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-17 09:02:34,2016-01-17 09:06:12,1,1.1,,,-73.9412841796875,40.81367492675781,-73.95237731933594,40.802276611328125,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-18 00:18:50,2016-01-18 00:33:01,1,6.41,,,-73.91671752929688,40.764739990234375,-73.82772064208984,40.754150390625,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-13 23:00:18,2016-01-13 23:11:12,1,1.76,,,-73.9747543334961,40.68650436401367,-73.98473358154297,40.6711311340332,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-29 02:28:12,2016-01-29 02:40:40,2,3.29,,,-73.95271301269531,40.72702407836914,-73.95930480957031,40.68669128417969,1,N,1,12.0,0.5,0.5,0.3,3.0,0.0,,16.3,1.0 +1,2016-01-15 10:54:27,2016-01-15 11:00:07,1,0.8,,,-73.89181518554688,40.74668884277344,-73.87966918945312,40.750118255615234,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-25 11:56:38,2016-01-25 12:15:45,1,2.52,,,-73.96239471435547,40.804832458496094,-73.94190979003906,40.832969665527344,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-26 14:50:49,2016-01-26 15:03:31,1,2.84,,,-73.73587036132812,40.72856521606445,-73.7821273803711,40.71312713623047,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,,15.36,1.0 +1,2016-01-22 11:54:19,2016-01-22 11:59:11,2,1.0,,,-73.95999908447266,40.80815887451172,-73.96908569335938,40.79857635498047,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-18 22:19:29,2016-01-18 22:29:19,1,1.78,,,-73.88725280761719,40.7474365234375,-73.86190032958984,40.752559661865234,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-09 23:40:02,2016-01-09 23:51:12,1,1.83,,,-73.96195220947266,40.71358108520508,-73.93843078613281,40.70062255859375,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-06 18:20:31,2016-01-06 18:28:00,1,1.36,,,-73.94352722167969,40.81058120727539,-73.95855712890625,40.8005256652832,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-07 21:13:41,2016-01-07 21:29:44,1,6.25,,,-73.90799713134766,40.6778564453125,-73.83627319335938,40.72157287597656,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-19 13:18:15,2016-01-19 13:21:38,1,0.6,,,-73.949951171875,40.80956268310547,-73.94313049316406,40.81412887573242,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-19 12:46:27,2016-01-19 12:57:14,5,3.06,,,-73.9119644165039,40.77510452270508,-73.90425872802734,40.74821853637695,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-25 15:03:24,2016-01-25 15:08:14,1,0.89,,,-73.83049011230469,40.71338653564453,-73.83595275878906,40.70528793334961,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-26 18:05:37,2016-01-26 18:16:23,1,1.72,,,-73.94435119628906,40.79184341430664,-73.93641662597656,40.81230545043945,1,N,1,9.0,1.0,0.5,0.3,1.0,0.0,,11.8,1.0 +1,2016-01-15 08:56:24,2016-01-15 09:28:48,1,5.4,,,-73.9567642211914,40.74793243408203,-74.00640869140625,40.71381378173828,1,N,1,22.5,0.0,0.5,0.3,4.0,5.54,,32.84,1.0 +2,2016-01-03 18:19:25,2016-01-03 18:24:44,1,0.85,,,-73.94786071777344,40.80116271972656,-73.93846893310547,40.8087158203125,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 12:25:43,2016-01-05 12:34:03,1,3.51,,,-73.90311431884766,40.74604797363281,-73.87326049804688,40.77420425415039,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-28 09:58:14,2016-01-28 10:06:51,1,1.2,,,-73.95372772216797,40.58729553222656,-73.96722412109375,40.580718994140625,1,N,2,7.5,0.0,0.5,0,0.0,0.0,,8.0,1.0 +2,2016-01-29 05:48:03,2016-01-29 05:50:37,1,1.09,,,-73.9431381225586,40.78532028198242,-73.93207550048828,40.795101165771484,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-29 17:53:45,2016-01-29 17:57:55,1,0.68,,,-73.95650482177734,40.71699142456055,-73.96610260009766,40.71453094482422,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-03 17:36:28,2016-01-03 17:42:44,2,1.44,,,-73.89190673828125,40.82469177246094,-73.89173126220703,40.841495513916016,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-10 02:00:03,2016-01-10 02:08:19,1,1.83,,,-73.95050048828125,40.66155242919922,-73.94677734375,40.68296813964844,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-20 00:30:09,2016-01-20 00:36:29,1,1.8,,,-73.84420013427734,40.72105407714844,-73.85970306396484,40.741947174072266,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-02 16:26:01,2016-01-02 16:29:43,1,1.15,,,-73.99028015136719,40.685882568359375,-73.98651885986328,40.67400360107422,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-20 09:09:41,2016-01-21 08:57:30,1,0.73,,,-73.92317199707031,40.817596435546875,-73.93666076660156,40.820133209228516,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-12 18:21:54,2016-01-12 18:24:28,1,0.47,,,-73.91291046142578,40.774444580078125,-73.91878509521484,40.77212142944336,1,N,1,4.0,1.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-28 07:30:31,2016-01-28 07:53:25,1,2.75,,,-73.94230651855469,40.786468505859375,-73.95581817626953,40.81277847290039,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-25 05:04:36,2016-01-25 05:33:50,1,15.3,,,-73.91867065429688,40.743289947509766,-73.79039764404297,40.643741607666016,1,N,2,43.0,0.5,0.5,0.3,0.0,0.0,,44.3,1.0 +2,2016-01-05 08:27:05,2016-01-05 08:34:53,1,1.49,,,-73.87804412841797,40.756412506103516,-73.90592956542969,40.75353240966797,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 21:44:11,2016-01-04 21:59:35,1,3.98,,,-73.99185180664062,40.69095230102539,-73.93163299560547,40.680721282958984,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-25 19:47:34,2016-01-25 20:01:43,1,2.3,,,-73.9471664428711,40.80100631713867,-73.97301483154297,40.785301208496094,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-30 15:24:52,2016-01-30 15:34:43,1,0.9,,,-73.9538803100586,40.81127166748047,-73.93859100341797,40.80516815185547,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-02 20:49:53,2016-01-02 20:59:42,1,1.99,,,-73.97594451904297,40.683963775634766,-73.96334838867188,40.682701110839844,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-16 16:02:14,2016-01-16 16:22:29,1,3.7,,,-73.94607543945312,40.71147918701172,-73.9892349243164,40.7315559387207,1,N,1,16.5,0.0,0.5,0.3,3.45,0.0,,20.75,1.0 +2,2016-01-02 21:36:48,2016-01-02 21:46:49,2,2.69,,,-73.93902587890625,40.80531311035156,-73.96875762939453,40.786033630371094,1,N,1,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-26 23:14:11,2016-01-26 23:33:49,1,5.52,,,-73.94062042236328,40.71189498901367,-73.83734130859375,40.70802688598633,1,N,1,19.0,0.5,0.5,0.3,3.0,0.0,,23.3,1.0 +2,2016-01-29 17:46:30,2016-01-29 17:54:16,1,1.12,,,-73.96231842041016,40.8049201965332,-73.94979858398438,40.801761627197266,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-22 19:56:52,2016-01-22 20:06:14,1,1.79,,,-73.92972564697266,40.68630599975586,-73.90962219238281,40.674678802490234,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-13 23:36:58,2016-01-13 23:46:37,1,1.82,,,-73.89142608642578,40.74664306640625,-73.85962677001953,40.745914459228516,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-04 10:42:03,2016-01-04 10:47:01,1,0.98,,,-73.9068603515625,40.76008605957031,-73.91893005371094,40.759090423583984,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-25 17:22:20,2016-01-25 17:30:39,1,1.1,,,-73.94966125488281,40.67803192138672,-73.95266723632812,40.68825149536133,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-04 16:54:37,2016-01-04 17:26:38,1,4.68,,,-73.93428802490234,40.80183029174805,-73.9178466796875,40.84897994995117,1,N,2,22.0,1.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-16 10:04:47,2016-01-16 10:09:52,1,0.9,,,-73.91875457763672,40.8250617980957,-73.9098892211914,40.8352165222168,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 01:48:12,2016-01-30 01:56:47,5,1.74,,,-73.8894271850586,40.73929214477539,-73.8725814819336,40.7522087097168,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-18 16:03:54,2016-01-18 16:18:03,2,2.33,,,-73.97314453125,40.68586349487305,-73.98487091064453,40.662986755371094,1,N,1,11.5,0.0,0.5,0.3,3.0,0.0,,15.3,1.0 +1,2016-01-08 20:16:55,2016-01-08 20:30:18,5,2.5,,,-73.97636413574219,40.68368148803711,-73.95207977294922,40.68156814575195,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-27 21:12:59,2016-01-27 21:26:46,1,4.6,,,-73.99639129638672,40.694095611572266,-73.98091125488281,40.645328521728516,1,N,1,15.0,0.5,0.5,0.3,1.5,0.0,,17.8,1.0 +1,2016-01-04 13:04:01,2016-01-04 13:13:24,1,2.4,,,-73.9300308227539,40.75654983520508,-73.96587371826172,40.75845718383789,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-25 09:45:44,2016-01-25 09:54:32,1,1.66,,,-73.90505981445312,40.745506286621094,-73.89237213134766,40.75857162475586,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-22 01:44:29,2016-01-22 01:58:59,1,5.99,,,-73.95365905761719,40.787723541259766,-73.9346923828125,40.844688415527344,1,N,1,19.5,0.5,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-15 18:55:28,2016-01-15 19:27:36,1,8.31,,,-73.95219421386719,40.80355453491211,-73.86498260498047,40.85247039794922,1,N,1,28.0,1.0,0.5,0.3,5.96,0.0,,35.76,1.0 +2,2016-01-07 18:23:03,2016-01-07 18:39:48,1,2.92,,,-73.93670654296875,40.8492317199707,-73.90364837646484,40.88056182861328,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-18 16:15:31,2016-01-18 16:27:58,2,2.4,,,-73.96409606933594,40.8079719543457,-73.94852447509766,40.78490447998047,1,N,1,11.5,0.0,0.5,0.3,1.25,0.0,,13.55,1.0 +2,2016-01-14 22:53:11,2016-01-14 22:57:49,1,1.09,,,-73.95594024658203,40.694637298583984,-73.97120666503906,40.68968200683594,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 19:07:00,2016-01-06 19:35:42,1,4.75,,,-73.9563217163086,40.723228454589844,-73.95074462890625,40.66175842285156,1,N,2,20.0,1.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-16 20:45:50,2016-01-16 21:26:57,1,6.7,,,-73.94731903076172,40.83018112182617,-73.99580383300781,40.753173828125,1,N,1,30.5,0.5,0.5,0.3,6.36,0.0,,38.16,1.0 +2,2016-01-28 17:36:44,2016-01-28 17:59:58,1,3.5,,,-73.96038818359375,40.8040657043457,-73.95415496826172,40.767208099365234,1,N,1,16.5,1.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-30 02:25:13,2016-01-30 02:38:07,1,4.03,,,-73.96192932128906,40.71580123901367,-73.98815155029297,40.68492889404297,1,N,1,14.5,0.5,0.5,0.3,3.0,0.0,,18.8,1.0 +2,2016-01-21 22:56:15,2016-01-21 23:03:43,1,1.89,,,-73.95808410644531,40.81526565551758,-73.94168090820312,40.829978942871094,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-12 18:26:08,2016-01-12 18:38:57,1,1.7,,,-73.99082946777344,40.70256042480469,-73.97798919677734,40.68516540527344,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-15 23:00:25,2016-01-15 23:11:40,1,4.7,,,-73.9420394897461,40.837703704833984,-73.97673034667969,40.78845977783203,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +1,2016-01-01 07:33:41,2016-01-01 07:40:14,1,2.7,,,-73.94165802001953,40.838279724121094,-73.9126205444336,40.84637451171875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-16 19:10:13,2016-01-16 19:24:18,1,1.36,,,-73.98680877685547,40.67887878417969,-73.9716567993164,40.67623519897461,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-27 20:15:58,2016-01-27 20:20:52,1,0.87,,,-73.93661499023438,40.82054138183594,-73.92211151123047,40.82035827636719,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-18 03:34:34,2016-01-19 00:00:00,1,3.3,,,-73.92721557617188,40.81859588623047,-73.91627502441406,40.85403060913086,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-27 10:49:30,2016-01-27 10:56:03,1,0.68,,,-73.89048767089844,40.86110305786133,-73.89165496826172,40.853206634521484,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-04 13:06:01,2016-01-04 13:47:09,1,19.97,,,-73.93109130859375,40.84800338745117,-73.78270721435547,40.644039154052734,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,,58.34,1.0 +2,2016-01-10 11:04:34,2016-01-10 11:26:35,1,4.89,,,-73.94979858398438,40.68123245239258,-73.99575805664062,40.72460174560547,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-20 14:12:05,2016-01-20 14:18:32,1,1.36,,,-73.93887329101562,40.82704544067383,-73.95252227783203,40.81096649169922,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 21:23:15,2016-01-09 21:38:12,1,2.98,,,-74.00811767578125,40.631317138671875,-73.9704818725586,40.636390686035156,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-04 18:45:45,2016-01-04 18:58:52,1,2.76,,,-73.84432220458984,40.721343994140625,-73.83695220947266,40.69416809082031,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-11 13:23:02,2016-01-11 13:34:22,1,2.47,,,-73.92059326171875,40.76807403564453,-73.89138793945312,40.751869201660156,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-04 16:36:55,2016-01-04 16:53:48,1,3.52,,,-73.80345916748047,40.716896057128906,-73.82441711425781,40.6880989074707,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-15 23:22:34,2016-01-15 23:29:03,1,1.33,,,-73.90834045410156,40.770957946777344,-73.91939544677734,40.75579071044922,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 16:33:24,2016-01-17 16:41:39,2,1.4,,,-73.954833984375,40.804176330566406,-73.93229675292969,40.795291900634766,1,N,1,7.5,0.0,0.5,0.3,1.5,0.0,,9.8,1.0 +2,2016-01-11 19:12:32,2016-01-11 19:23:27,1,1.89,,,-73.95812225341797,40.815162658691406,-73.97313690185547,40.7928581237793,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-29 22:39:15,2016-01-29 23:02:51,1,6.14,,,-73.83332061767578,40.67328643798828,-73.92516326904297,40.65569305419922,5,N,2,25.0,0.0,0.0,0,0.0,0.0,,25.0,2.0 +2,2016-01-16 20:46:53,2016-01-16 20:55:30,2,2.04,,,-73.94943237304688,40.74855041503906,-73.92632293701172,40.765647888183594,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-10 20:27:55,2016-01-10 20:37:10,1,1.63,,,-73.9222640991211,40.75525665283203,-73.94004821777344,40.75245666503906,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-16 03:00:10,2016-01-16 03:16:11,2,4.51,,,-73.95674896240234,40.81382751464844,-73.88733673095703,40.81603240966797,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +1,2016-01-09 09:15:38,2016-01-09 09:17:34,1,0.5,,,-73.94464874267578,40.81376266479492,-73.93997955322266,40.82020950317383,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +2,2016-01-20 17:47:59,2016-01-20 17:49:17,1,0.14,,,-73.95018005371094,40.680423736572266,-73.94750213623047,40.680259704589844,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-11 18:13:17,2016-01-11 18:25:54,1,1.49,,,-73.93376159667969,40.76301193237305,-73.91216278076172,40.76908874511719,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-01 18:53:51,2016-01-01 19:02:48,1,2.94,,,-73.80757141113281,40.700313568115234,-73.80050659179688,40.66805648803711,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-03 02:36:26,2016-01-03 02:37:25,1,0.2,,,-73.85807037353516,40.75279235839844,-73.85731506347656,40.755516052246094,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-26 13:44:28,2016-01-26 13:52:28,1,1.07,,,-73.95414733886719,40.72990417480469,-73.95635223388672,40.71713638305664,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-08 11:13:16,2016-01-08 11:29:33,1,5.0,,,-73.95406341552734,40.58744812011719,-73.99320220947266,40.61608123779297,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +1,2016-01-15 19:48:39,2016-01-15 19:51:10,1,0.4,,,-73.94831848144531,40.8039665222168,-73.94429016113281,40.80944061279297,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 21:01:31,2016-01-09 21:04:51,1,0.69,,,-73.91124725341797,40.70402145385742,-73.91937255859375,40.70425033569336,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-25 18:19:15,2016-01-25 18:30:14,1,3.06,,,-73.92243957519531,40.83643341064453,-73.91897583007812,40.80746078491211,1,N,1,11.5,1.0,0.5,0.3,5.0,0.0,,18.3,1.0 +2,2016-01-16 15:00:34,2016-01-16 15:05:25,1,0.55,,,-73.86199188232422,40.730438232421875,-73.86460876464844,40.73434066772461,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 15:54:16,2016-01-13 16:11:58,1,3.46,,,-73.85163116455078,40.850242614746094,-73.90461730957031,40.863258361816406,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-21 09:13:36,2016-01-21 09:22:39,1,1.3,,,-73.84434509277344,40.721282958984375,-73.83457946777344,40.71232223510742,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-19 08:12:48,2016-01-19 08:26:57,1,1.74,,,-73.96358489990234,40.802913665771484,-73.93952178955078,40.805198669433594,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-22 23:00:45,2016-01-22 23:14:02,1,5.86,,,-73.90557861328125,40.745338439941406,-73.83238220214844,40.76276779174805,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +1,2016-01-07 20:38:53,2016-01-07 20:52:50,1,6.2,,,-73.944580078125,40.783424377441406,-73.98258209228516,40.71996307373047,1,N,1,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +1,2016-01-10 16:56:57,2016-01-10 17:01:35,1,1.2,,,-73.95243835449219,40.798282623291016,-73.941162109375,40.81265640258789,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-06 15:31:31,2016-01-06 15:39:16,1,1.02,,,-73.92568969726562,40.761863708496094,-73.9362564086914,40.749839782714844,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-18 23:08:50,2016-01-18 23:13:32,1,1.23,,,-73.95024108886719,40.728885650634766,-73.95170593261719,40.71562576293945,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-27 09:30:58,2016-01-27 10:08:13,1,6.4,,,-73.98680877685547,40.702476501464844,-73.97575378417969,40.75695037841797,1,N,1,30.0,0.0,0.5,0.3,6.15,0.0,,36.95,1.0 +1,2016-01-16 13:15:21,2016-01-16 13:31:13,1,2.6,,,-73.96835327148438,40.68642807006836,-73.95826721191406,40.6549186706543,1,N,1,12.5,0.0,0.5,0.3,1.33,0.0,,14.63,1.0 +2,2016-01-30 22:16:21,2016-01-30 22:20:17,1,0.51,,,-73.9901351928711,40.68727111816406,-73.98892211914062,40.69373321533203,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-26 20:36:18,2016-01-26 20:43:13,1,1.3,,,-73.95431518554688,40.58734130859375,-73.93505096435547,40.58470916748047,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-20 20:46:28,2016-01-20 21:09:44,1,4.0,,,-73.96273040771484,40.71738052368164,-74.01048278808594,40.71989822387695,1,N,1,18.0,0.5,0.5,0.3,3.86,0.0,,23.16,1.0 +2,2016-01-13 21:58:31,2016-01-13 22:02:38,1,0.85,,,-73.94992065429688,40.65542221069336,-73.9368896484375,40.65870666503906,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-17 07:32:07,2016-01-17 07:40:11,1,1.55,,,-73.9542007446289,40.685176849365234,-73.93070983886719,40.691253662109375,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-08 21:37:17,2016-01-08 21:46:15,1,1.28,,,-73.90052032470703,40.8583984375,-73.9122085571289,40.8431510925293,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +1,2016-01-17 12:21:05,2016-01-17 12:36:46,2,3.7,,,-73.95491790771484,40.815101623535156,-73.9557113647461,40.776363372802734,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-17 22:54:31,2016-01-17 23:11:14,1,4.35,,,-73.9576187133789,40.72998809814453,-73.99547576904297,40.727020263671875,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-18 20:27:19,2016-01-18 20:36:03,1,0.81,,,-73.95420837402344,40.72996139526367,-73.94490051269531,40.725582122802734,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-26 22:07:02,2016-01-26 22:34:03,1,5.1,,,-73.978515625,40.68443298339844,-73.90391540527344,40.70740509033203,1,N,1,20.5,0.5,0.5,0.3,4.35,0.0,,26.15,1.0 +1,2016-01-13 22:23:41,2016-01-13 23:02:23,1,14.3,,,-73.95201873779297,40.78993606567383,-73.80875396728516,40.753421783447266,1,N,2,44.0,0.5,0.5,0.3,0.0,0.0,,45.3,1.0 +2,2016-01-28 13:33:32,2016-01-28 13:47:52,1,2.43,,,-73.9893798828125,40.66972732543945,-74.01624298095703,40.65318298339844,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,,13.8,1.0 +2,2016-01-01 16:37:40,2016-01-01 16:44:47,1,3.37,,,-73.86387634277344,40.73291778564453,-73.81074523925781,40.73487091064453,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-03 08:23:02,2016-01-03 08:29:56,1,1.6,,,-73.97430419921875,40.68620300292969,-73.95333862304688,40.6921501159668,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +1,2016-01-20 17:23:32,2016-01-20 17:51:03,1,5.9,,,-73.97817993164062,40.689815521240234,-73.98844909667969,40.755775451660156,1,N,1,22.0,1.0,0.5,0.3,2.2,0.0,,26.0,1.0 +2,2016-01-30 14:25:46,2016-01-30 14:39:57,1,2.24,,,-73.89096069335938,40.746971130371094,-73.88945007324219,40.73381805419922,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-27 07:24:19,2016-01-27 07:43:15,1,3.0,,,-73.94183349609375,40.83845138549805,-73.95609283447266,40.80140686035156,1,N,1,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-16 23:56:17,2016-01-17 00:09:04,2,3.34,,,-73.92625427246094,40.8193244934082,-73.9131851196289,40.84012222290039,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-04 09:09:11,2016-01-04 09:15:03,1,0.85,,,-73.92157745361328,40.83576583862305,-73.9115219116211,40.84377670288086,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 00:28:40,2016-01-01 00:36:10,2,1.42,,,-73.885986328125,40.744422912597656,-73.91510772705078,40.74348068237305,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-13 16:59:25,2016-01-13 17:10:29,1,1.8,,,-73.90438842773438,40.85177230834961,-73.8868637084961,40.85784912109375,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-05 19:42:13,2016-01-05 19:59:34,1,7.7,,,-73.9493408203125,40.80266571044922,-73.97911071777344,40.718505859375,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-10 21:48:18,2016-01-10 22:02:18,1,4.32,,,-73.8839340209961,40.75259017944336,-73.82276153564453,40.78091049194336,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-07 17:26:01,2016-01-07 17:32:46,1,0.99,,,-73.9559097290039,40.81293869018555,-73.94467163085938,40.803070068359375,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-17 03:07:40,2016-01-17 03:25:52,2,8.1,,,-73.9422836303711,40.819732666015625,-73.85862731933594,40.86601638793945,5,N,2,20.0,0.0,0.0,0,0.0,0.0,,20.0,2.0 +2,2016-01-06 23:05:24,2016-01-06 23:09:36,1,0.66,,,-73.94169616699219,40.70069885253906,-73.93121337890625,40.69464874267578,1,N,1,4.5,0.5,0.5,0.3,1.45,0.0,,7.25,1.0 +2,2016-01-29 20:02:03,2016-01-29 20:16:38,5,1.9,,,-73.88455200195312,40.74481201171875,-73.89519500732422,40.76028060913086,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-07 08:18:14,2016-01-07 08:22:05,1,0.55,,,-73.98710632324219,40.66818618774414,-73.9804916381836,40.672115325927734,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +1,2016-01-21 14:05:42,2016-01-21 14:27:23,1,3.6,,,-73.99266815185547,40.689727783203125,-73.94205474853516,40.686458587646484,1,N,1,16.5,0.0,0.5,0.3,3.45,0.0,,20.75,1.0 +2,2016-01-05 13:12:11,2016-01-05 13:29:48,5,3.02,,,-73.91736602783203,40.81595230102539,-73.89246368408203,40.85246658325195,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-17 18:23:05,2016-01-17 18:32:36,1,1.8,,,-73.84407806396484,40.72109603881836,-73.81524658203125,40.71090316772461,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-19 07:24:34,2016-01-19 07:51:08,1,5.55,,,-73.81877899169922,40.70899963378906,-73.9068832397461,40.727882385253906,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-30 10:27:52,2016-01-30 10:36:25,1,2.36,,,-73.99258422851562,40.703330993652344,-74.00529479980469,40.718326568603516,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-21 19:43:00,2016-01-21 19:58:09,1,3.77,,,-73.97086334228516,40.69337463378906,-74.00965881347656,40.70502853393555,1,N,1,14.5,1.0,0.5,0.3,2.0,0.0,,18.3,1.0 +2,2016-01-03 20:06:32,2016-01-03 20:18:47,1,4.87,,,-73.869384765625,40.733802795410156,-73.81536102294922,40.727081298828125,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-30 20:16:43,2016-01-30 20:44:30,1,3.2,,,-73.95806884765625,40.723609924316406,-73.9897689819336,40.72255325317383,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,,22.55,1.0 +1,2016-01-09 11:40:57,2016-01-09 11:53:47,1,3.2,,,-73.94882202148438,40.829002380371094,-73.94009399414062,40.79303741455078,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-07 20:40:19,2016-01-07 20:54:04,2,3.5,,,-73.9189453125,40.7428092956543,-73.91339111328125,40.70528030395508,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-06 19:50:46,2016-01-06 20:08:20,1,5.84,,,-73.84392547607422,40.72147750854492,-73.82111358642578,40.76067352294922,1,N,1,19.0,1.0,0.5,0.3,0.0,0.0,,20.8,1.0 +1,2016-01-28 10:21:58,2016-01-28 10:25:16,1,1.0,,,-73.93864440917969,40.67984390258789,-73.9489974975586,40.687923431396484,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 23:19:14,2016-01-27 23:31:34,2,2.41,,,-73.87669372558594,40.74834442138672,-73.8827896118164,40.73099136352539,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-01 02:11:43,2016-01-01 02:33:05,1,5.0,,,-73.99322509765625,40.695369720458984,-73.9913330078125,40.74660110473633,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-06 09:38:15,2016-01-06 09:41:10,1,0.59,,,-73.95843505859375,40.714725494384766,-73.96566009521484,40.7144775390625,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,,5.8,1.0 +2,2016-01-18 08:13:18,2016-01-18 08:18:13,5,2.46,,,-73.93798828125,40.82121276855469,-73.92863464355469,40.83977127075195,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-10 00:07:20,2016-01-10 00:15:27,1,1.86,,,-73.95315551757812,40.807743072509766,-73.95526123046875,40.82693099975586,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 13:41:05,2016-01-30 13:52:58,1,1.87,,,-73.96805572509766,40.689361572265625,-73.95066833496094,40.6684684753418,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,,11.3,1.0 +1,2016-01-06 00:17:52,2016-01-06 00:22:54,1,1.0,,,-73.91523742675781,40.690399169921875,-73.9030532836914,40.695289611816406,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,,8.15,1.0 +1,2016-01-24 16:37:10,2016-01-24 16:53:11,1,5.4,,,-73.93986511230469,40.84112548828125,-73.94033813476562,40.792327880859375,1,N,1,18.0,0.0,0.5,0.3,1.2,0.0,,20.0,1.0 +2,2016-01-20 15:31:45,2016-01-20 15:45:59,1,2.72,,,-73.94795989990234,40.80975341796875,-73.9754867553711,40.7822380065918,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-30 08:17:37,2016-01-30 08:34:23,1,4.76,,,-73.96515655517578,40.8060417175293,-73.97753143310547,40.76110076904297,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-04 08:34:20,2016-01-04 09:01:01,1,3.95,,,-73.97755432128906,40.68442153930664,-74.0151596069336,40.70850372314453,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +1,2016-01-21 11:21:20,2016-01-21 11:27:26,1,1.4,,,-73.94808197021484,40.798561096191406,-73.954345703125,40.81085205078125,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,,8.3,1.0 +1,2016-01-27 10:25:51,2016-01-27 10:36:42,1,2.3,,,-73.97908020019531,40.69347381591797,-73.95307159423828,40.67642593383789,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-17 11:54:20,2016-01-17 12:04:55,1,2.7,,,-73.97883605957031,40.689937591552734,-73.99823760986328,40.72256088256836,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,,14.15,1.0 +2,2016-01-05 19:24:46,2016-01-05 19:30:03,1,1.13,,,-73.99071502685547,40.69254684448242,-73.98333740234375,40.70135498046875,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 16:54:23,2016-01-17 16:57:05,5,0.63,,,-73.96710968017578,40.67439651489258,-73.95787811279297,40.671058654785156,1,N,1,4.0,0.0,0.5,0.3,0.48,0.0,,5.28,1.0 +1,2016-01-08 14:00:36,2016-01-08 14:11:51,1,4.6,,,-73.94475555419922,40.834442138671875,-73.92208862304688,40.881065368652344,1,N,1,15.0,0.0,0.5,0.3,2.0,2.54,,20.34,1.0 +2,2016-01-03 16:37:20,2016-01-03 16:44:24,1,0.87,,,-73.9930419921875,40.70100784301758,-73.99413299560547,40.690940856933594,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-02 13:47:10,2016-01-02 14:06:55,1,5.2,,,-73.99140167236328,40.68534469604492,-74.02333068847656,40.630828857421875,1,N,1,18.5,0.0,0.5,0.3,5.79,0.0,,25.09,1.0 +2,2016-01-08 15:06:39,2016-01-08 15:11:17,1,0.9,,,-73.83049011230469,40.708770751953125,-73.81941986083984,40.71373748779297,1,N,1,5.5,0.0,0.5,0.3,0.7,0.0,,7.0,1.0 +1,2016-01-10 04:32:51,2016-01-10 05:13:08,1,11.9,,,-73.95877838134766,40.722164154052734,-73.95721435546875,40.80424880981445,1,N,2,37.5,0.5,0.5,0.3,0.0,0.0,,38.8,1.0 +1,2016-01-03 00:25:21,2016-01-03 00:47:26,1,5.8,,,-73.95791625976562,40.64445114135742,-73.99333190917969,40.72183609008789,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-14 20:24:20,2016-01-14 20:29:01,1,0.74,,,-73.95680236816406,40.74557113647461,-73.94737243652344,40.748130798339844,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-23 03:11:00,2016-01-23 03:34:18,4,6.53,,,-73.94805908203125,40.746063232421875,-73.99046325683594,40.737186431884766,1,N,1,22.0,0.5,0.5,0.3,5.82,0.0,,29.12,1.0 +2,2016-01-15 15:49:24,2016-01-15 16:24:14,1,4.41,,,-73.99247741699219,40.6895637512207,-73.92631530761719,40.67641830444336,1,N,1,22.5,0.0,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-26 03:54:31,2016-01-26 04:12:49,1,7.2,,,-73.94213104248047,40.71571350097656,-73.99143981933594,40.75142288208008,1,N,1,22.0,0.5,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-29 08:45:47,2016-01-29 08:55:35,1,1.8,,,-73.8768081665039,40.74832534790039,-73.8641357421875,40.73148727416992,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-11 20:35:40,2016-01-11 20:49:54,1,3.67,,,-73.92139434814453,40.76661682128906,-73.87653350830078,40.74851608276367,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-04 16:45:10,2016-01-04 16:57:10,1,2.11,,,-73.9654769897461,40.806068420410156,-73.93891906738281,40.80470657348633,1,N,1,10.0,1.0,0.5,0.3,1.18,0.0,,12.98,1.0 +2,2016-01-15 16:41:48,2016-01-15 17:10:04,1,4.76,,,-73.93868255615234,40.749752044677734,-73.87049102783203,40.755226135253906,1,N,2,20.0,1.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-13 16:09:43,2016-01-13 17:19:31,1,15.13,,,-73.87589263916016,40.770870208740234,-73.9569091796875,40.652183532714844,1,N,1,52.0,1.0,0.5,0.3,10.76,0.0,,64.56,1.0 +1,2016-01-16 00:13:15,2016-01-16 00:21:12,1,2.1,,,-73.95694732666016,40.71652603149414,-73.98619079589844,40.71794128417969,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-19 20:33:03,2016-01-19 20:48:52,1,5.13,,,-73.9559555053711,40.719390869140625,-73.96781921386719,40.76809310913086,1,N,1,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +1,2016-01-01 04:44:14,2016-01-01 04:48:43,1,0.6,,,0.0,0.0,-73.9540023803711,40.8045768737793,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-20 01:15:47,2016-01-20 01:19:33,1,1.1,,,-73.95486450195312,40.72069549560547,-73.9556884765625,40.7337646484375,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 20:52:28,2016-01-22 20:58:33,1,1.39,,,-73.92171478271484,40.767032623291016,-73.9345703125,40.776580810546875,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-01 00:19:39,2016-01-01 00:39:18,1,3.56,,,-73.95267486572266,40.723175048828125,-73.92391967773438,40.76137924194336,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-15 18:46:54,2016-01-15 18:54:46,1,1.1,,,-73.89712524414062,40.821109771728516,-73.9157485961914,40.82563018798828,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-10 22:21:56,2016-01-10 22:29:20,1,1.87,,,-73.99288177490234,40.68283462524414,-73.98405456542969,40.664024353027344,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +1,2016-01-29 18:11:05,2016-01-29 18:34:50,3,4.3,,,-73.9607162475586,40.809898376464844,-73.95037078857422,40.77143859863281,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-29 01:42:43,2016-01-29 01:44:56,1,0.68,,,-73.78734588623047,40.72926330566406,-73.78706359863281,40.735347747802734,1,N,1,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-08 18:46:39,2016-01-08 18:48:50,1,0.19,,,-73.99357604980469,40.687225341796875,-73.99549102783203,40.685787200927734,1,N,1,3.5,1.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-04 06:02:16,2016-01-04 06:08:37,1,3.28,,,-73.890869140625,40.746925354003906,-73.87236785888672,40.77452087402344,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-08 20:17:57,2016-01-08 20:29:26,2,4.0,,,-73.95020294189453,40.72795486450195,-73.99188995361328,40.71486282348633,1,N,1,14.0,0.5,0.5,0.3,3.06,0.0,,18.36,1.0 +2,2016-01-15 01:24:03,2016-01-15 01:31:04,1,1.36,,,-73.94517517089844,40.80854415893555,-73.94425964355469,40.81437683105469,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-05 23:59:59,2016-01-06 00:32:25,1,11.2,,,-73.87727355957031,40.748409271240234,-73.92274475097656,40.66817092895508,1,N,1,34.5,0.5,0.5,0.3,3.0,0.0,,38.8,1.0 +2,2016-01-08 18:55:38,2016-01-08 19:02:42,1,0.96,,,-73.95661163330078,40.7462158203125,-73.94393157958984,40.74494552612305,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 21:46:19,2016-01-09 21:57:07,2,2.07,,,-73.95396423339844,40.78730010986328,-73.97279357910156,40.76462936401367,1,N,1,10.0,0.5,0.5,0.3,2.1,0.0,,13.4,1.0 +2,2016-01-03 17:44:32,2016-01-03 17:59:23,1,3.66,,,-73.98623657226562,40.669193267822266,-74.00047302246094,40.63655471801758,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-25 22:40:26,2016-01-25 22:55:57,1,3.1,,,-73.98662567138672,40.70397186279297,-73.9554443359375,40.68939208984375,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,,17.25,1.0 +2,2016-01-27 20:32:53,2016-01-27 20:40:44,5,1.41,,,-73.87733459472656,40.737178802490234,-73.85848999023438,40.74399948120117,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 05:54:56,2016-01-01 06:03:03,5,1.63,,,-73.86114501953125,40.75791931152344,-73.87574005126953,40.74569320678711,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-17 21:17:06,2016-01-17 21:36:09,1,10.11,,,-73.92362976074219,40.82536315917969,-73.99140930175781,40.766326904296875,1,N,1,29.0,0.5,0.5,0.3,0.0,0.0,,30.3,1.0 +2,2016-01-30 00:49:42,2016-01-30 01:05:36,1,3.0,,,-73.91403198242188,40.70009231567383,-73.96117401123047,40.688079833984375,1,N,1,13.0,0.5,0.5,0.3,4.0,0.0,,18.3,1.0 +1,2016-01-30 21:31:57,2016-01-30 21:44:53,4,2.1,,,-73.86865997314453,40.73416519165039,-73.87870788574219,40.74984359741211,1,N,1,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-09 11:41:38,2016-01-09 11:54:37,1,6.68,,,-73.95670318603516,40.7473258972168,-73.88689422607422,40.76847457885742,1,N,1,20.0,0.0,0.5,0.3,4.16,0.0,,24.96,1.0 +2,2016-01-02 00:49:28,2016-01-02 00:59:04,1,2.08,,,-73.95157623291016,40.713951110839844,-73.9657974243164,40.69296646118164,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-27 07:12:29,2016-01-27 07:29:07,1,2.73,,,-73.9405746459961,40.814212799072266,-73.90579986572266,40.831241607666016,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-30 23:24:23,2016-01-30 23:31:22,1,1.3,,,-73.92687225341797,40.865596771240234,-73.9054946899414,40.87333297729492,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-21 23:09:02,2016-01-21 23:20:36,1,2.15,,,-73.99539184570312,40.68813705444336,-73.962158203125,40.67832565307617,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-11 11:44:33,2016-01-11 11:49:40,1,0.78,,,-73.95454406738281,40.78730392456055,-73.95951843261719,40.77992630004883,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 22:45:32,2016-01-13 22:50:50,1,0.99,,,-73.92169952392578,40.76670455932617,-73.93400573730469,40.770225524902344,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +1,2016-01-11 15:39:30,2016-01-11 15:51:33,1,2.0,,,-73.93843078613281,40.80524444580078,-73.96683502197266,40.80345153808594,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-14 15:36:02,2016-01-14 15:58:18,1,3.9,,,-73.88508605957031,40.74967575073242,-73.82869720458984,40.760623931884766,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-08 00:18:32,2016-01-08 00:23:30,5,1.06,,,-73.9076919555664,40.77404022216797,-73.90898895263672,40.76456069946289,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-06 10:07:59,2016-01-06 10:19:37,1,2.47,,,-74.007080078125,40.68228530883789,-73.9837875366211,40.70233154296875,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-17 04:44:28,2016-01-17 04:50:02,1,1.48,,,-73.91890716552734,40.759056091308594,-73.91918182373047,40.77284622192383,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-28 22:06:08,2016-01-28 22:13:46,1,2.62,,,-73.94103240966797,40.83930206298828,-73.91459655761719,40.8412971496582,1,N,1,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-12 09:48:35,2016-01-12 10:06:02,7,3.39,,,-73.83357238769531,40.827964782714844,-73.88492584228516,40.83669662475586,5,N,2,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-30 14:13:08,2016-01-30 14:29:18,1,1.82,,,-73.92346954345703,40.76419448852539,-73.90292358398438,40.746761322021484,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-26 19:06:20,2016-01-26 19:20:01,1,2.4,,,-73.96083068847656,40.806861877441406,-73.95288848876953,40.783138275146484,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-11 15:47:24,2016-01-11 16:04:37,1,2.04,,,-73.96337127685547,40.710323333740234,-73.94902038574219,40.68866729736328,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-10 16:03:37,2016-01-10 16:19:31,1,3.9,,,-73.98725891113281,40.69401550292969,-74.00251007080078,40.738624572753906,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-02 21:05:05,2016-01-02 21:12:02,1,3.39,,,-73.82984161376953,40.71367263793945,-73.80580139160156,40.67482376098633,1,N,1,11.5,0.5,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-13 19:03:53,2016-01-13 19:10:13,3,0.93,,,-73.92726135253906,40.703941345214844,-73.91505432128906,40.699378967285156,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-29 19:17:16,2016-01-29 19:35:36,6,2.19,,,-73.95996856689453,40.71546173095703,-73.98696899414062,40.72080993652344,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,,17.3,1.0 +2,2016-01-02 17:52:24,2016-01-02 17:58:03,1,0.77,,,-73.94692993164062,40.632171630859375,-73.94751739501953,40.640098571777344,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-17 18:57:52,2016-01-17 19:08:03,1,1.89,,,-73.98053741455078,40.67631530761719,-73.9496078491211,40.67517852783203,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-30 18:36:38,2016-01-30 18:58:50,1,3.7,,,-73.83070373535156,40.75932312011719,-73.81581115722656,40.71418380737305,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,,21.36,1.0 +1,2016-01-03 14:58:57,2016-01-03 15:07:23,1,2.8,,,-73.943603515625,40.836204528808594,-73.96310424804688,40.8057861328125,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-21 10:35:05,2016-01-21 10:42:25,1,1.12,,,-73.94773864746094,40.79594039916992,-73.93240356445312,40.79558181762695,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-28 10:34:44,2016-01-28 10:43:03,1,1.2,,,-73.87870025634766,40.75632095336914,-73.8900375366211,40.747047424316406,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-14 13:08:35,2016-01-14 13:14:52,5,1.2,,,-73.95835876464844,40.734683990478516,-73.9488754272461,40.7264289855957,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 21:45:34,2016-01-22 22:06:24,1,3.46,,,-73.99243927001953,40.6894645690918,-73.9532699584961,40.656028747558594,1,N,1,16.0,0.5,0.5,0.3,4.32,0.0,,21.62,1.0 +2,2016-01-08 10:04:19,2016-01-08 10:08:36,1,0.5,,,-73.96278381347656,40.712158203125,-73.95692443847656,40.71734619140625,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-19 11:03:41,2016-01-19 11:11:45,1,1.01,,,-73.96490478515625,40.8067512512207,-73.95425415039062,40.80588150024414,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-09 18:39:13,2016-01-09 18:46:49,1,1.3,,,-73.97649383544922,40.67488479614258,-73.98885345458984,40.66320037841797,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-15 00:32:51,2016-01-15 00:39:29,1,1.31,,,-73.95481872558594,40.72060012817383,-73.95932006835938,40.73268508911133,1,N,1,6.5,0.5,0.5,0.3,0.05,0.0,,7.85,1.0 +2,2016-01-10 01:17:24,2016-01-10 01:19:47,1,0.79,,,-73.83024597167969,40.714111328125,-73.82046508789062,40.719181060791016,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-07 01:42:49,2016-01-07 01:47:06,1,1.11,,,-73.93323516845703,40.70301818847656,-73.95333862304688,40.699066162109375,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-13 18:46:48,2016-01-13 18:50:06,2,0.82,,,-73.92561340332031,40.714088439941406,-73.94053649902344,40.71205139160156,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-25 10:51:05,2016-01-25 10:56:00,1,0.4,,,-73.9444580078125,40.79475402832031,-73.94912719726562,40.79423522949219,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-22 20:02:37,2016-01-22 20:12:52,1,1.6,,,-73.80779266357422,40.70045471191406,-73.78472900390625,40.706443786621094,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,,11.75,1.0 +2,2016-01-14 19:55:11,2016-01-14 19:57:32,1,0.44,,,-73.86228942871094,40.73037338256836,-73.86944580078125,40.73342514038086,1,N,1,4.0,1.0,0.5,0.3,1.74,0.0,,7.54,1.0 +2,2016-01-17 17:10:56,2016-01-17 17:31:00,1,4.22,,,-73.95686340332031,40.748111724853516,-73.96100616455078,40.77752685546875,1,N,1,16.5,0.0,0.5,0.3,4.32,0.0,,21.62,1.0 +2,2016-01-21 15:02:42,2016-01-21 15:22:26,1,1.94,,,-73.96649169921875,40.80427169799805,-73.9751205444336,40.78047180175781,1,N,1,13.5,0.0,0.5,0.3,2.0,0.0,,16.3,1.0 +2,2016-01-03 21:46:46,2016-01-03 21:56:30,1,2.18,,,-73.83043670654297,40.75950241088867,-73.84314727783203,40.783050537109375,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-26 06:23:05,2016-01-26 06:47:30,1,4.3,,,-73.9786605834961,40.670257568359375,-73.98585510253906,40.721343994140625,1,N,1,19.0,0.0,0.5,0.3,3.0,0.0,,22.8,1.0 +1,2016-01-12 10:05:32,2016-01-12 10:30:57,1,2.7,,,-73.9390869140625,40.80513000488281,-73.96531677246094,40.77176284790039,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-22 14:30:35,2016-01-22 14:34:46,1,0.47,,,-73.95768737792969,40.717777252197266,-73.96218872070312,40.71968078613281,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-08 18:07:08,2016-01-08 18:15:55,1,1.56,,,-73.92107391357422,40.867523193359375,-73.93592071533203,40.849815368652344,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 22:52:26,2016-01-29 22:58:10,6,0.99,,,-73.89118957519531,40.747005462646484,-73.87532806396484,40.75065612792969,1,N,1,6.0,0.5,0.5,0.3,0.5,0.0,,7.8,1.0 +2,2016-01-26 21:06:11,2016-01-26 21:20:50,5,2.34,,,-73.88472747802734,40.74473190307617,-73.85603332519531,40.747581481933594,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-30 13:36:00,2016-01-30 13:39:28,2,0.59,,,-73.969482421875,40.689537048339844,-73.98037719726562,40.689979553222656,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-13 01:44:38,2016-01-13 01:47:49,1,0.37,,,-73.9505615234375,40.67069625854492,-73.95745086669922,40.6715087890625,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-28 21:18:25,2016-01-28 21:22:38,1,1.0,,,-73.86835479736328,40.74913024902344,-73.8583984375,40.755672454833984,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-16 00:45:26,2016-01-16 01:12:42,1,4.29,,,-73.96292114257812,40.71721267700195,-73.9353256225586,40.68434143066406,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-04 06:53:15,2016-01-04 07:06:53,2,4.08,,,-73.99642181396484,40.68602752685547,-73.98998260498047,40.73227310180664,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-09 20:21:06,2016-01-09 20:38:29,1,3.3,,,-73.95796203613281,40.71759033203125,-73.98389434814453,40.70146179199219,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-21 00:16:58,2016-01-21 00:29:11,1,6.3,,,-73.95767211914062,40.73032760620117,-74.00320434570312,40.682926177978516,1,N,1,19.0,0.5,0.5,0.3,2.0,0.0,,22.3,1.0 +2,2016-01-09 11:18:27,2016-01-09 11:30:12,2,2.09,,,-73.95471954345703,40.7893180847168,-73.9664306640625,40.764671325683594,1,N,1,10.0,0.0,0.5,0.3,1.62,0.0,,12.42,1.0 +2,2016-01-09 02:13:51,2016-01-09 02:43:52,1,7.32,,,-73.9570083618164,40.72107696533203,-73.98297119140625,40.763221740722656,1,N,1,26.0,0.5,0.5,0.3,2.5,0.0,,29.8,1.0 +2,2016-01-17 16:17:22,2016-01-17 16:26:48,1,1.45,,,-73.99803161621094,40.68305587768555,-73.97686004638672,40.681697845458984,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-06 08:23:38,2016-01-06 08:30:53,1,1.1,,,-73.93917083740234,40.80510330200195,-73.9407958984375,40.792823791503906,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,,9.1,1.0 +2,2016-01-27 18:20:51,2016-01-27 18:32:32,1,1.81,,,-73.86405944824219,40.732391357421875,-73.83920288085938,40.71834182739258,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-03 02:30:12,2016-01-03 02:44:16,1,6.38,,,-73.9516830444336,40.71481704711914,-73.91898345947266,40.769378662109375,1,N,1,20.0,0.5,0.5,0.3,2.0,0.0,,23.3,1.0 +2,2016-01-22 18:17:52,2016-01-22 18:32:14,1,3.32,,,-73.87760925292969,40.73647689819336,-73.82555389404297,40.74372863769531,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-22 15:10:34,2016-01-22 15:19:44,1,1.54,,,-73.98883056640625,40.675437927246094,-73.9922103881836,40.6590690612793,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 23:07:09,2016-01-26 23:10:42,5,0.91,,,-73.9253921508789,40.761775970458984,-73.93894958496094,40.76509094238281,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-13 21:26:52,2016-01-13 22:10:31,1,15.5,,,0.0,0.0,0.0,0.0,1,N,1,46.5,0.5,0.5,0.3,0.0,0.0,,47.8,1.0 +2,2016-01-09 16:30:36,2016-01-09 16:47:05,1,2.88,,,-73.91796875,40.758506774902344,-73.87651062011719,40.74849319458008,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-16 18:38:42,2016-01-16 18:58:10,1,6.0,,,-73.90750122070312,40.853919982910156,-73.8329849243164,40.83559036254883,1,N,1,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-16 23:00:39,2016-01-16 23:16:34,1,4.39,,,-73.94098663330078,40.818363189697266,-73.97274780273438,40.76470184326172,1,N,1,15.5,0.5,0.5,0.3,2.0,0.0,,18.8,1.0 +2,2016-01-01 20:12:04,2016-01-01 20:18:56,1,0.89,,,-73.96151733398438,40.71131896972656,-73.95655059814453,40.71692657470703,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +1,2016-01-22 13:36:35,2016-01-22 13:42:24,1,0.8,,,-73.97538757324219,40.67470932006836,-73.9675064086914,40.67434310913086,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-15 18:08:54,2016-01-15 18:23:01,1,1.7,,,-73.94169616699219,40.79873275756836,-73.96632385253906,40.80487060546875,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-18 14:36:52,2016-01-18 14:50:10,1,2.67,,,-73.8709716796875,40.7340202331543,-73.92045593261719,40.74161911010742,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-01 17:30:14,2016-01-01 18:20:24,1,13.04,,,-73.89537811279297,40.6700325012207,-73.98460388183594,40.5766487121582,1,N,2,47.0,0.0,0.5,0.3,0.0,0.0,,47.8,1.0 +2,2016-01-21 11:09:10,2016-01-21 11:18:32,1,1.26,,,-73.9479751586914,40.79561996459961,-73.96572875976562,40.80531692504883,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +1,2016-01-18 00:50:45,2016-01-18 01:11:43,1,7.6,,,-73.9409408569336,40.814022064208984,-74.00395965576172,40.74300765991211,1,N,3,24.5,0.5,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-09 07:19:19,2016-01-09 07:44:04,1,5.87,,,-73.87167358398438,40.7531852722168,-73.96913146972656,40.75609588623047,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,,22.8,1.0 +1,2016-01-02 03:33:43,2016-01-02 04:23:36,1,9.8,,,-73.97531127929688,40.68666458129883,-73.99764251708984,40.737762451171875,1,N,1,41.0,0.5,0.5,0.3,30.0,0.0,,72.3,1.0 +2,2016-01-08 09:20:28,2016-01-08 09:37:16,1,7.78,,,-73.84429931640625,40.72138214111328,-73.77693939208984,40.64631652832031,1,N,1,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-10 10:53:22,2016-01-10 10:56:22,1,0.62,,,-73.91996765136719,40.75776290893555,-73.91685485839844,40.7647819519043,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,,6.62,1.0 +2,2016-01-29 22:16:40,2016-01-29 22:41:54,1,4.4,,,-73.96839904785156,40.67898178100586,-73.91519927978516,40.70480728149414,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +1,2016-01-14 07:49:08,2016-01-14 08:06:30,1,4.8,,,-73.98465728759766,40.70240783691406,-73.959228515625,40.72917938232422,1,N,1,17.5,0.0,0.5,0.3,3.65,0.0,,21.95,1.0 +2,2016-01-19 02:42:19,2016-01-19 02:56:13,2,2.8,,,-73.96553039550781,40.713523864746094,-73.9268569946289,40.69257354736328,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-02 16:52:56,2016-01-02 17:07:36,1,1.78,,,-73.95896911621094,40.68185043334961,-73.98738861083984,40.69124984741211,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-14 12:40:32,2016-01-14 12:42:44,1,0.64,,,-73.97007751464844,40.68953323364258,-73.98092651367188,40.68864440917969,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-10 04:30:56,2016-01-10 04:32:45,1,0.41,,,-73.9516830444336,40.71493148803711,-73.94895935058594,40.711238861083984,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-16 00:44:55,2016-01-16 00:47:28,1,0.64,,,-73.98866271972656,40.67038345336914,-73.98225402832031,40.678470611572266,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-03 19:01:37,2016-01-03 19:09:39,1,1.13,,,-73.87434387207031,40.73508071899414,-73.88441467285156,40.74055862426758,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-21 01:22:29,2016-01-21 01:29:11,1,2.38,,,-73.83189392089844,40.71525192260742,-73.8073501586914,40.71416473388672,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,,12.3,1.0 +1,2016-01-01 07:59:45,2016-01-01 08:08:00,1,2.1,,,-73.86953735351562,40.832706451416016,-73.89259338378906,40.824317932128906,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-13 17:54:44,2016-01-13 18:10:15,1,2.7,,,-73.99207305908203,40.69034194946289,-73.97923278808594,40.66325759887695,1,N,1,12.0,1.0,0.5,0.3,2.75,0.0,,16.55,1.0 +2,2016-01-15 18:30:06,2016-01-15 18:35:43,1,1.25,,,-73.951904296875,40.78974533081055,-73.9549789428711,40.77940368652344,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-20 14:37:08,2016-01-20 14:39:34,1,0.54,,,-73.91352844238281,40.76553726196289,-73.9075927734375,40.76482009887695,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-02 18:35:49,2016-01-02 18:39:18,1,1.21,,,-73.93800354003906,40.79678726196289,-73.94673919677734,40.78078079223633,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-11 13:35:26,2016-01-11 13:50:35,1,2.6,,,-73.98159790039062,40.6890983581543,-73.9358139038086,40.688716888427734,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-20 13:01:22,2016-01-20 13:27:56,2,2.56,,,-73.92252349853516,40.82696533203125,-73.92315673828125,40.85139846801758,1,N,1,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-22 21:34:38,2016-01-22 21:50:22,1,6.16,,,-73.94013977050781,40.79777908325195,-73.88066101074219,40.750492095947266,1,N,2,19.5,0.5,0.5,0.3,0.0,5.54,,26.34,1.0 +2,2016-01-09 22:45:37,2016-01-09 22:56:42,1,2.61,,,-73.93585205078125,40.6773567199707,-73.95824432373047,40.69438171386719,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-12 20:46:42,2016-01-12 20:53:36,1,0.71,,,-73.97754669189453,40.68434143066406,-73.9847412109375,40.683048248291016,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 03:32:01,2016-01-01 03:57:11,1,4.35,,,-73.95167541503906,40.713348388671875,-73.93558502197266,40.66724395751953,1,N,1,19.0,0.5,0.5,0.3,4.06,0.0,,24.36,1.0 +2,2016-01-15 01:45:18,2016-01-15 01:45:41,1,0.0,,,-73.8147201538086,40.73030471801758,-73.81472778320312,40.73030090332031,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +1,2016-01-25 09:53:42,2016-01-25 10:04:05,1,1.8,,,-73.98995208740234,40.70265579223633,-73.97279357910156,40.688087463378906,1,N,1,8.5,0.0,0.5,0.3,2.7,0.0,,12.0,1.0 +2,2016-01-06 11:09:08,2016-01-06 11:11:45,1,0.63,,,-73.9173812866211,40.76102066040039,-73.92477416992188,40.7618408203125,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-22 15:28:43,2016-01-22 15:42:07,2,2.21,,,-73.8869857788086,40.730342864990234,-73.85140991210938,40.73088836669922,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-13 19:34:42,2016-01-13 19:50:35,1,7.41,,,-73.84605407714844,40.85647964477539,-73.9316635131836,40.828697204589844,1,N,1,22.0,1.0,0.5,0.3,4.76,0.0,,28.56,1.0 +2,2016-01-26 18:54:23,2016-01-26 19:08:07,6,2.0,,,-73.98746490478516,40.66780090332031,-73.97260284423828,40.68745040893555,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-18 10:56:28,2016-01-18 11:00:06,1,0.5,,,-73.94142150878906,40.79950714111328,-73.94084930419922,40.805389404296875,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 09:08:48,2016-01-02 09:09:12,1,0.16,,,-73.94017028808594,40.81516647338867,-73.94110107421875,40.81172561645508,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-30 02:52:15,2016-01-30 02:58:00,1,1.67,,,-73.83453369140625,40.83771514892578,-73.86277770996094,40.84139633178711,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-13 05:41:31,2016-01-13 05:53:57,1,5.3,,,-73.92158508300781,40.766807556152344,-73.8546371459961,40.752052307128906,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +1,2016-01-11 17:59:39,2016-01-11 18:14:54,1,3.3,,,-73.93017578125,40.83152389526367,-73.8956298828125,40.85609817504883,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-10 00:56:30,2016-01-10 01:04:28,5,2.67,,,-73.92460632324219,40.76165771484375,-73.8901596069336,40.770835876464844,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-14 08:38:26,2016-01-14 08:45:33,1,0.54,,,-73.99766540527344,40.68361282348633,-74.0018081665039,40.68285369873047,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-24 15:26:16,2016-01-24 15:27:28,1,0.07,,,-73.92381286621094,40.68932342529297,-73.92698669433594,40.68746566772461,1,N,1,2.5,0.0,0.5,0.3,10.0,0.0,,13.3,1.0 +2,2016-01-19 17:35:53,2016-01-19 17:49:03,1,1.82,,,-73.9521484375,40.791175842285156,-73.94983673095703,40.77362823486328,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-02 17:29:25,2016-01-02 17:37:21,1,1.1,,,-73.95590209960938,40.80366516113281,-73.94232177734375,40.79561996459961,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 17:28:24,2016-01-22 17:33:32,5,0.82,,,-73.91014862060547,40.752296447753906,-73.90335083007812,40.745853424072266,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-24 18:51:34,2016-01-24 19:17:46,1,2.21,,,-73.85633850097656,40.74592971801758,-73.87686920166016,40.75056838989258,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-21 19:14:28,2016-01-21 19:22:25,1,2.19,,,-73.78495788574219,40.70790100097656,-73.74442291259766,40.71622848510742,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-17 09:49:13,2016-01-17 10:01:39,5,3.35,,,-73.95225524902344,40.78982162475586,-73.96135711669922,40.756256103515625,1,N,1,13.0,0.0,0.5,0.3,4.0,0.0,,17.8,1.0 +2,2016-01-01 01:28:22,2016-01-01 02:08:32,1,11.0,,,-73.9201431274414,40.76833724975586,-73.94032287597656,40.832908630371094,1,N,1,37.5,0.5,0.5,0.3,0.0,0.0,,38.8,1.0 +1,2016-01-17 00:42:35,2016-01-17 00:44:21,1,0.3,,,-73.91879272460938,40.758907318115234,-73.92359161376953,40.76118469238281,1,N,1,3.5,0.5,0.5,0.3,1.0,0.0,,5.8,1.0 +1,2016-01-07 19:32:08,2016-01-07 19:33:39,1,0.2,,,-73.94857788085938,40.81337356567383,-73.95098876953125,40.810325622558594,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-06 16:36:57,2016-01-06 16:41:27,1,0.7,,,-73.90348815917969,40.745723724365234,-73.89703369140625,40.75135803222656,1,N,2,5.0,1.0,0.5,0,0.0,0.0,,6.5,1.0 +2,2016-01-01 01:15:54,2016-01-01 01:39:41,1,6.22,,,-73.99166870117188,40.688785552978516,-73.98423767089844,40.73625946044922,1,N,1,23.0,0.5,0.5,0.3,4.86,0.0,,29.16,1.0 +2,2016-01-24 12:10:32,2016-01-24 12:37:04,1,0.49,,,-73.9663314819336,40.58567810058594,-73.96926879882812,40.58527374267578,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-25 19:00:26,2016-01-25 19:21:41,1,3.34,,,-73.8287353515625,40.756385803222656,-73.82989501953125,40.75967025756836,1,N,2,15.5,1.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-12 00:28:36,2016-01-12 00:31:05,3,0.75,,,-73.9435806274414,40.709598541259766,-73.93671417236328,40.714515686035156,1,N,4,-4.5,-0.5,-0.5,-0.3,0.0,0.0,,-5.8,1.0 +2,2016-01-17 15:17:28,2016-01-17 15:30:03,1,2.48,,,-73.97602844238281,40.68379592895508,-73.95685577392578,40.65985107421875,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-29 12:52:45,2016-01-29 13:01:11,1,1.04,,,-73.94718170166016,40.79939651489258,-73.94499206542969,40.79100799560547,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-20 08:28:19,2016-01-20 08:46:59,5,5.1,,,-73.95219421386719,40.82429122924805,-73.99076080322266,40.765838623046875,1,N,1,16.5,0.0,0.5,0.3,1.0,0.0,,18.3,1.0 +2,2016-01-12 10:23:56,2016-01-12 10:34:26,1,2.23,,,-73.90231323242188,40.85420608520508,-73.93489837646484,40.849822998046875,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-09 12:09:41,2016-01-10 11:57:26,3,1.04,,,-73.93777465820312,40.7926025390625,-73.94844055175781,40.797794342041016,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-11 19:00:41,2016-01-11 19:07:40,1,1.3,,,-73.95482635498047,40.789100646972656,-73.96685791015625,40.77268981933594,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-27 12:17:06,2016-01-27 12:39:17,1,4.8,,,-73.9867935180664,40.7023811340332,-73.9936752319336,40.724609375,1,N,1,19.0,0.0,0.5,0.3,4.0,0.0,,23.8,1.0 +2,2016-01-28 23:46:24,2016-01-28 23:51:15,1,0.81,,,-73.94023132324219,40.84054183959961,-73.9365234375,40.84947204589844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 01:27:16,2016-01-19 01:41:00,6,2.95,,,-73.9677963256836,40.683712005615234,-73.92942810058594,40.69581604003906,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,,17.88,1.0 +2,2016-01-13 18:56:12,2016-01-13 19:12:48,5,3.57,,,-73.96365356445312,40.80278015136719,-73.91798400878906,40.82327651977539,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-18 08:56:51,2016-01-18 09:02:50,2,0.99,,,-73.91484069824219,40.764060974121094,-73.90412139892578,40.774959564208984,1,N,1,6.0,0.0,0.5,0.3,0.22,0.0,,7.02,1.0 +2,2016-01-16 21:51:14,2016-01-16 21:52:59,1,0.44,,,-73.80751037597656,40.700103759765625,-73.8101806640625,40.69587326049805,1,N,1,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-01 01:24:08,2016-01-01 01:34:20,1,1.62,,,-73.94467163085938,40.81381607055664,-73.94046020507812,40.833431243896484,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-12 14:05:04,2016-01-12 14:11:32,1,0.94,,,-73.99774932861328,40.6832389831543,-73.99137878417969,40.696075439453125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-11 16:47:07,2016-01-11 16:53:26,1,1.27,,,-73.94805145263672,40.80910110473633,-73.9493179321289,40.82257080078125,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 12:16:26,2016-01-04 12:25:50,1,2.86,,,-73.89006805419922,40.755401611328125,-73.87550354003906,40.77215576171875,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-26 17:39:26,2016-01-26 18:20:59,1,4.47,,,-73.95233917236328,40.78996658325195,-73.99078369140625,40.750938415527344,1,N,2,25.5,1.0,0.5,0.3,0.0,0.0,,27.3,1.0 +2,2016-01-12 19:43:36,2016-01-12 20:15:43,1,7.6,,,-73.98587799072266,40.68965148925781,-73.95378112792969,40.6121940612793,1,N,1,26.0,1.0,0.5,0.3,0.0,0.0,,27.8,1.0 +2,2016-01-13 08:02:06,2016-01-13 08:11:25,1,4.5,,,-73.86993408203125,40.733673095703125,-73.794677734375,40.7382926940918,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-01 01:16:02,2016-01-01 01:25:46,1,2.22,,,-73.93604278564453,40.795074462890625,-73.94638061523438,40.81645584106445,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-06 20:47:24,2016-01-07 20:36:12,1,2.82,,,-73.86841583251953,40.835906982421875,-73.88824462890625,40.81367111206055,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-08 19:37:07,2016-01-08 19:46:53,1,1.85,,,-73.9866943359375,40.70234298706055,-73.97909545898438,40.68353271484375,1,N,1,9.0,1.0,0.5,0.3,2.0,0.0,,12.8,1.0 +2,2016-01-30 19:47:30,2016-01-30 19:57:15,1,1.95,,,-73.9034423828125,40.745365142822266,-73.91116333007812,40.767704010009766,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-09 16:23:19,2016-01-09 16:30:42,1,0.78,,,-73.89302825927734,40.75078201293945,-73.89544677734375,40.74271774291992,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 23:20:19,2016-01-26 23:34:30,1,3.36,,,-73.97045135498047,40.6515007019043,-73.9739761352539,40.688873291015625,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-19 18:52:11,2016-01-19 19:06:49,6,0.0,,,-73.89302062988281,40.750614166259766,-73.92709350585938,40.75263977050781,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-20 11:21:12,2016-01-20 11:27:49,1,1.29,,,-73.919677734375,40.743499755859375,-73.94432830810547,40.74677276611328,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 18:24:40,2016-01-17 18:38:33,1,4.39,,,-73.90509796142578,40.879150390625,-73.94380187988281,40.835323333740234,1,N,1,15.0,0.0,0.5,0.3,3.0,0.0,,18.8,1.0 +2,2016-01-29 09:04:14,2016-01-29 09:08:59,1,0.78,,,-73.93759155273438,40.80411148071289,-73.94501495361328,40.794002532958984,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-16 14:28:48,2016-01-16 14:34:14,1,1.09,,,-73.92436981201172,40.76953125,-73.928466796875,40.75799560546875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 15:45:27,2016-01-05 15:50:16,1,0.74,,,-73.98603820800781,40.669097900390625,-73.99471282958984,40.66352844238281,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 10:58:55,2016-01-27 11:06:44,1,1.5,,,-73.99452209472656,40.69034957885742,-74.0052719116211,40.679649353027344,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-23 03:26:05,2016-01-23 03:39:13,1,2.5,,,-73.92140197753906,40.76662063598633,-73.91283416748047,40.7443962097168,1,N,1,10.5,0.5,0.5,0.3,3.54,0.0,,15.34,1.0 +2,2016-01-29 17:34:00,2016-01-29 17:38:30,1,0.46,,,-73.84429931640625,40.72138595581055,-73.84841918945312,40.71619415283203,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-16 02:54:54,2016-01-16 02:59:48,1,1.51,,,-73.84417724609375,40.721248626708984,-73.83106994628906,40.729652404785156,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-07 23:46:45,2016-01-07 23:51:53,1,0.7,,,-73.95040130615234,40.714111328125,-73.96247863769531,40.71498107910156,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-08 17:34:39,2016-01-08 17:35:42,1,0.0,,,-73.75659942626953,40.67155456542969,-73.75659942626953,40.67155838012695,5,N,2,65.0,0.0,0.0,0,0.0,0.0,,65.0,2.0 +2,2016-01-29 15:48:02,2016-01-29 15:55:22,1,1.3,,,-73.92568969726562,40.761863708496094,-73.94273376464844,40.75985336303711,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-07 23:34:43,2016-01-07 23:42:12,1,1.6,,,-73.90966033935547,40.82637023925781,-73.89002227783203,40.82699966430664,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-19 13:28:44,2016-01-19 13:58:02,1,5.16,,,-73.91665649414062,40.76474380493164,-73.98196411132812,40.753753662109375,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-22 18:36:34,2016-01-22 18:47:03,1,0.53,,,-73.8691635131836,40.73385238647461,-73.86214447021484,40.7376594543457,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-15 15:33:06,2016-01-15 16:27:35,1,12.79,,,-73.95307159423828,40.680633544921875,-73.79045104980469,40.646697998046875,1,N,1,45.5,0.0,0.5,0.3,8.08,0.0,,54.38,1.0 +2,2016-01-21 00:02:43,2016-01-21 00:08:00,2,1.28,,,-73.9819107055664,40.68586349487305,-73.99497985839844,40.69572830200195,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-18 13:48:58,2016-01-18 13:52:31,1,0.8,,,-73.97937774658203,40.67819595336914,-73.97991180419922,40.66892623901367,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-02 10:03:51,2016-01-02 10:09:12,1,1.2,,,-73.95639038085938,40.717105865478516,-73.94271087646484,40.72574996948242,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 16:03:08,2016-01-22 16:33:03,1,5.76,,,-73.94471740722656,40.82391357421875,-73.88883972167969,40.872833251953125,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +1,2016-01-03 21:01:38,2016-01-03 21:30:21,1,14.0,,,-73.95210266113281,40.78977966308594,-73.98246765136719,40.6575813293457,1,N,1,39.0,0.5,0.5,0.3,10.05,0.0,,50.35,1.0 +2,2016-01-23 09:53:59,2016-01-23 10:03:36,1,1.79,,,-73.946533203125,40.7849006652832,-73.95157623291016,40.79938888549805,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 18:58:22,2016-01-14 19:04:34,5,1.13,,,-73.95408630371094,40.587310791015625,-73.94610595703125,40.59741973876953,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-11 09:59:59,2016-01-11 10:08:30,1,1.41,,,-73.94438934326172,40.81940841674805,-73.95068359375,40.802547454833984,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-27 08:06:35,2016-01-27 08:13:27,1,1.6,,,-73.88761138916016,40.76521682739258,-73.91590881347656,40.77027130126953,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,,10.35,1.0 +1,2016-01-15 17:36:14,2016-01-15 18:04:52,1,5.1,,,-73.93182373046875,40.765193939208984,-73.94551849365234,40.70713806152344,1,N,2,21.0,0.5,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-16 12:02:28,2016-01-16 12:11:52,1,2.25,,,-73.97062683105469,40.692020416259766,-73.99605560302734,40.69078826904297,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-16 22:46:21,2016-01-16 23:07:57,1,3.77,,,-73.8848648071289,40.747493743896484,-73.8308334350586,40.765262603759766,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,,22.56,1.0 +1,2016-01-18 05:30:33,2016-01-18 06:04:21,1,6.7,,,-73.94981384277344,40.65266036987305,-73.92250061035156,40.708961486816406,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-17 23:45:18,2016-01-17 23:54:15,1,3.04,,,-73.8908462524414,40.746910095214844,-73.8705062866211,40.763031005859375,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-25 15:00:11,2016-01-26 14:59:39,1,4.4,,,-73.92807006835938,40.74431610107422,-73.85212707519531,40.72896194458008,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-03 03:00:48,2016-01-03 03:02:07,1,0.4,,,-73.96266174316406,40.68708419799805,-73.95504760742188,40.68796920776367,1,N,1,3.5,0.5,0.5,0.3,0.86,0.0,,5.66,1.0 +2,2016-01-26 22:49:02,2016-01-26 22:57:51,1,1.41,,,-73.99250793457031,40.68364334106445,-73.98796081542969,40.70161437988281,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-01 09:42:48,2016-01-01 09:45:53,2,0.8,,,-73.94338989257812,40.81544876098633,-73.9356918334961,40.825897216796875,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-26 18:05:31,2016-01-26 18:28:32,1,2.81,,,-73.9610824584961,40.718971252441406,-73.93124389648438,40.70375061035156,1,N,1,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-12 08:56:48,2016-01-12 08:56:50,1,0.0,,,-73.91929626464844,40.816776275634766,-73.91932678222656,40.81684112548828,5,N,1,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +1,2016-01-07 15:08:21,2016-01-07 15:25:22,1,2.2,,,-73.96601867675781,40.80555725097656,-73.95458221435547,40.78413009643555,1,N,1,12.5,0.0,0.5,0.3,1.7,0.0,,15.0,1.0 +2,2016-01-22 01:40:43,2016-01-22 01:42:44,1,0.37,,,-73.86981964111328,40.74980163574219,-73.87353515625,40.7529411315918,1,N,1,3.5,0.5,0.5,0.3,1.44,0.0,,6.24,1.0 +1,2016-01-06 18:21:58,2016-01-06 18:38:32,1,3.4,,,-73.81558227539062,40.700340270996094,-73.80413055419922,40.731300354003906,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-12 07:59:01,2016-01-12 08:13:47,1,2.07,,,-73.95011138916016,40.785579681396484,-73.9749526977539,40.77766799926758,1,N,1,11.5,0.0,0.5,0.3,3.69,0.0,,15.99,1.0 +1,2016-01-18 21:42:15,2016-01-18 22:13:13,1,11.6,,,-73.9466781616211,40.63180160522461,-73.79463195800781,40.596832275390625,1,N,1,35.5,0.5,0.5,0.3,0.0,0.0,,36.8,1.0 +2,2016-01-28 21:50:35,2016-01-28 22:13:39,1,5.58,,,-73.95310974121094,40.81777572631836,-73.97084045410156,40.753421783447266,1,N,1,20.5,0.5,0.5,0.3,2.0,0.0,,23.8,1.0 +1,2016-01-19 12:48:04,2016-01-19 13:09:00,1,6.2,,,-73.96326446533203,40.80876159667969,-73.99258422851562,40.754722595214844,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-08 19:09:40,2016-01-08 19:14:41,1,0.77,,,-73.95065307617188,40.818603515625,-73.94100189208984,40.81932830810547,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-11 08:05:39,2016-01-11 08:26:58,1,3.3,,,-73.95216369628906,40.64788818359375,-73.97321319580078,40.685001373291016,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-23 00:43:37,2016-01-23 01:19:47,1,11.47,,,-73.94744110107422,40.79069137573242,-73.9610595703125,40.685760498046875,1,N,2,36.5,0.5,0.5,0.3,0.0,0.0,,37.8,1.0 +2,2016-01-30 01:53:35,2016-01-30 02:11:44,2,6.3,,,-73.95120239257812,40.723880767822266,-73.89506530761719,40.76717758178711,1,N,1,20.0,0.5,0.5,0.3,2.22,0.0,,23.52,1.0 +1,2016-01-16 21:58:30,2016-01-16 22:05:13,3,1.4,,,-73.95343780517578,40.8226203918457,-73.95805358886719,40.805503845214844,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-22 13:36:27,2016-01-22 13:45:25,1,3.2,,,-73.89067840576172,40.746910095214844,-73.87225341796875,40.77444076538086,1,N,1,12.0,0.0,0.5,0.3,2.55,0.0,,15.35,1.0 +2,2016-01-20 15:14:35,2016-01-20 15:18:08,1,0.51,,,-73.9848861694336,40.670833587646484,-73.97996520996094,40.677085876464844,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 22:27:10,2016-01-11 22:33:55,1,1.3,,,-73.95781707763672,40.670963287353516,-73.93637084960938,40.672855377197266,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 21:30:01,2016-01-04 21:35:10,1,0.91,,,-73.86965942382812,40.733551025390625,-73.85921478271484,40.73712158203125,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 20:23:29,2016-01-01 20:30:47,1,1.37,,,-73.96220397949219,40.80558776855469,-73.95246887207031,40.80318069458008,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 15:32:09,2016-01-04 15:48:17,1,2.64,,,-73.95501708984375,40.789276123046875,-73.98059844970703,40.75925827026367,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,,15.96,1.0 +1,2016-01-04 10:12:15,2016-01-04 10:16:24,2,0.6,,,-73.94134521484375,40.8392448425293,-73.94007873535156,40.83633041381836,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-22 17:34:31,2016-01-22 17:48:00,1,0.71,,,-73.97425079345703,40.671661376953125,-73.96976470947266,40.67455291748047,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-18 16:42:55,2016-01-18 16:53:05,1,2.7,,,-73.96025848388672,40.80803680419922,-73.98140716552734,40.77387619018555,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-05 15:55:25,2016-01-05 16:17:35,1,2.85,,,-73.95703125,40.80263137817383,-73.95565032958984,40.773597717285156,1,N,1,16.0,0.0,0.5,0.3,2.0,0.0,,18.8,1.0 +2,2016-01-19 07:56:54,2016-01-19 07:59:58,2,0.94,,,-73.94697570800781,40.831172943115234,-73.95533752441406,40.81999206542969,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 20:31:39,2016-01-27 20:50:55,1,6.03,,,-73.94181823730469,40.84121322631836,-73.96012878417969,40.77964782714844,1,N,1,20.5,0.5,0.5,0.3,3.27,0.0,,25.07,1.0 +1,2016-01-08 23:55:27,2016-01-09 00:01:39,4,1.3,,,-73.96351623535156,40.676780700683594,-73.96881866455078,40.69233703613281,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 16:08:42,2016-01-22 16:22:36,1,4.24,,,-73.94283294677734,40.84122848510742,-73.93915557861328,40.805416107177734,1,N,1,15.0,1.0,0.5,0.3,4.2,0.0,,21.0,1.0 +2,2016-01-10 10:36:31,2016-01-10 10:44:07,1,1.27,,,-73.98755645751953,40.693050384521484,-73.99930572509766,40.68342971801758,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,,9.75,1.0 +1,2016-01-10 20:39:37,2016-01-10 20:46:31,1,2.0,,,-73.9393081665039,40.805145263671875,-73.96332550048828,40.79384994506836,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-10 23:31:20,2016-01-10 23:45:26,1,4.4,,,-73.95853424072266,40.715023040771484,-73.9996109008789,40.744171142578125,1,N,1,15.0,0.5,0.5,0.3,3.25,0.0,,19.55,1.0 +1,2016-01-19 18:43:32,2016-01-19 19:09:14,1,5.5,,,-73.90300750732422,40.745853424072266,-73.9876480102539,40.75204086303711,1,N,2,21.0,1.0,0.5,0.3,0.0,5.54,,28.34,1.0 +2,2016-01-01 02:23:41,2016-01-01 02:37:51,1,5.49,,,-73.89276123046875,40.72227478027344,-73.981201171875,40.7442741394043,1,N,1,18.0,0.5,0.5,0.3,2.48,5.54,,27.32,1.0 +2,2016-01-25 15:06:52,2016-01-25 15:32:46,1,3.19,,,-73.9531478881836,40.798553466796875,-73.98207092285156,40.769195556640625,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-25 10:47:19,2016-01-25 11:01:41,1,4.35,,,-73.95539855957031,40.72007369995117,-73.99051666259766,40.69390106201172,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-20 17:37:09,2016-01-20 17:55:49,1,2.95,,,-73.94598388671875,40.806922912597656,-73.96439361572266,40.77371597290039,1,N,2,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-22 23:41:14,2016-01-22 23:49:27,2,1.51,,,-73.86209869384766,40.7303581237793,-73.86930084228516,40.7490234375,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-08 23:01:08,2016-01-08 23:06:46,1,1.0,,,-73.95387268066406,40.729286193847656,-73.95619201660156,40.71729278564453,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-30 19:03:12,2016-01-30 19:24:39,1,4.47,,,-73.99398040771484,40.68154525756836,-74.00589752197266,40.73589324951172,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,,21.96,1.0 +1,2016-01-01 03:23:52,2016-01-01 03:42:57,1,6.7,,,-73.93841552734375,40.8131103515625,-73.99613189697266,40.75655746459961,1,N,1,21.5,0.5,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-30 22:02:43,2016-01-30 22:07:40,1,0.81,,,-73.95459747314453,40.8055534362793,-73.96424102783203,40.800750732421875,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,,8.8,1.0 +2,2016-01-12 22:43:22,2016-01-12 22:46:37,1,0.64,,,-73.98468017578125,40.67111587524414,-73.99142456054688,40.6633415222168,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-30 20:49:35,2016-01-30 21:05:36,1,3.36,,,-73.94535064697266,40.807708740234375,-73.95093536376953,40.771663665771484,1,N,1,14.0,0.5,0.5,0.3,3.82,0.0,,19.12,1.0 +2,2016-01-24 16:48:28,2016-01-24 17:04:58,1,2.49,,,-73.97354125976562,40.6965446472168,-73.9581298828125,40.670475006103516,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-28 22:52:11,2016-01-28 22:57:51,2,0.79,,,-73.84404754638672,40.721153259277344,-73.8421859741211,40.71310043334961,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 19:00:44,2016-01-15 19:09:16,1,0.96,,,-73.8907699584961,40.746978759765625,-73.88134002685547,40.754188537597656,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-02 16:11:56,2016-01-02 16:20:51,1,0.95,,,-73.94298553466797,40.79922103881836,-73.95216369628906,40.808631896972656,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-08 23:20:30,2016-01-08 23:49:32,1,6.12,,,-73.91590118408203,40.76416778564453,-74.00274658203125,40.74973678588867,1,N,1,23.0,0.5,0.5,0.3,4.86,0.0,,29.16,1.0 +2,2016-01-22 09:44:29,2016-01-22 09:47:05,1,0.54,,,-73.94291687011719,40.811405181884766,-73.95088958740234,40.81169128417969,1,N,1,4.0,0.0,0.5,0.3,1.44,0.0,,6.24,1.0 +2,2016-01-30 19:50:29,2016-01-30 20:01:18,5,1.86,,,-73.9176025390625,40.74351501464844,-73.94593811035156,40.750816345214844,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-02 21:31:45,2016-01-02 21:39:06,3,0.97,,,-73.95794677734375,40.72183609008789,-73.96186828613281,40.71320343017578,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-01 03:42:48,2016-01-01 03:52:48,5,1.7,,,-73.91592407226562,40.85028076171875,-73.9371337890625,40.83958435058594,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-28 18:11:27,2016-01-28 18:17:41,1,1.3,,,-73.94763946533203,40.764198303222656,-73.93034362792969,40.76455307006836,1,N,1,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-28 12:24:05,2016-01-28 12:34:45,1,1.39,,,-73.8302230834961,40.71369171142578,-73.84542083740234,40.72123336791992,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-16 19:04:14,2016-01-16 19:09:40,1,1.0,,,-73.89602661132812,40.74540328979492,-73.9043960571289,40.75010299682617,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,,7.55,1.0 +1,2016-01-28 16:13:24,2016-01-28 16:22:26,1,0.9,,,-73.94122314453125,40.68805694580078,-73.94042205810547,40.67995834350586,1,Y,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-26 07:50:08,2016-01-26 07:55:08,1,1.41,,,-73.82747650146484,40.85262680053711,-73.82813262939453,40.833404541015625,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 21:13:05,2016-01-28 21:21:27,2,1.75,,,-73.9033203125,40.745784759521484,-73.89541625976562,40.7289924621582,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-07 11:43:17,2016-01-07 11:55:52,1,4.0,,,-73.9622802734375,40.805240631103516,-73.9887924194336,40.76918411254883,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-21 17:55:51,2016-01-21 17:59:48,1,0.67,,,-73.98760986328125,40.69203186035156,-73.98137664794922,40.69584274291992,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 14:24:17,2016-01-10 14:35:19,1,2.97,,,-73.96671295166016,40.714786529541016,-73.98766326904297,40.70158767700195,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-02 16:41:13,2016-01-02 16:55:51,1,2.8,,,-73.94869232177734,40.80916213989258,-73.95516967773438,40.777713775634766,1,N,1,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-30 10:00:46,2016-01-30 10:16:08,1,2.7,,,-73.9889144897461,40.670494079589844,-73.9600830078125,40.66476821899414,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-22 19:19:47,2016-01-22 19:36:19,1,4.1,,,-73.88761138916016,40.74714660644531,-73.91339874267578,40.784725189208984,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-20 15:13:23,2016-01-20 15:20:09,1,0.98,,,-73.88545227050781,40.745689392089844,-73.86991119384766,40.742374420166016,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-20 01:17:03,2016-01-20 01:24:22,6,1.67,,,-73.95494842529297,40.69477844238281,-73.92420959472656,40.69755554199219,1,N,1,7.5,0.5,0.5,0.3,2.0,0.0,,10.8,1.0 +2,2016-01-04 12:21:40,2016-01-04 12:38:16,2,2.26,,,-73.98739624023438,40.6913948059082,-73.95984649658203,40.67079162597656,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-17 15:44:53,2016-01-17 16:18:48,1,15.1,,,-73.94329833984375,40.840606689453125,-73.80513763427734,40.77423858642578,1,N,2,42.5,0.0,0.5,0.3,0.0,5.54,,48.84,1.0 +1,2016-01-30 17:31:56,2016-01-30 17:39:24,1,0.9,,,-73.95368194580078,40.728797912597656,-73.94650268554688,40.72273635864258,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-16 01:21:11,2016-01-16 01:29:05,1,1.39,,,-73.95793914794922,40.81526184082031,-73.94127655029297,40.80672836303711,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-25 17:20:38,2016-01-25 17:52:13,1,1.95,,,-73.87435913085938,40.73655319213867,-73.8671875,40.72687530517578,1,N,2,18.5,1.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-30 17:03:12,2016-01-30 17:23:58,2,4.51,,,-73.95480346679688,40.733795166015625,-74.00655364990234,40.7495002746582,1,N,2,18.0,0.0,0.5,0.3,0.0,5.54,,24.34,1.0 +1,2016-01-02 09:14:04,2016-01-02 09:45:31,1,8.7,,,-73.96031188964844,40.6743278503418,-73.97897338867188,40.76407241821289,1,N,1,29.0,0.0,0.5,0.3,4.5,0.0,,34.3,1.0 +2,2016-01-27 07:37:10,2016-01-27 07:49:28,3,2.29,,,-73.96984100341797,40.692962646484375,-73.93621063232422,40.6878662109375,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-13 14:30:16,2016-01-13 14:37:38,1,0.91,,,-73.94189453125,40.79841613769531,-73.9406509399414,40.78873825073242,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-13 05:30:46,2016-01-13 05:44:34,1,3.37,,,-73.97772979736328,40.688636779785156,-73.99260711669922,40.72826385498047,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-25 22:18:17,2016-01-25 22:27:54,5,2.04,,,-73.94963073730469,40.7855339050293,-73.96414184570312,40.80394744873047,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-13 08:23:57,2016-01-13 08:30:15,1,0.89,,,-73.93791961669922,40.818241119384766,-73.94900512695312,40.81260681152344,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 11:54:25,2016-01-09 12:04:14,1,1.98,,,-73.95375061035156,40.79877471923828,-73.95477294921875,40.77772521972656,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-30 20:31:45,2016-01-30 20:52:42,3,5.82,,,-73.94036865234375,40.840606689453125,-73.95167541503906,40.78626251220703,1,N,1,21.5,0.5,0.5,0.3,5.0,0.0,,27.8,1.0 +2,2016-01-08 21:45:47,2016-01-08 21:51:57,1,1.04,,,-73.84429168701172,40.720821380615234,-73.85980987548828,40.72943878173828,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-21 19:12:27,2016-01-21 19:26:32,1,3.55,,,-73.82991027832031,40.71375274658203,-73.83132934570312,40.68069076538086,1,N,1,12.5,1.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-29 23:38:23,2016-01-29 23:47:41,1,2.07,,,-73.91268157958984,40.64056396484375,-73.94776916503906,40.63315200805664,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,,11.3,1.0 +1,2016-01-15 07:02:03,2016-01-15 07:02:20,1,0.2,,,-73.95134735107422,40.80025863647461,-73.95219421386719,40.80058670043945,1,N,1,2.5,0.0,0.5,0.3,6.0,0.0,,9.3,1.0 +1,2016-01-09 20:48:12,2016-01-09 20:57:16,2,1.6,,,-73.9371566772461,40.824562072753906,-73.94779205322266,40.804744720458984,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 15:02:35,2016-01-06 15:10:40,1,2.62,,,-73.9213638305664,40.766666412353516,-73.90251922607422,40.75149154663086,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-16 18:50:04,2016-01-16 19:17:06,1,4.6,,,-73.97968292236328,40.671085357666016,-74.00982666015625,40.71099090576172,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,,25.56,1.0 +1,2016-01-28 11:50:13,2016-01-28 12:04:43,1,2.3,,,-73.9398422241211,40.83595657348633,-73.95127868652344,40.80523681640625,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,,13.8,1.0 +1,2016-01-15 11:13:44,2016-01-15 11:20:30,1,1.5,,,-73.95479583740234,40.688106536865234,-73.9705581665039,40.69792556762695,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-06 01:24:27,2016-01-06 01:27:42,3,0.87,,,-73.94163513183594,40.818626403808594,-73.94640350341797,40.80723571777344,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-01 05:13:44,2016-01-01 05:15:58,1,0.6,,,-73.91890716552734,40.7657470703125,-73.92573547363281,40.76000213623047,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 04:11:32,2016-01-01 04:14:22,1,0.5,,,-73.83091735839844,40.70805740356445,-73.8301773071289,40.71349334716797,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-20 09:59:49,2016-01-20 10:02:22,1,0.61,,,-73.96427154541016,40.803131103515625,-73.96051025390625,40.809871673583984,1,N,1,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-03 10:13:09,2016-01-03 10:25:00,1,1.57,,,-73.97262573242188,40.67662048339844,-73.96480560302734,40.660091400146484,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-06 18:28:55,2016-01-06 18:59:34,1,3.76,,,-73.95997619628906,40.65059280395508,-73.93344116210938,40.66120529174805,1,N,1,21.0,1.0,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-22 10:08:02,2016-01-22 10:24:36,1,3.21,,,-73.88529968261719,40.85842514038086,-73.92154693603516,40.84021759033203,1,N,1,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-16 13:02:00,2016-01-16 13:16:13,1,2.46,,,-73.86489868164062,40.75776672363281,-73.90968322753906,40.75345230102539,1,N,1,12.5,0.0,0.5,0.3,1.33,0.0,,14.63,1.0 +2,2016-01-19 11:21:15,2016-01-19 11:30:29,1,0.84,,,-73.96092224121094,40.714698791503906,-73.9483642578125,40.71836853027344,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-28 22:04:44,2016-01-28 22:19:56,1,4.93,,,-73.86178588867188,40.730491638183594,-73.90678405761719,40.76570129394531,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-19 19:11:14,2016-01-19 19:17:54,1,0.92,,,-73.89697265625,40.86241149902344,-73.88744354248047,40.855674743652344,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-17 03:36:44,2016-01-17 03:48:51,1,3.3,,,-73.94539642333984,40.80796813964844,-73.93925476074219,40.84330368041992,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-28 15:35:41,2016-01-28 15:45:37,1,1.91,,,-73.87030029296875,40.75708770751953,-73.84098815917969,40.763851165771484,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-27 18:57:46,2016-01-27 19:05:23,2,1.59,,,-73.96573638916016,40.712974548339844,-73.9439926147461,40.7118034362793,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-10 09:11:08,2016-01-10 09:30:39,1,7.35,,,-73.95423126220703,40.73167419433594,-73.87324523925781,40.77435302734375,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,,30.36,1.0 +1,2016-01-24 21:54:01,2016-01-24 22:03:50,1,3.3,,,-73.95614624023438,40.818824768066406,-73.9328842163086,40.84556198120117,1,N,1,11.5,0.5,0.5,0.3,1.0,0.0,,13.8,1.0 +1,2016-01-16 17:23:25,2016-01-16 17:48:04,2,4.6,,,-73.95977020263672,40.80807113647461,-73.97763061523438,40.753787994384766,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-13 19:54:41,2016-01-13 20:08:04,1,3.19,,,-73.80792999267578,40.70036315917969,-73.77389526367188,40.678123474121094,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-19 09:08:49,2016-01-19 09:14:53,1,1.08,,,-73.99195861816406,40.690364837646484,-73.9801025390625,40.68207931518555,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-13 22:26:46,2016-01-13 22:35:25,1,2.21,,,-73.9607925415039,40.660797119140625,-73.93386840820312,40.649898529052734,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-11 08:29:10,2016-01-11 08:35:53,1,1.4,,,-73.9511947631836,40.82560348510742,-73.94286346435547,40.840492248535156,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 08:01:15,2016-01-09 08:05:07,1,0.8,,,-73.93760681152344,40.848480224609375,-73.94257354736328,40.83742141723633,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-15 00:16:23,2016-01-15 00:35:10,1,4.4,,,-73.93390655517578,40.69822311401367,-73.99029541015625,40.72737121582031,1,N,1,17.5,0.5,0.5,0.3,4.7,0.0,,23.5,1.0 +2,2016-01-18 20:15:06,2016-01-18 20:20:49,1,1.06,,,-73.82910919189453,40.71339416503906,-73.83424377441406,40.70562744140625,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-07 08:44:02,2016-01-07 08:48:55,1,0.82,,,-73.89112854003906,40.7469596862793,-73.88493347167969,40.75367736816406,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 16:24:06,2016-01-28 16:40:13,1,2.03,,,-73.95511627197266,40.79936599731445,-73.9489517211914,40.822532653808594,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-03 04:37:45,2016-01-03 04:51:26,1,2.9,,,-73.95166015625,40.74299621582031,-73.94580841064453,40.707820892333984,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-01 01:59:21,2016-01-01 02:13:45,1,4.21,,,-73.91732025146484,40.83464813232422,-73.8653335571289,40.82338333129883,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-05 08:04:44,2016-01-05 08:16:42,1,2.31,,,-73.92402648925781,40.81538009643555,-73.95299530029297,40.813926696777344,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-28 17:33:10,2016-01-28 18:03:08,1,6.1,,,-73.9532699584961,40.58720016479492,-73.99779510498047,40.5969352722168,1,N,2,25.5,1.0,0.5,0.3,0.0,0.0,,27.3,1.0 +2,2016-01-20 09:17:26,2016-01-20 09:19:15,1,0.43,,,-73.99220275878906,40.6994514465332,-73.99376678466797,40.69389343261719,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-13 14:30:56,2016-01-13 14:46:09,1,3.85,,,-73.9548568725586,40.80509567260742,-73.94266510009766,40.841304779052734,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-10 01:44:19,2016-01-10 01:55:30,1,2.89,,,-73.89200592041016,40.86935043334961,-73.92146301269531,40.84010314941406,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +1,2016-01-25 11:12:46,2016-01-25 11:26:29,1,2.0,,,-73.97703552246094,40.68400955200195,-73.9520034790039,40.69294738769531,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-10 17:56:57,2016-01-10 18:05:26,1,1.76,,,-73.93303680419922,40.69875717163086,-73.91331481933594,40.7061653137207,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-09 16:18:13,2016-01-09 16:31:27,1,2.4,,,-73.99193572998047,40.683284759521484,-73.97989654541016,40.66489028930664,1,N,1,11.0,0.0,0.5,0.3,2.95,0.0,,14.75,1.0 +1,2016-01-06 10:27:03,2016-01-06 10:33:40,1,1.4,,,-73.94786071777344,40.82541275024414,-73.9441146850586,40.84243392944336,1,N,1,7.0,0.0,0.5,0.3,2.3,0.0,,10.1,1.0 +2,2016-01-20 23:35:29,2016-01-20 23:49:14,1,2.89,,,-73.96142578125,40.71426010131836,-73.92036437988281,40.70071029663086,1,N,1,12.0,0.5,0.5,0.3,3.32,0.0,,16.62,1.0 +2,2016-01-02 12:55:15,2016-01-02 13:02:51,1,1.82,,,-73.94679260253906,40.80015182495117,-73.96018981933594,40.77924346923828,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +1,2016-01-08 14:41:41,2016-01-08 16:05:36,1,7.0,,,-73.96890258789062,40.69363784790039,-73.92113494873047,40.66842269897461,1,N,1,48.5,0.0,0.5,0.3,12.33,0.0,,61.63,1.0 +2,2016-01-01 01:29:12,2016-01-01 01:46:01,5,4.64,,,-73.97136688232422,40.67558670043945,-73.95194244384766,40.71404266357422,1,N,1,17.0,0.5,0.5,0.3,4.58,0.0,,22.88,1.0 +1,2016-01-07 18:15:54,2016-01-07 18:30:58,1,3.1,,,-73.9389877319336,40.750396728515625,-73.96002960205078,40.719825744628906,1,N,1,13.0,1.0,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-13 17:53:42,2016-01-13 17:53:47,1,0.0,,,-73.94307708740234,40.81019592285156,-73.94306945800781,40.81019592285156,5,N,1,9.0,0.0,0.0,0,0.0,0.0,,9.0,2.0 +2,2016-01-07 15:14:01,2016-01-07 15:17:53,1,0.71,,,-73.92574310302734,40.761905670166016,-73.93263244628906,40.753021240234375,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-26 20:17:17,2016-01-26 20:32:45,1,2.2,,,-73.86377716064453,40.73283386230469,-73.8959732055664,40.732784271240234,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-11 10:27:39,2016-01-11 10:34:59,1,0.89,,,-73.9428939819336,40.79688262939453,-73.95277404785156,40.78752136230469,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-27 06:04:26,2016-01-27 06:12:42,1,2.5,,,-73.93681335449219,40.743385314941406,-73.9588851928711,40.76081466674805,5,N,3,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +1,2016-01-25 21:07:07,2016-01-25 21:19:55,1,3.1,,,-73.94486999511719,40.80847930908203,-73.91376495361328,40.83837890625,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-15 22:33:46,2016-01-15 22:43:08,1,1.1,,,-73.97688293457031,40.68144226074219,-73.96249389648438,40.68490219116211,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-16 01:20:31,2016-01-16 01:23:13,1,0.33,,,-73.9548110961914,40.80510711669922,-73.95336151123047,40.80940628051758,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-19 07:37:52,2016-01-19 07:45:43,1,1.79,,,-73.92559051513672,40.76178741455078,-73.94963836669922,40.76247024536133,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-22 22:53:59,2016-01-22 23:11:26,1,5.16,,,-73.94539642333984,40.7459831237793,-73.94574737548828,40.69222640991211,1,N,1,17.0,0.5,0.5,0.3,2.74,0.0,,21.04,1.0 +2,2016-01-27 16:36:12,2016-01-27 18:07:00,1,3.28,,,-73.97713470458984,40.62777328491211,-73.96650695800781,40.631385803222656,1,N,1,49.0,1.0,0.5,0.3,12.7,0.0,,63.5,1.0 +2,2016-01-11 09:56:15,2016-01-11 10:17:19,1,5.71,,,-73.93620300292969,40.80324935913086,-73.99390411376953,40.768802642822266,1,N,1,20.0,0.0,0.5,0.3,1.0,0.0,,21.8,1.0 +1,2016-01-08 01:46:04,2016-01-08 01:50:40,2,1.2,,,-73.9796371459961,40.67768478393555,-73.99212646484375,40.66646194458008,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-04 14:11:01,2016-01-04 14:47:30,1,9.45,,,-73.84857177734375,40.72378158569336,-73.95330810546875,40.778564453125,1,N,1,34.0,0.0,0.5,0.3,6.96,0.0,,41.76,1.0 +2,2016-01-24 22:29:02,2016-01-24 22:44:36,1,3.21,,,-73.94995880126953,40.722347259521484,-73.983642578125,40.724491119384766,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-25 13:05:52,2016-01-25 13:18:00,1,1.69,,,-73.9379653930664,40.80467224121094,-73.9643783569336,40.80928039550781,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 13:44:30,2016-01-17 13:57:13,1,2.38,,,-73.98133850097656,40.689056396484375,-73.94590759277344,40.67509460449219,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-21 00:15:59,2016-01-21 00:21:57,1,1.23,,,-73.92720031738281,40.81870651245117,-73.91033935546875,40.819950103759766,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-08 19:52:10,2016-01-08 20:25:26,1,12.45,,,-73.97125244140625,40.68766784667969,-73.77632141113281,40.64540481567383,1,N,1,37.0,1.0,0.5,0.3,7.76,0.0,,46.56,1.0 +2,2016-01-14 13:37:08,2016-01-14 13:43:03,1,1.34,,,-73.95111846923828,40.791481018066406,-73.93721008300781,40.80192184448242,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-21 11:24:10,2016-01-21 11:28:03,1,1.04,,,-73.94003295898438,40.8251838684082,-73.94584655761719,40.81222152709961,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-12 07:15:41,2016-01-12 07:43:22,1,3.76,,,-73.90288543701172,40.81745529174805,-73.89729309082031,40.86177444458008,5,N,2,13.0,0.0,0.0,0,0.0,0.0,,13.0,2.0 +2,2016-01-22 02:32:34,2016-01-22 02:35:03,2,0.48,,,-73.92777252197266,40.69782638549805,-73.92076110839844,40.7014045715332,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +1,2016-01-11 20:24:09,2016-01-11 20:37:06,1,2.7,,,-73.94622039794922,40.68025588989258,-73.95140075683594,40.64502716064453,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-18 08:54:46,2016-01-18 09:09:56,1,4.63,,,-73.94493103027344,40.787132263183594,-73.99627685546875,40.753257751464844,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-08 20:47:58,2016-01-08 21:19:09,1,6.87,,,-73.95795440673828,40.72185134887695,-73.95561981201172,40.652313232421875,1,N,1,26.0,0.5,0.5,0.3,5.46,0.0,,32.76,1.0 +1,2016-01-20 22:55:41,2016-01-20 22:59:11,1,0.7,,,-73.94490814208984,40.82411193847656,-73.94625854492188,40.83036804199219,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-04 03:18:05,2016-01-04 03:30:10,1,3.09,,,-73.95771026611328,40.74341583251953,-73.97952270507812,40.758888244628906,1,N,1,12.0,0.5,0.5,0.3,3.77,5.54,,22.61,1.0 +2,2016-01-07 10:37:28,2016-01-07 10:44:28,1,0.7,,,-73.99346923828125,40.69221878051758,-73.99212646484375,40.70183563232422,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +1,2016-01-16 16:02:08,2016-01-16 16:13:09,4,1.2,,,-73.95209503173828,40.80300521850586,-73.93233489990234,40.794822692871094,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-12 07:44:33,2016-01-12 08:32:16,1,5.29,,,-73.963623046875,40.677406311035156,-73.9974365234375,40.73658752441406,1,N,1,31.5,0.0,0.5,0.3,8.08,0.0,,40.38,1.0 +2,2016-01-25 10:19:17,2016-01-25 10:28:39,1,1.02,,,-73.96369171142578,40.80290222167969,-73.96904754638672,40.790950775146484,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,,10.38,1.0 +1,2016-01-04 16:09:10,2016-01-04 16:24:08,1,4.2,,,-73.95307922363281,40.727699279785156,-73.99718475341797,40.72399139404297,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-26 12:47:56,2016-01-26 12:59:05,1,1.46,,,-73.91121673583984,40.74454116821289,-73.8860855102539,40.7400016784668,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-30 20:08:48,2016-01-30 20:14:37,1,1.09,,,-73.92980194091797,40.75652313232422,-73.92227172851562,40.745365142822266,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-21 20:34:12,2016-01-21 20:38:59,3,1.0,,,-73.86953735351562,40.74910354614258,-73.86528778076172,40.73542022705078,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 19:08:03,2016-01-29 19:16:31,1,1.22,,,-73.86228942871094,40.730369567871094,-73.87213134765625,40.72632598876953,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 19:05:45,2016-01-20 19:55:40,1,6.28,,,-73.95769500732422,40.7215461730957,-73.88018035888672,40.735286712646484,1,N,2,31.5,1.0,0.5,0.3,0.0,0.0,,33.3,1.0 +2,2016-01-15 18:42:20,2016-01-15 18:50:13,1,0.73,,,-73.97636413574219,40.67311477661133,-73.97042846679688,40.67610168457031,1,N,1,6.5,1.0,0.5,0.3,1.0,0.0,,9.3,1.0 +2,2016-01-01 01:21:32,2016-01-01 01:31:47,1,2.25,,,-73.94818878173828,40.81434631347656,-73.94779205322266,40.79022979736328,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-19 20:44:03,2016-01-19 20:50:38,1,1.24,,,-73.95401763916016,40.58723831176758,-73.93553924560547,40.58705139160156,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +1,2016-01-01 07:56:49,2016-01-01 07:58:16,3,0.3,,,-73.88949584960938,40.74587631225586,-73.88400268554688,40.743492126464844,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,,5.3,1.0 +1,2016-01-03 03:59:52,2016-01-03 04:11:05,1,2.5,,,-73.89089965820312,40.74653625488281,-73.9317626953125,40.7567253112793,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-08 10:20:40,2016-01-08 11:01:21,6,8.21,,,-73.946044921875,40.78955841064453,-74.0010986328125,40.71461868286133,1,N,1,33.5,0.0,0.5,0.3,5.0,0.0,,39.3,1.0 +1,2016-01-02 15:58:48,2016-01-02 15:58:57,1,2.0,,,-74.00775909423828,40.654632568359375,-74.00775909423828,40.65463638305664,1,N,3,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-09 22:14:52,2016-01-09 22:22:39,1,1.13,,,-73.98735046386719,40.6878662109375,-73.98013305664062,40.676944732666016,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-21 19:27:22,2016-01-21 19:35:37,6,1.99,,,-73.96629333496094,40.80475616455078,-73.94349670410156,40.81612014770508,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-12 18:09:52,2016-01-12 18:19:36,1,1.3,,,-73.95782470703125,40.7176628112793,-73.96875762939453,40.70909118652344,1,N,1,8.0,1.0,0.5,0.3,1.95,0.0,,11.75,1.0 +2,2016-01-24 19:09:38,2016-01-24 19:12:12,1,0.73,,,-73.91063690185547,40.77614974975586,-73.91096496582031,40.77970886230469,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-30 04:11:34,2016-01-30 04:12:07,1,0.06,,,-73.84419250488281,40.72120666503906,-73.84537506103516,40.72002410888672,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +1,2016-01-14 20:33:00,2016-01-14 20:37:15,1,0.7,,,-73.97017669677734,40.684539794921875,-73.96448516845703,40.68928909301758,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-12 13:59:39,2016-01-12 14:05:53,5,1.22,,,-73.96060180664062,40.6595573425293,-73.96328735351562,40.676551818847656,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-29 17:53:03,2016-01-29 17:56:57,1,0.7,,,-73.9437484741211,40.74656677246094,-73.93896484375,40.754947662353516,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-14 10:59:58,2016-01-14 11:16:12,1,2.9,,,-73.94971466064453,40.68128967285156,-73.95659637451172,40.64425277709961,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-05 08:11:31,2016-01-05 08:26:00,1,1.69,,,-73.9419174194336,40.82263946533203,-73.94207763671875,40.84123611450195,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-05 11:45:57,2016-01-05 12:00:20,1,3.04,,,-73.92546081542969,40.7619743347168,-73.97052764892578,40.764339447021484,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-27 22:31:49,2016-01-27 22:59:15,2,7.0,,,-73.98983001708984,40.7023811340332,-73.97099304199219,40.759029388427734,1,N,1,25.5,0.5,0.5,0.3,5.0,0.0,,31.8,1.0 +1,2016-01-17 09:49:49,2016-01-17 09:59:03,1,4.8,,,-73.9249038696289,40.86640167236328,-73.96238708496094,40.81059646606445,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,,18.95,1.0 +2,2016-01-30 06:41:19,2016-01-30 06:55:39,1,3.9,,,-73.90747833251953,40.77391052246094,-73.90499877929688,40.74549102783203,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-03 10:10:47,2016-01-03 10:14:43,1,1.5,,,-73.93929290771484,40.80527877807617,-73.95247650146484,40.78978729248047,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-20 19:18:58,2016-01-20 19:38:28,1,4.08,,,-73.94347381591797,40.78934860229492,-73.94625091552734,40.82701873779297,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-30 19:56:00,2016-01-30 20:03:36,1,1.08,,,-73.8438491821289,40.72163009643555,-73.85742950439453,40.72545623779297,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-03 12:49:57,2016-01-03 12:56:13,5,0.69,,,-73.94367218017578,40.79304122924805,-73.93462371826172,40.79563903808594,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-17 21:42:33,2016-01-17 21:45:09,1,0.52,,,-73.97296905517578,40.67799377441406,-73.97755432128906,40.68452835083008,1,N,1,4.0,0.5,0.5,0.3,0.5,0.0,,5.8,1.0 +2,2016-01-15 15:22:27,2016-01-15 15:34:29,1,2.19,,,-73.93836975097656,40.800086975097656,-73.947509765625,40.821937561035156,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-04 15:35:02,2016-01-04 15:46:38,1,2.01,,,-73.94951629638672,40.68003463745117,-73.92237854003906,40.671451568603516,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-14 01:35:20,2016-01-14 01:44:41,1,1.37,,,-73.98709869384766,40.69110107421875,-73.97068786621094,40.687137603759766,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-09 10:23:33,2016-01-09 10:41:13,1,4.08,,,-73.9451904296875,40.80809020996094,-73.97903442382812,40.761837005615234,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +1,2016-01-20 10:08:06,2016-01-20 10:10:48,1,0.7,,,-73.94312286376953,40.796451568603516,-73.93701934814453,40.802242279052734,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,,5.8,1.0 +2,2016-01-30 22:46:06,2016-01-30 22:52:21,1,1.17,,,-73.95247650146484,40.7990608215332,-73.96894836425781,40.80359649658203,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-30 21:49:24,2016-01-30 21:57:05,1,1.27,,,-73.9052505493164,40.8624153137207,-73.91036224365234,40.87434005737305,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-17 02:15:52,2016-01-17 02:27:37,1,2.47,,,-73.9564208984375,40.71902847290039,-73.92340850830078,40.70689392089844,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-15 23:35:18,2016-01-15 23:54:42,1,4.82,,,-73.96100616455078,40.68034362792969,-73.91939544677734,40.6390380859375,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-15 08:06:46,2016-01-15 08:27:14,1,4.7,,,-73.93927001953125,40.80537414550781,-73.98625183105469,40.780616760253906,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-21 18:25:47,2016-01-21 18:51:26,1,5.03,,,-73.92129516601562,40.766666412353516,-73.86295318603516,40.74913024902344,1,N,2,20.5,1.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-07 20:41:19,2016-01-07 20:44:29,6,0.51,,,-73.94953155517578,40.807472229003906,-73.95568084716797,40.803985595703125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-02 09:07:59,2016-01-02 09:21:08,1,4.6,,,-73.9900131225586,40.668670654296875,-74.00291442871094,40.72069549560547,1,N,2,15.0,0.0,0.5,0.3,0.0,5.54,,21.34,1.0 +1,2016-01-25 18:19:58,2016-01-25 18:29:46,1,1.2,,,-73.99610900878906,40.69065856933594,-73.97732543945312,40.68387222290039,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-14 17:16:03,2016-01-14 17:18:12,1,0.4,,,-73.95198059082031,40.81056213378906,-73.95796203613281,40.811222076416016,1,N,1,3.5,1.0,0.5,0.3,0.01,0.0,,5.31,1.0 +1,2016-01-24 20:35:23,2016-01-24 20:50:30,1,1.4,,,-73.92919158935547,40.679317474365234,-73.92435455322266,40.67293167114258,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,,13.55,1.0 +1,2016-01-01 02:52:55,2016-01-01 03:08:22,1,2.9,,,-73.87904357910156,40.74174499511719,-73.9212417602539,40.75768280029297,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-06 01:49:53,2016-01-06 01:54:36,1,1.2,,,-73.99513244628906,40.690372467041016,-73.97850036621094,40.68968200683594,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-15 19:53:36,2016-01-15 20:04:10,1,2.2,,,-73.96141815185547,40.71437072753906,-73.96376037597656,40.69373321533203,1,N,1,9.5,0.5,0.5,0.3,2.0,0.0,,12.8,1.0 +2,2016-01-14 15:18:03,2016-01-14 15:23:27,1,0.68,,,-73.90845489501953,40.75408172607422,-73.92037963867188,40.75963592529297,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-07 11:48:14,2016-01-07 12:41:21,1,30.98,,,-73.97599792480469,40.68412399291992,-73.71148681640625,40.66232681274414,1,N,1,84.0,0.0,0.5,0.3,84.44,0.0,,169.24,1.0 +2,2016-01-25 17:56:24,2016-01-25 18:33:49,1,10.56,,,-73.84425354003906,40.72133255004883,-73.7176513671875,40.70142364501953,1,N,2,34.0,1.0,0.5,0.3,0.0,0.0,,35.8,1.0 +2,2016-01-12 19:40:24,2016-01-12 19:44:41,2,0.82,,,-73.92980194091797,40.756324768066406,-73.91922760009766,40.75908660888672,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-20 13:45:45,2016-01-20 13:54:28,1,1.0,,,-73.94441223144531,40.80731964111328,-73.93379974365234,40.79866027832031,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-03 01:29:32,2016-01-03 01:37:13,5,1.52,,,-73.95443725585938,40.73008728027344,-73.95590209960938,40.71401596069336,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-22 08:57:28,2016-01-22 09:45:50,1,7.03,,,-73.96627807617188,40.680694580078125,-73.9996109008789,40.753963470458984,1,N,1,33.5,0.0,0.5,0.3,6.86,0.0,,41.16,1.0 +1,2016-01-30 20:22:05,2016-01-30 20:31:41,1,1.6,,,-73.95072174072266,40.80241394042969,-73.96888732910156,40.7943115234375,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,,10.8,1.0 +1,2016-01-16 16:16:06,2016-01-16 16:34:15,1,5.4,,,-73.94529724121094,40.74601745605469,-73.99889373779297,40.71997833251953,1,N,1,19.5,1.0,0.5,0.3,1.0,0.0,,22.3,1.0 +2,2016-01-19 12:20:07,2016-01-19 12:25:24,1,0.39,,,-73.95498657226562,40.701271057128906,-73.95466613769531,40.69704818725586,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-28 21:09:35,2016-01-28 21:19:24,2,1.95,,,-73.972900390625,40.685733795166016,-73.93666076660156,40.69011688232422,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-08 17:42:38,2016-01-08 17:48:39,1,1.0,,,-73.97855377197266,40.684600830078125,-73.98461151123047,40.67179870605469,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-28 00:58:12,2016-01-28 01:08:26,1,3.97,,,-73.97539520263672,40.68671417236328,-73.9444580078125,40.71156692504883,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,,16.3,1.0 +2,2016-01-10 21:19:29,2016-01-10 21:30:46,1,1.9,,,-73.9546890258789,40.820472717285156,-73.93677520751953,40.84225845336914,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-25 17:44:48,2016-01-25 17:48:26,1,0.7,,,-73.96109008789062,40.81199264526367,-73.9676513671875,40.80307388305664,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-03 01:17:57,2016-01-03 01:41:17,1,6.54,,,-73.94953918457031,40.714012145996094,-73.99273681640625,40.763248443603516,1,N,1,22.0,0.5,0.5,0.3,4.66,0.0,,27.96,1.0 +2,2016-01-01 09:09:32,2016-01-01 09:18:49,1,2.64,,,-73.84320068359375,40.72087478637695,-73.83295440673828,40.74781799316406,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-20 23:08:31,2016-01-20 23:11:51,1,0.87,,,-73.91875457763672,40.75883865356445,-73.91202545166016,40.764862060546875,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 08:18:30,2016-01-22 08:38:11,1,4.1,,,-73.99825286865234,40.690223693847656,-73.98753356933594,40.732627868652344,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-01 16:43:13,2016-01-01 16:51:44,1,3.59,,,-73.94268035888672,40.79983139038086,-73.91869354248047,40.77017593383789,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-27 16:42:21,2016-01-27 16:51:03,1,0.7,,,-73.90354919433594,40.74490737915039,-73.90837860107422,40.736663818359375,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-20 22:48:07,2016-01-20 22:53:06,1,1.1,,,-73.95751190185547,40.71793746948242,-73.9424057006836,40.724761962890625,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,,8.15,1.0 +1,2016-01-10 19:17:31,2016-01-10 19:19:21,2,0.4,,,-73.95732879638672,40.681495666503906,-73.95413208007812,40.677303314208984,1,N,1,3.5,0.0,0.5,0.3,2.0,0.0,,6.3,1.0 +2,2016-01-30 09:44:20,2016-01-30 09:49:21,1,0.89,,,-73.94352722167969,40.81536865234375,-73.9501953125,40.82171630859375,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-08 15:13:25,2016-01-08 15:18:51,1,0.73,,,-73.93843841552734,40.79732131958008,-73.9505615234375,40.80237579345703,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-25 10:52:06,2016-01-25 11:02:16,1,1.1,,,-73.81602478027344,40.831573486328125,-73.82054901123047,40.82505798339844,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-11 19:20:39,2016-01-11 19:29:17,1,2.14,,,-73.9903564453125,40.66423034667969,-73.97344970703125,40.641441345214844,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-05 17:32:59,2016-01-05 17:56:41,1,4.6,,,-73.98664093017578,40.703895568847656,-74.00044250488281,40.745445251464844,1,N,1,19.5,1.0,0.5,0.3,2.0,0.0,,23.3,1.0 +2,2016-01-16 22:35:31,2016-01-16 22:46:11,1,3.1,,,-73.99098205566406,40.68596649169922,-74.01461029052734,40.70623779296875,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-14 20:04:12,2016-01-14 20:16:37,1,1.9,,,-73.98713684082031,40.69341278076172,-73.96698760986328,40.6772575378418,1,N,1,10.0,0.5,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-15 14:25:19,2016-01-15 14:46:48,1,3.36,,,-73.95484161376953,40.78932571411133,-73.98995971679688,40.757652282714844,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-20 16:53:00,2016-01-20 16:59:02,1,1.0,,,-73.95467376708984,40.789424896240234,-73.95692443847656,40.77851867675781,1,N,1,6.0,1.0,0.5,0.3,1.2,0.0,,9.0,1.0 +1,2016-01-09 17:31:39,2016-01-09 17:50:32,1,3.5,,,-73.95979309082031,40.7160530090332,-73.91841125488281,40.74336624145508,1,N,1,15.0,1.0,0.5,0.3,2.0,0.0,,18.8,1.0 +1,2016-01-30 21:01:45,2016-01-30 21:12:21,2,1.8,,,-73.95361328125,40.78710174560547,-73.9771499633789,40.78764343261719,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-06 08:35:58,2016-01-06 08:58:19,2,6.72,,,-73.83048248291016,40.75948715209961,-73.74717712402344,40.74406051635742,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +1,2016-01-29 13:26:22,2016-01-29 13:37:01,2,1.5,,,-73.97859954833984,40.68423080444336,-73.99707794189453,40.67950439453125,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-10 23:47:15,2016-01-10 23:54:06,1,1.73,,,-73.95758056640625,40.7297477722168,-73.95873260498047,40.71494674682617,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-17 11:47:44,2016-01-17 11:51:46,1,0.56,,,-73.96038055419922,40.654632568359375,-73.9565200805664,40.65788650512695,1,N,1,4.5,0.0,0.5,0.3,2.0,0.0,,7.3,1.0 +2,2016-01-09 01:11:53,2016-01-09 01:13:32,1,0.34,,,-73.95159149169922,40.809539794921875,-73.95484161376953,40.80521011352539,1,N,1,3.5,0.5,0.5,0.3,1.0,0.0,,5.8,1.0 +1,2016-01-10 03:24:26,2016-01-10 03:35:51,1,2.4,,,-73.94953918457031,40.714046478271484,-73.9223403930664,40.691864013671875,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,,14.15,1.0 +2,2016-01-10 02:29:49,2016-01-10 02:41:07,1,2.46,,,-73.92681884765625,40.81975555419922,-73.9579086303711,40.81536865234375,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-02 16:48:39,2016-01-02 16:58:27,1,2.89,,,-74.0286865234375,40.622947692871094,-74.00318145751953,40.658287048339844,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-29 23:37:11,2016-01-29 23:42:58,2,1.39,,,-73.96334838867188,40.710262298583984,-73.95851135253906,40.721981048583984,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-18 13:37:57,2016-01-18 13:56:23,1,2.87,,,-73.95834350585938,40.721431732177734,-73.93521881103516,40.697017669677734,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-07 23:42:39,2016-01-07 23:53:31,1,4.04,,,-73.90971374511719,40.87480163574219,-73.91007232666016,40.84828567504883,1,N,1,14.0,0.5,0.5,0.3,3.06,0.0,,18.36,1.0 +2,2016-01-30 07:04:36,2016-01-30 07:10:12,5,0.83,,,-73.903564453125,40.74495315551758,-73.89582824707031,40.739601135253906,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-14 08:46:49,2016-01-14 09:06:16,1,3.64,,,-73.92163848876953,40.75577926635742,-73.95870971679688,40.72127151489258,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,,19.75,1.0 +2,2016-01-08 21:13:45,2016-01-08 21:19:41,5,1.81,,,-73.82075500488281,40.71023178100586,-73.84898376464844,40.72288513183594,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-08 07:40:25,2016-01-08 07:57:04,6,1.72,,,-73.93858337402344,40.79326248168945,-73.95462036132812,40.80747985839844,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,,13.8,1.0 +2,2016-01-19 23:17:43,2016-01-19 23:28:49,2,2.69,,,-73.9512710571289,40.810302734375,-73.93465423583984,40.845550537109375,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-30 22:21:08,2016-01-30 22:32:33,1,2.09,,,-73.9402084350586,40.83950424194336,-73.91845703125,40.82571792602539,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-11 19:11:38,2016-01-11 19:17:46,1,1.09,,,-73.95046997070312,40.67100524902344,-73.96864318847656,40.67579650878906,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 02:57:48,2016-01-05 03:13:45,1,3.62,,,-73.9163589477539,40.76228713989258,-73.91246032714844,40.72439956665039,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-06 16:31:47,2016-01-07 15:47:37,6,3.33,,,-73.98912048339844,40.69103240966797,-73.95158386230469,40.66404342651367,1,N,2,16.5,1.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-14 21:56:12,2016-01-14 22:01:55,2,2.53,,,-73.93606567382812,40.795074462890625,-73.92301940917969,40.82371139526367,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-11 23:16:25,2016-01-11 23:18:23,1,0.39,,,-73.92131042480469,40.766658782958984,-73.92488861083984,40.77151107788086,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-08 16:47:33,2016-01-08 16:50:23,5,0.67,,,-73.86180877685547,40.73051834106445,-73.85047912597656,40.734580993652344,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-25 21:37:14,2016-01-25 21:46:38,2,1.41,,,-73.99116516113281,40.68560028076172,-73.97205352783203,40.689449310302734,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-06 19:48:28,2016-01-06 20:20:31,1,7.37,,,-73.92290496826172,40.683860778808594,-73.99102783203125,40.72773742675781,1,N,1,27.0,1.0,0.5,0.3,0.0,0.0,,28.8,1.0 +1,2016-01-30 11:39:29,2016-01-30 11:41:35,1,0.3,,,-73.93756866455078,40.70331954956055,-73.93980407714844,40.70771789550781,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-18 04:33:13,2016-01-18 04:46:37,1,5.07,,,-73.94246673583984,40.797603607177734,-73.98117065429688,40.73382568359375,1,N,1,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-14 15:31:14,2016-01-14 15:38:52,1,1.66,,,-73.95500183105469,40.81202697753906,-73.94155883789062,40.830963134765625,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-01 21:05:35,2016-01-01 21:25:42,1,5.37,,,-73.92910766601562,40.681190490722656,-73.99275207519531,40.71514129638672,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +1,2016-01-04 12:27:56,2016-01-04 12:40:36,1,2.2,,,-73.94021606445312,40.81498718261719,-73.94754791259766,40.790565490722656,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-27 10:39:14,2016-01-27 10:49:01,1,1.6,,,-73.91829681396484,40.86650466918945,-73.93656158447266,40.8494758605957,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-18 17:32:53,2016-01-18 17:36:50,1,1.5,,,-73.94795989990234,40.79849624633789,-73.96101379394531,40.77840805053711,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 18:53:59,2016-01-09 19:12:54,1,6.39,,,-73.9173812866211,40.770179748535156,-73.91419982910156,40.70347213745117,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +1,2016-01-06 00:07:10,2016-01-06 00:25:11,1,3.8,,,-73.96345520019531,40.710174560546875,-73.99304962158203,40.72978591918945,1,N,1,15.0,0.5,0.5,0.3,3.25,0.0,,19.55,1.0 +2,2016-01-10 10:35:30,2016-01-10 10:40:44,1,1.52,,,-74.01648712158203,40.674346923828125,-73.99768829345703,40.685691833496094,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-13 11:39:02,2016-01-13 11:54:19,6,2.99,,,-73.98313903808594,40.688472747802734,-73.94768524169922,40.66413879394531,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-16 20:30:03,2016-01-17 20:20:30,1,1.5,,,-73.9295654296875,40.69976806640625,-73.9343032836914,40.71406555175781,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-11 15:24:27,2016-01-11 15:42:30,1,3.85,,,-73.9203109741211,40.726654052734375,-73.86955261230469,40.7340202331543,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-28 08:15:41,2016-01-28 08:44:11,1,5.4,,,-73.88569641113281,40.73114013671875,-73.82650756835938,40.753868103027344,5,N,2,15.55,0.0,0.0,0,0.0,0.0,,15.55,2.0 +2,2016-01-19 20:33:54,2016-01-19 20:45:22,1,2.35,,,-73.8070297241211,40.698753356933594,-73.79911041259766,40.68319320678711,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-29 00:08:49,2016-01-29 00:30:56,5,4.28,,,-73.986572265625,40.70323181152344,-73.9910659790039,40.66264343261719,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-20 19:18:38,2016-01-20 19:26:01,1,1.51,,,-73.93921661376953,40.80501174926758,-73.95287322998047,40.78605651855469,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-09 00:51:33,2016-01-09 01:06:15,1,3.4,,,-73.90917205810547,40.74488067626953,-73.96593475341797,40.75844955444336,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-22 23:41:39,2016-01-22 23:49:55,1,1.99,,,-73.8303451538086,40.759403228759766,-73.83104705810547,40.74276351928711,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 23:23:27,2016-01-17 23:52:42,1,5.43,,,-73.95085906982422,40.72779846191406,-73.91373443603516,40.665000915527344,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-09 10:51:17,2016-01-09 10:57:21,1,1.42,,,-73.9580307006836,40.608863830566406,-73.93699645996094,40.62044143676758,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-12 20:00:03,2016-01-12 20:04:16,1,0.9,,,-73.95857238769531,40.72127914428711,-73.96553039550781,40.710758209228516,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-11 21:19:13,2016-01-11 21:24:43,1,0.6,,,-73.9610595703125,40.71443176269531,-73.95452117919922,40.718841552734375,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 14:28:24,2016-01-07 14:34:34,1,1.14,,,-73.9503402709961,40.671146392822266,-73.96089172363281,40.680519104003906,1,N,1,6.0,0.0,0.5,0.3,5.0,0.0,,11.8,1.0 +2,2016-01-22 22:03:22,2016-01-22 22:11:23,1,1.67,,,-73.90228271484375,40.74568557739258,-73.8978042602539,40.729576110839844,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-19 22:01:02,2016-01-19 22:08:50,2,1.19,,,-73.95918273925781,40.80925369262695,-73.94755554199219,40.80481719970703,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 23:54:55,2016-01-14 00:18:11,1,5.39,,,-73.95316314697266,40.68061447143555,-73.8752212524414,40.66696548461914,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-01 04:41:43,2016-01-01 04:49:53,1,1.7,,,-73.93563842773438,40.841583251953125,-73.93998718261719,40.82621383666992,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-02 14:34:15,2016-01-02 14:59:01,1,4.1,,,-73.95928955078125,40.67701721191406,-74.01048278808594,40.645076751708984,1,Y,2,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +1,2016-01-01 04:21:25,2016-01-01 04:42:01,2,6.7,,,-73.96156311035156,40.71405792236328,-73.95304870605469,40.78031539916992,1,N,1,21.5,0.5,0.5,0.3,4.0,0.0,,26.8,1.0 +2,2016-01-29 21:08:13,2016-01-29 21:14:21,1,1.45,,,-73.95983123779297,40.813743591308594,-73.97144317626953,40.794803619384766,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,,9.3,1.0 +1,2016-01-28 16:12:07,2016-01-28 16:27:41,2,1.2,,,-73.95438385009766,40.78950881958008,-73.96011352539062,40.77613830566406,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-02 12:31:54,2016-01-02 12:34:52,1,0.67,,,-73.94513702392578,40.80803680419922,-73.93611145019531,40.8095703125,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-16 18:12:24,2016-01-16 18:29:42,1,2.1,,,-73.92182159423828,40.67905044555664,-73.96150970458984,40.68191146850586,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-21 14:05:11,2016-01-21 14:16:36,1,1.54,,,-73.80760192871094,40.7005615234375,-73.79962158203125,40.71412658691406,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-16 15:00:17,2016-01-16 15:07:25,1,1.34,,,-73.94380187988281,40.80992889404297,-73.9415512084961,40.825077056884766,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-09 03:11:41,2016-01-09 03:29:24,1,4.91,,,-73.91060638427734,40.68253707885742,-73.93778991699219,40.62493133544922,1,N,1,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-08 07:39:25,2016-01-08 07:55:37,1,2.57,,,-73.9549560546875,40.734214782714844,-73.95484924316406,40.73422622680664,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-01 18:07:10,2016-01-01 18:26:11,6,3.03,,,-73.86922454833984,40.735111236572266,-73.89900970458984,40.75654602050781,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-20 17:04:40,2016-01-20 17:12:29,1,1.2,,,-73.90345764160156,40.7453498840332,-73.89612579345703,40.73481369018555,1,N,1,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 20:12:00,2016-01-26 20:25:04,1,3.01,,,-73.96141052246094,40.80621337890625,-73.98553466796875,40.771934509277344,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-09 14:06:32,2016-01-10 14:02:19,1,3.27,,,-73.98772430419922,40.66749954223633,-73.96051025390625,40.647300720214844,1,N,1,13.0,0.0,0.5,0.3,2.07,0.0,,15.87,1.0 +2,2016-01-27 15:44:05,2016-01-27 16:01:31,1,2.31,,,-73.96466827392578,40.8067512512207,-73.96002960205078,40.78232192993164,1,N,1,12.5,0.0,0.5,0.3,3.32,0.0,,16.62,1.0 +2,2016-01-30 10:00:22,2016-01-30 10:06:30,1,1.22,,,-73.84501647949219,40.72211456298828,-73.84934997558594,40.73631286621094,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-11 17:20:47,2016-01-11 17:38:52,3,2.64,,,-73.94705200195312,40.7882194519043,-73.95499420166016,40.814964294433594,1,N,1,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-05 00:55:16,2016-01-05 00:58:39,1,0.77,,,-73.91780853271484,40.77000427246094,-73.90689086914062,40.76581573486328,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-17 15:04:16,2016-01-17 15:06:15,1,0.4,,,-73.92263793945312,40.67742919921875,-73.92263793945312,40.677433013916016,1,N,3,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +1,2016-01-13 05:24:27,2016-01-13 05:46:00,2,10.4,,,-73.9432601928711,40.6907958984375,-73.86154174804688,40.7681770324707,1,N,1,30.5,0.5,0.5,0.3,3.0,0.0,,34.8,1.0 +2,2016-01-11 15:40:38,2016-01-11 15:57:32,2,2.75,,,-73.9168930053711,40.747291564941406,-73.95630645751953,40.74364471435547,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-30 04:08:57,2016-01-30 04:11:54,1,0.39,,,-73.92522430419922,40.86240768432617,-73.91915130615234,40.864349365234375,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 20:04:51,2016-01-02 20:11:40,1,3.88,,,-73.86087799072266,40.833595275878906,-73.86593627929688,40.87712860107422,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-22 11:04:08,2016-01-22 11:08:12,1,0.5,,,-73.95211029052734,40.786380767822266,-73.95791625976562,40.781341552734375,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-14 13:43:33,2016-01-14 13:51:49,1,3.2,,,-73.95872497558594,40.81494140625,-73.9361343383789,40.84979248046875,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 01:37:51,2016-01-16 01:45:27,1,1.34,,,-73.95758056640625,40.800350189208984,-73.94953918457031,40.787689208984375,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,,9.3,1.0 +2,2016-01-30 23:58:38,2016-01-31 00:16:39,5,9.66,,,-73.9391860961914,40.805145263671875,-73.90612030029297,40.90524673461914,1,N,1,28.0,0.5,0.5,0.3,5.86,0.0,,35.16,1.0 +2,2016-01-02 23:37:42,2016-01-02 23:47:22,1,2.65,,,-73.95073699951172,40.74363708496094,-73.95064544677734,40.71176528930664,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,,14.12,1.0 +1,2016-01-14 07:52:13,2016-01-14 07:56:54,1,1.2,,,-73.9513168334961,40.791290283203125,-73.93798065185547,40.800880432128906,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-16 10:19:23,2016-01-16 10:32:54,1,2.8,,,-73.94607543945312,40.79233932495117,-73.9801254272461,40.78071212768555,1,N,1,11.5,0.0,0.5,0.3,1.23,0.0,,13.53,1.0 +1,2016-01-02 11:38:56,2016-01-02 11:44:47,1,2.8,,,-73.9583740234375,40.815494537353516,-73.93924713134766,40.848716735839844,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-24 13:18:17,2016-01-24 13:33:12,1,4.26,,,-73.97274780273438,40.689666748046875,-73.96150970458984,40.717437744140625,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-16 15:22:26,2016-01-16 15:28:41,1,0.87,,,-73.94105529785156,40.80598831176758,-73.95413970947266,40.80877685546875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-21 15:45:29,2016-01-21 15:52:18,1,1.0,,,-73.95127868652344,40.7860221862793,-73.9665298461914,40.79258728027344,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-25 04:43:52,2016-01-25 04:51:19,1,1.43,,,-73.93305206298828,40.70304870605469,-73.95507049560547,40.709014892578125,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-04 00:52:04,2016-01-04 00:56:14,1,0.8,,,-73.95802307128906,40.72182083129883,-73.94734191894531,40.72685241699219,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-14 13:14:56,2016-01-14 13:18:22,1,0.6,,,-73.94145965576172,40.823387145996094,-73.94478607177734,40.816558837890625,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 20:57:36,2016-01-16 21:02:28,1,0.83,,,-73.8697738647461,40.73357009887695,-73.87489318847656,40.72867965698242,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 17:16:50,2016-01-01 17:42:03,1,9.19,,,-73.8281021118164,40.760093688964844,-73.96627807617188,40.76258087158203,1,N,1,29.0,0.0,0.5,0.3,7.45,0.0,,37.25,1.0 +2,2016-01-25 06:41:42,2016-01-25 06:42:06,1,0.03,,,-73.92127227783203,40.86117172241211,-73.92072296142578,40.86194610595703,5,N,1,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-03 08:09:57,2016-01-03 08:25:47,1,9.4,,,-73.94488525390625,40.834251403808594,-73.98430633544922,40.73468017578125,1,N,1,26.5,0.0,0.5,0.3,3.7,0.0,,31.0,1.0 +1,2016-01-15 20:53:23,2016-01-15 21:29:55,2,7.9,,,-73.89804077148438,40.72567367553711,-73.97240447998047,40.76248550415039,5,N,3,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-12 23:18:25,2016-01-12 23:18:27,1,0.0,,,-73.85932922363281,40.669769287109375,-73.85932922363281,40.66977310180664,5,N,1,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-20 19:08:45,2016-01-20 19:14:12,1,0.68,,,-73.97850799560547,40.68938064575195,-73.97626495361328,40.683738708496094,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-27 23:02:53,2016-01-27 23:56:39,1,13.99,,,-73.83602142333984,40.76825714111328,-73.95498657226562,40.80494689941406,1,N,2,44.5,0.5,0.5,0.3,0.0,0.0,,45.8,1.0 +2,2016-01-05 20:58:17,2016-01-05 21:01:20,2,0.53,,,-73.91154479980469,40.775596618652344,-73.90691375732422,40.77107238769531,1,N,1,4.0,0.5,0.5,0.3,1.59,0.0,,6.89,1.0 +1,2016-01-04 14:26:03,2016-01-04 14:41:26,1,2.2,,,-73.9425277709961,40.68006134033203,-73.96541595458984,40.691925048828125,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,,14.75,1.0 +2,2016-01-09 11:41:58,2016-01-09 11:57:14,3,3.19,,,-73.93989562988281,40.80972671508789,-73.9735107421875,40.784664154052734,1,N,1,13.0,0.0,0.5,0.3,1.7,0.0,,15.5,1.0 +2,2016-01-18 01:52:01,2016-01-18 02:03:00,1,3.04,,,-73.96646118164062,40.804813385009766,-73.96204376220703,40.77385711669922,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +1,2016-01-04 04:57:38,2016-01-04 05:09:30,1,2.7,,,-73.8857421875,40.86595153808594,-73.86470031738281,40.84415817260742,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-08 10:46:04,2016-01-08 10:52:07,1,1.36,,,-73.95709228515625,40.68780517578125,-73.97613525390625,40.68484115600586,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-18 12:53:28,2016-01-18 12:59:18,1,0.79,,,-73.96302032470703,40.80421829223633,-73.9554672241211,40.806884765625,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +1,2016-01-24 16:53:30,2016-01-24 16:57:29,1,1.0,,,-73.94017028808594,40.79371643066406,-73.94973754882812,40.78050231933594,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,,7.5,1.0 +2,2016-01-16 21:33:56,2016-01-16 22:04:41,2,11.03,,,-73.94341278076172,40.70855712890625,-73.78998565673828,40.64332580566406,1,N,1,35.0,0.5,0.5,0.3,7.26,0.0,,43.56,1.0 +1,2016-01-27 11:17:30,2016-01-27 11:27:25,1,2.0,,,-73.94075775146484,40.805965423583984,-73.94275665283203,40.82722854614258,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 20:44:30,2016-01-30 20:59:09,1,2.8,,,-73.99267578125,40.68921661376953,-73.94456481933594,40.67659378051758,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-26 22:36:54,2016-01-26 23:13:49,1,26.17,,,-73.90340423583984,40.74544143676758,-73.58723449707031,40.72392654418945,4,N,1,99.5,0.5,0.5,0.3,25.2,0.0,,126.0,1.0 +2,2016-01-29 23:55:10,2016-01-29 23:58:27,1,0.64,,,-73.84795379638672,40.729698181152344,-73.84465789794922,40.72039031982422,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 20:40:35,2016-01-17 20:45:37,5,0.93,,,-73.95115661621094,40.78605270385742,-73.96527862548828,40.792869567871094,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-04 07:06:14,2016-01-04 07:45:28,1,10.67,,,-73.93202209472656,40.858158111572266,-73.86715698242188,40.77082443237305,1,N,2,37.5,0.0,0.5,0.3,0.0,5.54,,43.84,1.0 +2,2016-01-22 16:29:59,2016-01-22 17:31:13,1,9.48,,,-73.92514038085938,40.66811752319336,-73.99345397949219,40.752349853515625,1,N,2,41.0,1.0,0.5,0.3,0.0,0.0,,42.8,1.0 +2,2016-01-27 13:47:01,2016-01-27 13:54:55,1,2.73,,,-73.93778991699219,40.804508209228516,-73.92063903808594,40.79456329345703,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-07 22:16:25,2016-01-07 22:57:22,1,11.96,,,-73.95518493652344,40.80427932739258,-73.92958068847656,40.699806213378906,1,N,1,39.5,0.5,0.5,0.3,0.0,0.0,,40.8,1.0 +2,2016-01-19 11:31:36,2016-01-19 11:37:11,1,0.87,,,-73.935302734375,40.79604721069336,-73.93936920166016,40.79038619995117,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-25 12:45:52,2016-01-26 12:29:45,1,4.05,,,-73.92568969726562,40.752193450927734,-73.95033264160156,40.783668518066406,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-20 21:45:32,2016-01-20 21:54:08,1,2.13,,,-73.90324401855469,40.74574279785156,-73.91808319091797,40.767601013183594,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-03 10:50:37,2016-01-03 10:54:00,5,0.64,,,-73.86956787109375,40.76948165893555,-73.88053894042969,40.767276763916016,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-20 16:44:09,2016-01-20 17:12:51,1,4.2,,,-73.94872283935547,40.78593826293945,-73.94220733642578,40.83243179321289,1,N,2,20.0,1.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-17 14:45:37,2016-01-17 15:06:07,1,4.14,,,-73.92122650146484,40.763267517089844,-73.9581527709961,40.72172164916992,1,N,1,17.0,0.0,0.5,0.3,2.67,0.0,,20.47,1.0 +2,2016-01-28 20:45:38,2016-01-28 21:01:06,3,7.4,,,-73.89119720458984,40.74696731567383,-73.85005187988281,40.72333526611328,1,N,1,23.0,0.5,0.5,0.3,1.0,0.0,,25.3,1.0 +2,2016-01-10 07:04:31,2016-01-10 07:20:28,1,2.86,,,-73.9337158203125,40.715213775634766,-73.9313735961914,40.70719528198242,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,,14.3,1.0 +2,2016-01-16 08:14:35,2016-01-16 08:21:09,1,1.34,,,-73.9542465209961,40.8162956237793,-73.93852996826172,40.80491638183594,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-06 16:46:13,2016-01-06 17:04:11,1,6.39,,,-73.81680297851562,40.71287155151367,-73.78373718261719,40.64359664916992,1,N,2,20.5,1.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-30 07:40:14,2016-01-30 08:00:12,1,8.4,,,-73.90876007080078,40.824195861816406,-73.97173309326172,40.79800033569336,1,N,1,25.0,0.0,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-05 20:08:40,2016-01-05 20:17:16,1,1.72,,,-73.8401107788086,40.71918869018555,-73.8582992553711,40.733516693115234,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-26 06:44:29,2016-01-26 07:21:05,1,4.1,,,-73.91783905029297,40.657875061035156,-73.94418334960938,40.69961929321289,1,N,1,22.5,0.0,0.5,0.3,4.65,0.0,,27.95,1.0 +1,2016-01-01 20:46:39,2016-01-01 20:53:54,2,1.3,,,-73.9149169921875,40.76392364501953,-73.91307830810547,40.777915954589844,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-03 15:39:51,2016-01-03 15:46:02,1,0.78,,,-73.98604583740234,40.689762115478516,-73.97650146484375,40.68359375,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-22 11:56:55,2016-01-22 12:04:57,1,3.23,,,-73.89083099365234,40.74686813354492,-73.87105560302734,40.774070739746094,1,N,1,11.5,0.0,0.5,0.3,0.01,0.0,,12.31,1.0 +1,2016-01-12 06:27:01,2016-01-12 07:02:24,2,12.7,,,-73.98170471191406,40.6673698425293,-73.77998352050781,40.64561080932617,1,N,1,39.5,0.0,0.5,0.3,8.05,0.0,,48.35,1.0 +2,2016-01-09 19:54:35,2016-01-09 20:02:17,6,1.29,,,-73.92549133300781,40.7618293762207,-73.9287109375,40.77570724487305,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-29 18:51:15,2016-01-29 19:15:18,1,3.16,,,-73.95521545410156,40.72024154663086,-73.99000549316406,40.719730377197266,1,N,1,16.5,1.0,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-20 22:41:30,2016-01-20 23:02:40,1,13.8,,,-73.80756378173828,40.700416564941406,-73.73778533935547,40.79115676879883,4,N,1,45.0,0.5,0.5,0.3,7.0,0.0,,53.3,1.0 +2,2016-01-16 17:01:30,2016-01-16 17:43:20,1,6.16,,,-73.86991882324219,40.74995422363281,-73.86599731445312,40.75955581665039,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +1,2016-01-28 15:16:05,2016-01-28 15:34:00,1,2.1,,,-73.9620590209961,40.80569839477539,-73.95235443115234,40.78972625732422,1,N,1,12.0,0.0,0.5,0.3,1.5,0.0,,14.3,1.0 +1,2016-01-13 11:33:16,2016-01-13 11:36:14,1,0.5,,,-73.95735168457031,40.80181884765625,-73.95954132080078,40.80598831176758,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-03 01:51:39,2016-01-03 02:08:09,1,6.98,,,-73.95653533935547,40.71695327758789,-73.98611450195312,40.66057586669922,1,N,1,21.0,0.5,0.5,0.3,4.46,0.0,,26.76,1.0 +2,2016-01-14 22:22:25,2016-01-14 22:43:08,1,9.77,,,-73.96391296386719,40.67809295654297,-73.91500091552734,40.77519607543945,1,N,1,28.0,0.5,0.5,0.3,5.86,0.0,,35.16,1.0 +2,2016-01-20 08:11:48,2016-01-20 08:48:34,1,6.99,,,-73.98375701904297,40.66425704956055,-73.98736572265625,40.735042572021484,1,N,1,28.0,0.0,0.5,0.3,4.2,0.0,,33.0,1.0 +1,2016-01-21 11:04:16,2016-01-21 11:08:04,1,0.5,,,-73.94563293457031,40.83572769165039,-73.94206237792969,40.83861541748047,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 22:36:20,2016-01-21 23:01:38,1,3.81,,,-73.95079803466797,40.78587341308594,-73.98980712890625,40.747413635253906,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-29 22:57:32,2016-01-29 23:01:36,6,0.89,,,-73.92174530029297,40.76713562011719,-73.9329605102539,40.775508880615234,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-08 16:40:59,2016-01-08 16:44:25,1,0.51,,,-73.94727325439453,40.830963134765625,-73.94781494140625,40.82528305053711,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-29 16:04:22,2016-01-29 16:23:05,1,5.4,,,-73.95203399658203,40.82450866699219,-73.98766326904297,40.77006530761719,1,N,4,19.5,1.0,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-09 17:57:29,2016-01-09 18:02:45,1,1.0,,,-73.95762634277344,40.71791458129883,-73.94181823730469,40.72591781616211,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-29 09:20:39,2016-01-29 09:34:07,1,3.38,,,-73.84391021728516,40.72099685668945,-73.80362701416016,40.69556427001953,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-18 23:02:42,2016-01-18 23:16:44,1,2.55,,,-73.96208190917969,40.71598434448242,-73.9693603515625,40.69304656982422,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-02 17:09:01,2016-01-02 17:17:25,1,2.12,,,-73.93758392333984,40.797306060791016,-73.95439147949219,40.77054214477539,1,N,1,8.5,0.0,0.5,0.3,2.0,0.0,,11.3,1.0 +2,2016-01-13 16:04:15,2016-01-13 16:13:34,1,1.18,,,-73.96604919433594,40.805301666259766,-73.94906616210938,40.796958923339844,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 16:20:28,2016-01-29 16:56:11,1,4.62,,,-73.94789123535156,40.632755279541016,-73.88286590576172,40.65962600708008,1,N,1,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-03 19:56:38,2016-01-03 20:03:56,1,1.33,,,-73.9784927368164,40.68455505371094,-74.00022888183594,40.692787170410156,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 01:51:19,2016-01-17 02:15:21,1,5.09,,,-73.95590209960938,40.714046478271484,-73.91900634765625,40.757625579833984,1,N,1,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +1,2016-01-01 16:28:14,2016-01-01 16:34:14,1,1.2,,,-73.98860931396484,40.689918518066406,-73.97171783447266,40.69355773925781,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-15 21:56:09,2016-01-15 22:03:05,1,2.9,,,-73.89093780517578,40.74694061279297,-73.8770523071289,40.7670783996582,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-11 14:48:33,2016-01-11 15:02:47,1,5.2,,,-73.939208984375,40.8017578125,-73.88689422607422,40.76646423339844,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-12 12:37:17,2016-01-12 12:57:52,1,3.97,,,-73.91692352294922,40.765621185302734,-73.9544448852539,40.76606750488281,1,N,1,17.0,0.0,0.5,0.3,5.34,0.0,,23.14,1.0 +1,2016-01-25 14:37:15,2016-01-25 14:51:43,2,1.6,,,-73.96389770507812,40.71046447753906,-73.96788024902344,40.71077346801758,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,,11.3,1.0 +1,2016-01-10 17:04:23,2016-01-10 17:17:05,1,2.5,,,-73.95757293701172,40.71153259277344,-73.97933197021484,40.715511322021484,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,,14.75,1.0 +2,2016-01-15 14:21:37,2016-01-15 14:30:01,1,1.68,,,-73.95315551757812,40.78889465332031,-73.9600601196289,40.804718017578125,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-09 02:29:52,2016-01-09 02:37:57,1,1.63,,,-73.93699645996094,40.69277572631836,-73.94291687011719,40.67652893066406,1,N,1,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 09:31:58,2016-01-05 09:38:28,1,1.18,,,-73.96224212646484,40.67981719970703,-73.9789047241211,40.683258056640625,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-21 12:49:11,2016-01-21 13:03:35,1,1.9,,,-73.84413146972656,40.721431732177734,-73.81269073486328,40.71685028076172,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-21 17:40:07,2016-01-21 18:02:57,1,2.8,,,-73.98985290527344,40.70248031616211,-73.98441314697266,40.67132568359375,1,N,1,15.5,1.0,0.5,0.3,3.45,0.0,,20.75,1.0 +2,2016-01-15 08:29:05,2016-01-15 08:52:21,1,1.78,,,-73.95510864257812,40.80482864379883,-73.95033264160156,40.7867431640625,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-11 20:21:07,2016-01-11 20:29:12,1,1.83,,,-73.94970703125,40.71403503417969,-73.95524597167969,40.73637390136719,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-03 15:37:35,2016-01-03 15:43:27,1,1.43,,,-73.94091796875,40.67600631713867,-73.94398498535156,40.68470001220703,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-10 16:13:14,2016-01-10 16:25:57,1,1.3,,,-73.8921127319336,40.74694061279297,-73.88229370117188,40.754093170166016,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-25 21:11:01,2016-01-25 21:13:35,1,0.31,,,-73.99962615966797,40.69175720214844,-74.00144958496094,40.68768310546875,1,N,1,3.5,0.5,0.5,0.3,1.44,0.0,,6.24,1.0 +1,2016-01-28 19:08:32,2016-01-28 19:23:44,1,2.6,,,-73.96662139892578,40.69340133666992,-73.94200134277344,40.67478942871094,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-03 22:59:09,2016-01-03 23:05:28,2,1.11,,,-73.89064025878906,40.74687576293945,-73.88066864013672,40.75592803955078,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-20 15:35:47,2016-01-20 15:44:57,2,1.2,,,-73.96024322509766,40.65693664550781,-73.96088409423828,40.673160552978516,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-11 18:46:45,2016-01-11 18:51:06,1,0.66,,,-73.9533920288086,40.801612854003906,-73.94697570800781,40.801910400390625,5,N,1,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-01 18:00:03,2016-01-01 18:14:10,2,2.81,,,-73.8722915649414,40.73428726196289,-73.92218780517578,40.743778228759766,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-19 21:04:05,2016-01-19 21:22:01,1,2.1,,,-73.8407211303711,40.84541702270508,-73.86824798583984,40.85369110107422,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +1,2016-01-01 03:01:04,2016-01-01 03:09:30,1,2.6,,,-73.86036682128906,40.75468063354492,-73.85819244384766,40.74189758300781,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-16 18:39:42,2016-01-16 18:43:47,1,0.4,,,-73.942626953125,40.79903793334961,-73.94918823242188,40.80183410644531,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 11:01:24,2016-01-10 11:13:52,1,2.43,,,-73.95578002929688,40.812721252441406,-73.94210815429688,40.787353515625,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-06 04:56:45,2016-01-06 04:59:23,5,0.4,,,-73.88406372070312,40.747798919677734,-73.87716674804688,40.74835968017578,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-17 00:39:45,2016-01-17 00:59:04,1,4.4,,,-73.95746612548828,40.729248046875,-73.95913696289062,40.68416213989258,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,,22.55,1.0 +2,2016-01-04 11:56:37,2016-01-04 12:06:24,2,1.14,,,-73.9256362915039,40.768917083740234,-73.91887664794922,40.759151458740234,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-01 22:18:14,2016-01-01 22:18:17,1,0.13,,,-73.93626403808594,40.71654510498047,-73.9354019165039,40.71462631225586,5,N,1,10.0,0.0,0.0,0,3.0,0.0,,13.0,2.0 +2,2016-01-26 18:48:51,2016-01-26 18:56:37,1,1.34,,,-73.85315704345703,40.75231170654297,-73.85746765136719,40.739837646484375,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-24 14:54:10,2016-01-24 15:03:39,1,1.14,,,-73.97917938232422,40.687774658203125,-73.9778823852539,40.67551040649414,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-21 19:18:24,2016-01-21 19:24:44,6,0.88,,,-73.94001007080078,40.805538177490234,-73.9539566040039,40.80897521972656,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +2,2016-01-15 19:47:23,2016-01-15 19:52:59,1,0.85,,,-73.89261627197266,40.7489013671875,-73.90303039550781,40.75319290161133,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-22 10:52:12,2016-01-22 10:56:36,1,1.0,,,-73.94318389892578,40.79362869262695,-73.93810272216797,40.80378341674805,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-11 12:42:03,2016-01-11 13:05:24,1,6.9,,,-73.93872833251953,40.804996490478516,-73.86502838134766,40.77046585083008,1,N,2,23.0,0.0,0.5,0.3,0.0,5.54,,29.34,1.0 +2,2016-01-19 10:26:18,2016-01-19 10:39:26,1,2.19,,,-73.96289825439453,40.809146881103516,-73.94264221191406,40.837066650390625,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,,15.38,1.0 +2,2016-01-10 12:07:14,2016-01-10 12:11:57,4,0.91,,,-73.96833038330078,40.6908073425293,-73.97923278808594,40.68647384643555,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 20:13:58,2016-01-17 20:18:50,1,1.18,,,-73.99574279785156,40.687355041503906,-74.01006317138672,40.6797981262207,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-15 21:22:55,2016-01-15 21:30:11,1,1.5,,,-73.9759292602539,40.682159423828125,-73.97229766845703,40.69472885131836,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-19 11:43:21,2016-01-19 12:01:17,1,6.52,,,-73.93844604492188,40.80536651611328,-73.87516021728516,40.831642150878906,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-02 04:08:35,2016-01-02 04:13:30,1,0.71,,,-73.844482421875,40.720481872558594,-73.84805297851562,40.73001480102539,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-20 17:54:26,2016-01-20 18:01:51,1,1.55,,,-73.9942855834961,40.681148529052734,-74.01412200927734,40.67635726928711,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-18 03:07:05,2016-01-18 03:32:13,3,6.27,,,-73.95750427246094,40.72224044799805,-74.00305938720703,40.7517204284668,1,N,1,23.0,0.5,0.5,0.3,4.86,0.0,,29.16,1.0 +2,2016-01-06 19:21:06,2016-01-06 19:29:38,1,1.33,,,-73.84441375732422,40.72145080566406,-73.85504150390625,40.705772399902344,1,N,1,7.5,1.0,0.5,0.3,3.0,0.0,,12.3,1.0 +2,2016-01-30 12:51:12,2016-01-30 13:06:57,1,2.77,,,-73.98321533203125,40.67723846435547,-74.00624084472656,40.64728546142578,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-05 15:14:21,2016-01-05 15:31:21,1,1.59,,,-73.95655059814453,40.699012756347656,-73.96529388427734,40.71039962768555,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-10 01:09:06,2016-01-10 01:38:27,1,11.38,,,-73.89549255371094,40.85166549682617,-73.99276733398438,40.723602294921875,5,N,2,40.0,0.0,0.0,0,0.0,0.0,,40.0,2.0 +1,2016-01-16 21:44:37,2016-01-16 21:56:06,1,1.5,,,-73.98734283447266,40.69212341308594,-74.00411987304688,40.6847038269043,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 16:30:43,2016-01-01 16:35:37,5,1.1,,,-73.94298553466797,40.78965377807617,-73.95439910888672,40.77899169921875,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-02 16:11:31,2016-01-02 16:42:06,2,12.9,,,-73.94547271728516,40.822872161865234,-73.82828521728516,40.70936584472656,1,N,1,38.5,0.0,0.5,0.3,8.97,5.54,,53.81,1.0 +2,2016-01-17 17:49:28,2016-01-17 18:05:20,1,2.24,,,-73.9034194946289,40.74577713012695,-73.92328643798828,40.76588821411133,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-02 13:01:33,2016-01-02 13:11:46,1,1.7,,,-73.95964813232422,40.691463470458984,-73.97228240966797,40.68589401245117,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-25 11:37:40,2016-01-25 11:50:41,1,3.4,,,-73.90143585205078,40.8579216003418,-73.84595489501953,40.8559455871582,1,N,1,13.0,0.0,0.5,0.3,4.0,0.0,,17.8,1.0 +2,2016-01-13 15:55:40,2016-01-13 16:04:39,1,1.86,,,-73.93151092529297,40.76529312133789,-73.91352844238281,40.781673431396484,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-08 21:29:16,2016-01-08 21:54:03,1,11.38,,,-73.7993392944336,40.703773498535156,-73.69520568847656,40.67487335205078,1,N,1,33.5,0.5,0.5,0.3,0.0,0.0,,34.8,1.0 +2,2016-01-15 19:21:51,2016-01-15 19:35:26,5,3.69,,,-73.84427642822266,40.72132110595703,-73.81951141357422,40.68650436401367,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-30 11:43:37,2016-01-30 12:02:43,1,6.5,,,-73.94731903076172,40.80116653442383,-73.98505401611328,40.73237991333008,1,N,1,21.5,0.0,0.5,0.3,6.65,0.0,,28.95,1.0 +2,2016-01-23 12:27:27,2016-01-23 12:42:23,1,2.8,,,-73.84427642822266,40.72139358520508,-73.88513946533203,40.71244430541992,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-11 08:07:15,2016-01-11 08:46:15,1,11.9,,,-73.93510437011719,40.62583541870117,-73.7899398803711,40.646942138671875,1,N,1,41.5,0.0,0.5,0.3,0.0,0.0,,42.3,1.0 +2,2016-01-26 21:33:32,2016-01-26 21:44:23,1,2.21,,,-73.95867156982422,40.65030288696289,-73.96168518066406,40.667686462402344,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-27 01:06:44,2016-01-27 01:29:27,1,9.0,,,-73.95626068115234,40.67319869995117,-73.97775268554688,40.74565124511719,1,N,1,27.5,0.5,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-15 23:32:00,2016-01-15 23:47:19,1,6.4,,,-73.99732208251953,40.679439544677734,-73.94972229003906,40.7222785949707,1,N,1,19.5,0.5,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-17 11:44:23,2016-01-17 11:50:06,1,0.99,,,-73.95574951171875,40.80122756958008,-73.95195007324219,40.81149673461914,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 17:18:57,2016-01-10 18:06:20,1,11.52,,,-73.96014404296875,40.685096740722656,-73.98179626464844,40.77889633178711,1,N,1,39.5,0.0,0.5,0.3,6.0,0.0,,46.3,1.0 +2,2016-01-09 23:36:47,2016-01-09 23:58:56,1,4.9,,,-73.98320007324219,40.672855377197266,-73.99830627441406,40.73525619506836,1,N,1,18.5,0.5,0.5,0.3,3.96,0.0,,23.76,1.0 +1,2016-01-19 22:00:54,2016-01-19 22:15:08,1,3.5,,,-73.92460632324219,40.761592864990234,-73.97135925292969,40.75676727294922,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-17 13:05:01,2016-01-17 13:13:22,1,1.6,,,-73.94302368164062,40.79383850097656,-73.95134735107422,40.80980682373047,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-12 00:07:15,2016-01-12 00:15:35,1,1.96,,,-73.92243194580078,40.75537109375,-73.94960021972656,40.74421310424805,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-28 11:33:52,2016-01-28 11:44:43,1,1.38,,,-73.88198852539062,40.88202667236328,-73.89654541015625,40.86709213256836,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-01 10:05:12,2016-01-01 10:30:28,1,14.3,,,-73.95675659179688,40.74799346923828,-73.77989196777344,40.76286315917969,1,N,1,41.5,0.0,0.5,0.3,8.45,0.0,,50.75,1.0 +2,2016-01-21 17:00:06,2016-01-21 17:04:53,5,0.72,,,-73.95601654052734,40.80366516113281,-73.96622467041016,40.80413818359375,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +1,2016-01-13 20:18:38,2016-01-13 20:57:58,1,17.5,,,-73.8663330078125,40.84524917602539,-73.986328125,40.69206237792969,1,N,2,48.5,0.5,0.5,0.3,0.0,0.0,,49.8,1.0 +2,2016-01-22 20:18:47,2016-01-22 20:24:49,1,0.67,,,-73.95218658447266,40.82379150390625,-73.94226837158203,40.82323455810547,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-27 11:20:49,2016-01-27 11:26:21,1,1.49,,,-73.9814682006836,40.66678237915039,-73.97306823730469,40.65095520019531,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 11:04:44,2016-01-30 11:11:26,1,1.66,,,-73.9496078491211,40.714054107666016,-73.9595718383789,40.69549560546875,1,N,1,7.5,0.0,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-28 09:37:26,2016-01-28 09:49:12,1,3.37,,,-73.83038330078125,40.75960159301758,-73.81233978271484,40.79123306274414,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-29 15:58:09,2016-01-29 16:00:55,1,0.54,,,-73.95757293701172,40.7180061340332,-73.95088958740234,40.72370147705078,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-14 17:07:42,2016-01-14 17:13:24,1,1.01,,,-73.95384216308594,40.787208557128906,-73.96830749511719,40.79170227050781,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-02 15:01:29,2016-01-02 15:06:58,1,0.75,,,-73.86203002929688,40.73042678833008,-73.87116241455078,40.73401641845703,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-04 07:48:15,2016-01-04 08:08:22,1,2.5,,,-73.9390640258789,40.80547332763672,-73.96137237548828,40.7745361328125,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-01 01:58:56,2016-01-01 02:07:45,1,2.01,,,-73.96300506591797,40.71174621582031,-73.94774627685547,40.694828033447266,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-22 18:56:46,2016-01-22 19:49:14,1,15.19,,,-73.9571762084961,40.71849060058594,-73.79013061523438,40.64362716674805,1,N,2,48.0,1.0,0.5,0.3,0.0,0.0,,49.8,1.0 +2,2016-01-16 17:39:58,2016-01-16 17:55:19,1,2.94,,,-73.9542236328125,40.821327209472656,-73.97935485839844,40.7837028503418,1,N,1,13.0,0.0,0.5,0.3,2.2,0.0,,16.0,1.0 +2,2016-01-09 23:59:15,2016-01-10 00:01:42,1,0.29,,,-73.91937255859375,40.75857925415039,-73.92235565185547,40.7548713684082,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-11 22:57:51,2016-01-11 23:13:00,1,3.63,,,-73.99324798583984,40.692562103271484,-73.98025512695312,40.65703201293945,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-03 07:46:45,2016-01-03 08:00:09,1,4.32,,,-73.92139434814453,40.76674270629883,-73.97806549072266,40.75282287597656,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-19 22:14:22,2016-01-19 22:47:24,5,11.97,,,-73.95217895507812,40.78963088989258,-73.95415496826172,40.68435287475586,1,N,2,37.0,0.5,0.5,0.3,0.0,0.0,,38.3,1.0 +2,2016-01-28 11:15:38,2016-01-28 11:21:47,1,0.97,,,-73.8074951171875,40.69999313354492,-73.79633331298828,40.6895637512207,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-03 00:59:56,2016-01-03 01:07:20,5,1.25,,,-73.90322875976562,40.74592971801758,-73.92076873779297,40.74143981933594,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-01 09:31:24,2016-01-01 09:55:43,1,5.68,,,-73.95018005371094,40.69981384277344,-73.95496368408203,40.62374496459961,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-15 22:58:48,2016-01-15 23:10:45,1,5.54,,,-73.94692993164062,40.79711151123047,-73.91858673095703,40.86494064331055,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-14 12:16:25,2016-01-14 13:00:03,1,14.52,,,-73.89657592773438,40.851802825927734,-73.99256134033203,40.71503448486328,1,N,1,45.0,0.0,0.5,0.3,0.0,0.0,,45.8,1.0 +2,2016-01-19 07:26:32,2016-01-19 07:35:27,1,1.46,,,-73.95045471191406,40.8262825012207,-73.93901062011719,40.844261169433594,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 20:47:30,2016-01-06 20:55:23,1,1.75,,,-73.9390869140625,40.8052864074707,-73.9532241821289,40.78273010253906,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-27 01:01:07,2016-01-27 01:07:51,1,3.1,,,-73.83018493652344,40.713722229003906,-73.81043243408203,40.678836822509766,1,N,1,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-03 20:17:24,2016-01-03 20:28:55,1,2.88,,,-73.94509887695312,40.80815887451172,-73.974853515625,40.78274154663086,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-09 00:54:12,2016-01-09 01:02:38,1,2.3,,,-73.96190643310547,40.71586990356445,-73.99006652832031,40.719417572021484,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,,11.8,1.0 +1,2016-01-11 18:31:09,2016-01-11 18:49:35,1,2.3,,,-73.94940185546875,40.68044662475586,-73.95066833496094,40.6541862487793,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-17 19:18:39,2016-01-17 19:25:31,1,1.08,,,-73.94491577148438,40.80852127075195,-73.96025848388672,40.817466735839844,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 12:54:49,2016-01-09 13:14:25,1,7.08,,,-73.98426818847656,40.69612121582031,-73.98102569580078,40.75558853149414,1,N,1,23.0,0.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-29 14:07:25,2016-01-29 14:10:19,1,0.52,,,-73.96440124511719,40.8075065612793,-73.96720886230469,40.8010139465332,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +2,2016-01-16 21:21:13,2016-01-16 21:29:21,1,1.42,,,-73.97931671142578,40.688228607177734,-74.0000228881836,40.69188690185547,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-27 11:19:49,2016-01-27 11:28:19,1,4.46,,,-73.82684326171875,40.71272659301758,-73.83143615722656,40.76331329345703,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-10 09:30:00,2016-01-10 09:32:45,1,0.41,,,-73.92137908935547,40.76669692993164,-73.91500854492188,40.76388931274414,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-29 20:41:13,2016-01-29 20:49:27,1,1.5,,,-73.92484283447266,40.75583267211914,-73.90186309814453,40.75104522705078,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-07 19:26:17,2016-01-07 19:32:26,1,0.77,,,-73.96492004394531,40.68316650390625,-73.96931457519531,40.680419921875,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 19:30:11,2016-01-01 19:38:56,1,1.99,,,-73.88737487792969,40.755401611328125,-73.92375183105469,40.754478454589844,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-06 00:11:22,2016-01-06 00:14:52,1,0.82,,,-73.99079132080078,40.69255065917969,-73.99956512451172,40.68717956542969,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-03 20:11:28,2016-01-03 20:13:44,1,0.48,,,-73.95557403564453,40.804176330566406,-73.96050262451172,40.799835205078125,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-30 21:48:39,2016-01-30 21:56:18,1,0.84,,,-73.95629119873047,40.71416473388672,-73.9469223022461,40.711341857910156,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-20 07:27:50,2016-01-20 07:46:21,1,10.75,,,-74.0184326171875,40.64069747924805,-73.93971252441406,40.58980941772461,1,N,1,29.5,0.0,0.5,0.3,6.06,0.0,,36.36,1.0 +1,2016-01-07 09:37:01,2016-01-07 09:43:51,1,1.5,,,-73.97611236572266,40.687042236328125,-73.98905944824219,40.70158767700195,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-16 01:34:24,2016-01-16 01:53:19,1,3.32,,,-73.95111846923828,40.711490631103516,-73.9964599609375,40.72539138793945,1,N,1,15.0,0.5,0.5,0.3,3.0,0.0,,19.3,1.0 +2,2016-01-05 07:17:35,2016-01-05 07:30:19,1,2.6,,,-73.93946838378906,40.821346282958984,-73.95394897460938,40.790428161621094,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-28 19:13:19,2016-01-28 19:27:00,1,2.63,,,-73.93607330322266,40.803802490234375,-73.9469223022461,40.82834243774414,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-28 14:41:58,2016-01-28 14:52:19,1,1.1,,,-73.86959838867188,40.748985290527344,-73.86520385742188,40.73515319824219,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 14:03:46,2016-01-05 14:14:02,1,2.5,,,-73.94470977783203,40.808963775634766,-73.9222640991211,40.827205657958984,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-28 16:43:21,2016-01-28 16:56:09,1,1.52,,,-73.88031005859375,40.741268157958984,-73.8603515625,40.735992431640625,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +1,2016-01-10 17:09:20,2016-01-10 17:22:24,1,2.5,,,-73.97900390625,40.683876037597656,-73.95317077636719,40.6989631652832,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,,13.55,1.0 +2,2016-01-06 08:14:39,2016-01-06 08:26:01,1,1.0,,,-73.97602844238281,40.69341278076172,-73.990966796875,40.6916618347168,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-06 13:29:16,2016-01-06 13:41:02,1,2.21,,,-73.93958282470703,40.75065231323242,-73.91932678222656,40.746742248535156,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-15 17:53:00,2016-01-15 18:01:09,1,0.95,,,-73.82874298095703,40.713226318359375,-73.8296890258789,40.70393753051758,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 23:08:34,2016-01-15 23:31:08,1,4.31,,,-73.96165466308594,40.718441009521484,-73.99641418457031,40.73789596557617,1,N,1,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-01 01:05:37,2016-01-02 00:00:00,1,1.88,,,-73.92522430419922,40.758140563964844,-73.9032211303711,40.74555206298828,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-02 10:08:26,2016-01-02 10:14:20,1,1.01,,,-73.91954803466797,40.76602554321289,-73.93319702148438,40.766876220703125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-15 18:47:52,2016-01-15 18:56:51,1,1.64,,,-73.9451904296875,40.71664047241211,-73.96797180175781,40.710845947265625,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-25 15:01:57,2016-01-25 15:11:17,1,1.21,,,-73.93213653564453,40.757694244384766,-73.9150161743164,40.756988525390625,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 03:55:09,2016-01-13 04:04:08,1,3.06,,,-73.96221923828125,40.80495834350586,-73.9859390258789,40.76984786987305,1,N,1,10.5,0.5,0.5,0.3,1.0,0.0,,12.8,1.0 +1,2016-01-14 01:09:47,2016-01-14 01:09:53,1,0.8,,,-73.88959503173828,40.83625030517578,-73.88919067382812,40.8365592956543,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-30 19:52:49,2016-01-30 20:02:47,1,2.1,,,-73.94992065429688,40.71700668334961,-73.95243835449219,40.69487762451172,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-01 00:30:58,2016-01-01 00:38:29,1,1.09,,,-73.95896911621094,40.650333404541016,-73.94078063964844,40.65312194824219,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-12 17:53:57,2016-01-12 18:07:53,1,2.5,,,-73.84434509277344,40.72132873535156,-73.88412475585938,40.70548629760742,1,N,1,11.0,1.0,0.5,0.3,3.84,0.0,,16.64,1.0 +2,2016-01-11 08:00:32,2016-01-11 08:40:10,1,5.38,,,-73.9549331665039,40.73396682739258,-73.98458862304688,40.73687744140625,1,N,1,26.5,0.0,0.5,0.3,5.46,0.0,,32.76,1.0 +1,2016-01-07 13:04:23,2016-01-07 13:20:07,1,2.1,,,-73.98838806152344,40.66987228393555,-73.96428680419922,40.68462371826172,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-09 15:33:49,2016-01-09 15:45:29,1,1.91,,,-73.98515319824219,40.66257095336914,-73.97917175292969,40.684715270996094,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-10 04:31:29,2016-01-10 04:35:50,1,0.04,,,-73.86278533935547,40.749942779541016,-73.86479187011719,40.74974060058594,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-15 22:06:44,2016-01-15 22:11:31,2,0.6,,,-73.9560546875,40.71697998046875,-73.95719909667969,40.72210693359375,1,Y,1,5.0,0.5,0.5,0.3,1.85,0.0,,8.15,1.0 +2,2016-01-13 23:05:30,2016-01-13 23:14:22,2,1.87,,,-73.97876739501953,40.678924560546875,-73.9961166381836,40.69447326660156,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-03 04:10:43,2016-01-03 04:16:44,1,1.18,,,-73.96097564697266,40.71894454956055,-73.9508056640625,40.70838165283203,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-11 10:53:31,2016-01-11 10:56:05,1,0.5,,,-73.96149444580078,40.80216979980469,-73.9555892944336,40.80450439453125,1,N,1,4.0,0.0,0.5,0.3,1.4,0.0,,6.2,1.0 +2,2016-01-30 23:36:34,2016-01-30 23:37:13,1,0.0,,,-73.91098022460938,40.76878356933594,-73.90808868408203,40.768428802490234,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-16 11:59:34,2016-01-16 12:03:39,1,0.51,,,-73.95032501220703,40.80988693237305,-73.95733642578125,40.814762115478516,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-08 19:17:20,2016-01-08 19:20:58,1,0.45,,,-73.94198608398438,40.798828125,-73.94966888427734,40.80194854736328,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 08:11:46,2016-01-21 08:18:34,1,0.58,,,-73.94700622558594,40.7968635559082,-73.94742584228516,40.803775787353516,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 19:23:59,2016-01-13 19:41:43,1,3.63,,,-73.95528411865234,40.71824645996094,-73.97466278076172,40.68324661254883,1,N,1,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-20 16:21:26,2016-01-20 16:36:29,3,1.42,,,-73.9742431640625,40.68620681762695,-73.95048522949219,40.68397521972656,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,,13.3,1.0 +2,2016-01-10 18:33:53,2016-01-10 18:38:20,1,0.48,,,-73.88077545166016,40.7481689453125,-73.88623809814453,40.74454116821289,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-26 22:24:32,2016-01-26 22:29:56,1,1.01,,,-73.91034698486328,40.7758674621582,-73.89537048339844,40.7683219909668,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-09 16:40:22,2016-01-09 16:49:01,6,0.66,,,-73.99436950683594,40.68558120727539,-73.98709106445312,40.68768310546875,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-21 19:08:39,2016-01-21 19:13:18,1,0.88,,,-73.94308471679688,40.823280334472656,-73.94068908691406,40.814476013183594,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-14 10:12:36,2016-01-14 10:15:22,1,0.68,,,-73.95689392089844,40.74832534790039,-73.95439910888672,40.74274826049805,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-05 18:05:50,2016-01-05 18:34:08,1,6.94,,,-73.99066925048828,40.70268630981445,-73.96904754638672,40.759117126464844,1,N,1,26.5,1.0,0.5,0.3,5.66,0.0,,33.96,1.0 +2,2016-01-25 05:49:23,2016-01-25 06:16:11,1,4.72,,,-73.92122650146484,40.7668342590332,-73.9811782836914,40.74982833862305,1,N,1,19.0,0.5,0.5,0.3,4.06,0.0,,24.36,1.0 +2,2016-01-15 22:16:48,2016-01-15 22:29:39,1,2.02,,,-73.93921661376953,40.842281341552734,-73.91962432861328,40.86471176147461,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-14 08:50:57,2016-01-14 08:52:32,1,0.34,,,-73.94647979736328,40.80624771118164,-73.94660186767578,40.81150436401367,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-05 17:07:34,2016-01-05 17:19:40,1,1.36,,,-73.9829330444336,40.69211959838867,-73.98123168945312,40.68632125854492,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-09 14:08:08,2016-01-09 14:31:08,1,2.64,,,-73.91352081298828,40.765403747558594,-73.88288116455078,40.743011474609375,1,N,1,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-02 11:22:18,2016-01-02 11:25:29,1,0.59,,,-73.94499206542969,40.832489013671875,-73.94851684570312,40.82665252685547,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-15 13:46:57,2016-01-15 14:13:55,1,7.66,,,-73.9424057006836,40.841407775878906,-73.95448303222656,40.76590347290039,1,N,1,26.5,0.0,0.5,0.3,5.46,0.0,,32.76,1.0 +2,2016-01-30 13:20:15,2016-01-30 13:48:22,1,4.26,,,-73.97422790527344,40.676536560058594,-73.99842071533203,40.729583740234375,1,N,1,21.0,0.0,0.5,0.3,4.36,0.0,,26.16,1.0 +2,2016-01-15 23:17:41,2016-01-15 23:27:42,1,2.59,,,-73.9679946899414,40.69328689575195,-73.93742370605469,40.679954528808594,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-21 19:58:00,2016-01-21 20:03:58,1,0.87,,,-73.94000244140625,40.84120559692383,-73.94502258300781,40.83491134643555,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-09 01:47:36,2016-01-09 02:10:06,1,5.6,,,-73.9450912475586,40.80839538574219,-73.91121673583984,40.76216506958008,1,N,1,21.5,0.5,0.5,0.3,3.0,5.54,,31.34,1.0 +2,2016-01-14 14:02:33,2016-01-14 14:12:57,3,2.01,,,-73.95052337646484,40.68048858642578,-73.92997741699219,40.690853118896484,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-08 01:44:10,2016-01-08 01:58:43,2,4.74,,,-73.90233612060547,40.868770599365234,-73.93802642822266,40.84701156616211,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-04 09:00:15,2016-01-04 09:03:03,5,0.46,,,-73.98113250732422,40.67176818847656,-73.98553466796875,40.66615676879883,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-13 11:27:14,2016-01-13 11:33:52,1,1.5,,,-73.94113159179688,40.81399917602539,-73.93339538574219,40.79882049560547,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-03 22:17:42,2016-01-03 22:32:43,1,5.99,,,-73.93802642822266,40.84756851196289,-73.96038818359375,40.799278259277344,1,N,1,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-11 22:15:11,2016-01-11 22:28:15,2,2.22,,,-73.9625015258789,40.71006774902344,-73.97080993652344,40.69321060180664,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-25 18:58:26,2016-01-25 19:04:21,1,0.78,,,-73.85481262207031,40.70273971557617,-73.86674499511719,40.70457458496094,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-23 03:19:59,2016-01-23 03:27:26,1,1.71,,,-73.99234771728516,40.68971633911133,-73.96248626708984,40.68684387207031,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-22 22:43:20,2016-01-22 22:59:58,1,2.9,,,-73.95738220214844,40.68148422241211,-73.92935180664062,40.69691467285156,1,Y,1,12.5,0.5,0.5,0.3,2.0,0.0,,15.8,1.0 +2,2016-01-27 17:24:26,2016-01-27 17:39:09,1,1.42,,,-73.95113372802734,40.79115295410156,-73.93708038330078,40.79756546020508,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-29 18:57:00,2016-01-29 19:03:55,1,1.07,,,-73.9942398071289,40.69037628173828,-73.98475646972656,40.700748443603516,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 00:36:22,2016-01-01 00:47:05,1,1.58,,,-73.9685287475586,40.693180084228516,-73.95413208007812,40.70796203613281,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-13 20:42:48,2016-01-13 20:46:34,1,0.93,,,-74.02865600585938,40.622947692871094,-74.01547241210938,40.61945343017578,1,N,1,5.5,0.5,0.5,0.3,3.0,0.0,,9.8,1.0 +2,2016-01-22 19:02:11,2016-01-23 18:41:58,1,9.73,,,-73.86383819580078,40.73290252685547,-73.75137329101562,40.663795471191406,1,N,2,34.5,1.0,0.5,0.3,0.0,0.0,,36.3,1.0 +2,2016-01-08 18:00:22,2016-01-08 18:06:27,1,0.77,,,-73.9369125366211,40.802337646484375,-73.94187927246094,40.80958557128906,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-15 20:50:40,2016-01-15 20:53:51,1,0.46,,,-73.99095916748047,40.69232177734375,-73.99486541748047,40.68440628051758,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 17:38:20,2016-01-11 17:49:20,1,1.91,,,-73.84718322753906,40.837093353271484,-73.8796157836914,40.831199645996094,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +1,2016-01-30 22:19:23,2016-01-30 22:30:29,1,1.9,,,-73.884521484375,40.74729919433594,-73.86107635498047,40.75815200805664,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-02 01:28:28,2016-01-02 01:39:14,1,2.97,,,-73.95809936523438,40.67087936401367,-73.94324493408203,40.655006408691406,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-27 17:25:39,2016-01-27 17:31:47,1,1.27,,,-73.95033264160156,40.792476654052734,-73.93673706054688,40.803226470947266,1,N,1,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 16:08:28,2016-01-22 16:22:19,3,1.43,,,-73.96038055419922,40.80142593383789,-73.93814849853516,40.797157287597656,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-07 10:03:27,2016-01-07 10:31:34,1,6.59,,,-73.95186614990234,40.80915832519531,-73.99503326416016,40.75001525878906,1,N,1,24.5,0.0,0.5,0.3,6.32,0.0,,31.62,1.0 +2,2016-01-25 23:15:55,2016-01-25 23:20:54,1,0.97,,,-73.80742645263672,40.69926834106445,-73.79450988769531,40.693397521972656,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 22:04:10,2016-01-08 22:14:21,1,2.28,,,-73.94505310058594,40.808101654052734,-73.94709777832031,40.78410339355469,1,N,1,10.0,0.5,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-22 00:02:30,2016-01-22 00:07:25,1,1.05,,,-73.93301391601562,40.670658111572266,-73.92621612548828,40.68002700805664,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 02:15:27,2016-01-22 02:21:03,1,1.01,,,-73.95123291015625,40.81000518798828,-73.94738006591797,40.79945373535156,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-04 10:49:58,2016-01-04 10:52:54,1,0.49,,,-73.92535400390625,40.768798828125,-73.93146514892578,40.774085998535156,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-22 19:43:50,2016-01-22 19:53:00,1,1.64,,,-73.94183349609375,40.822723388671875,-73.91584777832031,40.8134765625,1,N,1,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-10 14:58:02,2016-01-10 15:05:37,1,1.2,,,-73.92132568359375,40.766666412353516,-73.90677642822266,40.77939987182617,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-18 16:18:01,2016-01-18 16:24:55,2,1.57,,,-73.9151382446289,40.76382827758789,-73.93204498291016,40.77371597290039,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-08 01:11:33,2016-01-08 01:17:24,1,0.92,,,-73.95303344726562,40.788387298583984,-73.94678497314453,40.78169631958008,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-29 18:28:30,2016-01-29 18:30:16,1,0.27,,,-73.87757873535156,40.754638671875,-73.87688446044922,40.750492095947266,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-30 21:55:51,2016-01-30 22:03:32,1,2.0,,,-73.9600830078125,40.81382369995117,-73.96890258789062,40.79088592529297,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-09 19:03:49,2016-01-09 19:08:52,5,0.75,,,-73.98058319091797,40.676490783691406,-73.99024963378906,40.672000885009766,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-07 19:09:11,2016-01-07 19:14:14,2,0.9,,,-73.86178588867188,40.73053741455078,-73.86028289794922,40.73830795288086,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-14 18:43:59,2016-01-14 18:47:57,2,0.56,,,-73.95853424072266,40.71746063232422,-73.96593475341797,40.716331481933594,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-25 00:25:25,2016-01-25 00:41:23,1,2.34,,,-73.94032287597656,40.84050369262695,-73.95836639404297,40.813148498535156,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-06 03:50:03,2016-01-06 04:09:04,1,7.84,,,-73.93151092529297,40.69748306274414,-73.91351318359375,40.76314163208008,1,N,2,24.5,0.5,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-02 11:20:55,2016-01-02 11:22:47,1,0.46,,,-73.91132354736328,40.678321838378906,-73.91993713378906,40.67880630493164,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-26 20:51:57,2016-01-26 21:00:53,1,1.84,,,-73.94241333007812,40.816978454589844,-73.94259643554688,40.837379455566406,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-21 07:19:31,2016-01-21 07:33:50,2,1.47,,,-73.9294204711914,40.81275939941406,-73.95055389404297,40.810848236083984,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-30 08:31:05,2016-01-30 08:53:31,1,5.4,,,-73.93684387207031,40.848846435546875,-73.9120864868164,40.85916519165039,1,Y,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-22 08:05:13,2016-01-22 08:41:09,1,8.2,,,-73.97635650634766,40.673072814941406,-73.97265625,40.7527961730957,1,N,1,30.5,0.0,0.5,0.3,2.7,0.0,,34.0,1.0 +1,2016-01-01 02:26:35,2016-01-01 02:48:51,1,8.4,,,-73.84441375732422,40.72138595581055,-73.91582489013672,40.760765075683594,1,N,1,26.5,0.5,0.5,0.3,7.0,0.0,,34.8,1.0 +2,2016-01-12 07:34:30,2016-01-12 07:47:53,1,2.18,,,-73.95557403564453,40.6690673828125,-73.93635559082031,40.688629150390625,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-22 00:27:04,2016-01-22 00:38:50,1,2.1,,,-73.95270538330078,40.742557525634766,-73.92426300048828,40.761348724365234,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,,13.8,1.0 +2,2016-01-11 23:50:33,2016-01-11 23:56:53,1,2.08,,,-73.97769927978516,40.684783935546875,-73.94414520263672,40.69142532348633,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-10 12:18:42,2016-01-10 12:35:48,1,3.41,,,-73.90343475341797,40.74586868286133,-73.87842559814453,40.71288299560547,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-18 22:54:53,2016-01-18 23:05:09,1,1.9,,,-73.94742584228516,40.830387115478516,-73.9207992553711,40.83450698852539,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-05 14:12:19,2016-01-05 14:17:22,1,0.91,,,-73.93460845947266,40.766822814941406,-73.92855834960938,40.758209228515625,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-06 18:50:12,2016-01-06 18:57:22,1,1.16,,,-73.95606994628906,40.8033561706543,-73.96934509277344,40.79728698730469,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 16:36:47,2016-01-10 16:43:00,1,0.89,,,-73.98551177978516,40.69609069824219,-73.99309539794922,40.68772888183594,1,N,1,6.0,0.0,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-30 03:54:49,2016-01-30 04:12:28,1,3.43,,,-73.96446990966797,40.68302917480469,-73.91597747802734,40.70401382446289,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-16 17:48:03,2016-01-16 18:12:38,1,9.1,,,-73.95284271240234,40.81083679199219,-73.98593139648438,40.71574020385742,1,N,2,28.0,0.0,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-02 18:59:01,2016-01-02 19:06:29,1,1.15,,,-73.95951843261719,40.71900939941406,-73.94916534423828,40.710426330566406,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-30 18:21:49,2016-01-30 18:36:08,1,2.16,,,-73.9531478881836,40.7454719543457,-73.92313385009766,40.75927734375,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-17 16:05:13,2016-01-17 16:16:05,1,2.33,,,-73.99083709716797,40.70254135131836,-74.01455688476562,40.71528625488281,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,,13.5,1.0 +1,2016-01-19 11:32:45,2016-01-19 11:41:03,1,1.6,,,-73.95480346679688,40.5860595703125,-73.93819427490234,40.57835388183594,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 20:29:33,2016-01-20 20:36:35,1,1.21,,,-73.90333557128906,40.745941162109375,-73.89080047607422,40.75404357910156,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 04:47:33,2016-01-01 05:14:12,2,8.45,,,-73.95502471923828,40.68104934692383,-73.99115753173828,40.75135803222656,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,,33.96,1.0 +2,2016-01-15 23:42:49,2016-01-16 00:06:39,1,7.17,,,-73.94339752197266,40.80765151977539,-73.88160705566406,40.75027084350586,1,N,1,24.0,0.5,0.5,0.3,0.0,5.54,,30.84,1.0 +2,2016-01-24 20:29:29,2016-01-24 20:47:24,1,9.66,,,-73.98961639404297,40.70323181152344,-73.91968536376953,40.7677116394043,1,N,1,27.5,0.5,0.5,0.3,5.76,0.0,,34.56,1.0 +2,2016-01-08 19:12:10,2016-01-08 19:16:57,1,1.0,,,-73.96109008789062,40.71464157104492,-73.95074462890625,40.721832275390625,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-09 22:01:43,2016-01-09 22:05:28,1,0.59,,,-73.87276458740234,40.84101104736328,-73.86618041992188,40.83659744262695,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-22 19:17:58,2016-01-22 19:29:17,1,2.49,,,-73.93698120117188,40.79806137084961,-73.9600601196289,40.770263671875,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-15 18:00:49,2016-01-15 18:27:37,1,3.79,,,-73.83007049560547,40.71320724487305,-73.82099914550781,40.670448303222656,1,N,2,18.5,1.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-27 15:26:14,2016-01-27 15:49:49,2,3.09,,,-73.90312194824219,40.7458381652832,-73.90314483642578,40.745750427246094,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-08 23:08:01,2016-01-08 23:14:09,1,0.96,,,-73.98211669921875,40.67898178100586,-73.99376678466797,40.68244552612305,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-12 12:09:05,2016-01-12 12:13:29,1,0.99,,,-73.94762420654297,40.8028564453125,-73.93695831298828,40.80998611450195,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-29 14:49:54,2016-01-29 15:08:28,3,4.1,,,-73.9325942993164,40.74457931518555,-73.85608673095703,40.73265075683594,1,N,4,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-19 09:38:15,2016-01-19 09:51:13,1,4.29,,,-73.95367431640625,40.78779220581055,-73.9876708984375,40.7696533203125,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-20 18:27:06,2016-01-20 18:29:22,1,0.38,,,-73.9529037475586,40.8104362487793,-73.95844268798828,40.81056213378906,1,N,1,3.5,1.0,0.5,0.3,1.0,0.0,,6.3,1.0 +2,2016-01-08 03:44:56,2016-01-08 04:03:22,1,5.21,,,-73.99202728271484,40.66254806518555,-74.01129150390625,40.7134895324707,1,N,1,18.5,0.5,0.5,0.3,5.0,0.0,,24.8,1.0 +1,2016-01-04 19:43:09,2016-01-04 19:49:43,1,1.2,,,-73.96968841552734,40.67601013183594,-73.9590072631836,40.67658615112305,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-23 00:04:51,2016-01-23 00:24:44,1,3.63,,,-73.95855712890625,40.72123718261719,-73.97911071777344,40.731040954589844,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-26 21:32:08,2016-01-26 21:42:26,6,1.45,,,-73.92083740234375,40.76874923706055,-73.9347915649414,40.7520637512207,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-03 09:45:09,2016-01-03 10:10:55,1,12.01,,,-73.87782287597656,40.756431579589844,-73.98397827148438,40.664024353027344,1,N,2,35.0,0.0,0.5,0.3,0.0,0.0,,35.8,1.0 +1,2016-01-17 17:42:59,2016-01-17 17:49:27,1,1.1,,,-73.9578857421875,40.72193908691406,-73.94676971435547,40.717899322509766,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-29 18:18:10,2016-01-29 18:23:01,1,0.96,,,-73.96003723144531,40.81360626220703,-73.96810150146484,40.80131149291992,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-20 19:27:07,2016-01-20 19:52:21,1,5.0,,,-73.98110961914062,40.66737747192383,-73.91720581054688,40.70282745361328,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-01 14:03:11,2016-01-01 14:11:24,1,2.6,,,-73.91195678710938,40.77509689331055,-73.90311431884766,40.74631881713867,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-03 13:47:06,2016-01-03 13:49:49,6,0.51,,,-73.95067596435547,40.785789489746094,-73.95608520507812,40.77973937988281,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-08 22:24:44,2016-01-08 22:45:44,1,5.84,,,-73.94889068603516,40.81542205810547,-73.97810363769531,40.763946533203125,1,N,1,21.5,0.5,0.5,0.3,4.56,0.0,,27.36,1.0 +2,2016-01-27 16:27:45,2016-01-27 16:39:29,1,4.67,,,-74.02131652832031,40.63274383544922,-74.00241088867188,40.677162170410156,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-10 01:57:59,2016-01-10 02:10:38,1,2.8,,,-73.95521545410156,40.804691314697266,-73.94156646728516,40.83848571777344,1,N,4,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-11 00:56:14,2016-01-11 01:08:55,1,1.62,,,-73.79822540283203,40.704193115234375,-73.82536315917969,40.70034408569336,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 20:24:09,2016-01-16 20:41:46,1,4.09,,,-73.99227905273438,40.689876556396484,-73.9597396850586,40.72016143798828,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-06 18:59:35,2016-01-06 19:00:57,1,0.3,,,-73.9402084350586,40.78949737548828,-73.93692016601562,40.79246520996094,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-20 18:33:37,2016-01-20 18:44:08,1,1.7,,,-73.96206665039062,40.80535888671875,-73.9390869140625,40.805118560791016,1,Y,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-02 20:34:05,2016-01-02 20:42:26,1,1.75,,,-73.9461669921875,40.82325744628906,-73.95620727539062,40.803321838378906,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-16 21:53:23,2016-01-16 21:55:32,1,0.2,,,-73.95425415039062,40.73005294799805,-73.9527816772461,40.72724533081055,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-04 12:08:51,2016-01-04 12:10:17,1,0.1,,,-73.9486083984375,40.80907440185547,-73.95054626464844,40.809932708740234,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-17 11:38:23,2016-01-17 11:42:44,1,1.47,,,-73.94593048095703,40.74580764770508,-73.94927978515625,40.72638702392578,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +1,2016-01-14 10:57:39,2016-01-14 11:00:01,1,0.8,,,-73.94332122802734,40.78532409667969,-73.93531036376953,40.794349670410156,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 07:44:39,2016-01-02 07:56:34,1,4.98,,,-73.94186401367188,40.84183883666992,-73.97490692138672,40.790557861328125,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-28 15:01:25,2016-01-28 15:10:25,1,0.53,,,-73.9565658569336,40.71696472167969,-73.96440887451172,40.71739196777344,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-13 21:40:26,2016-01-13 21:42:22,5,0.7,,,-73.99889373779297,40.68089294433594,-73.99435424804688,40.690067291259766,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +1,2016-01-15 21:55:52,2016-01-15 22:04:31,1,2.3,,,-73.99176025390625,40.690650939941406,-73.99625396728516,40.71638870239258,1,N,1,10.0,0.5,0.5,0.3,1.0,0.0,,12.3,1.0 +1,2016-01-30 18:43:07,2016-01-30 18:45:06,3,0.5,,,-73.94962310791016,40.80209732055664,-73.94453430175781,40.80888748168945,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-09 12:02:05,2016-01-09 12:19:39,1,5.17,,,-73.8839340209961,40.74794387817383,-73.94960021972656,40.71108627319336,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-21 10:34:46,2016-01-21 10:44:00,1,1.84,,,-73.94725036621094,40.805572509765625,-73.94598388671875,40.785560607910156,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-02 10:11:37,2016-01-02 10:15:17,1,1.2,,,-73.94208526611328,40.79125213623047,-73.95243072509766,40.776763916015625,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-15 00:54:47,2016-01-15 01:00:48,1,1.41,,,-73.95805358886719,40.72182846069336,-73.9560317993164,40.7358283996582,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +1,2016-01-22 08:29:11,2016-01-22 08:47:41,1,3.4,,,-73.83552551269531,40.69782257080078,-73.86959838867188,40.724266052246094,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +1,2016-01-07 15:52:11,2016-01-07 16:07:35,1,4.8,,,-73.93568420410156,40.803932189941406,-73.92217254638672,40.86546325683594,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-06 20:54:51,2016-01-06 20:58:53,1,1.03,,,-73.95077514648438,40.66208267211914,-73.9394760131836,40.65496826171875,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 10:55:07,2016-01-06 11:51:00,1,7.14,,,-73.99986267089844,40.683597564697266,-73.97328186035156,40.75861358642578,1,N,1,35.5,0.0,0.5,0.3,7.26,0.0,,43.56,1.0 +2,2016-01-09 07:54:42,2016-01-09 07:54:48,1,0.0,,,-73.86580657958984,40.85060119628906,-73.86583709716797,40.8505973815918,5,N,1,11.0,0.0,0.0,0,0.0,0.0,,11.0,2.0 +2,2016-01-15 14:48:57,2016-01-15 14:55:42,1,0.88,,,-73.93685913085938,40.68783187866211,-73.94195556640625,40.68001174926758,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-16 17:25:17,2016-01-16 17:28:26,2,0.5,,,-73.89085388183594,40.845733642578125,-73.88525390625,40.851165771484375,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-30 18:21:51,2016-01-30 18:27:48,1,1.0,,,-73.99420166015625,40.69089889526367,-73.99820709228516,40.68315887451172,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-22 12:47:48,2016-01-22 13:07:34,1,5.0,,,-73.90360260009766,40.745548248291016,-73.95101928710938,40.709716796875,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +1,2016-01-01 02:06:22,2016-01-01 02:18:12,3,1.8,,,-73.99370574951172,40.686920166015625,-73.97895812988281,40.67245101928711,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-25 21:47:26,2016-01-25 22:04:18,1,5.1,,,-73.92404174804688,40.75612258911133,-73.97615814208984,40.73590850830078,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-13 09:01:53,2016-01-13 09:09:54,1,1.17,,,-73.94259643554688,40.82182312011719,-73.94482421875,40.8338737487793,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-13 20:35:54,2016-01-13 20:41:26,1,1.2,,,-73.95816040039062,40.810665130615234,-73.95120239257812,40.824989318847656,1,N,1,6.5,0.5,0.5,0.3,1.17,0.0,,8.97,1.0 +2,2016-01-11 20:34:25,2016-01-11 20:47:31,1,3.23,,,-73.84432220458984,40.72135543823242,-73.81673431396484,40.68983840942383,1,N,1,13.0,0.5,0.5,0.3,1.25,0.0,,15.55,1.0 +2,2016-01-05 18:02:08,2016-01-05 18:08:27,1,1.15,,,-73.95763397216797,40.71787643432617,-73.95187377929688,40.72917175292969,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-06 08:53:01,2016-01-06 08:59:53,1,1.07,,,-73.95599365234375,40.80364990234375,-73.96829223632812,40.79977035522461,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-30 00:53:26,2016-01-30 00:59:03,1,0.89,,,-73.91361999511719,40.765716552734375,-73.902587890625,40.77381134033203,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 00:15:30,2016-01-28 00:19:43,1,0.8,,,-73.95317077636719,40.80746078491211,-73.94245147705078,40.80896759033203,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-01 16:54:13,2016-01-01 17:10:50,1,2.87,,,-73.9451675415039,40.800209045410156,-73.94120788574219,40.83140563964844,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-09 18:45:12,2016-01-09 18:48:27,1,0.6,,,-73.95692443847656,40.8125114440918,-73.96012878417969,40.81934356689453,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-22 22:24:55,2016-01-22 22:37:19,1,1.79,,,-73.942138671875,40.786685943603516,-73.95879364013672,40.79981994628906,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-13 21:40:31,2016-01-13 21:43:55,1,0.57,,,-73.92967224121094,40.68616485595703,-73.940185546875,40.6851806640625,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 10:49:46,2016-01-09 11:03:54,1,2.54,,,-73.95494842529297,40.734127044677734,-73.9527816772461,40.709068298339844,1,N,1,12.0,0.0,0.5,0.3,3.84,0.0,,16.64,1.0 +1,2016-01-24 10:27:49,2016-01-24 10:38:02,1,1.4,,,-73.90360260009766,40.745506286621094,-73.90042114257812,40.734710693359375,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-24 17:52:40,2016-01-24 17:57:43,1,0.49,,,-73.8909683227539,40.74684524536133,-73.88359069824219,40.743446350097656,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-19 11:18:17,2016-01-19 11:34:10,1,2.33,,,-73.99274444580078,40.6934814453125,-74.0079116821289,40.71172332763672,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-04 19:05:11,2016-01-04 19:13:50,1,1.41,,,-73.95794677734375,40.71757507324219,-73.9691162109375,40.709327697753906,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-22 17:24:30,2016-01-22 17:28:31,1,0.52,,,-73.94255065917969,40.753971099853516,-73.9475326538086,40.74763107299805,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-07 18:54:54,2016-01-07 19:01:23,1,2.59,,,-73.94264221191406,40.84044647216797,-73.92694854736328,40.86342239379883,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-16 20:51:19,2016-01-16 21:16:03,1,8.14,,,-73.937744140625,40.74906539916992,-73.83247375488281,40.759952545166016,1,N,1,26.5,0.5,0.5,0.3,2.22,0.0,,30.02,1.0 +2,2016-01-17 14:27:59,2016-01-17 14:34:43,1,1.12,,,-73.98141479492188,40.685630798339844,-73.98906707763672,40.67531204223633,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-19 14:55:26,2016-01-19 14:59:36,1,0.86,,,-73.94823455810547,40.7422981262207,-73.93717956542969,40.7363166809082,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 18:03:21,2016-01-10 18:23:32,1,4.37,,,-73.94944763183594,40.68045425415039,-74.00515747070312,40.680416107177734,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-13 18:43:17,2016-01-13 18:48:21,1,0.61,,,-73.93357849121094,40.79851150512695,-73.93739318847656,40.80437088012695,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 10:09:40,2016-01-28 10:17:05,1,1.3,,,-73.94991302490234,40.806640625,-73.93828582763672,40.82305908203125,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 11:08:03,2016-01-13 11:14:03,1,1.22,,,-73.97779083251953,40.66682815551758,-73.98653411865234,40.67377853393555,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-28 06:30:00,2016-01-28 06:55:18,1,5.91,,,-73.9524917602539,40.72666549682617,-74.00975036621094,40.73747253417969,1,N,1,22.0,0.0,0.5,0.3,3.0,0.0,,25.8,1.0 +2,2016-01-07 18:24:23,2016-01-07 18:37:51,2,3.11,,,-73.88677215576172,40.8432502746582,-73.85456085205078,40.87164306640625,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-07 21:44:13,2016-01-07 21:48:15,1,0.72,,,-73.9214096069336,40.766597747802734,-73.91158294677734,40.76270294189453,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-25 11:42:49,2016-01-25 11:50:56,1,1.08,,,-73.9471664428711,40.81889724731445,-73.94424438476562,40.8339729309082,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-09 00:37:19,2016-01-09 00:45:13,1,1.3,,,-73.98249053955078,40.68844223022461,-73.97735595703125,40.696598052978516,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-04 16:56:43,2016-01-04 17:14:32,1,1.82,,,-73.99803161621094,40.68981170654297,-73.9720687866211,40.678218841552734,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-16 23:29:48,2016-01-16 23:36:13,1,0.85,,,-73.91942596435547,40.75837326049805,-73.91658020019531,40.766883850097656,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-10 08:45:26,2016-01-10 08:54:55,2,2.36,,,-73.9378433227539,40.84807586669922,-73.9131088256836,40.87299346923828,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,,12.8,1.0 +1,2016-01-19 19:03:28,2016-01-19 19:20:59,3,2.4,,,-73.91323852539062,40.838436126708984,-73.88941955566406,40.818939208984375,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-06 07:45:38,2016-01-06 07:57:32,1,2.5,,,-73.84405517578125,40.72174835205078,-73.81553649902344,40.69681930541992,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-19 20:19:59,2016-01-19 20:51:21,1,5.9,,,-73.95037078857422,40.66962814331055,-73.90538787841797,40.666259765625,1,N,1,25.0,0.5,0.5,0.3,26.3,0.0,,52.6,1.0 +2,2016-01-02 18:36:31,2016-01-02 18:40:09,2,0.88,,,-73.95579528808594,40.692726135253906,-73.95941162109375,40.70057678222656,1,N,1,5.0,0.0,0.5,0.3,0.2,0.0,,6.0,1.0 +2,2016-01-10 15:49:44,2016-01-10 16:01:12,1,1.5,,,-73.86962890625,40.733890533447266,-73.87005615234375,40.74501419067383,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-08 10:52:51,2016-01-08 11:14:23,1,2.6,,,-73.94744873046875,40.790611267089844,-73.96070098876953,40.7687873840332,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-29 12:35:55,2016-01-29 12:52:48,1,3.51,,,-73.95098114013672,40.81037521362305,-73.9280014038086,40.85484313964844,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-29 13:31:23,2016-01-29 13:46:04,1,3.7,,,-73.92752075195312,40.81843948364258,-73.937744140625,40.841209411621094,1,N,1,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-06 19:24:45,2016-01-06 19:25:36,1,0.15,,,-73.94970703125,40.81221008300781,-73.95111846923828,40.81025314331055,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-15 12:33:06,2016-01-15 12:37:07,1,1.2,,,-73.9546127319336,40.587459564208984,-73.9719467163086,40.58412551879883,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 04:45:08,2016-01-01 04:51:58,1,1.08,,,-73.92147827148438,40.76661682128906,-73.91160583496094,40.76266860961914,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-05 09:22:27,2016-01-05 09:23:36,1,2.9,,,-73.93868255615234,40.80512619018555,-73.93821716308594,40.80478286743164,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-16 16:44:57,2016-01-16 16:56:37,1,2.6,,,-73.9540023803711,40.742637634277344,-73.93128967285156,40.77402877807617,1,N,1,11.0,0.0,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-14 18:06:19,2016-01-14 18:34:05,5,5.39,,,-73.95223236083984,40.78962707519531,-73.99058532714844,40.758140563964844,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-30 11:54:19,2016-01-30 11:57:36,1,0.38,,,-73.88860321044922,40.74733352661133,-73.88978576660156,40.753929138183594,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-09 22:08:47,2016-01-09 22:21:30,1,2.4,,,-73.94551849365234,40.8074951171875,-73.91443634033203,40.81169128417969,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-02 18:11:12,2016-01-02 18:20:07,1,1.59,,,-73.84412384033203,40.72114181518555,-73.8545150756836,40.742591857910156,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-17 13:32:39,2016-01-17 13:47:10,2,3.0,,,-73.97654724121094,40.6822509765625,-74.0086441040039,40.64874267578125,1,N,1,12.5,0.0,0.5,0.3,3.99,0.0,,17.29,1.0 +2,2016-01-25 20:04:33,2016-01-25 20:12:18,1,0.92,,,-73.9125747680664,40.68963623046875,-73.91270446777344,40.68947982788086,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-12 16:54:42,2016-01-12 17:10:09,1,2.42,,,-73.98724365234375,40.69241714477539,-73.9656982421875,40.70952606201172,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-01 16:21:10,2016-01-01 16:27:55,1,2.0,,,-73.83433532714844,40.757835388183594,-73.86286163330078,40.745330810546875,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 13:01:24,2016-01-29 13:11:30,1,0.91,,,-73.9233627319336,40.81683349609375,-73.91170501708984,40.819583892822266,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 22:36:49,2016-01-09 22:37:36,1,0.24,,,-73.95724487304688,40.66387176513672,-73.95318603515625,40.66374206542969,1,N,1,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-10 01:26:07,2016-01-10 01:37:12,1,2.2,,,-73.978759765625,40.68394088745117,-73.9459457397461,40.67951583862305,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-20 17:45:42,2016-01-20 17:52:42,1,1.17,,,-73.9411392211914,40.81391143798828,-73.93928527832031,40.82518768310547,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 14:38:52,2016-01-29 14:45:48,1,0.77,,,-73.90125274658203,40.838287353515625,-73.91339874267578,40.83866882324219,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-04 16:53:39,2016-01-04 16:57:22,1,0.76,,,-73.9155502319336,40.76326370239258,-73.92579650878906,40.7622184753418,1,N,1,4.5,1.0,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-18 02:20:06,2016-01-18 02:28:33,1,2.82,,,-73.93190002441406,40.6973762512207,-73.95873260498047,40.67911148071289,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,,14.12,1.0 +2,2016-01-14 09:04:30,2016-01-14 09:19:37,1,2.51,,,-73.94478607177734,40.803001403808594,-73.96561431884766,40.77185821533203,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-19 14:39:46,2016-01-19 14:46:33,1,1.18,,,-73.94044494628906,40.805667877197266,-73.94135284423828,40.818294525146484,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-22 21:00:07,2016-01-22 21:11:55,1,2.8,,,-73.88661193847656,40.747413635253906,-73.91194152832031,40.72101593017578,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-25 18:53:26,2016-01-25 19:02:24,3,1.01,,,-73.91663360595703,40.76472091674805,-73.90662384033203,40.77128601074219,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 08:44:35,2016-01-05 09:03:57,1,4.51,,,-73.85929107666016,40.83790588378906,-73.88910675048828,40.873291015625,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +2,2016-01-25 20:58:32,2016-01-25 21:09:22,1,1.55,,,-73.97530364990234,40.674705505371094,-73.99310302734375,40.68278121948242,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-25 12:34:15,2016-01-25 12:41:12,1,0.94,,,-73.9213638305664,40.766746520996094,-73.90780639648438,40.76594161987305,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-29 18:10:02,2016-01-29 18:33:01,1,2.45,,,-73.98639678955078,40.703895568847656,-74.00336456298828,40.72315216064453,1,N,1,16.0,1.0,0.5,0.3,5.34,0.0,,23.14,1.0 +2,2016-01-15 19:50:21,2016-01-15 20:01:07,1,1.66,,,-73.96021270751953,40.688838958740234,-73.94544219970703,40.68906021118164,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-03 19:43:56,2016-01-03 19:52:11,1,3.25,,,-73.91758728027344,40.83994674682617,-73.88455963134766,40.830936431884766,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-04 15:12:05,2016-01-04 15:25:31,1,2.01,,,-73.99208068847656,40.690494537353516,-73.99210357666016,40.66603088378906,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-27 21:33:24,2016-01-27 21:42:21,1,2.04,,,-73.93924713134766,40.81047821044922,-73.9435043334961,40.78774642944336,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 00:13:38,2016-01-01 00:26:26,1,3.37,,,-73.9858627319336,40.67771530151367,-73.98703002929688,40.714420318603516,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,,16.3,1.0 +2,2016-01-04 11:38:03,2016-01-04 11:42:27,2,0.63,,,-73.91878509521484,40.759315490722656,-73.9212875366211,40.7530517578125,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-25 08:16:07,2016-01-25 08:22:42,1,1.28,,,-73.92085266113281,40.85203170776367,-73.92821502685547,40.835784912109375,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-20 19:30:57,2016-01-20 19:50:25,1,2.3,,,-73.97785949707031,40.68514633178711,-73.98458099365234,40.659725189208984,1,N,1,14.0,1.0,0.5,0.3,3.0,0.0,,18.8,1.0 +2,2016-01-17 03:06:10,2016-01-17 03:18:35,1,3.07,,,-73.994384765625,40.645233154296875,-74.03217315673828,40.61737823486328,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-01 11:14:29,2016-01-01 11:21:14,1,1.64,,,-73.9933090209961,40.687740325927734,-74.01350402832031,40.676910400390625,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-29 21:33:21,2016-01-29 21:38:08,1,0.8,,,-73.95722961425781,40.71827697753906,-73.95315551757812,40.7279052734375,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-27 00:41:05,2016-01-27 00:41:08,1,0.0,,,-73.94662475585938,40.826690673828125,-73.94661712646484,40.82667541503906,5,N,1,300.0,0.0,0.0,0,0.0,0.0,,300.0,2.0 +1,2016-01-01 13:45:26,2016-01-01 14:07:14,1,5.1,,,0.0,0.0,-74.0023422241211,40.734413146972656,1,N,1,19.0,0.0,0.5,0.3,3.95,0.0,,23.75,1.0 +1,2016-01-22 16:24:34,2016-01-22 16:33:18,1,1.3,,,-73.9052505493164,40.74542999267578,-73.9171142578125,40.7581672668457,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 18:30:59,2016-01-14 18:52:10,1,3.58,,,-73.82991790771484,40.713783264160156,-73.87350463867188,40.72981262207031,1,N,2,17.0,1.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-27 11:32:05,2016-01-27 11:40:18,1,1.14,,,-73.94252014160156,40.81705856323242,-73.93907928466797,40.80503463745117,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-26 20:02:14,2016-01-26 20:21:04,1,4.36,,,-73.90582275390625,40.745452880859375,-73.95287322998047,40.76787567138672,1,N,1,17.0,0.5,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-02 10:42:00,2016-01-02 10:48:33,1,0.93,,,-73.92153930664062,40.76663589477539,-73.92929077148438,40.7682991027832,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 13:05:51,2016-01-10 13:14:39,1,1.38,,,-73.91895294189453,40.74309158325195,-73.9083251953125,40.75724411010742,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-11 21:10:33,2016-01-11 21:14:27,1,0.75,,,-73.89147186279297,40.74665832519531,-73.8988265991211,40.7448616027832,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-30 21:52:43,2016-01-30 21:58:19,1,1.2,,,-73.96268463134766,40.682613372802734,-73.94810485839844,40.68276596069336,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,,9.35,1.0 +1,2016-01-21 04:01:08,2016-01-21 04:07:26,1,0.7,,,-73.88233947753906,40.747806549072266,-73.89598846435547,40.746429443359375,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-12 21:48:40,2016-01-12 21:56:16,1,2.5,,,-73.95291137695312,40.67840576171875,-73.96272277832031,40.71207809448242,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-19 19:36:33,2016-01-19 20:37:36,1,9.95,,,-73.96526336669922,40.71419143676758,-73.92528533935547,40.81215286254883,1,N,2,44.5,0.5,0.5,0.3,0.0,0.0,,45.8,1.0 +2,2016-01-29 03:46:01,2016-01-29 04:05:20,2,7.8,,,-73.88638305664062,40.74736785888672,-73.986572265625,40.7259407043457,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +1,2016-01-04 19:27:51,2016-01-04 19:46:11,1,4.6,,,-73.94181060791016,40.798709869384766,-73.93651580810547,40.85049819946289,1,N,1,17.0,1.0,0.5,0.3,4.7,0.0,,23.5,1.0 +1,2016-01-25 17:17:11,2016-01-25 17:24:59,1,0.8,,,-73.95230865478516,40.78987121582031,-73.94136810302734,40.788509368896484,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-04 08:34:14,2016-01-04 08:45:46,1,1.13,,,-73.86896514892578,40.74928283691406,-73.89069366455078,40.74695587158203,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-16 01:14:27,2016-01-16 01:22:45,2,1.9,,,-73.98052978515625,40.67634963989258,-73.99030303955078,40.68997573852539,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-11 00:59:42,2016-01-11 01:04:08,1,1.0,,,-73.86983489990234,40.74909210205078,-73.85884857177734,40.7408561706543,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-03 22:59:56,2016-01-03 23:34:51,1,14.1,,,-73.87584686279297,40.750118255615234,-73.92280578613281,40.66804122924805,1,N,2,42.0,0.5,0.5,0.3,0.0,0.0,,43.3,1.0 +2,2016-01-06 23:37:53,2016-01-06 23:42:05,1,0.61,,,-73.88948822021484,40.74717330932617,-73.89009094238281,40.73940658569336,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 09:12:04,2016-01-10 09:19:44,1,1.83,,,-73.94428253173828,40.82469177246094,-73.93698120117188,40.804866790771484,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-12 19:28:12,2016-01-12 19:47:21,2,6.6,,,-73.94019317626953,40.8407096862793,-73.95817565917969,40.778377532958984,1,N,1,21.5,1.0,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-08 21:25:30,2016-01-08 21:27:40,1,0.3,,,-73.91956329345703,40.8682975769043,-73.91874694824219,40.87168502807617,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-12 12:44:00,2016-01-12 12:58:00,1,1.86,,,-73.95320129394531,40.78890609741211,0.0,0.0,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-01 12:18:43,2016-01-01 12:27:45,1,2.15,,,-73.9328384399414,40.75267791748047,-73.9033203125,40.745704650878906,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 11:29:14,2016-01-30 11:43:41,1,2.42,,,-73.95794677734375,40.800987243652344,-73.94661712646484,40.7889518737793,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-22 21:04:25,2016-01-22 21:13:24,1,1.6,,,-73.91876220703125,40.759647369384766,-73.91499328613281,40.777305603027344,1,N,1,8.0,0.5,0.5,0.3,3.0,0.0,,12.3,1.0 +2,2016-01-29 17:21:08,2016-01-29 17:40:08,6,2.35,,,-73.9152603149414,40.76374435424805,-73.91838836669922,40.735572814941406,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-25 06:46:40,2016-01-25 07:02:21,1,2.4,,,-73.9104995727539,40.83578109741211,-73.8824234008789,40.82176971435547,5,N,2,13.0,0.0,0.0,0,0.0,0.0,,13.0,2.0 +2,2016-01-09 17:27:26,2016-01-09 17:35:11,1,2.58,,,-73.83026885986328,40.71422576904297,-73.78551483154297,40.72968673706055,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-15 16:29:43,2016-01-15 16:39:59,1,1.59,,,-73.90046691894531,40.67251205444336,-73.91989135742188,40.66379928588867,1,N,1,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-24 17:32:07,2016-01-24 17:44:52,1,2.54,,,-73.8705062866211,40.73382568359375,-73.91661834716797,40.743141174316406,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-08 18:09:58,2016-01-08 18:19:11,1,0.86,,,-73.84488677978516,40.72164535522461,-73.85057830810547,40.714595794677734,1,N,1,7.5,1.0,0.5,0.3,2.32,0.0,,11.62,1.0 +1,2016-01-03 00:56:07,2016-01-03 01:14:29,1,5.6,,,-73.92566680908203,40.76158142089844,-73.96916198730469,40.79069519042969,1,N,1,19.5,0.5,0.5,0.3,4.15,0.0,,24.95,1.0 +2,2016-01-18 18:59:47,2016-01-18 19:15:24,1,1.44,,,-73.94974517822266,40.680545806884766,-73.96448516845703,40.68299102783203,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +1,2016-01-06 17:14:32,2016-01-06 17:27:50,1,2.1,,,-73.93666076660156,40.83013916015625,-73.94734954833984,40.805397033691406,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-23 04:20:39,2016-01-23 04:23:19,1,0.49,,,-73.90030670166016,40.74583053588867,-73.8910903930664,40.74644088745117,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-18 14:12:04,2016-01-18 14:30:02,1,3.91,,,-73.94072723388672,40.712093353271484,-73.98585510253906,40.73124313354492,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +1,2016-01-19 10:29:10,2016-01-19 10:31:15,1,0.4,,,-73.9830551147461,40.66525650024414,-73.984130859375,40.6602783203125,1,N,1,4.0,0.0,0.5,0.3,1.4,0.0,,6.2,1.0 +2,2016-01-15 09:59:16,2016-01-15 10:03:46,1,0.55,,,-73.9325942993164,40.7999382019043,-73.93627166748047,40.80559158325195,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 05:44:03,2016-01-01 05:50:08,1,1.31,,,-73.89149475097656,40.74671173095703,-73.88176727294922,40.735198974609375,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 19:26:52,2016-01-30 19:34:42,1,2.35,,,-73.95228576660156,40.80305862426758,-73.95233917236328,40.77826690673828,1,N,1,8.5,0.0,0.5,0.3,2.79,0.0,,12.09,1.0 +1,2016-01-11 12:10:38,2016-01-11 12:19:33,1,1.2,,,-73.97781372070312,40.685123443603516,-73.98609161376953,40.697235107421875,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-21 22:10:16,2016-01-21 22:18:43,5,1.3,,,-73.9832763671875,40.67912673950195,-73.99006652832031,40.69126510620117,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-01 00:25:55,2016-01-01 00:31:20,1,1.06,,,-73.97138214111328,40.68639373779297,-73.98334503173828,40.68558120727539,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 16:53:52,2016-01-22 17:11:35,1,3.06,,,-73.98750305175781,40.69123077392578,-73.93853759765625,40.68544387817383,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-06 14:23:56,2016-01-06 14:27:35,1,0.6,,,-73.95567321777344,40.812591552734375,-73.95072937011719,40.806602478027344,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 23:31:12,2016-01-30 00:21:09,1,16.7,,,-73.96432495117188,40.71925735473633,-73.89387512207031,40.882904052734375,1,N,2,52.5,0.5,0.5,0.3,0.0,0.0,,53.8,1.0 +2,2016-01-22 21:46:42,2016-01-22 22:03:34,1,6.27,,,-73.94198608398438,40.81780242919922,-73.9903335571289,40.76245880126953,1,N,1,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-13 09:20:50,2016-01-13 09:26:54,5,1.95,,,-73.95637512207031,40.71906661987305,-73.95140075683594,40.74324417114258,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,,10.8,1.0 +2,2016-01-09 00:07:43,2016-01-09 00:19:16,1,3.65,,,-73.9581298828125,40.72164535522461,-73.983154296875,40.6938362121582,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-26 13:28:27,2016-01-26 13:31:20,1,0.6,,,-73.94918060302734,40.80260467529297,-73.94367980957031,40.81014633178711,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-03 23:47:28,2016-01-03 23:53:25,1,1.33,,,-73.96401977539062,40.80311584472656,-73.95140838623047,40.80111312866211,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-27 08:08:22,2016-01-27 08:30:14,1,2.41,,,-73.91284942626953,40.814510345458984,-73.93871307373047,40.804046630859375,5,N,2,18.0,0.0,0.0,0,0.0,0.0,,18.0,2.0 +1,2016-01-02 20:14:35,2016-01-02 20:22:25,4,1.0,,,-73.97805786132812,40.68489456176758,-73.97300720214844,40.69393539428711,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-01 09:40:59,2016-01-01 09:49:13,1,2.1,,,-73.89083099365234,40.74652862548828,-73.85871887207031,40.735408782958984,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-13 08:54:04,2016-01-13 08:57:18,1,0.36,,,-73.95121002197266,40.786094665527344,-73.95235443115234,40.78966522216797,1,N,1,4.0,0.0,0.5,0.3,0.5,0.0,,5.3,1.0 +2,2016-01-14 21:30:40,2016-01-14 21:38:27,1,1.74,,,-73.9482421875,40.82924270629883,-73.93510437011719,40.851497650146484,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-02 05:33:50,2016-01-02 05:49:53,1,12.4,,,-73.99370574951172,40.69005584716797,-73.96492004394531,40.58081817626953,1,N,2,34.5,0.5,0.5,0.3,0.0,0.0,,35.8,1.0 +2,2016-01-09 13:30:54,2016-01-09 13:46:31,5,8.9,,,-73.93867492675781,40.80834197998047,-73.86528015136719,40.8769645690918,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,,26.3,1.0 +1,2016-01-11 00:33:48,2016-01-11 01:01:51,2,11.2,,,-73.92385864257812,40.659698486328125,-73.99396514892578,40.573524475097656,1,N,1,33.5,0.5,0.5,0.3,6.95,0.0,,41.75,1.0 +2,2016-01-12 21:22:05,2016-01-12 21:46:00,4,4.87,,,-73.92387390136719,40.75598907470703,-73.88243865966797,40.72767639160156,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,,25.56,1.0 +1,2016-01-08 14:24:24,2016-01-08 14:37:55,1,1.2,,,-73.97747039794922,40.693443298339844,-73.9916000366211,40.69396209716797,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-10 13:08:49,2016-01-10 13:10:32,1,0.36,,,-73.99282836914062,40.68880844116211,-73.997314453125,40.687965393066406,1,N,1,3.5,0.0,0.5,0.3,1.29,0.0,,5.59,1.0 +2,2016-01-27 19:05:59,2016-01-27 19:11:38,1,0.82,,,-73.93535614013672,40.796138763427734,-73.94496154785156,40.79418182373047,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 16:38:34,2016-01-30 16:49:14,1,0.82,,,-73.89098358154297,40.74687576293945,-73.89037322998047,40.75712585449219,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-14 17:21:31,2016-01-14 17:26:04,1,1.0,,,-73.95452880859375,40.80028533935547,-73.94557189941406,40.812599182128906,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-21 16:05:43,2016-01-21 16:25:46,5,2.2,,,-73.9527587890625,40.79169845581055,-73.95841217041016,40.76719665527344,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,,17.3,1.0 +2,2016-01-04 09:11:03,2016-01-04 09:20:59,1,3.26,,,-73.9118423461914,40.775245666503906,-73.8711929321289,40.77421188354492,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,,15.96,1.0 +1,2016-01-12 23:15:54,2016-01-12 23:23:13,1,1.0,,,-73.9903793334961,40.671199798583984,-74.00631713867188,40.67713165283203,1,N,1,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-03 02:19:49,2016-01-03 02:20:18,1,0.01,,,-73.98486328125,40.68283462524414,-73.98487854003906,40.682701110839844,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +2,2016-01-14 22:40:53,2016-01-14 22:46:01,1,1.42,,,-73.82965850830078,40.7140007019043,-73.81689453125,40.71780014038086,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-26 18:59:45,2016-01-26 19:10:50,5,1.8,,,-73.9477767944336,40.63329315185547,-73.96676635742188,40.64024353027344,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-16 03:19:08,2016-01-16 03:27:51,1,1.63,,,-73.89108276367188,40.747066497802734,-73.88298034667969,40.763099670410156,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-03 21:18:13,2016-01-03 21:22:44,1,0.77,,,-73.94564056396484,40.81610107421875,-73.94010162353516,40.815277099609375,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-18 18:32:51,2016-01-18 18:37:30,1,1.0,,,-73.95374298095703,40.78799057006836,-73.96855163574219,40.7913703918457,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-09 11:54:07,2016-01-09 11:59:39,1,1.2,,,-73.95587921142578,40.68113708496094,-73.97566986083984,40.68354034423828,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-19 15:29:04,2016-01-19 16:05:51,1,8.64,,,-73.94202423095703,40.84199523925781,-73.97200012207031,40.7498664855957,1,N,1,33.0,0.0,0.5,0.3,6.76,0.0,,40.56,1.0 +2,2016-01-30 00:13:18,2016-01-30 00:35:14,1,5.99,,,-73.91368103027344,40.75358581542969,-73.94488525390625,40.791725158691406,1,N,1,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-27 07:14:15,2016-01-27 08:32:22,1,13.23,,,-73.90664672851562,40.8641471862793,-73.89784240722656,40.85251235961914,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-13 22:07:58,2016-01-13 22:13:06,1,0.75,,,-73.88859558105469,40.747047424316406,-73.89550018310547,40.750701904296875,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 04:58:06,2016-01-09 05:04:15,1,1.8,,,-73.95467376708984,40.69477081298828,-73.95751953125,40.71158218383789,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-05 09:32:01,2016-01-05 09:32:24,1,0.07,,,-73.87146759033203,40.77430725097656,-73.87264251708984,40.77439880371094,2,N,1,52.0,0.0,0.5,0.3,1.2,0.0,,54.0,1.0 +2,2016-01-11 09:13:35,2016-01-11 09:19:51,1,1.11,,,-73.96783447265625,40.68367004394531,-73.95634460449219,40.69080352783203,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 13:22:01,2016-01-08 13:29:19,1,0.95,,,-73.94485473632812,40.79425811767578,-73.95155334472656,40.78282165527344,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-16 08:28:46,2016-01-16 08:42:56,1,3.5,,,-73.9420166015625,40.817848205566406,-73.9769058227539,40.78017044067383,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,,17.15,1.0 +1,2016-01-19 11:15:32,2016-01-19 11:29:08,2,1.1,,,-73.9515380859375,40.79091262817383,-73.95146179199219,40.78120803833008,1,N,1,9.5,0.0,0.5,0.3,2.55,0.0,,12.85,1.0 +1,2016-01-30 20:19:00,2016-01-30 20:28:44,1,1.9,,,-73.91708374023438,40.76124954223633,-73.89331817626953,40.77294158935547,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-26 20:17:54,2016-01-26 20:36:02,1,5.53,,,-73.90716552734375,40.81694412231445,-73.86933135986328,40.8701286315918,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-29 14:40:53,2016-01-29 15:00:47,1,2.76,,,-73.86204528808594,40.73041915893555,-73.86922454833984,40.708984375,1,N,1,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-24 21:07:50,2016-01-24 21:13:15,1,0.8,,,-73.97608947753906,40.68377685546875,-73.96398162841797,40.67884826660156,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 17:54:30,2016-01-05 17:54:33,1,0.0,,,-73.76873779296875,40.75993347167969,-73.76873779296875,40.75993347167969,5,N,2,221.0,0.0,0.0,0,0.0,0.0,,221.0,2.0 +2,2016-01-01 21:05:59,2016-01-01 21:19:34,1,2.7,,,-73.95842742919922,40.71022033691406,-73.92028045654297,40.68842697143555,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-01 04:12:58,2016-01-01 04:18:47,1,1.2,,,-73.9872817993164,40.69231414794922,-73.97599792480469,40.689170837402344,1,N,1,6.0,0.5,0.5,0.3,1.8,0.0,,9.1,1.0 +2,2016-01-01 23:11:47,2016-01-01 23:33:19,1,4.63,,,-73.91121673583984,40.67836380004883,-73.95639038085938,40.63623809814453,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-27 23:37:48,2016-01-27 23:42:30,1,0.83,,,-73.95979309082031,40.72011947631836,-73.9579086303711,40.73200225830078,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 06:39:28,2016-01-17 06:44:42,1,1.42,,,-73.98055267333984,40.68869400024414,-73.95530700683594,40.69084548950195,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-14 07:37:04,2016-01-14 07:40:30,1,0.52,,,-73.94091796875,40.81237030029297,-73.94599914550781,40.807029724121094,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,,6.62,1.0 +2,2016-01-01 20:50:09,2016-01-01 21:03:24,1,3.04,,,-73.9576644897461,40.71780776977539,-73.96524047851562,40.68509292602539,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-01 17:55:12,2016-01-01 18:00:33,2,1.1,,,-73.948974609375,40.794578552246094,-73.93323516845703,40.795127868652344,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-05 12:06:43,2016-01-05 12:15:48,1,1.83,,,-73.96082305908203,40.80706787109375,-73.94428253173828,40.829833984375,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-15 07:55:50,2016-01-15 07:58:06,1,0.51,,,-73.84407806396484,40.72173309326172,-73.85292053222656,40.72188186645508,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-21 10:00:36,2016-01-21 10:23:08,1,2.74,,,-73.9547119140625,40.789276123046875,-73.97505187988281,40.75470733642578,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-11 09:44:54,2016-01-11 09:52:42,1,0.9,,,-73.95866394042969,40.716915130615234,-73.9456787109375,40.725406646728516,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-06 15:43:39,2016-01-06 16:01:34,1,2.5,,,-73.96615600585938,40.803890228271484,-73.95536041259766,40.779380798339844,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-05 19:08:59,2016-01-05 19:17:04,1,1.96,,,-73.98957061767578,40.70241165161133,-73.96795654296875,40.68879699707031,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-15 08:30:10,2016-01-15 08:58:15,1,4.64,,,-73.96675872802734,40.69342803955078,-73.99365997314453,40.740848541259766,1,N,1,20.5,0.0,0.5,0.3,3.0,0.0,,24.3,1.0 +2,2016-01-09 18:00:49,2016-01-09 18:14:55,1,2.5,,,-73.98876953125,40.693382263183594,-73.95500183105469,40.68860626220703,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-27 08:16:45,2016-01-27 08:43:35,5,3.37,,,-73.90299987792969,40.72108840942383,-73.95108032226562,40.6996955871582,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-07 08:45:14,2016-01-07 08:59:26,1,3.38,,,-73.9405517578125,40.84758377075195,-73.964111328125,40.807926177978516,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-12 18:16:00,2016-01-12 18:38:32,1,4.31,,,-73.97850036621094,40.684120178222656,-73.91484069824219,40.656368255615234,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-06 19:11:24,2016-01-06 19:24:01,1,1.95,,,-73.92427062988281,40.8236198425293,-73.94033813476562,40.83618927001953,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-24 21:30:49,2016-01-24 21:56:35,2,7.07,,,-73.99291229248047,40.688499450683594,-73.91375732421875,40.7442741394043,1,N,1,25.0,0.5,0.5,0.3,6.58,0.0,,32.88,1.0 +2,2016-01-11 20:46:44,2016-01-11 20:57:53,1,1.52,,,-73.992431640625,40.68949890136719,-73.97696685791016,40.678436279296875,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-22 23:55:28,2016-01-23 00:04:41,1,1.48,,,-73.95208740234375,40.80897903442383,-73.94064331054688,40.797027587890625,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-17 16:29:42,2016-01-17 16:37:54,1,1.28,,,-73.98384857177734,40.668052673339844,-73.9979476928711,40.679725646972656,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-01 03:12:45,2016-01-01 03:15:54,1,0.77,,,-73.9146957397461,40.769447326660156,-73.92129516601562,40.76026153564453,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-07 22:59:17,2016-01-07 23:08:23,1,1.7,,,-73.90354919433594,40.74576187133789,-73.88846588134766,40.733890533447266,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-05 19:25:15,2016-01-05 19:31:56,1,0.94,,,-73.97673034667969,40.67267990112305,-73.9881820678711,40.67791748046875,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-02 08:59:12,2016-01-02 09:07:52,1,3.34,,,-73.99728393554688,40.67938232421875,-73.98046875,40.7002067565918,1,N,1,11.0,0.0,0.5,0.3,1.5,0.0,,13.3,1.0 +2,2016-01-09 02:05:59,2016-01-09 02:14:54,1,1.98,,,-73.90428161621094,40.74539566040039,-73.89139556884766,40.757568359375,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-23 00:10:26,2016-01-23 00:31:40,2,2.89,,,-73.93315124511719,40.7068977355957,-73.96542358398438,40.71365737915039,1,N,1,13.5,0.5,0.5,0.3,2.5,0.0,,17.3,1.0 +2,2016-01-19 14:26:37,2016-01-20 00:00:00,1,1.04,,,-73.8917007446289,40.74700927734375,-73.87555694580078,40.75065612792969,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-03 02:54:24,2016-01-03 03:03:08,1,1.94,,,-73.938720703125,40.80514144897461,-73.91737365722656,40.81187438964844,1,N,1,8.5,0.5,0.5,0.3,0.11,0.0,,9.91,1.0 +1,2016-01-11 16:18:53,2016-01-11 16:25:44,1,1.0,,,-73.93467712402344,40.801353454589844,-73.94800567626953,40.79841232299805,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-29 07:47:57,2016-01-29 07:58:06,4,1.41,,,-73.99740600585938,40.67456817626953,-73.97930908203125,40.66969680786133,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-30 01:01:25,2016-01-30 01:25:00,1,4.4,,,-73.88442993164062,40.747474670410156,-73.90657806396484,40.700523376464844,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-09 06:43:36,2016-01-09 07:02:05,1,6.49,,,-73.95390319824219,40.73021697998047,-73.95238494873047,40.78968048095703,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-06 02:11:40,2016-01-06 02:33:43,5,8.28,,,-73.99456787109375,40.62188720703125,-73.94266510009766,40.64006423950195,1,N,2,26.0,0.5,0.5,0.3,0.0,0.0,,27.3,1.0 +1,2016-01-08 09:59:59,2016-01-08 10:26:17,1,5.2,,,-73.93775177001953,40.81264877319336,-73.90142822265625,40.77655029296875,1,N,1,22.0,0.0,0.5,0.3,5.65,5.54,,33.99,1.0 +2,2016-01-30 00:22:07,2016-01-30 00:50:00,5,14.85,,,-73.9134292602539,40.76587677001953,-73.97561645507812,40.647804260253906,1,N,1,42.0,0.5,0.5,0.3,8.66,0.0,,51.96,1.0 +2,2016-01-01 21:20:40,2016-01-01 21:21:35,1,0.12,,,-73.95830535888672,40.71342849731445,-73.95616149902344,40.7140998840332,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-29 06:33:32,2016-01-29 06:35:45,1,0.95,,,-73.9455795288086,40.798858642578125,-73.93958282470703,40.810306549072266,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-28 14:41:40,2016-01-28 14:54:59,1,1.56,,,-73.95734405517578,40.811824798583984,-73.96854400634766,40.794456481933594,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-19 13:40:23,2016-01-19 13:56:46,1,2.86,,,-73.9643783569336,40.710453033447266,-73.99710845947266,40.72562789916992,1,N,1,13.5,0.0,0.5,0.3,2.0,0.0,,16.3,1.0 +1,2016-01-16 22:00:41,2016-01-16 22:06:40,1,1.4,,,-73.92893981933594,40.83359146118164,-73.9272689819336,40.819114685058594,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 00:48:34,2016-01-17 00:54:09,1,1.05,,,-73.99749755859375,40.6745719909668,-74.01217651367188,40.67793655395508,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-07 09:08:26,2016-01-07 09:16:11,1,1.2,,,-73.95979309082031,40.67577362060547,-73.98016357421875,40.68164825439453,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 17:57:34,2016-01-27 18:38:56,1,3.16,,,-73.94879913330078,40.68032455444336,-73.9145736694336,40.66189956665039,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-17 23:15:47,2016-01-17 23:23:45,1,1.68,,,-73.90895080566406,40.77837371826172,-73.92029571533203,40.76142883300781,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-30 02:08:07,2016-01-30 02:12:56,1,1.08,,,-73.95243835449219,40.81096267700195,-73.94841766357422,40.823875427246094,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-26 06:12:18,2016-01-26 06:25:26,1,2.94,,,-73.88363647460938,40.747894287109375,-73.92362976074219,40.74691390991211,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-11 09:45:46,2016-01-11 10:02:52,1,3.28,,,-73.9729232788086,40.68962097167969,-73.99995422363281,40.724281311035156,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-15 16:22:53,2016-01-15 16:43:05,2,2.53,,,-73.95234680175781,40.789852142333984,-73.9227066040039,40.80926513671875,1,N,1,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-27 00:24:28,2016-01-27 00:32:55,1,1.8,,,-73.89149475097656,40.74665832519531,-73.89440155029297,40.72652053833008,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-16 20:14:52,2016-01-16 20:27:34,1,2.93,,,-73.94883728027344,40.784828186035156,-73.97967529296875,40.76108169555664,1,N,1,11.5,0.5,0.5,0.3,1.92,0.0,,14.72,1.0 +2,2016-01-11 03:42:55,2016-01-11 03:49:52,1,2.25,,,-73.98189544677734,40.685726165771484,-73.95270538330078,40.693363189697266,1,N,1,8.5,0.5,0.5,0.3,4.0,0.0,,13.8,1.0 +2,2016-01-15 01:37:40,2016-01-15 01:44:51,2,1.3,,,-73.91424560546875,40.77531814575195,-73.92481231689453,40.761741638183594,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-24 14:12:19,2016-01-24 14:24:33,1,1.52,,,-73.95285034179688,40.810386657714844,-73.96522521972656,40.79191970825195,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-17 17:31:01,2016-01-17 17:35:40,1,0.6,,,-73.94467163085938,40.68015670776367,-73.93795776367188,40.682838439941406,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-19 22:02:20,2016-01-19 22:20:01,5,8.42,,,-73.91490936279297,40.763893127441406,-73.96815490722656,40.689876556396484,1,N,2,25.5,0.5,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-04 11:08:04,2016-01-04 11:17:55,1,2.76,,,-73.98461151123047,40.69651412963867,-74.00706481933594,40.705230712890625,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-27 00:13:13,2016-01-27 00:27:32,1,6.5,,,-73.92842864990234,40.82914352416992,-73.96643829345703,40.764381408691406,5,N,1,25.0,0.0,0.0,0,5.0,0.0,,30.0,2.0 +2,2016-01-15 12:58:45,2016-01-15 13:19:00,1,2.23,,,-73.9654541015625,40.71077346801758,-73.99044036865234,40.717140197753906,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-08 18:02:59,2016-01-08 18:06:24,1,0.49,,,-73.91896057128906,40.75910568237305,-73.91358184814453,40.76564025878906,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-16 19:45:26,2016-01-16 19:58:07,1,2.42,,,-73.98143005371094,40.68954849243164,-73.99626159667969,40.6619987487793,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 19:25:09,2016-01-16 19:41:37,1,7.03,,,-73.8442153930664,40.721412658691406,-73.76651763916016,40.665916442871094,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,,22.3,1.0 +1,2016-01-10 18:05:13,2016-01-10 18:19:54,2,3.4,,,-73.9468002319336,40.74546813964844,-73.93309020996094,40.706939697265625,1,N,1,13.5,0.0,0.5,0.3,3.55,0.0,,17.85,1.0 +2,2016-01-29 19:59:02,2016-01-29 20:09:33,1,2.0,,,-73.95189666748047,40.72323226928711,-73.95726013183594,40.74544143676758,1,N,1,9.5,1.0,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-28 22:38:48,2016-01-28 22:48:06,1,2.18,,,-73.89581298828125,40.741058349609375,-73.90081787109375,40.713623046875,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-10 16:34:42,2016-01-10 16:47:31,4,1.3,,,-73.86390686035156,40.732994079589844,-73.8683853149414,40.75001907348633,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-02 19:20:18,2016-01-02 19:25:46,1,1.15,,,-73.95361328125,40.7907829284668,-73.97150421142578,40.7950553894043,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-04 10:18:25,2016-01-04 10:30:59,1,2.1,,,-73.95503234863281,40.688812255859375,-73.9398193359375,40.707767486572266,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-28 01:19:12,2016-01-28 01:21:07,1,0.58,,,-73.95234680175781,40.789878845214844,-73.9486083984375,40.796817779541016,1,N,1,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 23:45:21,2016-01-16 23:58:06,1,2.8,,,-73.82998657226562,40.75945281982422,-73.81278991699219,40.786590576171875,1,N,1,12.0,0.5,0.5,0.3,1.0,0.0,,14.3,1.0 +1,2016-01-10 06:25:05,2016-01-10 06:53:58,2,5.7,,,-73.95276641845703,40.72702407836914,-73.91999053955078,40.68821716308594,1,N,2,23.0,0.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-19 14:54:45,2016-01-19 15:12:24,1,3.54,,,-73.9217529296875,40.76681900024414,-73.87095642089844,40.75157928466797,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-17 00:41:14,2016-01-17 01:00:30,5,2.92,,,-73.95014190673828,40.721946716308594,-73.98170471191406,40.72128677368164,1,N,1,14.5,0.5,0.5,0.3,2.0,0.0,,17.8,1.0 +1,2016-01-20 08:14:05,2016-01-20 09:12:33,1,11.8,,,-73.99850463867188,40.69320297241211,-73.86320495605469,40.767234802246094,1,N,1,45.5,0.0,0.5,0.3,11.55,0.0,,57.85,1.0 +1,2016-01-21 18:08:19,2016-01-21 18:23:09,1,2.0,,,-73.97850036621094,40.683837890625,-73.99111938476562,40.660980224609375,1,N,1,10.5,1.0,0.5,0.3,3.05,0.0,,15.35,1.0 +1,2016-01-04 10:14:17,2016-01-04 10:24:35,2,2.2,,,-73.95914459228516,40.81351089477539,-73.94328308105469,40.83834457397461,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-01 23:32:00,2016-01-01 23:40:19,1,2.9,,,-73.9924545288086,40.702571868896484,-73.99829864501953,40.68197250366211,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-26 23:49:22,2016-01-27 00:06:47,1,2.91,,,-73.9657211303711,40.71443557739258,-73.94476318359375,40.68756866455078,1,N,1,13.0,0.5,0.5,0.3,1.5,0.0,,15.8,1.0 +2,2016-01-22 21:54:41,2016-01-22 21:57:26,1,0.71,,,-73.99208068847656,40.69940185546875,-73.99949645996094,40.69348907470703,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-09 02:20:41,2016-01-09 02:24:11,2,1.2,,,-73.93707275390625,40.69296646118164,-73.93140411376953,40.679603576660156,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 19:36:01,2016-01-22 19:42:31,1,0.8,,,-73.92138671875,40.76654815673828,-73.92001342773438,40.757789611816406,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-24 13:15:52,2016-01-24 13:24:37,1,1.24,,,-73.97927856445312,40.66073989868164,-73.98762512207031,40.67154312133789,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-25 16:19:24,2016-01-25 17:07:22,1,4.8,,,-73.84398651123047,40.72172164916992,-73.87261199951172,40.772029876708984,1,N,2,30.5,1.0,0.5,0.3,0.0,0.0,,32.3,1.0 +2,2016-01-24 12:55:20,2016-01-24 13:02:46,1,1.51,,,-73.86534881591797,40.82778549194336,-73.85581970214844,40.84218215942383,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-13 08:05:35,2016-01-13 08:36:18,1,5.58,,,-73.93164825439453,40.76808166503906,-73.99089050292969,40.73392105102539,1,N,1,23.0,0.0,0.5,0.3,4.76,0.0,,28.56,1.0 +2,2016-01-17 00:44:58,2016-01-17 00:49:15,1,0.74,,,-73.90310668945312,40.74555587768555,-73.90825653076172,40.736717224121094,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 06:03:28,2016-01-01 06:15:03,1,3.15,,,-73.91938781738281,40.86815643310547,-73.89656829833984,40.906517028808594,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,,16.0,1.0 +2,2016-01-13 22:59:51,2016-01-13 23:05:02,1,1.74,,,-73.9765853881836,40.68281555175781,-73.95283508300781,40.66978454589844,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-16 22:00:00,2016-01-16 22:14:29,1,2.34,,,-73.93904113769531,40.80517578125,-73.96783447265625,40.8019905090332,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-07 08:21:46,2016-01-07 08:35:03,1,2.58,,,-73.84820556640625,40.819419860839844,-73.86663055419922,40.82084655761719,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-20 12:38:05,2016-01-20 12:56:57,1,4.18,,,-73.826904296875,40.712745666503906,-73.88522338867188,40.747711181640625,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-01 13:55:46,2016-01-01 14:00:58,1,0.78,,,-73.90618896484375,40.7728157043457,-73.91521453857422,40.763729095458984,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-12 09:29:26,2016-01-12 09:44:25,1,4.0,,,-73.86994171142578,40.733604431152344,-73.94388580322266,40.746665954589844,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-28 21:39:17,2016-01-28 21:41:58,1,0.65,,,-73.90515899658203,40.83998489379883,-73.89946746826172,40.847023010253906,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-01 01:21:13,2016-01-01 01:45:55,3,8.0,,,-73.892822265625,40.861873626708984,-73.94458770751953,40.78465270996094,1,N,2,26.5,0.5,0.5,0.3,0.0,0.0,,27.8,1.0 +2,2016-01-02 15:59:31,2016-01-02 16:02:03,1,0.69,,,-73.95584106445312,40.69084167480469,-73.96650695800781,40.69163131713867,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-27 13:45:57,2016-01-28 00:00:00,1,3.26,,,-73.96287536621094,40.71723556518555,-74.0011215209961,40.72414779663086,1,N,1,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-22 21:15:02,2016-01-22 21:15:27,3,0.1,,,-73.93724822998047,40.80448532104492,-73.936767578125,40.804039001464844,1,N,3,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-24 18:56:31,2016-01-24 19:06:23,1,2.2,,,-73.93915557861328,40.80521011352539,-73.96549987792969,40.792903900146484,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-10 15:54:04,2016-01-10 16:10:51,5,1.96,,,-73.8694076538086,40.73458480834961,-73.87520599365234,40.75724792480469,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,,15.38,1.0 +2,2016-01-27 22:17:30,2016-01-27 22:43:55,1,7.43,,,-73.96183013916016,40.80556869506836,-73.91632843017578,40.76634979248047,1,N,1,24.5,0.5,0.5,0.3,5.16,0.0,,30.96,1.0 +1,2016-01-03 02:57:04,2016-01-03 03:01:29,1,0.8,,,-73.9041976928711,40.753700256347656,-73.9186019897461,40.75886535644531,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-20 13:50:11,2016-01-20 14:08:10,1,3.26,,,-73.97891235351562,40.693458557128906,-73.94428253173828,40.7139778137207,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-12 16:38:57,2016-01-12 16:44:59,2,0.71,,,-73.90345001220703,40.745445251464844,-73.90312194824219,40.73967361450195,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 00:35:16,2016-01-06 00:57:22,1,6.54,,,-73.97872161865234,40.683963775634766,-73.89314270019531,40.69744873046875,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-02 17:43:38,2016-01-02 17:50:28,1,0.95,,,-73.94757843017578,40.80860900878906,-73.95494842529297,40.799354553222656,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 21:49:40,2016-01-26 22:02:46,1,2.76,,,-73.9215316772461,40.76669692993164,-73.87345123291016,40.7625732421875,1,N,1,12.0,0.5,0.5,0.3,3.32,0.0,,16.62,1.0 +2,2016-01-05 17:34:24,2016-01-05 17:46:06,3,1.59,,,-73.84416198730469,40.72096633911133,-73.85448455810547,40.74259567260742,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-09 22:35:22,2016-01-09 22:40:49,1,1.12,,,-73.94140625,40.679954528808594,-73.94541931152344,40.69081497192383,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-29 08:34:23,2016-01-29 08:37:04,1,0.65,,,-73.9561538696289,40.81309509277344,-73.94808197021484,40.81681823730469,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-13 19:48:47,2016-01-13 19:59:30,1,1.3,,,-73.88504028320312,40.744178771972656,-73.86959075927734,40.749080657958984,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-27 14:46:31,2016-01-27 15:00:04,1,1.82,,,-73.87983703613281,40.737457275390625,-73.9089584350586,40.74496841430664,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-27 18:00:07,2016-01-27 18:12:28,1,1.41,,,-73.87113952636719,40.73400115966797,-73.86951446533203,40.72433090209961,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-22 19:39:07,2016-01-22 19:55:55,1,3.16,,,-73.9393539428711,40.80495071411133,-73.96847534179688,40.76491165161133,1,N,1,14.0,1.0,0.5,0.3,3.95,0.0,,19.75,1.0 +2,2016-01-10 15:43:49,2016-01-10 15:52:36,1,0.96,,,-73.97858428955078,40.68442916870117,-73.99079132080078,40.686180114746094,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-02 15:31:04,2016-01-02 15:35:03,1,0.88,,,-73.92998504638672,40.86235046386719,-73.92794799804688,40.85480880737305,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-04 12:52:51,2016-01-04 12:53:54,1,0.17,,,-73.99453735351562,40.66032791137695,-73.99689483642578,40.658050537109375,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-13 06:59:26,2016-01-13 07:01:51,1,0.67,,,-73.95256042480469,40.810829162597656,-73.94985961914062,40.81794738769531,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +1,2016-01-05 17:38:53,2016-01-05 17:52:15,1,1.8,,,-73.94434356689453,40.79491424560547,-73.96997833251953,40.79483413696289,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,,13.3,1.0 +2,2016-01-16 20:28:19,2016-01-16 20:36:48,1,1.29,,,-73.95713806152344,40.718360900878906,-73.96839141845703,40.71112823486328,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-22 21:44:10,2016-01-22 21:48:51,1,0.63,,,-73.9432373046875,40.80693435668945,-73.94432067871094,40.81397247314453,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-27 18:47:43,2016-01-27 18:49:50,1,0.0,,,-73.92826080322266,40.763633728027344,-73.92833709716797,40.763526916503906,5,N,3,-9.0,0.0,0.0,0,0.0,0.0,,-9.0,2.0 +2,2016-01-28 21:05:39,2016-01-28 21:11:56,1,0.71,,,-73.91187286376953,40.77522277832031,-73.90062713623047,40.77183532714844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-26 01:51:11,2016-01-26 02:06:53,2,3.76,,,-73.88946533203125,40.74711608886719,-73.90584564208984,40.70695877075195,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-02 14:37:11,2016-01-02 14:40:49,1,0.6,,,-73.95811462402344,40.80088424682617,-73.95257568359375,40.80296325683594,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 20:40:50,2016-01-10 20:26:54,1,0.83,,,-73.95117950439453,40.710975646972656,-73.96266174316406,40.7150993347168,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 20:17:08,2016-01-22 20:19:33,1,0.67,,,-73.94694519042969,40.80839538574219,-73.94031524658203,40.80908203125,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-05 21:11:18,2016-01-05 21:18:38,1,1.16,,,-73.87637329101562,40.74840545654297,-73.86543273925781,40.7557373046875,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 18:59:49,2016-01-09 19:04:34,1,0.89,,,-73.9506607055664,40.785850524902344,-73.94755554199219,40.79585647583008,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-07 19:41:50,2016-01-07 19:48:21,1,0.89,,,-73.9574203491211,40.71805191040039,-73.9445571899414,40.72557830810547,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-18 21:02:57,2016-01-18 21:17:30,1,3.11,,,-73.98482513427734,40.673583984375,-73.95204162597656,40.68761444091797,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,,17.25,1.0 +2,2016-01-16 14:10:51,2016-01-16 14:25:03,1,2.15,,,-73.91546630859375,40.754180908203125,-73.94783782958984,40.763916015625,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-11 08:57:04,2016-01-11 09:09:30,1,1.37,,,-73.96904754638672,40.69313430786133,-73.98965454101562,40.692317962646484,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-08 18:23:34,2016-01-08 18:37:14,1,3.43,,,-73.89128875732422,40.746826171875,-73.87252807617188,40.77445602416992,1,N,1,14.0,1.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-02 21:23:05,2016-01-02 21:28:59,1,0.74,,,-73.97100067138672,40.681270599365234,-73.97791290283203,40.68684768676758,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-02 15:57:31,2016-01-02 16:14:24,1,5.77,,,-73.92062377929688,40.743614196777344,-73.98331451416016,40.728328704833984,1,N,1,18.5,0.0,0.5,0.3,2.8,0.0,,22.1,1.0 +2,2016-01-09 23:12:23,2016-01-09 23:25:03,1,2.56,,,-73.95423126220703,40.68516540527344,-73.95582580566406,40.714046478271484,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-22 18:18:17,2016-01-22 18:30:27,1,1.16,,,-73.86927795410156,40.73396301269531,-73.86742401123047,40.742244720458984,1,N,1,9.0,1.0,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-09 18:12:51,2016-01-09 18:23:41,3,1.86,,,-73.97769165039062,40.684627532958984,-73.98987579345703,40.70258712768555,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,,12.3,1.0 +2,2016-01-25 09:48:25,2016-01-25 09:54:43,5,0.97,,,-73.82984924316406,40.71369171142578,-73.8138656616211,40.70967102050781,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-27 10:16:29,2016-01-27 10:28:40,1,1.63,,,-73.9589614868164,40.681861877441406,-73.9820327758789,40.69203186035156,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 10:41:54,2016-01-01 10:52:21,1,2.91,,,-73.94718170166016,40.80567169189453,-73.97899627685547,40.781761169433594,1,N,1,11.0,0.0,0.5,0.3,3.54,0.0,,15.34,1.0 +2,2016-01-22 20:42:47,2016-01-22 20:50:36,1,1.74,,,-73.95116424560547,40.73050308227539,-73.94313049316406,40.70674133300781,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-02 17:03:56,2016-01-02 17:18:40,1,2.1,,,-73.94083404541016,40.80587387084961,-73.9502944946289,40.82640838623047,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-01 22:46:17,2016-01-01 22:58:30,1,2.69,,,-73.93524932861328,40.79612731933594,-73.95600128173828,40.8222770690918,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-08 05:25:53,2016-01-08 05:43:25,1,7.01,,,-73.9566650390625,40.74850845336914,-74.01229095458984,40.701351165771484,1,N,1,21.5,0.5,0.5,0.3,5.67,5.54,,34.01,1.0 +2,2016-01-30 10:15:58,2016-01-30 10:26:48,1,2.97,,,-73.92571258544922,40.76181411743164,-73.95939636230469,40.76308822631836,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-12 17:05:45,2016-01-12 17:08:18,1,0.38,,,-73.90277099609375,40.74616622924805,-73.90643310546875,40.74582290649414,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 17:46:09,2016-01-21 18:05:55,2,1.93,,,-73.97595977783203,40.68392562866211,-73.94808959960938,40.67331314086914,1,N,1,13.0,1.0,0.5,0.3,2.0,0.0,,16.8,1.0 +2,2016-01-28 21:55:23,2016-01-28 22:10:25,1,3.76,,,-73.8743667602539,40.73504638671875,-73.91648864746094,40.70351791381836,1,N,1,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-12 07:13:25,2016-01-12 07:31:00,1,3.01,,,-73.935302734375,40.80051803588867,-73.95467376708984,40.765953063964844,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-20 01:25:59,2016-01-20 01:34:18,1,1.39,,,-73.9620132446289,40.81035614013672,-73.94759368896484,40.807289123535156,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-12 20:27:37,2016-01-12 20:30:36,1,0.4,,,-73.84431457519531,40.72132110595703,-73.83997344970703,40.720157623291016,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-06 19:23:24,2016-01-06 19:33:15,1,1.38,,,-73.94358825683594,40.81047439575195,-73.93241882324219,40.79945373535156,1,N,1,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-20 22:48:06,2016-01-20 23:08:42,2,4.33,,,-73.977294921875,40.681190490722656,-73.91806030273438,40.70183181762695,1,N,1,17.0,0.5,0.5,0.3,3.66,0.0,,21.96,1.0 +1,2016-01-25 23:11:56,2016-01-25 23:19:37,2,1.3,,,-73.91217803955078,40.69956970214844,-73.91445922851562,40.685401916503906,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-30 23:42:53,2016-01-31 00:13:09,1,6.94,,,-73.95698547363281,40.7210807800293,-74.00886535644531,40.738895416259766,1,N,1,26.0,0.5,0.5,0.3,5.46,0.0,,32.76,1.0 +2,2016-01-04 17:59:42,2016-01-04 18:54:59,1,9.4,,,-73.86209106445312,40.73038864135742,-73.94129180908203,40.78514862060547,1,N,2,31.5,1.0,0.5,0.3,0.0,0.0,,33.3,1.0 +2,2016-01-28 08:02:46,2016-01-28 08:18:10,1,2.21,,,-73.94243621826172,40.81218338012695,-73.96531677246094,40.79110336303711,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-04 11:43:43,2016-01-04 11:45:16,1,0.35,,,-73.88518524169922,40.74409103393555,-73.8909912109375,40.746585845947266,1,N,1,3.5,0.0,0.5,0.3,1.29,0.0,,5.59,1.0 +2,2016-01-08 22:56:54,2016-01-08 23:00:19,1,0.84,,,-73.92324829101562,40.67902374267578,-73.93887329101562,40.6799201965332,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-18 17:55:17,2016-01-18 18:04:28,1,1.02,,,-73.87096405029297,40.73398208618164,-73.88246154785156,40.74169921875,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-12 20:14:13,2016-01-12 20:22:55,1,2.47,,,-73.9873275756836,40.692527770996094,-73.96844482421875,40.70866012573242,1,N,1,10.0,0.5,0.5,0.3,3.39,0.0,,14.69,1.0 +2,2016-01-19 11:08:46,2016-01-19 11:13:15,1,1.07,,,-73.96119689941406,40.72078323364258,-73.95464324951172,40.73235321044922,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-27 10:34:47,2016-01-27 10:59:53,3,2.98,,,-73.99093627929688,40.694698333740234,-73.94466400146484,40.68009567260742,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-28 21:48:46,2016-01-28 22:00:39,1,1.7,,,-73.96074676513672,40.660194396972656,-73.9607162475586,40.66017532348633,1,N,3,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-05 20:05:53,2016-01-05 20:10:21,1,1.0,,,-73.98717498779297,40.702396392822266,-73.97464752197266,40.696998596191406,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-07 22:46:30,2016-01-07 22:53:48,1,1.68,,,-73.93152618408203,40.70366668701172,-73.94000244140625,40.68526077270508,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 05:30:38,2016-01-30 05:42:35,1,3.27,,,-73.96208190917969,40.716026306152344,-73.92909240722656,40.6894645690918,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-09 18:13:34,2016-01-09 18:28:58,1,3.25,,,-73.95844268798828,40.71720886230469,-73.91346740722656,40.702938079833984,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-14 10:36:59,2016-01-14 10:53:34,1,7.2,,,-73.9215087890625,40.766746520996094,-73.84162139892578,40.720462799072266,1,N,1,22.5,0.0,0.5,0.3,4.66,0.0,,27.96,1.0 +2,2016-01-07 00:11:14,2016-01-07 00:18:13,5,1.52,,,-73.9034423828125,40.74534606933594,-73.9002685546875,40.7279052734375,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 17:48:42,2016-01-05 17:51:24,1,0.48,,,-73.9111557006836,40.775787353515625,-73.91607666015625,40.772743225097656,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 16:58:57,2016-01-21 17:02:10,1,0.46,,,-73.9922866821289,40.69001388549805,-73.99174499511719,40.684932708740234,1,N,1,4.0,1.0,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-30 21:35:46,2016-01-30 21:43:36,1,0.6,,,-73.96207427978516,40.684844970703125,-73.95865631103516,40.68196487426758,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-08 08:33:02,2016-01-08 08:58:28,1,2.73,,,-73.96607208251953,40.804161071777344,-73.95358276367188,40.77941131591797,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-22 21:56:48,2016-01-22 22:00:45,1,0.6,,,-73.97715759277344,40.68144607543945,-73.9822998046875,40.67408752441406,1,Y,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-24 16:30:28,2016-01-24 16:46:54,1,4.6,,,-73.939208984375,40.80543899536133,-73.87458038330078,40.82926940917969,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-20 14:26:41,2016-01-20 14:47:37,1,4.11,,,-73.98645782470703,40.68986511230469,-73.95360565185547,40.63834762573242,1,N,1,16.5,0.0,0.5,0.3,2.0,0.0,,19.3,1.0 +2,2016-01-07 12:08:55,2016-01-07 12:16:09,1,1.19,,,-73.87499237060547,40.7352294921875,-73.87933349609375,40.73118209838867,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-01 22:47:25,2016-01-01 22:58:21,1,2.4,,,-73.99205780029297,40.694393157958984,-73.96896362304688,40.67487716674805,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,,14.15,1.0 +1,2016-01-21 07:51:35,2016-01-21 07:58:13,1,1.5,,,-73.99057006835938,40.702613830566406,-74.0042953491211,40.712860107421875,1,N,1,7.0,0.0,0.5,0.3,1.5,0.0,,9.3,1.0 +2,2016-01-07 16:15:11,2016-01-07 16:19:19,1,0.8,,,-73.96607208251953,40.805240631103516,-73.96929168701172,40.79545974731445,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-01 03:07:07,2016-01-01 03:12:46,5,1.43,,,-73.8440933227539,40.721107482910156,-73.82268524169922,40.71365737915039,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-08 18:54:52,2016-01-08 19:07:27,1,2.07,,,-73.99201202392578,40.66260528564453,-73.98571014404297,40.68552017211914,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-16 08:40:09,2016-01-16 09:03:07,1,4.3,,,-73.94507598876953,40.807559967041016,-73.92593383789062,40.762603759765625,1,N,2,18.0,0.0,0.5,0.3,0.0,5.54,,24.34,1.0 +2,2016-01-27 23:03:59,2016-01-27 23:04:07,1,0.0,,,-73.94469451904297,40.834449768066406,-73.9447021484375,40.834449768066406,5,N,1,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +1,2016-01-01 17:28:28,2016-01-01 17:36:16,2,0.9,,,-73.88310241699219,40.74988555908203,-73.89117431640625,40.75625228881836,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-19 20:43:26,2016-01-19 20:47:46,3,0.97,,,-73.93229675292969,40.795536041259766,-73.9441146850586,40.79050827026367,1,N,1,5.5,0.5,0.5,0.3,1.2,0.0,,8.0,1.0 +2,2016-01-30 11:34:45,2016-01-30 11:47:50,1,2.29,,,-73.92826843261719,40.85672378540039,-73.91028594970703,40.87444305419922,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-02 10:16:21,2016-01-02 10:54:56,1,5.1,,,-73.87053680419922,40.73353576660156,-73.87056732177734,40.732940673828125,1,N,2,28.5,0.0,0.5,0.3,0.0,0.0,,29.3,1.0 +2,2016-01-30 16:01:46,2016-01-30 16:11:39,1,1.72,,,-73.97273254394531,40.685638427734375,-73.99754333496094,40.69118881225586,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-03 19:27:49,2016-01-03 19:36:28,1,2.5,,,-73.86914825439453,40.73432922363281,-73.8794937133789,40.705177307128906,1,N,3,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 02:59:32,2016-01-17 03:04:49,1,0.88,,,-73.88263702392578,40.747703552246094,-73.87386322021484,40.75421142578125,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 16:49:10,2016-01-22 16:54:05,1,0.68,,,-73.93901062011719,40.805145263671875,-73.94257354736328,40.81181716918945,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-29 18:51:16,2016-01-29 18:58:55,1,1.22,,,-73.9535140991211,40.79079818725586,-73.95549774169922,40.77774429321289,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-14 23:29:08,2016-01-14 23:31:15,1,0.32,,,-73.87178039550781,40.73419189453125,-73.87369537353516,40.73849105834961,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-01 15:45:21,2016-01-01 16:08:06,2,7.42,,,-73.94334411621094,40.81089782714844,-74.0000228881836,40.74592971801758,1,N,2,26.0,0.0,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-18 21:51:18,2016-01-18 21:54:11,1,0.47,,,-73.83003234863281,40.713722229003906,-73.8299331665039,40.70945358276367,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,,6.62,1.0 +1,2016-01-04 11:55:20,2016-01-04 12:02:55,1,1.1,,,-73.99430084228516,40.694828033447266,-74.00357818603516,40.68325424194336,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-30 11:12:17,2016-01-31 00:00:00,1,2.14,,,-73.8675765991211,40.757503509521484,-73.8692626953125,40.734256744384766,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-07 17:27:26,2016-01-07 17:40:40,1,1.62,,,-73.95355224609375,40.788818359375,-73.95784759521484,40.770423889160156,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-29 18:44:25,2016-01-29 18:53:39,1,1.1,,,-73.87055969238281,40.75103759765625,-73.87157440185547,40.76316452026367,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-22 11:44:46,2016-01-22 11:52:28,1,1.23,,,-73.92225646972656,40.743797302246094,-73.94502258300781,40.746910095214844,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 14:03:32,2016-01-04 14:12:09,1,1.29,,,-73.92171478271484,40.766788482666016,-73.91775512695312,40.77813720703125,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-10 12:14:26,2016-01-10 12:43:10,1,7.6,,,-73.93781280517578,40.82361602783203,-73.99517059326172,40.74991989135742,1,N,1,27.0,0.0,0.5,0.3,1.5,0.0,,29.3,1.0 +2,2016-01-10 05:52:08,2016-01-10 06:28:53,1,13.61,,,-73.8881607055664,40.73908615112305,-73.90424346923828,40.86144256591797,1,N,2,41.0,0.5,0.5,0.3,0.0,0.0,,42.3,1.0 +1,2016-01-12 06:57:03,2016-01-12 07:05:11,1,0.4,,,-73.9813003540039,40.689979553222656,-73.9796371459961,40.69356918334961,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-17 17:47:43,2016-01-17 17:54:39,1,1.15,,,-73.95668029785156,40.67416000366211,-73.96065521240234,40.65949630737305,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 18:51:32,2016-01-01 18:59:27,1,1.68,,,-73.94514465332031,40.81834411621094,-73.93390655517578,40.80235290527344,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-22 18:22:49,2016-01-22 18:32:06,1,2.13,,,-73.94798278808594,40.824920654296875,-73.96549224853516,40.800376892089844,1,N,1,9.0,1.0,0.5,0.3,3.24,0.0,,14.04,1.0 +2,2016-01-16 10:44:55,2016-01-16 10:46:48,1,0.5,,,-73.93921661376953,40.80574035644531,-73.94351959228516,40.79948043823242,1,N,1,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-19 21:03:56,2016-01-19 21:21:57,1,2.86,,,-73.97357177734375,40.69801330566406,-73.98258972167969,40.66551971435547,1,N,1,14.0,0.5,0.5,0.3,4.59,0.0,,19.89,1.0 +2,2016-01-14 07:33:24,2016-01-14 08:01:51,1,3.76,,,-73.95870208740234,40.67873764038086,-74.00122833251953,40.66059112548828,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-01 21:11:58,2016-01-01 21:26:16,1,3.1,,,-73.93959045410156,40.81568145751953,-73.93846130371094,40.849273681640625,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-16 18:22:00,2016-01-16 18:29:43,1,0.9,,,-73.94512176513672,40.800201416015625,-73.9525146484375,40.807945251464844,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 14:23:44,2016-01-01 14:28:49,1,1.21,,,-73.8944320678711,40.6666374206543,-73.9032974243164,40.67836380004883,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-25 17:33:05,2016-01-25 17:47:26,1,2.22,,,-73.95906066894531,40.80937194824219,-73.97924041748047,40.78425216674805,1,N,1,11.5,1.0,0.5,0.3,2.75,0.0,,16.05,1.0 +1,2016-01-11 18:13:05,2016-01-11 18:15:54,1,0.9,,,-73.84986114501953,40.82685089111328,-73.837890625,40.824134826660156,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-20 09:30:02,2016-01-20 09:37:12,1,1.2,,,-73.93795776367188,40.80065155029297,-73.9517822265625,40.79337692260742,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-16 10:47:57,2016-01-16 10:55:24,1,1.4,,,-73.95284271240234,40.80796432495117,-73.96649932861328,40.792484283447266,1,N,1,7.5,0.0,0.5,0.3,1.25,0.0,,9.55,1.0 +2,2016-01-19 03:28:49,2016-01-19 03:42:20,1,3.07,,,-73.95264434814453,40.71392059326172,-73.91556549072266,40.6986083984375,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-02 23:18:54,2016-01-02 23:27:21,1,2.0,,,-73.94877624511719,40.80339050292969,-73.97064208984375,40.786651611328125,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-08 14:13:46,2016-01-08 14:42:42,1,5.29,,,-73.95452117919922,40.686302185058594,-73.93919372558594,40.748451232910156,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-05 17:07:39,2016-01-05 17:14:38,1,1.6,,,-73.94237518310547,40.806217193603516,-73.94261169433594,40.7908935546875,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-01 19:05:15,2016-01-01 19:25:51,2,2.19,,,-73.87445068359375,40.7448844909668,-73.87093353271484,40.73357391357422,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-15 20:04:58,2016-01-15 20:08:49,1,0.75,,,-73.83023834228516,40.71370315551758,-73.82096862792969,40.71546936035156,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-01 00:57:32,2016-01-01 01:12:27,1,3.0,,,-73.9638671875,40.802913665771484,-73.9477767944336,40.834774017333984,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,,15.8,1.0 +2,2016-01-07 02:14:08,2016-01-07 02:17:52,1,0.87,,,-73.91081237792969,40.775970458984375,-73.89897155761719,40.77315902709961,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-11 18:41:55,2016-01-11 18:48:39,1,1.2,,,-73.95464324951172,40.69093322753906,-73.9773941040039,40.69000244140625,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-01 07:53:18,2016-01-01 07:59:36,1,1.54,,,-73.81507873535156,40.731075286865234,-73.8255844116211,40.74375915527344,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-26 21:51:44,2016-01-26 21:53:09,1,0.47,,,-73.9437026977539,40.82054901123047,-73.94406127929688,40.81500244140625,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-24 12:47:09,2016-01-24 12:58:51,6,1.49,,,-73.94309997558594,40.70160675048828,-73.9571533203125,40.68855667114258,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-29 00:40:07,2016-01-29 00:45:10,1,1.05,,,-73.89089965820312,40.74643325805664,-73.89689636230469,40.73548126220703,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 14:32:17,2016-01-13 15:11:34,1,4.44,,,-73.96094512939453,40.80685806274414,-73.97301483154297,40.758995056152344,1,N,1,25.5,0.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-14 23:26:15,2016-01-14 23:48:57,1,9.03,,,-73.95585632324219,40.80464172363281,-73.86148071289062,40.89469528198242,1,N,1,28.0,0.5,0.5,0.3,0.0,0.0,,29.3,1.0 +2,2016-01-14 21:44:59,2016-01-14 22:00:52,1,2.84,,,-73.97816467285156,40.686012268066406,-73.93138885498047,40.69447326660156,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-05 22:54:21,2016-01-05 22:58:15,1,0.94,,,-73.94058990478516,40.8139533996582,-73.93938446044922,40.804298400878906,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-14 17:59:49,2016-01-14 18:01:40,1,0.2,,,-73.92169952392578,40.76666259765625,-73.92445373535156,40.764892578125,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-20 23:12:46,2016-01-20 23:54:03,1,12.02,,,-73.9558334350586,40.71415328979492,-73.95683288574219,40.82094955444336,1,N,2,40.0,0.5,0.5,0.3,0.0,0.0,,41.3,1.0 +1,2016-01-19 13:14:04,2016-01-19 13:23:26,1,1.5,,,-73.95922088623047,40.80923080444336,-73.94080352783203,40.81485366821289,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,,10.3,1.0 +2,2016-01-04 14:54:34,2016-01-04 15:04:09,1,2.66,,,-73.91358947753906,40.765586853027344,-73.87749481201172,40.75372314453125,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-18 03:33:49,2016-01-18 03:43:08,1,2.9,,,-73.96147918701172,40.71855163574219,-73.96279907226562,40.68479537963867,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-16 01:16:36,2016-01-16 01:21:54,1,1.5,,,-73.94219970703125,40.75426483154297,-73.92754364013672,40.77231979370117,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-20 08:28:30,2016-01-20 08:35:59,1,0.9,,,-73.96879577636719,40.689449310302734,-73.9840087890625,40.6922492980957,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-07 15:11:48,2016-01-07 15:23:04,1,1.84,,,-73.93902587890625,40.80527877807617,-73.9490966796875,40.82321548461914,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-07 09:05:38,2016-01-07 09:14:18,1,2.63,,,-73.80753326416016,40.70035171508789,-73.80143737792969,40.67475891113281,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-10 00:35:58,2016-01-10 00:42:25,1,1.38,,,-73.93929290771484,40.805301666259766,-73.94356536865234,40.79022979736328,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 23:50:53,2016-01-15 23:58:49,1,1.49,,,-73.94486999511719,40.808555603027344,-73.92543029785156,40.80972671508789,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-21 22:24:27,2016-01-21 22:50:08,1,7.12,,,-73.94277954101562,40.74705123901367,-73.97647094726562,40.67313766479492,1,N,1,24.5,0.5,0.5,0.3,6.0,0.0,,31.8,1.0 +2,2016-01-25 12:24:35,2016-01-25 13:06:06,1,6.97,,,-74.00330352783203,40.65178298950195,-73.89688110351562,40.676029205322266,1,N,1,29.0,0.0,0.5,0.3,5.96,0.0,,35.76,1.0 +2,2016-01-02 21:06:22,2016-01-02 21:10:43,1,0.65,,,-73.94441223144531,40.71480941772461,-73.955322265625,40.71411895751953,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-14 00:14:23,2016-01-14 00:20:30,1,1.44,,,-73.89055633544922,40.74803161621094,-73.86998748779297,40.75471115112305,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-18 08:57:06,2016-01-18 09:00:38,1,0.8,,,-73.95558166503906,40.80455017089844,-73.9623794555664,40.804908752441406,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-06 15:37:32,2016-01-06 15:55:06,1,3.63,,,-73.88365936279297,40.747745513916016,-73.92498016357422,40.71593475341797,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-20 11:43:13,2016-01-20 11:53:54,1,1.5,,,-73.94255065917969,40.832115173339844,-73.93486785888672,40.851966857910156,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 14:04:22,2016-01-29 14:10:19,1,0.82,,,-73.95238494873047,40.81064987182617,-73.95480346679688,40.801673889160156,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 06:18:16,2016-01-13 06:32:04,1,5.59,,,-74.16342163085938,40.638694763183594,-74.07250213623047,40.64350891113281,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +1,2016-01-21 19:44:18,2016-01-21 21:01:18,1,7.0,,,-73.93948364257812,40.820777893066406,-73.97343444824219,40.73064041137695,1,N,2,45.5,0.5,0.5,0.3,0.0,0.0,,46.8,1.0 +1,2016-01-06 13:34:39,2016-01-06 13:38:12,1,0.5,,,-73.9759750366211,40.68375778198242,-73.96768188476562,40.68165588378906,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 17:04:43,2016-01-09 17:09:20,1,0.89,,,-73.98421478271484,40.68016815185547,-73.97500610351562,40.675193786621094,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,,7.25,1.0 +2,2016-01-14 19:27:04,2016-01-14 19:49:54,1,5.57,,,-73.9580078125,40.71760177612305,-73.88516998291016,40.75456619262695,1,N,1,21.0,1.0,0.5,0.3,6.0,0.0,,28.8,1.0 +2,2016-01-25 18:28:51,2016-01-25 18:34:39,1,0.83,,,-73.95037078857422,40.80567932128906,-73.93822479248047,40.80382537841797,1,N,1,6.0,1.0,0.5,0.3,2.08,0.0,,9.88,1.0 +2,2016-01-30 17:39:23,2016-01-30 17:46:03,1,1.29,,,-73.9188003540039,40.75925827026367,-73.91596984863281,40.74717712402344,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 18:06:32,2016-01-08 18:16:05,1,1.23,,,-73.94913482666016,40.801822662353516,-73.9357681274414,40.80711364746094,1,N,1,8.0,1.0,0.5,0.3,2.0,0.0,,11.8,1.0 +2,2016-01-22 23:46:06,2016-01-22 23:54:35,1,1.38,,,-73.890869140625,40.7469482421875,-73.89483642578125,40.76078796386719,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-09 19:01:27,2016-01-09 19:35:26,1,5.2,,,-73.96928405761719,40.689537048339844,-73.89347076416016,40.663063049316406,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-23 04:37:14,2016-01-23 05:02:46,1,2.93,,,-73.95160675048828,40.7138671875,-73.91650390625,40.69779586791992,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-15 23:45:16,2016-01-15 23:48:17,1,1.2,,,-73.95370483398438,40.790653228759766,-73.97205352783203,40.7946662902832,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-08 11:48:52,2016-01-08 12:05:04,1,3.54,,,-73.94702911376953,40.8105354309082,-73.92044067382812,40.85245132446289,1,N,1,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-20 21:40:19,2016-01-20 21:47:01,5,1.18,,,-73.97784423828125,40.685115814208984,-73.97636413574219,40.69544982910156,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-25 22:51:56,2016-01-25 22:56:04,1,0.77,,,-73.94489288330078,40.81386184692383,-73.95252990722656,40.803279876708984,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-27 23:41:25,2016-01-27 23:48:25,1,1.25,,,-73.95862579345703,40.7170295715332,-73.94598388671875,40.7202262878418,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-13 17:06:47,2016-01-13 17:18:06,2,1.7,,,-73.9486312866211,40.809078216552734,-73.93212890625,40.79520797729492,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-28 08:53:50,2016-01-28 09:07:56,1,1.27,,,-73.93778228759766,40.80382537841797,-73.95191192626953,40.79150390625,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-06 22:23:51,2016-01-06 22:32:30,2,1.7,,,-73.94984436035156,40.71686935424805,-73.94027709960938,40.70994186401367,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-13 16:31:57,2016-01-13 16:33:59,1,0.51,,,-73.94841003417969,40.79499053955078,-73.94825744628906,40.80046844482422,1,N,1,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-17 09:25:47,2016-01-17 09:48:53,1,4.7,,,-73.92444610595703,40.74361801147461,-73.98529052734375,40.77833938598633,1,N,1,19.5,0.0,0.5,0.3,3.0,0.0,,23.3,1.0 +2,2016-01-15 21:08:26,2016-01-15 21:16:19,1,1.39,,,-73.99140930175781,40.6854362487793,-73.98280334472656,40.67330551147461,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +1,2016-01-11 22:38:35,2016-01-11 22:46:46,1,1.6,,,-73.94603729248047,40.82465362548828,-73.95182800292969,40.80466079711914,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,,11.15,1.0 +1,2016-01-09 00:13:22,2016-01-09 00:35:27,4,6.4,,,-73.9681625366211,40.693153381347656,-73.89386749267578,40.746646881103516,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-16 19:11:58,2016-01-16 19:23:41,1,1.87,,,-73.95133972167969,40.7310676574707,-73.96530151367188,40.71691131591797,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-08 09:40:39,2016-01-08 09:58:59,5,3.22,,,-73.973388671875,40.690826416015625,-73.99661254882812,40.72355651855469,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-06 19:28:14,2016-01-06 19:35:20,1,1.22,,,-73.95869445800781,40.71498107910156,-73.94415283203125,40.707252502441406,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-01 20:21:33,2016-01-01 20:24:55,1,0.63,,,-73.96263885498047,40.7100715637207,-73.95821380615234,40.7172966003418,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-12 11:56:46,2016-01-12 12:20:02,1,9.52,,,-73.98992156982422,40.696048736572266,-73.86128234863281,40.7120361328125,1,N,2,29.0,0.0,0.5,0.3,0.0,0.0,,29.8,1.0 +2,2016-01-16 03:10:55,2016-01-16 03:19:11,1,1.26,,,-73.87828826904297,40.74821472167969,-73.87747192382812,40.73716735839844,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-04 10:08:22,2016-01-04 10:13:41,1,1.07,,,-73.95568084716797,40.78804397583008,-73.95539855957031,40.77690124511719,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-21 06:52:17,2016-01-21 07:00:25,1,1.8,,,-73.93730163574219,40.797977447509766,-73.95246124267578,40.775882720947266,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 06:38:39,2016-01-30 07:13:43,1,11.8,,,-73.83012390136719,40.7137565612793,-73.95317077636719,40.76493835449219,1,N,1,39.0,0.0,0.5,0.3,2.0,0.0,,41.8,1.0 +1,2016-01-10 18:04:58,2016-01-10 18:10:55,1,1.1,,,-73.93871307373047,40.805076599121094,-73.94982147216797,40.81364059448242,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 17:36:24,2016-01-09 17:42:32,1,0.94,,,-73.97821044921875,40.670963287353516,-73.9866943359375,40.661861419677734,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-18 22:17:12,2016-01-18 22:29:08,1,2.84,,,-73.9542236328125,40.71924591064453,-73.979248046875,40.72190856933594,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-04 08:41:05,2016-01-04 08:46:10,1,1.37,,,-73.93356323242188,40.79849624633789,-73.93779754638672,40.81291580200195,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-20 19:54:35,2016-01-20 20:22:14,1,4.9,,,-73.96317291259766,40.71022415161133,-73.99633026123047,40.66896057128906,1,N,1,21.0,1.0,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-04 19:36:24,2016-01-04 19:56:11,1,5.15,,,-73.87136840820312,40.73433303833008,-73.8250732421875,40.70298385620117,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-13 23:27:16,2016-01-13 23:44:26,1,4.21,,,-73.92677307128906,40.701297760009766,-73.95223999023438,40.661476135253906,1,N,1,16.0,0.5,0.5,0.3,5.19,0.0,,22.49,1.0 +2,2016-01-27 14:59:00,2016-01-27 15:13:11,6,1.77,,,-73.94703674316406,40.80582046508789,-73.95113372802734,40.785858154296875,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-08 11:25:38,2016-01-08 11:28:07,1,0.65,,,-73.96472930908203,40.80683135986328,-73.97058868408203,40.7986946105957,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-25 04:34:01,2016-01-25 04:55:48,1,7.42,,,-73.99764251708984,40.678855895996094,-73.92267608642578,40.70877456665039,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-17 23:59:28,2016-01-18 00:05:18,5,1.21,,,-73.89080810546875,40.74700164794922,-73.88371276855469,40.75699234008789,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-07 10:30:52,2016-01-07 10:45:17,1,2.26,,,-73.95320892333984,40.68063735961914,-73.96009063720703,40.705848693847656,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-21 01:16:03,2016-01-21 01:28:42,1,3.23,,,-73.90682983398438,40.67033386230469,-73.86665344238281,40.6655387878418,1,N,1,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-12 17:11:42,2016-01-12 17:44:07,1,7.8,,,-73.95238494873047,40.810726165771484,-73.86165618896484,40.76833724975586,1,N,1,29.0,1.0,0.5,0.3,4.0,5.54,,40.34,1.0 +1,2016-01-01 00:17:01,2016-01-01 00:23:32,1,2.0,,,-73.9394760131836,40.81028747558594,-73.95207977294922,40.790225982666016,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-05 13:39:08,2016-01-05 13:46:31,1,1.6,,,-73.9466552734375,40.80082321166992,-73.93568420410156,40.81855392456055,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-17 00:56:13,2016-01-17 00:58:16,1,0.2,,,-73.95524597167969,40.80431365966797,-73.95381164550781,40.80647277832031,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-24 15:09:09,2016-01-24 15:33:04,1,3.84,,,-73.93933868408203,40.80514907836914,-73.9766616821289,40.779090881347656,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +1,2016-01-13 15:03:11,2016-01-13 15:09:44,1,0.9,,,-73.96377563476562,40.68284225463867,-73.97772979736328,40.6845817565918,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-17 16:46:53,2016-01-17 17:02:17,2,2.27,,,-73.8693618774414,40.73452377319336,-73.84845733642578,40.736446380615234,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-16 20:12:57,2016-01-16 20:13:52,3,0.2,,,-73.98661041259766,40.66496658325195,-73.9895248413086,40.6635627746582,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-21 19:19:54,2016-01-21 19:25:13,1,0.61,,,-73.94387817382812,40.81016540527344,-73.95386505126953,40.811344146728516,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 10:29:52,2016-01-01 10:44:21,1,7.71,,,-73.94147491455078,40.79887771606445,-73.99031066894531,40.725154876708984,1,N,1,23.0,0.0,0.5,0.3,2.0,0.0,,25.8,1.0 +2,2016-01-29 08:40:27,2016-01-29 08:51:50,1,4.14,,,-73.86961364746094,40.733455657958984,-73.80516052246094,40.73877716064453,1,N,1,14.5,0.0,0.5,0.3,2.0,0.0,,17.3,1.0 +1,2016-01-21 22:25:18,2016-01-21 22:48:28,1,6.2,,,-73.95472717285156,40.73317337036133,-73.97232818603516,40.674495697021484,1,N,1,22.0,0.5,0.5,0.3,4.65,0.0,,27.95,1.0 +1,2016-01-01 20:07:54,2016-01-01 20:25:01,3,3.0,,,-73.95716094970703,40.68885040283203,-73.9853286743164,40.67833709716797,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-06 11:19:42,2016-01-06 11:43:51,1,4.76,,,-73.96012115478516,40.71933364868164,-73.96765899658203,40.68128967285156,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-22 16:07:54,2016-01-22 16:21:43,1,2.11,,,-73.99124145507812,40.691890716552734,-74.0098648071289,40.67198181152344,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-05 18:49:39,2016-01-05 19:11:36,1,4.1,,,-73.94955444335938,40.6507453918457,-73.92487335205078,40.62694549560547,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-30 17:31:53,2016-01-30 17:44:12,1,2.86,,,-73.87222290039062,40.734195709228516,-73.92405700683594,40.743995666503906,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-16 04:47:42,2016-01-16 04:51:40,1,1.03,,,-73.90328979492188,40.74562072753906,-73.88846588134766,40.74610900878906,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 14:27:35,2016-01-30 14:36:57,1,4.16,,,-73.95552062988281,40.71409225463867,-73.99952697753906,40.693538665771484,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +1,2016-01-17 19:32:42,2016-01-17 19:39:59,1,1.5,,,-73.91584777832031,40.7601432800293,-73.9067153930664,40.745243072509766,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-25 08:26:41,2016-01-25 09:07:43,1,5.27,,,-73.90135955810547,40.74575424194336,-73.89900970458984,40.74855041503906,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,,26.3,1.0 +1,2016-01-13 20:30:51,2016-01-13 20:42:50,1,1.9,,,-73.95628356933594,40.81871795654297,-73.94400024414062,40.79960250854492,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-07 22:51:39,2016-01-07 23:09:23,1,7.8,,,-73.97809600830078,40.684898376464844,-74.03485870361328,40.61985778808594,1,N,1,24.0,0.5,0.5,0.3,5.05,0.0,,30.35,1.0 +2,2016-01-27 01:44:15,2016-01-27 01:51:54,1,1.99,,,-73.94780731201172,40.80470657348633,-73.94891357421875,40.783199310302734,1,N,1,8.5,0.5,0.5,0.3,1.2,0.0,,11.0,1.0 +1,2016-01-08 18:13:55,2016-01-08 18:18:51,1,1.1,,,-73.94578552246094,40.80776596069336,-73.93531799316406,40.821720123291016,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-13 18:14:25,2016-01-13 18:27:53,1,5.8,,,-73.82733154296875,40.852630615234375,-73.89246368408203,40.83177185058594,1,N,2,18.5,1.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-26 07:12:20,2016-01-26 07:16:53,1,1.13,,,-73.86603546142578,40.89598083496094,-73.87870788574219,40.8890266418457,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-02 15:00:48,2016-01-02 15:10:46,1,2.23,,,-73.9968032836914,40.661476135253906,-73.973876953125,40.6707763671875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-27 08:33:27,2016-01-28 00:00:00,1,1.73,,,-73.96188354492188,40.66791915893555,-73.94682312011719,40.657283782958984,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-28 14:10:55,2016-01-28 14:20:08,1,1.56,,,-73.96502685546875,40.693702697753906,-73.98715209960938,40.69347381591797,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-10 17:56:46,2016-01-10 18:05:10,1,2.02,,,-73.9882583618164,40.68834686279297,-73.98600006103516,40.66973876953125,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-11 23:07:47,2016-01-11 23:20:17,1,4.93,,,-73.97774505615234,40.68471145629883,-73.95449829101562,40.73181915283203,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-23 11:18:32,2016-01-23 11:31:43,1,1.63,,,-73.90726470947266,40.753211975097656,-73.87806701660156,40.756263732910156,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-10 16:57:36,2016-01-10 17:14:33,1,4.7,,,-73.89077758789062,40.712154388427734,-73.89032745361328,40.712154388427734,1,N,1,10.5,0.0,0.5,0.3,2.8,0.0,,14.1,1.0 +1,2016-01-25 13:14:15,2016-01-25 13:37:42,1,0.6,,,-73.88300323486328,40.74765396118164,-73.87153625488281,40.74882125854492,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-13 17:14:42,2016-01-13 17:21:49,1,0.5,,,-73.9423828125,40.842018127441406,-73.94669342041016,40.83631896972656,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-10 00:21:35,2016-01-10 00:38:16,2,5.35,,,-73.97872161865234,40.68396759033203,-74.03231048583984,40.63495635986328,1,N,1,18.5,0.5,0.5,0.3,3.96,0.0,,23.76,1.0 +2,2016-01-06 18:34:03,2016-01-06 19:25:30,1,15.47,,,-73.91265869140625,40.7668571472168,-73.78996276855469,40.64694595336914,1,N,2,47.5,1.0,0.5,0.3,0.0,0.0,,49.3,1.0 +1,2016-01-16 18:37:13,2016-01-16 18:44:33,1,1.1,,,-73.96233367919922,40.71284866333008,-73.94998168945312,40.72243881225586,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-29 18:35:25,2016-01-29 19:01:48,3,4.0,,,-73.96112060546875,40.806793212890625,-73.9627456665039,40.76240158081055,1,N,1,19.0,1.0,0.5,0.3,3.5,0.0,,24.3,1.0 +1,2016-01-29 19:24:49,2016-01-29 19:25:45,1,0.2,,,-73.95770263671875,40.7179069519043,-73.95538330078125,40.720096588134766,1,N,3,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-07 09:35:43,2016-01-07 09:38:14,1,0.4,,,-73.95527648925781,40.80448532104492,-73.95304870605469,40.81005859375,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-27 19:08:45,2016-01-27 19:17:51,1,1.83,,,-73.9594497680664,40.80940246582031,-73.97372436523438,40.789764404296875,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-01 00:32:37,2016-01-01 00:42:44,1,1.82,,,-73.94446563720703,40.8245735168457,-73.95060729980469,40.802459716796875,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-16 19:37:07,2016-01-16 19:46:50,3,1.1,,,-73.95811462402344,40.72184371948242,-73.95319366455078,40.70842361450195,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-04 18:55:08,2016-01-04 19:14:49,1,6.86,,,-73.85181427001953,40.834083557128906,-73.95325469970703,40.807273864746094,1,N,2,22.0,1.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-22 21:01:33,2016-01-22 21:06:25,1,0.65,,,-73.91740417480469,40.840187072753906,-73.92573547363281,40.84111785888672,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-06 12:18:03,2016-01-06 12:23:19,1,0.98,,,-73.9904556274414,40.68667221069336,-73.99658203125,40.67719268798828,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 12:47:09,2016-01-30 12:50:49,1,0.49,,,-73.92520904541016,40.76223373413086,-73.92652130126953,40.75643539428711,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 19:28:22,2016-01-16 19:40:07,1,5.12,,,-73.8604507446289,40.833736419677734,-73.921875,40.81289291381836,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-05 19:50:38,2016-01-05 19:53:38,5,0.5,,,-73.92549896240234,40.76167678833008,-73.9255142211914,40.767738342285156,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 22:26:51,2016-01-27 22:47:21,6,9.3,,,-73.99091339111328,40.66380310058594,-73.96411895751953,40.75468826293945,1,N,2,27.0,0.5,0.5,0.3,0.0,0.0,,28.3,1.0 +2,2016-01-06 21:52:23,2016-01-06 21:54:23,1,0.54,,,-73.82919311523438,40.71217346191406,-73.83177947998047,40.70604705810547,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-16 18:05:44,2016-01-16 18:12:51,5,1.23,,,-73.85345458984375,40.72711181640625,-73.8619613647461,40.7249870300293,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-07 22:19:45,2016-01-07 22:38:59,1,4.8,,,-73.9688949584961,40.693145751953125,-73.91748046875,40.74650192260742,1,N,1,17.5,0.5,0.5,0.3,2.0,0.0,,20.8,1.0 +2,2016-01-02 21:14:31,2016-01-02 21:18:16,1,0.59,,,-73.91876983642578,40.75913619995117,-73.91297149658203,40.76633834838867,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 23:29:02,2016-01-09 23:42:08,1,2.7,,,-73.97747039794922,40.6875,-73.93647003173828,40.67693328857422,1,N,1,11.5,0.5,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-29 09:25:32,2016-01-29 09:29:59,3,0.48,,,-73.95206451416016,40.674381256103516,-73.95780181884766,40.67107391357422,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-03 00:59:03,2016-01-03 01:05:39,1,1.26,,,-73.95780181884766,40.67109680175781,-73.94693756103516,40.67232894897461,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-13 13:03:05,2016-01-13 13:11:06,1,1.3,,,-73.96482849121094,40.803524017333984,-73.95516967773438,40.81984329223633,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-16 19:13:02,2016-01-16 19:40:21,1,7.95,,,-73.93896484375,40.805816650390625,-73.98541259765625,40.72343063354492,1,N,1,27.5,0.0,0.5,0.3,5.66,0.0,,33.96,1.0 +2,2016-01-12 04:34:25,2016-01-12 04:47:54,5,10.56,,,-73.87020874023438,40.733726501464844,-74.01280975341797,40.67918395996094,1,N,1,29.0,0.5,0.5,0.3,0.0,0.0,,30.3,1.0 +2,2016-01-06 04:13:55,2016-01-06 04:37:15,1,9.45,,,-73.92142486572266,40.76663589477539,-74.00936889648438,40.7045783996582,1,N,1,29.5,0.5,0.5,0.3,6.16,0.0,,36.96,1.0 +2,2016-01-13 08:06:25,2016-01-13 08:18:05,1,1.96,,,-73.97061157226562,40.68704605102539,-73.97174835205078,40.67519760131836,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,,12.8,1.0 +1,2016-01-22 15:45:13,2016-01-22 15:57:54,1,1.6,,,-73.94989013671875,40.78551483154297,-73.95967102050781,40.76675796508789,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-02 12:21:02,2016-01-02 12:21:28,1,2.4,,,-73.90553283691406,40.81547927856445,-73.90553283691406,40.81547927856445,5,N,1,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-19 19:10:08,2016-01-19 20:06:02,1,18.27,,,-73.80789184570312,40.70051193237305,-73.96076202392578,40.81407165527344,1,N,1,58.0,1.0,0.5,0.3,3.0,5.54,,68.34,1.0 +2,2016-01-19 02:39:40,2016-01-19 02:44:43,1,1.42,,,-73.91123962402344,40.744537353515625,-73.88644409179688,40.74730682373047,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 21:23:06,2016-01-30 21:39:05,1,2.04,,,-73.95328521728516,40.72807693481445,-73.94286346435547,40.713951110839844,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +1,2016-01-04 22:16:08,2016-01-04 22:27:15,1,4.3,,,-73.8343505859375,40.75770950317383,-73.78056335449219,40.73833084106445,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-08 21:20:55,2016-01-08 21:50:22,2,8.51,,,-73.95137023925781,40.71247100830078,-73.97406005859375,40.650596618652344,1,N,2,28.5,0.5,0.5,0.3,0.0,0.0,,29.8,1.0 +2,2016-01-09 16:16:38,2016-01-09 16:30:19,1,3.05,,,-73.95111846923828,40.71112060546875,-73.9836196899414,40.693721771240234,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +1,2016-01-19 09:50:59,2016-01-19 09:54:44,1,0.6,,,-73.97674560546875,40.68692398071289,-73.96879577636719,40.68280029296875,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-06 21:12:30,2016-01-06 21:19:48,1,1.5,,,-73.94009399414062,40.8095588684082,-73.94953918457031,40.82020568847656,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 10:31:07,2016-01-15 10:37:50,1,1.0,,,-73.89093017578125,40.7468376159668,-73.90049743652344,40.74156951904297,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-21 18:50:55,2016-01-21 18:59:23,1,2.45,,,-73.9864730834961,40.70399475097656,-73.99471282958984,40.721256256103516,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-02 09:16:33,2016-01-02 09:20:17,1,1.2,,,-73.9384536743164,40.80891036987305,-73.93074798583984,40.821956634521484,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-08 23:06:34,2016-01-08 23:09:59,1,0.8,,,-73.94708251953125,40.81563949584961,-73.93817138671875,40.82271194458008,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 03:40:19,2016-01-01 03:49:31,1,2.07,,,-73.95706176757812,40.6732177734375,-73.97135162353516,40.6754035949707,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-02 21:04:26,2016-01-02 21:17:16,1,2.01,,,-73.9715576171875,40.67579650878906,-73.9999008178711,40.682762145996094,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-13 16:20:26,2016-01-13 16:28:23,1,0.77,,,-73.89664459228516,40.74618911743164,-73.88188171386719,40.74781036376953,1,N,1,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 13:39:13,2016-01-22 13:44:10,1,0.89,,,-73.94396209716797,40.815162658691406,-73.94564056396484,40.80464172363281,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-28 16:44:49,2016-01-28 17:23:14,3,3.1,,,-73.94508361816406,40.807647705078125,-73.90888977050781,40.83344268798828,1,Y,1,23.0,1.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-11 19:12:43,2016-01-11 19:19:23,1,0.88,,,-73.90327453613281,40.745811462402344,-73.90287017822266,40.738277435302734,1,N,1,6.0,1.0,0.5,0.3,0.62,0.0,,8.42,1.0 +2,2016-01-15 14:55:46,2016-01-15 15:26:00,5,5.9,,,-73.93769073486328,40.79862594604492,-73.99400329589844,40.75240707397461,1,N,2,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-13 13:05:52,2016-01-13 13:29:24,1,3.67,,,-73.89679718017578,40.74623107910156,-73.85055541992188,40.74182891845703,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-17 02:04:19,2016-01-17 02:13:37,1,4.97,,,-73.99100494384766,40.692195892333984,-73.94874572753906,40.709938049316406,1,N,1,15.5,0.5,0.5,0.3,4.2,0.0,,21.0,1.0 +1,2016-01-28 06:40:53,2016-01-28 06:57:50,1,2.7,,,-73.86241912841797,40.840362548828125,-73.89046478271484,40.861289978027344,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-19 22:40:59,2016-01-19 22:49:13,1,2.29,,,-73.9760513305664,40.68956756591797,-73.95736694335938,40.67334747314453,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-14 16:15:29,2016-01-14 16:29:39,1,2.43,,,-73.96210479736328,40.66278839111328,-73.98758697509766,40.69041061401367,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-20 22:29:58,2016-01-20 22:33:48,1,0.48,,,-73.9378662109375,40.804527282714844,-73.93763732910156,40.80977249145508,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 13:00:37,2016-01-13 13:00:42,1,0.0,,,-73.90135955810547,40.76384353637695,-73.9013671875,40.76385498046875,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-28 21:18:34,2016-01-28 21:21:59,1,0.61,,,-73.91209411621094,40.77509689331055,-73.90440368652344,40.77170181274414,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 17:06:31,2016-01-10 17:11:40,1,0.97,,,-73.9449234008789,40.81883239746094,-73.95354461669922,40.806884765625,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-01 02:24:21,2016-01-01 02:45:24,1,5.7,,,-74.02437591552734,40.63858413696289,-73.97040557861328,40.646934509277344,1,N,1,21.5,0.5,0.5,0.3,5.0,0.0,,27.8,1.0 +2,2016-01-28 10:03:06,2016-01-28 10:09:08,1,1.15,,,-73.88408660888672,40.7643928527832,-73.87214660644531,40.75394821166992,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-29 21:19:03,2016-01-29 21:33:26,1,3.1,,,-73.87957763671875,40.740806579589844,-73.85511016845703,40.721248626708984,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-29 18:22:49,2016-01-29 18:31:33,2,1.42,,,-73.95269012451172,40.78942108154297,-73.93885803222656,40.80485534667969,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-20 13:03:40,2016-01-20 13:05:12,1,0.48,,,-73.94233703613281,40.78644561767578,-73.9441909790039,40.79142761230469,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-27 19:22:27,2016-01-27 19:29:54,1,1.19,,,-73.83021545410156,40.713687896728516,-73.81085968017578,40.712642669677734,1,N,1,7.0,1.0,0.5,0.3,2.64,0.0,,11.44,1.0 +2,2016-01-29 18:07:34,2016-01-29 18:16:53,2,1.62,,,-73.9434585571289,40.747276306152344,-73.9386215209961,40.73496627807617,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-16 10:28:58,2016-01-16 10:38:53,1,1.63,,,-73.83056640625,40.75955581665039,-73.80941009521484,40.7645263671875,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-05 08:06:03,2016-01-05 08:21:29,1,3.0,,,-73.9568099975586,40.748104095458984,-73.98587036132812,40.74992370605469,1,N,1,12.5,0.0,0.5,0.3,4.7,5.54,,23.54,1.0 +2,2016-01-21 16:39:08,2016-01-21 17:06:15,1,6.7,,,-73.9466552734375,40.79179763793945,-73.9844970703125,40.72037887573242,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-09 12:29:35,2016-01-09 12:33:02,1,0.45,,,-73.93450164794922,40.848140716552734,-73.92965698242188,40.85232162475586,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 01:16:55,2016-01-01 01:22:20,1,1.15,,,-73.99443817138672,40.680816650390625,-74.0042953491211,40.681793212890625,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-05 17:07:22,2016-01-05 17:09:44,1,0.65,,,-73.95442199707031,40.78984069824219,-73.96450805664062,40.791866302490234,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-16 23:54:07,2016-01-17 00:00:30,1,1.19,,,-73.99549102783203,40.683189392089844,-73.98072814941406,40.68517303466797,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-15 14:15:48,2016-01-15 14:21:43,1,1.03,,,-73.8442611694336,40.721370697021484,-73.84671020507812,40.710693359375,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 08:38:35,2016-01-30 08:58:49,1,3.26,,,-73.95682525634766,40.74805450439453,-73.96177673339844,40.7182731628418,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-17 17:23:05,2016-01-17 17:42:52,1,3.71,,,-73.9629135131836,40.712005615234375,-73.9344253540039,40.75347900390625,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-30 18:01:06,2016-01-30 18:21:57,1,2.8,,,-73.950439453125,40.821224212646484,-73.91813659667969,40.84185028076172,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-10 12:49:32,2016-01-10 12:57:34,1,1.31,,,-73.9188461303711,40.75908660888672,-73.90374755859375,40.774696350097656,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-13 13:50:56,2016-01-13 14:15:36,1,6.14,,,-73.94654846191406,40.80647277832031,-73.9819564819336,40.763675689697266,1,N,1,23.0,0.0,0.5,0.3,5.95,0.0,,29.75,1.0 +1,2016-01-06 13:38:59,2016-01-06 13:47:53,1,2.0,,,-73.99061584472656,40.70262908935547,-74.00658416748047,40.70986557006836,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,,11.75,1.0 +2,2016-01-27 18:45:47,2016-01-27 18:52:41,1,1.25,,,-73.90364074707031,40.745975494384766,-73.89457702636719,40.75836181640625,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-07 03:00:10,2016-01-07 03:07:53,1,1.89,,,-73.94015502929688,40.75031280517578,-73.92108154296875,40.735450744628906,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-26 12:50:54,2016-01-26 13:03:40,1,2.1,,,-73.97692108154297,40.672508239746094,-74.00044250488281,40.6546630859375,1,N,1,10.0,0.5,0.5,0.3,2.8,0.0,,14.1,1.0 +2,2016-01-09 21:18:30,2016-01-09 21:28:13,1,1.59,,,-73.89068603515625,40.74671173095703,-73.87088012695312,40.73390579223633,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-28 22:02:55,2016-01-28 22:14:38,1,5.53,,,-73.93912506103516,40.79096603393555,-73.91911315917969,40.853790283203125,1,N,1,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-05 23:10:54,2016-01-05 23:30:39,1,4.41,,,-73.98017883300781,40.668540954589844,-73.93965148925781,40.6390266418457,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-13 08:59:15,2016-01-13 09:00:24,1,0.53,,,-73.95525360107422,40.788719177246094,-73.96295928955078,40.793983459472656,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-02 13:14:59,2016-01-02 13:22:42,1,1.85,,,-73.94313049316406,40.754398345947266,-73.93310546875,40.77470016479492,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 02:33:12,2016-01-10 03:02:46,1,7.37,,,-73.95664978027344,40.720882415771484,-73.97607421875,40.76539993286133,1,N,1,26.5,0.5,0.5,0.3,2.0,0.0,,29.8,1.0 +2,2016-01-13 20:38:08,2016-01-13 20:46:28,1,1.13,,,-73.89176940917969,40.74867630004883,-73.8833236694336,40.754661560058594,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-17 12:26:26,2016-01-17 12:37:54,1,6.0,,,-73.91761016845703,40.76996994018555,-73.95298767089844,40.765506744384766,1,N,1,18.0,0.0,0.5,0.3,7.3,5.54,,31.64,1.0 +2,2016-01-29 21:23:25,2016-01-29 21:28:34,1,0.79,,,-73.84630584716797,40.72273254394531,-73.85979461669922,40.72828674316406,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 21:58:54,2016-01-01 22:11:19,1,5.67,,,-73.95639038085938,40.813621520996094,-73.89404296875,40.84229278564453,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-03 21:37:15,2016-01-03 21:40:58,2,0.72,,,-73.89361572265625,40.74644088745117,-73.90311431884766,40.7457160949707,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-20 16:08:49,2016-01-20 16:14:27,3,0.77,,,-73.98112487792969,40.66845703125,-73.98397827148438,40.663116455078125,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-05 16:19:32,2016-01-05 16:20:50,1,0.0,,,-73.93907928466797,40.805503845214844,-73.93883514404297,40.80520248413086,5,N,2,9.0,0.0,0.0,0,0.0,0.0,,9.0,2.0 +2,2016-01-13 08:38:04,2016-01-13 09:11:28,1,6.36,,,-73.98670959472656,40.70286178588867,-73.9865493774414,40.745826721191406,1,N,1,25.5,0.0,0.5,0.3,5.26,0.0,,31.56,1.0 +2,2016-01-02 13:05:36,2016-01-02 13:13:10,1,1.67,,,-73.91117095947266,40.77576446533203,-73.93073272705078,40.766387939453125,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-25 10:44:05,2016-01-25 10:55:44,1,4.82,,,-73.9428939819336,40.83669662475586,-73.9814224243164,40.78276443481445,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-11 07:52:07,2016-01-11 08:04:29,1,3.2,,,-73.87361907958984,40.756900787353516,-73.91034698486328,40.77593994140625,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-08 22:35:17,2016-01-08 22:39:40,1,0.68,,,-73.93968200683594,40.79874038696289,-73.95087432861328,40.8025016784668,1,N,1,5.0,0.5,0.5,0.3,0.5,0.0,,6.8,1.0 +2,2016-01-24 16:09:22,2016-01-24 16:13:14,1,0.49,,,-73.94884490966797,40.81342697143555,-73.95236206054688,40.814029693603516,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 21:12:22,2016-01-29 21:25:22,3,2.58,,,-73.97969818115234,40.66917037963867,-73.93708801269531,40.666439056396484,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-20 18:21:39,2016-01-20 18:33:45,1,4.42,,,-73.8290786743164,40.71348571777344,-73.8151626586914,40.66722869873047,1,N,1,14.5,1.0,0.5,0.3,2.7,0.0,,19.0,1.0 +2,2016-01-26 21:43:58,2016-01-26 22:20:34,1,13.21,,,-73.96231079101562,40.67024612426758,-73.96422576904297,40.79896926879883,1,N,1,40.5,0.5,0.5,0.3,3.0,0.0,,44.8,1.0 +2,2016-01-10 16:54:35,2016-01-10 16:59:47,1,0.87,,,-73.95700073242188,40.67332077026367,-73.94794464111328,40.6677131652832,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-20 03:39:52,2016-01-20 03:48:52,2,2.0,,,-73.88297271728516,40.74782180786133,-73.87623596191406,40.770320892333984,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-16 07:06:13,2016-01-16 07:09:08,1,0.7,,,-73.93518829345703,40.80066680908203,-73.94473266601562,40.80028533935547,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-02 11:19:23,2016-01-02 11:27:26,2,3.2,,,-73.88471221923828,40.74778747558594,-73.91439056396484,40.77535629272461,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,,14.15,1.0 +2,2016-01-13 19:01:32,2016-01-13 19:08:48,1,1.2,,,-73.97772979736328,40.68459701538086,-73.96014404296875,40.68962860107422,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 10:17:12,2016-01-26 10:26:59,1,0.95,,,-73.98678588867188,40.70243453979492,-73.99050903320312,40.6933479309082,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-15 16:30:17,2016-01-15 16:33:38,1,0.5,,,-73.89637756347656,40.74608612060547,-73.89952087402344,40.741485595703125,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-07 18:56:40,2016-01-07 19:02:23,1,1.27,,,-73.919189453125,40.75910186767578,-73.93148803710938,40.76921844482422,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-30 23:47:37,2016-01-30 23:53:22,1,1.1,,,-73.96141052246094,40.7164421081543,-73.94732666015625,40.721527099609375,1,N,1,6.0,0.5,0.5,0.3,2.15,0.0,,9.45,1.0 +2,2016-01-03 05:54:58,2016-01-03 05:55:05,1,0.49,,,-73.865966796875,40.83477020263672,-73.85589599609375,40.83174514770508,5,N,1,17.8,0.0,0.0,0,0.0,0.0,,17.8,2.0 +2,2016-01-15 16:04:27,2016-01-15 16:19:18,1,2.24,,,-73.9246597290039,40.86642074584961,-73.9311294555664,40.859588623046875,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-06 14:57:57,2016-01-06 15:25:59,1,2.46,,,-73.95289611816406,40.78928756713867,-73.95728302001953,40.76665115356445,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-10 10:52:23,2016-01-10 11:07:04,1,3.53,,,-73.91381072998047,40.6755485534668,-73.970947265625,40.675376892089844,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-19 17:21:08,2016-01-19 17:27:27,1,0.88,,,-73.99324798583984,40.68276596069336,-73.99710845947266,40.684722900390625,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-02 18:08:51,2016-01-02 18:12:00,1,0.96,,,-73.9423599243164,40.79490280151367,-73.9417724609375,40.80626678466797,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-29 08:38:33,2016-01-29 08:47:00,1,1.05,,,-74.00088500976562,40.68379211425781,-73.98541259765625,40.67669677734375,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-02 20:44:56,2016-01-02 20:48:29,1,0.7,,,-73.91874694824219,40.76215362548828,-73.92371368408203,40.75456619262695,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 08:55:58,2016-01-13 09:05:36,1,1.45,,,-73.84416961669922,40.72134017944336,-73.85014343261719,40.7341423034668,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-29 23:02:41,2016-01-29 23:19:34,1,2.5,,,-73.89904022216797,40.74613952636719,-73.85688018798828,40.74317169189453,1,N,1,12.5,0.5,0.5,0.3,3.0,0.0,,16.8,1.0 +2,2016-01-17 16:39:05,2016-01-17 16:59:57,1,4.12,,,-74.01029205322266,40.672115325927734,-73.95850372314453,40.67911911010742,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-18 03:38:40,2016-01-18 03:56:20,1,4.2,,,-73.95773315429688,40.72206115722656,-74.0108642578125,40.72026824951172,1,N,1,16.5,0.5,0.5,0.3,1.0,0.0,,18.8,1.0 +2,2016-01-14 20:35:24,2016-01-14 20:51:44,1,3.99,,,-73.9677963256836,40.688201904296875,-74.01554870605469,40.71147155761719,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +1,2016-01-18 07:54:35,2016-01-18 08:00:28,1,1.7,,,-73.93917846679688,40.80499267578125,-73.95500183105469,40.788818359375,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-05 16:48:25,2016-01-05 16:51:21,1,0.48,,,-73.95799255371094,40.60887145996094,-73.95404815673828,40.613182067871094,1,N,1,4.0,1.0,0.5,0.3,1.01,0.0,,6.81,1.0 +2,2016-01-19 05:10:15,2016-01-19 05:24:55,1,6.93,,,-73.95742797851562,40.714412689208984,-73.91362762451172,40.774871826171875,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +1,2016-01-14 21:47:40,2016-01-14 22:10:21,1,7.0,,,-73.98827362060547,40.670719146728516,-73.98564910888672,40.7238883972168,1,N,1,23.5,0.5,0.5,0.3,4.0,0.0,,28.8,1.0 +1,2016-01-23 06:56:24,2016-01-23 07:27:03,1,3.7,,,-73.94285583496094,40.78578567504883,-73.98811340332031,40.76902770996094,1,N,1,18.5,0.0,0.5,0.3,4.83,0.0,,24.13,1.0 +2,2016-01-09 10:39:01,2016-01-09 10:44:06,1,1.28,,,-73.93729400634766,40.8043212890625,-73.92640686035156,40.81065368652344,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 23:39:30,2016-01-07 23:47:49,1,1.14,,,-73.8802261352539,40.74815368652344,-73.87657165527344,40.7593879699707,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 01:09:58,2016-01-30 01:15:02,1,0.75,,,-73.82843780517578,40.713294982910156,-73.83331298828125,40.70670700073242,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-04 08:01:01,2016-01-04 08:06:51,2,0.79,,,-73.90617370605469,40.77280044555664,-73.91622924804688,40.76241683959961,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-11 21:09:59,2016-01-11 21:30:13,1,6.86,,,-73.98902130126953,40.69325637817383,-73.9849624633789,40.75188446044922,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-11 07:51:08,2016-01-11 07:59:12,1,1.66,,,-73.95423126220703,40.742767333984375,-73.94049072265625,40.76124572753906,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +1,2016-01-05 17:09:48,2016-01-05 17:12:36,1,0.4,,,-73.94815826416016,40.79834747314453,-73.94239807128906,40.79908752441406,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-02 15:04:43,2016-01-02 15:05:17,1,0.2,,,-73.93867492675781,40.795814514160156,-73.94025421142578,40.79361343383789,1,N,1,2.5,0.0,0.5,0.3,0.1,0.0,,3.4,1.0 +2,2016-01-13 18:24:47,2016-01-13 18:31:42,1,0.77,,,-73.94215393066406,40.842098236083984,-73.93537139892578,40.850013732910156,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-16 01:55:31,2016-01-16 02:04:45,2,1.87,,,-73.99463653564453,40.68064880371094,-73.98063659667969,40.66566848754883,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-14 10:03:16,2016-01-14 10:09:16,1,1.26,,,-73.94650268554688,40.78545379638672,-73.9439468383789,40.798580169677734,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 16:57:58,2016-01-01 17:06:13,1,1.22,,,-73.93875122070312,40.8054313659668,-73.95735931396484,40.81474685668945,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-14 16:37:42,2016-01-14 17:22:53,1,13.77,,,-73.98872375488281,40.66526794433594,-73.8619613647461,40.76853561401367,1,N,1,41.0,1.0,0.5,0.3,8.56,0.0,,51.36,1.0 +2,2016-01-07 00:22:50,2016-01-07 00:31:09,1,1.38,,,-73.93917083740234,40.81075668334961,-73.95292663574219,40.80091094970703,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-15 05:39:42,2016-01-15 05:45:11,1,1.26,,,-73.95465087890625,40.73230743408203,-73.95641326904297,40.71712875366211,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-03 01:31:34,2016-01-03 01:33:44,1,0.53,,,-73.92452239990234,40.761512756347656,-73.92562103271484,40.75461959838867,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-12 15:54:19,2016-01-12 16:00:23,1,1.13,,,-73.96834564208984,40.70889663696289,-73.95757293701172,40.71778869628906,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-07 16:41:40,2016-01-07 17:00:01,6,2.52,,,-73.97994232177734,40.66889190673828,-73.95025634765625,40.68043518066406,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-12 10:04:25,2016-01-12 10:05:09,1,0.22,,,-73.93639373779297,40.79905700683594,-73.93843078613281,40.79623794555664,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-02 01:41:53,2016-01-02 01:49:27,1,1.38,,,-73.90741729736328,40.697418212890625,-73.90779876708984,40.70970916748047,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-25 15:10:19,2016-01-25 15:25:15,2,4.3,,,-73.93746185302734,40.804264068603516,-73.8703384399414,40.82443618774414,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-03 21:59:34,2016-01-03 22:12:06,1,3.8,,,-73.95824432373047,40.68172836303711,-73.94746398925781,40.7248420715332,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-04 18:32:10,2016-01-04 18:38:45,3,1.27,,,-73.9893569946289,40.70249557495117,-73.98213958740234,40.6882438659668,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-02 20:24:11,2016-01-02 20:32:16,1,0.8,,,-73.87435150146484,40.73508071899414,-73.86304473876953,40.73681640625,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 20:09:22,2016-01-04 20:12:19,1,0.55,,,-73.98272705078125,40.66563034057617,-73.99026489257812,40.66092300415039,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-24 22:34:29,2016-01-24 22:57:29,1,6.49,,,-73.9446029663086,40.7144889831543,-73.99288177490234,40.7542724609375,1,N,1,22.5,0.5,0.5,0.3,5.95,0.0,,29.75,1.0 +2,2016-01-27 16:28:07,2016-01-27 16:34:22,1,2.29,,,-73.80709075927734,40.699398040771484,-73.80580139160156,40.67485427856445,5,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-08 19:06:23,2016-01-08 19:29:19,1,4.32,,,-73.93417358398438,40.79750442504883,-73.9817886352539,40.76834487915039,1,N,1,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-26 18:02:03,2016-01-26 18:07:30,1,0.86,,,-73.99246978759766,40.69412612915039,-73.99913024902344,40.68485641479492,1,N,1,5.5,1.0,0.5,0.3,1.7,0.0,,9.0,1.0 +2,2016-01-09 22:51:03,2016-01-09 22:59:33,1,2.01,,,-73.896728515625,40.746185302734375,-73.8789291381836,40.73611831665039,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-08 05:12:28,2016-01-08 05:35:21,1,6.36,,,-73.95244598388672,40.67780685424805,-73.99032592773438,40.73777389526367,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,,23.3,1.0 +1,2016-01-08 18:47:18,2016-01-08 18:51:47,1,0.6,,,-73.95137023925781,40.809532165527344,-73.9547348022461,40.802520751953125,1,N,1,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 20:37:45,2016-01-16 20:44:13,1,1.07,,,-73.8697280883789,40.73358154296875,-73.86396026611328,40.72587585449219,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-29 07:51:40,2016-01-29 08:03:53,1,1.6,,,-73.88951110839844,40.74701690673828,-73.86353302001953,40.74562072753906,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-08 00:14:07,2016-01-08 00:24:36,2,2.5,,,-73.98619079589844,40.66932678222656,-73.95681762695312,40.673946380615234,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,,13.8,1.0 +2,2016-01-12 00:14:23,2016-01-12 01:10:22,3,10.46,,,-73.78560638427734,40.594966888427734,-73.8095932006836,40.692203521728516,5,N,1,35.0,0.0,0.0,0,0.0,0.0,,35.0,2.0 +2,2016-01-14 17:10:21,2016-01-14 17:15:37,1,0.75,,,-73.87508392333984,40.735286712646484,-73.88802337646484,40.738990783691406,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-14 08:38:35,2016-01-14 08:48:11,1,1.2,,,-73.92855834960938,40.769161224365234,-73.94221496582031,40.7543830871582,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-08 23:14:42,2016-01-08 23:57:51,1,13.1,,,-73.91814422607422,40.69879150390625,-73.8650894165039,40.74962615966797,1,N,2,41.0,0.5,0.5,0.3,0.0,0.0,,42.3,1.0 +2,2016-01-10 02:18:28,2016-01-10 02:22:36,1,0.95,,,-73.9962158203125,40.690895080566406,-73.98484802246094,40.68366622924805,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-21 07:42:42,2016-01-21 08:02:49,1,2.71,,,-73.85675048828125,40.84031677246094,-73.8663330078125,40.8456916809082,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-15 19:19:16,2016-01-15 19:21:44,1,0.5,,,-73.95085144042969,40.66292190551758,-73.94538879394531,40.65989685058594,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-08 18:33:16,2016-01-08 18:47:06,1,2.1,,,-73.9868392944336,40.68767547607422,-73.9564437866211,40.675048828125,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-03 09:38:29,2016-01-03 09:46:28,1,1.99,,,-73.91917419433594,40.83514404296875,-73.90809631347656,40.85390090942383,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-11 10:30:59,2016-01-11 10:39:34,1,0.82,,,-73.93915557861328,40.80550003051758,-73.95038604736328,40.811622619628906,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-21 21:48:00,2016-01-21 22:08:42,1,3.83,,,-73.99251556396484,40.689491271972656,-73.93363952636719,40.68069839477539,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-01 00:13:46,2016-01-01 00:31:57,1,4.19,,,-73.89212036132812,40.7466926574707,-73.90043640136719,40.69689178466797,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-16 16:02:23,2016-01-16 16:08:45,3,0.91,,,-73.9561996459961,40.714298248291016,-73.9578857421875,40.72194290161133,1,N,1,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 16:25:45,2016-01-08 16:32:33,1,0.89,,,-73.92486572265625,40.81802749633789,-73.9412612915039,40.8226318359375,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 02:07:27,2016-01-01 02:14:08,1,1.1,,,-73.93016052246094,40.86186599731445,-73.9384536743164,40.846519470214844,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-21 07:14:52,2016-01-21 07:22:00,1,1.4,,,-73.94794464111328,40.80141830444336,-73.96050262451172,40.807586669921875,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,,9.3,1.0 +1,2016-01-01 02:54:22,2016-01-01 03:00:47,1,1.4,,,-73.99310302734375,40.68279266357422,-73.983642578125,40.679256439208984,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-27 14:30:56,2016-01-27 14:43:08,1,2.1,,,-73.95209503173828,40.82414245605469,-73.9349594116211,40.85182571411133,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-28 09:23:11,2016-01-28 09:34:21,1,2.09,,,-73.93878936767578,40.80534362792969,-73.95246124267578,40.81070327758789,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-18 10:26:31,2016-01-18 10:39:18,1,2.01,,,-73.88221740722656,40.830257415771484,-73.9156723022461,40.8175163269043,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +1,2016-01-28 20:21:11,2016-01-28 20:27:43,1,0.9,,,-73.89152526855469,40.746681213378906,-73.9029769897461,40.7447624206543,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-26 10:24:36,2016-01-26 10:27:40,1,0.42,,,-73.94497680664062,40.834197998046875,-73.94400787353516,40.83014678955078,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-19 17:28:13,2016-01-19 17:38:33,1,1.81,,,-73.84536743164062,40.85573196411133,-73.87126159667969,40.84223175048828,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-30 20:49:23,2016-01-30 21:05:08,1,4.84,,,-73.8442153930664,40.72100067138672,-73.87847900390625,40.75953674316406,1,N,1,17.0,0.5,0.5,0.3,5.49,0.0,,23.79,1.0 +1,2016-01-22 17:38:08,2016-01-22 18:22:29,1,7.8,,,-73.99345397949219,40.68214797973633,-73.98257446289062,40.75701141357422,1,N,1,33.0,1.0,0.5,0.3,10.4,0.0,,45.2,1.0 +2,2016-01-13 18:22:34,2016-01-13 18:41:50,1,3.57,,,-73.94815063476562,40.79536437988281,-73.93840789794922,40.82969284057617,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-14 00:51:43,2016-01-14 00:59:15,1,1.36,,,-73.95773315429688,40.72211456298828,-73.95869445800781,40.708675384521484,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 10:14:33,2016-01-22 10:17:08,1,0.38,,,-73.97364044189453,40.69325256347656,-73.97087860107422,40.693626403808594,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-11 19:16:23,2016-01-11 19:24:11,1,1.57,,,-73.8714599609375,40.733821868896484,-73.85005187988281,40.72443389892578,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-18 08:30:05,2016-01-18 08:34:22,1,0.66,,,-73.99295806884766,40.69765853881836,-73.98942565917969,40.703338623046875,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-11 09:26:41,2016-01-11 09:33:09,1,1.08,,,-73.94535827636719,40.82011795043945,-73.94495391845703,40.80866622924805,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-13 20:57:26,2016-01-13 21:02:36,1,1.35,,,-73.90348052978516,40.74538803100586,-73.90135955810547,40.73224639892578,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-30 14:48:02,2016-01-30 15:07:28,1,7.82,,,-73.85613250732422,40.73702621459961,-73.9853286743164,40.74481964111328,1,N,2,24.5,0.0,0.5,0.3,0.0,5.54,,30.84,1.0 +2,2016-01-17 21:27:52,2016-01-17 21:34:30,1,3.98,,,-73.89118194580078,40.746490478515625,-73.85971069335938,40.76057052612305,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-12 11:36:31,2016-01-12 11:51:55,1,2.91,,,-73.97994995117188,40.668758392333984,-73.95177459716797,40.688316345214844,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-11 18:28:00,2016-01-11 18:42:44,5,3.04,,,-73.99076843261719,40.69249725341797,-73.95032501220703,40.67195129394531,1,N,1,13.0,1.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-30 02:57:57,2016-01-30 03:02:02,1,1.11,,,-73.9538345336914,40.730220794677734,-73.93778991699219,40.73415756225586,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 01:19:36,2016-01-16 01:34:33,1,4.41,,,-73.9556884765625,40.71963882446289,-73.93339538574219,40.77198791503906,1,N,1,15.5,0.5,0.5,0.3,3.2,0.0,,20.0,1.0 +2,2016-01-29 20:02:08,2016-01-29 20:13:31,1,1.88,,,-73.91129302978516,40.76570129394531,-73.92778778076172,40.74523162841797,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-10 15:11:13,2016-01-10 15:34:07,2,4.5,,,-73.95655822753906,40.674896240234375,-73.94596862792969,40.62721633911133,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-30 16:51:37,2016-01-30 17:00:44,1,1.21,,,-73.93110656738281,40.8215217590332,-73.94947814941406,40.8260612487793,1,N,1,8.0,0.0,0.5,0.3,1.5,0.0,,10.3,1.0 +1,2016-01-13 20:23:41,2016-01-13 20:37:00,3,2.8,,,-73.9735107421875,40.68326950073242,-73.93727111816406,40.690093994140625,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-09 04:28:54,2016-01-09 04:39:38,5,1.97,,,-73.98748779296875,40.66773986816406,-73.99311828613281,40.68775939941406,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-01 19:42:43,2016-01-01 20:06:36,1,6.52,,,-73.97091674804688,40.67536926269531,-73.98338317871094,40.729949951171875,1,N,1,23.0,0.0,0.5,0.3,5.95,0.0,,29.75,1.0 +2,2016-01-14 21:46:45,2016-01-14 21:53:24,1,1.61,,,-73.95406341552734,40.805946350097656,-73.94037628173828,40.82636642456055,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-15 21:08:25,2016-01-15 21:24:25,1,3.41,,,-73.97713470458984,40.687435150146484,-73.98489379882812,40.72807693481445,1,N,1,14.0,0.5,0.5,0.3,3.06,0.0,,18.36,1.0 +2,2016-01-02 14:23:58,2016-01-02 14:42:42,1,4.93,,,-73.94995880126953,40.7972412109375,-73.99464416503906,40.75062561035156,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-25 19:03:36,2016-01-25 19:06:25,2,0.33,,,-73.93846893310547,40.80607986450195,-73.93876647949219,40.80837631225586,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-22 07:34:42,2016-01-22 07:44:45,1,2.59,,,-73.85523223876953,40.661720275878906,-73.84580993652344,40.6839485168457,1,N,1,10.5,0.0,0.5,0.3,2.82,0.0,,14.12,1.0 +2,2016-01-26 07:45:59,2016-01-26 08:01:06,1,2.14,,,-73.98678588867188,40.7024040222168,-74.01461791992188,40.714508056640625,1,N,1,11.5,0.0,0.5,0.3,3.69,0.0,,15.99,1.0 +2,2016-01-30 17:21:15,2016-01-30 17:49:27,1,5.14,,,-73.93693542480469,40.697933197021484,-73.99344635009766,40.6990966796875,1,N,1,20.5,0.0,0.5,0.3,2.0,0.0,,23.3,1.0 +2,2016-01-03 07:06:26,2016-01-03 07:10:01,1,0.78,,,-73.9421615600586,40.7541618347168,-73.93342590332031,40.759586334228516,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-20 13:56:41,2016-01-20 14:02:57,1,0.95,,,-73.95038604736328,40.79234313964844,-73.93701171875,40.802120208740234,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 18:19:41,2016-01-30 18:27:28,1,1.26,,,-73.95706176757812,40.71843338012695,-73.94094848632812,40.72108459472656,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-30 19:51:49,2016-01-30 20:03:00,1,2.63,,,-73.86382293701172,40.73284149169922,-73.85702514648438,40.702857971191406,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-21 16:42:38,2016-01-21 16:55:06,1,1.78,,,-73.94987487792969,40.680477142333984,-73.97785186767578,40.68510437011719,1,N,1,10.0,1.0,0.5,0.3,2.2,0.0,,14.0,1.0 +2,2016-01-30 04:27:47,2016-01-30 04:36:16,1,1.5,,,-73.95110321044922,40.723968505859375,-73.95013427734375,40.70746612548828,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-01 05:20:50,2016-01-01 05:32:07,1,3.74,,,-73.94026947021484,40.83697509765625,-73.92524719238281,40.861328125,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-30 22:04:27,2016-01-30 22:08:50,3,0.59,,,-73.9188003540039,40.76569747924805,-73.91112518310547,40.7673225402832,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 03:59:10,2016-01-22 04:18:40,1,6.63,,,-73.9213638305664,40.76666259765625,-73.86804962158203,40.722469329833984,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-21 10:12:29,2016-01-21 10:35:23,1,3.68,,,-73.95634460449219,40.745399475097656,-73.97045135498047,40.75908660888672,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-30 01:43:35,2016-01-31 01:26:23,5,1.33,,,-73.92572021484375,40.761802673339844,-73.93986511230469,40.751285552978516,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-25 20:04:32,2016-01-25 20:25:01,1,4.29,,,-73.93915557861328,40.80546951293945,-73.98790740966797,40.77968978881836,1,N,1,16.5,0.5,0.5,0.3,2.0,0.0,,19.8,1.0 +2,2016-01-09 20:35:25,2016-01-09 20:53:27,5,4.85,,,-73.91200256347656,40.7752685546875,-73.9588394165039,40.772281646728516,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-19 14:16:00,2016-01-19 14:22:51,1,0.78,,,-73.95125579833984,40.791141510009766,-73.94166564941406,40.78937530517578,1,N,1,6.0,0.0,0.5,0.3,0.7,0.0,,7.5,1.0 +2,2016-01-07 00:58:39,2016-01-07 01:08:12,1,2.25,,,-73.95791625976562,40.72186279296875,-73.93299865722656,40.70921325683594,1,N,1,9.5,0.5,0.5,0.3,2.2,0.0,,13.0,1.0 +2,2016-01-02 07:02:20,2016-01-02 07:15:51,1,6.05,,,-73.95037078857422,40.82676696777344,-73.9902572631836,40.757686614990234,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-09 21:45:21,2016-01-09 21:55:18,1,1.39,,,-73.87577819824219,40.73552322387695,-73.89537048339844,40.72618865966797,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-19 17:39:56,2016-01-19 17:43:59,1,0.93,,,-73.94197082519531,40.78706359863281,-73.93267822265625,40.79501724243164,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-28 17:49:50,2016-01-28 18:02:57,2,2.81,,,-73.99275970458984,40.69784164428711,-74.01038360595703,40.72285079956055,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-26 14:10:51,2016-01-26 14:28:49,1,5.68,,,-73.99588775634766,40.687129974365234,-73.97940063476562,40.727508544921875,1,N,1,19.0,0.0,0.5,0.3,4.95,0.0,,24.75,1.0 +2,2016-01-08 13:01:10,2016-01-08 13:01:37,1,0.12,,,-73.91426086425781,40.87099075317383,-73.91276550292969,40.872310638427734,5,N,1,8.0,0.0,0.0,0,2.0,0.0,,10.0,2.0 +2,2016-01-28 16:06:39,2016-01-28 16:17:17,2,1.07,,,-73.97599029541016,40.683692932128906,-73.98320007324219,40.69499969482422,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-02 17:15:32,2016-01-02 17:24:09,2,1.5,,,-73.97590637207031,40.67372131347656,-73.99198913574219,40.65871810913086,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-25 17:18:42,2016-01-25 17:27:04,2,0.87,,,-73.9502182006836,40.71254348754883,-73.96137237548828,40.71644973754883,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-02 15:49:22,2016-01-02 16:00:49,1,2.1,,,-73.90696716308594,40.75080490112305,-73.87110900878906,40.75190734863281,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-03 18:47:49,2016-01-03 18:56:45,1,1.7,,,-73.94707489013672,40.676910400390625,-73.91937255859375,40.67636489868164,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-18 14:11:44,2016-01-18 14:14:54,1,1.37,,,-73.89158630371094,40.766666412353516,-73.91903686523438,40.77213668823242,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 14:14:58,2016-01-16 14:19:07,1,0.47,,,-73.92298126220703,40.760746002197266,-73.9151611328125,40.757118225097656,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 22:38:09,2016-01-01 22:43:22,1,0.97,,,-73.88948822021484,40.7470703125,-73.89778137207031,40.755558013916016,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-27 22:40:00,2016-01-27 22:51:04,1,3.32,,,-73.97663879394531,40.682861328125,-73.98542785644531,40.72349166870117,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-07 22:33:41,2016-01-07 22:49:48,1,6.51,,,-73.99024200439453,40.67247772216797,-73.9798583984375,40.713905334472656,1,N,1,20.5,0.5,0.5,0.3,5.45,0.0,,27.25,1.0 +2,2016-01-24 14:33:47,2016-01-24 14:55:11,1,4.4,,,-73.97796630859375,40.6903190612793,-73.97480010986328,40.74232864379883,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +1,2016-01-22 11:45:13,2016-01-22 11:51:43,1,0.7,,,-73.9521484375,40.798797607421875,-73.96001434326172,40.80453872680664,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 16:29:51,2016-01-16 16:46:04,1,3.41,,,-73.8343505859375,40.75783157348633,-73.88870239257812,40.74557113647461,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-02 16:14:45,2016-01-02 16:36:00,1,2.46,,,-73.89423370361328,40.75460433959961,-73.86975860595703,40.7354736328125,1,N,1,14.5,0.0,0.5,0.3,1.0,0.0,,16.3,1.0 +1,2016-01-02 12:11:39,2016-01-02 12:19:37,1,1.3,,,-73.95185089111328,40.7254524230957,-73.9499740600586,40.711090087890625,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 22:42:14,2016-01-09 22:44:14,1,0.4,,,-73.9519271850586,40.81049728393555,-73.94408416748047,40.807212829589844,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-14 23:27:10,2016-01-14 23:33:22,1,2.69,,,-73.82963562011719,40.71366882324219,-73.81806945800781,40.685604095458984,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-06 23:08:21,2016-01-06 23:17:44,1,2.05,,,-73.89041900634766,40.746822357177734,-73.86293029785156,40.757713317871094,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-04 07:48:24,2016-01-04 08:11:25,1,14.6,,,-73.90339660644531,40.7453498840332,-73.83834075927734,40.838768005371094,1,N,1,40.0,0.0,0.5,0.3,12.2,0.0,,53.0,1.0 +2,2016-01-16 00:43:11,2016-01-16 00:55:10,2,2.77,,,-73.9584732055664,40.71908187866211,-73.95484161376953,40.688751220703125,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-01 10:39:14,2016-01-01 11:10:32,1,6.1,,,-73.90973663330078,40.67392349243164,-73.91239166259766,40.671573638916016,1,N,1,26.0,0.0,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-25 23:49:23,2016-01-25 23:56:48,1,1.36,,,-73.9600830078125,40.70320129394531,-73.94744873046875,40.70322036743164,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-11 23:28:20,2016-01-11 23:31:21,1,0.67,,,-73.95305633544922,40.68062973022461,-73.9654312133789,40.6832275390625,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-30 12:33:08,2016-01-30 12:48:48,5,6.25,,,-73.91156768798828,40.768035888671875,-73.92736053466797,40.70864486694336,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-22 20:21:41,2016-01-22 20:26:39,1,1.03,,,-73.94464874267578,40.83463668823242,-73.95447540283203,40.82248306274414,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-18 20:26:05,2016-01-18 20:34:11,1,1.48,,,-73.95946502685547,40.69478988647461,-73.94253540039062,40.703468322753906,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-08 20:36:18,2016-01-08 20:40:09,1,0.6,,,-73.9442367553711,40.8094482421875,-73.93848419189453,40.811893463134766,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-29 15:36:54,2016-01-29 15:49:21,1,1.4,,,-73.94803619384766,40.78997039794922,-73.9700698852539,40.79483413696289,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-01 13:04:25,2016-01-01 13:11:56,1,1.3,,,-73.91376495361328,40.82404327392578,-73.91695404052734,40.81148147583008,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-29 13:57:11,2016-01-29 14:33:20,1,8.28,,,-73.86750793457031,40.741981506347656,-73.87532043457031,40.652408599853516,1,N,2,31.0,0.0,0.5,0.3,0.0,0.0,,31.8,1.0 +2,2016-01-01 14:27:00,2016-01-01 14:31:18,1,1.64,,,-73.95360565185547,40.78800582885742,-73.9366455078125,40.80318832397461,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-20 09:38:11,2016-01-20 09:42:41,1,1.2,,,-73.94002532958984,40.679954528808594,-73.95108032226562,40.68916702270508,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-27 08:30:02,2016-01-27 08:48:42,1,3.0,,,-73.90634155273438,40.82809829711914,-73.89697265625,40.86298370361328,1,N,1,14.0,0.0,0.5,0.3,0.2,0.0,,15.0,1.0 +2,2016-01-06 17:24:45,2016-01-06 17:35:16,1,1.25,,,-73.99382781982422,40.6959114074707,-73.98095703125,40.68535614013672,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-30 23:35:26,2016-01-30 23:38:03,1,0.85,,,-73.9354019165039,40.80036163330078,-73.94017791748047,40.7896842956543,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-25 11:44:23,2016-01-25 11:48:46,1,0.58,,,-73.95258331298828,40.80828857421875,-73.95234680175781,40.8138313293457,1,N,1,4.5,0.0,0.5,0.3,1.59,0.0,,6.89,1.0 +1,2016-01-03 16:53:40,2016-01-03 17:14:30,1,3.7,,,-73.93684387207031,40.63240432739258,-73.9304428100586,40.679420471191406,1,N,1,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-29 21:04:32,2016-01-29 21:25:34,1,2.92,,,-73.9403076171875,40.679931640625,-73.91939544677734,40.65678024291992,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-11 16:12:06,2016-01-11 16:20:01,2,1.81,,,-73.94361877441406,40.78914260864258,-73.93899536132812,40.80455017089844,1,N,1,8.0,1.0,0.5,0.3,0.01,0.0,,9.81,1.0 +2,2016-01-16 14:33:11,2016-01-16 14:39:32,1,1.07,,,-73.94496154785156,40.78719711303711,-73.95486450195312,40.7736701965332,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-07 16:26:50,2016-01-07 16:31:59,2,0.71,,,-73.97679138183594,40.68180847167969,-73.9761962890625,40.67343521118164,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-15 10:48:09,2016-01-15 11:01:30,2,2.95,,,-73.88157653808594,40.88020706176758,-73.91193389892578,40.84379577636719,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-15 13:06:34,2016-01-15 13:37:13,1,7.25,,,-73.95518493652344,40.69090270996094,-74.0030746459961,40.756187438964844,1,N,1,26.5,0.0,0.5,0.3,3.0,0.0,,30.3,1.0 +2,2016-01-08 12:31:38,2016-01-08 12:36:43,1,1.0,,,-73.92550659179688,40.76167678833008,-73.93627166748047,40.74982833862305,1,N,1,5.5,0.0,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-25 09:39:18,2016-01-25 10:10:36,1,3.34,,,-73.99684143066406,40.64701843261719,-73.94770812988281,40.642433166503906,1,N,1,19.0,0.0,0.5,0.3,5.94,0.0,,25.74,1.0 +2,2016-01-25 04:57:56,2016-01-25 05:01:44,1,0.39,,,-73.88373565673828,40.747737884521484,-73.8911361694336,40.747013092041016,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 11:39:25,2016-01-02 11:41:29,1,1.8,,,-73.92949676513672,40.83967590332031,-73.93133544921875,40.81388854980469,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-21 22:26:18,2016-01-21 22:38:56,1,3.37,,,-73.9573745727539,40.65499496459961,-73.92478942871094,40.67020797729492,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-17 16:39:23,2016-01-17 16:47:14,2,2.0,,,-73.98682403564453,40.70244598388672,-73.97696685791016,40.683326721191406,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-26 20:05:54,2016-01-26 20:07:53,5,0.4,,,-73.94819641113281,40.80903625488281,-73.94486999511719,40.81416702270508,1,N,1,3.5,0.5,0.5,0.3,1.0,0.0,,5.8,1.0 +2,2016-01-01 05:38:20,2016-01-01 05:50:57,6,2.6,,,-73.91873931884766,40.75886535644531,-73.87903594970703,40.74403762817383,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-08 19:16:35,2016-01-08 19:39:03,1,3.76,,,-73.97610473632812,40.68367385864258,-73.9188003540039,40.69674301147461,1,N,1,16.5,1.0,0.5,0.3,5.49,0.0,,23.79,1.0 +2,2016-01-25 14:10:13,2016-01-25 14:39:51,2,3.67,,,-73.9416732788086,40.798641204833984,-73.94258117675781,40.83707046508789,1,N,1,19.5,0.0,0.5,0.3,2.0,0.0,,22.3,1.0 +1,2016-01-20 11:58:46,2016-01-20 12:03:03,1,0.5,,,-73.99219512939453,40.698951721191406,-73.99186706542969,40.70261001586914,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-13 18:33:53,2016-01-13 18:41:22,1,1.21,,,-73.84416961669922,40.72136688232422,-73.85807800292969,40.711360931396484,1,N,1,7.0,1.0,0.5,0.3,2.0,0.0,,10.8,1.0 +2,2016-01-12 18:31:29,2016-01-12 18:46:47,1,2.35,,,-73.95046997070312,40.82670211791992,-73.9473876953125,40.799278259277344,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-22 18:28:55,2016-01-22 18:37:11,1,1.38,,,-73.95932006835938,40.677120208740234,-73.95967102050781,40.690338134765625,1,N,1,7.5,1.0,0.5,0.3,2.32,0.0,,11.62,1.0 +1,2016-01-21 10:26:18,2016-01-21 10:33:45,1,2.2,,,-73.89802551269531,40.852455139160156,-73.93120574951172,40.84831237792969,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-09 02:05:14,2016-01-09 02:09:10,5,1.0,,,-73.95771026611328,40.67117691040039,-73.94192504882812,40.67111587524414,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-06 07:36:14,2016-01-06 07:59:30,1,2.55,,,-73.93915557861328,40.80550765991211,-73.96208953857422,40.77333450317383,1,N,1,15.0,0.0,0.5,0.3,1.0,0.0,,16.8,1.0 +2,2016-01-14 20:55:14,2016-01-14 21:02:17,5,0.88,,,-73.97673797607422,40.6819953918457,-73.9834976196289,40.67123031616211,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 09:05:47,2016-01-08 09:22:18,1,2.44,,,-73.97212982177734,40.67736053466797,-73.9345932006836,40.68075180053711,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-15 15:25:29,2016-01-15 15:32:44,1,0.93,,,-73.96875762939453,40.67335510253906,-73.9757308959961,40.6788215637207,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 22:57:30,2016-01-07 23:04:26,1,1.27,,,-73.90189361572266,40.74568557739258,-73.8897476196289,40.7359733581543,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-25 23:54:10,2016-01-25 23:58:02,1,0.9,,,-73.97667694091797,40.682861328125,-73.97807312011719,40.6712646484375,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 08:50:34,2016-01-22 08:59:07,1,2.75,,,-73.94026184082031,40.840084075927734,-73.92411041259766,40.86428451538086,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-08 11:26:15,2016-01-08 11:26:29,1,0.06,,,-73.92256164550781,40.690242767333984,-73.92268371582031,40.69215393066406,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-16 15:55:43,2016-01-16 16:06:24,1,2.16,,,-73.87107849121094,40.734039306640625,-73.84994506835938,40.72673416137695,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-04 23:57:37,2016-01-05 00:44:59,1,16.59,,,-73.945068359375,40.80815887451172,-73.95288848876953,40.6636848449707,1,N,1,52.0,0.5,0.5,0.3,0.0,0.0,,53.3,1.0 +2,2016-01-06 16:20:43,2016-01-06 16:29:44,1,1.32,,,-73.96190643310547,40.805625915527344,-73.94737243652344,40.80539321899414,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-09 23:42:53,2016-01-09 23:49:25,1,1.47,,,-73.99293518066406,40.6618537902832,-73.98110961914062,40.67750549316406,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-25 08:26:42,2016-01-25 08:32:13,1,1.01,,,-73.93357849121094,40.8543586730957,-73.92431640625,40.866573333740234,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 07:18:28,2016-01-01 07:53:05,1,13.64,,,-73.96598815917969,40.63465118408203,-73.92572784423828,40.764461517333984,1,N,1,42.0,0.0,0.5,0.3,6.0,0.0,,48.8,1.0 +1,2016-01-02 17:39:57,2016-01-02 17:45:28,1,0.9,,,-73.94636535644531,40.80080795288086,-73.95167541503906,40.80938720703125,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-14 23:48:17,2016-01-15 00:05:10,1,7.89,,,-73.96236419677734,40.716190338134766,-73.92879486083984,40.75791931152344,1,N,1,23.5,0.5,0.5,0.3,4.96,0.0,,29.76,1.0 +2,2016-01-15 13:38:18,2016-01-15 13:57:31,1,3.73,,,-73.91193389892578,40.77520751953125,-73.86756134033203,40.743534088134766,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-18 08:01:01,2016-01-18 08:15:51,1,6.37,,,-73.9450912475586,40.82875061035156,-73.9661865234375,40.76306915283203,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-26 17:41:47,2016-01-26 17:52:13,1,1.42,,,-73.94670104980469,40.82012176513672,-73.95122528076172,40.80266189575195,1,N,1,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-14 11:59:31,2016-01-14 12:06:02,1,0.97,,,-73.9628677368164,40.71196365356445,-73.9549789428711,40.718406677246094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 10:15:28,2016-01-09 10:23:27,1,1.36,,,-73.91890716552734,40.74338150024414,-73.94345092773438,40.74760055541992,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-29 18:16:10,2016-01-29 18:21:57,1,0.92,,,-73.93999481201172,40.84105682373047,-73.9478988647461,40.82963562011719,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-10 17:54:52,2016-01-10 18:00:58,1,1.7,,,-73.93917083740234,40.8055534362793,-73.95391082763672,40.78476333618164,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,,9.95,1.0 +1,2016-01-01 05:03:39,2016-01-01 05:20:41,1,8.8,,,-73.95170593261719,40.71492004394531,-73.9696044921875,40.75164031982422,1,N,1,25.5,0.5,0.5,0.3,5.0,0.0,,31.8,1.0 +2,2016-01-08 11:16:10,2016-01-08 11:38:06,1,3.95,,,-73.92664337158203,40.76068115234375,-73.96260833740234,40.776519775390625,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-20 10:53:11,2016-01-20 10:55:46,1,0.76,,,-73.93402099609375,40.80296325683594,-73.9237289428711,40.80816650390625,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-17 12:04:06,2016-01-17 12:04:19,1,0.16,,,-73.93447875976562,40.80153274536133,-73.93971252441406,40.79783630371094,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-25 09:49:55,2016-01-25 10:01:09,6,2.17,,,-73.96155548095703,40.701541900634766,-73.9892349243164,40.69135665893555,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-04 08:00:19,2016-01-04 08:17:09,1,4.1,,,-73.94376373291016,40.82377243041992,-73.96834564208984,40.78672409057617,1,N,1,15.5,0.0,0.5,0.3,3.2,0.0,,19.5,1.0 +2,2016-01-30 18:15:39,2016-01-30 18:26:00,1,1.76,,,-73.87092590332031,40.733890533447266,-73.89768981933594,40.730743408203125,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-24 13:43:10,2016-01-24 13:55:17,1,1.77,,,-73.95244598388672,40.72841262817383,-73.96566772460938,40.7105712890625,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-29 23:45:39,2016-01-30 00:06:08,1,5.02,,,-73.9635009765625,40.67668914794922,-73.95674133300781,40.73354721069336,1,N,1,18.5,0.5,0.5,0.3,3.96,0.0,,23.76,1.0 +2,2016-01-15 08:45:09,2016-01-15 08:50:59,1,1.48,,,-73.91287231445312,40.7489128112793,-73.93643951416016,40.7452278137207,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-12 16:33:47,2016-01-12 17:04:22,1,5.87,,,-73.93950653076172,40.805335998535156,-73.92872619628906,40.86266326904297,1,N,1,23.0,1.0,0.5,0.3,4.96,0.0,,29.76,1.0 +2,2016-01-07 21:12:42,2016-01-07 21:28:27,1,3.3,,,-73.94441986083984,40.807315826416016,-73.91546630859375,40.83049011230469,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-29 16:46:04,2016-01-29 17:07:56,2,1.6,,,-73.99246978759766,40.68943786621094,-73.9693374633789,40.69316864013672,1,N,1,14.0,1.0,0.5,0.3,3.15,0.0,,18.95,1.0 +2,2016-01-16 21:20:42,2016-01-16 21:31:51,1,2.48,,,-73.95502471923828,40.714054107666016,-73.99346160888672,40.72151184082031,1,N,1,11.0,0.5,0.5,0.3,1.88,0.0,,14.18,1.0 +1,2016-01-26 15:39:52,2016-01-26 16:02:56,1,2.5,,,-73.88631439208984,40.749473571777344,-73.8577880859375,40.735164642333984,1,N,1,15.0,1.0,0.5,0.3,1.0,0.0,,17.8,1.0 +2,2016-01-25 18:01:47,2016-01-25 18:15:57,1,1.6,,,-73.88317108154297,40.747737884521484,-73.9030990600586,40.75589370727539,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-17 17:56:37,2016-01-17 18:09:51,1,2.5,,,-73.86294555664062,40.7373161315918,-73.84397888183594,40.721187591552734,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-08 19:08:28,2016-01-08 19:26:08,1,5.29,,,-73.94756317138672,40.81022644042969,-73.9872055053711,40.77119445800781,1,N,1,19.0,1.0,0.5,0.3,2.0,0.0,,22.8,1.0 +1,2016-01-12 23:48:37,2016-01-12 23:53:36,1,1.0,,,-73.95784759521484,40.72196578979492,-73.96404266357422,40.71027374267578,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-14 12:30:49,2016-01-14 12:40:24,6,2.02,,,-73.92768096923828,40.81080627441406,-73.95134735107422,40.79119110107422,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-05 16:25:25,2016-01-05 16:33:16,2,0.9,,,-73.97781372070312,40.68696212768555,-73.96322631835938,40.681793212890625,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-18 16:46:33,2016-01-18 16:58:15,1,2.58,,,-73.80797576904297,40.70046615600586,-73.7910385131836,40.67250442504883,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-10 19:28:52,2016-01-10 19:33:32,1,1.02,,,-73.95516204833984,40.80491638183594,-73.94566345214844,40.81770324707031,1,N,1,5.5,0.0,0.5,0.3,0.7,0.0,,7.0,1.0 +2,2016-01-05 14:56:09,2016-01-05 15:27:54,1,15.01,,,-73.94615173339844,40.61753463745117,-73.79002380371094,40.64691925048828,1,N,1,43.0,0.0,0.5,0.3,8.76,0.0,,52.56,1.0 +2,2016-01-11 00:07:39,2016-01-11 00:32:23,1,10.95,,,-73.97277069091797,40.67772674560547,-73.92578887939453,40.767051696777344,1,N,1,33.0,0.5,0.5,0.3,6.86,0.0,,41.16,1.0 +2,2016-01-05 14:13:10,2016-01-05 14:21:29,1,1.55,,,-73.92874145507812,40.822628021240234,-73.94482421875,40.82743453979492,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-10 21:35:00,2016-01-10 21:51:00,1,2.38,,,-73.94269561767578,40.72575759887695,-73.93207550048828,40.69575119018555,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-10 14:48:15,2016-01-10 15:01:27,5,1.47,,,-73.98545837402344,40.68901824951172,-73.96646881103516,40.683349609375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-16 07:46:03,2016-01-16 08:03:14,1,3.94,,,-73.91754150390625,40.77003479003906,-73.96853637695312,40.76111602783203,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-25 22:29:34,2016-01-25 22:53:19,1,5.98,,,-73.95838928222656,40.71722412109375,-73.9801254272461,40.77046203613281,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-18 09:53:21,2016-01-18 10:02:22,1,6.33,,,-73.8289794921875,40.713356018066406,-73.7811279296875,40.6447639465332,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-16 19:26:58,2016-01-16 19:39:42,1,2.8,,,-73.88514709472656,40.74409866333008,-73.91777801513672,40.77128982543945,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-05 16:01:59,2016-01-05 16:08:46,1,1.43,,,-73.95609283447266,40.8189811706543,-73.94364166259766,40.835933685302734,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-14 19:11:07,2016-01-14 19:23:13,1,2.12,,,-73.84427642822266,40.721351623535156,-73.81448364257812,40.70893478393555,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-02 13:25:07,2016-01-02 13:30:22,1,1.25,,,-73.96929931640625,40.69308090209961,-73.98294830322266,40.700748443603516,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-16 11:09:11,2016-01-16 11:18:43,1,2.2,,,-73.95745086669922,40.80146026611328,-73.94427490234375,40.8297004699707,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-12 09:35:53,2016-01-12 09:45:42,1,1.5,,,-73.95452117919922,40.80562210083008,-73.94692993164062,40.791324615478516,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-17 23:11:37,2016-01-17 23:17:40,1,1.12,,,-73.94181060791016,40.81769943237305,-73.95437622070312,40.81566619873047,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-26 10:06:18,2016-01-26 11:25:25,1,11.25,,,-73.83003997802734,40.71327590942383,-73.95527648925781,40.76534652709961,1,N,1,53.0,0.0,0.5,0.3,10.76,0.0,,64.56,1.0 +2,2016-01-01 17:41:42,2016-01-01 18:05:37,1,4.2,,,-73.99427795410156,40.69035720825195,-73.98883056640625,40.72900390625,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-06 21:50:39,2016-01-06 22:02:43,1,3.96,,,-73.95455169677734,40.71383285522461,-73.98487854003906,40.675140380859375,1,N,1,14.5,0.5,0.5,0.3,2.37,0.0,,18.17,1.0 +2,2016-01-03 00:52:31,2016-01-03 01:03:35,1,3.16,,,-73.86936950683594,40.749080657958984,-73.82609558105469,40.764251708984375,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-14 12:30:52,2016-01-14 16:31:40,1,28.27,,,-73.92631530761719,40.65854263305664,-73.9201889038086,40.670921325683594,5,N,1,3.0,0.0,0.0,0,10.0,0.0,,13.0,2.0 +2,2016-01-08 15:08:07,2016-01-08 15:25:21,1,1.9,,,-73.89092254638672,40.74687576293945,-73.88986206054688,40.73058319091797,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-15 21:10:57,2016-01-15 21:18:07,1,0.94,,,-73.9578857421875,40.67100524902344,-73.95687866210938,40.672367095947266,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-18 06:36:58,2016-01-18 06:50:38,1,3.6,,,-73.98323822021484,40.69677734375,-73.99154663085938,40.7387580871582,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-16 20:00:10,2016-01-16 20:10:47,1,4.68,,,-73.95329284667969,40.58721160888672,-73.9218521118164,40.60951614379883,1,N,1,15.0,0.0,0.5,0.3,4.74,0.0,,20.54,1.0 +2,2016-01-09 09:07:04,2016-01-09 09:12:12,1,1.01,,,-73.94025421142578,40.798126220703125,-73.94550323486328,40.807533264160156,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 14:14:17,2016-01-07 14:21:12,1,2.64,,,-73.95620727539062,40.81878662109375,-73.97273254394531,40.794090270996094,1,N,1,9.5,0.0,0.5,0.3,1.2,0.0,,11.5,1.0 +2,2016-01-17 13:02:35,2016-01-17 13:04:39,1,0.55,,,-73.94908142089844,40.7853889465332,-73.94268035888672,40.790714263916016,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-30 21:04:07,2016-01-30 21:09:09,1,1.22,,,-73.98727416992188,40.692501068115234,-73.97087860107422,40.69337844848633,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-26 22:01:42,2016-01-26 22:12:08,1,1.9,,,-73.98729705810547,40.691349029541016,-74.0107421875,40.679256439208984,1,N,1,9.0,0.5,0.5,0.3,1.5,0.0,,11.8,1.0 +1,2016-01-07 08:28:14,2016-01-07 08:44:47,1,2.0,,,-73.9521255493164,40.78990173339844,-73.94918823242188,40.7731819152832,1,N,1,12.0,0.0,0.5,0.3,2.55,0.0,,15.35,1.0 +1,2016-01-09 01:35:25,2016-01-09 01:49:58,1,4.0,,,-73.94841003417969,40.69110107421875,-73.94766998291016,40.692623138427734,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-22 18:45:33,2016-01-22 18:55:54,1,1.73,,,-73.96105194091797,40.8120002746582,-73.94805145263672,40.82710647583008,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-13 19:32:55,2016-01-13 19:41:31,1,1.4,,,-73.98674774169922,40.70392990112305,-73.99267578125,40.689090728759766,1,N,1,7.5,1.0,0.5,0.3,2.79,0.0,,12.09,1.0 +1,2016-01-30 14:50:41,2016-01-30 14:57:45,2,0.9,,,-73.9395523071289,40.798805236816406,-73.94390869140625,40.80712127685547,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 07:44:55,2016-01-28 08:05:26,2,1.53,,,-73.9134750366211,40.83955001831055,-73.91350555419922,40.839927673339844,1,N,1,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-14 21:53:22,2016-01-14 22:08:05,1,3.4,,,-73.96601867675781,40.714508056640625,-73.98765563964844,40.728763580322266,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,,17.75,1.0 +1,2016-01-20 09:00:25,2016-01-20 09:05:45,1,0.4,,,-73.93923950195312,40.84858322143555,-73.94104766845703,40.84160232543945,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-25 18:46:46,2016-01-25 18:46:49,1,0.6,,,-73.94474029541016,40.616634368896484,-73.94474029541016,40.616634368896484,1,N,1,2.5,1.0,0.5,0.3,30.0,0.0,,34.3,1.0 +1,2016-01-11 08:18:26,2016-01-11 08:47:27,1,4.9,,,-73.9677734375,40.69628143310547,-73.98107147216797,40.737518310546875,1,N,1,21.5,0.0,0.5,0.3,5.55,0.0,,27.85,1.0 +2,2016-01-17 10:05:48,2016-01-17 10:15:36,1,2.28,,,-73.87205505371094,40.748924255371094,-73.9090576171875,40.742252349853516,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-14 15:14:26,2016-01-14 15:39:50,1,3.9,,,-73.95500946044922,40.71411895751953,-73.98269653320312,40.67328643798828,1,N,1,18.5,0.0,0.5,0.3,3.85,0.0,,23.15,1.0 +2,2016-01-04 17:37:55,2016-01-04 17:45:29,1,1.53,,,-73.86906433105469,40.73422622680664,-73.89070892333984,40.728275299072266,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-21 07:10:04,2016-01-21 07:11:11,1,0.9,,,-73.93924713134766,40.80528259277344,-73.9393539428711,40.8051872253418,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-04 18:09:54,2016-01-04 18:14:52,5,1.07,,,-73.9406967163086,40.79297637939453,-73.95050048828125,40.77974319458008,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-11 19:18:29,2016-01-11 19:29:28,1,1.91,,,-73.93880462646484,40.805015563964844,-73.96288299560547,40.79725646972656,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-11 14:19:21,2016-01-11 14:21:51,1,0.48,,,-73.95427703857422,40.81624221801758,-73.95286560058594,40.81082534790039,1,N,1,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-27 20:16:24,2016-01-27 20:21:22,1,0.78,,,-73.9577865600586,40.71770095825195,-73.94678497314453,40.725032806396484,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-13 10:25:32,2016-01-13 10:41:35,1,2.8,,,-73.93437957763672,40.751686096191406,-73.9550552368164,40.729434967041016,1,N,4,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-05 21:29:59,2016-01-05 21:44:33,1,2.57,,,-73.94786071777344,40.70006561279297,-73.90330505371094,40.7004280090332,1,N,1,12.0,0.5,0.5,0.3,3.99,0.0,,17.29,1.0 +1,2016-01-14 12:35:02,2016-01-14 13:01:02,1,5.8,,,-73.98973083496094,40.70077133178711,-73.99105072021484,40.760746002197266,1,N,1,22.5,0.0,0.5,0.3,4.65,0.0,,27.95,1.0 +2,2016-01-10 13:40:52,2016-01-10 13:56:55,1,3.13,,,-73.87825775146484,40.74827575683594,-73.9207534790039,40.74235534667969,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-21 20:59:26,2016-01-21 21:06:54,1,0.99,,,-73.9830551147461,40.689693450927734,-73.96900939941406,40.68932342529297,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 23:17:23,2016-01-22 23:59:38,1,7.33,,,-73.91482543945312,40.68855667114258,-74.00260925292969,40.739540100097656,1,N,1,30.0,0.5,0.5,0.3,0.0,0.0,,31.3,1.0 +2,2016-01-26 16:47:29,2016-01-26 16:54:29,1,1.35,,,-73.91478729248047,40.74340057373047,-73.89768981933594,40.738677978515625,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 21:25:44,2016-01-13 21:39:38,5,3.83,,,-73.97804260253906,40.680023193359375,-73.97305297851562,40.6364860534668,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-09 18:24:04,2016-01-09 18:34:37,1,1.67,,,-73.96726989746094,40.68355178833008,-73.94452667236328,40.686363220214844,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-02 05:47:04,2016-01-02 05:48:53,1,0.4,,,-73.88428497314453,40.74746322631836,-73.89085388183594,40.74684524536133,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,,5.3,1.0 +2,2016-01-30 04:08:01,2016-01-30 04:10:50,1,0.85,,,-73.92137908935547,40.766483306884766,-73.93119049072266,40.77399826049805,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-16 04:18:24,2016-01-16 04:22:50,1,1.38,,,-73.71549987792969,40.74349594116211,-73.72434997558594,40.73185729980469,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-07 20:13:52,2016-01-07 20:22:16,1,1.63,,,-73.96533203125,40.80595397949219,-73.94685363769531,40.80606460571289,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-17 02:07:14,2016-01-17 02:18:08,1,3.8,,,-73.8071517944336,40.69940185546875,-73.74610900878906,40.70750427246094,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-20 21:44:28,2016-01-20 21:51:21,1,2.25,,,-73.8908462524414,40.74700164794922,-73.90889739990234,40.77150344848633,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,,12.3,1.0 +2,2016-01-13 21:34:36,2016-01-13 21:39:34,1,1.17,,,-74.00425720214844,40.6547737121582,-74.00605010986328,40.643428802490234,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-19 13:00:27,2016-01-19 13:26:17,1,2.75,,,-73.95445251464844,40.78901672363281,-73.97119903564453,40.7558708190918,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-04 16:21:15,2016-01-04 16:25:57,1,0.75,,,-73.96641540527344,40.80475616455078,-73.97181701660156,40.79484558105469,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-10 02:08:05,2016-01-10 02:19:43,1,1.75,,,-73.95826721191406,40.721683502197266,-73.93978881835938,40.70741271972656,1,N,1,9.5,0.5,0.5,0.3,5.0,0.0,,15.8,1.0 +2,2016-01-27 20:57:50,2016-01-28 00:00:00,1,1.28,,,-73.8624267578125,40.84004592895508,-73.8752670288086,40.829280853271484,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-21 22:00:15,2016-01-21 22:13:30,1,2.89,,,-73.95854187011719,40.71717071533203,-73.92391967773438,40.70429611206055,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-02 23:54:30,2016-01-02 23:56:48,1,0.28,,,-73.96026611328125,40.688873291015625,-73.95484924316406,40.68946075439453,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-01 02:32:31,2016-01-01 02:38:12,1,1.28,,,-73.90869903564453,40.68149185180664,-73.92859649658203,40.68133544921875,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-03 00:30:27,2016-01-03 00:33:53,1,0.82,,,-73.95552062988281,40.722896575927734,-73.95236206054688,40.7303466796875,1,N,1,4.5,0.5,0.5,0.3,1.45,0.0,,7.25,1.0 +1,2016-01-30 07:48:03,2016-01-30 08:04:20,1,3.9,,,-73.9677963256836,40.696075439453125,-73.98986053466797,40.73393630981445,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,,19.75,1.0 +2,2016-01-18 10:13:25,2016-01-19 10:03:12,1,1.25,,,-73.97895812988281,40.68984603881836,-73.96876525878906,40.6929817199707,1,N,1,7.0,0.0,0.5,0.3,0.78,0.0,,8.58,1.0 +2,2016-01-02 22:09:43,2016-01-02 22:22:23,1,3.46,,,-73.86114501953125,40.83365249633789,-73.9197998046875,40.83073043823242,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-18 15:18:26,2016-01-18 15:39:44,1,2.3,,,-73.98676300048828,40.70245361328125,-73.98001098632812,40.67620849609375,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,,18.35,1.0 +2,2016-01-22 11:58:41,2016-01-22 12:48:17,1,5.93,,,-73.92158508300781,40.663822174072266,-73.8729248046875,40.650569915771484,1,N,1,31.5,0.0,0.5,0.3,6.46,0.0,,38.76,1.0 +1,2016-01-22 18:22:42,2016-01-22 18:29:28,1,1.0,,,-73.95720672607422,40.69029998779297,-73.94976043701172,40.680694580078125,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-21 23:38:36,2016-01-21 23:55:04,2,3.88,,,-73.89251708984375,40.748844146728516,-73.8733139038086,40.7708625793457,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-30 19:03:56,2016-01-30 19:16:00,1,1.99,,,-73.9766845703125,40.686981201171875,-73.93975830078125,40.68973159790039,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-13 09:59:38,2016-01-13 10:02:38,1,0.75,,,-73.95269012451172,40.81086349487305,-73.961181640625,40.812034606933594,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-06 17:51:38,2016-01-06 17:58:19,1,1.35,,,-73.89910125732422,40.86224365234375,-73.9181900024414,40.85316848754883,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-01 00:19:51,2016-01-01 00:29:41,1,2.01,,,-73.96257019042969,40.68720626831055,-73.9887924194336,40.685184478759766,1,N,1,9.0,0.5,0.5,0.3,6.0,0.0,,16.3,1.0 +2,2016-01-22 09:41:39,2016-01-22 09:44:29,1,0.5,,,-73.94026947021484,40.79752731323242,-73.93378448486328,40.79875946044922,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +2,2016-01-30 17:09:37,2016-01-30 17:29:58,1,3.1,,,-73.95869445800781,40.63790512084961,-73.97572326660156,40.67463684082031,1,N,1,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-27 18:00:41,2016-01-27 18:06:36,2,0.87,,,-73.9138412475586,40.76546096801758,-73.92603302001953,40.7656364440918,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-27 16:25:03,2016-01-27 16:38:14,1,3.83,,,-73.81446075439453,40.742401123046875,-73.86434936523438,40.756256103515625,1,N,2,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-14 07:44:06,2016-01-14 07:56:03,1,1.49,,,-73.9549789428711,40.805171966552734,-73.95475006103516,40.7891845703125,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-16 01:31:04,2016-01-16 01:45:32,1,5.93,,,-73.91560363769531,40.76310729980469,-73.94249725341797,40.719093322753906,1,N,1,19.0,0.5,0.5,0.3,4.06,0.0,,24.36,1.0 +2,2016-01-27 21:57:42,2016-01-27 22:04:39,1,1.01,,,-73.94511413574219,40.808006286621094,-73.95311737060547,40.81768035888672,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-01 05:49:18,2016-01-01 06:04:20,1,3.66,,,-73.9390869140625,40.79087448120117,-73.95262908935547,40.82483673095703,1,N,1,14.5,0.5,0.5,0.3,1.0,0.0,,16.8,1.0 +2,2016-01-27 19:15:31,2016-01-27 19:29:45,1,1.51,,,-73.9345703125,40.67954635620117,-73.90670013427734,40.677303314208984,1,N,1,10.0,1.0,0.5,0.3,1.0,0.0,,12.8,1.0 +1,2016-01-01 19:55:01,2016-01-01 20:00:47,1,1.0,,,-73.98139190673828,40.6749267578125,-73.99348449707031,40.66758728027344,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-08 21:19:18,2016-01-08 21:28:36,1,0.9,,,-73.9562759399414,40.720558166503906,-73.96275329589844,40.711944580078125,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +1,2016-01-05 22:13:43,2016-01-05 22:16:11,1,0.6,,,-73.91764068603516,40.760581970214844,-73.91130065917969,40.768489837646484,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,,6.35,1.0 +1,2016-01-30 03:33:08,2016-01-30 03:41:16,1,1.1,,,-73.95748901367188,40.71784973144531,-73.94767761230469,40.72266387939453,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 08:18:42,2016-01-29 08:45:58,1,6.75,,,-73.98709106445312,40.697635650634766,-73.98224639892578,40.756858825683594,1,N,1,25.0,0.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-22 20:21:11,2016-01-22 20:26:47,1,1.12,,,-73.84428405761719,40.721458435058594,-73.82927703857422,40.71242141723633,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-14 15:12:45,2016-01-14 15:45:49,1,5.88,,,-73.96440124511719,40.71040344238281,-73.98560333251953,40.75977325439453,1,N,1,25.0,0.0,0.5,0.3,6.27,5.54,,37.61,1.0 +2,2016-01-16 21:54:49,2016-01-16 21:59:38,1,0.8,,,-73.93919372558594,40.805328369140625,-73.93136596679688,40.80172348022461,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-02 15:43:16,2016-01-02 15:57:27,1,2.53,,,-73.92333221435547,40.816673278808594,-73.89093017578125,40.827728271484375,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-10 13:58:29,2016-01-10 14:09:32,1,1.73,,,-73.94398498535156,40.80112075805664,-73.9453353881836,40.81850051879883,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-13 21:20:57,2016-01-13 21:30:49,1,2.44,,,-73.83038330078125,40.75953674316406,-73.81069946289062,40.7358512878418,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-25 18:17:12,2016-01-25 18:26:06,4,1.1,,,-73.99429321289062,40.681236267089844,-73.99229431152344,40.69487380981445,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-28 14:01:41,2016-01-28 14:19:26,1,2.2,,,-73.9700927734375,40.69320297241211,-73.95562744140625,40.669429779052734,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,,15.95,1.0 +1,2016-01-20 13:21:19,2016-01-20 13:55:31,1,5.3,,,-73.96652221679688,40.69109344482422,-73.98696899414062,40.74455261230469,1,N,1,24.5,0.0,0.5,0.3,5.05,0.0,,30.35,1.0 +2,2016-01-10 16:58:51,2016-01-10 17:23:38,1,5.21,,,-73.93199157714844,40.70684051513672,-73.97451782226562,40.75102615356445,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-11 11:09:52,2016-01-11 11:30:13,1,3.71,,,-73.95221710205078,40.78990173339844,-73.98936462402344,40.762062072753906,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,,20.16,1.0 +1,2016-01-14 15:32:00,2016-01-14 15:36:07,1,0.6,,,-73.96656036376953,40.80455017089844,-73.96405029296875,40.80965042114258,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-03 01:28:09,2016-01-03 01:34:19,1,1.2,,,-73.94508361816406,40.80815887451172,-73.94731140136719,40.794349670410156,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-04 17:03:49,2016-01-04 17:08:06,1,1.1,,,-73.94346618652344,40.78903579711914,-73.93392944335938,40.79811096191406,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-25 09:33:55,2016-01-25 09:58:39,1,5.95,,,-73.98367309570312,40.69672393798828,-73.96946716308594,40.74912643432617,1,N,1,23.5,0.0,0.5,0.3,4.86,0.0,,29.16,1.0 +2,2016-01-28 15:04:08,2016-01-28 15:11:52,1,1.54,,,-73.94921112060547,40.78547668457031,-73.93260192871094,40.79597473144531,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-15 21:52:38,2016-01-15 21:59:11,1,1.23,,,-73.93563842773438,40.79619598388672,-73.94935607910156,40.80745315551758,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-14 20:57:49,2016-01-14 21:04:01,1,1.59,,,-73.99264526367188,40.697715759277344,-73.99383544921875,40.68069839477539,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-30 10:51:24,2016-01-30 11:04:51,1,2.1,,,-73.9149169921875,40.83350372314453,-73.92818450927734,40.807228088378906,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-04 21:11:40,2016-01-04 21:52:14,1,10.24,,,-73.82688903808594,40.760501861572266,-73.98863983154297,40.74107360839844,1,N,2,36.0,0.5,0.5,0.3,0.0,0.0,,37.3,1.0 +1,2016-01-30 21:42:25,2016-01-30 22:09:58,1,5.1,,,-73.97904968261719,40.67843246459961,-74.0036392211914,40.742515563964844,1,N,1,21.5,0.5,0.5,0.3,4.55,0.0,,27.35,1.0 +2,2016-01-15 23:50:42,2016-01-16 00:01:48,1,2.23,,,-73.96932220458984,40.6895751953125,-73.93511962890625,40.69684600830078,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-08 16:06:57,2016-01-08 16:11:39,1,0.8,,,-73.89134979248047,40.74650573730469,-73.88493347167969,40.75282669067383,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-13 21:41:57,2016-01-13 22:01:21,1,5.69,,,-73.97665405273438,40.683040618896484,-73.98526000976562,40.7518310546875,1,N,1,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-12 22:20:11,2016-01-12 22:23:13,1,0.63,,,-73.9480209350586,40.80918502807617,-73.94214630126953,40.81725311279297,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-19 11:09:12,2016-01-19 11:18:53,1,1.96,,,-73.95474243164062,40.671791076660156,-73.9203109741211,40.669254302978516,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-16 21:41:19,2016-01-16 21:49:58,1,1.4,,,-73.8908920288086,40.746517181396484,-73.88330078125,40.75997543334961,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-08 07:39:12,2016-01-08 08:21:03,1,4.97,,,-73.9214096069336,40.81413269042969,-73.98135375976562,40.78082275390625,1,N,2,26.5,0.0,0.5,0.3,0.0,0.0,,27.3,1.0 +1,2016-01-03 15:57:08,2016-01-03 15:57:21,2,2.1,,,-73.92889404296875,40.681541442871094,-73.92890167236328,40.6815299987793,5,N,1,0.0,0.0,0.0,0,30.0,0.0,,30.0,2.0 +1,2016-01-26 10:25:52,2016-01-26 10:37:07,1,1.6,,,-73.87694549560547,40.748451232910156,-73.87629699707031,40.768672943115234,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-08 16:01:56,2016-01-08 16:15:53,1,2.1,,,-73.93896484375,40.805057525634766,-73.96487426757812,40.79650115966797,1,N,1,11.0,1.0,0.5,0.3,3.8,0.0,,16.6,1.0 +2,2016-01-04 16:53:20,2016-01-04 17:03:38,1,1.16,,,-73.90751647949219,40.85381317138672,-73.9222640991211,40.852081298828125,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-08 09:46:59,2016-01-08 09:54:54,1,0.97,,,-73.9118423461914,40.77531814575195,-73.91563415527344,40.76449203491211,1,N,1,7.0,0.0,0.5,0.3,2.0,0.0,,9.8,1.0 +2,2016-01-29 21:06:51,2016-01-29 21:22:59,1,2.87,,,-73.94428253173828,40.83512496948242,-73.93971252441406,40.80711364746094,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,,15.3,1.0 +1,2016-01-06 10:12:26,2016-01-06 10:29:35,1,5.2,,,-73.91742706298828,40.769920349121094,-73.95396423339844,40.784847259521484,1,N,1,18.5,0.0,0.5,0.3,3.85,0.0,,23.15,1.0 +2,2016-01-25 16:21:26,2016-01-25 16:23:52,1,0.44,,,-73.9686508178711,40.693119049072266,-73.96329498291016,40.68849563598633,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-25 10:05:38,2016-01-25 10:42:39,1,10.02,,,-73.91718292236328,40.74485778808594,-73.8162841796875,40.75518035888672,1,N,1,33.5,0.0,0.5,0.3,6.86,0.0,,41.16,1.0 +2,2016-01-04 15:36:35,2016-01-04 15:53:19,1,2.21,,,-73.93892669677734,40.80525588989258,-73.96142578125,40.780765533447266,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,,14.3,1.0 +2,2016-01-03 00:25:45,2016-01-03 00:33:28,1,1.59,,,-73.92536926269531,40.761844635009766,-73.90727996826172,40.7729606628418,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-16 15:23:11,2016-01-16 15:27:28,1,0.74,,,-73.98712921142578,40.692081451416016,-73.97599029541016,40.69432830810547,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 09:48:41,2016-01-09 09:56:01,1,1.0,,,-73.94068145751953,40.834632873535156,-73.94237518310547,40.84543228149414,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-25 05:03:06,2016-01-25 05:15:21,1,2.6,,,-73.80459594726562,40.73799133300781,-73.78105163574219,40.71330261230469,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-03 21:00:45,2016-01-03 21:04:16,1,0.55,,,-73.91492462158203,40.75196075439453,-73.91766357421875,40.75791931152344,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 02:30:42,2016-01-10 02:43:18,1,1.9,,,-73.9578628540039,40.721954345703125,-73.9402084350586,40.70399856567383,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-20 15:31:38,2016-01-20 15:36:45,1,0.8,,,-73.97635650634766,40.67316818237305,-73.9771499633789,40.681053161621094,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 21:13:36,2016-01-09 21:25:24,1,1.97,,,-73.9029312133789,40.74660110473633,-73.8740463256836,40.74468231201172,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-05 20:22:16,2016-01-05 20:26:54,1,1.01,,,-73.95801544189453,40.7327995300293,-73.95234680175781,40.723323822021484,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 23:17:37,2016-01-22 23:32:11,1,2.9,,,-73.96485137939453,40.80662536621094,-73.94253540039062,40.786346435546875,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,,17.25,1.0 +1,2016-01-08 16:23:54,2016-01-08 16:28:00,1,0.8,,,-73.95195007324219,40.68055725097656,-73.94978332519531,40.68701934814453,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-17 15:38:59,2016-01-17 15:43:04,1,0.6,,,-73.94671630859375,40.68901443481445,-73.93889617919922,40.68688201904297,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,,7.25,1.0 +2,2016-01-06 17:22:24,2016-01-06 17:46:53,1,6.86,,,-73.94268798828125,40.84123992919922,-73.98280334472656,40.76427459716797,1,N,1,24.0,1.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-25 07:39:28,2016-01-25 07:45:25,1,1.13,,,-73.9127197265625,40.755916595458984,-73.92462921142578,40.74737548828125,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 06:33:29,2016-01-08 06:47:21,1,2.01,,,-73.80753326416016,40.70029830932617,-73.81784057617188,40.719112396240234,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-14 11:43:30,2016-01-14 11:51:37,1,1.73,,,-73.91207122802734,40.775203704833984,-73.93053436279297,40.76454162597656,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-30 05:38:49,2016-01-30 05:46:31,1,2.59,,,-73.98108673095703,40.667476654052734,-73.97048950195312,40.63637161254883,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-17 01:41:53,2016-01-17 01:51:36,1,2.29,,,-73.946044921875,40.71154022216797,-73.91722869873047,40.702823638916016,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-02 19:19:23,2016-01-02 19:39:49,1,4.2,,,-73.98334503173828,40.67267608642578,-73.92988586425781,40.686885833740234,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-22 20:47:32,2016-01-22 20:59:15,1,1.99,,,-73.90314483642578,40.74565887451172,-73.92613983154297,40.76372528076172,1,N,1,9.5,0.5,0.5,0.3,5.0,0.0,,15.8,1.0 +2,2016-01-03 00:59:36,2016-01-03 01:05:52,1,1.58,,,-73.92095184326172,40.86775588989258,-73.93207550048828,40.8411865234375,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-21 16:17:01,2016-01-21 16:23:37,5,2.76,,,-73.91753387451172,40.76997756958008,-73.87107849121094,40.77396011352539,1,N,1,10.0,1.0,0.5,0.3,3.0,0.0,,14.8,1.0 +2,2016-01-03 22:59:45,2016-01-03 23:03:40,1,0.71,,,-73.86933898925781,40.7490234375,-73.86629486083984,40.74034118652344,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 23:38:36,2016-01-30 23:47:40,1,1.75,,,-73.97498321533203,40.688819885253906,-73.98487091064453,40.67185974121094,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-13 10:07:46,2016-01-13 10:27:40,1,2.9,,,-73.93925476074219,40.805477142333984,-73.97433471679688,40.79343032836914,1,N,1,14.5,0.0,0.5,0.3,3.0,0.0,,18.3,1.0 +2,2016-01-08 23:09:48,2016-01-08 23:27:56,1,4.44,,,-73.8324966430664,40.715576171875,-73.90717315673828,40.7420768737793,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-13 08:00:35,2016-01-13 08:04:26,1,0.76,,,-73.95521545410156,40.80450439453125,-73.94744873046875,40.81524658203125,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-16 08:34:18,2016-01-16 08:41:43,1,1.66,,,-73.9222412109375,40.75497055053711,-73.90406036376953,40.774497985839844,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-16 09:10:45,2016-01-16 09:16:50,1,1.17,,,-73.95965576171875,40.687259674072266,-73.97434997558594,40.68073654174805,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 16:39:21,2016-01-22 16:48:06,1,0.41,,,-73.85182189941406,40.83412170410156,-73.85015869140625,40.82813262939453,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 21:11:19,2016-01-15 21:36:54,6,6.24,,,-73.93016052246094,40.76686096191406,-73.95938110351562,40.801551818847656,1,N,2,22.5,0.5,0.5,0.3,0.0,5.54,,29.34,1.0 +2,2016-01-20 23:00:34,2016-01-20 23:03:57,1,0.97,,,-73.94132995605469,40.823795318603516,-73.9520263671875,40.81157302856445,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-11 14:06:08,2016-01-11 14:16:03,1,1.34,,,-73.99251556396484,40.68943786621094,-73.9900131225586,40.70381546020508,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-16 06:06:59,2016-01-16 06:42:21,2,16.82,,,-73.97067260742188,40.69219970703125,-73.78945922851562,40.64707565307617,1,N,1,47.5,0.0,0.5,0.3,7.24,0.0,,55.54,1.0 +2,2016-01-08 07:00:58,2016-01-08 07:01:41,1,0.3,,,-73.85545349121094,40.87126159667969,-73.85468292236328,40.87568664550781,5,N,1,10.0,0.0,0.0,0,2.0,0.0,,12.0,2.0 +2,2016-01-05 22:18:51,2016-01-05 22:47:50,1,5.98,,,-73.9803466796875,40.688621520996094,-73.89864349365234,40.66726303100586,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,,24.3,1.0 +2,2016-01-03 22:36:57,2016-01-03 22:56:47,5,3.85,,,-73.99258422851562,40.70332336425781,-73.95445251464844,40.67268753051758,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-19 17:23:27,2016-01-19 17:45:02,1,3.47,,,-73.95602416992188,40.74715805053711,-73.96885681152344,40.75767135620117,1,N,2,15.5,1.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-19 19:05:31,2016-01-19 19:09:05,1,0.8,,,-73.94532775878906,40.80803298950195,-73.93838500976562,40.817989349365234,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-05 16:09:57,2016-01-05 16:22:07,1,2.7,,,-73.99287414550781,40.702545166015625,-73.99959564208984,40.72343063354492,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-29 17:02:46,2016-01-29 17:12:08,1,1.34,,,-73.9351806640625,40.67610168457031,-73.94979095458984,40.68052291870117,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-01 04:35:42,2016-01-01 04:49:44,1,7.8,,,-73.92471313476562,40.814453125,-73.86585235595703,40.865455627441406,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,,24.3,1.0 +1,2016-01-27 08:34:44,2016-01-27 08:41:19,1,1.6,,,-73.83001708984375,40.71436309814453,-73.80418395996094,40.717742919921875,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 17:48:55,2016-01-15 17:52:18,1,0.57,,,-73.9117660522461,40.77538299560547,-73.91970825195312,40.777286529541016,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-20 20:05:01,2016-01-20 20:20:19,1,2.9,,,-73.94383239746094,40.71173858642578,-73.90687561035156,40.70730972290039,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-25 18:36:26,2016-01-25 18:42:40,1,0.96,,,-73.94344329833984,40.74720001220703,-73.95641326904297,40.74631118774414,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-29 21:22:07,2016-01-29 22:01:05,1,7.79,,,-73.88545989990234,40.755645751953125,-73.98772430419922,40.72443389892578,1,N,1,33.0,0.5,0.5,0.3,0.0,0.0,,34.3,1.0 +1,2016-01-11 19:48:57,2016-01-11 19:58:28,1,2.0,,,-73.96151733398438,40.80612564086914,-73.9400863647461,40.825233459472656,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-27 18:59:54,2016-01-27 19:02:09,1,0.45,,,-73.92164611816406,40.678688049316406,-73.92487335205078,40.68315505981445,1,N,1,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 17:49:44,2016-01-11 18:01:58,1,2.28,,,-73.95455932617188,40.78952407836914,-73.97959899902344,40.771305084228516,1,N,1,11.0,1.0,0.5,0.3,1.5,0.0,,14.3,1.0 +2,2016-01-15 07:40:19,2016-01-15 07:46:57,1,1.25,,,-73.93904876708984,40.805458068847656,-73.95060729980469,40.79079818725586,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-02 21:46:34,2016-01-02 22:16:54,1,10.1,,,-73.98408508300781,40.67399597167969,-73.94605255126953,40.77753448486328,1,N,1,32.0,0.5,0.5,0.3,0.0,0.0,,33.3,1.0 +2,2016-01-30 16:17:21,2016-01-30 16:33:30,1,3.88,,,-73.9103012084961,40.75267028808594,-73.87310028076172,40.73691177368164,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-21 20:22:04,2016-01-21 20:27:11,1,1.23,,,-73.9451904296875,40.745975494384766,-73.92798614501953,40.74030303955078,1,N,1,6.0,0.5,0.5,0.3,1.7,0.0,,9.0,1.0 +2,2016-01-01 00:11:23,2016-01-01 00:20:25,1,1.9,,,-73.96439361572266,40.69367218017578,-73.94163513183594,40.687294006347656,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-14 22:43:35,2016-01-14 22:46:55,1,0.76,,,-73.92543029785156,40.76231384277344,-73.92521667480469,40.770347595214844,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 17:18:33,2016-01-17 17:18:35,1,0.0,,,-73.88468933105469,40.85027313232422,-73.8846664428711,40.850303649902344,5,N,1,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-13 15:48:18,2016-01-13 16:07:58,1,4.38,,,-73.87138366699219,40.73411178588867,-73.90994262695312,40.70063400268555,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-27 16:15:27,2016-01-27 16:18:32,1,0.52,,,-73.98751831054688,40.70016860961914,-73.99417114257812,40.70315170288086,1,N,1,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 02:41:49,2016-01-10 02:50:26,1,2.02,,,-73.95213317871094,40.81053161621094,-73.93801879882812,40.79207229614258,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-17 01:00:34,2016-01-17 01:11:34,1,3.27,,,-73.90472412109375,40.75346374511719,-73.88436126708984,40.73930740356445,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-14 18:15:37,2016-01-14 18:20:11,1,0.83,,,-73.94327545166016,40.8360595703125,-73.93788146972656,40.8480110168457,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-19 16:09:26,2016-01-19 16:21:26,1,2.21,,,-73.90038299560547,40.756134033203125,-73.85968780517578,40.75993728637695,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/data/yellowTaxiData.csv b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/data/yellowTaxiData.csv new file mode 100644 index 000000000..4182c8d64 --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/data/yellowTaxiData.csv @@ -0,0 +1,5001 @@ +vendorID,tpepPickupDateTime,tpepDropoffDateTime,passengerCount,tripDistance,puLocationId,doLocationId,startLon,startLat,endLon,endLat,rateCodeId,storeAndFwdFlag,paymentType,fareAmount,extra,mtaTax,improvementSurcharge,tipAmount,tollsAmount,totalAmount +2,2016-01-06 12:09:13,2016-01-06 12:22:14,1,2.09,,,-73.98207092285156,40.74605941772461,-74.00462341308594,40.730628967285156,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-03 17:57:48,2016-01-03 18:08:18,3,1.5,,,-73.96627044677734,40.764835357666016,-73.98455047607422,40.75786209106445,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-18 07:37:51,2016-01-18 07:47:01,1,1.8,,,0.0,0.0,0.0,0.0,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-26 00:31:36,2016-01-26 00:38:47,1,1.96,,,-73.9906234741211,40.7553596496582,-73.97895812988281,40.78070831298828,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-20 23:37:22,2016-01-20 23:51:09,1,3.6,,,-73.98528289794922,40.76026153564453,-74.01127624511719,40.7148323059082,1,N,1,13.5,0.5,0.5,0.3,2.5,0.0,17.3 +2,2016-01-01 04:42:46,2016-01-01 05:20:45,1,10.22,,,-73.98728942871094,40.7484130859375,-73.95806121826172,40.667781829833984,1,N,1,32.5,0.5,0.5,0.3,6.76,0.0,40.56 +1,2016-01-22 17:44:40,2016-01-22 18:44:33,1,14.6,,,-73.96099090576172,40.7717399597168,-74.0313949584961,40.6330451965332,1,N,1,48.5,1.0,0.5,0.3,10.05,0.0,60.35 +2,2016-01-01 02:31:00,2016-01-01 02:35:47,1,1.01,,,-73.98570251464844,40.73516845703125,-74.00009155273438,40.74277877807617,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,8.5 +2,2016-01-07 10:35:42,2016-01-07 10:52:06,1,3.87,,,-73.98209381103516,40.74245071411133,-73.99495697021484,40.71377944946289,1,N,1,16.0,0.0,0.5,0.3,1.5,0.0,18.3 +2,2016-01-01 05:47:11,2016-01-01 06:10:47,5,5.9,,,-73.95330047607422,40.788448333740234,-73.93463134765625,40.85462188720703,1,N,2,21.0,0.5,0.5,0.3,0.0,0.0,22.3 +1,2016-01-24 14:48:26,2016-01-24 15:32:40,2,11.8,,,-73.77669525146484,40.64527130126953,-73.88290405273438,40.74116516113281,1,N,2,44.0,0.0,0.5,0.3,0.0,0.0,44.8 +1,2016-01-13 18:22:38,2016-01-13 18:26:43,1,0.9,,,-73.95618438720703,40.77394485473633,-73.95372772216797,40.784854888916016,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-20 09:24:35,2016-01-20 09:39:40,1,1.04,,,-73.97830200195312,40.752349853515625,-73.98131561279297,40.7474365234375,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-26 06:39:39,2016-01-26 06:49:11,1,1.8,,,-73.95655059814453,40.78083419799805,-73.97078704833984,40.75873565673828,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-20 00:37:51,2016-01-20 00:54:26,1,5.7,,,-74.00001525878906,40.71797180175781,-73.94308471679688,40.661277770996094,1,N,1,19.0,0.5,0.5,0.3,4.05,0.0,24.35 +1,2016-01-12 09:17:06,2016-01-12 09:20:17,1,0.5,,,-74.00064086914062,40.737117767333984,-73.99329376220703,40.73897171020508,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-08 19:28:32,2016-01-08 19:45:46,1,2.84,,,-73.99546813964844,40.71998596191406,-74.004150390625,40.74949264526367,1,N,1,13.0,1.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-11 22:03:18,2016-01-11 22:16:48,4,2.9,,,-73.98863220214844,40.73686981201172,-73.96682739257812,40.77246856689453,1,N,1,12.5,0.5,0.5,0.3,1.0,0.0,14.8 +1,2016-01-15 20:43:41,2016-01-15 20:54:35,1,1.9,,,-73.97463989257812,40.79113006591797,-73.95391845703125,40.77485275268555,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +2,2016-01-22 08:49:31,2016-01-22 09:01:14,1,1.27,,,-73.95458984375,40.76374053955078,-73.95513153076172,40.776859283447266,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-15 21:07:59,2016-01-15 21:21:50,5,4.18,,,-74.01505279541016,40.71485900878906,-73.97882843017578,40.723968505859375,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +1,2016-01-26 20:12:52,2016-01-26 20:18:43,1,1.4,,,-73.9683837890625,40.770137786865234,-73.97103881835938,40.7828254699707,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,9.35 +2,2016-01-07 20:36:23,2016-01-07 21:03:01,2,3.18,,,-73.99295806884766,40.74263381958008,-73.9799575805664,40.75508499145508,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,18.8 +2,2016-01-19 21:06:46,2016-01-19 21:14:45,1,1.96,,,-73.95514678955078,40.773414611816406,-73.98129272460938,40.77595520019531,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-04 09:53:27,2016-01-04 10:08:04,1,1.49,,,-73.98509979248047,40.72901153564453,-73.99890899658203,40.720211029052734,1,N,1,10.5,0.0,0.5,0.3,0.7,0.0,12.0 +2,2016-01-04 08:32:17,2016-01-04 08:37:28,6,0.71,,,-73.97496795654297,40.7930793762207,-73.97354125976562,40.78738021850586,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-06 15:47:40,2016-01-06 16:08:53,5,4.78,,,-74.01395416259766,40.71250534057617,-73.97935485839844,40.762046813964844,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,22.56 +2,2016-01-06 20:59:38,2016-01-06 21:12:27,2,2.68,,,-73.9713363647461,40.75851058959961,-73.98030090332031,40.78239822387695,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,15.36 +2,2016-01-21 12:11:38,2016-01-21 12:24:06,1,1.21,,,-73.98556518554688,40.75272750854492,-73.9712905883789,40.75898361206055,1,N,1,9.0,0.0,0.5,0.3,1.5,0.0,11.3 +1,2016-01-29 15:33:10,2016-01-29 15:43:44,1,1.5,,,-73.98204803466797,40.778480529785156,-73.96937561035156,40.788665771484375,1,N,1,8.5,0.0,0.5,0.3,2.75,0.0,12.05 +1,2016-01-16 17:50:42,2016-01-16 18:11:29,2,2.9,,,-73.98229217529297,40.72551727294922,-74.00563049316406,40.751033782958984,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,18.35 +1,2016-01-02 21:24:22,2016-01-02 21:30:58,1,1.1,,,-73.9749984741211,40.75738525390625,-73.98086547851562,40.76750946044922,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-04 11:14:18,2016-01-04 11:37:45,1,4.5,,,-73.99303436279297,40.75282287597656,-73.94447326660156,40.78786849975586,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +1,2016-01-13 20:42:30,2016-01-13 21:06:20,1,5.4,,,-73.99211120605469,40.75023651123047,-73.98055267333984,40.68132019042969,1,N,1,20.0,0.5,0.5,0.3,3.2,0.0,24.5 +1,2016-01-04 13:33:33,2016-01-04 13:51:14,1,3.1,,,-73.98228454589844,40.76982498168945,-73.95033264160156,40.783695220947266,1,N,1,14.0,0.0,0.5,0.3,3.7,0.0,18.5 +1,2016-01-15 18:56:09,2016-01-15 19:18:00,2,4.8,,,-73.9949951171875,40.760520935058594,-74.01011657714844,40.711238861083984,1,N,1,19.0,1.0,0.5,0.3,4.15,0.0,24.95 +2,2016-01-27 07:43:35,2016-01-27 07:57:11,5,1.23,,,-73.96894073486328,40.76403045654297,-73.95245361328125,40.76866149902344,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-16 17:31:58,2016-01-16 17:32:03,1,0.0,,,0.0,0.0,0.0,0.0,5,N,1,12.5,0.0,0.5,0.3,1.5,0.0,14.8 +1,2016-01-17 17:36:47,2016-01-17 17:51:31,2,1.3,,,-73.98927307128906,40.74240493774414,-73.99783325195312,40.754127502441406,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-19 20:52:44,2016-01-19 21:09:30,5,2.79,,,-73.97582244873047,40.78200912475586,-73.9752197265625,40.751380920410156,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +2,2016-01-18 17:12:34,2016-01-18 17:22:06,1,1.76,,,-73.97496795654297,40.7557487487793,-73.9930191040039,40.73982620239258,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-20 00:09:44,2016-01-20 00:19:34,1,1.71,,,-73.98434448242188,40.743038177490234,-73.9862060546875,40.75847625732422,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-17 08:04:29,2016-01-17 08:10:02,1,1.59,,,-73.98072814941406,40.76478958129883,-74.00060272216797,40.757911682128906,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 15:30:40,2016-01-11 15:40:25,6,2.17,,,-73.99412536621094,40.746517181396484,-74.00517272949219,40.718727111816406,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-04 15:51:28,2016-01-04 16:02:17,3,1.7,,,-73.96519470214844,40.77535629272461,-73.9847640991211,40.75986862182617,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-28 09:56:58,2016-01-28 10:10:25,2,2.0,,,-73.9681167602539,40.79209518432617,-73.9470443725586,40.808433532714844,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +2,2016-01-18 15:14:05,2016-01-18 15:25:00,1,2.02,,,-73.9529037475586,40.77634811401367,-73.97757720947266,40.76633834838867,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-12 15:56:54,2016-01-12 16:07:50,1,0.9,,,-73.95724487304688,40.769134521484375,-73.96733856201172,40.76332473754883,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-11 21:44:58,2016-01-11 21:50:50,1,1.5,,,-73.9746322631836,40.7514762878418,-73.97742462158203,40.7349739074707,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-30 03:40:15,2016-01-30 03:45:53,1,1.61,,,0.0,0.0,0.0,0.0,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-05 12:24:11,2016-01-05 12:40:35,1,1.74,,,-73.99815368652344,40.73380661010742,-73.99028015136719,40.72066879272461,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +1,2016-01-30 14:37:58,2016-01-30 14:58:34,1,2.7,,,-73.97148132324219,40.75107192993164,-74.00304412841797,40.733558654785156,1,N,1,14.5,0.0,0.5,0.3,2.0,0.0,17.3 +1,2016-01-30 23:54:16,2016-01-31 00:04:41,2,1.4,,,-73.9963607788086,40.721717834472656,-74.01072692871094,40.70866012573242,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-11 14:48:42,2016-01-11 14:54:25,2,1.38,,,-73.982177734375,40.773841857910156,-73.971923828125,40.791900634765625,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-09 22:22:36,2016-01-09 22:28:29,2,1.11,,,-73.97855377197266,40.78596115112305,-73.9781265258789,40.77320098876953,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-08 08:40:45,2016-01-08 08:56:34,2,2.4,,,-73.97816467285156,40.76324462890625,-73.96919250488281,40.79063034057617,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-24 13:16:51,2016-01-24 13:50:11,1,5.93,,,-73.98834228515625,40.73759841918945,-73.96678161621094,40.80397033691406,1,N,1,24.0,0.0,0.5,0.3,4.96,0.0,29.76 +1,2016-01-29 18:19:41,2016-01-29 18:26:33,1,0.7,,,-73.9598388671875,40.7738151550293,-73.95051574707031,40.771507263183594,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-19 14:40:01,2016-01-19 15:10:45,5,3.35,,,-73.97367858886719,40.75189971923828,-73.99947357177734,40.71775817871094,1,N,1,20.0,0.0,0.5,0.3,4.16,0.0,24.96 +2,2016-01-22 17:03:00,2016-01-22 17:15:18,1,2.4,,,-73.96263885498047,40.76985549926758,-73.98929595947266,40.760318756103516,1,N,1,11.0,1.0,0.5,0.3,2.0,0.0,14.8 +1,2016-01-16 23:59:46,2016-01-17 00:08:12,1,1.5,,,-73.98907470703125,40.75857925415039,-73.9778060913086,40.74552536010742,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-28 12:11:54,2016-01-28 12:31:14,1,1.54,,,-73.99215698242188,40.75918960571289,-74.00579833984375,40.74018096923828,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-14 23:59:51,2016-01-15 00:09:42,3,2.06,,,-73.98712921142578,40.757720947265625,-73.97901153564453,40.7363395690918,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-09 07:50:25,2016-01-09 08:03:10,1,3.1,,,-73.99002075195312,40.73455047607422,-73.95929718017578,40.771488189697266,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-29 19:49:52,2016-01-29 20:20:10,1,16.5,,,-73.7897720336914,40.64690017700195,-73.97124481201172,40.752925872802734,2,N,1,52.0,0.0,0.5,0.3,5.0,5.54,63.34 +1,2016-01-13 14:38:37,2016-01-13 14:42:41,1,0.6,,,-73.95714569091797,40.77084732055664,-73.95304107666016,40.776729583740234,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-20 10:09:22,2016-01-20 10:14:19,1,0.9,,,-73.96511840820312,40.755130767822266,-73.95703887939453,40.76625061035156,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-21 17:29:29,2016-01-21 17:37:46,1,1.3,,,-73.9892578125,40.73752212524414,-73.98130798339844,40.72492599487305,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-14 11:10:32,2016-01-14 11:22:13,1,1.5,,,-73.95199584960938,40.76927185058594,-73.96894836425781,40.757694244384766,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-08 06:28:37,2016-01-08 06:39:28,1,2.6,,,-73.94755554199219,40.775299072265625,-73.97598266601562,40.7553825378418,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,12.8 +1,2016-01-26 13:45:32,2016-01-26 14:28:05,1,14.0,,,-74.01421356201172,40.713951110839844,-73.86195373535156,40.76850128173828,1,N,1,43.5,0.0,0.5,0.3,11.05,0.0,55.35 +2,2016-01-01 06:34:36,2016-01-01 06:44:20,1,2.12,,,-73.99528503417969,40.764766693115234,-73.96990966796875,40.7503776550293,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-05 20:04:18,2016-01-05 20:07:52,1,0.6,,,-73.99908447265625,40.723167419433594,-74.00499725341797,40.72638702392578,1,N,1,4.5,0.5,0.5,0.3,0.5,0.0,6.3 +2,2016-01-19 11:50:45,2016-01-19 12:16:18,6,2.86,,,-73.98542785644531,40.74814987182617,-73.96273040771484,40.77838897705078,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +1,2016-01-23 01:04:30,2016-01-23 01:17:11,1,3.0,,,-73.9565200805664,40.771202087402344,-73.99126434326172,40.74973678588867,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +2,2016-01-22 19:45:42,2016-01-22 19:56:15,1,1.96,,,-73.95599365234375,40.78474044799805,-73.96007537841797,40.76301193237305,1,N,1,9.5,1.0,0.5,0.3,1.5,0.0,12.8 +1,2016-01-11 06:31:24,2016-01-11 06:46:58,3,6.3,,,-74.00719451904297,40.70363998413086,-73.97443389892578,40.760040283203125,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-09 12:24:44,2016-01-09 12:54:22,1,4.46,,,-74.00170135498047,40.746681213378906,-73.96379852294922,40.7712516784668,1,N,1,20.5,0.0,0.5,0.3,6.39,0.0,27.69 +2,2016-01-10 19:01:08,2016-01-10 19:11:45,1,2.66,,,-73.98859405517578,40.74519348144531,-73.9587173461914,40.7639045715332,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-15 17:52:22,2016-01-15 18:01:40,1,1.5,,,-73.99311065673828,40.74741744995117,-73.9810791015625,40.733821868896484,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-07 21:45:21,2016-01-07 21:54:01,1,1.52,,,-73.98220825195312,40.76805877685547,-74.00090789794922,40.76116943359375,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-21 03:12:47,2016-01-21 03:18:40,1,2.0,,,-73.97260284423828,40.7564582824707,-73.99075317382812,40.73466110229492,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-25 13:51:46,2016-01-25 14:12:49,1,2.15,,,-73.97207641601562,40.759666442871094,-73.99002838134766,40.77470016479492,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-17 23:47:31,2016-01-17 23:53:52,1,1.3,,,-73.98992156982422,40.73512268066406,-73.99626922607422,40.72209548950195,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-16 04:25:00,2016-01-16 04:26:11,1,0.0,,,-73.78266906738281,40.64402389526367,-73.78267669677734,40.644012451171875,5,N,1,55.0,0.0,0.0,0.3,10.0,0.0,65.3 +1,2016-01-09 01:39:06,2016-01-09 01:49:31,1,1.6,,,-74.0080795288086,40.73762512207031,-73.98333740234375,40.72645568847656,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-12 16:16:51,2016-01-12 16:23:57,1,1.58,,,-73.98759460449219,40.73263931274414,-73.97354125976562,40.75169372558594,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-22 22:58:57,2016-01-22 23:13:06,1,2.3,,,-73.99161529541016,40.74995422363281,-73.965576171875,40.755184173583984,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-06 22:23:15,2016-01-06 22:23:15,1,0.0,,,-73.7767105102539,40.64523696899414,0.0,0.0,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +2,2016-01-08 15:55:01,2016-01-08 16:02:49,1,0.94,,,-73.99495697021484,40.74516677856445,-74.00579071044922,40.740413665771484,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-14 15:15:22,2016-01-15 14:42:31,1,4.17,,,-73.98753356933594,40.75044631958008,-73.98796081542969,40.71284103393555,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +1,2016-01-02 09:20:35,2016-01-02 09:25:02,2,1.0,,,-73.95171356201172,40.77367401123047,-73.9626693725586,40.76277160644531,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-17 02:17:27,2016-01-17 02:24:35,6,1.52,,,-74.00907897949219,40.70680618286133,-73.99371337890625,40.72098159790039,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-13 13:59:04,2016-01-13 14:20:14,2,3.0,,,-73.97460174560547,40.79085159301758,-73.9791488647461,40.754058837890625,1,N,1,15.5,0.0,0.5,0.3,4.89,0.0,21.19 +2,2016-01-22 20:27:20,2016-01-22 20:31:37,1,0.73,,,-73.9814682006836,40.7569694519043,-73.98564147949219,40.75307083129883,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-26 21:10:04,2016-01-26 21:21:23,1,2.55,,,-73.99156951904297,40.74502182006836,-73.98452758789062,40.76942825317383,1,N,1,10.5,0.5,0.5,0.3,3.54,0.0,15.34 +2,2016-01-09 02:57:32,2016-01-09 03:01:15,1,0.79,,,-74.0063705444336,40.74453353881836,-73.9969711303711,40.74297332763672,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-26 23:16:12,2016-01-26 23:30:32,1,3.16,,,-74.00718688964844,40.743412017822266,-74.0146713256836,40.7155647277832,1,N,1,13.5,0.5,0.5,0.3,4.44,0.0,19.24 +2,2016-01-02 15:17:25,2016-01-02 15:23:09,2,0.41,,,-73.9509048461914,40.78678512573242,-73.95203399658203,40.79050064086914,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-11 06:20:44,2016-01-11 07:20:47,1,16.05,,,-73.79154968261719,40.64531707763672,-73.98927307128906,40.77186965942383,2,N,1,52.0,0.0,0.5,0.3,5.0,0.0,57.8 +2,2016-01-14 23:14:25,2016-01-14 23:20:59,1,1.32,,,-74.00129699707031,40.727500915527344,-73.98362731933594,40.72996139526367,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-29 23:45:50,2016-01-29 23:59:14,1,2.72,,,-73.98748016357422,40.68801498413086,-73.94823455810547,40.67829513549805,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-02 23:40:58,2016-01-02 23:46:11,4,1.02,,,-73.98902130126953,40.74388122558594,-73.9786376953125,40.752777099609375,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,9.49 +2,2016-01-21 14:20:06,2016-01-21 14:42:23,1,2.98,,,-73.98550415039062,40.758087158203125,-74.00341796875,40.72039794921875,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-22 15:18:26,2016-01-22 15:26:10,1,0.7,,,-73.97319030761719,40.753875732421875,-73.97312927246094,40.76132583618164,1,N,1,6.5,0.0,0.5,0.3,1.25,0.0,8.55 +1,2016-01-14 09:58:33,2016-01-14 10:16:59,1,1.7,,,-73.9616470336914,40.773712158203125,-73.9802474975586,40.760684967041016,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,14.3 +2,2016-01-17 10:25:12,2016-01-17 10:29:00,1,0.69,,,-74.0042724609375,40.75261306762695,-74.00157165527344,40.74660873413086,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-15 18:43:31,2016-01-15 19:02:05,2,1.89,,,-73.99434661865234,40.71937942504883,-74.00859832763672,40.70951843261719,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-19 07:50:41,2016-01-19 07:55:41,1,1.2,,,-73.97334289550781,40.74756622314453,-73.97003936767578,40.75807571411133,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,8.5 +2,2016-01-10 18:05:42,2016-01-10 18:11:31,5,1.09,,,-73.9681625366211,40.76491165161133,-73.9568862915039,40.77507019042969,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-11 20:18:22,2016-01-11 20:22:57,1,1.2,,,-73.98210144042969,40.76559066772461,-73.98213958740234,40.752994537353516,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-04 13:52:45,2016-01-04 13:55:59,1,0.64,,,-73.97236633300781,40.79132843017578,-73.96611785888672,40.79492950439453,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-21 21:36:05,2016-01-21 21:44:16,1,1.11,,,-73.97518157958984,40.760887145996094,-73.98564910888672,40.747074127197266,1,N,1,7.0,0.5,0.5,0.3,1.2,0.0,9.5 +1,2016-01-17 18:41:27,2016-01-17 18:44:48,1,0.6,,,-73.98091125488281,40.730831146240234,-73.97904968261719,40.73722839355469,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-29 09:16:10,2016-01-29 09:26:57,1,1.21,,,-73.95278930664062,40.78288269042969,-73.95922088623047,40.769161224365234,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-30 14:45:27,2016-01-30 15:00:13,1,3.11,,,-73.97145080566406,40.75831985473633,-73.97942352294922,40.78871154785156,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-14 08:44:03,2016-01-14 09:00:26,1,4.42,,,-73.95066833496094,40.7765007019043,-73.97711944580078,40.738033294677734,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,20.16 +2,2016-01-11 22:45:35,2016-01-11 22:50:16,1,1.45,,,-73.99738311767578,40.75204086303711,-74.00402069091797,40.73297882080078,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,9.75 +1,2016-01-06 18:24:46,2016-01-06 18:35:30,1,1.2,,,-73.99220275878906,40.74916076660156,-73.98017883300781,40.751312255859375,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-10 23:52:51,2016-01-11 00:07:39,2,10.8,,,-73.7882308959961,40.64127731323242,-73.8514404296875,40.758487701416016,1,N,1,29.5,0.5,0.5,0.3,2.0,0.0,32.8 +1,2016-01-06 19:04:21,2016-01-06 19:28:26,1,4.2,,,-73.9724349975586,40.76496887207031,-74.00835418701172,40.721412658691406,1,N,1,17.5,1.0,0.5,0.3,3.85,0.0,23.15 +1,2016-01-21 13:08:49,2016-01-21 13:24:45,1,0.9,,,-73.96426391601562,40.76736831665039,-73.97368621826172,40.757503509521484,1,N,1,11.0,0.0,0.5,0.3,3.5,0.0,15.3 +2,2016-01-15 07:54:00,2016-01-15 08:09:58,5,1.75,,,-73.9467544555664,40.77290344238281,-73.96929931640625,40.78529739379883,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-25 22:30:10,2016-01-25 22:38:23,1,1.78,,,-73.98246765136719,40.762813568115234,-73.99958038330078,40.74243927001953,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-20 11:10:38,2016-01-20 11:41:40,1,5.43,,,-74.00665283203125,40.705848693847656,-73.98204040527344,40.756431579589844,1,N,1,23.0,0.0,0.5,0.3,5.95,0.0,29.75 +2,2016-01-22 22:14:03,2016-01-22 22:20:14,1,0.68,,,-74.00592041015625,40.740081787109375,-73.99999237060547,40.73456954956055,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-12 08:48:16,2016-01-12 09:08:25,1,3.5,,,-73.98880767822266,40.727020263671875,-73.99575805664062,40.76382827758789,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,18.95 +1,2016-01-15 12:48:00,2016-01-15 13:21:23,1,13.4,,,-74.01599884033203,40.71505355834961,-73.87202453613281,40.774471282958984,1,N,1,39.5,0.0,0.5,0.3,8.05,0.0,48.35 +1,2016-01-28 17:50:30,2016-01-28 18:13:09,1,2.5,,,-74.00448608398438,40.74171447753906,-73.9781723022461,40.7523307800293,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-26 09:20:18,2016-01-26 09:31:58,1,0.9,,,-73.9651870727539,40.763919830322266,-73.9772720336914,40.76445770263672,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +2,2016-01-18 10:25:11,2016-01-18 10:44:25,6,5.36,,,-73.86307525634766,40.76877975463867,-73.81197357177734,40.770023345947266,1,N,1,19.5,0.0,0.5,0.3,4.06,0.0,24.36 +2,2016-01-09 00:57:45,2016-01-09 01:12:10,5,5.41,,,-73.99469757080078,40.660118103027344,-74.01162719726562,40.70771026611328,1,N,1,17.5,0.5,0.5,0.3,5.64,0.0,24.44 +1,2016-01-16 09:02:46,2016-01-16 09:20:49,1,4.5,,,-73.90192413330078,40.746334075927734,-73.97008514404297,40.75214385986328,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-06 23:42:57,2016-01-07 00:02:17,1,5.6,,,-73.98081970214844,40.782325744628906,-73.91263580322266,40.764129638671875,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,20.3 +1,2016-01-15 07:26:07,2016-01-15 07:32:14,1,1.0,,,-74.01025390625,40.718650817871094,-73.99884033203125,40.719825744628906,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-17 16:38:28,2016-01-17 16:56:35,1,2.4,,,-73.98249053955078,40.734649658203125,-73.98703002929688,40.75743865966797,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-01 22:22:50,2016-01-01 22:55:35,1,18.45,,,-73.78089904785156,40.64509582519531,-73.9934310913086,40.735862731933594,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-07 18:03:55,2016-01-07 18:05:52,1,0.2,,,-73.98832702636719,40.758766174316406,-73.98625183105469,40.76179122924805,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-26 07:32:54,2016-01-26 07:49:59,1,3.4,,,-74.00660705566406,40.73166275024414,-73.98596954345703,40.77288055419922,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-05 22:38:50,2016-01-05 22:45:17,1,1.3,,,-73.98224639892578,40.76836013793945,-73.99009704589844,40.756690979003906,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-24 14:56:17,2016-01-24 15:26:24,1,8.2,,,-73.95519256591797,40.764347076416016,-73.86442565917969,40.83171844482422,1,N,2,29.5,0.0,0.5,0.3,0.0,0.0,30.3 +2,2016-01-23 02:11:31,2016-01-23 02:33:12,1,6.12,,,-73.98800659179688,40.760040283203125,-73.90496063232422,40.72298049926758,1,N,1,20.5,0.5,0.5,0.3,0.0,5.54,27.34 +2,2016-01-19 07:24:13,2016-01-19 07:30:14,1,1.07,,,-73.95452117919922,40.784175872802734,-73.95890045166016,40.77247619628906,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-09 11:52:23,2016-01-09 12:01:58,1,1.8,,,-73.97652435302734,40.7191047668457,-73.98918151855469,40.734153747558594,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-09 02:56:05,2016-01-09 03:09:22,1,2.47,,,-73.98770141601562,40.72098922729492,-74.00995635986328,40.705841064453125,1,N,1,11.0,0.5,0.5,0.3,1.0,0.0,13.3 +1,2016-01-24 18:19:06,2016-01-24 18:26:11,2,0.8,,,-73.98084259033203,40.764217376708984,-73.97286987304688,40.75657653808594,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-06 10:38:51,2016-01-06 10:49:54,1,2.03,,,-73.99821472167969,40.73554611206055,-73.97569274902344,40.750213623046875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-22 15:44:28,2016-01-22 16:02:27,3,2.8,,,-73.99144744873047,40.74934387207031,-73.9634017944336,40.77275085449219,1,N,1,13.0,0.0,0.5,0.3,2.5,0.0,16.3 +2,2016-01-29 00:25:11,2016-01-29 00:33:52,1,2.1,,,-74.00303649902344,40.733341217041016,-74.00418090820312,40.70766830444336,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-17 14:59:28,2016-01-17 15:11:05,4,1.4,,,-73.98052978515625,40.73055648803711,-73.99515533447266,40.719844818115234,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-27 17:57:38,2016-01-27 18:35:33,1,3.8,,,-73.97317504882812,40.78262710571289,-73.99308776855469,40.737060546875,1,N,1,23.0,1.0,0.5,0.3,1.5,0.0,26.3 +1,2016-01-21 20:43:22,2016-01-21 20:49:04,1,1.1,,,-73.98347473144531,40.74412536621094,-73.99373626708984,40.732078552246094,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-04 12:57:09,2016-01-04 13:06:30,1,1.7,,,-73.95284271240234,40.77247619628906,-73.97954559326172,40.78371047973633,1,N,1,8.5,0.0,0.5,0.3,1.7,0.0,11.0 +2,2016-01-17 19:04:07,2016-01-17 19:09:29,1,1.25,,,-73.9932632446289,40.72249984741211,-74.0015869140625,40.70981216430664,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-16 20:38:48,2016-01-16 21:09:06,1,5.2,,,-74.0051040649414,40.720306396484375,-73.95761108398438,40.779232025146484,1,N,1,22.5,0.5,0.5,0.3,4.75,0.0,28.55 +2,2016-01-15 11:01:05,2016-01-15 11:12:10,1,1.46,,,-73.98764038085938,40.74101638793945,-74.00672912597656,40.7479362487793,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-11 10:56:20,2016-01-11 11:13:05,1,1.74,,,-73.98146057128906,40.768680572509766,-73.9533920288086,40.76670837402344,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +1,2016-01-27 20:35:39,2016-01-27 20:54:52,1,4.0,,,-73.98117065429688,40.76335906982422,-73.94947814941406,40.80214309692383,1,N,1,15.5,0.5,0.5,0.3,5.0,0.0,21.8 +2,2016-01-10 09:44:35,2016-01-10 09:53:28,2,2.34,,,-74.00148010253906,40.73112106323242,-74.0071792602539,40.709999084472656,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-08 22:05:59,2016-01-08 22:38:41,1,4.5,,,-73.98235321044922,40.77262878417969,-73.92095947265625,40.762088775634766,1,N,1,23.5,0.5,0.5,0.3,4.95,0.0,29.75 +1,2016-01-15 13:28:59,2016-01-15 13:42:31,1,1.7,,,-73.97347259521484,40.763526916503906,-73.99195098876953,40.74912643432617,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-30 23:15:39,2016-01-30 23:40:04,1,3.7,,,-73.96131896972656,40.76514434814453,-74.001220703125,40.7365837097168,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,22.55 +2,2016-01-04 22:26:32,2016-01-04 22:33:49,1,1.69,,,-73.99138641357422,40.72968673706055,-73.976318359375,40.749122619628906,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-12 07:20:37,2016-01-12 07:26:09,5,1.08,,,-73.97937774658203,40.77133560180664,-73.98058319091797,40.78306579589844,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-16 15:39:54,2016-01-16 16:06:07,3,4.9,,,-74.00221252441406,40.755760192871094,-73.95361328125,40.78288269042969,1,N,1,21.0,0.0,0.5,0.3,6.5,0.0,28.3 +2,2016-01-20 11:59:32,2016-01-20 12:15:13,1,0.88,,,-73.96499633789062,40.7716064453125,-73.97309875488281,40.764305114746094,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-14 12:47:56,2016-01-14 12:52:21,1,0.5,,,-73.95401000976562,40.766361236572266,-73.9627685546875,40.769569396972656,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +1,2016-01-04 18:34:53,2016-01-04 18:38:21,1,0.7,,,-73.94872283935547,40.77381896972656,-73.95539093017578,40.76863098144531,1,N,1,4.5,1.0,0.5,0.3,1.7,0.0,8.0 +2,2016-01-14 18:05:55,2016-01-14 18:18:25,1,1.2,,,-73.99211120605469,40.742523193359375,-73.97515869140625,40.74155807495117,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-30 11:19:56,2016-01-30 11:23:18,1,0.7,,,0.0,0.0,0.0,0.0,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +2,2016-01-26 05:43:23,2016-01-26 06:10:50,1,7.52,,,-73.97686004638672,40.76412582397461,-73.8718490600586,40.774330139160156,1,N,2,26.0,0.5,0.5,0.3,0.0,0.0,27.3 +2,2016-01-05 21:21:33,2016-01-05 21:42:00,1,9.41,,,-73.86355590820312,40.76985168457031,-73.9666976928711,40.78892135620117,1,N,1,27.5,0.5,0.5,0.3,6.0,5.54,40.34 +2,2016-01-30 01:42:12,2016-01-30 01:44:53,1,0.48,,,-73.99950408935547,40.738834381103516,-74.0037841796875,40.733497619628906,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +1,2016-01-03 03:13:57,2016-01-03 03:28:55,1,4.7,,,-74.00257873535156,40.749935150146484,-73.94729614257812,40.772621154785156,1,N,1,16.0,0.5,0.5,0.3,3.45,0.0,20.75 +1,2016-01-07 19:27:49,2016-01-07 19:39:34,4,2.4,,,-73.98250579833984,40.739952087402344,-73.95744323730469,40.76560592651367,1,N,1,11.0,1.0,0.5,0.3,2.55,0.0,15.35 +1,2016-01-05 14:03:27,2016-01-05 14:11:32,1,1.5,,,-74.005859375,40.74016189575195,-74.00297546386719,40.723453521728516,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-20 18:25:25,2016-01-20 18:37:18,1,1.8,,,-73.94469451904297,40.79146957397461,-73.947021484375,40.77177810668945,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-13 06:09:38,2016-01-13 06:41:09,1,17.7,,,-73.95714569091797,40.74547576904297,-73.77637481689453,40.64601135253906,1,N,1,49.5,0.0,0.5,0.3,12.55,0.0,62.85 +1,2016-01-08 17:42:26,2016-01-08 17:49:38,2,1.2,,,-73.96577453613281,40.77420425415039,-73.951171875,40.77880859375,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-29 20:13:16,2016-01-29 20:22:30,1,1.28,,,-73.97354888916016,40.763038635253906,-73.97853088378906,40.773929595947266,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-28 09:08:12,2016-01-28 09:21:59,1,1.31,,,-73.95511627197266,40.76919174194336,-73.96853637695312,40.76108169555664,1,N,1,9.5,0.0,0.5,0.3,1.7,0.0,12.0 +2,2016-01-23 06:15:20,2016-01-23 06:21:11,1,1.11,,,-73.96502685546875,40.766510009765625,-73.98191833496094,40.7705192565918,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-29 18:17:00,2016-01-29 19:06:40,2,18.9,,,-73.79227447509766,40.64516830444336,-73.95753479003906,40.779693603515625,2,N,1,52.0,0.0,0.5,0.3,14.55,5.54,72.89 +2,2016-01-12 07:38:24,2016-01-12 07:47:41,3,2.11,,,-74.0015869140625,40.73511505126953,-73.9736557006836,40.7435417175293,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-03 10:24:06,2016-01-03 10:31:47,1,2.5,,,-73.93156433105469,40.7599983215332,-73.96722412109375,40.756744384765625,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-21 21:16:09,2016-01-21 21:32:04,2,3.09,,,-73.9798812866211,40.73493576049805,-73.9513168334961,40.77405548095703,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +1,2016-01-17 16:31:16,2016-01-17 16:36:06,1,1.0,,,0.0,0.0,-73.97595977783203,40.787986755371094,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-13 12:29:19,2016-01-13 12:39:22,6,1.19,,,-73.97770690917969,40.75714111328125,-73.99108123779297,40.74885940551758,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-29 19:17:15,2016-01-29 19:35:10,1,2.5,,,-73.95510864257812,40.689273834228516,-73.95439147949219,40.71896743774414,1,N,1,13.5,1.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-01 01:12:13,2016-01-01 01:21:03,1,1.91,,,-73.9853286743164,40.7473258972168,-73.96611785888672,40.763118743896484,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +2,2016-01-30 03:58:49,2016-01-30 04:13:23,1,3.47,,,-73.99453735351562,40.71925735473633,-73.96500396728516,40.763431549072266,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,15.3 +1,2016-01-15 11:53:39,2016-01-15 12:15:18,1,2.3,,,-73.97908020019531,40.74430465698242,-73.95594024658203,40.76800537109375,1,N,1,15.0,0.0,0.5,0.3,2.0,0.0,17.8 +2,2016-01-11 07:46:18,2016-01-11 07:51:03,5,0.43,,,-73.95828247070312,40.800048828125,-73.96550750732422,40.80295944213867,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,7.25 +1,2016-01-23 00:18:27,2016-01-23 00:25:44,1,1.5,,,-73.9637451171875,40.706512451171875,-73.95533752441406,40.689456939697266,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-19 20:18:46,2016-01-19 20:26:49,6,1.41,,,-73.97222900390625,40.759483337402344,-73.97454071044922,40.7442626953125,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +1,2016-01-30 16:51:21,2016-01-30 17:16:05,1,5.4,,,-73.91873168945312,40.75387954711914,-73.94544219970703,40.79069519042969,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +1,2016-01-15 19:23:19,2016-01-15 19:30:03,1,1.2,,,-73.97766876220703,40.78904724121094,-73.98008728027344,40.77615737915039,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-11 21:45:47,2016-01-11 21:58:20,1,4.64,,,-73.97064971923828,40.758148193359375,-73.99414825439453,40.71048355102539,1,N,1,15.5,0.5,0.5,0.3,5.04,0.0,21.84 +1,2016-01-02 21:38:33,2016-01-02 21:48:31,1,1.8,,,-73.98798370361328,40.764915466308594,-73.98934936523438,40.743934631347656,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-25 19:56:40,2016-01-25 20:06:38,1,1.8,,,-73.98017120361328,40.78066635131836,-73.96748352050781,40.803043365478516,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-04 09:37:52,2016-01-04 09:47:40,1,1.7,,,-73.97578430175781,40.787025451660156,-73.95220184326172,40.78408432006836,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-08 22:40:12,2016-01-08 22:42:09,1,0.5,,,-73.95677185058594,40.762847900390625,-73.95191955566406,40.76936721801758,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-08 17:13:16,2016-01-08 17:16:14,1,0.41,,,-73.9787368774414,40.77754592895508,-73.98120880126953,40.781150817871094,1,N,1,4.0,1.0,0.5,0.3,1.04,0.0,6.84 +2,2016-01-14 08:31:06,2016-01-14 08:44:15,1,2.09,,,-73.96719360351562,40.80371856689453,-73.98226165771484,40.7767333984375,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-08 20:40:03,2016-01-08 20:52:19,1,2.28,,,-73.97860717773438,40.752540588378906,-73.98899841308594,40.77436828613281,1,N,1,10.5,0.5,0.5,0.3,1.0,0.0,12.8 +1,2016-01-13 18:05:47,2016-01-13 18:22:36,1,2.8,,,-73.99151611328125,40.74248504638672,-74.01031494140625,40.70902633666992,1,N,1,12.5,1.0,0.5,0.3,2.85,0.0,17.15 +1,2016-01-17 10:09:00,2016-01-17 10:36:11,1,17.5,,,-73.78196716308594,40.64458084106445,-73.98505401611328,40.71918869018555,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +2,2016-01-17 23:08:12,2016-01-17 23:29:38,4,15.71,,,-73.87491607666016,40.77405548095703,-74.01461029052734,40.708335876464844,1,N,1,42.5,0.5,0.5,0.3,12.34,5.54,61.68 +1,2016-01-21 21:04:42,2016-01-21 21:09:49,1,1.3,,,-73.99356842041016,40.741676330566406,-73.99014282226562,40.756675720214844,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-29 22:06:04,2016-01-29 22:16:09,5,1.72,,,-73.9813232421875,40.781158447265625,-73.9939193725586,40.761531829833984,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-18 12:11:19,2016-01-18 12:20:22,1,1.03,,,-73.96997833251953,40.759456634521484,-73.9856948852539,40.7629508972168,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-15 11:50:14,2016-01-15 12:28:44,1,15.2,,,-73.87297821044922,40.77423858642578,-74.00547790527344,40.714996337890625,1,N,1,47.0,0.0,0.5,0.3,10.65,5.54,63.99 +1,2016-01-08 22:47:27,2016-01-08 22:54:58,1,1.5,,,-73.99188232421875,40.769493103027344,-73.9941177368164,40.75257873535156,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-18 13:23:26,2016-01-18 13:43:20,1,5.8,,,-74.00897979736328,40.7044792175293,-73.97703552246094,40.759239196777344,1,N,1,20.5,0.0,0.5,0.3,3.0,0.0,24.3 +1,2016-01-12 07:40:04,2016-01-12 08:05:22,1,6.1,,,-73.95639038085938,40.77584457397461,-73.9371566772461,40.849029541015625,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,30.36 +1,2016-01-14 20:00:38,2016-01-14 20:14:31,1,1.6,,,-73.96949768066406,40.753787994384766,-73.99038696289062,40.75270462036133,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-21 19:42:19,2016-01-21 19:54:49,6,2.25,,,-73.97463989257812,40.757259368896484,-73.94982147216797,40.77635955810547,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-02 20:31:13,2016-01-02 20:43:23,2,2.4,,,-73.95648956298828,40.771297454833984,-73.97348022460938,40.79266357421875,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-05 18:37:56,2016-01-05 18:53:50,3,2.18,,,-74.00642395019531,40.75117111206055,-73.99156951904297,40.73029327392578,1,N,1,12.0,1.0,0.5,0.3,1.5,0.0,15.3 +2,2016-01-20 20:03:45,2016-01-20 20:30:12,1,5.7,,,-74.00714874267578,40.72746276855469,-73.95478057861328,40.78757858276367,1,N,2,21.0,0.5,0.5,0.3,0.0,0.0,22.3 +2,2016-01-22 16:44:28,2016-01-22 17:14:22,1,8.81,,,-73.86363983154297,40.76968765258789,-73.97416687011719,40.74413299560547,1,N,1,28.5,1.0,0.5,0.3,7.0,5.54,42.84 +1,2016-01-16 20:50:39,2016-01-16 20:59:21,2,2.2,,,-73.95439910888672,40.778079986572266,-73.95213317871094,40.80308532714844,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-10 13:18:30,2016-01-10 13:33:56,4,3.9,,,-74.00569152832031,40.71160125732422,-74.0026626586914,40.75617218017578,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +2,2016-01-20 17:34:46,2016-01-20 17:43:03,1,1.02,,,-74.00096893310547,40.7418098449707,-73.98648834228516,40.73479080200195,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-07 12:36:08,2016-01-07 12:45:05,1,1.12,,,-73.98421478271484,40.74336242675781,-73.97718048095703,40.75587463378906,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-07 15:20:17,2016-01-07 15:39:02,5,1.76,,,-73.96903991699219,40.78554153442383,-73.95189666748047,40.76938247680664,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +1,2016-01-13 12:53:04,2016-01-13 13:01:00,1,0.9,,,-73.98374938964844,40.74679183959961,-73.97551727294922,40.757789611816406,1,N,1,6.5,0.0,0.5,0.3,2.15,0.0,9.45 +2,2016-01-04 12:43:06,2016-01-04 12:44:57,1,0.15,,,-73.99150848388672,40.73257827758789,-73.9902114868164,40.73208236694336,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +2,2016-01-15 23:12:33,2016-01-15 23:34:48,1,9.73,,,-73.87320709228516,40.77402114868164,-74.00167846679688,40.719207763671875,1,N,1,29.5,0.5,0.5,0.3,6.16,0.0,36.96 +1,2016-01-21 07:15:27,2016-01-21 07:27:49,1,1.9,,,-73.9760971069336,40.74831771850586,-73.9810562133789,40.76774215698242,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,13.5 +1,2016-01-08 15:14:52,2016-01-08 15:24:01,1,1.7,,,-73.97269439697266,40.749813079833984,-73.95513916015625,40.76561737060547,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-10 20:02:30,2016-01-10 20:12:46,1,1.73,,,-73.98922729492188,40.757511138916016,-73.96482849121094,40.75830078125,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-21 16:00:10,2016-01-21 16:02:31,1,0.64,,,-73.97144317626953,40.763736724853516,-73.9649887084961,40.769805908203125,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-11 14:30:06,2016-01-11 14:38:53,1,1.56,,,-73.98584747314453,40.73828887939453,-74.0044937133789,40.73067855834961,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-01 19:51:37,2016-01-01 20:05:40,1,4.73,,,-73.98583984375,40.73101043701172,-73.98970794677734,40.70246887207031,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-19 14:52:16,2016-01-19 15:10:15,1,1.8,,,-73.98217010498047,40.77854919433594,-73.97000122070312,40.76192855834961,1,N,1,12.5,0.0,0.5,0.3,3.3,0.0,16.6 +2,2016-01-19 23:02:31,2016-01-19 23:31:09,1,11.23,,,-73.88523864746094,40.772979736328125,-73.9845199584961,40.782470703125,1,N,1,34.5,0.5,0.5,0.3,7.16,0.0,42.96 +2,2016-01-27 16:50:58,2016-01-27 17:01:20,5,1.95,,,-73.95014953613281,40.772003173828125,-73.96570587158203,40.75414276123047,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-17 16:11:15,2016-01-17 16:23:25,6,1.95,,,-73.95308685302734,40.78010177612305,-73.97257995605469,40.76239013671875,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-08 10:08:41,2016-01-08 10:31:18,2,2.1,,,-73.96214294433594,40.77924346923828,-73.98231506347656,40.768741607666016,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-12 22:25:17,2016-01-12 22:35:32,1,1.81,,,-74.01053619384766,40.70452117919922,-74.0028305053711,40.72351837158203,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-29 12:58:19,2016-01-29 13:08:48,1,1.0,,,-73.97438049316406,40.783355712890625,-73.98667907714844,40.77718734741211,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,10.8 +2,2016-01-07 21:57:31,2016-01-07 22:15:48,1,2.88,,,-73.98401641845703,40.78044891357422,-73.94734954833984,40.77272033691406,1,N,1,14.5,0.5,0.5,0.3,3.95,0.0,19.75 +1,2016-01-20 21:18:22,2016-01-20 21:32:43,1,7.5,,,-74.01496124267578,40.713584899902344,-73.95601654052734,40.770565032958984,1,N,1,22.0,0.5,0.5,0.3,4.65,0.0,27.95 +2,2016-01-28 23:33:01,2016-01-28 23:45:46,1,3.2,,,-74.00807189941406,40.74005889892578,-73.98882293701172,40.7741813659668,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,15.8 +2,2016-01-04 15:08:00,2016-01-04 15:11:47,5,1.11,,,-73.98223876953125,40.77301788330078,-73.98823547363281,40.75994873046875,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-19 08:33:52,2016-01-19 09:12:17,5,6.59,,,-74.01715087890625,40.705406188964844,-73.98657989501953,40.75519561767578,1,N,1,28.0,0.0,0.5,0.3,5.76,0.0,34.56 +2,2016-01-15 21:20:27,2016-01-15 21:59:49,1,12.26,,,-73.9939193725586,40.74652099609375,-73.82344818115234,40.750938415527344,1,N,2,40.0,0.5,0.5,0.3,0.0,0.0,41.3 +2,2016-01-22 23:34:58,2016-01-22 23:41:43,1,1.65,,,-73.9705581665039,40.76401901245117,-73.95501708984375,40.780250549316406,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-10 09:55:36,2016-01-10 10:02:19,5,1.68,,,-73.97454833984375,40.78334045410156,-73.95765686035156,40.779571533203125,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-30 14:06:38,2016-01-30 14:15:36,1,1.39,,,-73.99748992919922,40.72454833984375,-74.0066909790039,40.70867919921875,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-21 13:15:06,2016-01-21 13:33:01,1,1.3,,,-73.9637680053711,40.76546859741211,-73.98113250732422,40.76913833618164,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-29 08:35:28,2016-01-29 09:02:53,2,5.5,,,-73.9813232421875,40.769046783447266,-74.01471710205078,40.711524963378906,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,22.3 +1,2016-01-16 11:57:00,2016-01-16 12:07:03,1,1.2,,,-73.99021911621094,40.751548767089844,-73.97725677490234,40.75202178955078,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-03 03:40:45,2016-01-03 03:48:07,3,1.7,,,-73.97059631347656,40.76277542114258,-73.98703002929688,40.74692916870117,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-22 08:22:49,2016-01-22 08:29:31,1,0.8,,,-73.987060546875,40.771095275878906,-73.97949981689453,40.781612396240234,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-27 13:17:54,2016-01-27 13:50:41,1,7.92,,,-73.87450408935547,40.77400588989258,-73.94883728027344,40.773582458496094,1,N,1,29.5,0.0,0.5,0.3,7.17,5.54,43.01 +2,2016-01-05 19:22:01,2016-01-05 19:25:50,1,0.64,,,-73.98069763183594,40.75502014160156,-73.98175811767578,40.74734878540039,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-09 12:02:24,2016-01-09 12:08:45,2,1.27,,,-73.90428924560547,40.75226974487305,-73.91986083984375,40.74671936035156,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-11 16:22:11,2016-01-11 16:29:30,2,0.7,,,-73.98040771484375,40.75432586669922,-73.98983764648438,40.74715805053711,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-28 19:28:32,2016-01-28 19:45:46,1,2.32,,,-73.97830200195312,40.752410888671875,-74.00138092041016,40.731082916259766,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-11 12:13:36,2016-01-11 12:21:00,3,1.05,,,-73.96338653564453,40.765968322753906,-73.95413970947266,40.77886962890625,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-22 00:43:19,2016-01-22 01:02:45,1,4.2,,,-74.0060806274414,40.73474884033203,-73.97004699707031,40.694374084472656,1,N,1,16.5,0.5,0.5,0.3,2.0,0.0,19.8 +2,2016-01-16 03:12:10,2016-01-16 03:22:38,2,3.42,,,-73.98551940917969,40.74462127685547,-73.98458862304688,40.78239822387695,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-11 20:48:17,2016-01-11 20:58:06,1,1.3,,,-73.97728729248047,40.76454544067383,-73.98973846435547,40.760616302490234,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-08 20:21:03,2016-01-08 20:26:52,1,0.4,,,0.0,0.0,0.0,0.0,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-21 17:24:04,2016-01-21 17:30:27,1,0.5,,,-73.97833251953125,40.741737365722656,-73.98677825927734,40.74545669555664,1,N,1,5.5,1.0,0.5,0.3,1.2,0.0,8.5 +2,2016-01-21 09:51:38,2016-01-21 09:58:50,1,0.6,,,-73.99263000488281,40.74306869506836,-73.996337890625,40.74834060668945,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-11 21:59:31,2016-01-11 22:06:54,1,0.95,,,-73.99488830566406,40.75271987915039,-73.98475646972656,40.74531936645508,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-01 00:16:41,2016-01-01 00:40:31,1,12.18,,,-73.9681625366211,40.7596435546875,-73.82514953613281,40.691619873046875,1,N,1,35.0,0.5,0.5,0.3,10.89,0.0,47.19 +1,2016-01-30 00:13:51,2016-01-30 00:20:12,2,0.8,,,-73.9675521850586,40.76021957397461,-73.98137664794922,40.765869140625,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 17:02:50,2016-01-07 17:07:02,1,1.2,,,-73.977294921875,40.7844352722168,-73.96635437011719,40.794437408447266,1,N,1,5.5,1.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-09 18:48:15,2016-01-09 18:54:21,1,1.1,,,-73.96662902832031,40.7646598815918,-73.97251892089844,40.751556396484375,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-26 20:08:44,2016-01-26 20:15:58,2,1.48,,,-73.99044036865234,40.7188835144043,-73.98806762695312,40.73517608642578,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +1,2016-01-12 23:33:53,2016-01-12 23:35:12,1,0.5,,,-74.00530242919922,40.740108489990234,-74.0032730102539,40.73418045043945,1,N,1,3.5,0.5,0.5,0.3,1.2,0.0,6.0 +2,2016-01-10 14:47:03,2016-01-10 14:50:43,1,0.83,,,-73.95428466796875,40.778865814208984,-73.94725036621094,40.771728515625,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-11 11:35:28,2016-01-11 11:37:51,1,0.46,,,-73.98414611816406,40.737396240234375,-73.98389434814453,40.742393493652344,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +1,2016-01-04 12:16:10,2016-01-04 12:18:37,1,0.6,,,-73.97991943359375,40.770938873291016,-73.97481536865234,40.77775955200195,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-17 14:02:26,2016-01-17 14:23:56,1,1.5,,,-73.99995422363281,40.72174072265625,-73.98749542236328,40.71150588989258,1,N,1,13.5,0.0,0.5,0.3,1.0,0.0,15.3 +2,2016-01-20 22:44:08,2016-01-20 23:05:00,4,4.4,,,-73.9851303100586,40.72357940673828,-73.99312591552734,40.76678466796875,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +1,2016-01-30 22:50:29,2016-01-30 23:02:35,2,1.0,,,-73.98469543457031,40.728572845458984,-73.99885559082031,40.732032775878906,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +2,2016-01-18 18:39:30,2016-01-18 19:06:53,1,9.22,,,-73.86332702636719,40.76982116699219,-73.9866714477539,40.75025177001953,1,N,2,28.5,0.0,0.5,0.3,0.0,5.54,34.84 +1,2016-01-20 18:03:15,2016-01-20 18:09:55,1,0.9,,,-73.9891586303711,40.741844177246094,-74.00537109375,40.74829864501953,1,Y,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-20 18:14:32,2016-01-20 18:58:35,1,6.5,,,-73.98970031738281,40.74178695678711,-73.93492889404297,40.690269470214844,1,N,1,29.5,1.0,0.5,0.3,6.25,0.0,37.55 +2,2016-01-29 20:29:57,2016-01-29 20:36:35,6,0.6,,,-73.99609375,40.73240280151367,-74.0027847290039,40.727264404296875,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-13 14:44:54,2016-01-13 14:59:56,1,1.66,,,-73.99358367919922,40.73301696777344,-73.98119354248047,40.750205993652344,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-09 22:50:19,2016-01-09 22:54:48,1,1.33,,,-73.95291137695312,40.780418395996094,-73.94738006591797,40.79399871826172,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-11 05:54:17,2016-01-11 05:59:20,3,1.48,,,-73.9709701538086,40.74816131591797,-73.96708679199219,40.76398849487305,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-08 08:39:28,2016-01-08 08:53:15,2,3.5,,,-74.00051879882812,40.727291107177734,-73.95756530761719,40.72049331665039,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-25 16:54:49,2016-01-25 17:06:20,1,1.8,,,-74.01520538330078,40.71540069580078,-74.00218963623047,40.7346305847168,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-17 09:52:03,2016-01-17 10:15:27,1,6.51,,,-73.95928955078125,40.76796340942383,-73.87349700927734,40.74606704711914,1,N,1,22.5,0.0,0.5,0.3,5.82,0.0,29.12 +2,2016-01-09 11:46:59,2016-01-09 11:59:41,1,2.14,,,-73.97489929199219,40.790618896484375,-73.98377990722656,40.761741638183594,1,N,1,10.5,0.0,0.5,0.3,3.39,0.0,14.69 +2,2016-01-02 12:04:34,2016-01-02 12:05:25,2,0.25,,,-73.95183563232422,40.773681640625,-73.94832611083984,40.77824401855469,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +1,2016-01-08 12:36:59,2016-01-08 13:20:30,1,9.7,,,-73.95940399169922,40.767478942871094,-73.875,40.87283706665039,1,N,1,35.0,0.0,0.5,0.3,2.0,0.0,37.8 +2,2016-01-06 18:21:15,2016-01-06 18:23:54,2,0.58,,,-73.95826721191406,40.778385162353516,-73.95338439941406,40.7835807800293,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-19 10:57:16,2016-01-19 11:06:09,1,1.11,,,-73.96732330322266,40.76610565185547,-73.9821548461914,40.775245666503906,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-20 19:01:21,2016-01-20 19:08:18,1,0.85,,,-73.98847961425781,40.77867126464844,-73.98226165771484,40.772098541259766,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,10.38 +1,2016-01-05 18:02:59,2016-01-05 18:11:43,1,1.4,,,-73.99079132080078,40.755645751953125,-73.98152923583984,40.772071838378906,1,N,1,8.0,1.0,0.5,0.3,2.9,0.0,12.7 +2,2016-01-06 16:14:34,2016-01-06 16:18:52,1,1.04,,,-73.97332763671875,40.75204849243164,-73.98001098632812,40.73937225341797,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-01 23:14:02,2016-01-01 23:20:05,1,1.53,,,-73.98007202148438,40.73896026611328,-73.982177734375,40.723785400390625,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +1,2016-01-30 18:03:22,2016-01-30 18:32:40,1,6.0,,,-73.98213958740234,40.77124786376953,-73.90301513671875,40.77070617675781,1,N,1,23.5,0.0,0.5,0.3,4.85,0.0,29.15 +1,2016-01-09 02:09:34,2016-01-09 02:37:13,1,7.5,,,-73.99211120605469,40.748592376708984,-73.88636779785156,40.745609283447266,1,Y,2,26.0,0.5,0.5,0.3,0.0,0.0,27.3 +1,2016-01-28 09:28:27,2016-01-28 09:42:47,1,1.5,,,-73.99059295654297,40.756492614746094,-73.9847412109375,40.742042541503906,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +1,2016-01-30 19:17:18,2016-01-30 19:25:50,1,1.0,,,-74.00052642822266,40.718326568603516,-74.00445556640625,40.708030700683594,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-17 00:59:24,2016-01-17 01:16:52,1,5.63,,,-73.98182678222656,40.75600814819336,-73.94550323486328,40.8178596496582,1,N,1,18.0,0.5,0.5,0.3,3.86,0.0,23.16 +1,2016-01-30 18:06:44,2016-01-30 18:20:40,2,1.7,,,-74.00579071044922,40.74094009399414,-73.98394012451172,40.744476318359375,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-08 21:10:19,2016-01-08 21:14:15,1,0.98,,,-74.00125885009766,40.75690841674805,-73.99740600585938,40.747318267822266,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-10 23:26:29,2016-01-10 23:43:24,2,6.48,,,0.0,0.0,0.0,0.0,1,N,1,20.5,0.5,0.5,0.3,5.45,0.0,27.25 +2,2016-01-02 00:14:27,2016-01-02 00:29:29,1,3.14,,,-73.99346923828125,40.751983642578125,-74.0016860961914,40.71705627441406,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,17.76 +1,2016-01-23 00:42:39,2016-01-23 00:55:09,3,1.4,,,-73.98973846435547,40.7205810546875,-73.97828674316406,40.724937438964844,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-08 05:07:44,2016-01-08 05:27:46,1,4.8,,,-73.98306274414062,40.76650619506836,-73.92205047607422,40.73597717285156,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,19.3 +2,2016-01-10 12:00:08,2016-01-10 12:00:12,1,0.0,,,0.0,0.0,-73.94397735595703,40.708038330078125,1,N,1,2.5,0.0,0.5,0.3,4.0,0.0,7.3 +2,2016-01-09 23:37:14,2016-01-09 23:47:00,4,1.63,,,-73.99642181396484,40.744380950927734,-73.98485565185547,40.75950241088867,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-15 19:30:57,2016-01-15 19:45:05,2,1.86,,,-73.95635986328125,40.763118743896484,-73.98243713378906,40.76189041137695,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,13.3 +2,2016-01-03 16:52:26,2016-01-03 17:07:38,2,2.34,,,-73.9435806274414,40.8206787109375,-73.938232421875,40.79644012451172,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-10 23:02:09,2016-01-10 23:19:15,3,2.87,,,-73.98155975341797,40.73271179199219,-73.98757934570312,40.76219177246094,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +2,2016-01-02 10:27:35,2016-01-02 10:30:56,1,0.68,,,-73.97923278808594,40.729888916015625,-73.99012756347656,40.73040008544922,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-21 10:17:40,2016-01-21 10:40:00,6,2.05,,,-73.99382781982422,40.74165344238281,-73.99539947509766,40.76374435424805,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +2,2016-01-02 09:41:44,2016-01-02 09:45:49,2,1.06,,,-73.99429321289062,40.75174331665039,-74.00472259521484,40.741668701171875,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-07 21:31:26,2016-01-07 21:42:38,1,1.9,,,-73.96833038330078,40.761356353759766,-73.98273468017578,40.7771110534668,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-28 16:58:38,2016-01-28 17:17:22,1,5.7,,,-73.94692993164062,40.772525787353516,-74.00019073486328,40.72498321533203,1,N,1,19.5,1.0,0.5,0.3,4.25,0.0,25.55 +2,2016-01-13 20:58:15,2016-01-13 21:23:33,1,10.51,,,-73.8709487915039,40.773738861083984,-74.00093841552734,40.731868743896484,1,N,1,32.0,0.5,0.5,0.3,6.66,0.0,39.96 +1,2016-01-01 16:02:07,2016-01-01 16:14:39,1,3.4,,,-73.9890365600586,40.73090744018555,-73.95574951171875,40.772464752197266,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-09 20:16:48,2016-01-09 20:22:30,1,0.7,,,-74.00143432617188,40.73115539550781,-73.9903335571289,40.72657012939453,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-29 13:08:57,2016-01-29 13:17:51,2,1.2,,,-73.96154022216797,40.779972076416016,-73.97314453125,40.764095306396484,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-14 17:54:12,2016-01-14 18:07:46,1,1.72,,,-73.98479461669922,40.74248504638672,-73.99687194824219,40.7250862121582,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-20 22:26:35,2016-01-20 22:34:18,1,1.6,,,-73.97640991210938,40.785831451416016,-73.95590209960938,40.776023864746094,1,N,1,8.0,0.5,0.5,0.3,1.4,0.0,10.7 +1,2016-01-02 15:32:58,2016-01-02 15:44:54,1,1.5,,,0.0,0.0,0.0,0.0,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-21 06:36:56,2016-01-21 06:42:17,1,0.59,,,-73.95594787597656,40.77653121948242,-73.956787109375,40.78118133544922,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-30 10:56:05,2016-01-30 11:10:12,1,2.63,,,-73.98873138427734,40.76359176635742,-73.95658874511719,40.768978118896484,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +1,2016-01-09 13:39:12,2016-01-09 13:43:43,3,0.5,,,-73.95457458496094,40.7696647644043,-73.9482421875,40.774662017822266,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-22 19:15:38,2016-01-22 19:26:15,2,1.07,,,-73.98206329345703,40.778785705566406,-73.98253631591797,40.764652252197266,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-04 18:06:58,2016-01-04 18:17:47,1,1.3,,,-73.9939956665039,40.74648666381836,-73.97815704345703,40.75236129760742,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-17 02:42:59,2016-01-17 02:56:46,1,4.1,,,-73.98387145996094,40.74075698852539,-73.9452133178711,40.788414001464844,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-23 00:45:59,2016-01-23 00:55:10,1,1.9,,,-73.98785400390625,40.75815963745117,-73.9900131225586,40.77473831176758,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +1,2016-01-21 05:22:14,2016-01-21 05:25:27,1,0.8,,,-73.9703140258789,40.78423309326172,-73.98100280761719,40.78089141845703,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +2,2016-01-09 00:19:40,2016-01-09 00:25:58,1,1.23,,,-73.9798355102539,40.76578140258789,-73.99124145507812,40.75018310546875,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 08:27:34,2016-01-07 08:33:51,4,1.1,,,-74.00900268554688,40.71409606933594,-74.00233459472656,40.72947311401367,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,9.1 +2,2016-01-07 13:22:45,2016-01-07 13:32:35,2,1.82,,,-73.9963150024414,40.73188781738281,-74.00747680664062,40.714908599853516,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-26 12:56:11,2016-01-26 13:16:45,1,1.1,,,-73.98381805419922,40.76636505126953,-73.9887924194336,40.752357482910156,1,N,1,13.0,0.0,0.5,0.3,1.0,0.0,14.8 +2,2016-01-05 21:05:24,2016-01-05 21:21:19,2,4.08,,,-73.99144744873047,40.737518310546875,-73.99590301513672,40.69327163696289,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,18.96 +2,2016-01-03 04:03:58,2016-01-03 04:17:30,6,5.27,,,-73.9914779663086,40.75001907348633,-73.91475677490234,40.744510650634766,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +1,2016-01-05 09:18:12,2016-01-05 09:20:07,1,0.1,,,-73.98193359375,40.77632522583008,-73.98200988769531,40.77377700805664,1,N,1,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +1,2016-01-30 00:59:32,2016-01-30 01:31:46,3,16.2,,,-73.99138641357422,40.75975799560547,-74.07330322265625,40.59897232055664,1,Y,2,45.5,0.5,0.5,0.3,0.0,16.62,63.42 +2,2016-01-21 15:45:06,2016-01-21 15:52:37,3,0.9,,,-73.98240661621094,40.76472091674805,-73.97480010986328,40.75672912597656,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-07 07:30:03,2016-01-07 07:40:39,1,2.1,,,-73.9649658203125,40.79155349731445,-73.98433685302734,40.76832580566406,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-26 10:12:57,2016-01-26 10:38:07,1,1.6,,,-73.9891586303711,40.747982025146484,-73.9711685180664,40.76142501831055,1,N,1,15.5,0.0,0.5,0.3,1.5,0.0,17.8 +2,2016-01-20 23:51:15,2016-01-21 00:06:22,1,3.02,,,-73.97405242919922,40.756778717041016,-73.99536895751953,40.721561431884766,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,17.88 +2,2016-01-24 13:42:29,2016-01-24 13:46:34,6,0.74,,,-73.98601531982422,40.74095916748047,-73.98016357421875,40.74924087524414,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-09 10:23:20,2016-01-09 10:39:24,1,5.21,,,-73.95230865478516,40.772850036621094,-73.99211883544922,40.71615982055664,1,N,1,17.5,0.0,0.5,0.3,3.0,0.0,21.3 +1,2016-01-29 22:37:36,2016-01-29 22:43:55,2,0.8,,,0.0,0.0,0.0,0.0,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-27 07:47:37,2016-01-27 07:52:05,1,0.4,,,-73.97284698486328,40.74373245239258,-73.98068237304688,40.746864318847656,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,7.5 +1,2016-01-26 18:42:22,2016-01-26 18:47:17,1,0.4,,,-73.97114562988281,40.76185989379883,-73.97481536865234,40.756507873535156,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-20 19:10:47,2016-01-20 19:25:57,1,2.4,,,-73.9809799194336,40.74174880981445,-73.98965454101562,40.76622772216797,1,N,1,11.5,1.0,0.5,0.3,3.0,0.0,16.3 +2,2016-01-24 23:41:44,2016-01-24 23:51:19,1,1.97,,,-73.99658966064453,40.73170852661133,-74.00619506835938,40.71007537841797,1,N,1,8.5,0.5,0.5,0.3,5.0,0.0,14.8 +2,2016-01-16 15:12:57,2016-01-16 15:33:19,4,3.42,,,-74.00762176513672,40.72501754760742,-73.97596740722656,40.765647888183594,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-10 00:59:50,2016-01-10 01:27:03,5,5.86,,,-73.9431381225586,40.707176208496094,-73.99066162109375,40.750587463378906,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,28.56 +2,2016-01-28 07:01:48,2016-01-28 07:07:42,1,0.73,,,-73.9891357421875,40.74540328979492,-73.97838592529297,40.741390228271484,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-21 15:45:19,2016-01-21 16:02:19,1,1.66,,,-73.9753646850586,40.77705001831055,-73.97624206542969,40.75953674316406,1,N,1,11.5,0.0,0.5,0.3,1.0,0.0,13.3 +1,2016-01-08 00:25:26,2016-01-08 00:31:35,1,1.7,,,-73.94343566894531,40.717559814453125,-73.9568099975586,40.732879638671875,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-14 12:29:48,2016-01-14 12:38:15,1,0.7,,,-73.96624755859375,40.76481628417969,-73.96472930908203,40.772823333740234,1,N,1,7.0,0.0,0.5,0.3,1.17,0.0,8.97 +2,2016-01-15 21:20:31,2016-01-15 21:30:51,6,3.17,,,-74.00761413574219,40.724761962890625,-73.9966812133789,40.76347351074219,1,N,1,12.0,0.5,0.5,0.3,1.0,0.0,14.3 +1,2016-01-10 14:08:51,2016-01-10 14:13:58,1,0.7,,,-73.98825073242188,40.720088958740234,-73.98711395263672,40.729061126708984,1,N,1,5.5,0.0,0.5,0.3,1.55,0.0,7.85 +1,2016-01-08 09:45:22,2016-01-08 09:52:22,1,0.9,,,-73.96269989013672,40.75812530517578,-73.97533416748047,40.755496978759766,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 16:33:00,2016-01-22 16:40:53,6,1.01,,,-73.98779296875,40.74998092651367,-73.97138214111328,40.74665832519531,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-05 14:06:27,2016-01-05 14:10:49,1,0.7,,,-73.96099090576172,40.76484298706055,-73.9693832397461,40.76299285888672,1,N,1,5.0,0.0,0.5,0.3,2.0,0.0,7.8 +1,2016-01-12 22:17:33,2016-01-12 22:33:03,2,1.5,,,-73.98405456542969,40.7739372253418,-73.9671630859375,40.78857421875,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-16 21:52:29,2016-01-16 22:09:03,2,2.4,,,-73.98912811279297,40.72130584716797,-73.98046875,40.74816131591797,1,N,1,12.0,0.5,0.5,0.3,2.65,0.0,15.95 +2,2016-01-05 15:19:56,2016-01-05 15:41:34,2,9.39,,,-73.99138641357422,40.746456146240234,-73.87066650390625,40.773860931396484,1,N,2,27.5,0.0,0.5,0.3,0.0,5.54,33.84 +1,2016-01-09 05:51:34,2016-01-09 05:56:37,1,1.9,,,-73.96903228759766,40.75816345214844,-73.95001983642578,40.7805061340332,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-29 13:04:57,2016-01-29 13:21:10,1,0.8,,,-73.99004364013672,40.73741912841797,-73.98368072509766,40.74695587158203,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-11 19:12:02,2016-01-11 19:16:19,1,1.0,,,-73.9671401977539,40.75654220581055,-73.97456359863281,40.74418258666992,1,N,1,5.5,1.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-30 13:07:02,2016-01-30 13:24:13,1,6.3,,,-74.01012420654297,40.70585632324219,-73.97057342529297,40.76495361328125,1,N,1,20.5,0.0,0.5,0.3,5.0,0.0,26.3 +2,2016-01-19 13:48:52,2016-01-19 14:24:28,5,17.92,,,-73.78398895263672,40.64868927001953,-73.98075103759766,40.73537826538086,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-05 20:15:19,2016-01-05 20:19:34,2,0.6,,,-73.98773193359375,40.75835418701172,-73.98159790039062,40.76082229614258,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-10 05:09:18,2016-01-10 05:46:30,2,17.0,,,-73.99072265625,40.75641632080078,-73.89067840576172,40.8648567199707,1,N,1,47.0,0.5,0.5,0.3,0.0,2.54,50.84 +2,2016-01-08 15:39:34,2016-01-08 16:21:44,1,11.05,,,-73.86305236816406,40.769630432128906,-73.97312927246094,40.755550384521484,1,N,1,37.0,0.0,0.5,0.3,4.0,5.54,47.34 +2,2016-01-09 21:10:20,2016-01-09 21:21:01,2,2.24,,,-73.98086547851562,40.7296257019043,-73.97069549560547,40.75172805786133,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-30 21:41:39,2016-01-30 21:49:49,1,1.92,,,-73.97240447998047,40.78630447387695,-73.96855926513672,40.7663459777832,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-13 13:00:58,2016-01-13 13:22:35,1,2.71,,,0.0,0.0,0.0,0.0,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-29 09:16:14,2016-01-29 09:20:25,1,0.94,,,-74.01500701904297,40.70972442626953,-74.01013946533203,40.72147750854492,1,N,1,5.0,0.0,0.5,0.3,2.0,0.0,7.8 +1,2016-01-05 17:33:26,2016-01-05 17:50:24,2,2.9,,,-73.97928619384766,40.77652359008789,-74.00392150878906,40.74761962890625,1,N,1,13.5,1.0,0.5,0.3,3.05,0.0,18.35 +1,2016-01-29 23:53:06,2016-01-30 00:13:34,1,3.6,,,-73.97681427001953,40.76481246948242,-73.92182159423828,40.74159622192383,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +1,2016-01-20 10:46:31,2016-01-20 11:00:26,1,1.2,,,-73.98689270019531,40.75822448730469,-73.9865493774414,40.76829528808594,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-02 22:12:59,2016-01-02 22:35:43,6,2.59,,,-73.98737335205078,40.750301361083984,-73.98187255859375,40.7830810546875,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +1,2016-01-15 15:30:32,2016-01-15 15:40:45,1,1.7,,,-73.98332977294922,40.75456619262695,-73.98223876953125,40.77436828613281,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-09 18:38:27,2016-01-09 18:43:34,3,0.85,,,-73.9887466430664,40.73103332519531,-73.97779083251953,40.73405838012695,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-03 07:43:15,2016-01-03 07:49:48,1,1.79,,,-73.97103881835938,40.79800796508789,-73.95281219482422,40.78327178955078,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-16 20:57:55,2016-01-16 21:19:56,1,5.9,,,-73.98368072509766,40.76522445678711,-73.90869903564453,40.774742126464844,1,N,1,21.0,0.5,0.5,0.3,4.45,0.0,26.75 +1,2016-01-16 19:30:53,2016-01-16 19:40:21,1,1.3,,,-73.9896469116211,40.741451263427734,-74.00447845458984,40.73054122924805,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-01 13:42:49,2016-01-01 13:52:43,2,2.75,,,-73.998779296875,40.723140716552734,-73.9841537475586,40.754600524902344,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-26 22:48:22,2016-01-26 23:03:54,2,7.41,,,-73.8743896484375,40.77402877807617,-73.95616149902344,40.80302047729492,1,N,1,22.0,0.5,0.5,0.3,3.0,5.54,31.84 +1,2016-01-24 15:45:24,2016-01-24 15:55:49,1,1.4,,,-74.00272369384766,40.70869827270508,-73.99250030517578,40.71875,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-12 14:05:02,2016-01-12 14:12:11,5,1.61,,,-74.00836181640625,40.72119140625,-74.00718688964844,40.741661071777344,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-26 02:44:02,2016-01-26 03:00:04,1,5.4,,,-73.89806365966797,40.74613952636719,-73.85204315185547,40.68922805786133,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,18.8 +1,2016-01-01 20:53:49,2016-01-01 20:59:18,2,0.9,,,-73.96880340576172,40.76247024536133,-73.97148895263672,40.75657653808594,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-17 13:00:22,2016-01-17 13:11:02,1,2.3,,,-73.99209594726562,40.755859375,-73.9805679321289,40.78242874145508,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-09 12:29:15,2016-01-09 12:55:20,1,7.6,,,-73.96400451660156,40.76797103881836,-73.91943359375,40.70166015625,1,N,1,25.5,0.0,0.5,0.3,5.25,0.0,31.55 +2,2016-01-08 08:37:43,2016-01-08 08:57:17,1,3.88,,,-73.9471664428711,40.77608871459961,-73.99427032470703,40.76895523071289,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,20.16 +2,2016-01-15 10:51:06,2016-01-15 11:14:24,2,2.0,,,-74.00284576416016,40.760494232177734,-73.9772720336914,40.76525115966797,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-04 21:51:39,2016-01-04 21:56:42,1,1.14,,,-73.99446105957031,40.747581481933594,-73.99807739257812,40.73455047607422,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-17 02:19:50,2016-01-17 02:28:06,1,2.1,,,-73.97064208984375,40.79352569580078,-73.94580078125,40.80712127685547,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-21 08:55:04,2016-01-21 09:03:30,1,0.7,,,-73.98954772949219,40.752262115478516,-73.9803237915039,40.75110626220703,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-30 01:37:38,2016-01-30 01:44:26,3,0.75,,,-73.98989868164062,40.72990798950195,-73.9878921508789,40.722591400146484,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-12 16:05:34,2016-01-12 16:14:25,1,1.3,,,-73.984619140625,40.7452392578125,-73.98068237304688,40.759971618652344,1,N,1,7.5,1.0,0.5,0.3,2.32,0.0,11.62 +1,2016-01-05 20:47:58,2016-01-05 20:52:55,1,0.7,,,-73.98601531982422,40.74356460571289,-73.97948455810547,40.75296401977539,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,8.8 +2,2016-01-28 00:14:16,2016-01-28 00:21:20,1,1.75,,,-73.98465728759766,40.7526969909668,-74.01412200927734,40.72536087036133,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +1,2016-01-17 14:59:26,2016-01-17 15:19:54,1,3.0,,,-73.99401092529297,40.74013137817383,-73.97222137451172,40.765296936035156,1,N,1,14.5,0.0,0.5,0.3,3.0,0.0,18.3 +2,2016-01-05 09:51:50,2016-01-05 09:54:08,1,0.45,,,-73.99901580810547,40.75468063354492,-73.99498748779297,40.760318756103516,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-10 19:52:00,2016-01-10 19:56:35,1,0.6,,,-73.99027252197266,40.7565803527832,-73.99788665771484,40.75453186035156,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-30 00:26:09,2016-01-30 00:52:40,2,8.24,,,-74.01052856445312,40.7114372253418,-74.03146362304688,40.62915802001953,1,N,2,28.5,0.5,0.5,0.3,0.0,0.0,29.8 +1,2016-01-25 12:11:03,2016-01-25 12:51:22,1,17.6,,,-73.99104309082031,40.749534606933594,-73.84232330322266,40.86275863647461,1,N,2,52.5,0.0,0.5,0.3,0.0,0.0,53.3 +1,2016-01-06 19:37:59,2016-01-06 19:55:24,1,3.6,,,-73.97994995117188,40.74888610839844,-73.97700500488281,40.78493118286133,1,N,1,15.0,1.0,0.5,0.3,3.36,0.0,20.16 +1,2016-01-03 01:45:43,2016-01-03 01:54:27,1,1.4,,,-73.98849487304688,40.72134017944336,-74.00587463378906,40.73317337036133,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,11.0 +2,2016-01-21 15:05:39,2016-01-21 15:14:25,1,1.16,,,-73.9437026977539,40.78879165649414,-73.94727325439453,40.79682159423828,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-10 21:36:32,2016-01-10 21:41:52,1,0.9,,,-73.99249267578125,40.7142219543457,-73.98893737792969,40.726829528808594,1,N,4,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-25 11:40:36,2016-01-25 11:48:54,1,0.88,,,-73.94969177246094,40.78064727783203,-73.95951843261719,40.773704528808594,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-26 01:29:28,2016-01-26 01:54:36,6,6.78,,,-74.00188446044922,40.73280334472656,-73.91707611083984,40.74634552001953,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,24.3 +2,2016-01-14 17:32:26,2016-01-14 17:49:49,1,2.87,,,-73.96430206298828,40.75624084472656,-73.95262908935547,40.78936004638672,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,17.3 +1,2016-01-13 16:12:53,2016-01-13 16:19:00,1,1.2,,,-73.97948455810547,40.78437805175781,-73.96784210205078,40.800289154052734,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-09 18:53:42,2016-01-09 19:05:55,1,1.56,,,-74.00009155273438,40.74607849121094,-74.00489807128906,40.739479064941406,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-16 15:51:40,2016-01-16 16:02:03,1,1.1,,,-74.00286865234375,40.730873107910156,-73.98854064941406,40.73418045043945,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-22 21:16:25,2016-01-22 21:31:04,1,1.24,,,-74.00651550292969,40.730308532714844,-73.9941635131836,40.721248626708984,1,N,1,10.0,0.5,0.5,0.3,1.75,0.0,13.05 +2,2016-01-25 17:37:25,2016-01-25 17:57:28,2,2.53,,,-73.97470092773438,40.75199890136719,-73.99920654296875,40.72190856933594,1,N,1,14.0,1.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-02 02:13:40,2016-01-02 02:16:37,1,0.77,,,-73.95452880859375,40.80552291870117,-73.94488525390625,40.79998016357422,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-03 01:21:32,2016-01-03 01:31:27,2,2.3,,,-73.98987579345703,40.73934555053711,-73.99739074707031,40.761356353759766,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-21 13:50:11,2016-01-21 13:56:34,1,0.5,,,-73.99197387695312,40.75456619262695,-73.98350524902344,40.750728607177734,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-16 23:43:39,2016-01-16 23:52:48,2,2.15,,,-73.97543334960938,40.744571685791016,-73.95699310302734,40.76628112792969,1,N,1,9.5,0.5,0.5,0.3,2.2,0.0,13.0 +2,2016-01-20 20:49:56,2016-01-20 20:56:35,1,1.8,,,-73.97852325439453,40.75277328491211,-73.97441101074219,40.73680877685547,1,N,1,7.5,0.5,0.5,0.3,2.64,0.0,11.44 +1,2016-01-23 01:38:58,2016-01-23 01:41:38,1,0.6,,,-73.98895263671875,40.76372146606445,-73.99034118652344,40.757293701171875,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,6.35 +1,2016-01-18 16:45:40,2016-01-18 16:47:43,2,0.3,,,-73.97813415527344,40.729530334472656,-73.98381042480469,40.73195266723633,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-02 12:09:40,2016-01-02 12:20:20,1,3.31,,,-73.96932983398438,40.75735092163086,-73.99087524414062,40.71855163574219,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-06 16:13:08,2016-01-06 16:21:33,2,1.3,,,-73.99003601074219,40.73459243774414,-73.97853088378906,40.75131607055664,1,N,1,7.5,1.0,0.5,0.3,2.0,0.0,11.3 +1,2016-01-21 11:47:06,2016-01-21 11:55:33,2,1.2,,,-73.99871063232422,40.7449951171875,-74.00807189941406,40.73958206176758,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-27 22:50:27,2016-01-27 23:00:04,1,2.0,,,-73.96546936035156,40.766048431396484,-73.95530700683594,40.785118103027344,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,12.3 +2,2016-01-02 10:31:50,2016-01-02 10:39:06,3,1.98,,,-73.97012329101562,40.756771087646484,-73.96212005615234,40.77933883666992,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +2,2016-01-30 11:28:38,2016-01-30 11:33:08,1,0.72,,,-73.95663452148438,40.778282165527344,-73.95580291748047,40.77107620239258,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-05 20:10:32,2016-01-05 20:26:44,1,4.3,,,-74.00469970703125,40.73048782348633,-73.9989013671875,40.67607879638672,1,N,1,15.0,0.5,0.5,0.3,4.05,0.0,20.35 +1,2016-01-06 13:30:59,2016-01-06 13:37:23,1,0.5,,,-73.98027801513672,40.7393798828125,-73.98558044433594,40.74382400512695,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-19 20:31:07,2016-01-19 20:39:30,6,0.98,,,-73.98143768310547,40.7592887878418,-73.96968841552734,40.766021728515625,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +1,2016-01-18 12:55:05,2016-01-18 13:00:35,1,0.4,,,-73.95760345458984,40.7818717956543,-73.94987487792969,40.7802734375,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,7.25 +1,2016-01-05 06:17:38,2016-01-05 06:27:23,1,4.6,,,-74.00657653808594,40.68383026123047,-73.99111938476562,40.755149841308594,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +1,2016-01-21 22:55:43,2016-01-21 23:00:35,1,1.5,,,0.0,0.0,0.0,0.0,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +1,2016-01-21 15:38:58,2016-01-21 16:14:17,1,5.6,,,-74.00045013427734,40.7186393737793,-73.97602844238281,40.78245162963867,1,N,1,24.0,0.0,0.5,0.3,2.2,0.0,27.0 +2,2016-01-26 19:37:33,2016-01-26 19:45:59,2,1.08,,,-73.99173736572266,40.73860168457031,-74.00540161132812,40.74591827392578,1,N,1,7.0,1.0,0.5,0.3,1.5,0.0,10.3 +2,2016-01-13 13:51:25,2016-01-13 13:59:42,1,1.91,,,-73.97603607177734,40.775943756103516,-73.95391845703125,40.78763961791992,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-26 17:03:14,2016-01-26 17:13:52,1,1.25,,,-74.0056381225586,40.73682403564453,-73.99991607666016,40.72248840332031,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-16 19:11:08,2016-01-16 19:24:43,1,1.6,,,-74.0049819946289,40.73005676269531,-73.98880767822266,40.73674392700195,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-16 12:35:34,2016-01-16 12:37:51,2,0.6,,,-73.96072387695312,40.78107833862305,-73.96930694580078,40.78535079956055,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,6.0 +2,2016-01-22 12:33:59,2016-01-22 12:45:36,1,1.51,,,-73.98086547851562,40.78171157836914,-73.97063446044922,40.76734161376953,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-08 23:14:45,2016-01-08 23:29:35,1,3.5,,,-73.97642517089844,40.784080505371094,-73.94065856933594,40.82456588745117,1,N,1,14.5,0.5,0.5,0.3,3.95,0.0,19.75 +2,2016-01-14 16:32:21,2016-01-14 16:37:56,1,0.66,,,-73.99251556396484,40.73736572265625,-73.98775482177734,40.73244094848633,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-21 09:55:10,2016-01-21 09:57:43,1,0.5,,,-73.98880004882812,40.77400207519531,-73.98924255371094,40.768550872802734,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-29 21:00:33,2016-01-29 21:14:54,1,1.25,,,-73.9528579711914,40.786476135253906,-73.95361328125,40.786865234375,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-12 21:58:18,2016-01-12 22:14:48,1,5.53,,,-73.98967742919922,40.741519927978516,-73.92462921142578,40.7398681640625,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,22.56 +2,2016-01-19 19:59:30,2016-01-19 20:13:10,1,1.71,,,-73.99344635009766,40.74203109741211,-73.99165344238281,40.72372817993164,1,N,1,10.0,1.0,0.5,0.3,2.0,0.0,13.8 +1,2016-01-08 15:42:12,2016-01-08 16:04:46,1,4.6,,,-73.99526977539062,40.718021392822266,-73.94444274902344,40.68574142456055,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,19.3 +2,2016-01-01 23:45:37,2016-01-01 23:51:00,6,0.93,,,-73.96369934082031,40.777061462402344,-73.96031951904297,40.76821517944336,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-10 18:38:01,2016-01-10 18:41:37,1,0.7,,,-73.9974136352539,40.74082946777344,-74.00563049316406,40.733154296875,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-08 20:47:45,2016-01-08 21:19:41,1,4.4,,,-74.00514221191406,40.71890640258789,-73.97433471679688,40.761566162109375,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,23.3 +2,2016-01-07 20:51:36,2016-01-07 21:01:15,6,1.6,,,-73.98011779785156,40.761566162109375,-73.95866394042969,40.7641487121582,1,N,1,8.5,0.5,0.5,0.3,1.2,0.0,11.0 +1,2016-01-27 18:03:51,2016-01-27 18:16:51,1,1.2,,,-73.99125671386719,40.749820709228516,-73.97734832763672,40.752540588378906,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-16 01:08:06,2016-01-16 01:13:16,1,1.59,,,-73.99829864501953,40.76097106933594,-74.00389099121094,40.74309158325195,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +2,2016-01-21 22:11:08,2016-01-21 22:22:01,1,1.34,,,-73.9898452758789,40.73426055908203,-73.98821258544922,40.7204475402832,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-24 22:35:03,2016-01-24 22:40:58,1,1.43,,,-73.97447967529297,40.78316116333008,-73.95305633544922,40.77238845825195,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-07 11:41:01,2016-01-07 11:47:04,1,1.17,,,-73.98997497558594,40.76974105834961,-73.9817886352539,40.78342819213867,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,9.49 +2,2016-01-25 19:48:59,2016-01-25 20:06:56,1,3.0,,,-73.9571533203125,40.77463150024414,-73.96650695800781,40.80414962768555,1,N,1,14.0,1.0,0.5,0.3,4.74,0.0,20.54 +1,2016-01-19 09:19:04,2016-01-19 09:38:45,1,2.5,,,-73.92505645751953,40.74412155151367,-73.96377563476562,40.759803771972656,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-01 01:25:33,2016-01-01 01:47:22,1,4.2,,,-73.95491027832031,40.73366165161133,-73.90475463867188,40.700313568115234,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +2,2016-01-09 01:57:28,2016-01-09 02:06:28,5,1.15,,,-74.00067901611328,40.729713439941406,-73.99777221679688,40.718353271484375,1,N,1,7.5,0.5,0.5,0.3,11.0,0.0,19.8 +1,2016-01-16 02:02:04,2016-01-16 02:24:10,1,5.1,,,-73.95854949951172,40.713253021240234,-73.98856353759766,40.75352478027344,1,N,4,19.0,0.5,0.5,0.3,0.0,0.0,20.3 +2,2016-01-22 14:06:40,2016-01-22 14:15:51,5,0.62,,,-73.97289276123047,40.758907318115234,-73.96469116210938,40.757938385009766,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-07 11:02:14,2016-01-07 11:19:53,1,2.9,,,-73.97909545898438,40.77679443359375,-73.98763275146484,40.7474479675293,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +1,2016-01-29 01:12:59,2016-01-29 01:28:37,1,4.2,,,-73.95425415039062,40.76426315307617,-73.95186614990234,40.75938415527344,1,N,1,14.5,0.5,0.5,0.3,2.5,0.0,18.3 +1,2016-01-26 19:13:00,2016-01-26 19:29:21,1,2.4,,,-73.98345184326172,40.76797866821289,-73.95401000976562,40.77901077270508,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-17 17:56:01,2016-01-17 18:02:13,2,0.96,,,-73.9742202758789,40.793861389160156,-73.97137451171875,40.7844123840332,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,8.5 +1,2016-01-04 12:54:06,2016-01-04 13:03:10,1,1.7,,,-73.95849609375,40.77263641357422,-73.98107147216797,40.77422332763672,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-05 17:12:43,2016-01-05 17:15:37,1,0.3,,,-73.96127319335938,40.774837493896484,-73.96420288085938,40.77127456665039,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-04 17:18:53,2016-01-04 17:34:43,1,2.3,,,-73.98645782470703,40.766754150390625,-73.9556884765625,40.76829147338867,1,N,1,12.0,1.0,0.5,0.3,2.5,0.0,16.3 +2,2016-01-01 20:21:12,2016-01-01 20:48:05,6,3.51,,,-73.98148345947266,40.767940521240234,-73.9916763305664,40.72983169555664,1,N,1,19.0,0.5,0.5,0.3,4.06,0.0,24.36 +2,2016-01-22 07:55:19,2016-01-22 08:07:45,1,1.78,,,-73.96222686767578,40.77626037597656,-73.97503662109375,40.75593566894531,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-28 22:49:26,2016-01-28 23:03:28,1,3.41,,,-73.95609283447266,40.771148681640625,-73.98308563232422,40.73893356323242,1,N,1,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +2,2016-01-11 21:43:08,2016-01-11 21:58:48,1,2.99,,,-73.98554992675781,40.7729606628418,-73.97718811035156,40.74620819091797,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-05 22:05:52,2016-01-05 22:14:31,1,1.3,,,-73.97105407714844,40.782958984375,-73.9749755859375,40.79286193847656,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-25 15:18:32,2016-01-25 15:33:52,1,1.24,,,-73.95751190185547,40.770111083984375,-73.95613098144531,40.78213882446289,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-14 08:04:57,2016-01-14 08:11:22,1,1.2,,,-73.9947509765625,40.725765228271484,-73.97559356689453,40.718833923339844,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-28 16:27:44,2016-01-28 16:32:57,2,1.11,,,-73.9575424194336,40.77389907836914,-73.95452117919922,40.78657913208008,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 15:59:23,2016-01-22 16:10:58,5,2.15,,,-73.96253967285156,40.778961181640625,-73.9837875366211,40.768009185791016,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-01 06:44:45,2016-01-01 06:52:23,2,1.49,,,-73.97341918945312,40.74885940551758,-73.99118041992188,40.74943923950195,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +1,2016-01-11 12:16:55,2016-01-11 12:38:57,1,2.0,,,-73.96229553222656,40.767066955566406,-73.98047637939453,40.75125503540039,1,N,1,14.5,0.0,0.5,0.3,3.8,0.0,19.1 +2,2016-01-14 19:53:34,2016-01-14 20:36:35,1,7.06,,,-73.94950103759766,40.83509826660156,-73.94950103759766,40.83509826660156,1,N,1,30.5,1.0,0.5,0.3,6.46,0.0,38.76 +2,2016-01-13 21:35:35,2016-01-13 21:45:55,5,2.41,,,-73.971923828125,40.76573944091797,-74.00199890136719,40.7557487487793,1,N,1,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-26 23:02:54,2016-01-26 23:14:46,1,2.56,,,-73.99861145019531,40.734840393066406,-73.97120666503906,40.75524139404297,1,N,1,10.5,0.5,0.5,0.3,1.75,0.0,13.55 +2,2016-01-04 08:29:04,2016-01-04 08:50:32,1,6.94,,,-73.93260192871094,40.744258880615234,-73.9905776977539,40.69343185424805,1,N,1,22.0,0.0,0.5,0.3,4.56,0.0,27.36 +2,2016-01-15 20:53:12,2016-01-15 20:57:44,2,1.03,,,-73.99424743652344,40.75120162963867,-73.99834442138672,40.760780334472656,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-17 10:48:13,2016-01-17 11:07:11,1,9.42,,,-73.86260986328125,40.76884841918945,-73.97252655029297,40.75632858276367,1,N,1,27.5,0.0,0.5,0.3,8.46,5.54,42.3 +2,2016-01-29 21:20:14,2016-01-29 21:31:55,2,1.7,,,-73.95742797851562,40.774391174316406,-73.97898864746094,40.783443450927734,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,14.12 +2,2016-01-14 01:35:15,2016-01-14 02:06:23,2,9.75,,,-73.98345184326172,40.74384689331055,-73.92060089111328,40.76738739013672,1,N,2,31.0,0.5,0.5,0.3,0.0,0.0,32.3 +2,2016-01-04 12:51:10,2016-01-04 13:05:22,6,2.26,,,-74.00772857666016,40.70537185668945,-73.99747467041016,40.72981643676758,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-19 20:16:59,2016-01-19 20:25:16,6,0.98,,,-73.99365234375,40.72438049316406,-73.98975372314453,40.71406173706055,1,N,1,7.0,0.5,0.5,0.3,3.0,0.0,11.3 +1,2016-01-01 02:17:04,2016-01-01 02:17:56,1,0.1,,,-73.98151397705078,40.74690628051758,-73.98188781738281,40.74501037597656,1,N,3,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +1,2016-01-18 17:36:56,2016-01-18 17:51:52,1,3.0,,,-73.99381256103516,40.757041931152344,-73.95755004882812,40.770301818847656,1,N,1,12.5,0.0,0.5,0.3,3.3,0.0,16.6 +1,2016-01-30 09:34:33,2016-01-30 09:43:39,1,1.0,,,-73.96477508544922,40.7616081237793,-73.97827911376953,40.756561279296875,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-19 18:16:49,2016-01-19 18:38:30,2,2.62,,,-73.99456787109375,40.72774124145508,-73.98542022705078,40.757991790771484,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-17 02:21:12,2016-01-17 02:31:35,1,2.62,,,-73.98049926757812,40.7217903137207,-73.97210693359375,40.75389862060547,1,N,1,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +1,2016-01-05 18:27:31,2016-01-05 18:31:37,1,0.5,,,-73.9688949584961,40.75423812866211,-73.9766845703125,40.75765609741211,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-15 16:03:13,2016-01-15 16:12:04,1,1.0,,,-73.98150634765625,40.76351547241211,-73.99127197265625,40.74986267089844,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-21 08:49:00,2016-01-21 08:59:49,1,1.6,,,-73.9764404296875,40.74393081665039,-73.99842834472656,40.74014663696289,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-01 22:33:39,2016-01-01 22:41:32,2,0.7,,,-73.98871612548828,40.75674819946289,-73.98030853271484,40.750030517578125,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-06 09:07:46,2016-01-06 09:29:21,1,4.8,,,-73.98226165771484,40.7628059387207,-74.01422882080078,40.713985443115234,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-14 19:17:59,2016-01-14 19:21:06,1,0.97,,,-73.95384979248047,40.77899169921875,-73.94915771484375,40.7901496887207,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-04 18:28:36,2016-01-04 18:38:57,5,0.87,,,-73.99288177490234,40.729984283447266,-73.98200988769531,40.723106384277344,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-14 11:36:49,2016-01-14 12:03:50,1,4.1,,,-73.95770263671875,40.773956298828125,-73.99010467529297,40.74639892578125,1,N,1,20.0,0.0,0.5,0.3,5.0,0.0,25.8 +2,2016-01-11 22:59:44,2016-01-11 23:08:44,2,3.12,,,-73.98444366455078,40.7288818359375,-73.96405029296875,40.76633834838867,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-30 16:45:12,2016-01-30 16:48:39,1,0.7,,,-73.98861694335938,40.71742630004883,-73.97775268554688,40.71324920654297,1,Y,1,4.5,0.0,0.5,0.3,1.55,0.0,6.85 +1,2016-01-03 00:00:07,2016-01-03 00:10:46,2,1.4,,,-73.98697662353516,40.753875732421875,-73.9777603149414,40.74840545654297,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-29 20:46:55,2016-01-29 20:59:40,1,0.5,,,-73.98546600341797,40.73564910888672,-73.983154296875,40.72990036010742,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-18 21:51:43,2016-01-18 22:10:19,1,3.79,,,-73.97441864013672,40.79122543334961,-73.96755981445312,40.75369644165039,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +2,2016-01-18 12:48:02,2016-01-18 12:56:21,1,1.35,,,-73.98319244384766,40.75613021850586,-73.96654510498047,40.761478424072266,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-02 10:31:10,2016-01-02 10:35:07,1,0.5,,,-74.01728820800781,40.70532989501953,-74.01372528076172,40.7094841003418,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +1,2016-01-10 00:04:19,2016-01-10 00:07:49,1,0.7,,,-73.9956283569336,40.739288330078125,-74.0050277709961,40.73562240600586,1,N,1,4.5,0.5,0.5,0.3,1.2,0.0,7.0 +1,2016-01-25 19:22:49,2016-01-25 19:37:51,1,5.4,,,-73.7890625,40.64710235595703,-73.78731536865234,40.6476936340332,1,N,1,18.0,1.0,0.5,0.3,4.95,0.0,24.75 +1,2016-01-26 12:20:42,2016-01-26 12:37:16,1,1.0,,,-73.99304962158203,40.7527961730957,-73.98834991455078,40.763912200927734,1,N,1,10.5,0.0,0.5,0.3,1.5,0.0,12.8 +1,2016-01-15 17:48:45,2016-01-15 17:52:20,1,0.6,,,-74.0037841796875,40.747554779052734,-73.99313354492188,40.74298858642578,1,N,3,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-06 07:17:15,2016-01-06 07:26:13,1,2.0,,,0.0,0.0,0.0,0.0,1,N,1,9.5,0.0,0.5,0.3,1.6,0.0,11.9 +2,2016-01-28 15:31:44,2016-01-28 15:40:23,1,1.0,,,-73.97520446777344,40.792476654052734,-73.9638442993164,40.800010681152344,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-29 19:35:35,2016-01-29 19:45:39,1,0.77,,,-73.9977798461914,40.756649017333984,-73.98887634277344,40.76185989379883,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-06 08:54:09,2016-01-06 09:08:15,5,3.23,,,-73.98478698730469,40.73719024658203,-73.9545669555664,40.765621185302734,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +2,2016-01-21 07:39:51,2016-01-21 07:55:58,2,3.18,,,-74.00846862792969,40.71443557739258,-73.98417663574219,40.75490188598633,1,N,1,13.0,0.0,0.5,0.3,3.45,0.0,17.25 +2,2016-01-10 11:19:21,2016-01-10 11:41:04,3,2.96,,,-73.954833984375,40.77751922607422,-73.95459747314453,40.77809143066406,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-04 08:53:28,2016-01-04 08:57:41,1,0.7,,,-73.98088836669922,40.74788284301758,-73.98986053466797,40.74531936645508,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-11 17:23:23,2016-01-11 17:39:14,2,1.9,,,-74.00838470458984,40.70447540283203,-73.9989013671875,40.725181579589844,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-10 16:20:12,2016-01-10 16:31:58,1,1.9,,,-73.9628677368164,40.766597747802734,-73.98346710205078,40.74973678588867,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-17 11:46:06,2016-01-17 11:54:18,1,1.3,,,-73.99598693847656,40.752376556396484,-73.98269653320312,40.752685546875,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-28 23:16:49,2016-01-28 23:24:00,1,1.5,,,-73.99259948730469,40.75925064086914,-73.9808120727539,40.770938873291016,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-26 09:39:48,2016-01-26 10:09:28,1,2.06,,,-73.9816665649414,40.74082946777344,-73.9629135131836,40.761619567871094,1,N,1,18.5,0.0,0.5,0.3,2.7,0.0,22.0 +2,2016-01-18 13:26:47,2016-01-18 13:30:09,1,0.89,,,-73.96578979492188,40.758827209472656,-73.97518920898438,40.75196075439453,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-20 15:44:48,2016-01-20 15:55:48,1,1.59,,,-73.96437072753906,40.80754089355469,-73.96602630615234,40.79001998901367,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-21 14:44:42,2016-01-21 14:54:10,1,0.9,,,-73.94962310791016,40.77700424194336,-73.96138000488281,40.7746696472168,1,N,1,7.5,0.0,0.5,0.3,1.25,0.0,9.55 +2,2016-01-16 13:00:49,2016-01-16 13:10:18,1,1.26,,,-73.99253845214844,40.73466873168945,-74.00279235839844,40.72356033325195,1,N,1,7.5,0.0,0.5,0.3,2.49,0.0,10.79 +1,2016-01-03 20:49:49,2016-01-03 20:56:55,1,1.1,,,-73.97818756103516,40.77809524536133,-73.96980285644531,40.78635025024414,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +1,2016-01-21 18:08:36,2016-01-21 18:10:53,2,0.5,,,-73.95033264160156,40.77965545654297,-73.9490737915039,40.774959564208984,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-01 22:55:21,2016-01-01 23:11:34,6,4.45,,,-73.99977111816406,40.726768493652344,-73.95562744140625,40.729408264160156,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-10 11:13:49,2016-01-10 11:18:38,1,0.86,,,-73.98538970947266,40.761329650878906,-73.99102783203125,40.755428314208984,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-27 10:55:53,2016-01-27 11:20:07,1,2.9,,,-73.97571563720703,40.744850158691406,-74.00985717773438,40.72598648071289,1,N,1,16.0,0.0,0.5,0.3,2.5,0.0,19.3 +1,2016-01-02 14:51:37,2016-01-02 14:56:35,1,0.9,,,-73.99435424804688,40.740753173828125,-74.0049057006836,40.7480583190918,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-25 17:00:07,2016-01-25 17:10:40,1,0.7,,,-73.98107147216797,40.78065872192383,-73.985107421875,40.774269104003906,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-27 06:37:20,2016-01-27 06:44:56,4,1.68,,,-73.9925765991211,40.730560302734375,-74.00981140136719,40.721519470214844,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +2,2016-01-03 20:19:00,2016-01-03 21:05:55,1,18.93,,,-73.8015365600586,40.674251556396484,-73.98877716064453,40.76673889160156,2,N,1,52.0,0.0,0.5,0.3,10.0,5.54,68.34 +1,2016-01-02 22:56:30,2016-01-02 23:07:08,1,0.6,,,-73.98323059082031,40.76092529296875,-73.97267150878906,40.7558708190918,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-16 10:25:36,2016-01-16 10:35:12,5,2.28,,,-73.9301528930664,40.76703643798828,-73.92945861816406,40.74422073364258,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-28 22:48:21,2016-01-28 23:36:37,2,10.8,,,-73.97354125976562,40.792198181152344,-73.85337829589844,40.722110748291016,1,N,1,40.5,0.5,0.5,0.3,10.45,0.0,52.25 +2,2016-01-25 19:48:40,2016-01-25 19:58:17,2,1.24,,,-73.95540618896484,40.77967071533203,-73.95687103271484,40.766788482666016,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-04 09:33:41,2016-01-04 09:38:35,1,1.08,,,-73.98148345947266,40.741085052490234,-73.97639465332031,40.75270462036133,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-10 18:38:51,2016-01-10 18:51:48,1,1.3,,,-73.99441528320312,40.7503776550293,-73.97337341308594,40.743656158447266,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-29 08:16:43,2016-01-29 08:26:21,6,1.74,,,-73.98802185058594,40.75457000732422,-73.98696899414062,40.73640060424805,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-19 10:42:09,2016-01-19 10:56:00,2,1.71,,,-73.97865295410156,40.74496078491211,-73.98103332519531,40.76271057128906,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-22 09:09:37,2016-01-22 09:20:51,1,1.8,,,-73.98593139648438,40.757022857666016,-73.9935302734375,40.73640823364258,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-07 14:05:57,2016-01-07 14:30:23,1,2.35,,,-73.9629135131836,40.778297424316406,-73.984619140625,40.748497009277344,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-20 18:54:25,2016-01-20 19:02:58,3,0.54,,,-74.00566101074219,40.72688293457031,-73.99937438964844,40.72236251831055,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-23 05:20:54,2016-01-23 05:24:59,5,0.84,,,-73.95050811767578,40.77985763549805,-73.95013427734375,40.7869873046875,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-22 19:00:09,2016-01-22 19:13:40,1,2.2,,,-73.99444580078125,40.765987396240234,-73.97889709472656,40.74595642089844,1,N,1,10.5,1.0,0.5,0.3,1.5,0.0,13.8 +2,2016-01-18 02:54:14,2016-01-18 03:14:07,6,5.29,,,-73.98722839355469,40.72881317138672,-73.94342041015625,40.67649841308594,1,N,1,19.0,0.5,0.5,0.3,1.7,0.0,22.0 +2,2016-01-30 19:49:20,2016-01-30 19:59:07,1,2.5,,,-73.97792053222656,40.78377151489258,-73.9469985961914,40.8008918762207,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-22 14:46:33,2016-01-22 14:57:39,2,1.89,,,-73.97623443603516,40.75156021118164,-73.99040985107422,40.72908020019531,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-04 20:08:24,2016-01-04 20:16:08,4,1.43,,,-74.00475311279297,40.73749923706055,-74.00775909423828,40.724727630615234,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-18 01:46:00,2016-01-18 01:52:36,1,1.74,,,-73.982177734375,40.745086669921875,-73.99945068359375,40.72746658325195,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-22 13:12:55,2016-01-22 13:25:46,1,1.23,,,-73.99143981933594,40.75010681152344,-73.98747253417969,40.757205963134766,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-18 06:22:45,2016-01-18 06:29:24,1,1.9,,,-73.97071075439453,40.7562255859375,-73.96214294433594,40.77813720703125,1,Y,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-09 17:59:28,2016-01-09 18:10:58,1,1.47,,,-73.98331451416016,40.755943298339844,-73.99362182617188,40.745628356933594,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-11 08:34:09,2016-01-11 08:53:27,1,2.0,,,-73.96528625488281,40.759429931640625,-73.98428344726562,40.73945617675781,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-03 19:42:14,2016-01-03 19:44:35,2,0.47,,,-73.96833801269531,40.75516891479492,-73.97242736816406,40.756500244140625,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-15 04:06:22,2016-01-15 04:09:59,5,0.6,,,-74.00125122070312,40.73188781738281,-73.99272155761719,40.730743408203125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-26 20:05:46,2016-01-26 20:45:56,1,17.7,,,-73.78883361816406,40.64754867553711,-73.99927520751953,40.74483871459961,2,N,1,52.0,0.0,0.5,0.3,2.0,5.54,60.34 +1,2016-01-27 17:28:33,2016-01-27 17:36:22,1,0.7,,,-73.95842742919922,40.775638580322266,-73.96638488769531,40.76787185668945,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-21 17:20:43,2016-01-21 17:24:24,5,0.77,,,-73.9591064453125,40.76340103149414,-73.95890045166016,40.771568298339844,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-27 23:12:48,2016-01-27 23:20:02,5,1.41,,,-73.96788024902344,40.765228271484375,-73.95446014404297,40.78224182128906,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +1,2016-01-17 00:55:51,2016-01-17 01:03:20,1,1.3,,,-73.9737777709961,40.74354934692383,-73.98821258544922,40.75334930419922,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-08 06:42:43,2016-01-08 06:50:02,1,1.0,,,0.0,0.0,0.0,0.0,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-04 23:05:58,2016-01-04 23:12:09,1,2.06,,,-73.99427032470703,40.74041748046875,-73.9759750366211,40.76542663574219,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-27 22:22:10,2016-01-27 22:51:14,1,15.44,,,-74.00892639160156,40.70600891113281,-73.830322265625,40.83290100097656,1,N,2,43.0,0.5,0.5,0.3,0.0,0.0,44.3 +1,2016-01-04 08:12:41,2016-01-04 08:28:57,1,3.3,,,-74.00264739990234,40.728782653808594,-73.96965026855469,40.761260986328125,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +1,2016-01-28 16:48:13,2016-01-28 16:53:12,1,0.6,,,-73.98703002929688,40.745399475097656,-73.99179077148438,40.73836135864258,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,8.5 +1,2016-01-21 14:29:26,2016-01-21 14:41:55,1,1.7,,,-73.98531341552734,40.75338363647461,-73.99188995361328,40.77067184448242,1,N,1,9.5,0.0,0.5,0.3,3.05,0.0,13.35 +2,2016-01-26 07:29:12,2016-01-26 07:39:18,1,2.15,,,-74.00745391845703,40.732391357421875,-73.99539947509766,40.75473403930664,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +2,2016-01-20 10:38:30,2016-01-20 10:46:38,5,1.24,,,-73.99220275878906,40.7519416809082,-74.0027084350586,40.73933029174805,1,N,1,7.5,0.0,0.5,0.3,2.49,0.0,10.79 +1,2016-01-26 23:41:56,2016-01-26 23:53:05,1,2.9,,,-73.97270965576172,40.758270263671875,-73.98521423339844,40.7244873046875,1,N,1,11.0,0.5,0.5,0.3,3.05,0.0,15.35 +1,2016-01-01 16:07:57,2016-01-01 16:17:26,1,1.9,,,-73.99234008789062,40.73771286010742,-73.97835540771484,40.720462799072266,1,N,1,8.5,0.0,0.5,0.3,2.0,0.0,11.3 +1,2016-01-21 20:47:08,2016-01-21 20:53:25,1,0.9,,,-74.00013732910156,40.737998962402344,-74.00051879882812,40.74797439575195,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-29 22:12:14,2016-01-29 22:49:09,1,9.4,,,-73.873046875,40.77415084838867,-73.99496459960938,40.720706939697266,1,N,1,35.0,0.5,0.5,0.3,7.25,0.0,43.55 +2,2016-01-08 11:49:41,2016-01-08 11:50:50,1,0.33,,,-73.9759521484375,40.78881072998047,-73.97244262695312,40.79154586791992,1,N,1,3.0,0.0,0.5,0.3,0.6,0.0,4.4 +1,2016-01-17 00:45:10,2016-01-17 00:51:21,2,1.4,,,-73.94486236572266,40.8339958190918,-73.93446350097656,40.853328704833984,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-02 12:15:43,2016-01-02 12:41:37,2,6.1,,,0.0,0.0,0.0,0.0,1,N,1,22.5,0.0,0.5,0.3,2.0,0.0,25.3 +2,2016-01-22 11:59:26,2016-01-22 12:18:01,1,1.88,,,-74.00691986083984,40.741615295410156,-74.00178527832031,40.72063064575195,1,N,1,12.5,0.0,0.5,0.3,2.0,0.0,15.3 +1,2016-01-20 17:19:51,2016-01-20 17:32:08,1,0.9,,,-73.99051666259766,40.75635528564453,-73.99100494384766,40.75019073486328,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-29 09:35:17,2016-01-29 10:10:22,1,10.5,,,-73.99588775634766,40.74911117553711,-73.86186218261719,40.768455505371094,1,N,1,36.0,0.0,0.5,0.3,7.8,5.54,50.14 +1,2016-01-28 14:44:37,2016-01-28 14:53:01,1,0.7,,,-73.97602081298828,40.75227737426758,-73.98263549804688,40.75761032104492,1,N,1,6.5,0.0,0.5,0.3,2.15,0.0,9.45 +2,2016-01-01 18:23:07,2016-01-01 18:25:04,5,0.69,,,-73.99508666992188,40.725318908691406,-73.9898681640625,40.73421859741211,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +1,2016-01-30 16:42:56,2016-01-30 16:49:34,1,0.8,,,-74.00039672851562,40.758140563964844,-73.99209594726562,40.76412582397461,1,N,1,6.0,0.0,0.5,0.3,2.0,0.0,8.8 +2,2016-01-13 08:31:53,2016-01-13 08:39:20,1,0.92,,,-73.98698425292969,40.7332649230957,-74.0013656616211,40.739322662353516,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-17 17:18:29,2016-01-17 17:40:18,1,4.0,,,-73.97399139404297,40.76382064819336,-73.95281219482422,40.72722244262695,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,18.3 +2,2016-01-17 14:17:18,2016-01-17 14:39:19,1,1.68,,,-73.99372100830078,40.758941650390625,-73.97693634033203,40.74617004394531,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-26 11:37:59,2016-01-26 11:55:27,1,1.87,,,-73.96517181396484,40.76909255981445,-73.97804260253906,40.778472900390625,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-01 12:18:08,2016-01-01 12:25:22,1,1.77,,,-73.98129272460938,40.732540130615234,-73.98020935058594,40.72045135498047,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-29 02:17:31,2016-01-29 02:30:26,1,3.08,,,-74.00462341308594,40.72861099243164,-73.97221374511719,40.747520446777344,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +1,2016-01-08 10:20:07,2016-01-08 10:34:56,2,5.6,,,-73.97509002685547,40.75578308105469,-74.01148223876953,40.70343017578125,1,N,1,18.0,0.0,0.5,0.3,3.75,0.0,22.55 +1,2016-01-05 08:47:40,2016-01-05 09:15:41,2,12.5,,,-73.8670654296875,40.770713806152344,-73.96878814697266,40.75862503051758,1,N,1,36.0,0.0,0.5,0.3,4.0,5.54,46.34 +2,2016-01-18 15:31:53,2016-01-18 16:09:40,1,17.33,,,-73.97484588623047,40.75769805908203,-73.79076385498047,40.64664077758789,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-07 15:46:12,2016-01-07 15:52:27,1,1.0,,,-73.96353149414062,40.77751541137695,-73.9682388305664,40.786712646484375,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-10 17:16:00,2016-01-10 17:18:00,3,0.3,,,0.0,0.0,0.0,0.0,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,5.3 +2,2016-01-20 10:27:50,2016-01-20 10:32:00,4,0.88,,,-73.9832534790039,40.7558708190918,-73.97422790527344,40.76475143432617,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-27 17:52:48,2016-01-27 17:59:49,1,0.9,,,-73.95378875732422,40.76698303222656,-73.96305847167969,40.77349853515625,1,N,1,6.0,1.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-21 09:47:56,2016-01-21 10:00:16,1,0.93,,,-73.95513916015625,40.77323913574219,-73.96450805664062,40.76456832885742,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-15 13:45:37,2016-01-15 14:31:53,1,16.7,,,-73.99005889892578,40.74668502807617,-73.77628326416016,40.64516830444336,2,N,1,52.0,0.0,0.5,0.3,10.55,0.0,63.35 +1,2016-01-16 17:48:46,2016-01-16 17:55:37,1,1.2,,,-73.9966812133789,40.72521209716797,-74.0110092163086,40.71590042114258,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-19 14:18:24,2016-01-19 14:34:11,1,2.9,,,-73.99162292480469,40.74916458129883,-74.01460266113281,40.714054107666016,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +1,2016-01-06 10:08:31,2016-01-06 10:15:11,2,0.8,,,-73.99652862548828,40.73470687866211,-73.99472045898438,40.7437744140625,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-14 14:33:07,2016-01-14 15:14:10,1,17.33,,,-73.79002380371094,40.64393997192383,-73.95855712890625,40.70298385620117,1,N,2,49.5,0.0,0.5,0.3,0.0,0.0,50.3 +2,2016-01-29 18:20:20,2016-01-29 18:27:01,3,0.93,,,-74.0064926147461,40.73210906982422,-73.9989013671875,40.73571014404297,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-28 06:59:20,2016-01-28 07:05:18,1,1.2,,,-73.97545623779297,40.750099182128906,-73.98403930664062,40.76057815551758,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-18 19:13:30,2016-01-18 19:30:19,6,3.1,,,-73.99165344238281,40.750431060791016,-73.9927978515625,40.714900970458984,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-17 10:45:27,2016-01-17 11:10:43,2,12.51,,,-73.86265563964844,40.76887512207031,-73.98881530761719,40.757774353027344,1,N,1,36.0,0.0,0.5,0.3,8.47,5.54,50.81 +1,2016-01-18 19:33:18,2016-01-18 19:44:32,1,2.0,,,-73.98213958740234,40.740230560302734,-73.97151184082031,40.764549255371094,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-06 21:28:02,2016-01-06 21:36:50,1,2.2,,,-73.97154235839844,40.757347106933594,-73.9863052368164,40.730438232421875,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-09 11:39:11,2016-01-09 11:48:01,6,4.79,,,-73.95374298095703,40.767066955566406,-73.98409271240234,40.710731506347656,1,N,1,15.0,0.0,0.5,0.3,1.0,0.0,16.8 +1,2016-01-11 08:27:18,2016-01-11 08:33:02,1,1.0,,,-74.01636505126953,40.71049880981445,-74.01007843017578,40.72145080566406,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-26 09:21:18,2016-01-26 09:27:50,1,0.54,,,-73.96479797363281,40.76388931274414,-73.97135162353516,40.760780334472656,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-14 20:07:43,2016-01-14 20:11:41,1,0.6,,,-73.95648956298828,40.696739196777344,-73.9502182006836,40.702362060546875,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +2,2016-01-05 16:37:27,2016-01-05 16:41:18,1,0.61,,,-73.97215270996094,40.786678314208984,-73.96752166748047,40.7879638671875,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-12 00:04:09,2016-01-12 00:20:37,1,6.38,,,-73.98658752441406,40.74277877807617,-73.94496154785156,40.818538665771484,1,N,1,19.0,0.5,0.5,0.3,6.09,0.0,26.39 +1,2016-01-08 09:38:37,2016-01-08 09:44:55,1,1.1,,,-73.96141052246094,40.76494598388672,-73.97225952148438,40.74992752075195,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-03 19:36:43,2016-01-03 19:56:29,1,7.0,,,-73.96646881103516,40.7601432800293,-74.01045227050781,40.71619415283203,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,21.8 +2,2016-01-09 09:27:30,2016-01-09 09:34:49,1,1.26,,,-73.98908233642578,40.758541107177734,-73.98828887939453,40.750370025634766,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-26 04:55:41,2016-01-26 05:11:57,1,7.0,,,-73.9551010131836,40.77774429321289,-73.88525390625,40.77016830444336,1,N,1,21.0,0.5,0.5,0.3,6.96,5.54,34.8 +1,2016-01-12 12:18:20,2016-01-12 12:26:43,1,1.1,,,-73.97442626953125,40.76197814941406,-73.96307373046875,40.77511215209961,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-05 04:37:12,2016-01-05 04:47:58,1,3.32,,,-73.97736358642578,40.63813018798828,-73.96456909179688,40.6003303527832,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +1,2016-01-19 19:46:45,2016-01-19 20:04:32,1,3.6,,,-73.98477935791016,40.76873779296875,-73.9884262084961,40.72966766357422,1,N,1,14.0,1.0,0.5,0.3,3.15,0.0,18.95 +1,2016-01-16 09:51:43,2016-01-16 10:01:37,2,1.8,,,-73.99408721923828,40.75115203857422,-74.00898742675781,40.7393684387207,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-17 11:15:24,2016-01-17 11:59:12,2,11.9,,,-74.01496124267578,40.68183517456055,-73.98602294921875,40.75983810424805,1,N,2,41.0,0.0,0.5,0.3,0.0,0.0,41.8 +2,2016-01-15 08:09:41,2016-01-15 08:11:25,6,0.25,,,-74.01468658447266,40.70513153076172,-74.01792907714844,40.706050872802734,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-09 23:47:04,2016-01-10 00:01:37,1,4.15,,,-73.99221801757812,40.725223541259766,-73.95719909667969,40.68859100341797,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +2,2016-01-28 23:15:10,2016-01-28 23:41:18,1,16.12,,,-73.78993225097656,40.64345169067383,-73.95857238769531,40.7442512512207,1,N,1,44.5,0.5,0.5,0.3,9.16,0.0,54.96 +1,2016-01-28 07:58:27,2016-01-28 08:10:14,1,1.6,,,-73.9806137084961,40.783206939697266,-73.97368621826172,40.76360321044922,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-20 10:26:26,2016-01-20 10:33:27,4,0.6,,,-73.98397064208984,40.75413513183594,-73.97562408447266,40.75494384765625,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-11 20:51:12,2016-01-11 21:22:22,2,18.0,,,-73.7822036743164,40.64445495605469,-73.98893737792969,40.736541748046875,2,N,1,52.0,0.0,0.5,0.3,11.65,5.54,69.99 +2,2016-01-06 09:55:45,2016-01-06 10:06:10,6,2.57,,,-73.95154571533203,40.769744873046875,-73.9771957397461,40.75804901123047,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-16 14:46:33,2016-01-16 14:51:01,1,0.55,,,-73.97968292236328,40.765380859375,-73.98908233642578,40.769309997558594,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-06 22:59:52,2016-01-06 23:02:42,1,0.4,,,-73.98506164550781,40.75997543334961,-73.97907257080078,40.7590217590332,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-11 18:42:58,2016-01-11 18:44:56,1,0.6,,,-73.97880554199219,40.68388366699219,-73.98511505126953,40.67830276489258,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-08 07:11:13,2016-01-08 07:22:44,1,2.4,,,-73.9476318359375,40.775184631347656,-73.98108673095703,40.778419494628906,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-18 21:16:28,2016-01-18 21:21:11,4,0.82,,,-73.998046875,40.73582077026367,-74.00628662109375,40.73357009887695,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +1,2016-01-20 15:25:04,2016-01-20 15:30:59,2,0.8,,,-73.97396087646484,40.74580764770508,-73.96406555175781,40.75699234008789,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-07 20:19:58,2016-01-07 20:28:18,4,1.1,,,-73.98115539550781,40.75061798095703,-73.98418426513672,40.76172637939453,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-19 06:38:11,2016-01-19 06:44:39,1,1.0,,,-73.97057342529297,40.75794982910156,-73.97333526611328,40.74742889404297,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-14 12:50:59,2016-01-14 13:02:10,1,1.4,,,-73.97183990478516,40.78639221191406,-73.9823989868164,40.77293014526367,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-04 20:36:20,2016-01-04 21:04:08,3,9.71,,,-73.98234558105469,40.75865936279297,-73.85266876220703,40.7386474609375,1,N,2,31.5,0.5,0.5,0.3,0.0,0.0,32.8 +1,2016-01-27 05:51:16,2016-01-27 06:35:41,1,18.3,,,-73.77653503417969,40.64530944824219,-73.99287414550781,40.756107330322266,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-03 21:41:30,2016-01-03 21:49:47,2,1.7,,,-73.99247741699219,40.748538970947266,-73.98580932617188,40.73604965209961,1,N,1,8.0,0.5,0.5,0.3,2.3,0.0,11.6 +1,2016-01-01 20:24:49,2016-01-01 21:00:04,1,17.9,,,-73.98674774169922,40.7550163269043,-73.78289031982422,40.64888381958008,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-11 16:14:02,2016-01-11 16:21:12,1,1.2,,,-73.96965026855469,40.76343536376953,-73.97938537597656,40.749691009521484,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-17 17:06:38,2016-01-17 17:12:17,1,1.02,,,-73.98915100097656,40.7420654296875,-74.00145721435547,40.7361946105957,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-01 00:21:19,2016-01-01 00:30:32,2,2.04,,,-73.9495620727539,40.78477478027344,-73.9548568725586,40.8050537109375,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-07 22:09:36,2016-01-07 22:30:09,5,10.97,,,-73.97406768798828,40.74286651611328,-73.97212982177734,40.63127517700195,1,N,1,31.0,0.5,0.5,0.3,6.46,0.0,38.76 +2,2016-01-05 18:06:05,2016-01-05 18:12:45,2,1.76,,,-73.97025299072266,40.78398895263672,-73.96556854248047,40.80377960205078,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-29 15:05:17,2016-01-29 15:40:00,1,15.46,,,-73.78195190429688,40.64487075805664,-73.95697021484375,40.74475860595703,1,N,2,44.0,0.0,0.5,0.3,0.0,0.0,44.8 +2,2016-01-09 14:11:09,2016-01-09 14:19:05,2,1.68,,,-74.00110626220703,40.72032165527344,-73.9951400756836,40.73973846435547,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-09 14:15:38,2016-01-09 14:23:34,2,1.3,,,-73.9581298828125,40.77910614013672,-73.97086334228516,40.76425552368164,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-19 15:30:58,2016-01-19 15:44:46,2,1.73,,,-73.95162963867188,40.78701400756836,-73.97281646728516,40.7502326965332,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +2,2016-01-18 15:53:04,2016-01-18 16:06:24,2,2.16,,,-73.95418548583984,40.787330627441406,-73.97135925292969,40.766761779785156,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +2,2016-01-29 21:48:40,2016-01-29 21:52:57,1,0.56,,,-73.98075866699219,40.76008987426758,-73.98593139648438,40.75785827636719,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-29 15:55:54,2016-01-29 16:07:33,1,0.95,,,-73.95401763916016,40.76654815673828,-73.96556091308594,40.761959075927734,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +2,2016-01-17 19:35:02,2016-01-17 19:42:17,5,1.09,,,-73.99604034423828,40.72520065307617,-73.98126220703125,40.72502899169922,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-22 18:50:58,2016-01-22 19:06:58,2,1.54,,,-73.99800872802734,40.682735443115234,-73.97846221923828,40.6879768371582,1,N,1,11.0,1.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-07 18:52:21,2016-01-07 18:57:24,1,1.2,,,-73.97571563720703,40.749141693115234,-73.96224975585938,40.7579345703125,1,N,1,6.0,1.0,0.5,0.3,3.0,0.0,10.8 +2,2016-01-29 15:59:23,2016-01-29 16:20:42,1,2.54,,,-73.949951171875,40.78028106689453,-73.98294067382812,40.77682113647461,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-26 13:53:50,2016-01-26 14:19:32,1,1.3,,,0.0,0.0,0.0,0.0,1,N,1,15.5,0.0,0.5,0.3,3.25,0.0,19.55 +1,2016-01-17 00:58:44,2016-01-17 01:04:47,1,1.3,,,-73.97591400146484,40.76031494140625,-73.97610473632812,40.74651336669922,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-10 23:23:04,2016-01-10 23:27:00,1,0.8,,,-74.00543975830078,40.7181282043457,-73.99444580078125,40.724639892578125,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +2,2016-01-10 15:15:03,2016-01-10 16:06:18,6,21.91,,,-73.7817611694336,40.644779205322266,-73.98869323730469,40.77415084838867,2,N,1,52.0,0.0,0.5,0.3,10.0,5.54,68.34 +1,2016-01-05 16:55:31,2016-01-05 17:03:45,1,2.0,,,-73.95320892333984,40.788394927978516,-73.9419937133789,40.81234359741211,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-22 23:10:18,2016-01-22 23:22:23,1,6.5,,,-73.96560668945312,40.76287841796875,-74.01260375976562,40.701515197753906,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,21.3 +2,2016-01-30 16:02:04,2016-01-30 16:20:15,5,3.06,,,-73.98567199707031,40.7679557800293,-73.9879150390625,40.76435470581055,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-18 18:25:57,2016-01-18 18:34:02,1,1.25,,,-73.97673034667969,40.74736785888672,-73.98282623291016,40.758758544921875,1,N,1,7.5,0.0,0.5,0.3,1.5,0.0,9.8 +1,2016-01-21 07:31:58,2016-01-21 07:38:48,1,1.0,,,-73.9721450805664,40.745880126953125,-73.98372650146484,40.75490951538086,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,9.1 +2,2016-01-14 10:10:14,2016-01-14 10:22:50,4,1.89,,,-73.96321105957031,40.808650970458984,-73.95301818847656,40.79164123535156,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-04 21:58:47,2016-01-04 22:04:12,6,1.3,,,-73.98726654052734,40.71841812133789,-73.98104858398438,40.73350143432617,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-28 18:03:32,2016-01-28 18:13:24,2,1.02,,,-73.98832702636719,40.73725891113281,-73.9974365234375,40.737796783447266,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-21 07:17:56,2016-01-21 07:28:17,1,2.3,,,-73.98678588867188,40.702457427978516,-74.00970458984375,40.72066879272461,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-29 20:23:49,2016-01-29 20:37:43,1,4.7,,,-73.97058868408203,40.79922866821289,-73.99667358398438,40.75027084350586,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,17.8 +2,2016-01-29 08:39:14,2016-01-29 08:48:17,6,2.01,,,-73.94393157958984,40.83539962768555,-73.95002746582031,40.81206130981445,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-07 03:45:32,2016-01-07 03:48:32,1,0.5,,,-73.98951721191406,40.76297378540039,-73.98836517333984,40.76927185058594,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +1,2016-01-01 12:47:43,2016-01-01 12:49:24,1,0.3,,,-74.0172348022461,40.7054328918457,-74.01777648925781,40.70801544189453,1,N,1,3.5,0.0,0.5,0.3,1.25,0.0,5.55 +2,2016-01-20 17:23:34,2016-01-20 17:30:46,1,0.9,,,-73.9862289428711,40.762298583984375,-73.97090911865234,40.755760192871094,1,N,1,6.0,1.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-25 08:38:19,2016-01-25 08:43:17,1,0.89,,,-73.98234558105469,40.74576187133789,-73.98059844970703,40.7386589050293,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,7.88 +1,2016-01-21 17:53:18,2016-01-21 18:00:21,1,0.9,,,-73.965087890625,40.75931930541992,-73.9760513305664,40.75568771362305,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-14 20:49:16,2016-01-14 20:53:25,1,0.8,,,-74.00428009033203,40.74764633178711,-74.00743865966797,40.74099349975586,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-14 08:50:05,2016-01-14 08:52:19,1,0.44,,,-73.99880981445312,40.745548248291016,-74.00615692138672,40.74863052368164,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +1,2016-01-25 16:51:02,2016-01-25 17:10:39,1,2.0,,,-73.99169921875,40.74393844604492,-73.96622467041016,40.75375747680664,1,N,1,13.5,1.0,0.5,0.3,4.7,0.0,20.0 +1,2016-01-08 17:51:29,2016-01-08 18:01:48,1,1.4,,,-73.95520782470703,40.776954650878906,-73.96548461914062,40.790653228759766,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-15 00:05:16,2016-01-15 00:15:14,1,1.6,,,-74.00888061523438,40.711021423339844,-73.98931884765625,40.71659851074219,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +1,2016-01-14 21:55:22,2016-01-14 22:19:53,1,7.3,,,-73.97689819335938,40.759132385253906,-73.99232482910156,40.691097259521484,1,N,1,25.0,0.5,0.5,0.3,6.55,0.0,32.85 +2,2016-01-12 07:39:57,2016-01-12 07:42:52,1,0.67,,,-73.9499282836914,40.77193832397461,-73.95314025878906,40.77870178222656,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-01 03:33:12,2016-01-01 03:53:35,2,10.43,,,-73.95525360107422,40.77927780151367,-73.8603515625,40.87058639526367,1,N,1,30.0,0.5,0.5,0.3,9.21,5.54,46.05 +1,2016-01-05 17:13:40,2016-01-05 17:21:24,1,0.8,,,-73.97218322753906,40.75334930419922,-73.97276306152344,40.7615966796875,1,N,1,6.5,1.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-06 18:03:52,2016-01-06 18:24:29,1,2.4,,,-73.97503662109375,40.752349853515625,-73.95787048339844,40.777862548828125,1,N,1,14.0,1.0,0.5,0.3,2.2,0.0,18.0 +1,2016-01-16 01:12:36,2016-01-16 01:18:16,1,2.0,,,-73.95391845703125,40.770660400390625,-73.94219970703125,40.79475784301758,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-13 11:01:15,2016-01-13 11:10:34,1,4.77,,,-74.00364685058594,40.707698822021484,-73.96829223632812,40.7540397644043,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-15 23:13:43,2016-01-15 23:16:11,1,0.5,,,-73.9768295288086,40.78535079956055,-73.9721908569336,40.79166030883789,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-30 01:35:08,2016-01-30 02:00:36,1,6.04,,,-73.98930358886719,40.726261138916016,-73.91910552978516,40.75878143310547,1,N,1,21.5,0.5,0.5,0.3,4.56,0.0,27.36 +1,2016-01-11 03:40:35,2016-01-11 03:49:53,1,1.9,,,-73.9766616821289,40.788265228271484,-73.94806671142578,40.7786750793457,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-26 18:08:49,2016-01-26 18:53:24,1,8.22,,,-73.87299346923828,40.77394104003906,-73.98538970947266,40.75083923339844,1,N,1,35.0,1.0,0.5,0.3,8.47,5.54,50.81 +1,2016-01-20 09:39:50,2016-01-20 09:47:03,1,0.9,,,-73.98040771484375,40.74808120727539,-73.97274780273438,40.75898361206055,1,N,1,6.5,0.0,0.5,0.3,2.15,0.0,9.45 +2,2016-01-11 22:16:59,2016-01-11 22:26:28,1,1.53,,,-73.97472381591797,40.756778717041016,-73.98515319824219,40.76937484741211,1,N,1,8.5,0.5,0.5,0.3,1.2,0.0,11.0 +1,2016-01-26 16:22:02,2016-01-26 16:40:53,1,1.5,,,-73.98226928710938,40.77138137817383,-73.99589538574219,40.75440979003906,1,N,1,12.5,1.0,0.5,0.3,0.03,0.0,14.33 +2,2016-01-16 14:26:52,2016-01-16 14:40:48,1,3.83,,,-73.94844055175781,40.77628707885742,-73.98680114746094,40.74894714355469,1,N,1,13.5,0.0,0.5,0.3,3.58,0.0,17.88 +2,2016-01-22 20:11:16,2016-01-22 20:14:34,6,0.73,,,-73.9696044921875,40.78535842895508,-73.95944213867188,40.7799072265625,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-25 19:18:42,2016-01-25 19:47:54,2,3.43,,,-73.97882080078125,40.75278091430664,-73.94564056396484,40.79034423828125,1,N,1,19.0,1.0,0.5,0.3,2.0,0.0,22.8 +1,2016-01-28 11:33:46,2016-01-28 11:42:50,1,0.9,,,-73.97298431396484,40.79332733154297,-73.98130798339844,40.78089141845703,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-20 10:54:18,2016-01-20 11:03:02,1,1.27,,,-73.96305084228516,40.76806640625,-73.95416259765625,40.78225326538086,1,N,1,7.5,0.0,0.5,0.3,1.24,0.0,9.54 +1,2016-01-20 12:09:13,2016-01-20 12:34:45,1,3.9,,,-74.01527404785156,40.70476150512695,-73.99484252929688,40.75010681152344,1,N,1,19.5,0.0,0.5,0.3,5.05,0.0,25.35 +2,2016-01-10 09:18:53,2016-01-10 09:29:13,1,2.63,,,-74.01557922363281,40.70854949951172,-73.99815368652344,40.738929748535156,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-06 22:00:12,2016-01-06 22:05:17,2,0.6,,,-73.97080993652344,40.75831985473633,-73.97454071044922,40.750980377197266,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +1,2016-01-07 21:05:47,2016-01-07 21:22:14,2,2.4,,,-73.9767074584961,40.73937225341797,-73.9930648803711,40.714576721191406,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,13.8 +2,2016-01-14 16:21:35,2016-01-14 17:18:43,1,15.57,,,-73.78217315673828,40.64467239379883,-73.9423599243164,40.748722076416016,1,N,1,53.0,1.0,0.5,0.3,10.96,0.0,65.76 +1,2016-01-23 09:46:51,2016-01-23 09:53:45,1,0.9,,,-73.9666976928711,40.770118713378906,-73.97369384765625,40.76279067993164,1,N,1,6.5,0.0,0.5,0.3,2.15,0.0,9.45 +2,2016-01-01 22:59:11,2016-01-01 23:05:06,1,1.62,,,-73.96054077148438,40.77281188964844,-73.97537994384766,40.75263977050781,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-23 08:21:04,2016-01-23 08:27:49,2,1.0,,,-73.98332214355469,40.771244049072266,-73.99676513671875,40.76752853393555,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-10 04:13:22,2016-01-10 04:23:28,1,2.88,,,-73.99169921875,40.726322174072266,-73.95115661621094,40.7100715637207,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-11 08:59:42,2016-01-11 09:17:49,1,2.0,,,-73.95073699951172,40.78605270385742,-73.97078704833984,40.764076232910156,1,N,1,12.5,0.0,0.5,0.3,2.5,0.0,15.8 +2,2016-01-17 13:11:24,2016-01-17 13:18:00,1,0.82,,,-73.95394897460938,40.78474044799805,-73.94483184814453,40.77891159057617,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-09 11:52:00,2016-01-09 12:00:09,4,2.0,,,-74.01427459716797,40.71395492553711,-74.00621032714844,40.73971176147461,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-08 12:14:44,2016-01-08 12:21:03,1,1.3,,,-73.97264099121094,40.79095458984375,-73.96550750732422,40.80620574951172,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,9.1 +2,2016-01-12 16:31:17,2016-01-12 16:55:30,1,2.93,,,-73.96856689453125,40.76647186279297,-74.0007095336914,40.747188568115234,1,N,2,16.5,1.0,0.5,0.3,0.0,0.0,18.3 +2,2016-01-12 17:39:37,2016-01-12 17:49:56,2,1.55,,,-73.97225952148438,40.75857162475586,-73.98126983642578,40.7411994934082,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-21 20:05:53,2016-01-21 20:10:35,1,0.9,,,-73.95698547363281,40.766475677490234,-73.94740295410156,40.779457092285156,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-03 12:51:29,2016-01-03 13:07:02,1,4.0,,,-74.0127182006836,40.70211410522461,-73.9966049194336,40.74867248535156,1,N,1,15.0,0.0,0.5,0.3,4.7,0.0,20.5 +2,2016-01-19 13:55:43,2016-01-19 14:07:19,1,1.75,,,-73.96941375732422,40.75733947753906,-73.97753143310547,40.774391174316406,1,N,1,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-11 18:25:49,2016-01-11 18:29:16,2,0.39,,,-73.99163055419922,40.72977828979492,-73.99600219726562,40.72603988647461,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-18 13:09:13,2016-01-18 13:13:18,2,0.61,,,-73.98662567138672,40.73408889770508,-73.99158477783203,40.73890686035156,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-04 11:40:03,2016-01-04 12:05:09,1,3.6,,,-73.99021911621094,40.755882263183594,-73.9502944946289,40.783748626708984,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +1,2016-01-16 19:02:20,2016-01-16 19:09:52,1,1.6,,,-73.99539184570312,40.74403762817383,-73.99861907958984,40.761043548583984,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-13 14:11:43,2016-01-13 14:27:49,1,2.9,,,-73.97909545898438,40.73627853393555,-73.96174621582031,40.77095031738281,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-19 09:48:13,2016-01-19 09:54:21,1,1.47,,,-73.97447967529297,40.791194915771484,-73.98007202148438,40.7755241394043,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-27 19:25:15,2016-01-27 19:32:21,1,1.03,,,-73.94608306884766,40.77555847167969,-73.95362854003906,40.78498077392578,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-04 09:38:47,2016-01-04 10:14:00,1,13.5,,,-73.8627700805664,40.76873016357422,-74.00116729736328,40.73585891723633,1,N,1,39.5,0.0,0.5,0.3,9.17,5.54,55.01 +1,2016-01-18 21:01:09,2016-01-18 21:02:49,1,0.6,,,-74.00550842285156,40.74054718017578,-74.00432586669922,40.747589111328125,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,6.35 +2,2016-01-19 18:15:40,2016-01-19 18:35:03,4,4.77,,,-73.98258972167969,40.76156234741211,-74.01387786865234,40.715232849121094,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,19.8 +2,2016-01-14 15:35:55,2016-01-14 15:43:21,3,1.76,,,-73.962646484375,40.75891876220703,-73.95401763916016,40.77988052368164,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-25 18:03:49,2016-01-25 18:19:47,1,1.8,,,-73.97453308105469,40.787044525146484,-73.98882293701172,40.77183151245117,1,N,1,11.5,1.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-24 19:29:01,2016-01-24 19:37:00,1,1.0,,,-73.99412536621094,40.74618911743164,-73.99378204345703,40.73613739013672,1,N,1,6.5,1.0,0.5,0.3,2.05,0.0,10.35 +1,2016-01-17 19:44:56,2016-01-17 19:52:45,1,1.4,,,-74.00179290771484,40.7322998046875,-73.99493408203125,40.7501106262207,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-13 16:16:59,2016-01-13 16:46:40,1,9.19,,,-73.87079620361328,40.773616790771484,-73.97401428222656,40.793174743652344,1,N,1,30.5,1.0,0.5,0.3,7.57,5.54,45.41 +2,2016-01-10 02:49:24,2016-01-10 02:51:48,2,0.38,,,-73.99089050292969,40.724361419677734,-73.99429321289062,40.72018051147461,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,5.76 +1,2016-01-02 16:17:25,2016-01-02 16:29:34,1,1.4,,,-73.97393035888672,40.763187408447266,-73.99005889892578,40.75074768066406,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-14 19:29:34,2016-01-14 19:42:40,1,4.1,,,-73.86353302001953,40.769901275634766,-73.92585754394531,40.76539993286133,1,N,1,15.0,1.0,0.5,0.3,5.0,0.0,21.8 +2,2016-01-14 13:33:49,2016-01-14 13:46:46,1,0.76,,,-73.99071502685547,40.7562255859375,-73.98225402832031,40.76167678833008,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-04 16:18:15,2016-01-04 16:31:02,5,2.06,,,-73.97278594970703,40.780731201171875,-73.97586822509766,40.758338928222656,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-06 18:54:41,2016-01-06 19:07:39,2,1.6,,,-73.99002075195312,40.75600814819336,-73.98090362548828,40.744468688964844,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-03 11:09:10,2016-01-04 11:07:31,2,1.31,,,-73.99472045898438,40.75056838989258,-74.00919342041016,40.74668884277344,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 11:57:21,2016-01-11 12:16:44,2,1.94,,,-73.97329711914062,40.7462043762207,-74.00080108642578,40.75761795043945,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-05 20:45:17,2016-01-05 20:55:42,1,1.9,,,-73.9800033569336,40.755577087402344,-73.9825210571289,40.77735900878906,1,N,1,9.0,0.5,0.5,0.3,1.8,0.0,12.1 +1,2016-01-21 19:52:47,2016-01-21 20:03:10,1,1.6,,,-73.9966049194336,40.73625946044922,-74.00838470458984,40.719886779785156,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-11 08:02:13,2016-01-11 08:04:54,1,0.86,,,-73.95118713378906,40.78266906738281,-73.94336700439453,40.79331970214844,1,N,1,4.5,0.0,0.5,0.3,0.5,0.0,5.8 +2,2016-01-16 18:11:59,2016-01-16 18:20:10,2,1.74,,,-74.00756072998047,40.74094009399414,-74.01042938232422,40.71895980834961,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-28 13:38:57,2016-01-28 13:57:54,1,6.0,,,-73.97969818115234,40.74681854248047,-74.01177978515625,40.714935302734375,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,25.56 +2,2016-01-03 22:20:26,2016-01-03 22:28:54,1,2.2,,,-74.01587677001953,40.71508026123047,-74.00764465332031,40.74078369140625,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-15 13:54:34,2016-01-15 13:59:11,1,0.65,,,-73.98455810546875,40.759395599365234,-73.99091339111328,40.750732421875,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-20 13:08:27,2016-01-20 13:41:27,1,3.98,,,-73.99337005615234,40.75246810913086,-74.00668334960938,40.70555877685547,1,N,1,22.0,0.0,0.5,0.3,5.7,0.0,28.5 +2,2016-01-15 09:12:13,2016-01-15 09:40:11,2,9.28,,,-73.86344146728516,40.76963424682617,-73.97760009765625,40.75484085083008,1,N,1,30.0,0.0,0.5,0.3,6.0,5.54,42.34 +2,2016-01-21 16:23:06,2016-01-21 16:38:44,1,2.42,,,-73.95328521728516,40.785850524902344,-73.98403930664062,40.780521392822266,1,N,1,12.0,1.0,0.5,0.3,1.2,0.0,15.0 +2,2016-01-11 20:08:09,2016-01-11 20:09:56,1,0.65,,,-73.9599609375,40.77061462402344,-73.95398712158203,40.77872085571289,1,N,1,4.0,0.5,0.5,0.3,1.0,0.0,6.3 +1,2016-01-22 12:27:15,2016-01-22 12:29:37,1,0.5,,,-73.98138427734375,40.78108596801758,-73.97736358642578,40.77663803100586,1,N,1,4.0,0.0,0.5,0.3,0.5,0.0,5.3 +2,2016-01-22 08:38:34,2016-01-22 08:50:01,2,1.67,,,-73.99759674072266,40.74177169799805,-74.00576782226562,40.725379943847656,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-29 06:17:49,2016-01-29 06:27:18,5,3.07,,,-73.94132995605469,40.799278259277344,-73.97055053710938,40.762630462646484,1,N,1,10.5,0.0,0.5,0.3,3.39,0.0,14.69 +2,2016-01-08 23:09:23,2016-01-08 23:25:53,1,4.03,,,-74.01078033447266,40.71007537841797,-73.99036407470703,40.757720947265625,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +1,2016-01-15 14:12:41,2016-01-15 14:22:32,1,1.1,,,-73.95995330810547,40.77355194091797,-73.97175598144531,40.760318756103516,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-28 00:37:36,2016-01-28 00:43:20,2,1.07,,,-73.99210357666016,40.729896545410156,-73.98418426513672,40.74320602416992,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-18 22:25:33,2016-01-18 22:31:40,1,1.7,,,-73.98255157470703,40.751705169677734,-73.98033142089844,40.733612060546875,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-07 09:50:56,2016-01-07 10:07:51,1,1.04,,,-73.9839096069336,40.74643325805664,-73.98724365234375,40.755767822265625,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-26 19:57:00,2016-01-26 20:29:23,5,22.25,,,-73.78177642822266,40.64472198486328,-73.55931854248047,40.7763557434082,1,N,1,59.0,1.0,0.5,0.3,12.16,0.0,72.96 +1,2016-01-07 20:41:52,2016-01-07 20:55:37,1,1.8,,,-73.9763412475586,40.74427032470703,-73.9872055053711,40.722232818603516,1,N,1,11.0,0.5,0.5,0.3,2.45,0.0,14.75 +2,2016-01-16 20:51:42,2016-01-16 20:55:56,1,0.63,,,-74.0108413696289,40.717281341552734,-74.01593780517578,40.71152114868164,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-23 01:04:22,2016-01-23 01:22:20,1,2.91,,,-73.984619140625,40.75908660888672,-73.97895812988281,40.72983169555664,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,17.76 +1,2016-01-30 13:32:19,2016-01-30 13:42:48,1,1.7,,,-73.97589111328125,40.6840705871582,-73.97504425048828,40.66712188720703,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +1,2016-01-08 14:52:24,2016-01-08 15:03:14,1,1.5,,,-73.96649932861328,40.773223876953125,-73.9789047241211,40.76678466796875,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-01 19:40:38,2016-01-01 19:46:12,1,0.7,,,-73.98502349853516,40.72834014892578,-73.98919677734375,40.7218132019043,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-27 00:54:37,2016-01-27 00:57:16,1,0.78,,,-73.95436096191406,40.77824020385742,-73.95214080810547,40.7711296081543,1,N,1,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-10 18:25:46,2016-01-10 18:32:21,1,1.51,,,-73.96296691894531,40.76253890991211,-73.9767074584961,40.7434196472168,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-11 21:14:31,2016-01-11 21:25:47,1,2.5,,,-73.98158264160156,40.75901794433594,-73.9775619506836,40.7868537902832,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,13.8 +2,2016-01-13 13:59:53,2016-01-13 14:41:09,1,3.67,,,-73.9388427734375,40.79658126831055,-73.9769515991211,40.764671325683594,1,N,2,25.0,0.0,0.5,0.3,0.0,0.0,25.8 +2,2016-01-28 12:50:52,2016-01-28 13:20:16,1,2.26,,,-73.98587036132812,40.72686004638672,-74.00016784667969,40.74763870239258,1,N,1,18.0,0.0,0.5,0.3,2.0,0.0,20.8 +1,2016-01-18 11:18:01,2016-01-18 11:26:19,1,1.2,,,-73.98591613769531,40.761329650878906,-74.00040435791016,40.75809860229492,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-30 22:49:06,2016-01-30 23:03:28,4,1.0,,,-73.98844146728516,40.731605529785156,-73.99562072753906,40.71699142456055,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +1,2016-01-04 16:00:21,2016-01-04 16:06:19,3,0.9,,,-73.95573425292969,40.78471374511719,-73.9571304321289,40.77418518066406,1,N,1,6.0,1.0,0.5,0.3,1.1,0.0,8.9 +1,2016-01-30 23:15:21,2016-01-30 23:38:13,1,9.8,,,-73.86454010009766,40.77052688598633,-73.96990966796875,40.79893112182617,1,N,1,30.0,0.5,0.5,0.3,4.0,5.54,40.84 +2,2016-01-26 13:15:44,2016-01-26 13:55:51,1,3.78,,,-73.99160766601562,40.73311996459961,-73.95562744140625,40.7761116027832,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,30.36 +1,2016-01-16 14:32:10,2016-01-16 14:46:09,3,1.5,,,-73.97148132324219,40.75779724121094,-73.99016571044922,40.751548767089844,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,13.5 +2,2016-01-20 20:49:16,2016-01-20 20:54:33,4,1.52,,,-73.98175811767578,40.771060943603516,-73.97345733642578,40.79051971435547,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-10 23:42:43,2016-01-11 00:02:04,1,5.1,,,-74.00760650634766,40.70458221435547,-73.99270629882812,40.75841522216797,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,20.3 +1,2016-01-14 08:00:11,2016-01-14 08:23:59,1,3.3,,,-73.9607925415039,40.802642822265625,-73.96851348876953,40.764610290527344,1,N,1,16.5,0.0,0.5,0.3,3.45,0.0,20.75 +1,2016-01-17 15:16:19,2016-01-17 15:34:35,1,2.9,,,-74.00808715820312,40.739410400390625,-73.97422790527344,40.75965881347656,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +2,2016-01-30 09:43:34,2016-01-30 09:49:02,1,1.39,,,-73.97860717773438,40.76245880126953,-73.96354675292969,40.77437973022461,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-08 18:49:07,2016-01-08 18:56:57,1,1.3,,,-73.96556854248047,40.79539489746094,-73.9485855102539,40.7978515625,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-09 19:23:00,2016-01-09 19:37:58,1,3.8,,,-73.98542022705078,40.73271179199219,-74.00792694091797,40.70442581176758,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,18.95 +1,2016-01-18 02:28:01,2016-01-18 02:52:31,2,11.0,,,-74.00411987304688,40.7525634765625,-73.92870330810547,40.83594512939453,1,Y,1,32.5,0.5,0.5,0.3,0.0,0.0,33.8 +1,2016-01-29 15:12:57,2016-01-29 15:33:59,1,1.8,,,-73.99202728271484,40.72945785522461,-73.99300384521484,40.74959945678711,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +1,2016-01-06 13:40:10,2016-01-06 13:49:46,1,2.5,,,-73.94892883300781,40.77349853515625,-73.97411346435547,40.75111770629883,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-16 21:06:33,2016-01-16 21:15:47,1,1.0,,,-73.98983764648438,40.733863830566406,-73.9874038696289,40.74542999267578,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-17 10:23:32,2016-01-17 10:32:19,1,2.1,,,-73.94739532470703,40.77566146850586,-73.97098541259766,40.76080322265625,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-19 14:04:04,2016-01-19 14:14:22,1,1.08,,,-73.95211791992188,40.773258209228516,-73.95662689208984,40.783897399902344,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-18 17:54:47,2016-01-18 18:26:10,1,11.8,,,0.0,0.0,0.0,0.0,1,N,1,34.5,0.0,0.5,0.3,7.05,0.0,42.35 +2,2016-01-08 09:11:47,2016-01-08 09:20:41,1,1.31,,,-74.00406646728516,40.74204635620117,-74.00469970703125,40.75206756591797,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-18 17:32:33,2016-01-18 17:52:07,1,10.11,,,-73.87094116210938,40.77375411987305,-73.8434066772461,40.85274124145508,1,N,1,29.0,0.0,0.5,0.3,4.0,5.54,39.34 +2,2016-01-22 18:36:45,2016-01-22 18:39:05,5,0.3,,,-73.97335052490234,40.76410675048828,-73.97542572021484,40.76006317138672,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-07 13:24:40,2016-01-07 13:38:00,6,2.21,,,-73.96663665771484,40.80426025390625,-73.97991180419922,40.78049850463867,1,N,1,11.0,0.0,0.5,0.3,2.0,0.0,13.8 +1,2016-01-05 19:40:11,2016-01-05 19:49:07,1,1.5,,,-74.00556182861328,40.73828887939453,-74.0101089477539,40.71963882446289,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-18 23:11:56,2016-01-18 23:27:42,6,4.08,,,-73.96542358398438,40.76184844970703,-74.00894927978516,40.72758865356445,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +1,2016-01-09 17:36:49,2016-01-09 18:07:13,1,5.5,,,-73.96854400634766,40.7911376953125,-73.92660522460938,40.76191329956055,1,N,1,23.0,0.0,0.5,0.3,4.75,0.0,28.55 +1,2016-01-15 12:19:56,2016-01-15 12:23:58,1,0.6,,,-73.94570922851562,40.777992248535156,-73.95561981201172,40.779319763183594,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-09 00:53:50,2016-01-09 01:04:28,1,3.67,,,-73.98921203613281,40.71818161010742,-73.97108459472656,40.751487731933594,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,15.3 +2,2016-01-09 21:55:50,2016-01-09 22:24:02,2,9.06,,,-74.00154876708984,40.73591995239258,-73.8899154663086,40.75120162963867,1,N,2,30.5,0.5,0.5,0.3,0.0,0.0,31.8 +1,2016-01-22 21:03:58,2016-01-22 21:12:48,1,1.1,,,-74.00048828125,40.732398986816406,-73.98884582519531,40.74540328979492,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-01 05:48:48,2016-01-01 06:17:39,5,9.88,,,-73.9832992553711,40.76401138305664,-73.92144775390625,40.69734191894531,1,N,1,31.0,0.5,0.5,0.3,6.46,0.0,38.76 +1,2016-01-09 22:58:09,2016-01-09 23:08:11,2,2.2,,,-73.99020385742188,40.738426208496094,-73.99443817138672,40.76074981689453,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-30 00:26:44,2016-01-30 00:41:37,1,3.3,,,-73.9468994140625,40.741268157958984,-73.99492645263672,40.76008224487305,2,N,1,52.0,0.0,0.5,0.3,11.65,5.54,69.99 +1,2016-01-16 11:42:21,2016-01-16 11:53:57,1,2.9,,,-73.97781372070312,40.758731842041016,-73.97577667236328,40.78795623779297,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-11 21:15:31,2016-01-11 21:38:47,1,5.4,,,-74.0019302368164,40.73045349121094,-73.95921325683594,40.68489456176758,1,N,1,20.5,0.5,0.5,0.3,4.35,0.0,26.15 +2,2016-01-19 11:54:20,2016-01-19 12:09:48,1,1.71,,,-73.97420501708984,40.759788513183594,-73.99348449707031,40.74692916870117,1,N,1,10.5,0.0,0.5,0.3,3.39,0.0,14.69 +2,2016-01-02 19:14:40,2016-01-02 19:19:23,2,1.08,,,-73.97492218017578,40.78774642944336,-73.9587631225586,40.780426025390625,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-07 14:05:17,2016-01-07 14:30:25,1,2.4,,,-73.95366668701172,40.784629821777344,-73.96147155761719,40.76032638549805,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-10 18:09:37,2016-01-10 18:17:33,1,1.6,,,-73.9715805053711,40.786163330078125,-73.98416900634766,40.7696533203125,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-07 22:06:15,2016-01-07 22:11:10,2,1.56,,,-73.9620590209961,40.7763557434082,-73.98052978515625,40.77497100830078,1,N,1,6.5,0.5,0.5,0.3,1.2,0.0,9.0 +1,2016-01-28 16:07:52,2016-01-28 16:30:59,1,2.4,,,-73.98924255371094,40.739566802978516,-73.99652862548828,40.763221740722656,1,N,1,15.0,1.0,0.5,0.3,3.35,0.0,20.15 +1,2016-01-12 07:36:25,2016-01-12 07:43:39,1,1.1,,,-73.98715209960938,40.744178771972656,-73.98648071289062,40.754451751708984,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-09 01:01:10,2016-01-09 01:09:56,1,1.62,,,-73.97991180419922,40.74628829956055,-73.97830963134766,40.72893142700195,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-12 15:12:24,2016-01-12 15:34:48,1,3.6,,,-73.9821548461914,40.76464080810547,-74.00218200683594,40.71895980834961,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-07 15:26:01,2016-01-07 15:29:05,1,0.4,,,-73.98696899414062,40.745174407958984,-73.98189544677734,40.74412536621094,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,6.0 +2,2016-01-29 14:45:44,2016-01-29 14:52:49,2,1.42,,,-73.96817016601562,40.7554817199707,-73.97682189941406,40.73937225341797,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-21 13:31:45,2016-01-21 14:24:15,4,9.6,,,-73.8726577758789,40.77422332763672,-73.9854965209961,40.76324462890625,1,N,2,41.5,0.0,0.5,0.3,0.0,5.54,47.84 +2,2016-01-25 00:06:29,2016-01-25 00:19:15,6,2.61,,,-73.92176055908203,40.70589065551758,-73.95317840576172,40.715946197509766,1,N,1,11.0,0.5,0.5,0.3,3.69,0.0,15.99 +2,2016-01-08 16:12:24,2016-01-08 16:20:32,6,1.57,,,-73.97834777832031,40.76298904418945,-73.96058654785156,40.773155212402344,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-25 20:18:37,2016-01-25 20:22:48,1,0.53,,,-73.98590850830078,40.7270393371582,-73.99231719970703,40.73078155517578,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +1,2016-01-26 08:38:55,2016-01-26 08:43:08,1,0.8,,,-73.98399353027344,40.77000427246094,-73.99442291259766,40.76642990112305,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-22 01:41:20,2016-01-22 01:49:18,2,2.3,,,-73.95569610595703,40.779380798339844,-73.95904541015625,40.80176544189453,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +2,2016-01-29 00:01:50,2016-01-29 00:12:46,1,1.96,,,-73.95854187011719,40.778568267822266,-73.97872924804688,40.76217269897461,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-05 06:08:01,2016-01-05 06:13:00,1,0.9,,,-73.99424743652344,40.75095748901367,-73.98516845703125,40.76019287109375,1,N,1,5.5,0.0,0.5,0.3,1.2,0.0,7.5 +2,2016-01-21 11:53:38,2016-01-21 11:57:49,2,0.64,,,-73.97211456298828,40.75127029418945,-73.96430969238281,40.754661560058594,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-15 18:35:38,2016-01-15 18:54:25,1,2.9,,,-74.00048828125,40.742454528808594,-73.99091339111328,40.77508544921875,1,N,1,14.0,1.0,0.5,0.3,1.0,0.0,16.8 +2,2016-01-07 23:12:24,2016-01-07 23:17:38,1,1.01,,,-73.98979187011719,40.729923248291016,-74.00045776367188,40.72513198852539,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +2,2016-01-01 00:55:11,2016-01-01 01:15:56,1,5.35,,,-73.98800659179688,40.74380111694336,-73.91307067871094,40.757511138916016,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,20.3 +2,2016-01-26 15:14:21,2016-01-26 15:38:17,1,2.1,,,-73.9660415649414,40.80509948730469,-73.93929290771484,40.80514144897461,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-17 00:59:05,2016-01-17 01:24:39,1,4.88,,,-73.98438262939453,40.74879837036133,-73.97276306152344,40.755741119384766,1,N,1,19.5,0.5,0.5,0.3,4.16,0.0,24.96 +1,2016-01-21 18:33:46,2016-01-21 18:41:04,2,0.9,,,-73.98421478271484,40.743186950683594,-73.99547576904297,40.739463806152344,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-29 07:48:51,2016-01-29 07:53:55,1,0.85,,,-73.99172973632812,40.73141098022461,-73.99768829345703,40.72304153442383,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-08 23:35:56,2016-01-08 23:41:56,1,1.16,,,-73.99784851074219,40.73588180541992,-73.99172973632812,40.749088287353516,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-05 14:06:28,2016-01-05 14:18:53,1,1.97,,,-73.97476196289062,40.7906608581543,-73.98091888427734,40.76430130004883,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-09 21:54:44,2016-01-09 22:15:18,2,2.6,,,-73.98259735107422,40.739253997802734,-74.00426483154297,40.7212028503418,1,N,1,14.5,0.5,0.5,0.3,3.15,0.0,18.95 +2,2016-01-11 20:05:27,2016-01-11 20:11:21,1,0.96,,,-73.97975158691406,40.75176239013672,-73.97437286376953,40.74421691894531,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-17 11:14:12,2016-01-17 11:28:18,1,4.76,,,-73.95481872558594,40.775848388671875,-73.99044799804688,40.72806930541992,1,N,1,16.5,0.0,0.5,0.3,1.73,0.0,19.03 +2,2016-01-21 23:15:03,2016-01-21 23:27:26,1,1.7,,,-73.97737884521484,40.759830474853516,-73.9999771118164,40.761451721191406,1,N,1,9.5,0.5,0.5,0.3,1.5,0.0,12.3 +2,2016-01-19 14:22:07,2016-01-19 14:40:49,1,1.96,,,-73.9998779296875,40.74137878417969,-73.98269653320312,40.76451873779297,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-04 22:48:51,2016-01-04 22:54:55,1,1.6,,,-73.982177734375,40.77196502685547,-73.97522735595703,40.79240036010742,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-12 20:22:21,2016-01-12 20:25:44,3,0.5,,,-73.99722290039062,40.74473571777344,-73.99462127685547,40.750465393066406,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +1,2016-01-01 16:48:43,2016-01-01 17:17:46,1,3.0,,,-73.96544647216797,40.76915740966797,-73.99476623535156,40.73421859741211,1,N,1,19.5,0.0,0.5,0.3,3.0,0.0,23.3 +2,2016-01-24 15:29:18,2016-01-24 15:39:20,1,1.19,,,-73.97605895996094,40.77613067626953,-73.98262786865234,40.764060974121094,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-15 23:03:25,2016-01-15 23:35:13,1,3.88,,,-73.97106170654297,40.75541687011719,-73.99791717529297,40.71692657470703,1,N,1,20.5,0.5,0.5,0.3,4.36,0.0,26.16 +1,2016-01-02 13:52:45,2016-01-02 14:01:45,1,1.1,,,-73.9839859008789,40.72163772583008,-73.99668884277344,40.71519470214844,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-14 22:04:37,2016-01-14 22:31:08,1,8.8,,,-73.96855163574219,40.7545166015625,-73.97384643554688,40.66842269897461,1,N,1,27.5,0.5,0.5,0.3,6.0,0.0,34.8 +1,2016-01-19 18:11:26,2016-01-19 18:28:09,1,1.4,,,-74.00408935546875,40.741912841796875,-74.00654602050781,40.72441482543945,1,N,1,11.5,1.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-09 13:39:59,2016-01-09 13:53:02,2,5.4,,,-74.00496673583984,40.706966400146484,-73.97638702392578,40.757896423339844,1,N,1,17.5,0.0,0.5,0.3,3.65,0.0,21.95 +2,2016-01-18 20:22:01,2016-01-18 20:30:01,1,0.82,,,-73.96932220458984,40.76108169555664,-73.95848846435547,40.76445007324219,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-12 07:08:55,2016-01-12 07:10:30,1,0.3,,,-73.98145294189453,40.741207122802734,-73.98067474365234,40.744136810302734,1,N,1,3.5,0.0,0.5,0.3,0.05,0.0,4.35 +2,2016-01-12 13:57:10,2016-01-12 14:23:40,1,9.9,,,-73.99600219726562,40.74355697631836,-73.87088012695312,40.77413558959961,1,N,2,31.5,0.0,0.5,0.3,0.0,5.54,37.84 +1,2016-01-23 10:09:19,2016-01-23 10:20:39,1,1.3,,,-73.98933410644531,40.72621154785156,-74.00691986083984,40.73041534423828,1,N,1,8.5,0.0,0.5,0.3,2.3,0.0,11.6 +1,2016-01-05 23:31:49,2016-01-05 23:32:59,1,0.3,,,-73.98165130615234,40.76371383666992,-73.97589111328125,40.76112747192383,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +2,2016-01-07 23:27:50,2016-01-07 23:33:57,1,1.23,,,-73.99987030029297,40.73316192626953,-73.98272705078125,40.73143768310547,1,N,1,6.5,0.5,0.5,0.3,2.0,0.0,9.8 +1,2016-01-07 23:02:35,2016-01-07 23:16:39,1,4.7,,,-73.9439697265625,40.71211624145508,-73.99481964111328,40.71599197387695,1,N,1,16.5,0.5,0.5,0.3,2.0,0.0,19.8 +2,2016-01-20 10:29:57,2016-01-20 11:03:45,5,8.54,,,-74.0101089477539,40.720645904541016,-73.94456481933594,40.74747848510742,1,N,1,30.0,0.0,0.5,0.3,1.0,0.0,31.8 +2,2016-01-14 07:16:01,2016-01-14 07:35:16,1,3.09,,,-73.9444808959961,40.77976608276367,-73.98101043701172,40.76057052612305,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +1,2016-01-29 06:36:38,2016-01-29 06:43:26,1,1.4,,,-73.96163940429688,40.76460266113281,-73.9765853881836,40.75181579589844,1,N,1,7.0,0.0,0.5,0.3,2.0,0.0,9.8 +1,2016-01-15 22:15:19,2016-01-15 22:25:04,3,2.8,,,-73.98247528076172,40.74293518066406,-73.98538970947266,40.71848678588867,1,N,1,11.0,0.5,0.5,0.3,2.0,0.0,14.3 +2,2016-01-20 07:46:18,2016-01-20 07:59:28,2,2.5,,,-73.99369049072266,40.76696014404297,-73.96443176269531,40.77730941772461,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-13 15:05:55,2016-01-13 15:23:46,1,1.7,,,-73.95023345947266,40.77149200439453,-73.9774169921875,40.78290557861328,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-09 14:14:47,2016-01-09 14:17:27,1,0.5,,,-73.98098754882812,40.738155364990234,-73.98838806152344,40.736328125,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-21 15:03:18,2016-01-21 15:19:02,1,1.3,,,-73.97325897216797,40.75278091430664,-73.9920883178711,40.74921798706055,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-17 11:29:08,2016-01-17 11:46:52,1,3.92,,,-73.9901123046875,40.756778717041016,-73.9486083984375,40.78633117675781,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-06 15:56:31,2016-01-06 16:03:28,1,1.2,,,-73.97775268554688,40.74949645996094,-73.98279571533203,40.73469161987305,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-05 15:09:07,2016-01-05 15:24:10,1,2.7,,,-73.94548034667969,40.77973175048828,-73.97825622558594,40.77327346801758,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-07 10:16:19,2016-01-07 10:44:44,2,8.4,,,0.0,0.0,0.0,0.0,1,N,1,29.5,0.0,0.5,0.3,5.0,0.0,35.3 +1,2016-01-13 22:34:45,2016-01-13 22:49:15,1,3.4,,,0.0,0.0,0.0,0.0,1,N,1,13.0,0.5,0.5,0.3,3.55,0.0,17.85 +1,2016-01-30 18:42:24,2016-01-30 18:52:42,1,2.3,,,-73.99626159667969,40.76231002807617,-73.9744644165039,40.7908821105957,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-05 05:40:09,2016-01-05 05:44:47,6,1.19,,,-73.99441528320312,40.73213577270508,-73.99259185791016,40.7432861328125,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 12:04:42,2016-01-07 12:13:51,1,0.7,,,-73.9891128540039,40.7450065612793,-73.9814682006836,40.74284744262695,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-13 12:00:58,2016-01-13 12:53:29,5,18.68,,,-73.78189849853516,40.64475631713867,-73.95832061767578,40.81053161621094,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-22 23:33:54,2016-01-22 23:52:52,1,4.83,,,-73.96222686767578,40.76216125488281,-73.96222686767578,40.76216125488281,1,N,1,17.0,0.5,0.5,0.3,3.66,0.0,21.96 +1,2016-01-20 17:47:23,2016-01-20 17:53:28,1,1.0,,,-73.96834564208984,40.76792526245117,-73.97599792480469,40.77717971801758,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-01 03:30:20,2016-01-01 04:05:07,1,9.41,,,-73.9906997680664,40.746158599853516,-73.95945739746094,40.80112075805664,1,N,2,30.0,0.5,0.5,0.3,0.0,0.0,31.3 +2,2016-01-22 12:16:42,2016-01-22 12:31:49,1,1.96,,,-73.99002075195312,40.73405838012695,-73.9728012084961,40.759281158447266,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-02 18:37:02,2016-01-02 19:08:36,1,3.32,,,-73.97512817382812,40.76533508300781,-73.99949645996094,40.730224609375,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-25 18:52:16,2016-01-25 18:58:02,1,0.9,,,-73.9736557006836,40.75070571899414,-73.96348571777344,40.75609588623047,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-09 02:38:44,2016-01-09 02:57:52,1,5.0,,,-74.00569152832031,40.7371711730957,-73.94918060302734,40.78110122680664,1,N,1,17.5,0.5,0.5,0.3,1.0,0.0,19.8 +1,2016-01-14 08:45:20,2016-01-14 08:53:51,1,1.4,,,-73.98847198486328,40.723114013671875,-73.97547149658203,40.740989685058594,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-20 13:22:57,2016-01-20 13:27:12,1,0.8,,,-73.9972915649414,40.7220458984375,-74.00293731689453,40.73031234741211,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,7.5 +1,2016-01-21 07:33:24,2016-01-21 07:49:54,1,2.9,,,-73.94489288330078,40.787353515625,-73.97383117675781,40.754669189453125,1,N,1,13.5,0.0,0.5,0.3,3.0,0.0,17.3 +2,2016-01-03 07:42:39,2016-01-03 07:47:52,1,1.36,,,-73.97732543945312,40.753990173339844,-73.99748992919922,40.7538948059082,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-06 09:21:54,2016-01-06 09:25:45,1,0.9,,,-73.98661804199219,40.72574234008789,-73.99189758300781,40.73542404174805,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-10 00:05:44,2016-01-10 00:21:32,2,2.5,,,-73.98340606689453,40.72600555419922,-73.99138641357422,40.750274658203125,1,N,1,12.0,0.5,0.5,0.3,2.0,0.0,15.3 +1,2016-01-10 17:02:52,2016-01-10 17:11:07,1,1.5,,,-73.95774841308594,40.7738037109375,-73.97250366210938,40.78629684448242,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-11 20:07:35,2016-01-11 20:16:56,1,1.8,,,-73.97317504882812,40.792842864990234,-73.95799255371094,40.77632141113281,1,N,1,8.5,0.5,0.5,0.3,1.2,0.0,11.0 +1,2016-01-15 12:22:29,2016-01-15 12:28:20,1,0.7,,,-73.98418426513672,40.76017761230469,-73.99093627929688,40.752262115478516,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-11 15:38:17,2016-01-11 15:52:25,1,1.85,,,-73.958984375,40.76902389526367,-73.97786712646484,40.78300857543945,1,N,1,10.5,0.0,0.5,0.3,2.82,0.0,14.12 +2,2016-01-03 01:25:12,2016-01-03 01:36:00,1,2.57,,,-73.96823120117188,40.79985809326172,-73.96723937988281,40.77241134643555,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-25 16:52:13,2016-01-25 16:55:50,1,0.5,,,-73.94880676269531,40.78486251831055,-73.95417022705078,40.78131103515625,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-22 16:54:42,2016-01-22 17:02:35,1,0.8,,,0.0,0.0,0.0,0.0,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-10 16:56:41,2016-01-10 17:11:48,1,2.86,,,-73.98220825195312,40.74001693725586,-73.99327850341797,40.75700378417969,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-08 23:43:56,2016-01-08 23:59:39,1,3.3,,,-74.00523376464844,40.721195220947266,-73.97359466552734,40.69681167602539,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +2,2016-01-05 07:58:45,2016-01-05 08:09:24,1,1.68,,,-73.994140625,40.75117111206055,-73.97618103027344,40.74013900756836,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-01 23:54:11,2016-01-01 23:59:07,1,0.5,,,-73.9837875366211,40.72691345214844,-73.98717498779297,40.720523834228516,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-15 00:06:44,2016-01-15 00:16:29,2,1.5,,,-73.97650146484375,40.760494232177734,-73.98175048828125,40.742374420166016,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +2,2016-01-30 08:28:17,2016-01-30 08:37:15,1,2.93,,,-74.00047302246094,40.74763870239258,-74.01431274414062,40.71393966674805,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-29 00:47:32,2016-01-29 01:03:40,1,3.86,,,-73.96914672851562,40.763919830322266,-74.00235748291016,40.719810485839844,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,18.96 +2,2016-01-13 18:46:37,2016-01-13 19:01:39,1,2.56,,,-73.96505737304688,40.75910186767578,-73.99115753173828,40.734310150146484,1,N,1,12.0,1.0,0.5,0.3,3.45,0.0,17.25 +2,2016-01-21 23:42:01,2016-01-21 23:46:29,1,0.94,,,-74.00025177001953,40.74277114868164,-74.00189208984375,40.75204086303711,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-03 23:24:31,2016-01-03 23:42:37,1,4.01,,,-73.9876708984375,40.7565803527832,-73.94390106201172,40.791141510009766,1,N,1,17.0,0.5,0.5,0.3,5.49,0.0,23.79 +2,2016-01-28 19:40:15,2016-01-28 19:53:33,1,1.52,,,-73.98985290527344,40.74152755737305,-74.00778198242188,40.73186111450195,1,N,1,9.5,1.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-29 15:24:21,2016-01-29 15:43:34,1,2.2,,,-73.95850372314453,40.78162384033203,-73.9851303100586,40.77899932861328,1,N,1,13.5,0.0,0.5,0.3,1.7,0.0,16.0 +2,2016-01-30 01:07:25,2016-01-30 01:22:48,2,3.34,,,-74.00514221191406,40.719722747802734,-73.98588562011719,40.76285934448242,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-29 22:51:10,2016-01-29 22:53:23,1,0.3,,,-73.96361541748047,40.71969223022461,-73.95926666259766,40.72248458862305,1,N,1,3.5,0.5,0.5,0.3,1.2,0.0,6.0 +2,2016-01-09 00:30:24,2016-01-09 00:36:15,2,1.18,,,-73.99109649658203,40.73326110839844,-73.98100280761719,40.74721908569336,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-12 07:22:25,2016-01-12 07:27:05,1,1.3,,,0.0,0.0,0.0,0.0,1,N,1,6.5,0.0,0.5,0.3,1.83,0.0,9.13 +2,2016-01-16 06:24:21,2016-01-16 06:38:07,1,6.59,,,-74.0164566040039,40.7153205871582,-73.97664642333984,40.75189971923828,1,N,1,20.0,0.0,0.5,0.3,2.0,0.0,22.8 +2,2016-01-03 19:58:53,2016-01-03 20:05:04,1,2.08,,,-73.98159790039062,40.772701263427734,-73.9525375366211,40.772300720214844,1,N,1,8.0,0.0,0.5,0.3,1.32,0.0,10.12 +2,2016-01-07 02:36:31,2016-01-07 02:47:30,2,3.65,,,-73.88020324707031,40.74129867553711,-73.82582092285156,40.7120475769043,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +1,2016-01-07 06:57:29,2016-01-07 07:02:52,1,0.8,,,-74.00511932373047,40.71921157836914,-73.9971694946289,40.724857330322266,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,7.88 +1,2016-01-30 12:03:43,2016-01-30 12:05:49,1,0.0,,,-73.9743423461914,40.75816345214844,-73.97437286376953,40.75831985473633,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,3.3 +2,2016-01-16 02:33:54,2016-01-16 02:38:35,1,0.93,,,-73.99237823486328,40.743927001953125,-74.00130462646484,40.74333572387695,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-14 07:28:37,2016-01-14 07:39:34,1,1.9,,,-73.99137878417969,40.729225158691406,-74.00439453125,40.7072868347168,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-18 15:59:43,2016-01-18 16:16:33,2,2.53,,,-73.9840316772461,40.750221252441406,-73.99983978271484,40.73329162597656,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-12 12:42:30,2016-01-12 12:52:22,1,1.31,,,-73.97054290771484,40.759063720703125,-73.9850082397461,40.74958038330078,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-01 04:01:44,2016-01-01 04:30:51,5,11.22,,,-74.00047302246094,40.73012161254883,-74.00853729248047,40.61078643798828,1,N,2,35.0,0.5,0.5,0.3,0.0,0.0,36.3 +1,2016-01-02 23:06:07,2016-01-02 23:09:33,2,0.6,,,-73.99359130859375,40.76055145263672,-73.99614715576172,40.7535514831543,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-25 11:57:02,2016-01-25 12:09:28,1,1.0,,,-74.00192260742188,40.7150993347168,-74.00769805908203,40.70771408081055,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-01 06:17:21,2016-01-01 06:22:46,6,1.19,,,-73.82994842529297,40.75941848754883,-73.84339141845703,40.77111053466797,1,N,1,6.5,0.0,0.5,0.3,5.0,0.0,12.3 +2,2016-01-12 21:47:57,2016-01-12 22:01:01,2,2.36,,,-74.0022964477539,40.755592346191406,-73.99202728271484,40.73113250732422,1,N,1,11.0,0.5,0.5,0.3,3.08,0.0,15.38 +2,2016-01-01 01:01:26,2016-01-01 01:17:08,2,2.8,,,-73.98433685302734,40.72050857543945,-73.96540832519531,40.71371078491211,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,16.3 +1,2016-01-14 14:02:30,2016-01-14 14:03:38,1,0.2,,,-73.97415924072266,40.793785095214844,-73.97161865234375,40.79508590698242,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +2,2016-01-07 00:48:24,2016-01-07 00:55:02,1,2.35,,,-73.96905517578125,40.757789611816406,-73.9857177734375,40.73121643066406,1,N,1,8.5,0.5,0.5,0.3,2.94,0.0,12.74 +2,2016-01-07 14:17:45,2016-01-07 14:26:43,2,0.94,,,-73.96867370605469,40.764564514160156,-73.9627456665039,40.775543212890625,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-04 21:09:13,2016-01-04 21:17:43,1,2.2,,,-73.9735336303711,40.763832092285156,-73.9487533569336,40.77670669555664,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-11 14:26:24,2016-01-11 14:51:01,1,2.4,,,-73.96782684326172,40.7655143737793,-73.99102783203125,40.75767135620117,1,N,1,16.5,0.0,0.5,0.3,4.32,0.0,21.62 +2,2016-01-17 23:04:13,2016-01-17 23:31:14,1,17.75,,,-73.79011535644531,40.646610260009766,-73.97696685791016,40.759193420410156,2,N,1,52.0,0.0,0.5,0.3,9.0,5.54,67.34 +2,2016-01-03 12:20:37,2016-01-03 12:24:50,3,1.05,,,-74.00093841552734,40.725738525390625,-73.99742126464844,40.737701416015625,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-03 17:12:30,2016-01-03 17:28:17,1,3.36,,,-73.9517593383789,40.76974868774414,-73.9905776977539,40.750858306884766,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-28 19:44:18,2016-01-28 19:54:24,1,2.22,,,-73.97003936767578,40.757286071777344,-73.94911193847656,40.783390045166016,1,N,1,9.5,1.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-03 09:18:54,2016-01-03 09:49:51,2,12.6,,,-73.86389923095703,40.76991271972656,-73.97102355957031,40.755859375,1,N,1,38.5,0.0,0.5,0.3,9.8,0.0,49.1 +1,2016-01-21 12:54:29,2016-01-21 13:09:11,1,2.0,,,-73.95948028564453,40.78208923339844,-73.9400405883789,40.80295944213867,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-05 00:09:39,2016-01-05 00:28:44,1,8.21,,,-73.95317840576172,40.77980041503906,-73.857177734375,40.840415954589844,1,N,1,25.0,0.5,0.5,0.3,0.0,0.0,26.3 +2,2016-01-26 00:12:44,2016-01-26 00:34:03,1,8.65,,,-73.98020935058594,40.75450897216797,-73.85867309570312,40.73332977294922,1,N,1,26.0,0.5,0.5,0.3,2.0,5.54,34.84 +2,2016-01-29 14:29:15,2016-01-29 14:50:43,3,2.18,,,-74.00509643554688,40.719970703125,-73.98259735107422,40.72964096069336,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-14 19:35:29,2016-01-14 19:41:45,1,1.4,,,-73.97114562988281,40.78824234008789,-73.9877700805664,40.780086517333984,1,N,1,7.0,1.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-19 06:45:17,2016-01-19 07:01:50,1,5.8,,,-73.90278625488281,40.7679557800293,-73.95287322998047,40.791786193847656,1,N,2,19.0,0.0,0.5,0.3,0.0,5.54,25.34 +1,2016-01-22 12:39:22,2016-01-22 12:43:23,3,1.1,,,-73.96662902832031,40.79391098022461,-73.97795867919922,40.78309631347656,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-17 15:20:32,2016-01-17 15:44:39,2,8.2,,,-73.8853530883789,40.77311706542969,-73.98273468017578,40.737953186035156,1,N,1,26.5,0.0,0.5,0.3,5.0,5.54,37.84 +2,2016-01-29 07:18:35,2016-01-29 07:21:04,1,0.68,,,-74.0118179321289,40.71371841430664,-74.0102310180664,40.721500396728516,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +2,2016-01-07 08:51:58,2016-01-07 09:19:05,1,11.26,,,-73.99897003173828,40.73242950439453,-73.8733901977539,40.77429962158203,1,N,1,34.5,0.0,0.5,0.3,7.06,0.0,42.36 +2,2016-01-30 09:50:44,2016-01-30 10:03:27,1,1.76,,,-73.97634887695312,40.72881317138672,-74.00458526611328,40.7360954284668,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +2,2016-01-13 07:14:36,2016-01-13 07:30:02,1,2.63,,,-73.96256256103516,40.75913619995117,-73.99201202392578,40.74956512451172,1,N,1,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-20 16:29:07,2016-01-20 16:44:33,1,2.23,,,-73.96129608154297,40.770023345947266,-73.98506164550781,40.75291061401367,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-08 11:57:37,2016-01-08 12:18:16,2,3.21,,,-74.0014419555664,40.75688171386719,-73.98152923583984,40.76008987426758,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-06 14:33:45,2016-01-06 15:04:48,1,6.1,,,-73.93141174316406,40.76555252075195,-73.99771881103516,40.72964859008789,1,N,1,24.0,0.0,0.5,0.3,0.0,0.0,24.8 +1,2016-01-15 00:36:19,2016-01-15 00:47:12,1,2.7,,,-73.98693084716797,40.72945785522461,-73.98888397216797,40.755699157714844,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,14.15 +1,2016-01-29 05:15:28,2016-01-29 05:17:36,1,0.8,,,-73.98853302001953,40.72279739379883,-73.97570037841797,40.71709442138672,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-12 18:06:45,2016-01-12 18:22:34,1,2.2,,,-73.96315002441406,40.77420425415039,-73.98109436035156,40.747161865234375,1,N,1,12.0,1.0,0.5,0.3,4.0,0.0,17.8 +2,2016-01-20 15:40:23,2016-01-20 16:14:28,1,6.74,,,-73.9883804321289,40.722774505615234,-73.9571304321289,40.786155700683594,1,N,2,25.0,0.0,0.5,0.3,0.0,0.0,25.8 +2,2016-01-28 21:31:37,2016-01-28 22:05:18,1,12.95,,,-73.86271667480469,40.76893997192383,-73.95797729492188,40.67353057861328,1,N,1,39.0,0.5,0.5,0.3,8.06,0.0,48.36 +2,2016-01-01 21:47:26,2016-01-01 21:52:44,2,3.54,,,-74.18278503417969,40.66400146484375,-74.18622589111328,40.70060729980469,5,N,1,132.0,0.0,0.5,0.3,0.0,0.0,132.8 +2,2016-01-05 08:55:22,2016-01-05 09:16:00,1,2.51,,,-73.97943115234375,40.78166961669922,-73.95439147949219,40.7901496887207,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-11 16:03:01,2016-01-11 16:09:55,1,1.1,,,0.0,0.0,0.0,0.0,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-28 22:03:58,2016-01-28 22:12:10,1,0.93,,,-73.9864730834961,40.762481689453125,-73.99746704101562,40.761268615722656,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-11 08:00:09,2016-01-11 08:18:07,1,3.6,,,-74.01467895507812,40.71657943725586,-73.99120330810547,40.757999420166016,1,N,1,15.5,0.0,0.5,0.3,3.25,0.0,19.55 +2,2016-01-07 08:37:36,2016-01-07 08:49:36,1,0.84,,,-73.97824096679688,40.76321792602539,-73.9792709350586,40.75471878051758,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-17 03:22:04,2016-01-17 03:31:37,1,0.9,,,-73.989013671875,40.72924041748047,-73.98568725585938,40.71966552734375,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-12 00:27:11,2016-01-12 00:36:03,2,4.6,,,-73.78178405761719,40.644657135009766,-73.75181579589844,40.6584358215332,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +1,2016-01-15 23:08:18,2016-01-15 23:14:53,3,1.0,,,-73.98477172851562,40.74842834472656,-73.98570251464844,40.73603057861328,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-06 22:21:55,2016-01-06 22:45:30,1,16.81,,,-73.78221130371094,40.64460754394531,-73.97171020507812,40.747161865234375,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-06 14:54:50,2016-01-06 15:05:20,1,0.7,,,-73.98502349853516,40.74214553833008,-73.99231719970703,40.74924850463867,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-30 18:26:20,2016-01-30 18:38:10,1,2.54,,,-73.95305633544922,40.79164123535156,-73.97718048095703,40.760658264160156,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-08 08:13:19,2016-01-08 08:18:54,1,0.6,,,-73.99153137207031,40.74992752075195,-73.98352813720703,40.744075775146484,1,N,1,5.5,0.0,0.5,0.3,0.7,0.0,7.0 +2,2016-01-14 11:02:20,2016-01-14 11:18:37,1,2.73,,,-73.98202514648438,40.762760162353516,-73.9915542602539,40.73890686035156,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-15 15:16:56,2016-01-15 15:44:37,1,8.02,,,-73.9548110961914,40.76546096801758,-73.99159240722656,40.684993743896484,1,N,1,26.5,0.0,0.5,0.3,5.46,0.0,32.76 +2,2016-01-03 09:48:18,2016-01-03 09:52:36,1,0.79,,,-73.97328186035156,40.74856185913086,-73.97797393798828,40.75475311279297,1,N,1,5.0,0.0,0.5,0.3,0.87,0.0,6.67 +1,2016-01-13 12:06:59,2016-01-13 12:12:16,1,1.0,,,-73.97994995117188,40.78367233276367,-73.9699478149414,40.797088623046875,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-03 16:28:21,2016-01-03 16:45:54,1,2.5,,,-73.95005798339844,40.784637451171875,-73.97628021240234,40.75918197631836,1,N,1,13.0,0.0,0.5,0.3,2.0,0.0,15.8 +1,2016-01-24 20:54:59,2016-01-24 21:07:29,1,1.0,,,-73.93872833251953,40.84543228149414,-73.94371032714844,40.832786560058594,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-22 10:12:25,2016-01-22 10:24:07,1,1.2,,,-74.00279998779297,40.74448013305664,-74.00504302978516,40.727725982666016,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-13 11:03:16,2016-01-13 11:12:48,6,1.37,,,-73.95318603515625,40.7857666015625,-73.95150756835938,40.77177047729492,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-25 15:02:12,2016-01-25 15:56:33,1,16.1,,,-73.98291015625,40.742923736572266,-73.78350830078125,40.64375686645508,2,N,1,52.0,0.0,0.5,0.3,4.0,5.54,62.34 +1,2016-01-20 22:31:54,2016-01-20 22:45:04,1,3.4,,,-74.0029525756836,40.7233772277832,-73.94874572753906,40.71555709838867,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +2,2016-01-12 17:10:53,2016-01-12 17:16:26,1,1.04,,,-73.96147918701172,40.77431106567383,-73.95450592041016,40.78669357299805,1,N,1,6.0,1.0,0.5,0.3,1.2,0.0,9.0 +2,2016-01-11 07:30:59,2016-01-11 07:47:05,5,9.14,,,-73.97045135498047,40.75938034057617,-73.87052154541016,40.77360916137695,1,N,1,25.5,0.0,0.5,0.3,6.37,5.54,38.21 +2,2016-01-22 10:01:28,2016-01-22 10:20:38,1,2.1,,,-73.99224090576172,40.76918029785156,-73.97917938232422,40.75080871582031,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-22 18:13:01,2016-01-22 18:31:00,1,3.47,,,-73.99136352539062,40.74972152709961,-73.95342254638672,40.776878356933594,1,N,1,14.0,1.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-07 11:02:04,2016-01-07 11:08:18,1,0.8,,,-73.96918487548828,40.762813568115234,-73.9772720336914,40.75462341308594,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-18 09:36:42,2016-01-18 09:57:51,1,8.19,,,-73.8631820678711,40.76953125,-73.92961883544922,40.70286178588867,1,N,1,25.5,0.0,0.5,0.3,4.0,0.0,30.3 +2,2016-01-30 13:29:22,2016-01-30 13:42:26,1,2.7,,,-73.98844146728516,40.7486572265625,-73.95851135253906,40.76875305175781,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-28 09:03:31,2016-01-28 09:10:16,1,0.93,,,-73.96968841552734,40.8001708984375,-73.97805786132812,40.788578033447266,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-16 17:31:58,2016-01-16 18:00:27,1,4.66,,,-73.99146270751953,40.73040771484375,-73.96517944335938,40.674068450927734,1,N,1,21.0,0.0,0.5,0.3,4.0,0.0,25.8 +1,2016-01-05 18:45:48,2016-01-05 18:52:01,3,0.7,,,-73.97631072998047,40.75395965576172,-73.974365234375,40.75886154174805,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-29 23:45:49,2016-01-30 00:09:25,2,9.46,,,-73.87457275390625,40.77412033081055,-73.99231719970703,40.745201110839844,1,N,1,28.0,0.5,0.5,0.3,4.0,5.54,38.84 +2,2016-01-10 05:11:46,2016-01-10 05:14:29,6,0.24,,,-73.9834213256836,40.76279067993164,-73.98385620117188,40.758941650390625,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +2,2016-01-28 08:26:05,2016-01-28 08:52:11,1,4.39,,,-73.98200988769531,40.691261291503906,-73.98686218261719,40.74879837036133,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +2,2016-01-17 10:51:19,2016-01-17 10:54:19,2,0.75,,,-73.98975372314453,40.756351470947266,-73.98175811767578,40.76210021972656,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-02 06:41:51,2016-01-02 06:48:56,1,1.9,,,-73.97833251953125,40.7456169128418,-73.98387145996094,40.76451110839844,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-09 16:02:21,2016-01-09 16:09:26,2,1.09,,,-74.00228118896484,40.75184631347656,-74.00731658935547,40.74109649658203,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-14 10:33:59,2016-01-14 10:38:39,1,0.5,,,-73.96488189697266,40.764137268066406,-73.96995544433594,40.75861358642578,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-22 19:07:35,2016-01-22 19:23:10,1,3.0,,,-73.97174072265625,40.75801086425781,-73.97318267822266,40.789798736572266,1,N,1,13.5,1.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-13 17:55:37,2016-01-13 18:13:03,1,4.63,,,-73.78196716308594,40.64466857910156,-73.79666137695312,40.66828918457031,1,N,2,17.5,1.0,0.5,0.3,0.0,0.0,19.3 +2,2016-01-21 12:29:55,2016-01-21 12:48:20,5,1.28,,,-73.97720336914062,40.74702453613281,-73.97330474853516,40.760982513427734,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-30 14:20:15,2016-01-30 14:49:41,1,7.09,,,-73.96800231933594,40.797035217285156,-73.9833755493164,40.73158645629883,1,N,2,26.0,0.0,0.5,0.3,0.0,0.0,26.8 +2,2016-01-01 13:07:00,2016-01-01 13:10:36,2,0.74,,,-73.97746276855469,40.68429183959961,-73.98660278320312,40.69097900390625,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-18 04:57:18,2016-01-18 05:14:00,1,7.68,,,-73.95850372314453,40.76435852050781,-73.87808990478516,40.82801055908203,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,24.8 +2,2016-01-15 19:02:18,2016-01-15 19:09:59,1,0.84,,,-73.9815444946289,40.72211837768555,-73.99485778808594,40.727935791015625,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-22 04:22:29,2016-01-22 04:32:55,1,3.7,,,-73.95966339111328,40.79859924316406,-73.98001861572266,40.75565719604492,1,N,1,12.5,0.5,0.5,0.3,0.0,0.0,13.8 +2,2016-01-07 20:42:40,2016-01-07 20:57:36,1,2.75,,,-73.96967315673828,40.76034164428711,-73.99210357666016,40.72576141357422,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +1,2016-01-20 18:49:25,2016-01-20 19:03:22,1,2.5,,,-73.97454833984375,40.79072952270508,-73.96888732910156,40.76456832885742,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-30 16:31:31,2016-01-30 16:35:06,1,0.51,,,-74.0015869140625,40.75080108642578,-73.99429321289062,40.750938415527344,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-18 13:51:45,2016-01-18 13:57:03,2,1.1,,,-73.9734878540039,40.77976608276367,-73.98055267333984,40.7675666809082,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-07 09:57:04,2016-01-07 10:02:31,2,1.36,,,-73.9610595703125,40.77473068237305,-73.97657012939453,40.77647018432617,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-22 08:14:11,2016-01-22 08:25:00,1,0.6,,,-73.99104309082031,40.75022506713867,-73.98357391357422,40.74453353881836,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-21 14:23:28,2016-01-21 14:34:02,1,1.61,,,-73.9810791015625,40.75994110107422,-73.97855377197266,40.77732849121094,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-30 15:01:00,2016-01-30 15:44:46,2,18.7,,,-73.79006958007812,40.64372253417969,-73.98100280761719,40.76367950439453,2,N,1,52.0,0.0,0.5,0.3,11.65,5.54,69.99 +1,2016-01-01 16:20:12,2016-01-01 16:24:18,2,0.5,,,-73.98236846923828,40.77457046508789,-73.9890365600586,40.777137756347656,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-05 08:51:20,2016-01-05 09:06:58,5,6.23,,,-73.95301055908203,40.765716552734375,-74.01024627685547,40.70204544067383,1,N,1,21.0,0.0,0.5,0.3,5.45,0.0,27.25 +1,2016-01-14 17:28:52,2016-01-14 17:28:52,1,0.0,,,-73.99246978759766,40.75869369506836,0.0,0.0,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,15.3 +2,2016-01-27 02:45:44,2016-01-27 03:26:08,1,11.01,,,-73.9996566772461,40.73392105102539,-73.94512176513672,40.62751007080078,1,N,1,33.5,0.5,0.5,0.3,8.7,0.0,43.5 +2,2016-01-12 01:35:32,2016-01-12 01:43:29,1,3.81,,,-73.86549377441406,40.770729064941406,-73.90325164794922,40.74578857421875,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-21 10:28:07,2016-01-21 10:38:29,1,1.0,,,-73.99869537353516,40.73381042480469,-73.99227142333984,40.726566314697266,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-26 19:14:57,2016-01-26 19:31:29,1,1.5,,,0.0,0.0,0.0,0.0,1,N,1,11.0,1.0,0.5,0.3,2.55,0.0,15.35 +2,2016-01-05 10:05:57,2016-01-05 10:12:18,1,0.76,,,-73.96550750732422,40.765289306640625,-73.95411682128906,40.76396942138672,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-29 07:40:33,2016-01-29 07:53:25,3,1.4,,,-73.95755767822266,40.779563903808594,-73.96560668945312,40.79043960571289,1,N,1,10.0,0.0,0.5,0.3,1.2,0.0,12.0 +1,2016-01-10 12:40:54,2016-01-10 13:05:33,1,9.9,,,0.0,0.0,0.0,0.0,1,N,1,30.5,0.0,0.5,0.3,7.35,5.54,44.19 +1,2016-01-14 05:09:16,2016-01-14 05:37:29,1,13.0,,,-73.97863006591797,40.75009536743164,-73.87297058105469,40.77442932128906,1,N,1,38.0,0.5,0.5,0.3,11.75,0.0,51.05 +1,2016-01-19 13:46:36,2016-01-19 13:52:37,1,1.0,,,-73.95741271972656,40.774436950683594,-73.947265625,40.78175735473633,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-15 22:47:06,2016-01-15 23:05:54,1,2.2,,,-73.9939956665039,40.74640655517578,-73.98810577392578,40.72393035888672,1,N,1,13.0,0.5,0.5,0.3,2.85,0.0,17.15 +1,2016-01-05 08:35:15,2016-01-05 08:55:36,1,1.7,,,-73.95185852050781,40.76940155029297,-73.9700927734375,40.76245880126953,1,N,1,13.0,0.0,0.5,0.3,2.2,0.0,16.0 +1,2016-01-14 04:29:52,2016-01-14 04:37:34,1,2.4,,,-73.99678039550781,40.66173553466797,-74.02424621582031,40.632755279541016,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-06 08:04:18,2016-01-06 08:14:54,2,1.0,,,-73.96640014648438,40.765689849853516,-73.95538330078125,40.766231536865234,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-06 20:44:57,2016-01-06 20:51:04,2,0.8,,,-73.99266815185547,40.712677001953125,-74.00464630126953,40.7099723815918,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-06 15:47:40,2016-01-06 16:01:33,1,2.1,,,-73.9726333618164,40.764793395996094,-73.99488067626953,40.74543380737305,1,N,1,10.5,0.0,0.5,0.3,2.82,0.0,14.12 +2,2016-01-18 01:11:11,2016-01-18 01:33:25,2,8.42,,,-73.9780044555664,40.72917556762695,-73.94175720214844,40.828163146972656,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,33.96 +2,2016-01-08 08:47:53,2016-01-08 09:01:01,2,2.0,,,-73.97998809814453,40.743309020996094,-73.96675872802734,40.7672004699707,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-10 10:08:01,2016-01-10 10:16:21,1,1.73,,,-73.97208404541016,40.794212341308594,-73.94886779785156,40.78247833251953,1,N,1,8.0,0.0,0.5,0.3,1.2,0.0,10.0 +1,2016-01-13 20:57:24,2016-01-13 21:15:09,1,3.6,,,-73.98922729492188,40.7485466003418,-73.95063018798828,40.78327941894531,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +1,2016-01-21 18:33:39,2016-01-21 19:12:39,1,5.3,,,-73.9850845336914,40.753841400146484,-73.99476623535156,40.70376968383789,1,N,1,24.5,1.0,0.5,0.3,6.55,0.0,32.85 +2,2016-01-30 18:58:33,2016-01-30 19:09:24,1,2.06,,,-73.98973846435547,40.74726104736328,-73.9826889038086,40.771636962890625,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-07 20:42:11,2016-01-07 20:45:26,1,0.78,,,-73.96707153320312,40.803855895996094,-73.9610824584961,40.79680252075195,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-10 11:39:31,2016-01-10 12:02:49,1,7.48,,,-73.93956756591797,40.75141906738281,-74.00137329101562,40.687870025634766,1,N,1,25.0,0.0,0.5,0.3,5.16,0.0,30.96 +1,2016-01-26 23:27:04,2016-01-26 23:34:08,2,0.9,,,-73.98082733154297,40.755191802978516,-73.9666976928711,40.75294494628906,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,9.75 +1,2016-01-03 23:42:45,2016-01-03 23:50:10,4,1.6,,,-73.99015045166016,40.73775863647461,-74.00575256347656,40.72560119628906,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-24 20:50:04,2016-01-24 20:57:14,1,1.45,,,-73.99253845214844,40.73738098144531,-73.98345184326172,40.75130844116211,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-27 10:41:05,2016-01-27 10:52:11,4,1.03,,,-73.99452209472656,40.740516662597656,-73.98169708251953,40.73820114135742,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,10.8 +2,2016-01-16 00:21:23,2016-01-16 00:27:44,1,0.7,,,-73.9876480102539,40.719608306884766,-73.9815902709961,40.728599548339844,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-09 14:27:04,2016-01-09 14:43:24,1,3.0,,,-73.9578857421875,40.773597717285156,-73.98744201660156,40.74394989013672,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-04 11:22:37,2016-01-04 11:40:07,1,8.92,,,-73.955078125,40.769248962402344,-73.86192321777344,40.768470764160156,1,N,1,25.5,0.0,0.5,0.3,0.0,5.54,31.84 +1,2016-01-29 07:12:34,2016-01-29 07:24:22,1,2.2,,,-73.9914321899414,40.738525390625,-73.96957397460938,40.762359619140625,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-18 19:11:39,2016-01-18 19:19:53,1,1.6,,,-73.9957504272461,40.759315490722656,-73.9730224609375,40.76137161254883,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-12 19:17:41,2016-01-12 19:19:23,1,0.5,,,0.0,0.0,-73.94894409179688,40.8150634765625,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-11 10:16:04,2016-01-11 10:31:59,1,2.38,,,-73.94818115234375,40.782718658447266,-73.97416687011719,40.76250076293945,1,N,1,12.0,0.0,0.5,0.3,1.2,0.0,14.0 +1,2016-01-11 04:47:31,2016-01-11 05:03:52,1,8.3,,,-73.95127868652344,40.774322509765625,-74.01392364501953,40.71471405029297,1,N,1,25.0,0.5,0.5,0.3,2.0,0.0,28.3 +2,2016-01-16 19:03:56,2016-01-16 19:16:09,1,1.88,,,-73.98754119873047,40.72541046142578,-73.9800796508789,40.74602127075195,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-06 19:31:51,2016-01-06 19:48:46,1,2.2,,,-73.96922302246094,40.7652473449707,-73.9840316772461,40.76294708251953,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-06 12:45:21,2016-01-06 12:53:23,1,2.06,,,-73.96124267578125,40.76485824584961,-73.97447967529297,40.744239807128906,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-20 14:10:54,2016-01-20 14:15:10,1,0.61,,,-73.95268249511719,40.778316497802734,-73.9460678100586,40.77324295043945,1,N,1,5.0,0.0,0.5,0.3,1.2,0.0,7.0 +1,2016-01-27 10:17:04,2016-01-27 10:21:36,1,0.8,,,-74.00544738769531,40.736751556396484,-74.01123046875,40.728939056396484,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-15 14:54:39,2016-01-15 15:12:07,1,4.06,,,-73.96736145019531,40.763458251953125,-73.97772979736328,40.71294021606445,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-03 02:49:23,2016-01-03 03:08:39,1,4.8,,,-74.0012435913086,40.74152374267578,-73.95884704589844,40.800071716308594,1,N,1,17.5,0.5,0.5,0.3,3.2,0.0,22.0 +2,2016-01-20 22:02:47,2016-01-20 22:17:09,1,2.18,,,-73.98882293701172,40.73659896850586,-73.99388122558594,40.758941650390625,1,N,1,11.5,0.5,0.5,0.3,1.0,0.0,13.8 +2,2016-01-21 06:38:19,2016-01-21 06:50:24,3,2.69,,,-74.00202941894531,40.74052810668945,-74.01412200927734,40.71384048461914,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +1,2016-01-22 19:10:57,2016-01-22 19:32:37,1,3.1,,,-73.96648406982422,40.7732048034668,-73.99970245361328,40.742576599121094,1,N,1,15.5,1.0,0.5,0.3,3.45,0.0,20.75 +1,2016-01-30 23:37:15,2016-01-30 23:47:34,1,2.1,,,-73.9574966430664,40.770145416259766,-73.9653549194336,40.79108428955078,1,N,1,10.0,0.5,0.5,0.3,1.0,0.0,12.3 +1,2016-01-22 09:27:39,2016-01-22 09:40:59,1,1.7,,,-73.99239349365234,40.749149322509766,-74.00721740722656,40.72726058959961,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-09 16:57:24,2016-01-09 17:01:12,1,0.7,,,-73.94844818115234,40.77399444580078,-73.95790100097656,40.77281951904297,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-07 15:37:41,2016-01-07 15:42:32,2,0.5,,,-73.95589447021484,40.78179931640625,-73.94717407226562,40.77979278564453,1,N,1,5.0,0.0,0.5,0.3,1.2,0.0,7.0 +2,2016-01-10 00:29:36,2016-01-10 00:39:56,1,1.61,,,-74.00446319580078,40.74776077270508,-73.9804458618164,40.74275207519531,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,12.3 +2,2016-01-13 07:19:06,2016-01-13 07:33:35,6,3.03,,,-73.97979736328125,40.74346160888672,-74.00450134277344,40.71392059326172,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-12 14:43:41,2016-01-12 14:57:52,2,1.9,,,-73.98485565185547,40.74515151977539,-74.00885772705078,40.739479064941406,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-28 19:29:58,2016-01-28 19:56:46,1,4.3,,,-73.99027252197266,40.74099349975586,-73.95237731933594,40.78315353393555,1,N,1,19.0,1.0,0.5,0.3,4.15,0.0,24.95 +1,2016-01-30 15:37:35,2016-01-30 15:53:31,1,2.5,,,-73.97296142578125,40.78056335449219,-73.95262145996094,40.76898956298828,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-05 07:33:58,2016-01-05 07:47:49,1,3.3,,,-74.01377868652344,40.708499908447266,-74.00028228759766,40.747703552246094,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +2,2016-01-11 16:07:47,2016-01-11 16:12:12,1,0.94,,,-73.9970932006836,40.72245788574219,-73.98713684082031,40.72992706298828,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,8.5 +1,2016-01-17 01:14:20,2016-01-17 01:19:48,1,1.4,,,-74.00505065917969,40.740787506103516,-73.99091339111328,40.75595474243164,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-07 18:24:17,2016-01-07 19:16:10,1,17.09,,,-73.78993225097656,40.64744186401367,-73.98899841308594,40.758399963378906,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-18 08:36:59,2016-01-18 08:41:56,6,1.15,,,-73.98493957519531,40.77391052246094,-73.97172546386719,40.76603698730469,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-11 07:40:42,2016-01-11 08:14:00,1,12.2,,,-73.8637924194336,40.7696647644043,-73.98704528808594,40.756221771240234,1,N,1,36.5,0.0,0.5,0.3,10.7,5.54,53.54 +2,2016-01-06 16:08:29,2016-01-06 16:36:39,1,9.69,,,-73.98338317871094,40.76087188720703,-73.873779296875,40.77268981933594,1,N,2,29.5,1.0,0.5,0.3,0.0,5.54,36.84 +1,2016-01-20 18:34:45,2016-01-20 18:46:43,1,1.3,,,-74.00344848632812,40.72676467895508,-74.00779724121094,40.7429084777832,1,N,1,9.0,1.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-26 09:27:38,2016-01-26 09:47:29,1,1.6,,,-73.99156951904297,40.74482727050781,-73.97211456298828,40.75472640991211,1,N,1,12.5,0.0,0.5,0.3,1.5,0.0,14.8 +1,2016-01-21 16:45:02,2016-01-21 17:08:03,1,2.4,,,-73.95899963378906,40.78342056274414,-73.97631072998047,40.75438690185547,1,N,1,15.5,1.0,0.5,0.3,1.75,0.0,19.05 +2,2016-01-14 08:18:18,2016-01-14 08:37:30,1,3.32,,,-73.97042846679688,40.78900146484375,-74.0013427734375,40.74660110473633,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-07 11:43:37,2016-01-07 11:52:58,1,0.81,,,-73.96063995361328,40.77324676513672,-73.94869995117188,40.77154541015625,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-18 19:06:00,2016-01-18 19:09:42,1,1.12,,,-73.9590072631836,40.76350021362305,-73.94905090332031,40.7774772644043,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-03 10:36:41,2016-01-03 10:46:05,1,2.5,,,-73.99507141113281,40.73957824707031,-73.9871826171875,40.768577575683594,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +1,2016-01-19 19:52:08,2016-01-19 19:58:10,1,0.9,,,-73.99589538574219,40.74422836303711,-73.98188781738281,40.743953704833984,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-14 10:09:26,2016-01-14 10:29:20,1,5.92,,,-73.9764175415039,40.74803924560547,-73.93636322021484,40.81227111816406,1,N,1,21.0,0.0,0.5,0.3,2.0,0.0,23.8 +1,2016-01-14 09:56:44,2016-01-14 10:17:49,1,2.4,,,-73.96588897705078,40.75864028930664,-73.97318267822266,40.77977752685547,1,N,1,14.5,0.0,0.5,0.3,2.5,0.0,17.8 +1,2016-01-04 14:49:28,2016-01-04 15:02:26,1,2.5,,,-73.96337890625,40.77191162109375,-73.98823547363281,40.743553161621094,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-03 13:17:49,2016-01-03 13:20:49,1,0.7,,,-73.95629119873047,40.778045654296875,-73.95752716064453,40.77102279663086,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-17 19:17:49,2016-01-17 19:32:01,1,2.5,,,-73.98848724365234,40.718719482421875,-73.98821258544922,40.74578094482422,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-10 02:21:12,2016-01-10 02:28:38,4,2.38,,,-73.97969818115234,40.783687591552734,-73.95945739746094,40.763511657714844,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-15 22:03:23,2016-01-15 22:14:18,1,1.7,,,-73.97032165527344,40.69025802612305,-73.99394226074219,40.69926834106445,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-19 14:53:01,2016-01-19 15:21:11,2,4.89,,,-73.86346435546875,40.77001953125,-73.92861938476562,40.75210189819336,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,22.8 +1,2016-01-16 18:21:06,2016-01-16 18:37:29,2,2.4,,,-74.01485443115234,40.70951461791992,-73.99456024169922,40.7319221496582,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-07 11:31:04,2016-01-07 11:47:39,1,1.9,,,-73.95758056640625,40.7653694152832,-73.97557830810547,40.751644134521484,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-14 17:04:47,2016-01-14 17:08:59,1,0.8,,,-73.99722290039062,40.721954345703125,-74.00238800048828,40.7291259765625,1,N,1,5.0,1.0,0.5,0.3,2.04,0.0,8.84 +1,2016-01-10 13:32:14,2016-01-10 13:42:41,1,1.9,,,-73.95804595947266,40.78181838989258,-73.98123168945312,40.780242919921875,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-19 09:03:26,2016-01-19 09:28:58,2,3.17,,,-74.00611877441406,40.71717071533203,-73.98138427734375,40.75874710083008,1,N,1,17.0,0.0,0.5,0.3,2.0,0.0,19.8 +1,2016-01-16 07:01:55,2016-01-16 07:04:47,1,0.5,,,-73.96407318115234,40.76737594604492,-73.96195983886719,40.773780822753906,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +1,2016-01-05 00:06:41,2016-01-05 00:40:34,1,20.1,,,-73.78996276855469,40.64396667480469,-74.00141906738281,40.73914337158203,2,N,1,52.0,0.0,0.5,0.3,10.55,0.0,63.35 +2,2016-01-30 04:05:39,2016-01-30 04:12:29,5,1.51,,,-73.91295623779297,40.700538635253906,-73.93614196777344,40.70214080810547,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-17 02:09:32,2016-01-17 02:25:21,1,2.0,,,-74.00559997558594,40.73822021484375,-73.99121856689453,40.719329833984375,1,N,1,11.5,0.5,0.5,0.3,2.0,0.0,14.8 +2,2016-01-27 09:33:44,2016-01-27 09:40:21,1,0.81,,,-73.96314239501953,40.767539978027344,-73.953857421875,40.77288818359375,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-04 10:31:41,2016-01-04 10:40:42,3,0.98,,,-73.97663879394531,40.74782180786133,-73.99060821533203,40.75531005859375,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-08 08:36:07,2016-01-08 08:43:15,6,1.15,,,-73.98361206054688,40.755821228027344,-73.97010803222656,40.76341247558594,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-20 00:40:20,2016-01-20 00:45:36,1,0.8,,,-73.99478149414062,40.72148132324219,-74.00516510009766,40.72390365600586,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +2,2016-01-06 11:07:35,2016-01-06 11:27:07,5,1.47,,,-73.97444915771484,40.74692153930664,-73.98845672607422,40.7589111328125,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-20 18:34:19,2016-01-20 18:40:35,1,0.3,,,-73.98682403564453,40.742740631103516,-73.984375,40.74599075317383,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-29 06:48:12,2016-01-29 06:52:58,1,0.7,,,-73.99139404296875,40.75025177001953,-73.9869155883789,40.74285888671875,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +2,2016-01-11 14:49:57,2016-01-11 15:09:33,1,2.58,,,-73.95924377441406,40.77754592895508,-73.96277618408203,40.755699157714844,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-26 12:29:23,2016-01-26 12:47:53,4,4.08,,,-74.00859832763672,40.704078674316406,-73.97578430175781,40.74070739746094,1,N,1,17.0,0.0,0.5,0.3,3.0,0.0,20.8 +1,2016-01-17 02:24:28,2016-01-17 02:28:56,1,0.8,,,-73.99832916259766,40.73301696777344,-74.00115966796875,40.73938751220703,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +2,2016-01-26 20:02:07,2016-01-26 20:10:47,1,0.8,,,-73.96002197265625,40.76679992675781,-73.9681625366211,40.759037017822266,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-07 22:43:52,2016-01-07 22:48:31,1,2.0,,,-73.99439239501953,40.761009216308594,-73.97553253173828,40.78702163696289,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-29 20:16:13,2016-01-29 20:23:44,1,0.91,,,-73.97621154785156,40.7590217590332,-73.98502349853516,40.74739074707031,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-24 10:43:50,2016-01-24 11:01:53,1,3.15,,,-73.99826049804688,40.73548889160156,-74.00094604492188,40.758056640625,1,N,1,13.5,0.0,0.5,0.3,1.0,0.0,15.3 +1,2016-01-24 20:05:15,2016-01-24 20:14:41,1,1.9,,,-73.95925903320312,40.76752471923828,-73.9773178100586,40.74673080444336,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-03 18:06:06,2016-01-03 18:19:19,1,2.7,,,-73.9950180053711,40.7231330871582,-73.9698486328125,40.749847412109375,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-26 20:23:57,2016-01-26 20:34:08,1,1.13,,,-73.97042846679688,40.76517868041992,-73.98143768310547,40.7579345703125,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +1,2016-01-21 11:10:55,2016-01-21 11:24:52,1,1.1,,,-73.98257446289062,40.75606155395508,-73.968017578125,40.75565719604492,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-17 21:45:22,2016-01-17 22:07:13,1,7.28,,,-73.98967742919922,40.71406555175781,-73.9678955078125,40.787139892578125,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,24.8 +1,2016-01-24 09:47:09,2016-01-24 09:54:20,1,1.8,,,-73.99288177490234,40.74782180786133,-73.98967742919922,40.76762771606445,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-24 18:51:33,2016-01-24 18:59:09,2,0.92,,,-73.98912048339844,40.763301849365234,-73.98844146728516,40.75410079956055,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-14 17:13:59,2016-01-14 17:18:56,2,0.7,,,-73.98627471923828,40.76102828979492,-73.97975158691406,40.75485610961914,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-21 15:52:03,2016-01-21 16:01:53,2,0.86,,,-73.96646118164062,40.773746490478516,-73.97465515136719,40.762142181396484,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-13 10:12:22,2016-01-13 10:19:48,1,0.6,,,-74.0108413696289,40.71200180053711,-74.00299072265625,40.71724319458008,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-28 11:26:37,2016-01-28 11:35:27,2,0.6,,,-73.97502899169922,40.765140533447266,-73.97748565673828,40.75813293457031,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-30 18:37:29,2016-01-30 18:43:12,1,0.8,,,-73.98590087890625,40.76290512084961,-73.97305297851562,40.76036071777344,1,N,1,5.5,0.0,0.5,0.3,1.85,0.0,8.15 +1,2016-01-07 21:17:34,2016-01-07 21:37:15,1,4.1,,,-73.99581909179688,40.73868179321289,-73.9519271850586,40.77829360961914,1,N,1,17.0,0.5,0.5,0.3,2.7,0.0,21.0 +2,2016-01-09 15:43:13,2016-01-09 15:59:36,1,2.82,,,-73.96674346923828,40.764251708984375,-73.97998046875,40.734989166259766,1,N,1,13.0,0.0,0.5,0.3,3.45,0.0,17.25 +1,2016-01-14 06:14:21,2016-01-14 06:19:27,1,1.3,,,-73.99156951904297,40.74869155883789,-73.97653198242188,40.75486755371094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-09 00:38:36,2016-01-09 00:55:04,4,3.9,,,-73.99212646484375,40.725189208984375,-73.95866394042969,40.76816940307617,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +2,2016-01-16 14:34:52,2016-01-16 14:45:04,1,1.99,,,-73.98302459716797,40.77174377441406,-73.96485137939453,40.755802154541016,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-29 17:59:22,2016-01-29 18:07:10,1,1.35,,,-73.95642852783203,40.76726150512695,-73.955810546875,40.78139114379883,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-11 14:13:47,2016-01-11 14:31:58,1,2.03,,,-73.98590850830078,40.7447509765625,-74.00562286376953,40.72682189941406,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-18 17:23:34,2016-01-18 17:29:20,1,0.95,,,-73.99203491210938,40.75925827026367,-74.00081634521484,40.747291564941406,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-16 13:13:12,2016-01-16 13:15:37,2,0.5,,,-74.00160217285156,40.746551513671875,-73.99365997314453,40.743186950683594,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +1,2016-01-13 19:30:31,2016-01-13 19:42:51,1,2.7,,,-73.96834564208984,40.7618408203125,-73.98933410644531,40.73004150390625,1,N,1,11.0,1.0,0.5,0.3,1.0,0.0,13.8 +2,2016-01-30 00:31:14,2016-01-30 00:39:35,5,1.74,,,-73.97169494628906,40.76424789428711,-73.95621490478516,40.781219482421875,1,N,1,8.5,0.5,0.5,0.3,1.5,0.0,11.3 +2,2016-01-09 20:53:50,2016-01-09 21:02:49,1,0.69,,,-73.99461364746094,40.7247314453125,-74.00323486328125,40.72409439086914,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-11 16:40:19,2016-01-11 16:49:01,1,1.2,,,-73.98524475097656,40.74187469482422,-73.99462127685547,40.750335693359375,1,N,1,7.5,1.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-13 02:44:57,2016-01-13 02:58:20,6,3.3,,,-73.98357391357422,40.72596740722656,-73.9571762084961,40.7164306640625,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-12 21:50:11,2016-01-12 22:03:16,1,7.7,,,-73.78179168701172,40.644752502441406,-73.73456573486328,40.68363571166992,1,N,1,22.5,0.5,0.5,0.3,0.0,0.0,23.8 +2,2016-01-12 21:31:24,2016-01-12 21:36:19,1,1.36,,,-73.9573974609375,40.773719787597656,-73.97232818603516,40.78575897216797,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,9.12 +2,2016-01-30 18:22:30,2016-01-30 18:33:51,2,1.63,,,-73.98724365234375,40.73257827758789,-73.97216033935547,40.747318267822266,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-22 18:41:13,2016-01-22 18:46:29,1,1.2,,,-73.98828125,40.77918243408203,-73.97628021240234,40.78750991821289,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-26 08:10:43,2016-01-26 08:20:55,3,0.7,,,-73.99342346191406,40.7361946105957,-73.98277282714844,40.736385345458984,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,10.75 +2,2016-01-24 15:54:08,2016-01-24 16:58:18,5,8.78,,,-74.0,40.727088928222656,-73.8931884765625,40.74748992919922,1,N,2,31.5,0.0,0.5,0.3,0.0,0.0,32.3 +1,2016-01-13 18:34:52,2016-01-13 18:46:35,1,1.7,,,-73.97541809082031,40.75251007080078,-73.97344970703125,40.7381591796875,1,N,1,9.5,1.0,0.5,0.3,4.5,0.0,15.8 +1,2016-01-21 07:27:02,2016-01-21 07:31:33,1,1.1,,,-73.95863342285156,40.77496337890625,-73.96935272216797,40.760379791259766,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-30 20:28:31,2016-01-30 20:47:01,3,3.41,,,-74.0064926147461,40.73250961303711,-73.9820785522461,40.76369857788086,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,18.96 +1,2016-01-09 22:46:52,2016-01-09 23:03:20,1,1.5,,,-73.97928619384766,40.73983383178711,-73.99181365966797,40.722286224365234,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-12 15:36:47,2016-01-12 15:45:59,5,0.87,,,-73.96875,40.76148986816406,-73.98294830322266,40.76681900024414,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-14 20:14:54,2016-01-14 20:22:05,1,0.66,,,-73.97582244873047,40.75947189331055,-73.97489929199219,40.75310516357422,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-23 01:09:49,2016-01-23 01:30:39,1,3.9,,,-73.98741149902344,40.76580047607422,-74.00556945800781,40.725650787353516,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-22 18:14:54,2016-01-22 18:38:23,1,7.1,,,-73.9659423828125,40.770851135253906,-74.0086898803711,40.71059799194336,1,N,1,23.5,1.0,0.5,0.3,5.06,0.0,30.36 +1,2016-01-21 12:46:33,2016-01-21 12:58:58,2,1.1,,,-73.96394348144531,40.77663040161133,-73.97415924072266,40.76258850097656,1,N,1,9.0,0.0,0.5,0.3,4.0,0.0,13.8 +2,2016-01-28 11:02:27,2016-01-28 11:14:57,1,1.45,,,-73.99120330810547,40.73921585083008,-74.00541687011719,40.72779083251953,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-11 06:43:42,2016-01-11 06:49:51,1,2.0,,,-73.9624252319336,40.799827575683594,-73.98011779785156,40.78014373779297,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-21 18:54:23,2016-01-21 19:07:06,1,1.2,,,-73.98979949951172,40.735164642333984,-73.98271942138672,40.72304916381836,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-26 15:38:38,2016-01-26 15:57:15,5,1.49,,,-73.95720672607422,40.783531188964844,-73.96923828125,40.76662063598633,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-02 01:38:35,2016-01-02 01:44:02,1,1.32,,,-73.98997497558594,40.75735092163086,-73.9848403930664,40.7685546875,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 14:14:36,2016-01-07 14:38:26,2,3.8,,,-73.96751403808594,40.76921081542969,-74.0068130493164,40.74151611328125,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,18.3 +1,2016-01-21 18:36:24,2016-01-21 18:47:33,1,2.1,,,-73.99605560302734,40.763145446777344,-73.97955322265625,40.78662109375,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-06 23:26:48,2016-01-06 23:30:51,1,1.0,,,-73.95502471923828,40.773193359375,-73.95728302001953,40.782920837402344,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-22 19:15:49,2016-01-22 19:20:02,1,0.48,,,-73.98483276367188,40.768489837646484,-73.98314666748047,40.76306915283203,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-16 00:41:05,2016-01-16 01:13:54,4,12.29,,,-73.98761749267578,40.73752975463867,-74.03447723388672,40.622398376464844,1,N,1,38.0,0.5,0.5,0.3,9.82,0.0,49.12 +2,2016-01-21 19:10:28,2016-01-21 19:18:32,1,0.77,,,-73.97772979736328,40.7463493347168,-73.99037170410156,40.75136184692383,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-21 18:49:44,2016-01-21 19:01:34,1,1.14,,,-73.97817993164062,40.748355865478516,-73.97876739501953,40.75840377807617,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-21 23:23:41,2016-01-21 23:34:10,3,1.8,,,-73.98311614990234,40.76311111450195,-73.9838638305664,40.74361801147461,1,N,1,9.0,0.5,0.5,0.3,3.05,0.0,13.35 +2,2016-01-13 02:48:50,2016-01-13 03:01:41,5,4.13,,,-74.00733184814453,40.728309631347656,-73.98439025878906,40.779701232910156,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +1,2016-01-10 18:59:33,2016-01-10 19:55:00,1,18.6,,,-73.78984832763672,40.646385192871094,-73.99176788330078,40.71513748168945,2,N,1,52.0,0.0,0.5,0.3,6.0,0.0,58.8 +1,2016-01-20 17:56:56,2016-01-20 18:10:02,1,1.5,,,-73.9780044555664,40.74576950073242,-73.96984100341797,40.764644622802734,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-22 23:18:34,2016-01-22 23:28:04,2,0.9,,,-73.98110961914062,40.72955322265625,-73.987548828125,40.72177505493164,1,N,1,7.5,0.5,0.5,0.3,2.0,0.0,10.8 +2,2016-01-29 10:57:25,2016-01-29 11:34:00,1,9.51,,,-73.86373138427734,40.76967239379883,-73.99138641357422,40.755645751953125,1,N,1,35.5,0.0,0.5,0.3,5.0,5.54,46.84 +1,2016-01-05 09:56:30,2016-01-05 10:08:16,1,1.5,,,-73.98119354248047,40.77412414550781,-73.97177124023438,40.75975799560547,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-21 20:28:44,2016-01-21 20:46:55,6,1.99,,,-73.97539520263672,40.763099670410156,-73.95147705078125,40.77398681640625,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +2,2016-01-07 14:26:24,2016-01-07 14:34:00,4,1.5,,,-73.9604721069336,40.79750061035156,-73.95269775390625,40.783199310302734,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-27 22:54:07,2016-01-27 23:03:51,1,1.8,,,-73.95758819580078,40.78010177612305,-73.97689056396484,40.76484680175781,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-19 12:13:30,2016-01-19 12:19:27,1,0.81,,,-73.98473358154297,40.73658752441406,-73.98167419433594,40.7292366027832,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-20 08:03:46,2016-01-20 08:16:09,1,1.61,,,-73.98466491699219,40.74579620361328,-74.00164031982422,40.75645065307617,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-18 14:28:03,2016-01-18 14:39:30,1,2.9,,,-73.97193145751953,40.76568603515625,-73.99884033203125,40.732330322265625,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-21 21:30:11,2016-01-21 21:38:23,1,2.97,,,-74.00939178466797,40.70585250854492,-73.98371887207031,40.72178649902344,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-08 22:55:49,2016-01-08 23:09:33,2,2.2,,,-73.9920883178711,40.76158142089844,-73.98423767089844,40.74034881591797,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-22 14:25:10,2016-01-22 14:35:14,3,1.0,,,-74.0013427734375,40.71482849121094,-73.99205780029297,40.72562026977539,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-17 22:47:50,2016-01-17 22:51:49,1,1.01,,,-73.95556640625,40.77265930175781,-73.95836639404297,40.760528564453125,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-07 13:07:41,2016-01-07 13:08:52,1,0.3,,,-73.98086547851562,40.77504348754883,-73.97666931152344,40.775146484375,1,N,1,3.0,0.0,0.5,0.3,0.75,0.0,4.55 +1,2016-01-09 00:47:12,2016-01-09 00:57:14,1,1.3,,,-73.98988342285156,40.72941589355469,-74.00214385986328,40.73003387451172,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +1,2016-01-05 09:10:30,2016-01-05 09:22:49,1,1.0,,,-73.98005676269531,40.74324417114258,-73.99121856689453,40.738983154296875,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-11 21:17:00,2016-01-11 21:21:47,1,1.43,,,-73.9597396850586,40.76782989501953,-73.94465637207031,40.77947998046875,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-12 17:46:36,2016-01-12 17:48:31,4,0.47,,,-73.95917510986328,40.77235412597656,-73.95628356933594,40.77726364135742,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-18 22:51:52,2016-01-18 22:57:46,1,0.74,,,-73.98876190185547,40.74148178100586,-73.97737884521484,40.738319396972656,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-30 10:13:23,2016-01-30 10:30:53,1,4.2,,,-74.0041732788086,40.738033294677734,-73.98143005371094,40.78126525878906,1,N,1,17.0,0.0,0.5,0.3,3.55,0.0,21.35 +1,2016-01-09 01:52:55,2016-01-09 02:01:27,1,3.1,,,-73.99137115478516,40.76536560058594,-73.96034240722656,40.80180358886719,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,14.75 +1,2016-01-01 14:38:49,2016-01-01 14:40:20,1,0.3,,,-74.0078125,40.73225021362305,-74.0065689086914,40.737083435058594,1,N,1,3.0,0.0,0.5,0.3,1.2,0.0,5.0 +2,2016-01-15 19:06:55,2016-01-15 19:07:09,3,0.0,,,-73.96882629394531,40.76433181762695,-73.96894836425781,40.76451873779297,5,N,1,32.8,0.0,0.5,0.3,2.0,5.54,41.14 +1,2016-01-01 18:21:37,2016-01-01 18:34:53,1,4.3,,,-74.00503540039062,40.722923278808594,-73.9617919921875,40.76063919067383,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +2,2016-01-15 22:20:33,2016-01-15 23:03:18,1,6.58,,,-73.98916625976562,40.73154830932617,-73.92759704589844,40.77443313598633,1,N,1,30.0,0.5,0.5,0.3,6.26,0.0,37.56 +1,2016-01-03 18:38:13,2016-01-03 18:42:55,1,0.8,,,-74.00108337402344,40.73643112182617,-73.99370574951172,40.72807693481445,1,N,1,5.5,1.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-30 22:02:31,2016-01-30 22:12:32,1,2.31,,,-74.00930786132812,40.72925567626953,-74.00068664550781,40.75522232055664,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +1,2016-01-13 17:29:16,2016-01-13 17:39:06,1,1.5,,,-73.99085998535156,40.739566802978516,-73.99989318847656,40.72280502319336,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-13 13:55:14,2016-01-13 13:59:18,1,0.5,,,-73.975830078125,40.756004333496094,-73.97042846679688,40.76317596435547,1,N,1,4.5,0.0,0.5,0.3,1.3,0.0,6.6 +1,2016-01-12 20:21:32,2016-01-12 20:35:52,1,2.9,,,-73.9945068359375,40.71908950805664,-74.0077896118164,40.75157928466797,1,N,1,13.0,0.5,0.5,0.3,3.55,0.0,17.85 +2,2016-01-20 18:54:01,2016-01-20 19:00:19,4,1.09,,,-73.99916076660156,40.72476577758789,-74.00606536865234,40.73508834838867,1,N,1,6.0,1.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-21 17:08:54,2016-01-21 17:12:50,1,0.68,,,-73.95673370361328,40.77794647216797,-73.96289825439453,40.76948547363281,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-27 15:58:22,2016-01-27 16:15:46,1,1.8,,,-73.97335052490234,40.74414825439453,-73.97041320800781,40.7646598815918,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-16 01:41:24,2016-01-16 01:45:20,5,1.35,,,-73.9638671875,40.7678108215332,-73.95726013183594,40.78242111206055,1,N,1,6.0,0.5,0.5,0.3,0.7,0.0,8.0 +1,2016-01-22 23:27:03,2016-01-22 23:56:25,2,6.9,,,-73.99918365478516,40.728118896484375,-73.91397094726562,40.67401123046875,1,N,1,24.5,0.5,0.5,0.3,0.0,0.0,25.8 +2,2016-01-20 09:31:15,2016-01-20 09:57:19,2,2.07,,,-74.00618743896484,40.751060485839844,-73.99578857421875,40.76942825317383,1,N,1,16.5,0.0,0.5,0.3,1.0,0.0,18.3 +1,2016-01-07 19:07:40,2016-01-07 19:43:56,1,9.8,,,-74.00809478759766,40.73816680908203,-73.90807342529297,40.71739196777344,1,N,1,33.0,1.0,0.5,0.3,5.0,0.0,39.8 +2,2016-01-22 20:13:29,2016-01-22 20:26:45,2,2.49,,,-73.95748138427734,40.78550720214844,-73.97311401367188,40.755859375,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,15.36 +1,2016-01-16 09:10:31,2016-01-16 09:17:43,1,1.6,,,-74.00283813476562,40.76047897338867,-73.98035430908203,40.762325286865234,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-27 23:38:35,2016-01-28 00:04:51,2,19.0,,,-73.78997802734375,40.64677047729492,-73.94818115234375,40.774505615234375,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-17 12:34:38,2016-01-17 13:02:23,2,9.94,,,-73.8635025024414,40.77000045776367,-73.98692321777344,40.76118850708008,1,N,1,32.0,0.0,0.5,0.3,7.67,5.54,46.01 +1,2016-01-04 22:54:19,2016-01-04 23:01:38,1,1.7,,,-73.9712905883789,40.75751876831055,-73.98242950439453,40.736873626708984,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-22 16:16:53,2016-01-22 16:27:27,1,1.46,,,-73.96363830566406,40.7716178894043,-73.97726440429688,40.75461196899414,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-17 11:58:00,2016-01-17 12:02:11,1,0.8,,,-73.95426177978516,40.81151580810547,-73.95348358154297,40.82207489013672,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-21 16:44:55,2016-01-21 18:01:32,1,15.93,,,-73.91558837890625,40.730751037597656,-73.7833023071289,40.64356231689453,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-27 13:46:17,2016-01-27 13:50:11,1,0.5,,,-74.0052490234375,40.7407112121582,-74.00902557373047,40.7354850769043,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-17 13:16:08,2016-01-17 13:32:01,5,1.96,,,-73.99695587158203,40.74216842651367,-73.98432922363281,40.76444625854492,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,13.8 +2,2016-01-06 16:24:21,2016-01-06 16:39:28,1,1.58,,,-74.00697326660156,40.73368835449219,-73.9909896850586,40.719268798828125,1,N,1,10.5,1.0,0.5,0.3,2.0,0.0,14.3 +2,2016-01-26 22:06:05,2016-01-26 22:19:11,1,2.23,,,-74.00041961669922,40.7321662902832,-74.00985717773438,40.71004867553711,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +1,2016-01-21 07:34:35,2016-01-21 07:48:29,1,2.1,,,-73.97917175292969,40.74618148803711,-74.00391387939453,40.742313385009766,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-22 17:53:44,2016-01-22 17:57:39,1,0.4,,,-73.96276092529297,40.778568267822266,-73.9618911743164,40.77381134033203,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-29 12:41:34,2016-01-29 13:12:56,1,9.7,,,-73.98597717285156,40.75864028930664,-73.87027740478516,40.77302169799805,1,N,1,33.0,0.0,0.5,0.3,7.85,5.54,47.19 +2,2016-01-03 18:44:37,2016-01-03 18:55:22,1,2.98,,,-73.87445068359375,40.77404022216797,-73.90392303466797,40.775962829589844,1,N,1,11.0,0.0,0.5,0.3,4.2,0.0,16.0 +2,2016-01-12 23:14:44,2016-01-12 23:18:52,1,0.67,,,-73.98493194580078,40.76163101196289,-73.99108123779297,40.76581954956055,1,N,1,5.0,0.5,0.5,0.3,1.58,0.0,7.88 +2,2016-01-10 12:51:58,2016-01-10 12:54:49,1,0.43,,,-73.97858428955078,40.75122833251953,-73.98457336425781,40.7616081237793,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-27 21:57:00,2016-01-27 22:13:18,1,5.0,,,-74.0160140991211,40.71527862548828,-73.98483276367188,40.72816848754883,1,N,1,17.0,0.5,0.5,0.3,3.66,0.0,21.96 +1,2016-01-19 00:58:32,2016-01-19 01:07:48,1,1.6,,,0.0,0.0,0.0,0.0,1,N,1,8.5,0.5,0.5,0.3,2.9,0.0,12.7 +1,2016-01-29 13:55:32,2016-01-29 13:58:55,1,0.6,,,-73.96793365478516,40.75564956665039,-73.97466278076172,40.750118255615234,1,N,1,4.5,0.0,0.5,0.3,1.3,0.0,6.6 +1,2016-01-22 06:45:32,2016-01-22 06:50:24,1,0.8,,,-73.98053741455078,40.785011291503906,-73.96900177001953,40.78562545776367,1,Y,1,5.5,0.0,0.5,0.3,1.85,0.0,8.15 +2,2016-01-20 10:20:55,2016-01-20 10:23:48,1,0.66,,,-73.9627456665039,40.77536392211914,-73.95609283447266,40.781368255615234,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-04 22:42:46,2016-01-04 22:44:09,1,0.4,,,-73.95393371582031,40.779014587402344,-73.94780731201172,40.779579162597656,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,5.76 +2,2016-01-03 16:54:35,2016-01-03 17:12:00,1,3.18,,,-73.9625473022461,40.778648376464844,-73.99076080322266,40.75069046020508,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-21 21:59:27,2016-01-21 22:12:54,1,2.4,,,-73.99126434326172,40.74998474121094,-73.9895248413086,40.72459411621094,1,N,1,11.0,0.5,0.5,0.3,3.05,0.0,15.35 +2,2016-01-09 19:32:31,2016-01-09 19:43:48,6,1.67,,,-73.9793930053711,40.78681945800781,-73.96062469482422,40.772701263427734,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-07 22:25:39,2016-01-07 22:32:12,1,0.53,,,-73.98751068115234,40.74422836303711,-73.99421691894531,40.748538970947266,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-09 11:52:46,2016-01-09 11:56:02,2,0.55,,,-73.98686981201172,40.731536865234375,-73.98686981201172,40.731536865234375,1,N,1,4.5,0.0,0.5,0.3,1.59,0.0,6.89 +1,2016-01-19 06:46:50,2016-01-19 06:59:06,1,3.0,,,-73.94647979736328,40.791988372802734,-73.9732666015625,40.75374221801758,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-01 13:22:51,2016-01-01 13:29:12,6,1.48,,,-74.01264953613281,40.71451950073242,-74.00425720214844,40.730438232421875,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-17 02:31:36,2016-01-17 02:34:39,2,0.83,,,-73.9903793334961,40.757301330566406,-73.99681091308594,40.75033187866211,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +1,2016-01-04 14:19:21,2016-01-04 14:47:58,1,7.6,,,-73.87457275390625,40.77410125732422,-73.95948028564453,40.731239318847656,1,N,1,27.0,0.0,0.5,0.3,8.3,0.0,36.1 +2,2016-01-22 00:30:25,2016-01-22 00:52:37,1,7.46,,,-73.87454223632812,40.774070739746094,-73.98441314697266,40.766971588134766,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,25.3 +2,2016-01-23 00:25:11,2016-01-23 00:35:35,5,2.2,,,-73.9513168334961,40.81003952026367,-73.943359375,40.83346939086914,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-08 23:13:20,2016-01-08 23:20:42,1,1.1,,,-73.99740600585938,40.72136306762695,-73.98395538330078,40.72700881958008,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-04 19:47:52,2016-01-04 20:13:35,1,7.0,,,-73.97709655761719,40.75563049316406,-73.88937377929688,40.7724723815918,1,N,1,24.0,1.0,0.5,0.3,4.0,0.0,29.8 +1,2016-01-09 10:18:18,2016-01-09 10:22:27,1,0.9,,,-73.94229888916016,40.78648376464844,-73.9441146850586,40.79463577270508,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-21 18:48:33,2016-01-21 18:58:48,1,1.27,,,-73.98436737060547,40.736671447753906,-73.99087524414062,40.74872589111328,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-09 17:18:21,2016-01-09 17:29:40,1,1.6,,,-73.98084259033203,40.744808197021484,-73.98383331298828,40.760162353515625,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-05 08:51:51,2016-01-05 08:56:55,5,0.76,,,-73.95597076416016,40.7678108215332,-73.96235656738281,40.77490997314453,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-30 09:21:44,2016-01-30 09:26:48,1,1.14,,,-73.9787368774414,40.74769973754883,-73.9764404296875,40.75901412963867,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-24 21:45:16,2016-01-24 21:52:07,1,3.68,,,-73.98291015625,40.72282791137695,-74.01628875732422,40.70600509643555,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,15.36 +2,2016-01-16 10:11:24,2016-01-16 10:22:58,1,2.83,,,-73.97146606445312,40.75497817993164,-73.95234680175781,40.78971481323242,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-07 19:57:10,2016-01-07 20:04:12,1,1.52,,,-73.98771667480469,40.76530838012695,-74.00167846679688,40.74586868286133,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-27 00:47:57,2016-01-27 01:01:26,1,3.3,,,-73.99960327148438,40.7438850402832,-74.01210021972656,40.707618713378906,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +2,2016-01-08 23:30:30,2016-01-08 23:32:35,6,0.7,,,-73.98102569580078,40.77949142456055,-73.97659301757812,40.7875862121582,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +2,2016-01-25 18:07:20,2016-01-25 18:22:57,1,3.94,,,-74.00196838378906,40.74052047729492,-73.97991943359375,40.784751892089844,1,N,1,15.0,1.0,0.5,0.3,4.2,0.0,21.0 +1,2016-01-24 16:50:11,2016-01-24 16:59:32,1,1.3,,,-73.990478515625,40.73698425292969,-74.00404357910156,40.73231887817383,1,Y,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-30 15:33:22,2016-01-30 15:43:57,1,1.48,,,-73.98184204101562,40.76611328125,-73.96832275390625,40.75566101074219,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-20 00:35:35,2016-01-20 00:47:44,1,1.97,,,-73.98245239257812,40.7717399597168,-73.9775390625,40.75489044189453,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-22 12:24:42,2016-01-22 12:41:53,2,4.36,,,-74.00474548339844,40.7066650390625,-73.9792251586914,40.744110107421875,1,N,1,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-20 12:31:06,2016-01-20 12:37:04,1,0.62,,,-73.98214721679688,40.746341705322266,-73.99124908447266,40.74940872192383,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-27 19:55:22,2016-01-27 19:59:16,1,0.6,,,-74.00851440429688,40.72004318237305,-74.00306701660156,40.7251091003418,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-06 06:31:05,2016-01-06 06:39:54,2,2.76,,,-73.96333312988281,40.79365158081055,-73.9866714477539,40.762420654296875,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-16 22:04:52,2016-01-16 22:24:04,3,12.3,,,-73.77677917480469,40.64542007446289,-73.73124694824219,40.75598907470703,1,N,1,34.0,0.5,0.5,0.3,7.06,0.0,42.36 +2,2016-01-30 04:00:31,2016-01-30 04:14:27,1,3.07,,,-73.91567993164062,40.822540283203125,-73.90042114257812,40.860687255859375,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,13.8 +2,2016-01-30 00:50:07,2016-01-30 01:09:14,1,4.87,,,-73.99195098876953,40.74418258666992,-73.95455169677734,40.80070114135742,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,19.3 +2,2016-01-13 08:44:50,2016-01-13 08:52:10,1,0.99,,,-74.00731658935547,40.71601104736328,-73.99609375,40.7252197265625,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-30 00:26:33,2016-01-30 00:34:38,1,1.1,,,-73.97616577148438,40.753211975097656,-73.99039459228516,40.750240325927734,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-14 23:49:33,2016-01-14 23:59:38,1,2.9,,,-73.9929428100586,40.740562438964844,-73.98709106445312,40.764198303222656,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,14.75 +2,2016-01-25 00:34:30,2016-01-25 00:40:30,1,1.42,,,-73.98783111572266,40.747947692871094,-73.9717025756836,40.756961822509766,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-05 18:53:10,2016-01-05 19:36:33,1,15.45,,,-73.78206634521484,40.644771575927734,-73.95050811767578,40.72895812988281,1,N,1,45.5,1.0,0.5,0.3,11.82,0.0,59.12 +2,2016-01-10 19:49:43,2016-01-10 20:00:35,5,3.16,,,-73.86380767822266,40.769798278808594,-73.85369873046875,40.754390716552734,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-16 15:44:21,2016-01-16 15:46:55,2,0.59,,,-73.95970153808594,40.76274108886719,-73.96047973632812,40.768798828125,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +2,2016-01-21 23:06:59,2016-01-21 23:21:48,3,2.89,,,-74.00273895263672,40.73383712768555,-73.98766326904297,40.76537322998047,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +1,2016-01-27 12:17:37,2016-01-27 12:29:21,1,1.0,,,-73.98250579833984,40.767066955566406,-73.96601867675781,40.762420654296875,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-09 19:15:12,2016-01-09 19:20:14,2,0.95,,,-73.94734954833984,40.81679916381836,-73.95503997802734,40.80498123168945,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-30 14:55:37,2016-01-30 15:02:44,3,1.3,,,-73.9953384399414,40.74969482421875,-74.00305938720703,40.733306884765625,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-20 15:30:28,2016-01-20 15:40:25,2,0.73,,,-73.98013305664062,40.75467300415039,-73.98963928222656,40.752201080322266,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +1,2016-01-27 20:00:11,2016-01-27 20:09:42,1,1.3,,,-73.98206329345703,40.77290725708008,-73.96932220458984,40.761966705322266,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-26 21:06:12,2016-01-26 21:22:09,1,3.1,,,-73.98460388183594,40.75413131713867,-73.94996643066406,40.77605056762695,1,N,1,13.0,0.5,0.5,0.3,3.55,0.0,17.85 +2,2016-01-18 21:11:27,2016-01-18 21:18:35,1,1.28,,,0.0,0.0,0.0,0.0,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +1,2016-01-07 21:50:47,2016-01-07 22:06:32,2,2.7,,,-74.00479888916016,40.751461029052734,-73.98748779296875,40.72545623779297,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +2,2016-01-15 07:33:15,2016-01-15 07:38:10,1,0.45,,,-73.99154663085938,40.75606918334961,-73.98577117919922,40.760398864746094,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-14 07:42:36,2016-01-14 08:03:33,1,4.4,,,-74.00772857666016,40.70869445800781,-73.97786712646484,40.764583587646484,1,N,1,17.0,0.0,0.5,0.3,1.0,0.0,18.8 +1,2016-01-24 22:33:45,2016-01-24 22:39:18,2,1.0,,,-73.97901916503906,40.76273727416992,-73.96466827392578,40.756473541259766,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-07 20:29:51,2016-01-07 20:41:15,1,2.51,,,-74.00474548339844,40.72339630126953,-73.99146270751953,40.75375747680664,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +2,2016-01-07 08:52:44,2016-01-07 09:05:57,2,1.55,,,-73.95520782470703,40.773277282714844,-73.97251892089844,40.76069641113281,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +2,2016-01-14 12:23:19,2016-01-14 12:45:59,2,3.77,,,-73.99154663085938,40.74990463256836,-74.0073471069336,40.704891204833984,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,21.36 +1,2016-01-19 11:16:02,2016-01-19 11:18:56,1,0.3,,,-73.95672607421875,40.779964447021484,-73.9569091796875,40.78340530395508,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-21 22:03:52,2016-01-21 22:13:03,1,1.4,,,-73.98348999023438,40.676597595214844,-73.99256134033203,40.68832015991211,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +2,2016-01-10 13:37:15,2016-01-10 13:48:27,1,1.29,,,-73.98123168945312,40.77412796020508,-73.98893737792969,40.758567810058594,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-11 11:58:04,2016-01-11 12:02:54,3,0.4,,,-73.9733657836914,40.764991760253906,-73.97960662841797,40.766197204589844,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-07 20:45:43,2016-01-07 20:49:00,5,0.6,,,-73.99403381347656,40.740966796875,-73.98955535888672,40.735897064208984,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-27 08:00:26,2016-01-27 08:09:50,1,1.1,,,-73.97235107421875,40.743247985839844,-73.97748565673828,40.75444793701172,1,N,1,7.5,0.0,0.5,0.3,1.7,0.0,10.0 +2,2016-01-27 19:59:24,2016-01-27 20:02:44,1,0.63,,,-73.98854064941406,40.769039154052734,-73.98273468017578,40.77569580078125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-26 08:12:08,2016-01-26 08:37:05,1,6.7,,,-73.95352935791016,40.77928924560547,-73.89715576171875,40.78022766113281,1,N,1,23.5,0.0,0.5,0.3,5.95,5.54,35.79 +2,2016-01-11 23:51:52,2016-01-11 23:56:05,1,0.67,,,-73.98980712890625,40.75667190551758,-73.99620056152344,40.76240158081055,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +2,2016-01-02 17:23:31,2016-01-02 17:25:21,1,0.68,,,-73.95477294921875,40.7696418762207,-73.95249938964844,40.776798248291016,1,N,1,4.0,0.0,0.5,0.3,1.44,0.0,6.24 +1,2016-01-17 18:22:26,2016-01-17 18:24:45,1,0.3,,,-74.00689697265625,40.73936080932617,-74.00562286376953,40.73857116699219,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +1,2016-01-02 17:11:51,2016-01-02 17:25:20,1,1.8,,,-73.98387145996094,40.76285934448242,-73.97077941894531,40.767539978027344,1,N,3,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-11 11:12:26,2016-01-11 11:17:10,1,0.7,,,-73.99507141113281,40.76008987426758,-73.98851013183594,40.75537872314453,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-16 05:37:33,2016-01-16 05:37:36,1,0.0,,,0.0,0.0,-73.98457336425781,40.84651184082031,5,N,1,65.0,0.0,0.5,0.3,13.16,0.0,78.96 +2,2016-01-11 09:59:14,2016-01-11 10:04:51,1,1.05,,,-73.98320770263672,40.761043548583984,-73.98983764648438,40.75651168823242,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-20 01:00:40,2016-01-20 01:06:46,2,1.25,,,-74.00521850585938,40.72856521606445,-73.99018096923828,40.729042053222656,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-28 08:05:18,2016-01-28 08:11:48,1,1.1,,,-73.98973083496094,40.729637145996094,-73.97925567626953,40.744022369384766,1,N,1,6.5,0.0,0.5,0.3,1.2,0.0,8.5 +1,2016-01-14 23:56:15,2016-01-15 00:04:26,1,3.5,,,-73.86502838134766,40.77070999145508,-73.90834045410156,40.758506774902344,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,16.0 +2,2016-01-14 08:56:54,2016-01-14 09:06:45,1,1.09,,,-73.96406555175781,40.75678634643555,-73.97647857666016,40.75071334838867,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-19 06:12:13,2016-01-19 06:18:10,1,1.13,,,-73.97242736816406,40.76280975341797,-73.95648193359375,40.76472854614258,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-18 16:41:24,2016-01-18 17:11:40,1,10.5,,,-73.97798919677734,40.762943267822266,-73.87159729003906,40.77439498901367,1,N,1,34.0,0.0,0.5,0.3,8.05,5.54,48.39 +2,2016-01-18 15:12:55,2016-01-18 15:15:19,1,0.27,,,-73.98188018798828,40.771419525146484,-73.98210144042969,40.77499008178711,1,N,1,3.5,0.0,0.5,0.3,1.29,0.0,5.59 +2,2016-01-29 16:59:50,2016-01-29 17:17:20,1,2.25,,,-73.99144744873047,40.749935150146484,-73.98126983642578,40.77509689331055,1,N,1,12.5,1.0,0.5,0.3,2.86,0.0,17.16 +1,2016-01-09 14:18:46,2016-01-09 14:37:56,2,3.7,,,-73.99420166015625,40.7512321472168,-73.94893646240234,40.771324157714844,1,N,1,15.5,0.0,0.5,0.3,3.25,0.0,19.55 +2,2016-01-21 14:33:46,2016-01-21 14:55:59,1,2.87,,,-73.97016906738281,40.76055145263672,-73.98605346679688,40.7264518737793,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,20.16 +2,2016-01-30 09:50:55,2016-01-30 09:54:26,6,1.03,,,-73.98809051513672,40.76158142089844,-73.99137878417969,40.74970245361328,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-02 15:35:03,2016-01-02 15:42:09,1,1.83,,,-73.97364044189453,40.75224685668945,-73.95645141601562,40.77538299560547,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-17 20:33:51,2016-01-17 20:39:00,5,1.44,,,-73.9862289428711,40.75221252441406,-73.96971893310547,40.76128387451172,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-21 08:03:32,2016-01-21 08:09:15,1,0.7,,,-73.96331024169922,40.757545471191406,-73.96841430664062,40.76448059082031,1,N,1,5.5,0.0,0.5,0.3,1.85,0.0,8.15 +1,2016-01-08 23:29:40,2016-01-08 23:35:26,1,1.6,,,-73.96815490722656,40.76814270019531,-73.94849395751953,40.77657699584961,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-06 12:51:31,2016-01-06 13:02:45,6,2.31,,,-73.99807739257812,40.71696090698242,-73.99967956542969,40.7435188293457,1,N,1,10.0,0.0,0.5,0.3,0.2,0.0,11.0 +2,2016-01-10 14:46:00,2016-01-10 15:00:57,1,3.2,,,-73.94873046875,40.782161712646484,-73.98282623291016,40.75584030151367,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-24 23:49:03,2016-01-24 23:59:39,1,2.32,,,-73.98397827148438,40.75494384765625,-73.98990631103516,40.731163024902344,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-11 22:15:37,2016-01-11 22:24:24,1,2.0,,,-73.97392272949219,40.75691223144531,-73.97583770751953,40.77880859375,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-11 21:12:08,2016-01-11 21:18:08,1,1.41,,,-73.99140167236328,40.72718048095703,-73.98155212402344,40.74399948120117,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-21 09:36:16,2016-01-21 09:45:09,1,1.1,,,-73.9951400756836,40.72606658935547,-73.98883819580078,40.73971939086914,1,N,1,7.5,0.0,0.5,0.3,3.0,0.0,11.3 +2,2016-01-10 18:13:53,2016-01-10 18:18:30,5,0.72,,,-73.9671630859375,40.793636322021484,-73.97309875488281,40.79010009765625,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +1,2016-01-07 23:22:05,2016-01-07 23:31:26,1,1.1,,,-73.97039794921875,40.75579071044922,-73.97351837158203,40.747825622558594,1,N,1,8.0,0.5,0.5,0.3,0.1,0.0,9.4 +2,2016-01-06 03:35:01,2016-01-06 03:52:38,1,4.09,,,-73.96233367919922,40.76034164428711,-73.94998931884766,40.80632781982422,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +2,2016-01-21 17:47:23,2016-01-21 18:01:07,1,2.18,,,-73.96905517578125,40.763397216796875,-73.9491195678711,40.783447265625,1,N,1,11.0,1.0,0.5,0.3,1.28,0.0,14.08 +1,2016-01-16 14:07:19,2016-01-16 14:12:39,2,1.0,,,-73.94051361083984,40.80891036987305,-73.95228576660156,40.8033447265625,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-18 18:08:19,2016-01-18 18:19:33,1,2.3,,,-73.96199035644531,40.76363754272461,-73.99021911621094,40.756404876708984,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-29 05:41:54,2016-01-29 05:54:10,1,2.6,,,-73.93074035644531,40.761131286621094,-73.9662094116211,40.759300231933594,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-11 07:43:17,2016-01-11 07:52:31,1,1.0,,,-73.98770904541016,40.765403747558594,-73.97421264648438,40.75752258300781,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-01 22:22:26,2016-01-01 22:31:36,1,2.2,,,-73.99738311767578,40.72582244873047,-73.9844970703125,40.750022888183594,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +2,2016-01-30 01:09:27,2016-01-30 01:12:21,5,0.59,,,-74.00638580322266,40.73334503173828,-74.00379943847656,40.74030685424805,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +2,2016-01-16 20:34:33,2016-01-16 20:40:15,5,0.66,,,-73.9818115234375,40.736751556396484,-73.9877700805664,40.728519439697266,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-22 19:26:41,2016-01-22 19:30:31,1,0.8,,,-73.9609375,40.76937484741211,-73.95504760742188,40.77842712402344,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-20 07:08:08,2016-01-20 07:20:39,1,1.65,,,-74.00778198242188,40.72600173950195,-74.00830841064453,40.709129333496094,1,N,1,9.5,0.0,0.5,0.3,1.8,0.0,12.1 +2,2016-01-17 01:42:36,2016-01-17 01:53:22,1,1.69,,,-73.99134826660156,40.727020263671875,-74.0111083984375,40.71329116821289,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-17 00:52:09,2016-01-17 01:03:50,1,6.2,,,-73.96341705322266,40.76192092895508,-74.0126953125,40.701576232910156,1,N,1,19.5,0.5,0.5,0.3,0.0,0.0,20.8 +2,2016-01-13 00:44:19,2016-01-13 00:57:25,2,2.92,,,-73.99529266357422,40.76044845581055,-74.00028228759766,40.730350494384766,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +1,2016-01-29 07:48:34,2016-01-29 08:12:18,2,1.9,,,-73.95941925048828,40.777252197265625,-73.95950317382812,40.77713394165039,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-16 01:43:29,2016-01-16 02:14:47,5,17.25,,,-73.98113250732422,40.73967742919922,-73.79843139648438,40.78288650512695,1,N,1,48.0,0.5,0.5,0.3,10.97,5.54,65.81 +1,2016-01-20 09:59:14,2016-01-20 10:13:21,1,2.1,,,-74.00289916992188,40.76039123535156,-73.99464416503906,40.73643112182617,1,N,1,11.0,0.0,0.5,0.3,1.2,0.0,13.0 +1,2016-01-02 13:13:20,2016-01-02 13:25:06,1,2.4,,,-73.96878051757812,40.7645263671875,-73.98867797851562,40.73645782470703,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-17 17:00:16,2016-01-17 17:04:27,1,0.7,,,-73.97120666503906,40.76696014404297,-73.9786605834961,40.76012420654297,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,7.5 +2,2016-01-16 08:39:18,2016-01-16 08:43:15,1,0.99,,,-74.00833892822266,40.73625946044922,-73.99712371826172,40.74705123901367,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-06 23:01:41,2016-01-06 23:10:17,1,1.4,,,-73.9818344116211,40.75795364379883,-73.98074340820312,40.77239990234375,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-01 09:02:12,2016-01-01 09:09:54,1,2.29,,,-73.9621353149414,40.76777648925781,-73.98588562011719,40.74641036987305,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-09 10:19:30,2016-01-09 10:22:03,1,1.04,,,-73.9688949584961,40.75886154174805,-73.95885467529297,40.77231979370117,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-27 06:11:27,2016-01-27 06:17:50,1,1.2,,,-73.96284484863281,40.76332473754883,-73.97542572021484,40.751060485839844,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-14 03:17:29,2016-01-14 03:19:25,1,0.9,,,-73.9804916381836,40.742584228515625,-73.97461700439453,40.754058837890625,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-22 21:49:59,2016-01-22 22:01:59,1,2.34,,,-73.96025085449219,40.78199005126953,-73.96131134033203,40.7564811706543,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +1,2016-01-27 07:46:01,2016-01-27 07:54:34,1,1.5,,,-73.99309539794922,40.735870361328125,-73.97621154785156,40.748268127441406,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-01 03:18:18,2016-01-01 03:41:32,1,10.5,,,-73.93505096435547,40.80073165893555,-73.86109924316406,40.88385009765625,1,N,1,30.5,0.5,0.5,0.3,0.0,0.0,31.8 +1,2016-01-05 18:17:48,2016-01-05 18:31:49,1,2.3,,,-73.99858856201172,40.73501968383789,-73.98065948486328,40.76396179199219,1,N,1,11.0,1.0,0.5,0.3,1.0,0.0,13.8 +1,2016-01-03 17:07:54,2016-01-03 17:21:25,1,2.6,,,-73.97688293457031,40.764976501464844,-73.9767074584961,40.73612594604492,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +1,2016-01-16 00:45:32,2016-01-16 00:51:05,1,1.0,,,-73.9810791015625,40.78117370605469,-73.96957397460938,40.78632354736328,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-30 23:36:28,2016-01-30 23:51:09,1,3.99,,,-73.94822692871094,40.77418899536133,-73.98635864257812,40.73044967651367,1,N,1,14.5,0.5,0.5,0.3,1.0,0.0,16.8 +2,2016-01-18 06:22:22,2016-01-18 06:28:08,2,1.1,,,-73.9759521484375,40.75124740600586,-73.99032592773438,40.75046920776367,1,N,1,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-30 00:53:02,2016-01-30 01:31:58,1,8.3,,,-74.00630950927734,40.73389434814453,-73.90092468261719,40.73645782470703,1,N,1,32.0,0.5,0.5,0.3,0.0,0.0,33.3 +2,2016-01-30 00:39:56,2016-01-30 00:48:48,1,1.23,,,-73.99272155761719,40.74769973754883,-73.98998260498047,40.759700775146484,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-28 10:41:33,2016-01-28 10:52:29,1,1.11,,,-73.99620819091797,40.72657775878906,-74.00714874267578,40.713157653808594,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-19 16:19:11,2016-01-19 16:33:00,1,0.8,,,-73.9651107788086,40.77084732055664,-73.96231842041016,40.76403045654297,1,N,1,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-17 01:32:13,2016-01-17 01:38:21,1,1.3,,,-73.99179077148438,40.764644622802734,-73.99495697021484,40.75007247924805,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-03 14:03:49,2016-01-03 14:23:46,3,5.78,,,-73.9446029663086,40.814300537109375,-73.96621704101562,40.75303649902344,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +2,2016-01-09 19:10:50,2016-01-10 19:02:23,1,3.9,,,-73.96198272705078,40.76776123046875,-74.00514221191406,40.74176025390625,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-28 23:32:08,2016-01-28 23:47:14,2,2.87,,,-73.985595703125,40.75773239135742,-73.95430755615234,40.77014923095703,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +2,2016-01-14 16:07:21,2016-01-14 16:15:37,1,1.44,,,-73.98673248291016,40.73994827270508,-73.97396850585938,40.75798797607422,1,N,1,7.5,1.0,0.5,0.3,2.0,0.0,11.3 +2,2016-01-18 08:46:56,2016-01-18 08:53:23,1,1.64,,,-74.00218963623047,40.729530334472656,-73.98787689208984,40.75043869018555,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 13:07:44,2016-01-11 13:17:18,1,3.38,,,-73.975830078125,40.75162887573242,-73.97967529296875,40.71448516845703,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-30 02:51:37,2016-01-30 03:01:28,1,1.53,,,-73.98773956298828,40.732486724853516,-73.99516296386719,40.72145080566406,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-02 16:22:13,2016-01-02 16:37:03,1,1.75,,,-73.99446868896484,40.740509033203125,-73.98338317871094,40.725990295410156,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-17 13:39:25,2016-01-17 13:43:24,1,0.9,,,-73.97821044921875,40.7522087097168,-73.9870834350586,40.745662689208984,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-25 16:56:01,2016-01-25 17:48:20,1,21.4,,,0.0,0.0,-74.17716217041016,40.695072174072266,3,N,1,79.5,1.0,0.0,0.3,12.0,18.5,111.3 +1,2016-01-22 08:52:24,2016-01-22 09:15:46,1,6.6,,,-73.96814727783203,40.755401611328125,-74.01382446289062,40.71492004394531,1,N,1,23.5,0.5,0.5,0.3,4.0,0.0,28.8 +2,2016-01-04 22:00:54,2016-01-04 22:12:08,4,2.59,,,-73.98146057128906,40.76772689819336,-73.94686126708984,40.772525787353516,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +2,2016-01-03 21:10:42,2016-01-03 21:22:39,1,3.34,,,-73.993896484375,40.75099182128906,-73.95673370361328,40.775230407714844,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +2,2016-01-12 14:31:55,2016-01-12 15:10:19,1,10.71,,,-73.86282348632812,40.76891326904297,-73.96849060058594,40.76976013183594,1,N,1,37.0,0.0,0.5,0.3,8.67,5.54,52.01 +1,2016-01-16 17:11:03,2016-01-16 17:31:32,1,4.2,,,-73.99309539794922,40.736602783203125,-73.9541015625,40.764888763427734,1,N,1,17.5,1.0,0.5,0.3,2.0,0.0,21.3 +1,2016-01-22 22:24:58,2016-01-22 22:32:08,1,1.0,,,-74.00169372558594,40.730655670166016,-73.99652099609375,40.74277114868164,1,N,1,6.5,0.5,0.5,0.3,1.5,0.0,9.3 +1,2016-01-12 20:19:50,2016-01-12 20:36:16,1,7.7,,,-74.00556945800781,40.74113082885742,-73.94400024414062,40.835105895996094,1,N,1,23.5,0.5,0.5,0.3,1.0,0.0,25.8 +1,2016-01-30 19:42:05,2016-01-30 19:51:47,1,1.2,,,-74.0008316040039,40.74231719970703,-74.00718688964844,40.72743606567383,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-09 17:35:47,2016-01-09 17:50:39,2,3.93,,,-73.98702239990234,40.76628112792969,-74.0106430053711,40.7230110168457,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-12 07:02:14,2016-01-12 07:12:25,1,1.62,,,-74.00741577148438,40.73243713378906,-73.98701477050781,40.73973083496094,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-19 07:12:45,2016-01-19 07:20:47,1,1.5,,,-73.99435424804688,40.7510986328125,-73.99020385742188,40.76964569091797,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-20 21:41:00,2016-01-21 21:39:37,1,1.76,,,-73.98067474365234,40.73392868041992,-73.99057006835938,40.75099182128906,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-26 18:08:59,2016-01-26 18:26:32,5,1.75,,,-73.98564147949219,40.72706985473633,-73.984130859375,40.74650955200195,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-19 06:54:46,2016-01-19 06:57:42,1,0.6,,,-73.96598052978516,40.76223373413086,-73.95806884765625,40.76450729370117,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-06 07:14:57,2016-01-06 07:30:15,1,3.05,,,-73.98434448242188,40.743507385253906,-73.95182800292969,40.76970672607422,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-22 12:20:18,2016-01-22 12:22:57,1,0.6,,,-73.97565460205078,40.760467529296875,-73.98171997070312,40.752113342285156,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +1,2016-01-26 12:31:49,2016-01-26 13:00:56,2,1.0,,,-73.98451232910156,40.7539176940918,-73.97216796875,40.75780487060547,1,N,3,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +1,2016-01-10 03:17:05,2016-01-10 03:20:32,2,0.6,,,-74.00508880615234,40.74101257324219,-73.99748992919922,40.74656677246094,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +2,2016-01-18 09:51:08,2016-01-18 09:59:22,5,0.9,,,-74.00248718261719,40.71860885620117,-73.99356079101562,40.72755813598633,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-15 08:42:26,2016-01-15 09:04:28,6,0.42,,,-73.96997833251953,40.752281188964844,-73.97496795654297,40.79011154174805,1,N,1,13.5,0.0,0.5,0.3,2.0,0.0,16.3 +1,2016-01-16 00:28:44,2016-01-16 01:03:48,2,17.7,,,-73.79021453857422,40.646976470947266,-73.98163604736328,40.762535095214844,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-06 08:09:32,2016-01-06 08:29:34,2,3.93,,,-73.9915771484375,40.695926666259766,-73.98844146728516,40.73969650268555,1,N,1,16.5,0.0,0.5,0.3,1.0,0.0,18.3 +2,2016-01-20 08:11:27,2016-01-20 08:40:39,2,5.62,,,-74.0082015991211,40.70521545410156,-73.9773941040039,40.75170135498047,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,23.3 +2,2016-01-18 18:09:53,2016-01-18 18:18:52,5,1.68,,,-73.97953033447266,40.72026824951172,-73.98764038085938,40.73555374145508,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-30 23:34:09,2016-01-30 23:39:53,1,0.9,,,-73.99158477783203,40.735374450683594,-74.00670623779297,40.73629379272461,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,8.8 +1,2016-01-04 16:23:26,2016-01-04 17:08:00,1,17.3,,,-73.78447723388672,40.64862823486328,-73.97679138183594,40.74919128417969,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-15 18:12:31,2016-01-15 18:24:09,1,1.99,,,-74.00276947021484,40.76046371459961,-73.99578094482422,40.73909378051758,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-07 11:49:52,2016-01-07 11:51:32,1,0.3,,,-73.94491577148438,40.77900314331055,-73.9444580078125,40.77545166015625,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,5.3 +1,2016-01-14 22:25:11,2016-01-14 22:32:43,1,0.9,,,-73.96858978271484,40.764434814453125,-73.97514343261719,40.752647399902344,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,9.35 +2,2016-01-06 22:18:19,2016-01-06 22:35:47,2,4.54,,,-73.99671173095703,40.715206146240234,-73.99329376220703,40.760459899902344,1,N,1,16.5,0.5,0.5,0.3,3.56,0.0,21.36 +1,2016-01-23 01:12:09,2016-01-23 01:27:51,2,3.0,,,-74.0026626586914,40.73405075073242,-73.98725128173828,40.77115249633789,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,15.8 +1,2016-01-01 03:04:06,2016-01-01 03:29:02,1,8.4,,,-74.00520324707031,40.71916580200195,-73.95893096923828,40.809146881103516,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,33.96 +1,2016-01-18 10:47:02,2016-01-18 10:54:37,1,1.3,,,-73.98245239257812,40.77431869506836,-73.9776382446289,40.758548736572266,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-27 23:21:51,2016-01-27 23:25:52,1,0.95,,,-73.95221710205078,40.777278900146484,-73.96151733398438,40.767669677734375,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +2,2016-01-18 17:05:30,2016-01-18 17:13:15,3,1.52,,,-73.9537582397461,40.77937316894531,-73.96871948242188,40.76422119140625,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-06 08:47:34,2016-01-06 08:55:42,1,1.2,,,-73.98876953125,40.73678207397461,-73.97710418701172,40.75128936767578,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-29 08:49:49,2016-01-29 09:20:19,1,3.2,,,-73.96837615966797,40.79977035522461,-73.96841430664062,40.764915466308594,1,N,1,19.5,0.0,0.5,0.3,4.05,0.0,24.35 +2,2016-01-06 22:44:01,2016-01-06 22:54:16,1,1.49,,,-73.97766876220703,40.786781311035156,-73.95572662353516,40.77975845336914,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-12 14:39:20,2016-01-12 15:03:52,1,7.0,,,-73.98226165771484,40.760318756103516,-74.01091003417969,40.708736419677734,1,N,1,25.0,0.0,0.5,0.3,5.15,0.0,30.95 +2,2016-01-04 03:29:13,2016-01-04 03:29:44,1,0.0,,,0.0,0.0,0.0,0.0,5,N,2,15.8,0.0,0.5,0.3,0.0,0.0,16.6 +2,2016-01-12 22:34:57,2016-01-12 22:40:22,1,1.5,,,-73.98188018798828,40.77859115600586,-73.9714584350586,40.797119140625,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-07 15:55:27,2016-01-07 16:26:17,1,10.4,,,-73.87102508544922,40.77373504638672,-74.00574493408203,40.727176666259766,1,N,1,33.0,1.0,0.5,0.3,8.05,5.54,48.39 +2,2016-01-05 07:39:55,2016-01-05 07:41:41,1,0.81,,,-73.98011016845703,40.76435089111328,-73.98460388183594,40.75513458251953,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-03 17:01:44,2016-01-03 17:54:22,1,16.6,,,-73.98188781738281,40.74704360961914,-73.78399658203125,40.64364242553711,2,N,1,52.0,0.0,0.5,0.3,5.0,5.54,63.34 +2,2016-01-10 10:49:40,2016-01-10 10:51:29,1,0.6,,,-73.94953918457031,40.77254867553711,-73.94371032714844,40.77788162231445,1,N,1,4.0,0.0,0.5,0.3,0.7,0.0,5.5 +1,2016-01-12 06:32:01,2016-01-12 06:48:33,1,4.3,,,-74.01565551757812,40.71596145629883,-73.98037719726562,40.752174377441406,1,N,1,16.5,0.0,0.5,0.3,1.0,0.0,18.3 +1,2016-01-25 19:30:03,2016-01-25 19:35:03,1,1.1,,,-73.96953582763672,40.79026412963867,-73.96450805664062,40.80204772949219,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-26 18:24:52,2016-01-26 18:33:01,2,1.06,,,-73.94776153564453,40.78337860107422,-73.95745086669922,40.77008819580078,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-24 21:45:47,2016-01-24 21:49:09,2,0.74,,,-73.98625183105469,40.76726150512695,-73.98966979980469,40.759056091308594,1,N,1,4.5,0.5,0.5,0.3,1.45,0.0,7.25 +2,2016-01-16 15:34:25,2016-01-16 15:56:18,6,4.34,,,-73.95856475830078,40.81595230102539,-73.96842956542969,40.76472091674805,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,22.56 +2,2016-01-21 19:42:40,2016-01-21 20:02:43,1,2.98,,,-74.0025634765625,40.72486877441406,-73.98747253417969,40.76041030883789,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-16 14:28:56,2016-01-16 14:32:50,1,0.86,,,-74.01371765136719,40.705711364746094,-74.00932312011719,40.7140998840332,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-02 16:03:19,2016-01-02 16:33:33,5,16.83,,,-73.96515655517578,40.759159088134766,-73.79158020019531,40.644588470458984,2,N,1,52.0,0.0,0.5,0.3,14.58,5.54,72.92 +2,2016-01-02 21:27:50,2016-01-02 21:38:33,1,1.67,,,-73.97929382324219,40.740360260009766,-74.00129699707031,40.737003326416016,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-01 00:33:27,2016-01-01 00:47:36,1,3.4,,,-73.9887924194336,40.74820327758789,-73.98371124267578,40.710792541503906,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +2,2016-01-07 06:25:34,2016-01-07 06:28:12,2,0.82,,,-73.95411682128906,40.77021026611328,-73.95375061035156,40.7793083190918,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-02 02:58:53,2016-01-02 03:04:40,1,0.83,,,-73.9922866821289,40.74877166748047,-73.98359680175781,40.74625015258789,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-13 17:39:55,2016-01-13 18:03:31,1,2.8,,,-73.97798156738281,40.7523193359375,-73.98197937011719,40.732025146484375,1,N,1,15.5,1.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-07 15:54:14,2016-01-07 16:06:59,2,1.0,,,-73.94520568847656,40.77530288696289,-73.96121215820312,40.77775573730469,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-29 15:32:46,2016-01-29 15:42:08,2,1.2,,,-73.98982238769531,40.75651550292969,-73.98509979248047,40.76851272583008,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-18 09:27:56,2016-01-18 09:32:53,1,1.42,,,-73.98426818847656,40.760501861572266,-73.99376678466797,40.742679595947266,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-28 20:42:35,2016-01-28 20:46:57,2,1.06,,,-73.99788665771484,40.76090621948242,-73.98734283447266,40.77052688598633,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-08 14:14:50,2016-01-08 14:39:56,3,4.45,,,-74.00162506103516,40.746788024902344,-73.97024536132812,40.793983459472656,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-27 17:49:29,2016-01-27 17:59:44,1,0.21,,,-73.97119140625,40.75067138671875,-73.97505950927734,40.752708435058594,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-06 09:45:57,2016-01-06 10:02:26,1,1.0,,,-73.99615478515625,40.742706298828125,-73.9836654663086,40.73501205444336,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-30 03:45:20,2016-01-30 03:48:26,1,0.68,,,-74.00415802001953,40.72235107421875,-74.00218200683594,40.729530334472656,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,7.54 +2,2016-01-07 06:50:47,2016-01-07 07:09:37,1,7.69,,,-74.00818634033203,40.71137237548828,-73.94742584228516,40.78364562988281,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,25.3 +1,2016-01-20 05:50:15,2016-01-20 05:53:54,1,0.8,,,-73.98988342285156,40.734561920166016,-73.98347473144531,40.74475860595703,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +2,2016-01-13 10:25:18,2016-01-13 10:51:07,1,2.65,,,-73.99897003173828,40.761077880859375,-73.98865509033203,40.73704528808594,1,N,1,17.0,0.0,0.5,0.3,2.0,0.0,19.8 +1,2016-01-09 19:32:40,2016-01-09 19:41:34,1,0.6,,,-73.98663330078125,40.73056411743164,-73.99472045898438,40.72772979736328,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-15 07:50:27,2016-01-15 08:06:21,1,2.42,,,-73.94633483886719,40.772911071777344,-73.9729995727539,40.75835418701172,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-11 18:01:13,2016-01-11 18:17:45,3,2.27,,,-73.98509216308594,40.76388931274414,-73.9871826171875,40.7441291809082,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-07 10:04:08,2016-01-07 10:15:33,1,1.4,,,-73.97673797607422,40.77528762817383,-73.96874237060547,40.76169204711914,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-13 18:12:02,2016-01-13 18:20:16,1,1.26,,,-73.9725112915039,40.7960205078125,-73.984130859375,40.77994155883789,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-21 09:28:29,2016-01-21 09:33:23,1,0.67,,,-73.97933197021484,40.750301361083984,-73.98516082763672,40.7418212890625,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-30 21:19:59,2016-01-30 21:46:01,2,5.46,,,-73.98245239257812,40.77457809448242,-74.0075912475586,40.71627426147461,1,N,1,21.5,0.5,0.5,0.3,4.56,0.0,27.36 +2,2016-01-07 20:32:08,2016-01-07 20:36:42,2,0.78,,,-73.99446868896484,40.739620208740234,-73.99900817871094,40.73429870605469,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-25 20:17:09,2016-01-25 20:32:58,1,1.91,,,-73.97785949707031,40.78681182861328,-73.98562622070312,40.76329040527344,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-09 03:15:27,2016-01-09 03:20:15,1,1.14,,,-73.98880767822266,40.72214889526367,-74.00128173828125,40.731380462646484,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-20 17:57:35,2016-01-20 18:33:28,1,4.6,,,-73.98242950439453,40.7753791809082,-73.99959564208984,40.72172546386719,1,N,1,22.5,1.0,0.5,0.3,6.05,0.0,30.35 +2,2016-01-01 02:36:26,2016-01-01 02:47:49,1,2.14,,,-74.00736236572266,40.70970153808594,-73.98870086669922,40.724098205566406,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-14 22:12:23,2016-01-14 23:02:25,1,24.5,,,-74.00798797607422,40.7071533203125,-73.75435638427734,40.70771026611328,1,N,2,68.5,0.5,0.5,0.3,0.0,0.0,69.8 +1,2016-01-18 13:00:02,2016-01-18 13:22:39,1,2.9,,,-73.98762512207031,40.721473693847656,-73.99459075927734,40.750614166259766,1,N,1,16.0,0.0,0.5,0.3,4.2,0.0,21.0 +2,2016-01-17 13:47:05,2016-01-17 14:14:32,5,11.57,,,-73.98838806152344,40.764305114746094,-73.87163543701172,40.77151870727539,1,N,1,34.0,0.0,0.5,0.3,6.0,5.54,46.34 +2,2016-01-27 16:06:05,2016-01-27 16:10:21,1,0.28,,,-73.97969818115234,40.7612190246582,-73.97663879394531,40.764320373535156,1,N,1,4.5,1.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-29 08:20:56,2016-01-29 08:30:07,1,1.2,,,-73.97867584228516,40.75040054321289,-73.97969055175781,40.76363754272461,1,N,1,7.5,0.0,0.5,0.3,1.24,0.0,9.54 +1,2016-01-06 13:31:03,2016-01-06 13:33:34,1,0.3,,,-73.9565200805664,40.76311111450195,-73.96202850341797,40.763641357421875,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,5.3 +1,2016-01-29 10:17:30,2016-01-29 10:29:46,1,2.1,,,-73.9683837890625,40.76806640625,-73.97368621826172,40.78956985473633,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,13.5 +2,2016-01-14 18:10:25,2016-01-14 18:23:49,5,1.34,,,-73.96162414550781,40.758758544921875,-73.97933959960938,40.765602111816406,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-28 21:05:21,2016-01-28 21:18:21,2,2.25,,,-73.9795913696289,40.73542022705078,-73.98948669433594,40.757389068603516,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-04 09:56:57,2016-01-04 09:57:31,1,4.4,,,-74.03565979003906,40.725040435791016,-74.03565979003906,40.725040435791016,5,N,1,120.0,0.0,0.0,0.3,20.0,0.0,140.3 +2,2016-01-09 19:31:37,2016-01-09 19:48:37,6,2.49,,,-73.99867248535156,40.716888427734375,-73.994140625,40.74440002441406,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-02 23:38:29,2016-01-02 23:48:26,5,1.09,,,-74.00768280029297,40.74085998535156,-73.99085998535156,40.7347297668457,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-15 18:40:28,2016-01-15 18:49:44,1,1.7,,,-73.97852325439453,40.754150390625,-73.959228515625,40.765777587890625,1,N,1,8.5,1.0,0.5,0.3,2.0,0.0,12.3 +2,2016-01-12 01:09:27,2016-01-12 01:21:09,2,3.34,,,-73.99922943115234,40.71738052368164,-73.96159362792969,40.6822509765625,1,N,1,12.5,0.5,0.5,0.3,5.0,0.0,18.8 +2,2016-01-19 11:31:34,2016-01-19 11:35:04,2,0.61,,,-73.97974395751953,40.76606369018555,-73.98213958740234,40.759033203125,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-16 23:26:27,2016-01-16 23:26:32,1,0.0,,,-73.97306060791016,40.74352264404297,-73.97305297851562,40.74352264404297,1,N,1,2.5,0.5,0.5,0.3,5.5,0.0,9.3 +1,2016-01-18 12:18:14,2016-01-18 12:33:56,1,1.5,,,-73.98999786376953,40.73320770263672,-73.9908676147461,40.7501335144043,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,12.8 +1,2016-01-12 23:06:20,2016-01-12 23:30:14,1,13.2,,,-73.87312316894531,40.77410888671875,-73.96598052978516,40.6892204284668,1,N,1,37.5,0.5,0.5,0.3,9.7,0.0,48.5 +2,2016-01-10 17:27:11,2016-01-10 17:34:33,2,1.21,,,-74.00389862060547,40.72581100463867,-73.9919204711914,40.73550033569336,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-16 12:01:55,2016-01-16 12:12:47,1,3.1,,,-73.97384643554688,40.78426742553711,-73.94005584716797,40.80549621582031,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-08 19:33:48,2016-01-08 19:44:28,5,2.01,,,-73.97501373291016,40.75310516357422,-73.95460510253906,40.769100189208984,1,N,1,9.5,1.0,0.5,0.3,1.35,0.0,12.65 +2,2016-01-28 06:39:35,2016-01-28 06:42:43,1,0.6,,,-73.88654327392578,40.744712829589844,-73.89647674560547,40.74644470214844,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-24 13:34:51,2016-01-24 13:41:52,1,2.3,,,-73.96688842773438,40.764129638671875,-73.9820327758789,40.736183166503906,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-11 07:28:30,2016-01-11 07:48:55,6,4.05,,,-74.01447296142578,40.7181282043457,-73.98149108886719,40.75217056274414,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +1,2016-01-11 06:19:54,2016-01-11 06:23:05,1,0.9,,,-73.98338317871094,40.771278381347656,-73.98336791992188,40.76091384887695,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-21 18:35:05,2016-01-21 18:53:58,1,3.0,,,-73.9632568359375,40.793785095214844,-73.96969604492188,40.761322021484375,1,N,1,14.0,1.0,0.5,0.3,3.15,0.0,18.95 +1,2016-01-03 03:49:53,2016-01-03 04:01:48,1,0.6,,,-73.92496490478516,40.74411392211914,-73.91899871826172,40.74143981933594,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-18 15:49:20,2016-01-18 15:52:45,1,0.9,,,0.0,0.0,0.0,0.0,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-09 12:06:46,2016-01-09 12:11:54,1,0.7,,,-73.98695373535156,40.720947265625,-73.99644470214844,40.725467681884766,1,N,1,5.5,0.0,0.5,0.3,1.5,0.0,7.8 +2,2016-01-18 21:58:05,2016-01-18 22:00:40,3,0.43,,,-73.99510192871094,40.72515106201172,-74.00211334228516,40.7280387878418,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +2,2016-01-02 15:20:36,2016-01-02 15:24:13,2,0.54,,,-73.99517059326172,40.733890533447266,-73.98705291748047,40.72991943359375,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-21 20:33:37,2016-01-21 20:52:24,1,2.7,,,-73.992431640625,40.743343353271484,-73.95983123779297,40.758270263671875,1,N,1,13.5,0.5,0.5,0.3,2.7,0.0,17.5 +2,2016-01-29 18:03:26,2016-01-29 18:17:15,1,1.21,,,-74.00495147705078,40.74672317504883,-73.99458312988281,40.76182556152344,1,N,1,9.5,1.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-12 16:39:56,2016-01-12 16:51:52,1,1.4,,,-73.97862243652344,40.766719818115234,-73.98324584960938,40.770042419433594,1,N,1,9.0,1.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-11 09:42:31,2016-01-11 09:47:33,1,1.0,,,-73.9874496459961,40.719905853271484,-73.98267364501953,40.73320007324219,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-29 11:25:04,2016-01-29 11:43:50,1,2.3,,,-73.96100616455078,40.780433654785156,-73.98978424072266,40.77528762817383,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-11 10:43:39,2016-01-11 11:08:56,1,8.61,,,-73.87444305419922,40.774085998535156,-73.98735809326172,40.7471809387207,1,N,1,27.5,0.0,0.5,0.3,6.77,5.54,40.61 +2,2016-01-12 07:33:03,2016-01-12 07:38:29,4,1.08,,,-73.99175262451172,40.74955749511719,-73.98202514648438,40.75627136230469,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-19 06:55:12,2016-01-19 07:09:16,1,2.4,,,-73.98823547363281,40.779293060302734,-73.9728012084961,40.75889205932617,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-15 13:10:18,2016-01-15 13:31:09,1,5.56,,,-73.99143981933594,40.74955749511719,-74.0094223022461,40.702003479003906,1,N,1,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-09 13:52:31,2016-01-09 14:01:17,1,1.44,,,-73.999267578125,40.718719482421875,-73.98313903808594,40.7250862121582,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-06 18:40:10,2016-01-06 18:48:50,1,1.3,,,-73.99373626708984,40.735130310058594,-74.00489044189453,40.74713897705078,1,N,1,7.5,1.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-04 09:51:42,2016-01-04 10:00:31,1,1.1,,,-73.97592163085938,40.754180908203125,-73.97950744628906,40.765464782714844,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,10.75 +2,2016-01-11 22:37:49,2016-01-11 22:44:20,6,1.69,,,-73.97547912597656,40.75997543334961,-73.99178314208984,40.74462127685547,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-01 10:16:56,2016-01-01 10:22:13,1,1.4,,,-73.9525375366211,40.77219009399414,-73.9665756225586,40.75751495361328,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-04 17:45:00,2016-01-04 18:22:44,1,9.84,,,-74.0057144165039,40.70651626586914,-73.95511627197266,40.79961395263672,1,N,2,33.0,1.0,0.5,0.3,0.0,0.0,34.8 +1,2016-01-07 13:52:19,2016-01-07 14:08:44,1,1.6,,,-73.98741149902344,40.747474670410156,-74.0005874633789,40.758506774902344,1,N,1,11.5,0.0,0.5,0.3,4.0,0.0,16.3 +1,2016-01-22 23:08:48,2016-01-22 23:21:20,1,1.4,,,-74.00237274169922,40.734352111816406,-73.98130798339844,40.72496795654297,1,N,1,9.5,0.5,0.5,0.3,0.7,0.0,11.5 +1,2016-01-12 23:35:04,2016-01-12 23:49:32,1,3.7,,,-73.98881530761719,40.7592658996582,-73.98316955566406,40.72350311279297,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +1,2016-01-12 22:32:40,2016-01-12 22:41:39,1,1.3,,,-73.98550415039062,40.71921920776367,-73.98316955566406,40.72660446166992,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-08 23:04:51,2016-01-08 23:18:05,1,2.33,,,-73.98512268066406,40.758888244628906,-73.99285125732422,40.73237991333008,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-14 02:56:50,2016-01-14 03:00:43,1,0.89,,,-73.88883209228516,40.743438720703125,-73.9050521850586,40.74528884887695,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-04 20:37:17,2016-01-04 20:49:43,1,4.7,,,-74.01509094238281,40.71391296386719,-73.97590637207031,40.7307243347168,1,N,1,15.5,0.5,0.5,0.3,3.35,0.0,20.15 +1,2016-01-20 21:13:31,2016-01-20 21:27:35,1,2.0,,,-73.9871826171875,40.766117095947266,-73.95881652832031,40.764923095703125,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,14.15 +2,2016-01-26 17:10:54,2016-01-26 17:25:16,3,2.04,,,-73.99613952636719,40.74034881591797,-74.00337982177734,40.7174186706543,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-16 20:24:41,2016-01-16 20:26:24,1,0.4,,,-73.9715347290039,40.75815200805664,-73.97540283203125,40.752288818359375,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +1,2016-01-11 07:17:41,2016-01-11 07:24:04,1,1.8,,,-73.96741485595703,40.793216705322266,-73.98472595214844,40.769412994384766,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-11 07:55:42,2016-01-11 08:08:17,1,1.98,,,-73.97053527832031,40.752742767333984,-74.00086212158203,40.75779724121094,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-01 02:00:21,2016-01-01 02:06:06,1,1.1,,,-73.91608428955078,40.767921447753906,-73.91578674316406,40.76017379760742,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-30 23:32:56,2016-01-30 23:36:51,3,0.98,,,-73.9977035522461,40.76142883300781,-74.0038070678711,40.75001525878906,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,8.8 +1,2016-01-28 20:18:59,2016-01-28 20:24:58,1,1.6,,,-73.97177124023438,40.761962890625,-73.95571899414062,40.77614212036133,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-17 16:39:51,2016-01-17 16:44:49,1,1.0,,,-73.97605895996094,40.74469757080078,-73.98650360107422,40.73383331298828,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-22 12:32:34,2016-01-22 12:37:10,1,0.8,,,-74.0089340209961,40.71333694458008,-74.00193786621094,40.72428894042969,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-09 23:03:31,2016-01-09 23:31:38,3,3.8,,,-73.98216247558594,40.75728225708008,-73.9889907836914,40.71867370605469,1,N,1,19.5,0.5,0.5,0.3,2.2,0.0,23.0 +1,2016-01-04 18:34:36,2016-01-04 18:39:10,2,0.9,,,-73.98845672607422,40.7639274597168,-73.98390197753906,40.754371643066406,1,N,1,5.5,1.0,0.5,0.3,2.0,0.0,9.3 +1,2016-01-19 20:58:15,2016-01-19 21:00:17,1,0.4,,,-73.96647644042969,40.7937126159668,-73.97259521484375,40.79594039916992,1,N,1,3.5,0.5,0.5,0.3,0.3,0.0,5.1 +1,2016-01-03 03:26:01,2016-01-03 03:28:54,1,0.4,,,-73.9998779296875,40.72849655151367,-74.00187683105469,40.73043441772461,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-03 18:41:38,2016-01-03 18:55:51,3,1.6,,,-73.98234558105469,40.76063537597656,-73.99105072021484,40.748653411865234,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-20 12:34:42,2016-01-20 12:49:25,1,1.0,,,-73.9821548461914,40.756988525390625,-73.96793365478516,40.7554817199707,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-03 15:52:33,2016-01-03 16:03:55,1,1.15,,,-73.99244689941406,40.747825622558594,-73.984619140625,40.75101089477539,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-03 10:44:04,2016-01-03 10:59:23,2,4.4,,,-74.00143432617188,40.70964050292969,-73.98982238769531,40.74707794189453,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-19 18:49:44,2016-01-19 19:12:28,1,2.84,,,-73.98655700683594,40.7343864440918,-73.98052215576172,40.76518630981445,1,N,1,15.5,1.0,0.5,0.3,3.46,0.0,20.76 +2,2016-01-03 16:32:42,2016-01-03 16:36:50,1,0.75,,,-73.97933959960938,40.767059326171875,-73.98646545410156,40.76410675048828,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-13 07:45:08,2016-01-13 08:08:26,1,4.2,,,-73.95462036132812,40.80087661743164,-73.99793243408203,40.754547119140625,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-21 20:53:18,2016-01-21 20:58:26,1,0.51,,,-73.98738098144531,40.73853302001953,-73.98314666748047,40.74435806274414,1,N,1,5.0,0.5,0.5,0.3,1.89,0.0,8.19 +2,2016-01-17 12:12:40,2016-01-17 12:23:30,1,1.71,,,-73.97595977783203,40.753196716308594,-73.98624420166016,40.770774841308594,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-28 13:40:55,2016-01-28 13:50:08,2,0.91,,,-73.99087524414062,40.754722595214844,-73.98385620117188,40.74665069580078,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-29 20:24:02,2016-01-29 20:46:05,4,4.65,,,-73.9897689819336,40.76799774169922,-73.9985122680664,40.71961975097656,1,N,1,19.5,0.5,0.5,0.3,4.16,0.0,24.96 +1,2016-01-06 23:30:05,2016-01-06 23:42:50,1,2.5,,,-73.9757308959961,40.77648162841797,-73.97107696533203,40.75139617919922,1,N,1,11.5,0.5,0.5,0.3,1.5,0.0,14.3 +1,2016-01-22 06:58:08,2016-01-22 07:05:49,1,1.4,,,-73.97574615478516,40.75191116333008,-73.97648620605469,40.738868713378906,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-28 17:53:26,2016-01-28 17:59:26,6,0.78,,,-73.99434661865234,40.74053955078125,-73.99195098876953,40.74922561645508,1,N,1,5.5,1.0,0.5,0.3,1.82,0.0,9.12 +1,2016-01-14 22:11:42,2016-01-14 22:15:17,1,0.9,,,-73.97777557373047,40.75464630126953,-73.97657012939453,40.765037536621094,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +1,2016-01-21 23:11:24,2016-01-21 23:31:31,1,4.2,,,-73.99291229248047,40.73372268676758,-73.9489974975586,40.77167510986328,1,N,1,16.5,0.5,0.5,0.3,3.55,0.0,21.35 +1,2016-01-02 07:40:07,2016-01-02 07:48:32,1,1.7,,,-73.9769287109375,40.790260314941406,-73.95384216308594,40.7795524597168,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-15 00:23:30,2016-01-15 00:30:03,1,1.8,,,-74.00035858154297,40.732303619384766,-73.97543334960938,40.733116149902344,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +2,2016-01-10 09:46:40,2016-01-10 09:54:52,1,1.31,,,-73.99823760986328,40.71358108520508,-73.98365020751953,40.725868225097656,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-22 09:22:30,2016-01-22 09:33:44,5,1.72,,,-73.98359680175781,40.744327545166016,-74.00193786621094,40.732818603515625,1,N,1,9.5,0.0,0.5,0.3,0.7,0.0,11.0 +1,2016-01-10 15:46:42,2016-01-10 15:55:43,1,1.9,,,-74.00407409667969,40.747703552246094,-73.98367309570312,40.76620864868164,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-24 21:38:05,2016-01-24 21:48:11,2,2.5,,,-73.98758697509766,40.760311126708984,-73.98026275634766,40.7830924987793,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +2,2016-01-09 20:30:31,2016-01-09 20:47:22,5,3.24,,,-73.98722076416016,40.73910140991211,-73.95597076416016,40.77275085449219,1,N,1,14.5,0.5,0.5,0.3,2.0,0.0,17.8 +1,2016-01-23 13:46:17,2016-01-23 13:56:21,1,1.9,,,-73.98335266113281,40.734317779541016,-73.9734878540039,40.74824142456055,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-17 00:01:20,2016-01-17 00:05:48,2,0.37,,,-73.9980697631836,40.74517822265625,-73.99471282958984,40.745361328125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-09 13:34:44,2016-01-09 14:05:40,1,17.32,,,-73.98726654052734,40.74409484863281,-73.7900390625,40.64689254760742,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-27 07:33:51,2016-01-27 07:47:50,1,1.9,,,-73.95513916015625,40.773582458496094,-73.97374725341797,40.754356384277344,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +2,2016-01-02 16:51:06,2016-01-02 17:07:09,3,2.32,,,-73.99568939208984,40.764591217041016,-73.97478485107422,40.74443817138672,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +1,2016-01-16 03:39:17,2016-01-16 03:43:14,1,0.8,,,-73.99018096923828,40.75912857055664,-73.99079895019531,40.75101852416992,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-26 09:35:08,2016-01-26 10:06:14,1,4.3,,,-73.98286437988281,40.73105239868164,-73.9499282836914,40.783687591552734,1,N,1,21.0,0.0,0.5,0.3,4.35,0.0,26.15 +2,2016-01-21 00:46:22,2016-01-21 00:53:02,2,1.48,,,-73.94611358642578,40.80706024169922,-73.94259643554688,40.79045104980469,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-05 18:10:52,2016-01-05 18:19:01,1,0.92,,,-73.98503875732422,40.748077392578125,-73.98503875732422,40.748077392578125,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-21 14:19:00,2016-01-21 14:27:32,1,0.8,,,-73.98905181884766,40.753318786621094,-73.99922180175781,40.73912048339844,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-10 20:13:48,2016-01-10 20:36:27,1,6.75,,,-73.97559356689453,40.789772033691406,-74.00531005859375,40.70931625366211,1,N,1,23.5,0.5,0.5,0.3,4.96,0.0,29.76 +1,2016-01-22 08:30:47,2016-01-22 09:15:24,1,18.0,,,-73.97874450683594,40.76325225830078,-74.17710876464844,40.69479751586914,3,N,2,70.5,0.0,0.0,0.3,0.0,18.5,89.3 +1,2016-01-11 12:56:35,2016-01-11 13:02:24,1,0.6,,,-73.96107482910156,40.780540466308594,-73.9628677368164,40.773338317871094,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-08 18:36:29,2016-01-08 18:46:46,1,2.1,,,-74.01387023925781,40.71248245239258,-74.0061264038086,40.73982238769531,1,N,1,9.5,1.0,0.5,0.3,3.0,0.0,14.3 +2,2016-01-30 02:26:28,2016-01-30 02:41:35,6,5.27,,,-73.99024963378906,40.714298248291016,-73.9209976196289,40.698699951171875,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,22.56 +1,2016-01-20 11:00:44,2016-01-20 11:08:41,1,0.9,,,-73.97602081298828,40.733341217041016,-73.98627471923828,40.74014663696289,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +1,2016-01-21 00:25:44,2016-01-21 00:32:53,1,2.3,,,-73.98408508300781,40.73751449584961,-73.96329498291016,40.76624298095703,1,N,1,9.0,0.5,0.5,0.3,1.5,0.0,11.8 +2,2016-01-19 20:22:08,2016-01-19 20:25:04,1,0.91,,,-73.96701049804688,40.79359817504883,-73.97642517089844,40.7859001159668,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +2,2016-01-29 16:42:27,2016-01-29 17:40:38,2,18.4,,,-73.77669525146484,40.64542007446289,-73.98271179199219,40.75876235961914,2,N,1,52.0,0.0,0.5,0.3,14.58,5.54,72.92 +2,2016-01-05 15:59:42,2016-01-05 16:18:43,1,1.86,,,-73.9819564819336,40.74617385864258,-73.98086547851562,40.765724182128906,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-29 17:27:40,2016-01-29 17:34:16,1,1.18,,,-73.96421813964844,40.76478576660156,-73.95104217529297,40.77253341674805,1,N,1,6.5,1.0,0.5,0.3,2.49,0.0,10.79 +1,2016-01-11 18:49:16,2016-01-11 18:53:10,1,0.6,,,-73.9820556640625,40.76806640625,-73.98208618164062,40.775962829589844,1,N,1,4.5,1.0,0.5,0.3,1.55,0.0,7.85 +2,2016-01-22 22:33:45,2016-01-22 23:02:10,1,3.52,,,-73.98989868164062,40.760658264160156,-73.98533630371094,40.72373962402344,1,N,1,19.5,0.5,0.5,0.3,4.16,0.0,24.96 +2,2016-01-17 14:48:39,2016-01-17 14:54:36,1,1.12,,,-73.95555114746094,40.779541015625,-73.95321655273438,40.768341064453125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-15 19:23:56,2016-01-15 19:37:22,1,1.53,,,-73.99961853027344,40.74354934692383,-73.98548126220703,40.763221740722656,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-03 15:05:53,2016-01-03 15:17:17,2,2.0,,,-74.00318145751953,40.72489547729492,-73.98869323730469,40.7469482421875,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +2,2016-01-19 13:47:01,2016-01-19 13:50:13,1,0.53,,,-73.97943115234375,40.752906799316406,-73.97469329833984,40.75895309448242,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-19 23:32:44,2016-01-19 23:41:21,1,1.42,,,-73.9653091430664,40.76182174682617,-73.98583984375,40.763179779052734,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-04 07:51:39,2016-01-04 08:15:00,1,2.8,,,-73.99173736572266,40.74258041381836,-73.96359252929688,40.76784133911133,1,N,1,16.0,0.0,0.5,0.3,2.0,0.0,18.8 +2,2016-01-28 05:22:25,2016-01-28 05:27:05,1,1.29,,,-73.99774932861328,40.75680160522461,-73.9849624633789,40.77014923095703,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-04 18:30:49,2016-01-04 18:37:47,1,1.1,,,-74.008056640625,40.712337493896484,-73.99922943115234,40.72511672973633,1,N,1,6.5,1.0,0.5,0.3,2.45,0.0,10.75 +2,2016-01-20 18:47:17,2016-01-20 18:59:20,5,1.97,,,-73.98896026611328,40.77388000488281,-73.96942901611328,40.75749969482422,1,N,1,10.0,1.0,0.5,0.3,1.5,0.0,13.3 +1,2016-01-06 13:08:37,2016-01-06 13:14:21,1,0.4,,,-73.97176361083984,40.75421142578125,-73.9678955078125,40.75942611694336,1,N,1,5.0,0.0,0.5,0.3,0.64,0.0,6.44 +2,2016-01-14 15:00:51,2016-01-14 15:11:47,5,1.47,,,-73.99440002441406,40.74111557006836,-73.97802734375,40.75247573852539,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +2,2016-01-13 20:27:23,2016-01-13 20:34:16,1,1.22,,,-73.97068786621094,40.75244903564453,-73.98251342773438,40.73849105834961,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-09 04:16:20,2016-01-09 04:22:13,1,1.73,,,-73.96979522705078,40.75233840942383,-73.98552703857422,40.737545013427734,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-07 09:04:38,2016-01-07 09:11:28,1,1.1,,,-73.994873046875,40.73982620239258,-73.99564361572266,40.72819137573242,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-09 13:59:13,2016-01-09 14:26:56,1,4.94,,,-73.99170684814453,40.74336242675781,-73.95220947265625,40.746803283691406,1,N,1,21.5,0.0,0.5,0.3,3.0,0.0,25.3 +2,2016-01-15 20:38:15,2016-01-15 20:47:46,2,2.23,,,-74.00322723388672,40.73298645019531,-73.99742126464844,40.75389099121094,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-05 22:27:38,2016-01-05 22:55:29,1,10.9,,,-73.86280822753906,40.76909255981445,-73.98149871826172,40.714725494384766,1,N,1,33.0,0.5,0.5,0.3,2.0,0.0,36.3 +1,2016-01-12 22:01:20,2016-01-12 22:06:23,1,1.0,,,-73.96682739257812,40.75337600708008,-73.97309112548828,40.74362564086914,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +2,2016-01-16 10:43:35,2016-01-16 10:43:38,1,0.0,,,0.0,0.0,-73.77639770507812,40.64537811279297,2,N,1,52.0,0.0,0.5,0.3,13.2,0.0,66.0 +2,2016-01-28 13:47:16,2016-01-28 14:12:52,1,1.42,,,-73.99115753173828,40.74067687988281,-73.98347473144531,40.75707244873047,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +1,2016-01-30 10:36:53,2016-01-30 10:43:54,1,1.1,,,0.0,0.0,0.0,0.0,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-15 06:18:10,2016-01-15 06:30:29,1,3.3,,,-73.94930267333984,40.78025817871094,-73.98467254638672,40.76109313964844,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-08 02:40:56,2016-01-08 02:48:14,1,1.6,,,-73.9688720703125,40.7577018737793,-73.98822784423828,40.7696647644043,1,Y,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-25 17:38:12,2016-01-25 17:54:08,2,1.4,,,-73.96882629394531,40.764156341552734,-73.97464752197266,40.7778434753418,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-11 11:32:16,2016-01-11 11:47:03,1,1.02,,,-73.97573852539062,40.75154113769531,-73.99009704589844,40.75063705444336,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-13 11:21:16,2016-01-13 11:28:53,1,1.0,,,-73.96685028076172,40.752986907958984,-73.97885131835938,40.75092315673828,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-02 21:30:33,2016-01-02 21:37:14,2,1.5,,,-73.96610260009766,40.76227951049805,-73.9493637084961,40.776695251464844,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-09 19:23:35,2016-01-09 19:29:36,1,0.75,,,-73.99313354492188,40.73649978637695,-73.99024963378906,40.72917175292969,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-27 01:20:25,2016-01-27 01:31:59,1,3.0,,,0.0,0.0,-73.97827911376953,40.72929763793945,1,N,1,12.0,0.5,0.5,0.3,3.3,0.0,16.6 +1,2016-01-27 20:22:41,2016-01-27 20:34:32,1,1.7,,,-74.00196838378906,40.71534729003906,-73.9850082397461,40.73615264892578,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +2,2016-01-02 13:27:55,2016-01-02 13:35:00,6,1.73,,,-73.99461364746094,40.72797775268555,-73.99835205078125,40.745365142822266,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-12 10:43:20,2016-01-12 10:53:02,4,1.71,,,-73.9587631225586,40.77792739868164,-73.97557067871094,40.79197692871094,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-29 12:25:05,2016-01-29 12:37:03,6,2.01,,,-74.01162719726562,40.709991455078125,-73.99614715576172,40.73371887207031,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-11 14:26:55,2016-01-11 14:42:15,2,2.6,,,-73.98123168945312,40.78112030029297,-73.981689453125,40.752498626708984,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +1,2016-01-13 17:34:59,2016-01-13 17:40:09,1,0.8,,,-73.99759674072266,40.746402740478516,-73.99057006835938,40.756202697753906,1,N,1,5.5,1.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-04 22:04:01,2016-01-04 22:30:25,1,12.03,,,-73.78217315673828,40.64480972290039,-73.89582824707031,40.7413215637207,1,N,2,35.5,0.5,0.5,0.3,0.0,0.0,36.8 +1,2016-01-30 00:05:00,2016-01-30 00:13:31,1,2.0,,,-74.00531005859375,40.71844482421875,-73.9915771484375,40.744869232177734,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +1,2016-01-22 09:14:18,2016-01-22 09:22:15,1,0.8,,,-73.96914672851562,40.75434875488281,-73.98053741455078,40.76084518432617,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-29 21:48:38,2016-01-29 22:06:04,6,1.86,,,-74.00199890136719,40.73807144165039,-73.99205780029297,40.7238883972168,1,N,1,12.0,0.5,0.5,0.3,0.15,0.0,13.45 +2,2016-01-10 13:47:16,2016-01-10 14:24:50,6,20.2,,,-73.9646987915039,40.75600814819336,-73.80392456054688,40.66267776489258,2,N,1,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-02 10:45:29,2016-01-02 10:49:20,1,0.8,,,-73.96746826171875,40.80345153808594,-73.97352600097656,40.792293548583984,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-08 12:44:25,2016-01-08 13:03:55,2,3.21,,,-73.9776382446289,40.77399444580078,-74.00591278076172,40.745361328125,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-15 02:30:25,2016-01-15 02:39:55,2,3.21,,,-73.98323059082031,40.7221565246582,-73.96932220458984,40.76007080078125,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-25 14:07:47,2016-01-25 14:16:07,1,1.2,,,-73.9761734008789,40.75128936767578,-73.98977661132812,40.74174118041992,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-22 09:03:20,2016-01-22 09:23:20,2,2.0,,,-73.93972778320312,40.75149917602539,-73.95528411865234,40.76472473144531,1,N,1,13.5,0.0,0.5,0.3,2.15,0.0,16.45 +2,2016-01-29 23:27:06,2016-01-29 23:28:38,5,0.52,,,-73.98658752441406,40.7564811706543,-73.99163818359375,40.75020980834961,1,N,1,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +2,2016-01-09 00:40:13,2016-01-09 01:03:23,5,5.94,,,-73.99776458740234,40.72602081298828,-73.95089721679688,40.663917541503906,1,N,1,21.5,0.5,0.5,0.3,4.56,0.0,27.36 +2,2016-01-08 17:35:32,2016-01-08 17:41:40,1,0.39,,,-73.97244262695312,40.75350570678711,-73.9686050415039,40.756595611572266,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-07 18:58:40,2016-01-07 19:15:18,1,2.8,,,-73.97374725341797,40.76397705078125,-73.97083282470703,40.79549026489258,1,N,1,13.0,1.0,0.5,0.3,1.75,0.0,16.55 +2,2016-01-19 10:18:57,2016-01-19 10:37:34,1,4.12,,,-73.98224639892578,40.745948791503906,-74.0141830444336,40.713951110839844,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +1,2016-01-20 02:37:46,2016-01-20 02:47:59,1,2.8,,,-74.00425720214844,40.7424201965332,-74.00707244873047,40.710784912109375,1,N,1,11.0,0.5,0.5,0.3,1.5,0.0,13.8 +1,2016-01-20 10:31:21,2016-01-20 10:49:44,1,2.8,,,-73.95528411865234,40.78285598754883,-73.98779296875,40.76699447631836,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +2,2016-01-03 18:23:13,2016-01-03 18:34:03,1,1.39,,,-73.98116302490234,40.72917938232422,-73.9945068359375,40.74095916748047,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-04 17:23:31,2016-01-04 17:49:13,1,4.7,,,-73.99409484863281,40.73517608642578,-73.99711608886719,40.684593200683594,1,N,1,19.0,1.0,0.5,0.3,4.15,0.0,24.95 +1,2016-01-07 19:44:23,2016-01-07 20:06:46,1,3.3,,,-73.98462677001953,40.75432586669922,-73.99807739257812,40.71784973144531,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-16 22:50:25,2016-01-16 22:58:44,1,1.2,,,-73.99986267089844,40.743350982666016,-74.00118255615234,40.731781005859375,1,N,1,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-22 07:49:51,2016-01-22 08:05:05,1,2.1,,,-73.95746612548828,40.77402114868164,-73.98226165771484,40.77006530761719,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,13.8 +1,2016-01-18 15:42:56,2016-01-18 15:54:17,2,1.3,,,-73.97479248046875,40.75677490234375,-73.9872817993164,40.75068664550781,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-02 12:04:42,2016-01-02 12:13:01,1,1.9,,,-73.98165130615234,40.74687194824219,-74.00122833251953,40.727691650390625,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-05 22:21:01,2016-01-05 22:31:47,1,2.54,,,-73.98811340332031,40.75165939331055,-73.96101379394531,40.76736831665039,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-01 04:12:56,2016-01-01 04:31:33,1,10.25,,,-73.9219970703125,40.76035690307617,-73.79022979736328,40.77153778076172,1,N,2,29.5,0.5,0.5,0.3,0.0,0.0,30.8 +1,2016-01-19 00:09:30,2016-01-19 00:13:15,2,0.9,,,-73.98968505859375,40.734493255615234,-73.99871063232422,40.742366790771484,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +1,2016-01-05 06:28:47,2016-01-05 06:32:32,1,0.7,,,-73.99429321289062,40.75632095336914,-73.98687744140625,40.76169204711914,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-09 18:17:26,2016-01-09 18:23:11,1,0.5,,,-73.9774398803711,40.74676513671875,-73.98304748535156,40.749359130859375,1,N,1,5.5,0.0,0.5,0.3,2.0,0.0,8.3 +2,2016-01-06 05:18:17,2016-01-06 05:23:40,1,0.75,,,-73.98210144042969,40.744991302490234,-73.99461364746094,40.750919342041016,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-29 19:45:06,2016-01-29 19:51:44,2,1.58,,,-73.97412872314453,40.751766204833984,-73.95935821533203,40.771297454833984,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-29 18:34:25,2016-01-29 18:38:01,1,0.64,,,-73.99359130859375,40.721290588378906,-73.99044036865234,40.728904724121094,1,N,1,4.5,1.0,0.5,0.3,1.58,0.0,7.88 +1,2016-01-16 13:19:02,2016-01-16 13:27:31,1,1.8,,,-73.99620056152344,40.726470947265625,-73.9998779296875,40.7419319152832,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-15 22:38:26,2016-01-15 22:57:13,1,3.9,,,-73.9919204711914,40.72712707519531,-73.95919799804688,40.771602630615234,1,N,1,16.5,0.5,0.5,0.3,1.0,0.0,18.8 +1,2016-01-16 17:48:07,2016-01-16 18:00:39,1,1.5,,,-73.99057006835938,40.750423431396484,-73.97151947021484,40.753196716308594,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-17 00:42:17,2016-01-17 00:57:04,1,3.78,,,-73.9974365234375,40.7620849609375,-74.01144409179688,40.714515686035156,1,N,1,14.5,0.5,0.5,0.3,3.95,0.0,19.75 +2,2016-01-07 13:56:03,2016-01-07 14:09:51,2,2.32,,,-73.93315124511719,40.74509048461914,-73.92636108398438,40.76599884033203,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-10 19:55:53,2016-01-10 20:11:42,1,2.86,,,-73.98925018310547,40.75730895996094,-73.97552490234375,40.733131408691406,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-22 08:00:00,2016-01-22 08:13:19,1,2.4,,,-73.99909210205078,40.73439407348633,-73.97305297851562,40.75282669067383,1,N,1,11.0,0.0,0.5,0.3,1.2,0.0,13.0 +1,2016-01-15 09:26:28,2016-01-15 09:33:47,1,1.3,,,-73.96238708496094,40.756404876708984,-73.95565032958984,40.77194595336914,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +1,2016-01-01 16:20:07,2016-01-01 16:29:53,1,2.2,,,-73.99590301513672,40.744163513183594,-73.97151947021484,40.762168884277344,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-19 22:37:29,2016-01-19 23:01:31,1,11.27,,,-73.94774627685547,40.77900314331055,-73.86222076416016,40.90254211425781,1,N,2,32.5,0.5,0.5,0.3,0.0,0.0,33.8 +2,2016-01-10 16:31:34,2016-01-10 16:52:41,4,5.52,,,-74.01023864746094,40.70957946777344,-73.98882293701172,40.75912857055664,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,20.3 +2,2016-01-11 11:36:19,2016-01-11 12:03:35,2,2.75,,,-73.99065399169922,40.75102996826172,-73.95850372314453,40.7621955871582,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-14 22:29:34,2016-01-14 22:38:46,1,2.21,,,-73.98770141601562,40.73265075683594,-73.99610137939453,40.753570556640625,1,N,1,9.0,0.5,0.5,0.3,1.5,0.0,11.8 +1,2016-01-10 03:10:27,2016-01-10 03:16:19,1,1.1,,,-73.97809600830078,40.74557876586914,-73.98775482177734,40.73819351196289,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-24 13:26:03,2016-01-24 13:34:27,1,1.21,,,-73.95431518554688,40.76417922973633,-73.97007751464844,40.759254455566406,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-25 07:51:14,2016-01-25 08:05:43,1,1.6,,,-73.96354675292969,40.77449035644531,-73.97364044189453,40.78963851928711,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-03 16:00:19,2016-01-03 16:08:46,1,1.24,,,-73.98253631591797,40.76292037963867,-73.99443817138672,40.750240325927734,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-03 22:39:34,2016-01-03 22:53:00,1,3.5,,,-73.98851776123047,40.753570556640625,-74.01168060302734,40.70771026611328,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,15.8 +1,2016-01-13 13:15:46,2016-01-13 13:29:42,1,1.3,,,-73.97456359863281,40.75054931640625,-73.98533630371094,40.74864196777344,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-09 02:04:22,2016-01-09 02:13:49,1,1.03,,,-73.98812866210938,40.72789001464844,-73.98585510253906,40.719356536865234,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +1,2016-01-19 19:25:23,2016-01-19 19:33:32,1,1.1,,,-73.95191192626953,40.76933288574219,-73.94766998291016,40.78193283081055,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-16 16:11:50,2016-01-16 16:18:33,1,1.3,,,-73.9832992553711,40.773529052734375,-73.98583984375,40.75728988647461,1,N,1,6.5,1.0,0.5,0.3,2.05,0.0,10.35 +2,2016-01-22 16:24:42,2016-01-22 16:37:00,1,1.73,,,-73.98157501220703,40.78044509887695,-73.96977996826172,40.7999153137207,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-30 19:05:54,2016-01-30 19:10:41,1,0.76,,,-73.99423217773438,40.75014877319336,-74.00566101074219,40.75094985961914,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-25 09:40:03,2016-01-25 10:03:43,2,1.83,,,-73.99085998535156,40.75600814819336,-73.96800231933594,40.76552963256836,1,N,1,15.0,0.0,0.5,0.3,4.74,0.0,20.54 +2,2016-01-06 08:29:49,2016-01-06 08:37:54,1,1.04,,,-73.9842529296875,40.73735046386719,-73.99749755859375,40.74504089355469,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-05 17:00:53,2016-01-05 17:09:41,1,1.0,,,-73.98799133300781,40.75503158569336,-73.98910522460938,40.74312973022461,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-08 18:08:04,2016-01-08 18:15:53,5,1.04,,,-73.97039031982422,40.75186538696289,-73.98148345947266,40.7471809387207,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-01 18:56:47,2016-01-01 19:06:59,1,1.7,,,-73.99955749511719,40.718231201171875,-74.00822448730469,40.735595703125,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-15 13:10:40,2016-01-15 13:19:06,2,1.3,,,-73.97120666503906,40.78691482543945,-73.95594787597656,40.7762451171875,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-25 15:38:20,2016-01-25 15:57:37,1,1.15,,,-73.87579345703125,40.76546096801758,-73.87509155273438,40.750938415527344,1,N,1,12.5,0.0,0.5,0.3,1.8,0.0,15.1 +2,2016-01-26 20:14:36,2016-01-26 20:17:44,1,0.68,,,-73.9673080444336,40.75693893432617,-73.9732894897461,40.74816131591797,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +1,2016-01-20 19:16:44,2016-01-20 19:59:02,4,4.0,,,-73.99014282226562,40.73524475097656,-73.95264434814453,40.71735382080078,1,N,1,25.5,1.0,0.5,0.3,5.0,0.0,32.3 +2,2016-01-06 23:00:02,2016-01-06 23:09:45,1,1.61,,,-73.98963165283203,40.739768981933594,-74.00287628173828,40.7340087890625,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-19 20:01:11,2016-01-19 20:10:15,3,2.01,,,-73.9524154663086,40.78084182739258,-73.96215057373047,40.799896240234375,1,N,1,9.0,0.5,0.5,0.3,1.5,0.0,11.8 +1,2016-01-30 23:54:50,2016-01-31 00:01:09,1,0.7,,,-73.98380279541016,40.71511459350586,-73.98883819580078,40.72216033935547,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +1,2016-01-08 07:38:52,2016-01-08 07:41:54,1,0.5,,,-73.99761962890625,40.76178741455078,-74.00364685058594,40.75918197631836,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +1,2016-01-13 10:06:34,2016-01-13 10:23:35,1,1.0,,,-73.9921875,40.75406265258789,-73.97789001464844,40.753902435302734,1,N,1,11.0,0.0,0.5,0.3,1.77,0.0,13.57 +2,2016-01-30 09:40:13,2016-01-30 09:50:16,2,3.75,,,-73.98914337158203,40.75873947143555,-73.97077178955078,40.7976188659668,1,N,1,13.0,0.0,0.5,0.3,3.45,0.0,17.25 +1,2016-01-06 14:28:34,2016-01-06 15:09:45,1,11.1,,,-73.88530731201172,40.77311706542969,-74.01100158691406,40.71700668334961,1,N,2,39.0,0.0,0.5,0.3,0.0,0.0,39.8 +2,2016-01-27 23:30:17,2016-01-27 23:48:50,2,3.24,,,-73.99576568603516,40.74922180175781,-73.9587173461914,40.770713806152344,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +2,2016-01-12 17:21:23,2016-01-12 17:31:40,1,1.68,,,-73.99436950683594,40.73503494262695,-73.97640991210938,40.74836349487305,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-12 05:54:39,2016-01-12 06:02:12,1,2.86,,,-73.98900604248047,40.69306564331055,-73.9928970336914,40.72773361206055,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,14.12 +2,2016-01-27 08:07:32,2016-01-27 08:29:01,4,7.8,,,-73.95105743408203,40.78287887573242,-73.87100982666016,40.77421188354492,1,N,1,26.5,0.0,0.5,0.3,2.5,5.54,35.34 +1,2016-01-11 14:42:08,2016-01-11 14:57:52,1,1.7,,,-73.97047424316406,40.76205825805664,-73.97728729248047,40.776771545410156,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-12 14:28:36,2016-01-12 14:38:38,4,1.81,,,-74.00516510009766,40.72005844116211,-74.00650024414062,40.73935317993164,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-13 18:32:47,2016-01-13 18:40:51,1,0.9,,,-73.96205139160156,40.77295684814453,-73.95040130615234,40.77146530151367,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-29 07:31:07,2016-01-29 07:42:54,1,1.8,,,-73.95793914794922,40.776153564453125,-73.97489929199219,40.752872467041016,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-26 19:53:33,2016-01-26 19:55:11,1,0.42,,,-73.9822006225586,40.74604034423828,-73.9783706665039,40.75136947631836,1,N,1,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-15 20:06:34,2016-01-15 20:44:56,1,12.4,,,-73.87671661376953,40.77192687988281,-74.03022003173828,40.735965728759766,5,N,1,0.0,0.0,0.0,0.3,87.0,12.5,99.8 +1,2016-01-05 11:15:40,2016-01-05 11:19:17,2,0.5,,,-73.98475646972656,40.75431442260742,-73.97900390625,40.761505126953125,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-27 11:28:07,2016-01-27 11:37:23,1,1.06,,,-73.99629211425781,40.724853515625,-74.00885009765625,40.72587585449219,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-09 18:22:03,2016-01-09 18:22:03,2,0.0,,,-73.99706268310547,40.72967529296875,0.0,0.0,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,3.3 +1,2016-01-15 06:48:16,2016-01-15 06:59:54,1,4.2,,,-73.95904541015625,40.77531814575195,-73.98328399658203,40.73465347290039,1,N,1,14.5,0.0,0.5,0.3,1.5,0.0,16.8 +1,2016-01-27 06:14:26,2016-01-27 06:17:45,1,0.8,,,-73.9907455444336,40.74858856201172,-73.98696899414062,40.74215316772461,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-30 11:59:02,2016-01-30 12:13:24,1,4.3,,,-73.94737243652344,40.83085632324219,-73.9775619506836,40.78412628173828,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-01 03:15:28,2016-01-01 03:25:11,6,2.19,,,-73.97613525390625,40.68976593017578,-73.99163818359375,40.667057037353516,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-04 20:09:28,2016-01-04 20:12:36,1,0.57,,,-73.95220184326172,40.77827072143555,-73.94966888427734,40.77252960205078,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +1,2016-01-19 20:06:41,2016-01-19 20:18:32,1,2.0,,,-73.9754638671875,40.76091384887695,-73.95342254638672,40.7726936340332,1,N,1,10.0,0.5,0.5,0.3,1.5,0.0,12.8 +1,2016-01-22 11:43:00,2016-01-22 12:00:26,1,2.7,,,-73.9529800415039,40.765220642089844,-73.95137023925781,40.79380798339844,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-01 11:44:35,2016-01-01 11:51:06,1,1.98,,,-73.9775619506836,40.76200866699219,-73.9554214477539,40.77680969238281,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-01 13:46:38,2016-01-01 13:58:30,4,3.8,,,-73.94459533691406,40.77927780151367,-73.98481750488281,40.7481575012207,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-17 18:33:41,2016-01-17 18:44:34,1,1.15,,,-73.9906997680664,40.74005126953125,-73.98301696777344,40.73073959350586,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-24 17:48:47,2016-01-24 18:13:30,1,5.11,,,-73.97225189208984,40.7493782043457,-74.012939453125,40.70296859741211,1,N,1,22.0,0.0,0.5,0.3,4.56,0.0,27.36 +1,2016-01-20 10:01:28,2016-01-20 10:08:01,1,1.0,,,0.0,0.0,0.0,0.0,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-08 16:23:30,2016-01-08 16:33:57,1,1.31,,,-73.99681854248047,40.72317123413086,-74.00343322753906,40.73558044433594,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-13 22:47:17,2016-01-13 22:54:44,1,1.2,,,-73.99125671386719,40.732643127441406,-73.98063659667969,40.721656799316406,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-08 13:20:13,2016-01-08 13:21:34,2,0.25,,,-74.01203918457031,40.702667236328125,-74.00885009765625,40.703460693359375,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +2,2016-01-17 11:20:03,2016-01-17 11:29:51,1,1.89,,,-73.99098205566406,40.72795867919922,-73.98460388183594,40.74940872192383,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-30 02:35:09,2016-01-30 02:48:28,1,3.6,,,-73.98809814453125,40.73210144042969,-73.9549331665039,40.777400970458984,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,15.3 +2,2016-01-29 19:37:12,2016-01-29 19:49:07,6,1.42,,,-73.96739196777344,40.75852584838867,-73.97638702392578,40.744895935058594,1,N,1,9.0,1.0,0.5,0.3,3.24,0.0,14.04 +2,2016-01-22 10:36:41,2016-01-22 10:47:31,1,1.16,,,-73.97673034667969,40.751678466796875,-73.97145080566406,40.76519012451172,1,N,1,8.0,0.0,0.5,0.3,2.64,0.0,11.44 +1,2016-01-17 18:44:39,2016-01-17 18:50:37,1,0.9,,,-73.9581298828125,40.76067352294922,-73.94898986816406,40.7715950012207,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-13 21:47:06,2016-01-13 21:55:11,1,1.19,,,-73.98001861572266,40.76557159423828,-73.99398040771484,40.756649017333984,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-04 12:48:45,2016-01-04 13:13:46,1,15.95,,,-74.01478576660156,40.704803466796875,-74.16243743896484,40.597049713134766,1,N,1,43.5,0.0,0.5,0.3,8.0,5.54,57.84 +2,2016-01-09 12:11:41,2016-01-09 12:22:21,2,1.5,,,-73.99661254882812,40.74285125732422,-73.98764038085938,40.760215759277344,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-11 15:32:19,2016-01-11 15:52:03,6,2.12,,,-73.98217010498047,40.76824188232422,-73.99368286132812,40.751708984375,1,N,1,13.0,0.0,0.5,0.3,1.5,0.0,15.3 +2,2016-01-02 01:18:56,2016-01-02 01:48:00,6,19.67,,,-73.77711486816406,40.646385192871094,-74.00627136230469,40.73370361328125,2,N,1,52.0,0.0,0.5,0.3,10.56,0.0,63.36 +1,2016-01-22 19:06:28,2016-01-22 19:30:52,1,2.4,,,-73.98165130615234,40.750099182128906,-73.99276733398438,40.721290588378906,1,N,1,15.5,1.0,0.5,0.3,2.0,0.0,19.3 +2,2016-01-10 18:45:45,2016-01-10 18:58:29,1,3.1,,,-73.97064971923828,40.745880126953125,-73.99186706542969,40.72605895996094,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-25 12:27:41,2016-01-25 12:52:56,5,3.37,,,-73.98428344726562,40.760501861572266,-73.95506286621094,40.788360595703125,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,22.56 +1,2016-01-02 19:10:12,2016-01-02 19:18:59,2,1.3,,,-73.9999008178711,40.74753189086914,-74.0008316040039,40.76194381713867,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-08 20:03:13,2016-01-08 20:08:51,1,0.99,,,-73.95465850830078,40.78390121459961,-73.9625244140625,40.7740364074707,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-30 15:16:10,2016-01-30 15:43:04,1,3.15,,,-74.00847625732422,40.744930267333984,-73.97721099853516,40.74717330932617,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,18.3 +1,2016-01-03 02:12:19,2016-01-03 02:24:42,1,3.0,,,-73.98770141601562,40.724761962890625,-74.00923156738281,40.70457458496094,1,N,1,11.0,0.5,0.5,0.3,2.45,0.0,14.75 +2,2016-01-17 21:55:20,2016-01-17 21:59:54,1,0.52,,,-73.98285675048828,40.761985778808594,-73.99095916748047,40.765235900878906,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-26 12:02:37,2016-01-26 12:07:42,5,0.64,,,-74.00711822509766,40.72835922241211,-74.00238037109375,40.72649002075195,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-19 15:23:43,2016-01-19 16:24:34,3,20.3,,,-73.79025268554688,40.64381790161133,-73.99478912353516,40.622039794921875,1,N,2,63.5,0.0,0.5,0.3,0.0,0.0,64.3 +2,2016-01-18 03:22:03,2016-01-18 03:26:05,1,1.45,,,-74.00524139404297,40.71966552734375,-73.99405670166016,40.734310150146484,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-13 23:36:54,2016-01-13 23:43:43,1,1.02,,,-73.97904968261719,40.753150939941406,-73.97870635986328,40.745697021484375,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-12 10:15:26,2016-01-12 10:27:42,1,1.6,,,-73.98346710205078,40.75600051879883,-73.974853515625,40.74197006225586,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-13 20:39:44,2016-01-13 20:47:56,2,1.2,,,-73.99268341064453,40.73388671875,-73.97550201416016,40.73012924194336,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-15 23:39:55,2016-01-16 00:15:06,1,6.64,,,-73.9828872680664,40.77190017700195,-73.9925537109375,40.702701568603516,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,33.96 +2,2016-01-19 11:20:33,2016-01-19 12:10:04,1,17.72,,,-73.98463439941406,40.76060104370117,-73.78252410888672,40.64476013183594,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-29 14:16:28,2016-01-29 14:33:17,1,3.2,,,-74.01434326171875,40.71416473388672,-73.9947738647461,40.750370025634766,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +2,2016-01-28 22:53:21,2016-01-28 23:07:21,2,2.4,,,-74.00389862060547,40.72962951660156,-73.97846221923828,40.7529411315918,1,N,1,11.5,0.5,0.5,0.3,2.0,0.0,14.8 +2,2016-01-19 09:23:42,2016-01-19 09:41:29,2,1.34,,,-73.98567962646484,40.76331329345703,-74.00059509277344,40.757808685302734,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +1,2016-01-14 12:07:03,2016-01-14 12:45:28,2,5.8,,,-73.9786376953125,40.77276611328125,-74.01077270507812,40.70963668823242,1,N,2,28.0,0.0,0.5,0.3,0.0,0.0,28.8 +2,2016-01-28 22:15:14,2016-01-28 22:33:08,1,4.24,,,-74.00923919677734,40.716270446777344,-73.97447967529297,40.765419006347656,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-02 21:36:56,2016-01-02 21:41:00,1,1.18,,,-73.94105529785156,40.79247283935547,-73.95232391357422,40.77717590332031,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-30 14:11:06,2016-01-30 14:27:15,6,1.4,,,-73.9946060180664,40.75058364868164,-73.98118591308594,40.76530838012695,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-01 10:54:49,2016-01-01 11:07:44,2,6.0,,,-73.9487075805664,40.77741622924805,-73.98812103271484,40.72051239013672,1,N,1,19.0,0.0,0.5,0.3,2.0,0.0,21.8 +2,2016-01-27 08:59:22,2016-01-27 09:20:06,1,4.61,,,-73.98404693603516,40.746578216552734,-74.00611877441406,40.71010971069336,1,N,1,18.5,0.0,0.5,0.3,0.0,0.0,19.3 +1,2016-01-14 09:34:01,2016-01-14 09:39:37,1,0.7,,,-73.96841430664062,40.766475677490234,-73.97361755371094,40.75772476196289,1,N,1,5.5,0.0,0.5,0.3,2.0,0.0,8.3 +1,2016-01-27 15:55:17,2016-01-27 16:07:37,1,1.1,,,-73.98318481445312,40.7389030456543,-73.98079681396484,40.75094223022461,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-21 10:36:10,2016-01-21 10:39:20,1,0.45,,,-73.97698974609375,40.76567077636719,-73.9824447631836,40.768009185791016,1,N,1,4.0,0.0,0.5,0.3,1.44,0.0,6.24 +1,2016-01-11 15:46:23,2016-01-11 16:01:24,1,2.3,,,-73.98079681396484,40.745121002197266,-73.96198272705078,40.76860427856445,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-12 10:32:13,2016-01-12 11:08:32,6,5.53,,,-73.97305297851562,40.74401092529297,-73.95368194580078,40.80537033081055,1,N,2,25.0,0.0,0.5,0.3,0.0,0.0,25.8 +2,2016-01-29 21:04:57,2016-01-29 21:10:37,1,0.53,,,-73.99151611328125,40.75003433227539,-73.99117279052734,40.74553680419922,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +1,2016-01-17 01:18:44,2016-01-17 01:42:41,1,10.0,,,-73.99752807617188,40.73491668701172,-73.9385986328125,40.852542877197266,1,N,1,30.0,0.5,0.5,0.3,5.0,0.0,36.3 +1,2016-01-08 13:23:50,2016-01-08 13:45:03,2,2.4,,,-73.983154296875,40.781654357910156,-73.96114349365234,40.76641845703125,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-28 23:05:13,2016-01-28 23:09:12,1,0.71,,,-73.9923324584961,40.734718322753906,-73.98370361328125,40.738059997558594,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-09 16:08:06,2016-01-09 16:13:49,2,0.8,,,-73.99584197998047,40.72646713256836,-73.98479461669922,40.728973388671875,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +1,2016-01-29 09:58:43,2016-01-29 10:15:29,1,1.6,,,-74.00860595703125,40.73051834106445,-73.98992156982422,40.733680725097656,1,N,1,11.5,0.0,0.5,0.3,1.0,0.0,13.3 +1,2016-01-27 10:30:00,2016-01-27 11:11:05,1,11.1,,,-73.99481964111328,40.75529479980469,-73.90348815917969,40.86928176879883,1,N,1,39.5,0.0,0.5,0.3,8.05,0.0,48.35 +1,2016-01-03 13:28:19,2016-01-03 13:31:38,1,0.8,,,0.0,0.0,0.0,0.0,1,N,1,5.0,0.0,0.5,0.3,1.2,0.0,7.0 +1,2016-01-03 23:01:01,2016-01-03 23:11:45,1,3.8,,,-73.9939956665039,40.690887451171875,-73.94596099853516,40.71141815185547,1,N,1,13.0,0.5,0.5,0.3,3.55,0.0,17.85 +1,2016-01-04 21:09:37,2016-01-04 21:17:24,1,1.0,,,-73.9947738647461,40.7504997253418,-73.99922943115234,40.76128387451172,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +2,2016-01-16 09:49:34,2016-01-16 09:58:59,2,1.78,,,-73.98178100585938,40.740596771240234,-73.99055480957031,40.75676345825195,1,N,1,8.5,0.0,0.5,0.3,2.79,0.0,12.09 +1,2016-01-05 15:48:56,2016-01-05 16:10:59,1,7.6,,,-74.00474548339844,40.741981506347656,-73.93978881835938,40.820457458496094,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,26.3 +1,2016-01-02 20:18:08,2016-01-02 20:45:20,2,7.7,,,-73.95346069335938,40.77877426147461,-73.96688842773438,40.71005630493164,1,N,2,27.0,0.5,0.5,0.3,0.0,0.0,28.3 +1,2016-01-22 17:52:28,2016-01-22 18:04:43,1,1.8,,,-73.97017669677734,40.76485061645508,-73.94771575927734,40.770851135253906,1,N,1,9.5,1.0,0.5,0.3,2.8,0.0,14.1 +2,2016-01-24 15:41:20,2016-01-24 15:50:52,1,1.44,,,-73.98886108398438,40.736759185791016,-73.97345733642578,40.749351501464844,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-06 20:57:40,2016-01-06 21:30:41,1,21.79,,,-73.86376190185547,40.76982116699219,-73.95833587646484,40.593177795410156,1,N,1,59.0,0.5,0.5,0.3,12.06,0.0,72.36 +2,2016-01-06 22:31:02,2016-01-06 22:41:54,1,1.9,,,-73.95378875732422,40.76668930053711,-73.97354888916016,40.74797821044922,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-28 16:38:02,2016-01-28 16:55:55,1,2.1,,,-73.99565887451172,40.72920227050781,-74.00953674316406,40.705047607421875,1,N,1,12.0,1.0,0.5,0.3,1.0,0.0,14.8 +2,2016-01-15 18:34:22,2016-01-15 18:44:56,3,1.77,,,-73.99803161621094,40.74018096923828,-74.00833892822266,40.72263717651367,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-21 08:31:03,2016-01-21 08:57:15,1,2.88,,,-73.95504760742188,40.80500030517578,-73.96021270751953,40.77378845214844,1,N,1,17.0,0.0,0.5,0.3,1.0,0.0,18.8 +2,2016-01-11 18:50:05,2016-01-11 19:09:29,5,2.39,,,-73.98155975341797,40.77348709106445,-73.95361328125,40.77523422241211,1,N,1,14.0,1.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-13 20:38:22,2016-01-13 20:44:41,1,1.79,,,-74.0000991821289,40.7430534362793,-73.9921646118164,40.76320266723633,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-19 20:12:50,2016-01-19 20:34:00,2,3.17,,,-73.99952697753906,40.7540283203125,-73.98799133300781,40.722618103027344,1,N,1,15.5,0.5,0.5,0.3,5.04,0.0,21.84 +2,2016-01-22 20:21:33,2016-01-22 20:31:58,5,1.46,,,-73.970703125,40.76298141479492,-73.98079681396484,40.74449157714844,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-19 16:29:53,2016-01-19 16:53:26,6,6.8,,,-73.79052734375,40.64400863647461,-73.82633209228516,40.71173095703125,1,N,1,23.0,1.0,0.5,0.3,6.2,0.0,31.0 +1,2016-01-30 17:34:20,2016-01-30 17:51:15,1,2.1,,,-73.98600006103516,40.74638748168945,-73.98497009277344,40.723876953125,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-11 17:21:52,2016-01-11 17:26:02,1,0.7,,,-73.98933410644531,40.75879669189453,-73.99127197265625,40.75008010864258,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-01 09:04:38,2016-01-01 09:28:47,4,17.4,,,-73.98755645751953,40.72555923461914,-73.79010772705078,40.64341354370117,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +2,2016-01-17 20:42:21,2016-01-17 20:55:55,2,2.83,,,-73.98689270019531,40.766231536865234,-73.94995880126953,40.78034973144531,1,N,1,12.0,0.5,0.5,0.3,1.0,0.0,14.3 +1,2016-01-05 17:26:15,2016-01-05 17:35:43,1,2.6,,,-73.96707153320312,40.7607307434082,-73.94112396240234,40.788516998291016,1,N,1,9.5,1.0,0.5,0.3,2.0,0.0,13.3 +1,2016-01-05 22:43:22,2016-01-05 22:48:33,1,0.9,,,-73.97604370117188,40.7602653503418,-73.96503448486328,40.76398849487305,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-28 20:28:54,2016-01-28 20:31:57,1,0.5,,,-73.95355224609375,40.76698684692383,-73.95097351074219,40.77334213256836,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-03 21:51:30,2016-01-03 22:02:41,2,3.95,,,-73.9812240600586,40.73334884643555,-73.9515380859375,40.7794189453125,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,17.88 +1,2016-01-18 09:17:37,2016-01-18 09:26:13,1,1.8,,,-73.98362731933594,40.7436637878418,-73.96394348144531,40.757850646972656,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-22 13:46:17,2016-01-22 13:52:40,1,1.15,,,-73.98271179199219,40.75102996826172,-73.98890686035156,40.73689270019531,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-27 15:08:06,2016-01-27 15:33:56,2,2.14,,,-73.9675521850586,40.78467559814453,-73.95829772949219,40.77046585083008,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,20.16 +2,2016-01-10 04:23:46,2016-01-10 04:38:12,2,3.96,,,-74.00716400146484,40.73933029174805,-73.98505401611328,40.693641662597656,1,N,1,14.0,0.5,0.5,0.3,2.0,0.0,17.3 +2,2016-01-26 07:10:51,2016-01-26 07:17:38,6,0.96,,,-73.99876403808594,40.6811637878418,-73.99279022216797,40.69357681274414,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-19 14:28:55,2016-01-19 14:52:06,1,6.98,,,-73.78821563720703,40.641693115234375,-73.79828643798828,40.70527267456055,1,N,2,24.0,0.0,0.5,0.3,0.0,0.0,24.8 +1,2016-01-27 20:31:03,2016-01-27 20:36:33,2,0.5,,,-74.00652313232422,40.714332580566406,-74.01097106933594,40.70830154418945,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +2,2016-01-19 12:15:39,2016-01-19 12:31:58,1,0.94,,,-74.0024185180664,40.74480056762695,-73.98939514160156,40.739013671875,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-21 22:13:25,2016-01-21 22:16:52,1,1.3,,,-73.97591400146484,40.744998931884766,-73.98068237304688,40.73042678833008,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +2,2016-01-06 08:56:59,2016-01-06 09:11:02,2,1.29,,,-73.99585723876953,40.73286437988281,-73.98529815673828,40.74159622192383,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-07 08:26:58,2016-01-07 08:39:56,1,1.9,,,-73.95364379882812,40.767452239990234,-73.9716796875,40.75039291381836,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,12.8 +2,2016-01-16 18:05:09,2016-01-16 18:18:16,2,2.26,,,-73.97752380371094,40.77406311035156,-73.98209381103516,40.756797790527344,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-18 02:41:00,2016-01-18 02:56:37,1,8.22,,,-73.98987579345703,40.74989700317383,-73.94527435302734,40.82856369018555,1,N,1,24.0,0.5,0.5,0.3,6.32,0.0,31.62 +1,2016-01-05 06:45:01,2016-01-05 06:55:15,1,2.4,,,-73.98350524902344,40.734378814697266,-74.01020050048828,40.7200813293457,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-03 01:45:32,2016-01-03 01:53:24,1,2.0,,,-73.99205017089844,40.727447509765625,-74.00717163085938,40.707557678222656,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +2,2016-01-21 14:05:23,2016-01-21 14:12:54,1,0.56,,,-73.98287200927734,40.7515983581543,-73.9822769165039,40.74578857421875,1,N,1,6.0,0.0,0.5,0.3,0.61,0.0,7.41 +1,2016-01-15 21:24:17,2016-01-15 21:50:40,1,8.5,,,-73.97270965576172,40.755340576171875,-73.972900390625,40.673606872558594,1,N,1,27.5,0.5,0.5,0.3,7.2,0.0,36.0 +1,2016-01-16 17:04:39,2016-01-16 17:14:11,1,1.0,,,-73.9931411743164,40.72700500488281,-73.99686431884766,40.73835372924805,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-06 19:13:24,2016-01-06 19:22:53,1,1.57,,,-73.97664642333984,40.752201080322266,-73.9920425415039,40.73630142211914,1,N,1,8.5,1.0,0.5,0.3,2.58,0.0,12.88 +2,2016-01-15 20:25:32,2016-01-15 20:32:34,1,0.65,,,-73.9912338256836,40.75091552734375,-73.98030853271484,40.74681091308594,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,9.12 +2,2016-01-14 02:17:57,2016-01-14 02:30:55,1,4.36,,,-74.00081634521484,40.730621337890625,-73.9810562133789,40.78099060058594,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +2,2016-01-12 22:12:58,2016-01-12 22:25:09,1,2.96,,,-73.97676086425781,40.790069580078125,-73.95205688476562,40.82542037963867,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +2,2016-01-11 17:34:25,2016-01-11 17:40:17,1,1.05,,,-73.97525024414062,40.765201568603516,-73.9649429321289,40.77248001098633,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-12 08:21:53,2016-01-12 08:30:53,1,1.17,,,-74.00263214111328,40.73956298828125,-74.0055160522461,40.7510986328125,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-27 14:56:45,2016-01-27 14:58:57,1,0.35,,,-73.97049713134766,40.789066314697266,-73.97469329833984,40.78760528564453,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-16 23:59:22,2016-01-17 00:07:49,1,1.23,,,-73.98705291748047,40.720726013183594,-73.99932098388672,40.71954345703125,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-05 13:39:30,2016-01-05 13:50:06,1,0.93,,,-73.99790954589844,40.756351470947266,-73.98399353027344,40.75444030761719,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +2,2016-01-26 23:57:28,2016-01-27 00:01:10,2,0.61,,,-73.9926528930664,40.758270263671875,-73.99788665771484,40.75077819824219,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +1,2016-01-18 13:55:40,2016-01-18 14:16:40,1,7.2,,,-73.9592514038086,40.769012451171875,-73.95861053466797,40.707122802734375,1,N,2,24.0,0.0,0.5,0.3,0.0,0.0,24.8 +1,2016-01-28 08:47:28,2016-01-28 08:53:33,1,0.6,,,-73.97498321533203,40.75232696533203,-73.98355865478516,40.75235366821289,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-07 22:21:36,2016-01-07 22:38:18,1,4.1,,,-73.99351501464844,40.767215728759766,-73.9884262084961,40.72417068481445,1,N,1,15.0,0.5,0.5,0.3,4.05,0.0,20.35 +1,2016-01-02 04:28:22,2016-01-02 04:38:24,2,4.0,,,-73.9974136352539,40.746788024902344,-73.94939422607422,40.7724723815918,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,16.3 +2,2016-01-21 10:15:41,2016-01-21 10:31:00,1,1.27,,,-74.0018310546875,40.74592971801758,-73.9879379272461,40.73506164550781,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-09 14:45:06,2016-01-09 15:12:25,2,4.4,,,-73.98160552978516,40.76757049560547,-74.0107421875,40.723636627197266,1,N,1,21.0,0.0,0.5,0.3,4.35,0.0,26.15 +1,2016-01-08 15:37:06,2016-01-08 15:44:24,2,1.3,,,-73.95755004882812,40.78555679321289,-73.96886444091797,40.7943229675293,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-20 11:49:38,2016-01-20 12:15:58,2,3.41,,,-74.00628662109375,40.723045349121094,-73.97380828857422,40.755035400390625,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,23.16 +2,2016-01-14 19:53:58,2016-01-14 20:20:16,1,4.9,,,-73.9808578491211,40.75954055786133,-73.94711303710938,40.76454162597656,1,N,1,20.5,1.0,0.5,0.3,4.46,0.0,26.76 +1,2016-01-29 16:05:46,2016-01-29 16:14:09,2,1.3,,,0.0,0.0,0.0,0.0,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-29 20:46:35,2016-01-29 21:22:59,1,5.03,,,-73.99476623535156,40.75033187866211,-73.95914459228516,40.70652389526367,1,N,1,25.5,0.5,0.5,0.3,5.36,0.0,32.16 +2,2016-01-24 20:05:25,2016-01-24 20:10:51,1,0.82,,,-73.99147033691406,40.744998931884766,-73.99852752685547,40.75189971923828,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,8.84 +2,2016-01-05 04:00:23,2016-01-05 04:12:12,4,2.94,,,-74.00704956054688,40.74419021606445,-73.97913360595703,40.779258728027344,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-27 18:06:52,2016-01-27 19:44:50,1,20.5,,,-73.97806549072266,40.76342010498047,-73.78277587890625,40.64887619018555,2,N,3,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-08 10:36:36,2016-01-08 11:01:31,2,2.4,,,-73.96280670166016,40.7581672668457,-73.99317932128906,40.747982025146484,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +1,2016-01-03 07:29:42,2016-01-03 07:37:03,1,1.7,,,-73.9922103881836,40.74932861328125,-73.98860168457031,40.769264221191406,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,10.8 +1,2016-01-10 00:42:15,2016-01-10 00:51:11,1,0.6,,,-73.9836196899414,40.73418045043945,-73.98936462402344,40.72621154785156,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +1,2016-01-30 01:41:07,2016-01-30 01:43:26,1,0.5,,,-73.99267578125,40.730262756347656,-73.99967193603516,40.730350494384766,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,6.35 +2,2016-01-17 15:52:37,2016-01-17 16:03:26,1,2.38,,,-73.950439453125,40.77543258666992,-73.97073364257812,40.79876708984375,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-14 11:20:59,2016-01-14 11:43:22,5,5.29,,,-74.01148223876953,40.71062088012695,-73.97853088378906,40.75267028808594,1,N,1,21.5,0.0,0.5,0.3,4.46,0.0,26.76 +2,2016-01-15 11:43:19,2016-01-15 12:04:15,1,4.8,,,-73.9948501586914,40.75020980834961,-74.00847625732422,40.70392990112305,1,N,1,19.0,0.0,0.5,0.3,10.0,0.0,29.8 +1,2016-01-10 16:00:08,2016-01-10 16:06:40,2,1.0,,,-74.00374603271484,40.738704681396484,-73.9935531616211,40.75205612182617,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-11 12:41:44,2016-01-11 12:51:28,1,2.01,,,-73.98148345947266,40.77920150756836,-73.95287322998047,40.772518157958984,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-11 22:54:08,2016-01-11 22:58:42,1,1.17,,,-73.9852294921875,40.75873565673828,-73.98932647705078,40.74692153930664,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-09 13:52:23,2016-01-09 14:16:47,3,2.66,,,-73.96820068359375,40.76436996459961,-74.00296783447266,40.756290435791016,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-13 06:30:11,2016-01-13 06:39:56,2,3.65,,,-73.9178237915039,40.771209716796875,-73.9309310913086,40.79746627807617,1,N,1,13.0,0.0,0.5,0.3,4.84,5.54,24.18 +1,2016-01-08 07:36:46,2016-01-08 07:44:24,1,0.8,,,-73.97657775878906,40.75260925292969,-73.98304748535156,40.76005172729492,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-08 11:04:55,2016-01-08 11:09:36,1,0.8,,,-73.97380828857422,40.78410720825195,-73.9639663696289,40.77677536010742,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-25 07:30:50,2016-01-25 07:47:58,6,2.72,,,-73.99415588378906,40.72663116455078,-73.97418212890625,40.76008224487305,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-03 03:15:55,2016-01-03 03:19:47,2,0.7,,,-73.98460388183594,40.7322883605957,-73.99230194091797,40.72532272338867,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +2,2016-01-20 12:17:52,2016-01-20 12:40:05,1,2.45,,,-73.994140625,40.75113296508789,-73.98078155517578,40.77479553222656,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-16 17:18:23,2016-01-16 17:35:06,1,7.66,,,-73.87078857421875,40.77376937866211,-73.9486312866211,40.78649139404297,1,N,2,22.5,0.0,0.5,0.3,0.0,5.54,28.84 +2,2016-01-10 01:34:43,2016-01-10 01:44:54,2,1.7,,,-73.9930191040039,40.72267150878906,-73.97856140136719,40.74462890625,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +1,2016-01-03 13:40:04,2016-01-03 14:01:51,1,8.9,,,0.0,0.0,0.0,0.0,1,N,1,27.0,0.0,0.5,0.3,6.65,5.54,39.99 +2,2016-01-24 22:22:56,2016-01-24 22:24:38,1,0.55,,,-73.9687728881836,40.761512756347656,-73.97289276123047,40.755130767822266,1,N,1,3.5,0.5,0.5,0.3,1.0,0.0,5.8 +1,2016-01-10 10:47:02,2016-01-10 10:53:45,1,1.0,,,-73.9911880493164,40.749908447265625,-73.99921417236328,40.75713348388672,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-13 18:19:09,2016-01-13 18:32:12,1,2.1,,,-73.94879150390625,40.79733657836914,-73.95574951171875,40.7722282409668,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-21 10:16:22,2016-01-21 10:19:15,5,0.59,,,-73.98877716064453,40.774139404296875,-73.98230743408203,40.778961181640625,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +1,2016-01-12 21:38:39,2016-01-12 21:45:26,1,1.8,,,-73.86528015136719,40.771087646484375,-73.87382507324219,40.75468063354492,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-03 21:07:43,2016-01-03 21:20:30,1,3.0,,,-73.98116302490234,40.77425003051758,-73.98052215576172,40.74186325073242,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,13.8 +1,2016-01-10 01:45:07,2016-01-10 01:52:18,1,1.8,,,-73.93934631347656,40.80529022216797,-73.94490051269531,40.82396697998047,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-14 14:06:12,2016-01-14 14:18:47,1,1.3,,,-73.98605346679688,40.722877502441406,-73.9994125366211,40.7177734375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-12 20:51:30,2016-01-12 21:00:17,1,0.8,,,-73.99324798583984,40.75216293334961,-73.99837493896484,40.757598876953125,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-10 18:03:06,2016-01-10 18:17:01,1,3.37,,,-73.99817657470703,40.71709060668945,-73.98165130615234,40.75790786743164,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-21 08:01:34,2016-01-21 08:28:47,1,4.16,,,-74.01611328125,40.71009063720703,-73.97917938232422,40.754310607910156,1,N,1,19.0,0.0,0.5,0.3,2.2,0.0,22.0 +1,2016-01-04 05:12:43,2016-01-04 05:14:09,1,0.7,,,-73.97034454345703,40.75199508666992,-73.97393035888672,40.743953704833984,1,N,1,4.0,0.5,0.5,0.3,1.0,0.0,6.3 +1,2016-01-03 17:43:46,2016-01-03 17:49:33,1,0.6,,,-73.99496459960938,40.745147705078125,-73.99469757080078,40.750389099121094,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-03 20:54:55,2016-01-03 21:05:41,1,2.0,,,-73.97508239746094,40.79043197631836,-73.9487533569336,40.779998779296875,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-17 19:19:54,2016-01-17 19:30:31,1,2.0,,,-73.98657989501953,40.7402229309082,-74.0054931640625,40.71974182128906,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-14 16:07:46,2016-01-14 16:12:55,1,0.8,,,-73.99529266357422,40.7250862121582,-73.99422454833984,40.73349380493164,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-20 07:13:02,2016-01-20 07:37:11,1,4.95,,,-73.98967742919922,40.7717399597168,-74.00850677490234,40.71086120605469,1,N,1,19.5,0.0,0.5,0.3,4.06,0.0,24.36 +1,2016-01-02 13:54:35,2016-01-02 13:58:15,1,0.9,,,-73.9521484375,40.777313232421875,-73.96053314208984,40.765869140625,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +2,2016-01-29 15:32:02,2016-01-29 15:42:24,1,1.75,,,-73.98774719238281,40.7537956237793,-74.00697326660156,40.74172592163086,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-22 21:24:51,2016-01-22 21:34:37,1,1.3,,,-73.99317169189453,40.74143981933594,-73.97805786132812,40.74580383300781,1,N,1,8.0,0.5,0.5,0.3,2.0,0.0,11.3 +2,2016-01-07 19:29:17,2016-01-07 19:50:37,1,1.74,,,-73.97232818603516,40.78678512573242,-73.94709014892578,40.779911041259766,1,N,1,13.5,1.0,0.5,0.3,1.0,0.0,16.3 +2,2016-01-25 07:32:30,2016-01-25 07:53:52,1,6.13,,,-73.98865509033203,40.69601058959961,-73.97000122070312,40.75310134887695,1,N,1,21.5,0.0,0.5,0.3,3.5,0.0,25.8 +2,2016-01-06 11:12:13,2016-01-06 11:17:23,6,0.99,,,-73.97970581054688,40.75473403930664,-73.98782348632812,40.74309158325195,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-17 13:08:09,2016-01-17 13:24:57,1,3.04,,,-73.9731216430664,40.75528335571289,-74.00921630859375,40.73944091796875,1,N,1,13.0,0.0,0.5,0.3,3.45,0.0,17.25 +1,2016-01-24 16:55:00,2016-01-24 17:02:45,1,1.1,,,-73.97032165527344,40.75224304199219,-73.98039245605469,40.738548278808594,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-27 18:20:37,2016-01-27 18:43:41,1,1.83,,,-73.97528076171875,40.76445388793945,-73.98970794677734,40.741424560546875,1,N,1,14.5,1.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-08 13:56:05,2016-01-08 14:02:37,1,1.13,,,-73.98204803466797,40.760353088378906,-73.98530578613281,40.76948547363281,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-22 22:50:51,2016-01-22 23:03:47,1,2.51,,,-73.98907470703125,40.75830841064453,-73.9604721069336,40.775489807128906,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-15 17:57:00,2016-01-15 18:27:20,1,4.5,,,-73.96662902832031,40.79385757446289,-73.92768859863281,40.83612823486328,1,N,2,21.0,1.0,0.5,0.3,0.0,0.0,22.8 +1,2016-01-20 21:22:33,2016-01-20 21:31:07,1,2.0,,,0.0,0.0,0.0,0.0,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-13 08:01:14,2016-01-13 08:19:46,1,3.3,,,-73.99022674560547,40.68706130981445,-74.00505065917969,40.65208435058594,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-04 01:44:29,2016-01-04 01:51:29,1,2.1,,,-73.98209381103516,40.76874923706055,-73.9571304321289,40.77852249145508,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +1,2016-01-16 22:37:49,2016-01-16 22:50:30,1,1.4,,,-73.99012756347656,40.72935104370117,-74.00564575195312,40.74006271362305,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +1,2016-01-28 23:17:03,2016-01-28 23:21:17,1,0.8,,,-73.99085998535156,40.75075149536133,-73.98628997802734,40.75776290893555,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-17 22:51:32,2016-01-17 22:57:44,1,1.21,,,-73.923095703125,40.74345779418945,-73.89933776855469,40.74601364135742,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-14 13:54:07,2016-01-14 13:58:47,2,0.45,,,-73.99786376953125,40.735877990722656,-73.99049377441406,40.732879638671875,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-27 19:28:46,2016-01-27 19:50:13,4,3.5,,,-73.98737335205078,40.73881149291992,-73.95545959472656,40.78261947631836,1,N,2,16.5,1.0,0.5,0.3,0.0,0.0,18.3 +2,2016-01-28 21:54:39,2016-01-28 22:04:26,1,2.01,,,-73.98817443847656,40.75906753540039,-74.00404357910156,40.73761749267578,1,N,1,9.0,0.5,0.5,0.3,3.09,0.0,13.39 +1,2016-01-08 10:24:49,2016-01-08 10:44:34,1,2.2,,,-74.01122283935547,40.7036018371582,-73.9979248046875,40.729339599609375,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +1,2016-01-12 20:27:39,2016-01-12 20:32:27,1,1.1,,,-73.96614074707031,40.7645263671875,-73.98072814941406,40.76404571533203,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +1,2016-01-21 01:39:45,2016-01-21 01:49:04,1,1.8,,,-74.00635528564453,40.73337936401367,-74.00635528564453,40.73344802856445,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +2,2016-01-01 14:48:18,2016-01-01 15:00:12,5,1.77,,,-73.97489929199219,40.73417663574219,-74.00080871582031,40.74204635620117,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-30 16:40:34,2016-01-30 16:50:29,1,1.7,,,-73.96835327148438,40.77056884765625,-73.94547271728516,40.773536682128906,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-20 11:56:16,2016-01-20 12:08:47,1,4.4,,,-73.95821380615234,40.76049041748047,-73.98768615722656,40.72446823120117,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-18 13:32:18,2016-01-18 13:45:44,1,3.1,,,-73.94329071044922,40.77708435058594,-73.97911071777344,40.75775146484375,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,14.3 +1,2016-01-07 22:56:50,2016-01-07 23:39:24,2,12.4,,,-73.87078094482422,40.773719787597656,-73.99132537841797,40.76643371582031,1,N,1,40.5,0.5,0.5,0.3,10.0,0.0,51.8 +2,2016-01-29 13:20:58,2016-01-29 13:37:19,1,2.67,,,-73.96598052978516,40.77299118041992,-73.9941177368164,40.75025177001953,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-12 07:41:52,2016-01-12 07:57:43,1,1.15,,,-73.99870300292969,40.7608528137207,-73.98011779785156,40.75550842285156,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-09 13:07:58,2016-01-09 13:21:05,4,1.5,,,-74.00621795654297,40.73977279663086,-73.990234375,40.726444244384766,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-28 18:51:04,2016-01-28 19:01:52,4,1.37,,,-73.998779296875,40.744659423828125,-73.9836196899414,40.75545120239258,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-02 11:08:40,2016-01-02 11:15:21,1,1.1,,,-73.9811019897461,40.72523880004883,-73.99525451660156,40.72318649291992,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-03 18:17:25,2016-01-03 18:21:38,1,1.2,,,-73.96711730957031,40.75653076171875,-73.97982788085938,40.74240493774414,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-17 19:00:31,2016-01-17 19:01:55,1,0.4,,,-73.98670959472656,40.771732330322266,-73.9827651977539,40.77720260620117,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +1,2016-01-14 20:15:22,2016-01-14 20:33:33,1,2.6,,,-73.99718475341797,40.7222900390625,-73.9936752319336,40.75194549560547,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-20 14:18:16,2016-01-20 14:45:46,1,3.3,,,-73.9668197631836,40.75740051269531,-73.97433471679688,40.791019439697266,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,19.3 +2,2016-01-15 09:02:06,2016-01-15 09:04:53,1,0.23,,,-74.0097885131836,40.70590591430664,-74.00728607177734,40.704898834228516,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-12 15:37:14,2016-01-12 15:44:43,1,0.77,,,-73.97035217285156,40.76787185668945,-73.97015380859375,40.760658264160156,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-17 18:19:30,2016-01-17 18:23:14,2,1.1,,,-73.96592712402344,40.76177978515625,-73.95397186279297,40.77198028564453,1,N,1,5.5,0.0,0.5,0.3,2.0,0.0,8.3 +2,2016-01-17 09:37:30,2016-01-17 09:45:23,1,3.0,,,-74.0025405883789,40.749786376953125,-73.97544860839844,40.7861328125,1,N,1,10.0,0.0,0.5,0.3,3.24,0.0,14.04 +1,2016-01-04 14:48:49,2016-01-04 14:58:23,1,1.5,,,-73.99176788330078,40.75100326538086,-73.98204040527344,40.736366271972656,1,N,1,8.5,0.0,0.5,0.3,2.75,0.0,12.05 +2,2016-01-10 10:56:39,2016-01-10 11:23:47,3,10.18,,,-73.86299896240234,40.76924133300781,-73.9870376586914,40.763328552246094,1,N,1,31.0,0.0,0.5,0.3,11.2,5.54,48.54 +2,2016-01-21 14:35:32,2016-01-21 14:39:12,6,0.53,,,-73.9544906616211,40.78397750854492,-73.95928192138672,40.77763748168945,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-02 11:08:36,2016-01-02 11:13:12,1,0.7,,,-73.95215606689453,40.77284622192383,-73.95635986328125,40.7669563293457,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-14 23:21:00,2016-01-14 23:25:00,4,0.7,,,-73.9834213256836,40.745479583740234,-73.9915771484375,40.74455642700195,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-14 19:08:42,2016-01-14 19:27:01,2,3.4,,,-74.00978088378906,40.71357345581055,-74.00366973876953,40.68316650390625,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-14 15:42:14,2016-01-14 16:16:08,2,12.0,,,-74.01318359375,40.7161865234375,-73.92333221435547,40.8123893737793,1,N,2,35.0,0.0,0.5,0.3,0.0,0.0,35.8 +2,2016-01-30 23:48:07,2016-01-31 00:02:22,1,2.72,,,-73.99847412109375,40.72480773925781,-73.98805236816406,40.75675582885742,1,N,1,12.0,0.5,0.5,0.3,1.5,0.0,14.8 +1,2016-01-29 12:48:21,2016-01-29 12:55:22,1,0.7,,,-73.98322296142578,40.75605392456055,-73.9887466430664,40.75455856323242,1,N,1,6.0,0.0,0.5,0.3,4.0,0.0,10.8 +1,2016-01-03 03:21:19,2016-01-03 03:33:14,1,2.4,,,-73.9891586303711,40.71900177001953,-73.97440338134766,40.73707580566406,1,N,1,11.0,0.5,0.5,0.3,1.5,0.0,13.8 +1,2016-01-09 03:50:33,2016-01-09 04:02:18,1,1.6,,,-73.98885345458984,40.727115631103516,-74.0055923461914,40.7113037109375,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +2,2016-01-19 09:14:31,2016-01-19 09:45:18,1,1.22,,,-74.00332641601562,40.748939514160156,-73.98751068115234,40.753448486328125,1,N,1,18.0,0.0,0.5,0.3,2.0,0.0,20.8 +2,2016-01-25 18:41:24,2016-01-25 18:54:39,2,1.85,,,-73.99547576904297,40.68334197998047,-73.97344970703125,40.67058181762695,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-20 17:29:20,2016-01-20 17:42:10,1,1.8,,,-73.99030303955078,40.73052978515625,-73.99629974365234,40.74934387207031,1,N,1,10.0,1.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-03 04:12:20,2016-01-03 04:20:24,6,2.58,,,-73.98680114746094,40.72175598144531,-73.98780822753906,40.71992111206055,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,13.5 +1,2016-01-14 21:25:26,2016-01-14 21:32:48,1,1.6,,,-73.99640655517578,40.74284362792969,-73.97908782958984,40.75254821777344,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-18 20:54:29,2016-01-18 20:58:59,1,1.1,,,-73.98866271972656,40.74871063232422,-73.99137115478516,40.76042938232422,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-03 17:34:27,2016-01-03 17:53:48,5,10.04,,,-73.87471008300781,40.77408981323242,-73.93820190429688,40.85417938232422,1,N,1,28.5,0.0,0.5,0.3,6.97,5.54,41.81 +1,2016-01-25 21:05:34,2016-01-25 21:25:35,1,2.7,,,-73.9820785522461,40.75401306152344,-73.97930908203125,40.72773361206055,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +2,2016-01-04 17:22:45,2016-01-04 17:30:21,1,1.24,,,-73.97228240966797,40.762210845947266,-73.98455810546875,40.75919723510742,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-12 10:59:59,2016-01-12 11:03:15,2,0.63,,,-73.94820404052734,40.77437210083008,-73.95597839355469,40.779693603515625,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-11 13:46:46,2016-01-11 14:01:06,1,1.8,,,-73.97965240478516,40.78124237060547,-73.97640228271484,40.7645263671875,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +2,2016-01-13 09:25:49,2016-01-13 09:32:18,1,0.84,,,-74.00630187988281,40.73371505737305,-73.99823760986328,40.74107360839844,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-24 23:19:18,2016-01-24 23:22:47,5,0.79,,,-73.95914459228516,40.76350021362305,-73.95055389404297,40.76969528198242,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-15 06:48:27,2016-01-15 06:52:34,1,0.94,,,-73.98973846435547,40.73765563964844,-73.9809341430664,40.74825668334961,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-21 15:51:04,2016-01-21 16:40:50,2,0.8,,,-73.98184204101562,40.74385452270508,-74.17732238769531,40.6907844543457,3,N,1,44.5,0.0,0.0,0.3,11.45,12.5,68.75 +2,2016-01-26 07:27:34,2016-01-26 07:32:09,1,0.9,,,-73.9893798828125,40.7630500793457,-73.97577667236328,40.7570686340332,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-02 14:26:21,2016-01-02 14:38:13,3,1.4,,,-73.98741912841797,40.74822998046875,-73.98931121826172,40.75782775878906,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-03 01:16:51,2016-01-03 01:24:37,2,1.03,,,-73.99041748046875,40.7194709777832,-73.98066711425781,40.72152328491211,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-03 05:11:32,2016-01-03 05:25:32,2,3.7,,,-73.99571228027344,40.76374816894531,-74.00047302246094,40.718379974365234,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-02 16:36:05,2016-01-02 16:43:42,1,1.8,,,-73.97077178955078,40.793495178222656,-73.978271484375,40.77627182006836,1,N,3,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-29 15:47:46,2016-01-29 17:03:22,6,18.94,,,-73.78135681152344,40.64496994018555,-74.0044174194336,40.72172164916992,2,N,1,52.0,0.0,0.5,0.3,13.2,0.0,66.0 +2,2016-01-06 11:25:23,2016-01-06 11:34:25,1,1.33,,,-73.96958923339844,40.75191879272461,-73.95603942871094,40.765838623046875,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-17 19:21:46,2016-01-17 19:34:13,1,2.44,,,-73.9549789428711,40.78032302856445,-73.95574951171875,40.80381774902344,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-27 08:39:46,2016-01-27 09:09:04,1,1.68,,,-73.95597839355469,40.779571533203125,-73.97129821777344,40.75825119018555,1,N,1,17.5,0.0,0.5,0.3,4.58,0.0,22.88 +2,2016-01-19 16:11:29,2016-01-19 16:18:40,1,1.52,,,-74.00129699707031,40.729129791259766,-73.9919662475586,40.745628356933594,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-01 14:27:21,2016-01-01 14:34:03,3,1.07,,,-73.97233581542969,40.76519012451172,-73.95818328857422,40.76287841796875,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-17 13:30:05,2016-01-17 13:33:57,2,0.76,,,-73.98209381103516,40.73195266723633,-73.99116516113281,40.737388610839844,1,N,1,4.5,0.0,0.5,0.3,1.59,0.0,6.89 +1,2016-01-02 21:05:33,2016-01-02 21:07:24,1,0.0,,,-73.98261260986328,40.75751495361328,-73.982177734375,40.757850646972656,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +1,2016-01-21 19:16:07,2016-01-21 19:21:50,3,0.8,,,-73.98880004882812,40.73130416870117,-73.9787368774414,40.72419738769531,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-29 20:07:30,2016-01-29 20:41:01,2,4.42,,,-73.9640884399414,40.774505615234375,-73.9872817993164,40.722190856933594,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,28.56 +2,2016-01-22 16:31:44,2016-01-22 16:38:14,1,1.04,,,-73.9913101196289,40.73914337158203,-74.00555419921875,40.73940658569336,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-21 13:42:06,2016-01-21 14:11:41,2,6.31,,,-73.98797607421875,40.74951171875,-73.90956115722656,40.7143440246582,1,N,2,25.0,0.0,0.5,0.3,0.0,5.54,31.34 +1,2016-01-15 05:00:32,2016-01-15 05:14:03,1,3.5,,,-73.97836303710938,40.783203125,-73.93424224853516,40.798728942871094,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-05 21:51:55,2016-01-05 21:56:16,1,0.8,,,-73.98698425292969,40.72536849975586,-73.9895248413086,40.73351287841797,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-09 20:39:52,2016-01-09 20:49:28,1,1.8,,,-73.96781921386719,40.802894592285156,-73.95535278320312,40.786048889160156,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-28 04:11:17,2016-01-28 04:19:29,1,1.7,,,-74.00585174560547,40.725059509277344,-74.01190948486328,40.704105377197266,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +1,2016-01-12 08:25:08,2016-01-12 08:41:30,1,2.4,,,-74.00341033935547,40.73868942260742,-73.97627258300781,40.75680923461914,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +1,2016-01-27 19:43:33,2016-01-27 19:45:07,1,0.3,,,-73.9460678100586,40.777244567871094,-73.94821166992188,40.77460479736328,1,N,1,3.0,1.0,0.5,0.3,1.0,0.0,5.8 +1,2016-01-21 14:10:03,2016-01-21 14:22:04,1,0.8,,,-73.96062469482422,40.77287292480469,-73.96847534179688,40.761837005615234,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-27 22:09:08,2016-01-27 22:15:32,5,1.13,,,-73.99344635009766,40.749786376953125,-73.98603057861328,40.75883102416992,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-29 06:20:27,2016-01-29 06:34:24,1,5.31,,,-73.97639465332031,40.75236511230469,-74.00489807128906,40.712493896484375,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-09 00:55:35,2016-01-09 01:21:36,2,5.32,,,-73.95269775390625,40.7270393371582,-74.00637817382812,40.73936080932617,1,N,1,21.0,0.5,0.5,0.3,2.5,0.0,24.8 +2,2016-01-26 18:00:44,2016-01-26 18:08:26,1,1.14,,,-73.9520263671875,40.7989387512207,-73.96782684326172,40.80057144165039,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-16 20:22:24,2016-01-16 20:28:20,1,1.8,,,-73.9661865234375,40.76219177246094,-73.95455932617188,40.783668518066406,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-06 07:06:53,2016-01-06 07:12:20,1,1.0,,,-73.99092102050781,40.75584030151367,-73.97575378417969,40.75779342651367,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-18 16:01:28,2016-01-18 16:04:13,1,0.4,,,-73.9445571899414,40.798946380615234,-73.94121551513672,40.80189514160156,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-16 13:48:12,2016-01-16 13:53:27,1,1.0,,,-73.96104431152344,40.7718391418457,-73.97000122070312,40.75971984863281,1,N,1,6.0,0.0,0.5,0.3,1.2,0.0,8.0 +1,2016-01-21 15:51:44,2016-01-21 16:02:00,1,1.0,,,-74.00047302246094,40.72737121582031,-74.00379943847656,40.71693420410156,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-17 21:19:32,2016-01-17 21:27:51,1,1.7,,,0.0,0.0,0.0,0.0,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +2,2016-01-06 20:12:05,2016-01-06 20:31:01,1,8.91,,,0.0,0.0,0.0,0.0,1,N,1,27.0,0.5,0.5,0.3,6.77,5.54,40.61 +1,2016-01-27 19:27:15,2016-01-27 19:33:59,1,1.1,,,-73.98283386230469,40.7394905090332,-73.98387908935547,40.727012634277344,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-03 20:33:47,2016-01-03 20:45:54,1,2.72,,,-73.99057006835938,40.756439208984375,-73.97698974609375,40.787559509277344,1,N,1,11.5,0.5,0.5,0.3,2.0,0.0,14.8 +1,2016-01-03 12:55:17,2016-01-03 13:02:26,2,1.5,,,0.0,0.0,0.0,0.0,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-12 14:06:06,2016-01-12 14:15:56,1,0.6,,,-73.9817886352539,40.745967864990234,-73.99059295654297,40.75151824951172,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-01 18:25:59,2016-01-01 18:33:14,4,0.89,,,-73.98194885253906,40.74620056152344,-73.97611236572266,40.75703048706055,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-07 10:52:53,2016-01-07 11:01:28,1,1.02,,,-73.97830200195312,40.75349044799805,-73.98117065429688,40.76409149169922,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-25 19:27:30,2016-01-25 19:34:43,1,1.1,,,-74.0081787109375,40.72126388549805,-74.0018539428711,40.7352294921875,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-26 16:16:35,2016-01-26 16:32:48,1,1.5,,,-74.00257873535156,40.714298248291016,-73.98662567138672,40.729740142822266,1,N,1,11.0,1.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-27 21:51:29,2016-01-27 22:16:34,3,10.56,,,-73.87086486816406,40.77371597290039,-73.9896469116211,40.734214782714844,1,N,1,32.5,0.5,0.5,0.3,6.76,0.0,40.56 +1,2016-01-28 13:11:24,2016-01-28 13:18:21,1,0.6,,,-73.9626235961914,40.75541687011719,-73.96878051757812,40.760704040527344,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-03 12:50:21,2016-01-03 13:09:10,1,2.71,,,-73.98847198486328,40.77811813354492,-73.95085906982422,40.77471160888672,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-27 10:10:10,2016-01-27 10:13:57,6,1.35,,,-73.97567749023438,40.71910858154297,-73.97344970703125,40.7306022644043,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-23 04:39:44,2016-01-23 05:21:17,1,10.4,,,0.0,0.0,0.0,0.0,1,N,1,32.0,0.5,0.5,0.3,3.0,0.0,36.3 +2,2016-01-13 09:24:02,2016-01-13 09:30:21,1,1.12,,,-73.975341796875,40.752254486083984,-73.9857177734375,40.73822784423828,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-27 00:59:53,2016-01-27 01:07:56,1,1.8,,,-73.98231506347656,40.75949478149414,-73.9802017211914,40.74156951904297,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +2,2016-01-21 14:09:01,2016-01-21 14:16:37,1,0.71,,,-73.95707702636719,40.766483306884766,-73.96492004394531,40.769447326660156,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 09:11:27,2016-01-22 09:23:28,2,2.03,,,-73.97933959960938,40.74691390991211,-73.99848937988281,40.723880767822266,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,13.5 +1,2016-01-22 14:02:51,2016-01-22 14:15:52,1,1.6,,,-73.99300384521484,40.728355407714844,-74.00232696533203,40.74370574951172,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-21 17:39:21,2016-01-21 17:58:10,1,1.84,,,-73.91584014892578,40.7463493347168,-73.91584014892578,40.7463493347168,1,N,1,13.0,1.0,0.5,0.3,3.7,0.0,18.5 +2,2016-01-27 19:13:26,2016-01-27 19:19:38,1,0.77,,,-73.99391174316406,40.75143051147461,-73.98609924316406,40.75896072387695,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-23 02:24:10,2016-01-23 02:28:06,2,0.5,,,-73.95216369628906,40.77743911743164,-73.95428466796875,40.7705192565918,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +1,2016-01-15 07:48:16,2016-01-15 07:53:14,1,1.2,,,-73.97645568847656,40.74821090698242,-73.9637451171875,40.75720977783203,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-18 22:42:05,2016-01-18 22:48:17,1,1.6,,,-73.99085998535156,40.73462677001953,-73.98255920410156,40.72029113769531,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-07 09:46:42,2016-01-07 09:54:53,1,1.35,,,-73.96244049072266,40.75885009765625,-73.95687866210938,40.77470016479492,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-22 16:31:03,2016-01-22 16:46:33,2,1.6,,,-73.99568176269531,40.75332260131836,-73.99651336669922,40.753379821777344,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-19 20:29:50,2016-01-19 20:40:20,1,2.05,,,-73.99806213378906,40.721099853515625,-73.9814224243164,40.73643112182617,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-18 19:20:20,2016-01-18 19:39:02,1,3.33,,,-73.98573303222656,40.76034164428711,-73.9996337890625,40.7244987487793,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-19 23:14:07,2016-01-19 23:21:24,2,1.3,,,0.0,0.0,0.0,0.0,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +1,2016-01-25 09:37:39,2016-01-25 09:51:53,1,1.0,,,-73.97712707519531,40.748592376708984,-73.9839859008789,40.7574462890625,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,11.3 +1,2016-01-06 08:59:31,2016-01-06 09:11:17,3,2.0,,,-73.96147155761719,40.756317138671875,-73.95587158203125,40.77893829345703,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,13.5 +1,2016-01-29 11:06:08,2016-01-29 11:09:40,1,0.5,,,-73.97888946533203,40.76681900024414,-73.98204040527344,40.77292251586914,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-22 07:40:31,2016-01-22 07:52:16,1,2.3,,,-73.95866394042969,40.772377014160156,-73.977783203125,40.745704650878906,1,N,1,10.5,0.0,0.5,0.3,4.0,0.0,15.3 +2,2016-01-09 21:42:50,2016-01-09 22:06:32,1,2.97,,,-73.98657989501953,40.7480583190918,-74.0083236694336,40.719810485839844,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-26 09:29:15,2016-01-26 09:50:45,1,3.73,,,-74.01004028320312,40.70578384399414,-73.99671173095703,40.74769592285156,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +2,2016-01-12 10:14:15,2016-01-12 10:43:21,6,3.23,,,-73.99850463867188,40.72288131713867,-73.97187042236328,40.7620735168457,1,N,1,19.0,0.0,0.5,0.3,3.96,0.0,23.76 +1,2016-01-29 19:29:06,2016-01-29 19:46:42,1,2.3,,,-73.9622573852539,40.77911376953125,-73.9879379272461,40.7555046081543,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-14 08:03:02,2016-01-14 08:07:45,5,0.82,,,-73.97370910644531,40.74734878540039,-73.97161865234375,40.75455093383789,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-29 20:21:52,2016-01-29 20:36:50,1,2.2,,,-73.9828109741211,40.747833251953125,-73.960205078125,40.77004623413086,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-29 14:49:05,2016-01-29 14:57:22,1,1.23,,,-73.99158477783203,40.74992370605469,-73.99421691894531,40.73640823364258,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-26 12:36:29,2016-01-26 13:00:48,5,2.32,,,-73.99510192871094,40.74998092651367,-73.98880004882812,40.73115158081055,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-04 12:09:22,2016-01-04 12:21:48,1,2.3,,,-73.86259460449219,40.76906204223633,-73.88285064697266,40.75963592529297,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-06 19:02:26,2016-01-06 19:11:07,1,1.6,,,-73.97708892822266,40.774940490722656,-73.95758819580078,40.77690505981445,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-16 09:37:45,2016-01-16 09:48:45,1,1.81,,,-73.98821258544922,40.76953887939453,-73.994873046875,40.7501335144043,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-03 12:12:05,2016-01-03 12:27:15,1,1.87,,,-73.97589874267578,40.75175857543945,-73.98355102539062,40.76559066772461,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-28 19:59:24,2016-01-28 20:12:09,1,1.85,,,-73.89273071289062,40.75448989868164,-73.89273071289062,40.75448989868164,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-15 22:22:23,2016-01-15 22:28:13,1,0.79,,,-73.98573303222656,40.76293182373047,-73.99333190917969,40.763790130615234,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-22 08:00:03,2016-01-22 08:04:35,4,0.6,,,-73.9947280883789,40.73167419433594,-73.98658752441406,40.73427200317383,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-26 08:18:36,2016-01-26 08:22:10,2,0.72,,,-73.9552001953125,40.780059814453125,-73.94573211669922,40.77859115600586,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-20 20:46:25,2016-01-20 20:56:47,1,1.56,,,-73.98954010009766,40.720680236816406,-74.00640869140625,40.733211517333984,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-01 22:38:47,2016-01-01 22:44:51,1,1.9,,,-73.97306060791016,40.76343536376953,-73.95699310302734,40.78596115112305,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-04 01:45:37,2016-01-04 01:49:40,3,0.75,,,-74.00994873046875,40.71472930908203,-74.01681518554688,40.709476470947266,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-29 08:57:17,2016-01-29 09:03:08,5,0.63,,,-73.98699951171875,40.761390686035156,-73.97932434082031,40.765380859375,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-21 03:13:26,2016-01-21 03:17:44,1,0.92,,,-73.99726104736328,40.71677017211914,-74.0091323852539,40.72602081298828,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-30 10:41:26,2016-01-30 10:59:35,1,2.9,,,-73.99098205566406,40.75045394897461,-73.95722198486328,40.762725830078125,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-16 21:05:10,2016-01-16 21:16:09,1,1.4,,,0.0,0.0,0.0,0.0,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-16 01:19:50,2016-01-16 01:36:43,1,2.94,,,-73.98558044433594,40.71807861328125,-74.00782775878906,40.74045944213867,1,N,1,13.5,0.5,0.5,0.3,1.5,0.0,16.3 +2,2016-01-27 12:56:42,2016-01-27 13:11:34,1,1.17,,,-73.98146057128906,40.753780364990234,-73.99394226074219,40.74555969238281,1,N,1,10.0,0.0,0.5,0.3,1.2,0.0,12.0 +2,2016-01-19 07:51:41,2016-01-19 08:18:48,1,3.85,,,-74.00337982177734,40.747501373291016,-74.00257873535156,40.74712371826172,1,N,1,19.0,0.0,0.5,0.3,2.0,0.0,21.8 +2,2016-01-26 22:21:14,2016-01-26 22:30:15,2,3.76,,,-73.98162078857422,40.773651123046875,-73.96056365966797,40.81650924682617,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,17.25 +2,2016-01-08 23:54:14,2016-01-09 00:07:23,1,8.86,,,-73.78968048095703,40.64691162109375,-73.76751708984375,40.66699981689453,1,N,2,25.0,0.5,0.5,0.3,0.0,0.0,26.3 +2,2016-01-26 20:25:28,2016-01-26 20:27:33,1,0.31,,,-73.96717834472656,40.793609619140625,-73.9723892211914,40.79420852661133,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +2,2016-01-09 16:56:38,2016-01-09 17:07:11,1,0.97,,,-74.00536346435547,40.736106872558594,-74.0016860961914,40.72444152832031,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-30 15:00:51,2016-01-30 15:06:37,1,1.02,,,-73.96295928955078,40.77245330810547,-73.95307922363281,40.78350830078125,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 19:28:42,2016-01-22 19:45:38,2,2.83,,,-73.9483413696289,40.71120071411133,-73.91169738769531,40.690399169921875,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,17.3 +2,2016-01-10 20:20:24,2016-01-10 20:22:42,1,0.66,,,-73.99158477783203,40.75004959106445,-73.99732208251953,40.74197006225586,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,6.62 +1,2016-01-24 19:32:15,2016-01-24 19:39:31,1,1.4,,,-73.97412872314453,40.783042907714844,-73.95645904541016,40.77722930908203,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-08 20:14:26,2016-01-08 20:31:37,2,2.25,,,-73.98677825927734,40.759063720703125,-73.99977111816406,40.738399505615234,1,N,1,12.5,0.5,0.5,0.3,4.14,0.0,17.94 +1,2016-01-26 21:10:47,2016-01-26 21:24:54,1,2.8,,,-73.97181701660156,40.79698181152344,-73.96339416503906,40.76754379272461,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +2,2016-01-23 00:33:31,2016-01-23 00:47:44,6,3.11,,,-73.94024658203125,40.699790954589844,-73.98554992675781,40.720489501953125,1,N,1,12.5,0.5,0.5,0.3,1.5,0.0,15.3 +1,2016-01-26 16:11:51,2016-01-26 16:22:08,1,1.5,,,-73.98146057128906,40.73726272583008,-73.99468231201172,40.71677780151367,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-22 11:49:38,2016-01-22 12:10:26,1,3.25,,,-73.96611785888672,40.78982925415039,-73.98267364501953,40.751068115234375,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-28 08:38:27,2016-01-28 09:01:56,1,3.39,,,-73.934326171875,40.75117111206055,-73.9410171508789,40.755496978759766,1,N,1,16.5,0.0,0.5,0.3,5.19,0.0,22.49 +1,2016-01-08 00:18:15,2016-01-08 00:31:44,1,4.4,,,-73.98900604248047,40.72164535522461,-73.94783020019531,40.774864196777344,1,N,1,14.5,0.5,0.5,0.3,1.0,0.0,16.8 +2,2016-01-19 11:50:49,2016-01-19 12:05:17,1,1.68,,,-73.9554672241211,40.78260803222656,-73.97140502929688,40.792598724365234,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-08 15:31:34,2016-01-08 15:32:53,1,0.07,,,-73.96956634521484,40.763240814208984,-73.97045135498047,40.761863708496094,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +2,2016-01-20 21:35:15,2016-01-20 22:04:18,5,6.89,,,-73.97087860107422,40.757938385009766,-73.95606231689453,40.685646057128906,1,N,1,24.5,0.5,0.5,0.3,3.5,0.0,29.3 +2,2016-01-03 02:55:10,2016-01-03 03:04:37,1,2.2,,,-73.98892974853516,40.71860122680664,-73.97339630126953,40.74385452270508,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-21 22:52:02,2016-01-21 23:00:35,1,1.56,,,-74.0023422241211,40.72462844848633,-73.98234558105469,40.73176193237305,1,N,1,8.0,0.5,0.5,0.3,1.1,0.0,10.4 +2,2016-01-08 08:02:43,2016-01-08 08:07:11,1,0.67,,,-73.9884033203125,40.77411651611328,-73.98211669921875,40.77716827392578,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-28 18:52:41,2016-01-28 19:02:25,5,1.03,,,-73.99638366699219,40.73802185058594,-73.9869613647461,40.742130279541016,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-16 17:06:21,2016-01-16 17:10:38,1,0.8,,,-73.99825286865234,40.74542236328125,-74.00364685058594,40.75251770019531,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-15 17:40:07,2016-01-15 17:44:32,1,1.1,,,-73.97032165527344,40.7891845703125,-73.98184967041016,40.776241302490234,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-22 07:56:41,2016-01-22 08:16:56,1,2.7,,,-73.96763610839844,40.79296112060547,-73.97393798828125,40.76272201538086,1,N,1,14.0,0.0,0.5,0.3,2.0,0.0,16.8 +2,2016-01-10 17:57:16,2016-01-10 18:01:54,1,0.86,,,-73.9846420288086,40.74275207519531,-73.9911117553711,40.73236846923828,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-17 21:53:11,2016-01-17 21:58:58,2,0.8,,,-73.97704315185547,40.742740631103516,-73.99095916748047,40.74538803100586,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-21 11:47:35,2016-01-21 11:53:59,4,0.71,,,-73.99466705322266,40.73146057128906,-73.98481750488281,40.73224639892578,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-22 15:32:13,2016-01-22 16:17:26,1,9.2,,,-73.97332763671875,40.75749969482422,-73.8721923828125,40.77433776855469,1,N,1,33.5,0.0,0.5,0.3,9.95,5.54,49.79 +2,2016-01-11 12:24:54,2016-01-11 12:39:36,2,1.47,,,-73.98693084716797,40.757530212402344,-73.99452209472656,40.74767303466797,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-30 07:22:44,2016-01-30 07:39:23,1,5.37,,,-73.98307800292969,40.7305908203125,-73.9236068725586,40.75593948364258,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,21.96 +2,2016-01-10 00:13:26,2016-01-10 00:22:21,5,1.5,,,-74.00529479980469,40.74030685424805,-74.00706481933594,40.7198486328125,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-13 23:26:15,2016-01-13 23:36:12,1,1.98,,,-73.98367309570312,40.74384689331055,-73.97270202636719,40.76332092285156,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-22 16:41:10,2016-01-22 17:21:18,1,4.45,,,-73.98582458496094,40.75630187988281,-74.01260375976562,40.70421600341797,1,N,2,21.0,1.0,0.5,0.3,0.0,0.0,22.8 +1,2016-01-16 14:19:44,2016-01-16 14:29:03,1,1.3,,,-73.98173522949219,40.746578216552734,-74.00223541259766,40.755714416503906,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-14 10:57:40,2016-01-14 11:09:01,1,2.09,,,-73.96126556396484,40.76076126098633,-73.98340606689453,40.74103546142578,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-01 14:19:06,2016-01-01 14:21:47,1,0.82,,,-73.93551635742188,40.800228118896484,-73.93892669677734,40.79098892211914,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-16 17:58:22,2016-01-16 18:26:39,2,6.0,,,-74.01424407958984,40.71208572387695,-73.96324920654297,40.76914978027344,1,N,1,23.5,0.0,0.5,0.3,4.85,0.0,29.15 +2,2016-01-16 02:18:38,2016-01-16 02:34:58,1,8.46,,,-74.00270080566406,40.74982833862305,-73.9358901977539,40.85028076171875,1,N,1,24.5,0.5,0.5,0.3,5.16,0.0,30.96 +1,2016-01-28 22:44:11,2016-01-28 22:52:43,1,3.1,,,-73.99061584472656,40.718505859375,-73.94831848144531,40.718502044677734,1,N,1,11.0,0.5,0.5,0.3,1.5,0.0,13.8 +1,2016-01-27 09:40:44,2016-01-27 09:50:04,1,0.5,,,-73.9881820678711,40.74913787841797,-73.98612213134766,40.75566864013672,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-17 18:18:19,2016-01-17 19:06:02,1,20.43,,,-73.78339385986328,40.64862060546875,-73.93116760253906,40.855010986328125,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-12 19:39:41,2016-01-12 19:44:38,1,0.85,,,-74.00132751464844,40.73621368408203,-73.994384765625,40.72872543334961,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-17 20:07:39,2016-01-17 20:22:29,1,3.6,,,-73.98841857910156,40.77846145629883,-73.99935913085938,40.738868713378906,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,17.76 +1,2016-01-10 14:45:22,2016-01-10 14:55:03,2,1.8,,,-73.96232604980469,40.77898025512695,-73.97350311279297,40.756675720214844,1,N,1,9.0,0.0,0.5,0.3,2.9,0.0,12.7 +2,2016-01-14 12:19:29,2016-01-14 12:28:02,1,1.21,,,-73.97391510009766,40.76298141479492,-73.97087097167969,40.75171661376953,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-13 16:46:04,2016-01-13 17:07:27,1,5.96,,,-73.97564697265625,40.74541091918945,-74.0109634399414,40.71628189086914,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-16 23:35:43,2016-01-16 23:54:36,2,4.73,,,-74.00859832763672,40.719051361083984,-73.97579193115234,40.76567077636719,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +2,2016-01-17 19:22:03,2016-01-17 19:35:56,1,3.05,,,-73.99147033691406,40.7499885559082,-73.95922088623047,40.77170944213867,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-03 13:14:28,2016-01-03 13:25:07,1,1.32,,,-73.9798812866211,40.73921585083008,-73.98986053466797,40.750831604003906,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-27 18:52:30,2016-01-27 19:21:47,1,2.98,,,-73.97744750976562,40.754188537597656,-73.94770812988281,40.77907180786133,1,N,2,18.5,1.0,0.5,0.3,0.0,0.0,20.3 +1,2016-01-01 18:08:43,2016-01-01 18:18:34,3,2.5,,,-74.00764465332031,40.743072509765625,-73.98043060302734,40.76453399658203,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-10 01:39:06,2016-01-10 01:56:04,1,2.4,,,-74.00505065917969,40.74150466918945,-73.99549865722656,40.72077941894531,1,N,1,12.0,0.5,0.5,0.3,1.0,0.0,14.3 +1,2016-01-27 09:53:56,2016-01-27 10:04:11,3,1.2,,,-73.98197937011719,40.765846252441406,-73.99124908447266,40.749881744384766,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-22 14:43:01,2016-01-22 14:47:00,5,0.5,,,-73.9697494506836,40.762508392333984,-73.97457122802734,40.75653076171875,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-22 23:58:55,2016-01-23 00:29:18,1,8.8,,,-73.9926986694336,40.769290924072266,-73.95822143554688,40.729896545410156,1,N,2,28.5,0.5,0.5,0.3,0.0,0.0,29.8 +1,2016-01-02 12:13:56,2016-01-02 12:16:39,1,0.8,,,-73.97138977050781,40.78769302368164,-73.9791259765625,40.77765655517578,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-03 17:23:14,2016-01-03 17:44:02,1,6.9,,,-73.98392486572266,40.74617385864258,-73.94099426269531,40.812679290771484,1,N,1,23.0,0.0,0.5,0.3,2.0,0.0,25.8 +2,2016-01-16 01:52:56,2016-01-16 02:12:19,1,4.87,,,-73.96392822265625,40.75871658325195,-73.89250946044922,40.752071380615234,1,N,1,17.5,0.5,0.5,0.3,4.0,0.0,22.8 +2,2016-01-20 18:42:32,2016-01-20 18:54:55,1,1.93,,,-73.96613311767578,40.76797103881836,-73.976806640625,40.74528884887695,1,N,1,10.0,1.0,0.5,0.3,1.5,0.0,13.3 +2,2016-01-22 18:42:11,2016-01-22 19:23:56,5,6.2,,,-73.99411010742188,40.75107955932617,-73.96804809570312,40.68907928466797,1,N,1,28.0,1.0,0.5,0.3,5.96,0.0,35.76 +2,2016-01-14 13:11:30,2016-01-14 13:14:12,1,0.38,,,-73.95069122314453,40.779300689697266,-73.95000457763672,40.778106689453125,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,6.0 +1,2016-01-08 20:47:38,2016-01-08 20:58:46,1,1.9,,,-73.98651885986328,40.740238189697266,-73.96629333496094,40.758872985839844,1,N,1,9.5,0.5,0.5,0.3,1.5,0.0,12.3 +1,2016-01-05 15:00:26,2016-01-05 15:15:04,1,1.7,,,-73.9942626953125,40.75135040283203,-73.97295379638672,40.75557327270508,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-13 17:54:36,2016-01-13 18:10:41,1,2.5,,,-73.95376586914062,40.78514099121094,-73.98236846923828,40.772560119628906,1,N,1,12.5,1.0,0.5,0.3,2.0,0.0,16.3 +2,2016-01-01 00:15:51,2016-01-01 00:29:59,1,2.64,,,-73.97610473632812,40.7761116027832,-73.95304107666016,40.780033111572266,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-04 17:33:35,2016-01-04 17:49:02,1,2.45,,,-73.9552001953125,40.78799057006836,-73.98241424560547,40.77376174926758,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-27 08:50:27,2016-01-27 09:08:15,1,2.16,,,-73.98786926269531,40.775108337402344,-73.96125030517578,40.78009033203125,1,N,1,12.5,0.0,0.5,0.3,3.32,0.0,16.62 +1,2016-01-08 01:42:06,2016-01-08 01:47:42,2,1.0,,,-74.00099182128906,40.729122161865234,-73.99818420410156,40.74053192138672,1,N,1,6.0,0.5,0.5,0.3,1.7,0.0,9.0 +1,2016-01-09 12:55:44,2016-01-09 13:03:05,1,1.7,,,-73.99586486816406,40.743892669677734,-74.0045394897461,40.72113800048828,1,N,1,8.0,0.0,0.5,0.3,2.6,0.0,11.4 +2,2016-01-28 22:54:01,2016-01-28 23:08:58,2,4.24,,,-73.96296691894531,40.76264190673828,-73.95344543457031,40.80699157714844,1,N,1,15.0,0.5,0.5,0.3,4.08,0.0,20.38 +1,2016-01-13 17:15:38,2016-01-13 17:36:18,1,2.7,,,-73.95886993408203,40.70885467529297,-74.0014419555664,40.72610855102539,1,N,1,15.0,1.0,0.5,0.3,3.0,0.0,19.8 +2,2016-01-10 16:04:41,2016-01-10 16:06:51,5,0.42,,,-73.98268127441406,40.76769256591797,-73.98332977294922,40.76215744018555,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-14 18:51:16,2016-01-14 19:01:42,1,0.9,,,-73.97322082519531,40.763912200927734,-73.98186492919922,40.752052307128906,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-28 00:20:02,2016-01-28 00:37:27,1,4.7,,,-74.00609588623047,40.7258186340332,-73.9390640258789,40.726219177246094,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +2,2016-01-21 14:02:46,2016-01-21 14:14:19,1,1.28,,,-73.99030303955078,40.75217819213867,-73.97543334960938,40.760841369628906,1,N,1,9.0,0.0,0.5,0.3,1.8,0.0,11.6 +1,2016-01-16 21:34:07,2016-01-16 21:38:47,1,0.6,,,-74.00363159179688,40.74184799194336,-73.99360656738281,40.741634368896484,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +2,2016-01-19 20:59:41,2016-01-19 21:03:29,1,0.73,,,-73.9938735961914,40.74140930175781,-73.99207305908203,40.746673583984375,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-16 16:33:33,2016-01-16 16:39:11,1,0.6,,,-73.98412322998047,40.7606086730957,-73.99017333984375,40.75144958496094,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-20 14:39:02,2016-01-20 14:55:29,6,1.61,,,-73.96823120117188,40.755470275878906,-73.98770904541016,40.75108337402344,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-03 22:29:20,2016-01-03 22:48:45,1,9.69,,,-73.8634262084961,40.76927185058594,-73.95360565185547,40.69110107421875,1,N,1,28.5,0.5,0.5,0.3,5.96,0.0,35.76 +2,2016-01-19 12:47:54,2016-01-19 13:09:07,2,2.75,,,-73.98912048339844,40.742279052734375,-74.00886535644531,40.71091842651367,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +1,2016-01-19 22:19:25,2016-01-19 22:24:55,1,1.1,,,-73.97319793701172,40.75550079345703,-73.98336029052734,40.743839263916016,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +1,2016-01-10 06:52:02,2016-01-10 06:57:00,1,2.1,,,-73.9663314819336,40.76490020751953,-73.98157501220703,40.73817443847656,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-30 00:16:50,2016-01-30 00:22:49,1,0.6,,,-73.98101043701172,40.75928497314453,-73.97477722167969,40.75656509399414,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-05 21:48:20,2016-01-05 22:03:11,1,3.0,,,-73.98186492919922,40.764808654785156,-73.98027038574219,40.73360061645508,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +1,2016-01-05 10:49:41,2016-01-05 10:56:50,1,0.6,,,-74.00977325439453,40.71321487426758,-74.0013427734375,40.71623611450195,1,N,3,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-11 14:08:04,2016-01-11 14:22:47,1,2.0,,,-73.96949768066406,40.785369873046875,-73.96578216552734,40.76350784301758,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-19 12:03:56,2016-01-19 12:04:23,1,0.0,,,-73.93683624267578,40.764591217041016,-73.93685913085938,40.76447677612305,1,N,1,2.5,0.0,0.5,0.3,0.0,0.0,3.3 +1,2016-01-12 04:36:51,2016-01-12 04:43:44,1,2.6,,,-73.98193359375,40.769107818603516,-73.96736145019531,40.80110549926758,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-22 13:19:23,2016-01-22 13:24:02,1,0.2,,,-73.97811126708984,40.73339080810547,-73.97925567626953,40.7358283996582,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-14 03:08:38,2016-01-14 03:25:35,1,3.5,,,-74.0054931640625,40.740806579589844,-73.96642303466797,40.75566864013672,1,N,1,15.0,0.5,0.5,0.3,2.0,0.0,18.3 +1,2016-01-21 14:34:56,2016-01-21 14:47:01,1,0.9,,,-73.99226379394531,40.75439453125,-73.98388671875,40.74618148803711,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-30 23:56:21,2016-01-31 00:19:53,2,1.6,,,-73.9998550415039,40.7331657409668,-73.98761749267578,40.71989440917969,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +1,2016-01-27 20:59:09,2016-01-27 21:13:41,1,3.4,,,-74.00751495361328,40.743080139160156,-73.98088836669922,40.78467559814453,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +1,2016-01-20 06:08:46,2016-01-20 06:16:04,1,1.5,,,-73.98440551757812,40.73221206665039,-74.00691986083984,40.74427032470703,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-17 13:56:22,2016-01-17 14:03:29,4,1.6,,,-73.97805786132812,40.78920364379883,-73.98011779785156,40.77360916137695,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-17 23:39:42,2016-01-17 23:43:50,1,1.64,,,-73.97216033935547,40.76395034790039,-73.97764587402344,40.745540618896484,1,N,1,6.5,0.5,0.5,0.3,0.7,0.0,8.5 +2,2016-01-15 15:18:52,2016-01-15 15:36:36,5,3.51,,,-73.9854736328125,40.735469818115234,-73.95440673828125,40.76721954345703,1,N,1,14.5,0.0,0.5,0.3,1.5,0.0,16.8 +1,2016-01-06 16:46:55,2016-01-06 17:41:17,1,17.2,,,-73.98847198486328,40.72331237792969,-73.79003143310547,40.643428802490234,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-23 02:55:32,2016-01-23 03:23:38,1,8.13,,,-73.95124816894531,40.825599670410156,-73.96488189697266,40.79267883300781,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,33.96 +1,2016-01-30 12:39:40,2016-01-30 12:57:51,1,2.5,,,-74.00566864013672,40.749107360839844,-73.97603607177734,40.76470947265625,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-29 02:28:57,2016-01-29 02:46:28,1,4.1,,,-74.00042724609375,40.7298583984375,-73.94325256347656,40.70815658569336,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +1,2016-01-20 11:46:42,2016-01-20 11:53:12,1,1.1,,,-73.98220825195312,40.7756233215332,-73.9679183959961,40.76856231689453,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-09 03:31:56,2016-01-09 03:40:37,1,0.94,,,-74.0005111694336,40.73217010498047,-73.98481750488281,40.72737121582031,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-13 21:31:07,2016-01-13 21:41:18,1,1.8,,,-73.98035430908203,40.76455307006836,-73.97761535644531,40.786285400390625,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-11 18:38:25,2016-01-11 18:39:53,1,0.4,,,-73.96586608886719,40.75825881958008,-73.96942138671875,40.753604888916016,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-30 14:18:33,2016-01-30 14:28:08,1,1.17,,,-73.98983764648438,40.75676727294922,-73.98037719726562,40.77070617675781,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-03 13:10:10,2016-01-03 13:23:10,1,2.47,,,-73.9561538696289,40.78736877441406,-73.97882080078125,40.75632095336914,1,N,1,11.5,0.0,0.5,0.3,2.0,0.0,14.3 +2,2016-01-11 09:36:53,2016-01-11 09:46:11,5,0.65,,,-74.00118255615234,40.7415885925293,-73.99508666992188,40.74980163574219,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-07 12:53:29,2016-01-07 13:22:23,2,12.8,,,-73.99396514892578,40.746395111083984,-73.83168029785156,40.759803771972656,1,N,1,37.5,0.0,0.5,0.3,5.0,5.54,48.84 +2,2016-01-15 14:47:53,2016-01-15 14:50:03,1,0.44,,,-73.97181701660156,40.76033020019531,-73.9755630493164,40.754676818847656,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,6.0 +1,2016-01-18 01:53:16,2016-01-18 02:13:05,1,5.0,,,-73.94367980957031,40.82038879394531,-73.94284057617188,40.81999206542969,1,N,1,18.5,0.5,0.5,0.3,4.95,0.0,24.75 +1,2016-01-16 15:10:19,2016-01-16 15:33:23,1,2.4,,,-73.98698425292969,40.74467468261719,-73.99683380126953,40.716487884521484,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,18.95 +2,2016-01-03 01:41:41,2016-01-03 01:49:45,6,1.45,,,-73.99909210205078,40.729976654052734,-73.98551940917969,40.7412109375,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-17 19:46:35,2016-01-17 20:07:23,5,4.98,,,-73.98546600341797,40.76038360595703,-74.01361083984375,40.709407806396484,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +1,2016-01-30 01:21:08,2016-01-30 01:24:49,1,0.8,,,-73.97757720947266,40.78676986694336,-73.97022247314453,40.796817779541016,1,N,1,5.0,0.5,0.5,0.3,2.0,0.0,8.3 +2,2016-01-15 22:34:45,2016-01-15 22:46:53,2,2.39,,,-73.97810363769531,40.74552917480469,-73.95589447021484,40.77228927612305,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +2,2016-01-29 11:27:30,2016-01-29 11:35:13,2,1.56,,,-73.95527648925781,40.7828483581543,-73.97399139404297,40.78901672363281,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-13 14:32:53,2016-01-13 14:48:41,5,1.45,,,-73.96585083007812,40.75856399536133,-73.98117065429688,40.75563430786133,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-12 14:38:57,2016-01-12 14:52:04,1,1.5,,,-73.95619201660156,40.7855224609375,-73.96139526367188,40.76866149902344,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-04 13:44:01,2016-01-04 13:58:13,1,2.32,,,-73.9610595703125,40.77497863769531,-73.98200225830078,40.74645233154297,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-07 15:16:01,2016-01-07 15:18:25,1,0.3,,,-73.99896240234375,40.719451904296875,-73.99678802490234,40.724090576171875,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +1,2016-01-09 19:54:55,2016-01-09 20:01:05,1,0.4,,,-73.99160766601562,40.75038146972656,-73.98882293701172,40.7487678527832,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-17 14:03:03,2016-01-17 14:18:16,1,1.9,,,-74.00596618652344,40.73579406738281,-73.98770904541016,40.72157669067383,1,N,1,11.5,0.0,0.5,0.3,2.0,0.0,14.3 +1,2016-01-04 10:46:22,2016-01-04 11:22:27,1,17.2,,,-73.98329162597656,40.7529182434082,-73.77898406982422,40.6450309753418,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-02 20:31:03,2016-01-02 20:41:27,1,2.51,,,-73.9546890258789,40.76968002319336,-73.96724700927734,40.793479919433594,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +1,2016-01-25 16:51:58,2016-01-25 16:57:58,1,0.5,,,-73.95829010009766,40.778846740722656,-73.9637680053711,40.77383041381836,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-30 18:22:21,2016-01-30 18:37:00,1,1.8,,,-73.9494857788086,40.78103256225586,-73.97659301757812,40.78786849975586,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-06 00:11:57,2016-01-06 00:25:27,1,5.79,,,-74.00398254394531,40.713069915771484,-73.95841979980469,40.76036834716797,1,N,1,18.5,0.5,0.5,0.3,3.96,0.0,23.76 +1,2016-01-26 11:54:14,2016-01-26 12:06:56,1,1.4,,,-73.98697662353516,40.75613784790039,-73.99073028564453,40.771392822265625,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +2,2016-01-29 00:59:08,2016-01-29 01:25:44,1,3.28,,,-74.00756072998047,40.74087905883789,-74.01065826416016,40.71669006347656,1,N,1,18.0,0.5,0.5,0.3,2.05,0.0,21.35 +1,2016-01-23 01:27:04,2016-01-23 01:32:48,2,0.8,,,-74.00814056396484,40.738311767578125,-74.0052719116211,40.728721618652344,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +1,2016-01-02 20:52:44,2016-01-02 21:08:54,1,4.0,,,-73.99076080322266,40.75095748901367,-74.01663208007812,40.70933532714844,1,N,1,15.5,0.5,0.5,0.3,3.0,0.0,19.8 +1,2016-01-06 15:29:01,2016-01-06 15:41:11,3,1.3,,,-73.9629898071289,40.771690368652344,-73.94898223876953,40.78196716308594,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-11 12:39:42,2016-01-11 12:42:00,5,0.69,,,-73.9587631225586,40.77238845825195,-73.95671081542969,40.77994918823242,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +1,2016-01-15 16:35:00,2016-01-15 16:47:50,1,1.3,,,-73.96946716308594,40.763423919677734,-73.9599380493164,40.77363586425781,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-18 18:15:42,2016-01-18 18:22:30,2,1.1,,,-73.96827697753906,40.767723083496094,-73.98258972167969,40.76494598388672,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-06 23:04:22,2016-01-06 23:22:20,1,6.5,,,-73.96708679199219,40.75725173950195,-73.94413757324219,40.82461929321289,1,N,1,21.0,0.5,0.5,0.3,5.55,0.0,27.85 +2,2016-01-19 14:01:09,2016-01-19 14:10:44,1,0.8,,,-73.98938751220703,40.751564025878906,-73.98062896728516,40.7548942565918,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-13 17:24:04,2016-01-13 17:28:16,1,0.4,,,-73.97781372070312,40.789024353027344,-73.97350311279297,40.7912483215332,1,N,1,4.5,1.0,0.5,0.3,3.0,0.0,9.3 +1,2016-01-30 02:42:40,2016-01-30 02:53:18,1,2.7,,,-74.00247955322266,40.74998474121094,-73.97189331054688,40.763160705566406,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-09 05:11:05,2016-01-09 05:15:10,5,0.71,,,-73.997802734375,40.761390686035156,-73.98692321777344,40.75674819946289,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-03 21:01:27,2016-01-03 21:07:33,1,2.12,,,-73.9776611328125,40.78398132324219,-73.9497299194336,40.78533172607422,1,N,1,8.0,0.5,0.5,0.3,0.7,0.0,10.0 +2,2016-01-28 08:34:25,2016-01-28 09:21:03,1,10.92,,,-73.86306762695312,40.76914978027344,-73.97335815429688,40.75508117675781,1,N,1,38.0,0.0,0.5,0.3,7.5,5.54,51.84 +2,2016-01-21 12:08:36,2016-01-21 12:30:49,5,2.86,,,-73.94056701660156,40.79328155517578,-73.96836853027344,40.76121139526367,1,N,1,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-27 21:33:47,2016-01-27 21:45:08,1,2.32,,,-73.98554229736328,40.74872589111328,-73.95866394042969,40.76405334472656,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-21 13:08:36,2016-01-21 13:29:31,5,2.96,,,-73.9646224975586,40.76699447631836,-73.98921966552734,40.73065185546875,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +1,2016-01-07 12:24:14,2016-01-07 12:31:11,1,0.9,,,-73.97826385498047,40.75113296508789,-73.98938751220703,40.74195098876953,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-13 08:56:50,2016-01-13 09:17:03,1,6.31,,,-73.96856689453125,40.75492858886719,-74.01351165771484,40.713558197021484,1,N,1,20.5,0.0,0.5,0.3,1.2,0.0,22.5 +2,2016-01-26 10:40:01,2016-01-26 10:58:39,5,1.07,,,-73.99109649658203,40.750091552734375,-73.98204803466797,40.75801086425781,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-11 05:42:10,2016-01-11 05:52:20,1,1.81,,,-73.97659301757812,40.77629852294922,-73.95319366455078,40.77675247192383,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-26 09:29:43,2016-01-26 09:37:54,1,1.36,,,-73.9761734008789,40.76066970825195,-73.99136352539062,40.74982833862305,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-26 08:36:34,2016-01-26 09:01:08,1,2.0,,,-73.97015380859375,40.79916763305664,-73.95940399169922,40.779457092285156,1,N,1,15.5,0.0,0.5,0.3,4.05,0.0,20.35 +2,2016-01-12 12:05:38,2016-01-12 12:24:45,6,3.08,,,-73.95099639892578,40.775028228759766,-73.98700714111328,40.76430130004883,1,N,1,14.5,0.0,0.5,0.3,3.82,0.0,19.12 +2,2016-01-02 18:37:36,2016-01-02 18:44:55,1,0.77,,,-73.97592163085938,40.75975799560547,-73.98280334472656,40.75038146972656,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-28 13:41:54,2016-01-28 13:50:09,1,0.93,,,-74.00054168701172,40.72071075439453,-73.99752807617188,40.72970962524414,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-11 07:07:08,2016-01-11 07:15:50,1,1.67,,,-73.99372863769531,40.74171829223633,-73.97648620605469,40.75725173950195,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +2,2016-01-05 17:26:26,2016-01-05 17:34:26,3,1.23,,,-73.9809799194336,40.77490234375,-73.97837829589844,40.7881965637207,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-02 15:51:02,2016-01-02 15:55:51,1,0.65,,,-73.97430419921875,40.79383087158203,-73.96475219726562,40.79171371459961,1,N,1,5.5,0.0,0.5,0.3,0.75,0.0,7.05 +2,2016-01-27 21:12:30,2016-01-27 21:30:21,1,3.65,,,-73.98973083496094,40.73988342285156,-73.95909881591797,40.709686279296875,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,19.56 +2,2016-01-03 19:40:44,2016-01-03 20:05:53,2,12.85,,,-73.7767562866211,40.645389556884766,-73.92147827148438,40.613582611083984,1,N,2,37.0,0.0,0.5,0.3,0.0,0.0,37.8 +2,2016-01-03 13:23:17,2016-01-03 13:49:35,2,6.77,,,-74.01576232910156,40.70481872558594,-73.98503875732422,40.76028823852539,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,26.3 +1,2016-01-03 02:01:14,2016-01-03 02:11:50,2,2.5,,,-73.9807357788086,40.774757385253906,-73.95178985595703,40.77349853515625,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,14.15 +2,2016-01-22 09:34:48,2016-01-22 09:52:33,1,2.29,,,-73.98239135742188,40.76567459106445,-74.00507354736328,40.741336822509766,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-25 04:34:08,2016-01-25 04:49:57,1,6.61,,,-73.97119903564453,40.75743865966797,-74.01600646972656,40.71123504638672,1,N,1,21.0,0.5,0.5,0.3,4.46,0.0,26.76 +1,2016-01-03 17:55:55,2016-01-03 17:58:08,1,0.4,,,-73.9769287109375,40.77532196044922,-73.98084259033203,40.77003860473633,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-15 13:28:09,2016-01-15 13:37:00,1,1.56,,,-73.97074890136719,40.78841018676758,-73.98866271972656,40.778526306152344,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-10 17:54:34,2016-01-10 18:05:14,4,1.1,,,-73.98823547363281,40.756813049316406,-73.99091339111328,40.74984359741211,1,N,1,8.0,0.0,0.5,0.3,1.11,0.0,9.91 +2,2016-01-07 10:35:58,2016-01-07 10:44:24,5,1.0,,,-73.99384307861328,40.751468658447266,-73.99552917480469,40.76234817504883,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-02 21:11:32,2016-01-02 21:20:19,1,1.5,,,-73.98553466796875,40.7635383605957,-74.00279235839844,40.76054382324219,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-02 14:30:08,2016-01-02 14:41:46,1,2.55,,,-73.97772216796875,40.7577018737793,-74.00556182861328,40.740081787109375,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-05 05:07:24,2016-01-05 05:10:18,1,0.5,,,-73.98983001708984,40.76726531982422,-73.98138427734375,40.76382827758789,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-28 10:30:17,2016-01-28 10:38:53,2,0.68,,,-73.98149871826172,40.73714065551758,-73.99173736572266,40.73883056640625,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-29 18:52:14,2016-01-29 18:59:04,5,0.82,,,-73.98394012451172,40.77545166015625,-73.98347473144531,40.76727294921875,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-21 13:03:28,2016-01-21 13:21:26,2,5.14,,,-73.97489929199219,40.741783142089844,-74.00945281982422,40.70907211303711,1,N,1,19.0,0.0,0.5,0.3,5.94,0.0,25.74 +1,2016-01-27 08:28:02,2016-01-27 08:39:38,1,1.1,,,-73.98719024658203,40.724517822265625,-74.00174713134766,40.71947479248047,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-18 20:23:54,2016-01-18 20:36:15,1,2.73,,,-73.9756851196289,40.75795364379883,-74.0030746459961,40.73887634277344,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-24 20:29:35,2016-01-24 20:51:51,1,3.61,,,-73.97140502929688,40.79759216308594,-73.96874237060547,40.7608528137207,1,N,1,16.5,0.5,0.5,0.3,1.0,0.0,18.8 +2,2016-01-13 19:49:19,2016-01-13 20:03:34,6,2.17,,,-73.95863342285156,40.77513122558594,-73.9590072631836,40.77504348754883,1,N,1,11.0,1.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-16 21:41:22,2016-01-16 21:53:55,1,1.7,,,-73.99207305908203,40.72908401489258,-73.99425506591797,40.74857711791992,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-16 01:52:33,2016-01-16 02:06:53,2,2.77,,,-74.00592803955078,40.74224853515625,-73.97322082519531,40.74803161621094,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +2,2016-01-10 10:16:58,2016-01-10 10:24:31,1,1.63,,,-73.95813751220703,40.77914810180664,-73.97966766357422,40.78379821777344,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-12 15:55:27,2016-01-12 16:09:11,1,1.8,,,-73.9565658569336,40.77133560180664,-73.9777603149414,40.78665542602539,1,N,1,10.5,0.0,0.5,0.3,1.7,0.0,13.0 +2,2016-01-05 21:38:12,2016-01-05 21:53:44,1,2.17,,,-73.9897689819336,40.758941650390625,-74.00547790527344,40.740718841552734,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-20 09:22:19,2016-01-20 09:30:37,1,1.38,,,-73.97441101074219,40.75368118286133,-73.98772430419922,40.73819351196289,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-07 10:28:19,2016-01-07 10:44:02,1,0.6,,,-73.98896789550781,40.74932861328125,-73.9878158569336,40.7449951171875,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-27 08:03:40,2016-01-27 08:11:52,1,1.1,,,-73.9885025024414,40.7486686706543,-73.97541809082031,40.75619888305664,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-08 11:01:49,2016-01-08 11:09:28,1,1.04,,,-73.98648071289062,40.76057815551758,-74.00059509277344,40.757896423339844,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,9.12 +1,2016-01-13 13:50:55,2016-01-13 14:05:36,1,1.3,,,-73.98579406738281,40.738868713378906,-74.00371551513672,40.74756622314453,1,Y,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-11 10:05:56,2016-01-11 10:09:40,1,0.2,,,-73.95425415039062,40.7640266418457,-73.95792388916016,40.76438522338867,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-21 05:50:25,2016-01-21 06:00:24,1,2.0,,,-73.97286224365234,40.74424743652344,-73.97915649414062,40.76362991333008,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-20 09:12:41,2016-01-20 09:28:40,6,8.32,,,-73.95124816894531,40.7701416015625,-73.8732681274414,40.77437973022461,1,N,1,24.5,0.0,0.5,0.3,0.0,5.54,30.84 +2,2016-01-02 05:56:14,2016-01-02 06:12:00,1,7.3,,,-73.8729476928711,40.77423095703125,-73.95543670654297,40.76871109008789,1,N,1,21.5,0.5,0.5,0.3,5.7,0.0,28.5 +2,2016-01-16 23:18:42,2016-01-16 23:32:52,1,2.08,,,-73.98750305175781,40.72142791748047,-73.9797592163086,40.743953704833984,1,N,1,11.0,0.5,0.5,0.3,2.0,0.0,14.3 +1,2016-01-29 11:33:46,2016-01-29 11:49:16,1,1.6,,,-73.96529388427734,40.765987396240234,-73.94908905029297,40.7833366394043,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-30 00:19:36,2016-01-30 00:44:35,3,17.8,,,-73.78606414794922,40.64750671386719,-73.98323822021484,40.75676727294922,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-21 16:51:29,2016-01-21 16:54:49,1,0.6,,,-73.97501373291016,40.79030227661133,-73.98104858398438,40.78171157836914,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-03 01:44:01,2016-01-03 01:50:17,2,1.55,,,-73.98605346679688,40.74717330932617,-74.00568389892578,40.74549102783203,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-29 22:47:55,2016-01-29 22:52:10,1,0.8,,,-73.96405792236328,40.774436950683594,-73.96821594238281,40.764949798583984,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,8.8 +2,2016-01-15 13:47:44,2016-01-15 14:04:10,1,1.55,,,-73.97066497802734,40.783592224121094,-73.95004272460938,40.772071838378906,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-14 21:59:50,2016-01-14 22:11:06,1,2.2,,,-73.97235870361328,40.75627517700195,-73.97430419921875,40.73153305053711,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-05 09:05:06,2016-01-05 09:17:23,2,1.86,,,-73.95233917236328,40.77838897705078,-73.970703125,40.76129913330078,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-13 21:20:36,2016-01-13 21:28:27,1,2.1,,,-73.97250366210938,40.76241683959961,-73.98090362548828,40.733890533447266,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +1,2016-01-29 19:40:41,2016-01-29 20:05:27,2,3.5,,,-73.98974609375,40.762149810791016,-74.00883483886719,40.71836853027344,1,N,1,17.0,1.0,0.5,0.3,3.75,0.0,22.55 +2,2016-01-25 22:43:21,2016-01-25 22:52:36,1,1.56,,,-73.96348571777344,40.775184631347656,-73.98275756835938,40.769107818603516,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-10 16:13:05,2016-01-10 17:51:43,2,4.9,,,-73.98944854736328,40.74176025390625,-73.96410369873047,40.71895980834961,1,N,1,26.0,0.0,0.5,0.3,5.36,0.0,32.16 +1,2016-01-17 13:24:54,2016-01-17 13:43:34,1,3.9,,,-73.96142578125,40.77399444580078,-73.99028778076172,40.72640609741211,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-20 12:59:34,2016-01-20 13:12:48,5,0.78,,,-73.99365234375,40.7498664855957,-73.98819732666016,40.75936508178711,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-04 21:50:13,2016-01-04 22:07:02,1,10.34,,,-73.86331176757812,40.76934051513672,-73.82762908935547,40.848060607910156,1,N,1,29.0,0.5,0.5,0.3,7.17,5.54,43.01 +2,2016-01-14 11:04:01,2016-01-14 11:26:20,1,1.62,,,-73.9817886352539,40.74617385864258,-73.9736557006836,40.763607025146484,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-12 19:21:01,2016-01-12 19:27:48,1,1.2,,,-73.96316528320312,40.774993896484375,-73.94662475585938,40.7757453918457,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-11 20:40:39,2016-01-11 20:48:00,2,1.01,,,-73.97593688964844,40.75590133666992,-73.98416900634766,40.7648811340332,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-02 00:20:42,2016-01-02 00:45:33,1,8.0,,,-73.99510955810547,40.74998092651367,-73.98799896240234,40.66297149658203,1,N,1,25.5,0.5,0.5,0.3,5.0,5.54,37.34 +2,2016-01-18 01:30:25,2016-01-18 01:35:42,1,1.46,,,-74.00145721435547,40.730918884277344,-74.00762939453125,40.72050857543945,1,N,1,6.5,0.5,0.5,0.3,2.34,0.0,10.14 +2,2016-01-14 14:51:27,2016-01-14 14:58:26,5,0.77,,,-73.98194885253906,40.73202133178711,-73.97486877441406,40.74177932739258,1,N,1,6.5,0.0,0.5,0.3,0.55,0.0,7.85 +2,2016-01-19 14:30:04,2016-01-19 14:37:49,1,0.83,,,0.0,0.0,0.0,0.0,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 22:37:39,2016-01-07 22:43:53,1,0.6,,,-73.9857177734375,40.75678634643555,-73.99217224121094,40.74916076660156,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-20 18:10:02,2016-01-20 18:14:18,2,0.9,,,-73.9847412109375,40.73225021362305,-73.98306274414062,40.722381591796875,1,N,1,5.5,1.0,0.5,0.3,2.0,0.0,9.3 +1,2016-01-28 09:25:22,2016-01-28 09:43:05,1,1.7,,,-73.9815902709961,40.78017807006836,-73.97974395751953,40.76561737060547,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +1,2016-01-08 10:04:56,2016-01-08 10:09:58,1,0.5,,,-74.01023864746094,40.718772888183594,-74.00250244140625,40.716976165771484,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,7.25 +2,2016-01-02 19:27:41,2016-01-02 19:37:44,1,1.8,,,-73.9973373413086,40.72113037109375,-73.989990234375,40.741851806640625,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-05 12:52:11,2016-01-05 13:00:47,1,1.5,,,-73.99661254882812,40.737308502197266,-73.99253845214844,40.75348663330078,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-27 09:26:30,2016-01-27 09:33:14,1,1.4,,,-74.00773620605469,40.73223114013672,-74.01448822021484,40.714073181152344,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +1,2016-01-03 23:25:10,2016-01-03 23:27:23,2,0.5,,,-73.96432495117188,40.797279357910156,-73.96981048583984,40.791412353515625,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-02 23:03:39,2016-01-02 23:09:58,1,0.9,,,-73.95533752441406,40.820072174072266,-73.95052337646484,40.812400817871094,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-15 04:06:19,2016-01-15 04:26:42,1,11.12,,,-73.98622131347656,40.75526809692383,-73.87259674072266,40.77445983886719,1,N,1,31.5,0.5,0.5,0.3,7.67,5.54,46.01 +2,2016-01-14 13:45:48,2016-01-14 13:58:27,2,1.14,,,-73.97937774658203,40.76507568359375,-73.961669921875,40.75860595703125,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-30 13:00:21,2016-01-30 13:19:45,2,2.83,,,-73.9522705078125,40.77717971801758,-73.98259735107422,40.75593185424805,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-08 11:33:08,2016-01-08 11:37:49,1,0.86,,,-73.96280670166016,40.7754020690918,-73.95401763916016,40.787132263183594,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-06 22:33:25,2016-01-06 22:55:07,1,11.55,,,-73.9542007446289,40.77873992919922,-73.99698638916016,40.66162109375,1,N,1,33.0,0.5,0.5,0.3,6.86,0.0,41.16 +2,2016-01-15 22:34:04,2016-01-15 22:42:26,1,1.72,,,-73.98290252685547,40.76797103881836,-73.9669189453125,40.75297164916992,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-15 10:36:51,2016-01-15 11:04:31,1,3.52,,,-73.99335479736328,40.7470588684082,-73.96211242675781,40.77937698364258,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-21 11:55:44,2016-01-21 12:08:20,1,1.54,,,-73.98239135742188,40.74583053588867,-73.99429321289062,40.726600646972656,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-22 20:59:27,2016-01-22 21:11:16,1,1.09,,,-74.00273132324219,40.733890533447266,-73.9945297241211,40.74034881591797,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-17 01:38:44,2016-01-17 01:42:56,1,0.95,,,-73.95668029785156,40.77080535888672,-73.95252990722656,40.776695251464844,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-01 14:07:51,2016-01-01 14:13:12,1,1.36,,,-73.97962188720703,40.745887756347656,-73.99022674560547,40.731536865234375,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +1,2016-01-11 19:41:21,2016-01-11 19:56:32,1,2.2,,,-73.97779846191406,40.742679595947266,-74.00735473632812,40.7334098815918,1,N,1,11.5,1.0,0.5,0.3,1.75,0.0,15.05 +1,2016-01-01 06:17:48,2016-01-01 06:31:59,1,4.1,,,-73.99434661865234,40.69028091430664,-73.9572982788086,40.71196365356445,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-07 22:01:14,2016-01-07 22:09:41,1,1.5,,,-73.99958038330078,40.73665237426758,-74.00358581542969,40.723716735839844,1,N,1,7.5,0.5,0.5,0.3,0.75,0.0,9.55 +2,2016-01-16 11:56:14,2016-01-16 12:05:36,1,1.4,,,-73.98265838623047,40.72721862792969,-74.0009536743164,40.738189697265625,1,N,1,8.0,0.0,0.5,0.3,0.01,0.0,8.81 +2,2016-01-09 14:57:19,2016-01-09 15:02:51,1,1.41,,,-73.99195098876953,40.749786376953125,-73.97687530517578,40.758941650390625,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-29 16:21:39,2016-01-29 16:57:14,5,10.48,,,-73.97290802001953,40.75906753540039,-73.86187744140625,40.76845169067383,1,N,1,35.0,1.0,0.5,0.3,8.47,5.54,50.81 +1,2016-01-20 23:36:04,2016-01-20 23:45:22,1,2.5,,,-73.96078491210938,40.76993179321289,-73.96905517578125,40.7908935546875,1,N,1,10.0,0.5,0.5,0.3,1.0,0.0,12.3 +1,2016-01-14 20:22:39,2016-01-14 20:28:06,1,1.2,,,-73.98239135742188,40.7755126953125,-73.97490692138672,40.76247787475586,1,Y,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-26 00:15:11,2016-01-26 00:44:40,5,10.48,,,-73.99163818359375,40.749610900878906,-73.83367156982422,40.71595001220703,1,N,1,33.0,0.5,0.5,0.3,7.0,5.54,46.84 +2,2016-01-04 07:22:51,2016-01-04 07:25:09,1,0.8,,,-73.97148895263672,40.78226089477539,-73.96246337890625,40.77870178222656,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-23 02:22:37,2016-01-23 03:01:10,1,5.8,,,-73.98799896240234,40.75922393798828,-73.89716339111328,40.75791549682617,1,N,2,26.5,0.5,0.5,0.3,0.0,0.0,27.8 +2,2016-01-09 17:26:55,2016-01-09 17:57:00,2,5.97,,,-73.9822006225586,40.77659606933594,-74.0081787109375,40.7077751159668,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,30.36 +1,2016-01-07 09:41:23,2016-01-07 09:50:28,1,2.1,,,-74.0068130493164,40.703800201416016,-74.01016235351562,40.71982192993164,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-10 01:49:45,2016-01-10 01:58:04,1,2.43,,,-74.00200653076172,40.72993850708008,-73.98497009277344,40.75843811035156,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-10 21:24:54,2016-01-10 21:32:15,1,1.8,,,-73.94929504394531,40.7768669128418,-73.9729995727539,40.78993225097656,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,11.62 +1,2016-01-04 09:44:46,2016-01-04 09:54:20,1,1.1,,,-73.98146057128906,40.763858795166016,-73.99122619628906,40.75029373168945,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-06 22:15:46,2016-01-06 22:25:37,3,2.28,,,-73.97624206542969,40.755882263183594,-73.95294952392578,40.77503204345703,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,13.5 +2,2016-01-13 10:52:13,2016-01-13 10:59:31,2,1.05,,,-73.99152374267578,40.74930953979492,-73.99005126953125,40.73772048950195,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 07:31:24,2016-01-22 07:53:29,5,5.59,,,-74.00782775878906,40.70492172241211,-73.97241973876953,40.75926971435547,1,N,1,19.0,0.0,0.5,0.3,3.96,0.0,23.76 +2,2016-01-01 16:33:00,2016-01-01 16:37:55,1,0.93,,,-73.98787689208984,40.7400016784668,-73.97704315185547,40.74525833129883,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-22 13:31:14,2016-01-22 13:52:22,1,5.8,,,-73.98116302490234,40.73322677612305,-73.9343490600586,40.8018684387207,1,N,1,19.5,0.0,0.5,0.3,4.05,0.0,24.35 +1,2016-01-06 06:29:41,2016-01-06 06:42:39,1,2.8,,,-73.94821166992188,40.776092529296875,-73.9763412475586,40.750274658203125,1,N,1,11.5,0.0,0.5,0.3,1.25,0.0,13.55 +1,2016-01-14 14:17:42,2016-01-14 14:36:10,1,2.1,,,-73.95481872558594,40.76959991455078,-73.98236846923828,40.76506423950195,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-24 15:37:29,2016-01-24 15:44:37,1,1.1,,,-73.97451782226562,40.75931930541992,-73.96639251708984,40.77302932739258,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-07 18:59:06,2016-01-07 19:11:10,1,1.93,,,-73.95569610595703,40.78497314453125,-73.95308685302734,40.76648712158203,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-26 01:36:21,2016-01-26 01:40:21,1,0.7,,,-73.98722839355469,40.76444625854492,-73.98905181884766,40.76024627685547,1,N,1,5.0,0.5,0.5,0.3,1.85,0.0,8.15 +2,2016-01-03 01:38:50,2016-01-03 01:46:56,1,2.29,,,-73.95781707763672,40.76946258544922,-73.96514129638672,40.79096603393555,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-14 00:31:49,2016-01-14 00:43:04,1,2.52,,,-73.9823989868164,40.754005432128906,-73.95378875732422,40.76719284057617,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-17 10:14:48,2016-01-17 10:22:40,1,1.6,,,-73.97801208496094,40.74866485595703,-73.9970932006836,40.74557113647461,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-29 08:53:50,2016-01-29 09:08:42,2,0.84,,,-73.9679183959961,40.752220153808594,-73.97908020019531,40.75028991699219,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-15 10:40:01,2016-01-15 10:50:18,1,1.1,,,-73.98782348632812,40.740562438964844,-73.99120330810547,40.75191879272461,1,N,1,8.0,0.0,0.5,0.3,1.32,0.0,10.12 +2,2016-01-19 18:16:03,2016-01-20 18:14:03,5,2.65,,,-73.96202087402344,40.759586334228516,-73.9567642211914,40.744651794433594,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-01 04:33:48,2016-01-01 04:45:13,1,3.9,,,-73.96666717529297,40.75827407836914,-73.90821838378906,40.74860763549805,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-20 06:57:17,2016-01-20 07:13:15,1,3.6,,,-73.95736694335938,40.782833099365234,-73.99364471435547,40.75018310546875,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +2,2016-01-03 02:04:19,2016-01-03 02:14:24,1,2.58,,,-73.98126220703125,40.689720153808594,-73.94548034667969,40.6905517578125,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,14.75 +1,2016-01-27 12:44:09,2016-01-27 13:03:17,2,2.8,,,-73.97467803955078,40.78306579589844,-74.00128936767578,40.74666976928711,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-07 07:15:13,2016-01-07 07:26:42,5,2.17,,,-73.97444915771484,40.76317596435547,-73.97632598876953,40.78874206542969,1,N,1,10.5,0.0,0.5,0.3,4.0,0.0,15.3 +2,2016-01-06 09:47:01,2016-01-06 09:54:03,1,0.8,,,-73.96591186523438,40.765350341796875,-73.95560455322266,40.76584243774414,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-02 16:57:23,2016-01-02 17:01:25,2,0.85,,,-73.96076202392578,40.796966552734375,-73.97167205810547,40.794673919677734,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-29 20:50:18,2016-01-29 21:03:48,1,2.83,,,-73.97779846191406,40.753753662109375,-73.94598388671875,40.775428771972656,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-01 14:06:14,2016-01-01 14:12:03,1,1.19,,,-73.94860076904297,40.82910919189453,-73.93875885009766,40.82564926147461,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-26 17:05:09,2016-01-26 17:59:23,1,3.1,,,-73.95321655273438,40.782569885253906,-73.98530578613281,40.74834060668945,1,N,1,30.0,1.0,0.5,0.3,1.0,0.0,32.8 +1,2016-01-25 14:16:43,2016-01-25 14:25:57,1,1.1,,,-73.99166107177734,40.749629974365234,-73.99357604980469,40.73773956298828,1,N,1,7.5,0.0,0.5,0.3,1.24,0.0,9.54 +2,2016-01-13 21:38:38,2016-01-13 21:47:20,1,2.14,,,-74.00750732421875,40.742820739746094,-73.978271484375,40.74911117553711,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-01 13:39:50,2016-01-01 13:52:23,1,1.29,,,-73.98039245605469,40.75314712524414,-73.98794555664062,40.755794525146484,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-22 10:39:03,2016-01-22 11:08:49,1,2.05,,,-73.96415710449219,40.75661087036133,-73.99079132080078,40.75178146362305,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,22.56 +2,2016-01-11 23:09:19,2016-01-11 23:22:36,4,3.12,,,-73.990966796875,40.730194091796875,-73.98339080810547,40.76442337036133,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +1,2016-01-04 15:22:56,2016-01-04 15:36:59,1,1.6,,,-73.9585189819336,40.77580261230469,-73.9783706665039,40.77289962768555,1,N,1,10.5,0.0,0.5,0.3,2.2,0.0,13.5 +2,2016-01-07 07:40:44,2016-01-07 08:12:44,1,4.8,,,-74.0054931640625,40.720008850097656,-73.98681640625,40.73937225341797,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,22.8 +2,2016-01-19 19:32:23,2016-01-19 19:37:51,1,0.72,,,-73.97025299072266,40.764991760253906,-73.96293640136719,40.7681999206543,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-25 12:18:21,2016-01-25 12:42:56,3,1.33,,,-73.9744644165039,40.749820709228516,-73.96086120605469,40.766807556152344,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-12 15:15:01,2016-01-12 15:28:46,1,2.42,,,-74.01177215576172,40.70330810546875,-73.9922866821289,40.69688415527344,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-05 10:37:52,2016-01-05 10:50:00,1,1.4,,,-73.98562622070312,40.74007034301758,-73.98370361328125,40.755672454833984,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-07 19:17:11,2016-01-07 19:21:40,2,0.58,,,-73.99500274658203,40.71598815917969,-73.99895477294922,40.71187210083008,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-03 01:50:21,2016-01-03 02:09:05,1,4.6,,,-73.99224090576172,40.72526931762695,-73.9608383178711,40.67314910888672,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,18.8 +1,2016-01-26 21:04:25,2016-01-26 21:16:18,1,1.6,,,-73.96823120117188,40.77074432373047,-73.96472930908203,40.755008697509766,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-09 01:39:56,2016-01-09 01:51:48,1,4.18,,,-73.98957061767578,40.718849182128906,-74.01171875,40.71342849731445,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +1,2016-01-28 16:25:44,2016-01-28 17:08:21,1,8.8,,,-73.87068939208984,40.77374267578125,-73.97267150878906,40.75734329223633,1,Y,1,33.5,1.0,0.5,0.3,8.0,5.54,48.84 +1,2016-01-03 18:48:19,2016-01-03 18:57:20,1,0.8,,,-74.00994110107422,40.70988464355469,-74.01560974121094,40.71144485473633,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-24 22:36:52,2016-01-24 23:12:49,5,20.32,,,-73.78340148925781,40.648651123046875,-74.00881958007812,40.71534729003906,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-04 15:13:22,2016-01-04 15:53:27,1,15.6,,,-73.77674102783203,40.64512252807617,-73.95712280273438,40.744693756103516,1,N,2,46.0,0.0,0.5,0.3,0.0,0.0,46.8 +2,2016-01-06 07:18:56,2016-01-06 07:37:42,1,3.52,,,-73.96192169189453,40.77415466308594,-73.98467254638672,40.746986389160156,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +1,2016-01-17 11:48:06,2016-01-17 11:57:38,2,1.6,,,-73.97252655029297,40.7566032409668,-73.99185943603516,40.749603271484375,1,N,1,8.0,0.0,0.5,0.3,2.6,0.0,11.4 +1,2016-01-26 12:04:31,2016-01-26 12:21:10,1,1.3,,,-73.96768188476562,40.76853561401367,-73.98605346679688,40.77732467651367,1,N,1,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-12 19:53:47,2016-01-12 19:59:42,1,0.9,,,-73.97481536865234,40.74199676513672,-73.97465515136719,40.7505989074707,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-19 08:10:29,2016-01-19 08:14:34,1,0.7,,,-73.98885345458984,40.742332458496094,-73.98731994628906,40.73593521118164,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +1,2016-01-16 20:44:08,2016-01-16 21:03:25,2,2.9,,,-73.98983764648438,40.733673095703125,-73.96204376220703,40.7677116394043,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,18.96 +2,2016-01-22 08:57:09,2016-01-22 09:03:29,5,0.55,,,-74.00469970703125,40.723968505859375,-74.00852966308594,40.71989059448242,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,7.88 +2,2016-01-17 20:43:09,2016-01-17 20:47:44,1,1.2,,,-73.9820327758789,40.77505874633789,-73.9715576171875,40.78797149658203,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,9.12 +2,2016-01-10 23:09:39,2016-01-10 23:16:45,1,3.41,,,-73.9874038696289,40.716251373291016,-73.9489517211914,40.72592544555664,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-26 02:32:54,2016-01-26 02:37:06,1,1.0,,,-73.97811889648438,40.7548713684082,-73.99243927001953,40.749271392822266,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-01 18:51:45,2016-01-01 19:06:52,1,3.0,,,-73.9969253540039,40.720664978027344,-73.9842529296875,40.75408935546875,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-19 15:58:02,2016-01-19 16:02:45,1,0.4,,,-73.98755645751953,40.75538635253906,-73.98271179199219,40.75595474243164,1,N,1,5.0,1.0,0.5,0.3,2.0,0.0,8.8 +2,2016-01-08 07:49:14,2016-01-08 08:02:58,1,1.22,,,-73.9876937866211,40.748619079589844,-73.97384643554688,40.738590240478516,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-09 11:33:10,2016-01-09 11:53:19,1,3.09,,,-73.99010467529297,40.75612258911133,-73.95317077636719,40.771705627441406,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-05 11:04:00,2016-01-05 11:10:31,1,1.14,,,-73.98162841796875,40.773494720458984,-73.98284149169922,40.76032257080078,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-24 14:35:00,2016-01-24 14:51:29,1,2.61,,,-74.00399017333984,40.725860595703125,-73.98831176757812,40.75743103027344,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-06 21:18:54,2016-01-06 21:24:30,2,0.84,,,-73.98651123046875,40.74162673950195,-73.9776611328125,40.74306106567383,1,N,1,5.5,0.5,0.5,0.3,1.2,0.0,8.0 +1,2016-01-06 10:36:00,2016-01-06 10:44:34,1,1.0,,,-73.9534683227539,40.779640197753906,-73.95980834960938,40.76857376098633,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-16 15:03:23,2016-01-16 15:14:54,1,2.7,,,-73.9892349243164,40.75826644897461,-73.95407104492188,40.76709747314453,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-17 00:06:54,2016-01-17 00:08:06,1,1.9,,,-73.97933959960938,40.761409759521484,-73.97936248779297,40.76142883300781,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +1,2016-01-07 12:46:06,2016-01-07 12:54:35,1,1.5,,,-73.98484802246094,40.743160247802734,-74.0033187866211,40.733543395996094,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-13 08:03:55,2016-01-13 08:14:23,1,1.7,,,-73.98643493652344,40.76715850830078,-73.98387145996094,40.749420166015625,1,N,1,8.5,0.0,0.5,0.3,2.3,0.0,11.6 +2,2016-01-08 12:04:40,2016-01-08 12:35:49,3,15.87,,,-73.87091827392578,40.773773193359375,-73.65656280517578,40.784175872802734,4,N,1,56.0,0.0,0.5,0.3,5.0,0.0,61.8 +2,2016-01-09 15:31:04,2016-01-09 15:43:55,1,1.9,,,-73.97280883789062,40.78072738647461,-73.97943878173828,40.761783599853516,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-27 14:17:37,2016-01-27 14:40:19,1,2.1,,,-73.97757720947266,40.76346206665039,-73.99197387695312,40.73875045776367,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,18.35 +1,2016-01-14 10:14:54,2016-01-14 10:24:04,1,1.4,,,-73.97955322265625,40.7720832824707,-73.97057342529297,40.75822067260742,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-13 14:15:41,2016-01-13 15:33:58,1,20.7,,,0.0,0.0,-73.77629852294922,40.64552307128906,2,N,1,52.0,0.0,0.5,0.3,15.0,0.0,67.8 +2,2016-01-27 17:08:08,2016-01-27 17:14:20,1,0.81,,,-73.95899200439453,40.78042984008789,-73.95198059082031,40.790122985839844,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-20 10:06:32,2016-01-20 10:18:28,2,1.44,,,-73.9892807006836,40.75811004638672,-73.9732437133789,40.75019836425781,1,N,1,9.0,0.0,0.5,0.3,2.94,0.0,12.74 +1,2016-01-11 22:14:36,2016-01-11 22:25:40,1,3.0,,,-73.98638153076172,40.762420654296875,-73.99298858642578,40.730743408203125,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-28 15:50:10,2016-01-28 15:55:14,3,0.7,,,-73.99407196044922,40.75105285644531,-74.00122833251953,40.74675369262695,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-19 00:28:32,2016-01-19 00:31:02,1,0.8,,,-73.99372100830078,40.746402740478516,-74.00143432617188,40.73846435546875,1,Y,1,4.5,0.5,0.5,0.3,1.7,0.0,7.5 +1,2016-01-24 19:10:17,2016-01-24 19:25:34,2,1.8,,,-73.98554992675781,40.7315788269043,-73.98587799072266,40.713783264160156,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-28 11:35:05,2016-01-28 11:46:45,1,1.98,,,-73.98979949951172,40.75679016113281,-73.98979949951172,40.75679016113281,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-03 22:16:19,2016-01-03 22:17:30,2,0.38,,,-73.96333312988281,40.629852294921875,-73.97001647949219,40.62882614135742,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +1,2016-01-05 09:30:37,2016-01-05 09:35:59,1,0.6,,,-73.9853744506836,40.722103118896484,-73.99606323242188,40.72539520263672,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-09 20:46:36,2016-01-09 21:03:10,1,4.1,,,-73.86268615722656,40.76967239379883,-73.91809844970703,40.761566162109375,1,N,1,16.5,0.5,0.5,0.3,3.55,0.0,21.35 +1,2016-01-21 13:33:36,2016-01-21 13:35:33,1,0.8,,,-73.97013092041016,40.79442596435547,-73.96256256103516,40.804649353027344,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-21 22:43:04,2016-01-21 23:14:21,1,11.32,,,-73.86297607421875,40.7690544128418,-73.95858764648438,40.780757904052734,1,N,1,37.0,0.5,0.5,0.3,8.77,5.54,52.61 +1,2016-01-11 08:47:14,2016-01-11 08:53:12,1,0.6,,,-73.98492431640625,40.741825103759766,-73.97586059570312,40.74152755737305,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-18 12:50:58,2016-01-18 13:04:25,1,1.5,,,-73.99837493896484,40.74021911621094,-73.97864532470703,40.73649978637695,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-28 13:23:52,2016-01-28 13:40:28,1,1.8,,,-73.95651245117188,40.77130126953125,-73.9742431640625,40.747493743896484,1,N,1,12.0,0.0,0.5,0.3,2.55,0.0,15.35 +1,2016-01-24 20:05:20,2016-01-24 20:15:30,1,2.2,,,-73.99250030517578,40.73808670043945,-73.99504089355469,40.76015090942383,1,N,1,9.0,0.0,0.5,0.3,1.47,0.0,11.27 +1,2016-01-29 19:15:24,2016-01-29 19:27:18,1,1.2,,,-73.98208618164062,40.758209228515625,-73.99585723876953,40.75564956665039,1,N,1,8.5,1.0,0.5,0.3,1.0,0.0,11.3 +2,2016-01-28 17:31:19,2016-01-28 17:36:41,1,0.34,,,-73.97528076171875,40.761024475097656,-73.97801971435547,40.756317138671875,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-06 20:11:55,2016-01-06 20:17:34,1,0.9,,,-73.98810577392578,40.74959182739258,-73.98198699951172,40.74075698852539,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-02 18:38:53,2016-01-02 18:50:25,2,2.33,,,-73.97039031982422,40.7889518737793,-73.97582244873047,40.76374053955078,1,N,1,10.0,0.0,0.5,0.3,3.24,0.0,14.04 +1,2016-01-28 19:02:35,2016-01-28 19:08:00,2,0.8,,,-73.98638153076172,40.76240921020508,-73.98278045654297,40.77162170410156,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-10 09:18:15,2016-01-10 09:34:54,1,8.25,,,-73.97280883789062,40.75611877441406,-74.01383209228516,40.71318817138672,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,25.3 +1,2016-01-12 13:43:10,2016-01-12 14:05:46,2,9.3,,,-73.86274719238281,40.76890182495117,-73.97743225097656,40.7536506652832,1,N,1,28.0,0.0,0.5,0.3,6.86,5.54,41.2 +2,2016-01-07 12:12:41,2016-01-07 12:23:29,2,1.71,,,-73.99288177490234,40.758113861083984,-74.00896453857422,40.73930740356445,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-15 22:57:16,2016-01-15 23:05:22,1,0.9,,,-73.98534393310547,40.732452392578125,-73.99405670166016,40.722686767578125,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-27 19:31:56,2016-01-27 19:37:17,1,0.79,,,-73.97138214111328,40.75114822387695,-73.98377227783203,40.75484848022461,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-08 13:38:13,2016-01-08 14:11:43,3,16.5,,,-73.98545837402344,40.752986907958984,-73.78988647460938,40.643150329589844,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-14 13:46:31,2016-01-14 14:04:12,1,1.66,,,-73.9708023071289,40.75358963012695,-73.99211120605469,40.74974060058594,1,N,1,11.5,0.0,0.5,0.3,3.69,0.0,15.99 +2,2016-01-09 22:40:17,2016-01-09 23:10:40,2,5.19,,,-73.9881362915039,40.74589157104492,-73.9815673828125,40.679779052734375,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,28.56 +1,2016-01-24 21:56:58,2016-01-24 22:11:50,1,2.3,,,-74.00463104248047,40.73764419555664,-73.9832763671875,40.765323638916016,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +1,2016-01-12 00:09:06,2016-01-12 00:16:58,1,2.7,,,-73.98696899414062,40.7609748840332,-73.9696273803711,40.796390533447266,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-20 11:31:54,2016-01-20 11:44:07,1,1.6,,,-73.97557830810547,40.76089859008789,-73.99414825439453,40.7485466003418,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-22 21:26:37,2016-01-22 21:32:05,1,1.21,,,-73.95613861083984,40.77981948852539,-73.96649932861328,40.78932189941406,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-28 18:49:34,2016-01-28 19:38:59,5,17.9,,,-73.7835922241211,40.64641189575195,-73.98784637451172,40.74842071533203,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-09 10:38:51,2016-01-09 10:41:10,1,0.51,,,-73.94573211669922,40.786216735839844,-73.95033264160156,40.78899002075195,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-27 19:29:51,2016-01-27 19:38:52,1,3.9,,,-73.98190307617188,40.73661422729492,-74.01265716552734,40.70167922973633,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,17.3 +2,2016-01-27 22:48:02,2016-01-27 22:56:04,3,1.35,,,-73.96309661865234,40.77510070800781,-73.97100067138672,40.78606033325195,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-05 16:42:27,2016-01-05 16:47:57,1,1.05,,,-73.9811019897461,40.77949142456055,-73.97074127197266,40.78853988647461,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-02 19:07:42,2016-01-02 19:14:16,1,1.42,,,-73.98750305175781,40.77587127685547,-73.99417114257812,40.75920104980469,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +1,2016-01-15 14:39:10,2016-01-15 14:47:48,1,1.1,,,-74.00021362304688,40.73801040649414,-73.98548889160156,40.72917938232422,1,N,1,7.0,0.0,0.5,0.3,1.7,0.0,9.5 +2,2016-01-19 14:51:24,2016-01-19 15:11:15,1,2.23,,,-73.9870834350586,40.75071716308594,-73.96405792236328,40.77003860473633,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-17 13:14:30,2016-01-17 13:27:35,1,2.3,,,-73.97366333007812,40.782958984375,-73.97714233398438,40.758331298828125,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-20 14:01:46,2016-01-20 14:17:37,2,1.93,,,-73.97392272949219,40.75748825073242,-73.95905303955078,40.78089904785156,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,14.8 +2,2016-01-04 22:31:53,2016-01-04 22:44:47,3,2.76,,,-73.97212219238281,40.76469039916992,-74.00070190429688,40.74237060546875,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,16.0 +1,2016-01-02 09:37:00,2016-01-02 09:50:37,2,6.0,,,-73.95657348632812,40.77812957763672,-73.9924087524414,40.72434616088867,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,19.8 +1,2016-01-22 15:53:55,2016-01-22 16:14:09,1,3.1,,,-73.95956420898438,40.78267288208008,-73.99126434326172,40.7502555847168,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-04 09:07:44,2016-01-04 09:09:25,1,0.2,,,-74.0035171508789,40.74763870239258,-73.99864196777344,40.74541473388672,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-05 14:58:39,2016-01-05 15:15:51,2,3.07,,,-74.00084686279297,40.74623107910156,-73.97927856445312,40.72660827636719,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,20.16 +1,2016-01-03 02:00:59,2016-01-03 02:20:56,1,5.3,,,-73.99391174316406,40.74999237060547,-73.94084167480469,40.71711730957031,1,N,1,18.0,0.5,0.5,0.3,4.95,5.54,29.79 +2,2016-01-25 20:50:50,2016-01-25 20:58:08,6,1.07,,,-73.98872375488281,40.74861145019531,-73.99418640136719,40.73451614379883,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,9.75 +1,2016-01-21 22:37:59,2016-01-21 22:52:54,1,4.0,,,-73.99348449707031,40.74991226196289,-74.01372528076172,40.70933151245117,1,N,1,15.0,0.5,0.5,0.3,3.0,0.0,19.3 +2,2016-01-05 19:28:56,2016-01-05 19:43:53,1,2.64,,,-73.97994995117188,40.7611083984375,-73.95494079589844,40.78847885131836,1,N,1,12.0,1.0,0.5,0.3,2.25,0.0,16.05 +2,2016-01-25 15:09:28,2016-01-25 15:23:02,1,0.88,,,-73.98619842529297,40.743770599365234,-73.9808120727539,40.75410079956055,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-24 11:51:17,2016-01-24 11:59:49,1,0.89,,,-73.97492218017578,40.75751876831055,-73.9859619140625,40.75836181640625,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-13 19:05:47,2016-01-13 19:13:08,5,1.41,,,-73.95718383789062,40.76601791381836,-73.9513931274414,40.78245162963867,1,N,1,7.0,1.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-03 15:29:00,2016-01-03 16:22:34,4,18.8,,,0.0,0.0,0.0,0.0,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-27 18:38:41,2016-01-27 18:45:28,1,1.18,,,-73.97207641601562,40.75046920776367,-73.98255157470703,40.735633850097656,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-21 21:33:26,2016-01-21 21:41:37,1,1.43,,,-73.97853088378906,40.76654052734375,-73.9601821899414,40.77035140991211,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +1,2016-01-29 22:17:16,2016-01-29 22:20:21,1,0.4,,,-73.98692321777344,40.73930740356445,-73.9835205078125,40.74401092529297,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,6.35 +1,2016-01-15 10:05:43,2016-01-15 10:13:30,1,1.2,,,-73.95496368408203,40.76535415649414,-73.97020721435547,40.7580451965332,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-05 17:43:21,2016-01-05 17:56:37,2,1.77,,,-73.96585845947266,40.75413131713867,-73.98210144042969,40.77096176147461,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-15 17:52:39,2016-01-15 18:01:46,1,0.91,,,-73.97216796875,40.759239196777344,-73.96212768554688,40.75941848754883,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,11.0 +1,2016-01-03 13:24:01,2016-01-03 14:24:08,1,17.1,,,-73.98687744140625,40.74510955810547,-73.98533630371094,40.743492126464844,1,N,1,4.0,0.0,0.5,0.3,1.44,0.0,6.24 +2,2016-01-14 22:23:12,2016-01-14 22:29:33,1,2.88,,,-73.98845672607422,40.71826171875,-74.01258850097656,40.7015266418457,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-21 17:11:12,2016-01-21 17:15:37,2,0.78,,,-73.95217895507812,40.77811050415039,-73.94776916503906,40.77088928222656,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-23 11:36:08,2016-01-23 11:45:54,1,1.4,,,-73.94313049316406,40.78972244262695,-73.9483642578125,40.774356842041016,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-07 08:50:27,2016-01-07 08:56:28,1,0.65,,,-73.96587371826172,40.75879669189453,-73.970458984375,40.76467514038086,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-19 08:31:15,2016-01-19 08:40:38,1,1.26,,,-73.98363494873047,40.762046813964844,-73.99553680419922,40.769569396972656,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-14 05:04:32,2016-01-14 05:09:57,2,1.4,,,-73.99419403076172,40.7512092590332,-73.97598266601562,40.75750732421875,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-18 15:25:34,2016-01-18 15:46:04,1,9.41,,,-73.99219512939453,40.745365142822266,-73.87067413330078,40.77383041381836,1,N,1,28.0,0.0,0.5,0.3,6.87,5.54,41.21 +2,2016-01-14 22:32:22,2016-01-14 22:52:01,1,3.48,,,-73.9468002319336,40.77661895751953,-73.97960662841797,40.73828887939453,1,N,1,16.0,0.5,0.5,0.3,3.0,0.0,20.3 +2,2016-01-26 09:41:39,2016-01-26 10:23:31,1,6.21,,,-73.98619079589844,40.77231216430664,-74.01145935058594,40.70408630371094,1,N,1,28.5,0.0,0.5,0.3,5.86,0.0,35.16 +1,2016-01-15 09:17:56,2016-01-15 09:17:56,1,0.0,,,-74.01366424560547,40.709617614746094,0.0,0.0,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +1,2016-01-30 07:32:15,2016-01-30 07:35:36,1,0.9,,,-74.00596618652344,40.717315673828125,-74.00340270996094,40.72943115234375,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-27 16:15:04,2016-01-27 16:18:41,1,0.8,,,-73.95311737060547,40.78279113769531,-73.96099853515625,40.772132873535156,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-21 23:35:06,2016-01-21 23:40:23,2,0.8,,,-73.9881820678711,40.73460006713867,-74.00115203857422,40.73925018310547,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-13 08:47:26,2016-01-13 08:56:03,1,1.5,,,-73.97824096679688,40.748592376708984,-73.99491119384766,40.73566818237305,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-08 10:20:42,2016-01-08 10:29:51,6,1.88,,,-73.97648620605469,40.77547073364258,-73.95556640625,40.782806396484375,1,N,1,9.0,0.0,0.5,0.3,2.94,0.0,12.74 +1,2016-01-28 07:40:17,2016-01-28 07:46:43,1,0.9,,,-73.99010467529297,40.75590515136719,-73.97694396972656,40.758445739746094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-15 19:49:36,2016-01-15 20:03:58,1,1.1,,,-73.97676086425781,40.7523078918457,-73.99124908447266,40.75041580200195,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-29 22:54:48,2016-01-29 23:35:33,2,12.4,,,-73.86359405517578,40.770137786865234,-73.99574279785156,40.75922393798828,1,N,1,42.0,0.5,0.5,0.3,9.75,5.54,58.59 +2,2016-01-04 14:18:20,2016-01-04 14:24:16,1,0.97,,,-73.98773193359375,40.738182067871094,-73.9789047241211,40.75030517578125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-10 23:44:12,2016-01-10 23:50:35,1,0.8,,,-73.96810150146484,40.757598876953125,-73.97882843017578,40.76197814941406,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-18 21:08:14,2016-01-18 21:16:26,1,2.38,,,-73.9740982055664,40.764041900634766,-73.9926986694336,40.73405075073242,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-30 23:45:13,2016-01-31 00:14:17,1,3.2,,,-73.9801025390625,40.74901580810547,-73.99543762207031,40.717166900634766,1,N,1,18.5,0.5,0.5,0.3,1.0,0.0,20.8 +1,2016-01-11 14:15:08,2016-01-11 14:25:45,1,1.2,,,-73.9989013671875,40.74467468261719,-73.98163604736328,40.745323181152344,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-11 10:03:24,2016-01-11 10:29:40,2,1.8,,,-74.0059585571289,40.740135192871094,-73.98605346679688,40.753841400146484,1,N,1,16.0,0.0,0.5,0.3,1.6,0.0,18.4 +1,2016-01-08 20:16:19,2016-01-08 20:33:30,1,3.0,,,-73.98051452636719,40.76481628417969,-73.9727783203125,40.73678207397461,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +1,2016-01-24 16:12:50,2016-01-24 16:15:18,1,0.7,,,-73.99211883544922,40.76411819458008,-73.98504638671875,40.77404022216797,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +1,2016-01-30 20:18:53,2016-01-30 20:28:55,1,1.5,,,-73.98323059082031,40.76900100708008,-73.98235321044922,40.7514533996582,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +2,2016-01-01 08:12:07,2016-01-01 08:17:59,5,1.27,,,-73.98908996582031,40.75733947753906,-73.97036743164062,40.75627136230469,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,9.12 +1,2016-01-01 04:51:23,2016-01-01 05:06:33,3,4.2,,,-73.9998550415039,40.7330322265625,-73.97132110595703,40.78539276123047,1,N,1,15.0,0.5,0.5,0.3,0.5,0.0,16.8 +1,2016-01-16 13:23:59,2016-01-16 13:47:30,1,3.6,,,-73.95204162597656,40.775325775146484,-73.99237060546875,40.74892044067383,1,N,1,17.5,0.0,0.5,0.3,3.65,0.0,21.95 +1,2016-01-17 11:34:36,2016-01-17 11:43:39,1,1.8,,,-73.99122619628906,40.7172966003418,-73.98973846435547,40.73845672607422,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-27 12:13:21,2016-01-27 12:28:10,2,0.94,,,-73.98641204833984,40.74030685424805,-73.99639892578125,40.74818801879883,1,N,1,10.0,0.0,0.5,0.3,3.24,0.0,14.04 +2,2016-01-02 10:54:57,2016-01-02 11:06:46,2,2.9,,,-73.98413848876953,40.78030014038086,-74.00924682617188,40.746341705322266,1,N,1,11.5,0.0,0.5,0.3,1.0,0.0,13.3 +2,2016-01-25 15:47:19,2016-01-25 15:55:48,2,0.96,,,-73.99405670166016,40.751155853271484,-73.99662780761719,40.74393081665039,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-25 20:52:45,2016-01-25 20:57:53,2,0.74,,,-73.98206329345703,40.76797866821289,-73.9919662475586,40.76987838745117,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-25 10:26:16,2016-01-25 10:55:30,1,5.0,,,-74.01611328125,40.714908599853516,-73.98191833496094,40.76626968383789,1,N,1,22.0,0.0,0.5,0.3,3.0,0.0,25.8 +1,2016-01-12 02:31:06,2016-01-12 02:40:05,2,2.1,,,-74.00394439697266,40.74167251586914,-73.9997787475586,40.71917724609375,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-20 09:18:20,2016-01-20 09:51:28,3,10.0,,,-73.98567962646484,40.76316833496094,-73.8719482421875,40.774288177490234,1,N,1,31.5,0.0,0.5,0.3,7.55,5.54,45.39 +1,2016-01-05 23:15:59,2016-01-05 23:18:42,1,0.5,,,-73.96693420410156,40.8040771484375,-73.97212219238281,40.796714782714844,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-02 22:50:07,2016-01-02 22:54:43,6,0.8,,,-73.97444915771484,40.76249694824219,-73.97171020507812,40.75446319580078,1,N,1,5.0,0.5,0.5,0.3,1.2,0.0,7.5 +2,2016-01-19 19:14:57,2016-01-19 19:28:20,5,3.07,,,-73.98902893066406,40.73088836669922,-73.99268341064453,40.69609832763672,1,N,1,12.5,1.0,0.5,0.3,2.14,0.0,16.44 +2,2016-01-14 18:50:25,2016-01-14 19:06:38,2,2.69,,,-74.00422668457031,40.731231689453125,-73.97461700439453,40.750518798828125,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-01 00:45:42,2016-01-01 00:48:42,1,0.7,,,-73.96504974365234,40.79170227050781,-73.95305633544922,40.7866325378418,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-19 02:37:37,2016-01-19 03:05:40,2,8.3,,,-73.94601440429688,40.79252243041992,-73.8700180053711,40.7389030456543,1,N,2,28.0,0.5,0.5,0.3,0.0,0.0,29.3 +1,2016-01-09 21:45:52,2016-01-09 22:01:02,2,1.0,,,-73.98603820800781,40.734859466552734,-73.99846649169922,40.72974395751953,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,14.15 +1,2016-01-12 16:42:15,2016-01-12 16:56:26,1,2.4,,,-73.97276306152344,40.78075408935547,-73.99897766113281,40.76104736328125,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-10 02:35:30,2016-01-10 02:41:20,4,1.51,,,-74.00041198730469,40.71841049194336,-74.00939178466797,40.704559326171875,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 19:52:02,2016-01-11 19:55:10,6,1.0,,,-73.98179626464844,40.77833938598633,-73.97237396240234,40.791160583496094,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,8.5 +2,2016-01-16 23:03:32,2016-01-16 23:09:03,5,0.74,,,-73.9826889038086,40.76129913330078,-73.97303009033203,40.75572967529297,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,8.84 +1,2016-01-07 07:24:35,2016-01-07 07:30:26,1,1.1,,,-73.9908218383789,40.75590133666992,-73.97848510742188,40.763851165771484,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-30 21:30:32,2016-01-30 21:51:32,2,1.5,,,-73.98896026611328,40.74486541748047,-73.98908996582031,40.72650909423828,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,16.3 +2,2016-01-19 00:35:00,2016-01-19 00:44:09,6,1.94,,,-74.00518798828125,40.720001220703125,-73.98066711425781,40.72996139526367,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,12.88 +2,2016-01-17 19:28:38,2016-01-17 19:50:00,1,4.32,,,-74.00105285644531,40.74169921875,-73.95408630371094,40.778621673583984,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +1,2016-01-07 12:56:22,2016-01-07 13:15:00,2,1.6,,,-73.97239685058594,40.75678253173828,-73.99136352539062,40.749908447265625,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-06 15:29:45,2016-01-06 16:11:55,1,19.27,,,-73.777099609375,40.64632797241211,-73.97846221923828,40.72037124633789,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-27 13:19:40,2016-01-27 13:36:37,1,1.16,,,-73.98251342773438,40.74538040161133,-73.98943328857422,40.75659942626953,1,N,1,11.0,0.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-03 21:19:36,2016-01-03 21:57:02,2,13.4,,,-73.86292266845703,40.768856048583984,-73.9615707397461,40.652835845947266,1,N,1,42.5,0.5,0.5,0.3,7.0,0.0,50.8 +2,2016-01-28 07:32:46,2016-01-28 07:56:51,1,2.53,,,-73.96250915527344,40.76710891723633,-73.96566009521484,40.790401458740234,1,N,1,15.5,0.0,0.5,0.3,1.5,0.0,17.8 +2,2016-01-23 01:29:16,2016-01-23 01:35:48,3,0.76,,,-73.94355773925781,40.82025146484375,-73.93854522705078,40.8224983215332,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-29 11:34:55,2016-01-29 11:37:48,1,0.68,,,-73.96944427490234,40.78548812866211,-73.95996856689453,40.77970886230469,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-18 15:51:43,2016-01-18 16:09:29,1,4.9,,,-74.0075454711914,40.705528259277344,-73.98690032958984,40.745182037353516,1,N,1,18.5,0.0,0.5,0.3,4.8,0.0,24.1 +1,2016-01-21 11:49:14,2016-01-21 12:07:28,1,1.2,,,-73.97551727294922,40.76122283935547,-73.9620132446289,40.76789093017578,1,N,1,11.5,0.0,0.5,0.3,3.05,0.0,15.35 +2,2016-01-14 13:25:19,2016-01-14 13:29:14,6,0.69,,,-73.9748306274414,40.790191650390625,-73.97151947021484,40.7974967956543,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-30 15:33:18,2016-01-30 15:37:42,1,0.59,,,-73.97846221923828,40.762847900390625,-73.98223876953125,40.768375396728516,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-10 18:20:07,2016-01-10 18:30:19,1,3.27,,,-73.97435760498047,40.75035095214844,-73.98593139648438,40.719390869140625,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,13.8 +1,2016-01-03 12:41:16,2016-01-03 12:49:02,3,1.4,,,-73.97821044921875,40.75205993652344,-73.9809799194336,40.742210388183594,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-22 20:39:24,2016-01-22 20:43:51,1,0.8,,,-74.00579833984375,40.75102233886719,-73.99468994140625,40.75053024291992,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-10 08:26:16,2016-01-10 08:48:12,1,10.28,,,-73.97748565673828,40.774322509765625,-73.87117004394531,40.77427673339844,1,N,1,29.5,0.0,0.5,0.3,2.7,5.54,38.54 +2,2016-01-30 10:26:04,2016-01-30 10:39:27,1,2.38,,,-73.95376586914062,40.77519607543945,-73.98231506347656,40.76982879638672,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-04 12:58:33,2016-01-04 13:10:05,2,1.74,,,-73.9654769897461,40.76578903198242,-73.97123718261719,40.74681854248047,1,N,1,9.5,0.0,0.5,0.3,1.5,0.0,11.8 +2,2016-01-06 19:54:48,2016-01-06 20:00:28,4,1.44,,,-73.95881652832031,40.78074645996094,-73.97612762451172,40.77613830566406,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-19 08:39:50,2016-01-19 08:51:24,1,1.37,,,-73.976318359375,40.744232177734375,-73.98817443847656,40.75421905517578,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-15 11:06:26,2016-01-15 11:15:54,1,1.31,,,-73.98844909667969,40.748661041259766,-73.9854965209961,40.763431549072266,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-12 19:37:43,2016-01-12 19:52:27,2,2.71,,,-73.95955657958984,40.78295135498047,-73.98674011230469,40.75640106201172,1,N,1,12.0,1.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-08 15:55:05,2016-01-08 16:25:53,2,8.4,,,-73.9677505493164,40.76302719116211,-73.94071197509766,40.85134506225586,1,N,2,28.0,1.0,0.5,0.3,0.0,0.0,29.8 +2,2016-01-21 13:00:19,2016-01-21 13:08:47,1,1.4,,,-73.97238159179688,40.786338806152344,-73.98535919189453,40.76852035522461,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-17 22:26:19,2016-01-17 22:47:06,1,9.6,,,-73.8629379272461,40.76890182495117,-73.98882293701172,40.755699157714844,1,N,1,28.0,0.5,0.5,0.3,6.95,5.54,41.79 +2,2016-01-04 16:13:16,2016-01-04 16:20:39,1,1.36,,,-73.99060821533203,40.75123977661133,-73.97908782958984,40.76206970214844,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-05 15:45:40,2016-01-05 16:28:56,1,19.0,,,-73.78114318847656,40.64505386352539,-74.00543975830078,40.743404388427734,2,N,1,52.0,0.0,0.5,0.3,3.0,5.54,61.34 +2,2016-01-08 22:04:34,2016-01-08 22:21:28,3,1.56,,,-73.98180389404297,40.724613189697266,-74.0024642944336,40.733646392822266,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-10 17:35:00,2016-01-10 17:49:17,1,1.9,,,-73.9903564453125,40.73059844970703,-73.99637603759766,40.73811340332031,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-07 23:35:45,2016-01-07 23:40:23,6,0.89,,,-73.9588394165039,40.76407241821289,-73.97200775146484,40.765960693359375,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-30 17:11:12,2016-01-30 17:21:39,1,1.5,,,-73.98596954345703,40.743526458740234,-73.99998474121094,40.730628967285156,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-29 23:40:23,2016-01-30 00:03:21,5,9.62,,,-73.87446594238281,40.77399826049805,-73.97603607177734,40.764671325683594,1,N,1,28.5,0.5,0.5,0.3,7.07,5.54,42.41 +1,2016-01-13 07:24:25,2016-01-13 07:42:53,1,6.8,,,-74.01715087890625,40.7054328918457,-73.97193908691406,40.75885009765625,1,N,1,21.5,0.0,0.5,0.3,4.45,0.0,26.75 +1,2016-01-24 20:42:26,2016-01-24 20:51:19,1,1.3,,,-73.97116088867188,40.75482177734375,-73.98688507080078,40.749637603759766,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +1,2016-01-21 13:13:28,2016-01-21 13:22:52,1,0.4,,,-73.9538803100586,40.76667785644531,-73.95637512207031,40.77043533325195,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-08 05:57:09,2016-01-08 06:06:10,6,2.22,,,-73.990478515625,40.755279541015625,-73.98261260986328,40.73548126220703,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-07 12:19:51,2016-01-07 12:27:37,1,0.9,,,-73.99091339111328,40.74549865722656,-74.00450897216797,40.75225067138672,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-16 20:27:31,2016-01-16 20:42:09,1,3.2,,,-73.98526763916016,40.75217819213867,-73.94847106933594,40.773162841796875,1,N,1,13.0,0.5,0.5,0.3,1.5,0.0,15.8 +1,2016-01-09 13:51:36,2016-01-09 13:59:19,1,1.5,,,-74.00809478759766,40.73928451538086,-74.0035171508789,40.7226448059082,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-08 09:28:16,2016-01-08 09:56:22,1,2.75,,,-73.95216369628906,40.78370666503906,-73.98051452636719,40.75412368774414,1,N,1,18.0,0.0,0.5,0.3,4.7,0.0,23.5 +1,2016-01-10 14:28:33,2016-01-10 14:36:37,2,0.9,,,-73.97734832763672,40.75217819213867,-73.99385833740234,40.75913619995117,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-03 15:28:29,2016-01-03 15:31:49,6,0.53,,,-73.9936294555664,40.72124481201172,-73.99325561523438,40.727783203125,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-27 17:33:19,2016-01-27 17:41:09,1,1.36,,,-73.96143341064453,40.801551818847656,-73.97408294677734,40.783748626708984,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-28 14:11:00,2016-01-28 14:19:23,1,0.93,,,-73.99337005615234,40.747291564941406,-74.00196075439453,40.73517990112305,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-21 09:08:07,2016-01-21 09:19:39,3,1.47,,,-74.0050277709961,40.74794006347656,-73.98709869384766,40.75202941894531,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-15 06:41:16,2016-01-15 06:48:09,1,0.8,,,-73.98190307617188,40.74066162109375,-73.98942565917969,40.74827575683594,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-06 18:34:35,2016-01-06 18:42:42,1,1.02,,,-73.99549865722656,40.74923324584961,-73.98511505126953,40.75871658325195,1,N,1,7.0,1.0,0.5,0.3,2.0,0.0,10.8 +1,2016-01-28 22:08:58,2016-01-28 22:29:22,1,3.5,,,-73.9871826171875,40.750606536865234,-74.0090103149414,40.70955276489258,1,N,1,15.5,0.5,0.5,0.3,1.0,0.0,17.8 +2,2016-01-03 18:04:44,2016-01-03 18:17:02,1,3.4,,,-73.93780517578125,40.81265640258789,-73.97091674804688,40.78597640991211,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-20 05:56:18,2016-01-20 06:05:28,1,2.3,,,-73.9501724243164,40.776397705078125,-73.95243835449219,40.80049514770508,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-10 12:52:49,2016-01-10 12:59:26,1,1.8,,,-73.97708129882812,40.747039794921875,-73.95999908447266,40.77045440673828,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-09 19:29:15,2016-01-09 19:45:02,5,4.73,,,-73.97792053222656,40.72541046142578,-73.99420928955078,40.69055938720703,1,N,1,17.0,0.0,0.5,0.3,2.67,0.0,20.47 +1,2016-01-20 08:47:33,2016-01-20 09:02:34,1,1.8,,,-73.97596740722656,40.755767822265625,-73.96284484863281,40.77662658691406,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-15 06:38:41,2016-01-15 06:49:01,1,4.98,,,-73.97952270507812,40.734798431396484,-73.99208068847656,40.694461822509766,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-21 22:54:31,2016-01-21 23:08:00,1,3.6,,,-74.00186920166016,40.73506546020508,-73.98110961914062,40.77354049682617,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,15.3 +1,2016-01-07 15:43:08,2016-01-07 16:06:56,1,1.5,,,-73.95426177978516,40.781558990478516,-73.9597396850586,40.763614654541016,1,N,1,14.5,0.0,0.5,0.3,2.0,0.0,17.3 +2,2016-01-12 10:32:04,2016-01-12 10:57:29,5,2.99,,,-73.9885025024414,40.74620056152344,-74.01057434082031,40.70907974243164,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +2,2016-01-26 08:35:59,2016-01-26 08:45:58,6,1.22,,,-73.97554016113281,40.776729583740234,-73.95935821533203,40.77429962158203,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-25 11:29:27,2016-01-25 11:56:08,1,2.7,,,-73.97171783447266,40.74612808227539,-74.00286102294922,40.749698638916016,1,N,1,17.5,0.0,0.5,0.3,1.0,0.0,19.3 +1,2016-01-20 21:24:51,2016-01-20 21:37:38,2,1.0,,,-73.9847412109375,40.758827209472656,-73.98274230957031,40.76910400390625,1,N,1,9.5,0.5,0.5,0.3,5.0,0.0,15.8 +2,2016-01-11 19:48:51,2016-01-11 20:23:23,1,12.13,,,-73.982421875,40.75588607788086,-73.96721649169922,40.64091110229492,1,N,1,36.5,1.0,0.5,0.3,7.66,0.0,45.96 +2,2016-01-09 13:02:00,2016-01-09 13:05:54,1,0.69,,,-74.00066375732422,40.75777816772461,-73.99279022216797,40.75630187988281,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-07 21:31:08,2016-01-07 21:42:27,5,1.79,,,-73.98263549804688,40.77226638793945,-73.97439575195312,40.756256103515625,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-15 07:41:57,2016-01-15 07:51:19,1,1.28,,,-73.97856140136719,40.74108123779297,-73.98670959472656,40.751556396484375,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +1,2016-01-21 01:46:42,2016-01-21 01:51:00,1,0.8,,,-73.98912048339844,40.75974655151367,-73.97757720947266,40.753299713134766,1,N,1,5.0,0.5,0.5,0.3,2.0,0.0,8.3 +2,2016-01-15 10:07:36,2016-01-15 10:12:53,1,0.82,,,-73.97914123535156,40.75870132446289,-73.99111938476562,40.760440826416016,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-01 13:33:10,2016-01-01 13:47:31,1,3.4,,,-73.96903991699219,40.769676208496094,-74.00736999511719,40.73941421508789,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-22 16:42:17,2016-01-22 16:52:36,1,1.95,,,-73.98052978515625,40.76185989379883,-73.95401763916016,40.76713943481445,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-28 19:17:35,2016-01-28 19:51:50,1,5.4,,,-73.95113372802734,40.771724700927734,-74.00718688964844,40.74257278442383,1,N,1,26.0,1.0,0.5,0.3,5.55,0.0,33.35 +2,2016-01-03 11:48:36,2016-01-03 12:01:40,1,1.14,,,-73.97897338867188,40.754249572753906,-73.98786926269531,40.75828170776367,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-18 09:09:19,2016-01-18 09:18:00,2,1.61,,,-73.98167419433594,40.77858352661133,-73.96609497070312,40.76504135131836,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-22 07:30:17,2016-01-22 07:46:47,1,4.2,,,-73.98201751708984,40.760990142822266,-73.96551513671875,40.80546951293945,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-09 12:38:02,2016-01-09 12:54:33,2,1.7,,,-73.98748779296875,40.7491455078125,-74.00813293457031,40.73961639404297,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-18 11:41:49,2016-01-18 11:47:15,1,0.8,,,-73.9969253540039,40.73727035522461,-74.00885009765625,40.739444732666016,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-04 06:59:12,2016-01-04 07:17:18,1,7.98,,,-73.92507934570312,40.761837005615234,-73.98445129394531,40.710723876953125,1,N,1,24.0,0.0,0.5,0.3,4.96,0.0,29.76 +2,2016-01-08 11:22:18,2016-01-08 11:52:27,1,17.23,,,-73.79000854492188,40.646671295166016,-73.97203826904297,40.757137298583984,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +2,2016-01-28 16:21:03,2016-01-28 16:49:38,1,3.67,,,-73.98318481445312,40.744571685791016,-74.00953674316406,40.721378326416016,1,N,1,19.5,1.0,0.5,0.3,0.0,0.0,21.3 +1,2016-01-03 18:38:03,2016-01-03 19:27:03,2,17.9,,,-73.79000854492188,40.64364242553711,-73.97425842285156,40.74807357788086,2,N,1,52.0,0.0,0.5,0.3,6.0,5.54,64.34 +1,2016-01-16 13:56:00,2016-01-16 14:06:35,1,1.4,,,-73.98208618164062,40.76862716674805,-73.96312713623047,40.76660919189453,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-19 20:17:28,2016-01-19 20:29:07,1,2.36,,,-73.99755859375,40.724369049072266,-74.00247192382812,40.74879837036133,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +1,2016-01-09 01:09:03,2016-01-09 01:18:24,1,1.8,,,-73.98229217529297,40.731712341308594,-73.99213409423828,40.749324798583984,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-26 04:26:08,2016-01-26 04:55:09,2,11.22,,,-73.97935485839844,40.76811218261719,-73.86410522460938,40.769798278808594,1,N,1,33.0,0.5,0.5,0.3,6.86,0.0,41.16 +1,2016-01-09 09:49:22,2016-01-09 09:51:16,1,0.3,,,-73.9760971069336,40.77615737915039,-73.97959899902344,40.771297454833984,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +1,2016-01-25 17:24:37,2016-01-25 17:39:07,1,4.2,,,-73.78362274169922,40.648685455322266,-73.73770141601562,40.66453170776367,1,N,1,15.0,1.0,0.5,0.3,5.0,0.0,21.8 +2,2016-01-20 16:04:52,2016-01-20 16:13:06,1,1.2,,,-73.98429870605469,40.76776123046875,-73.98841094970703,40.75328826904297,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-11 15:40:08,2016-01-11 16:54:46,1,20.1,,,-73.78845977783203,40.64134979248047,-73.96617889404297,40.76957702636719,2,N,1,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-30 01:06:53,2016-01-30 01:13:30,1,1.49,,,-73.98651885986328,40.7399787902832,-73.97412109375,40.75421142578125,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-01 00:29:26,2016-01-01 00:37:39,1,0.73,,,-73.9835433959961,40.747215270996094,-73.99036407470703,40.74684524536133,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-17 11:51:16,2016-01-17 12:04:44,1,2.5,,,-73.99122619628906,40.75038146972656,-73.96288299560547,40.764957427978516,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-11 20:19:34,2016-01-11 20:25:56,1,1.18,,,-74.0029067993164,40.76026153564453,-73.99474334716797,40.75029754638672,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-13 12:39:50,2016-01-13 12:47:29,2,0.47,,,-73.96861267089844,40.76126480102539,-73.97521209716797,40.76206970214844,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-16 07:14:14,2016-01-16 07:24:21,1,3.4,,,-73.98674011230469,40.726016998291016,-73.95439147949219,40.763877868652344,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-05 16:49:41,2016-01-05 16:57:15,4,1.5,,,-73.95340728759766,40.78828811645508,-73.93827056884766,40.8055305480957,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-16 05:45:36,2016-01-16 05:45:46,1,0.0,,,-73.98290252685547,40.73672103881836,-73.98290252685547,40.73672103881836,1,N,3,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +1,2016-01-29 18:05:42,2016-01-29 18:05:42,1,0.0,,,-73.97874450683594,40.75200271606445,0.0,0.0,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-07 15:10:03,2016-01-07 15:31:00,6,1.35,,,-74.00163269042969,40.756568908691406,-73.98583221435547,40.747459411621094,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-05 08:04:27,2016-01-05 08:15:19,1,2.3,,,-74.01546478271484,40.71050262451172,-73.99845886230469,40.73517608642578,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-15 13:56:35,2016-01-15 14:15:59,1,2.37,,,-73.97437286376953,40.756629943847656,-74.00147247314453,40.75556182861328,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-30 12:23:26,2016-01-30 12:29:15,1,0.6,,,-73.99866485595703,40.734947204589844,-74.00836181640625,40.735443115234375,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-22 18:40:56,2016-01-22 18:49:48,1,1.19,,,-73.9899673461914,40.73860168457031,-74.00581359863281,40.73666000366211,1,N,1,7.0,1.0,0.5,0.3,1.5,0.0,10.3 +2,2016-01-02 04:39:37,2016-01-02 04:46:56,6,1.21,,,-73.97786712646484,40.755191802978516,-73.9941177368164,40.75027847290039,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-06 11:00:54,2016-01-06 11:12:58,1,2.0,,,-73.96279907226562,40.77812194824219,-73.97050476074219,40.75558090209961,1,N,1,10.0,0.0,0.5,0.3,1.94,0.0,12.74 +1,2016-01-19 11:24:05,2016-01-19 11:25:26,1,0.1,,,-73.96581268310547,40.790191650390625,-73.96710205078125,40.78852081298828,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +1,2016-01-16 00:09:00,2016-01-16 00:33:04,1,6.1,,,-73.98223876953125,40.771095275878906,-74.01399230957031,40.70942306518555,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,22.8 +2,2016-01-09 01:22:42,2016-01-09 01:36:32,1,1.96,,,-73.99151611328125,40.73180389404297,-73.98120880126953,40.72106170654297,1,N,1,10.5,0.5,0.5,0.3,0.5,0.0,12.3 +1,2016-01-26 23:48:18,2016-01-27 00:06:30,1,4.0,,,-73.990966796875,40.730003356933594,-73.97897338867188,40.77655029296875,1,N,1,15.5,0.5,0.5,0.3,3.35,0.0,20.15 +2,2016-01-30 01:06:26,2016-01-30 01:06:36,1,0.0,,,-73.93636322021484,40.853851318359375,-73.93637084960938,40.85383987426758,1,N,4,-2.5,-0.5,-0.5,-0.3,0.0,0.0,-3.8 +1,2016-01-05 16:01:05,2016-01-05 16:08:57,1,1.0,,,-74.0062484741211,40.733062744140625,-73.99100494384766,40.73009490966797,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-06 23:12:21,2016-01-06 23:16:40,2,0.63,,,-73.98819732666016,40.74592971801758,-73.9939193725586,40.75149154663086,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-04 12:20:54,2016-01-04 12:40:50,6,4.35,,,-73.98847198486328,40.71855926513672,-73.96160888671875,40.69902038574219,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-21 12:30:00,2016-01-21 12:51:58,1,11.48,,,-73.9732894897461,40.756248474121094,-73.86186218261719,40.76850128173828,1,N,1,32.5,0.0,0.5,0.3,7.77,5.54,46.61 +1,2016-01-26 22:20:23,2016-01-26 22:32:36,1,3.5,,,-73.98486328125,40.763671875,-73.97066497802734,40.79995346069336,1,N,1,13.0,0.5,0.5,0.3,2.85,0.0,17.15 +1,2016-01-25 19:06:59,2016-01-25 19:16:07,1,0.9,,,-73.99919128417969,40.71890640258789,-73.98711395263672,40.720497131347656,1,N,4,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-17 22:03:54,2016-01-17 22:40:55,2,19.4,,,-73.79051208496094,40.646610260009766,-73.96619415283203,40.80464553833008,2,N,1,52.0,0.0,0.5,0.3,6.0,5.54,64.34 +1,2016-01-10 14:49:59,2016-01-10 14:56:54,3,1.7,,,-73.9637222290039,40.75690841674805,-73.98082733154297,40.7381477355957,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-16 17:03:42,2016-01-16 17:08:01,1,1.0,,,-73.95081329345703,40.770835876464844,-73.9546127319336,40.7800178527832,1,N,1,5.0,0.0,0.5,0.3,3.0,0.0,8.8 +2,2016-01-11 10:39:45,2016-01-11 10:57:34,1,2.28,,,-74.00406646728516,40.731327056884766,-73.98139953613281,40.75563430786133,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-22 16:56:04,2016-01-22 17:08:58,1,2.36,,,-73.97689056396484,40.75225067138672,-73.98927307128906,40.73006820678711,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-08 19:49:24,2016-01-08 19:56:15,1,1.26,,,-73.99759674072266,40.716861724853516,-74.01499938964844,40.71826171875,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-16 18:23:39,2016-01-16 18:37:17,1,1.6,,,-74.00187683105469,40.741111755371094,-73.9861831665039,40.759239196777344,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-01 01:20:56,2016-01-01 01:28:12,1,2.1,,,-73.9852523803711,40.77851867675781,-73.96656799316406,40.795860290527344,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-10 22:36:17,2016-01-10 22:48:31,1,4.0,,,0.0,0.0,0.0,0.0,1,Y,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-28 22:35:17,2016-01-28 22:43:28,1,1.6,,,-73.9780502319336,40.75450134277344,-73.96162414550781,40.773956298828125,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-18 00:02:41,2016-01-18 00:15:59,3,3.1,,,-73.98716735839844,40.72050476074219,-73.94876098632812,40.70760726928711,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,17.25 +1,2016-01-08 08:31:22,2016-01-08 08:40:32,1,1.5,,,-73.98651123046875,40.74570083618164,-73.97799682617188,40.763572692871094,1,N,1,8.0,0.0,0.5,0.3,2.6,0.0,11.4 +1,2016-01-06 08:31:34,2016-01-06 09:53:37,2,18.3,,,-73.78115844726562,40.64500427246094,-73.98894500732422,40.75654602050781,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-28 23:31:50,2016-01-28 23:47:25,1,4.0,,,-73.9907455444336,40.76104736328125,-74.01226043701172,40.716983795166016,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +1,2016-01-05 10:37:56,2016-01-05 10:42:19,1,1.1,,,-73.96720123291016,40.77239990234375,-73.97654724121094,40.77650833129883,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-20 07:27:57,2016-01-20 07:52:49,1,6.38,,,-73.97290802001953,40.793060302734375,-74.00572204589844,40.725341796875,1,N,1,22.5,0.0,0.5,0.3,4.66,0.0,27.96 +2,2016-01-02 09:40:30,2016-01-02 09:49:38,1,2.38,,,-73.95287322998047,40.7867431640625,-73.98008728027344,40.77888107299805,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-06 12:49:40,2016-01-06 13:10:53,4,2.55,,,-73.99869537353516,40.739845275878906,-73.97169494628906,40.760215759277344,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +2,2016-01-22 17:37:21,2016-01-22 17:49:19,1,2.0,,,-73.95768737792969,40.76948928833008,-73.95226287841797,40.791439056396484,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-10 01:56:37,2016-01-10 02:11:32,1,2.8,,,-73.98410034179688,40.725379943847656,-73.9665298461914,40.755680084228516,1,N,1,12.5,0.5,0.5,0.3,1.0,0.0,14.8 +2,2016-01-23 01:15:35,2016-01-23 01:20:08,1,0.72,,,-73.98705291748047,40.736446380615234,-73.98541259765625,40.74401092529297,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +1,2016-01-20 00:33:21,2016-01-20 00:43:16,1,2.2,,,-73.98345947265625,40.76262283325195,-73.98268127441406,40.73967742919922,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +1,2016-01-14 09:01:42,2016-01-14 09:13:53,1,1.9,,,-73.9822006225586,40.783180236816406,-73.95687103271484,40.77163314819336,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-19 22:03:31,2016-01-19 22:06:56,1,0.7,,,-73.94068145751953,40.70001220703125,-73.93978881835938,40.707298278808594,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-02 20:37:57,2016-01-02 20:49:28,4,1.7,,,-73.97478485107422,40.757232666015625,-73.98986053466797,40.73942184448242,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-02 17:13:04,2016-01-02 18:11:55,2,18.9,,,-73.78997802734375,40.64706039428711,-73.99374389648438,40.69583511352539,1,N,1,56.0,0.0,0.5,0.3,13.0,0.0,69.8 +1,2016-01-11 16:51:28,2016-01-11 16:52:04,1,0.0,,,-73.97412109375,40.76512145996094,-73.9738540649414,40.764976501464844,1,N,1,2.5,1.0,0.5,0.3,0.85,0.0,5.15 +1,2016-01-26 19:22:32,2016-01-26 19:50:38,2,2.1,,,-73.96800231933594,40.7656364440918,-73.99140167236328,40.75023651123047,1,N,2,17.0,1.0,0.5,0.3,0.0,0.0,18.8 +1,2016-01-03 02:54:04,2016-01-03 02:58:49,1,1.3,,,-73.98353576660156,40.765872955322266,-73.99121856689453,40.75020980834961,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-11 12:01:56,2016-01-11 12:18:28,1,1.7,,,-73.95233154296875,40.78126525878906,-73.96824645996094,40.76539611816406,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-30 22:42:16,2016-01-30 22:52:32,1,2.0,,,-73.95372772216797,40.78193664550781,-73.97911071777344,40.777015686035156,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-09 02:06:25,2016-01-09 02:18:33,5,1.35,,,-74.00782775878906,40.7405891418457,-73.98787689208984,40.73242950439453,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-27 08:08:16,2016-01-27 08:12:47,1,0.7,,,-73.99764251708984,40.73610305786133,-73.99063873291016,40.745948791503906,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-04 10:08:25,2016-01-04 10:38:46,1,2.03,,,-73.95343017578125,40.77545166015625,-73.99681091308594,40.716949462890625,1,N,1,19.0,0.0,0.5,0.3,3.96,0.0,23.76 +2,2016-01-03 17:39:17,2016-01-03 18:03:55,5,2.86,,,-73.96098327636719,40.768890380859375,-73.98463439941406,40.779483795166016,1,N,1,16.5,0.0,0.5,0.3,1.38,0.0,18.68 +2,2016-01-10 02:52:09,2016-01-10 03:07:13,1,4.31,,,-73.99947357177734,40.72997283935547,-74.00012969970703,40.68268966674805,1,N,1,15.0,0.5,0.5,0.3,4.08,0.0,20.38 +1,2016-01-29 19:01:02,2016-01-29 19:15:39,2,1.6,,,-73.9854736328125,40.74723434448242,-73.99793243408203,40.72931671142578,1,N,1,10.5,1.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-24 13:27:59,2016-01-24 13:36:53,1,1.84,,,-73.956298828125,40.77155685424805,-73.97245025634766,40.7495002746582,1,N,1,8.5,0.0,0.5,0.3,1.7,0.0,11.0 +1,2016-01-07 21:51:16,2016-01-07 21:56:55,2,0.9,,,-73.98209381103516,40.7627067565918,-73.99085235595703,40.75072479248047,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-22 04:35:05,2016-01-22 04:37:57,1,0.8,,,-73.94557189941406,40.8079719543457,-73.94110870361328,40.80008316040039,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-04 19:45:08,2016-01-04 19:49:26,1,0.78,,,-73.95570373535156,40.77967071533203,-73.94570922851562,40.78213119506836,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-14 23:02:08,2016-01-14 23:07:14,1,1.8,,,-73.96379089355469,40.76145935058594,-73.95011138916016,40.78398132324219,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-16 11:46:56,2016-01-16 11:55:17,1,1.59,,,-73.98695373535156,40.76638412475586,-74.00143432617188,40.74633026123047,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-15 18:12:05,2016-01-15 18:25:55,6,1.8,,,-73.97517395019531,40.7642822265625,-73.98992156982422,40.7398796081543,1,N,1,10.0,1.0,0.5,0.3,1.0,0.0,12.8 +1,2016-01-20 19:52:13,2016-01-20 19:56:09,1,0.5,,,-73.9915542602539,40.73167037963867,-73.99617004394531,40.72514724731445,1,N,1,4.5,1.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-08 12:50:11,2016-01-08 13:07:39,1,9.71,,,-73.98329162597656,40.74747848510742,-73.86553955078125,40.770851135253906,1,N,1,27.5,0.0,0.5,0.3,4.16,5.54,38.0 +1,2016-01-13 12:06:27,2016-01-13 12:33:16,1,3.1,,,-73.97039794921875,40.761924743652344,-74.00634002685547,40.74226760864258,1,N,1,18.0,0.0,0.5,0.3,3.75,0.0,22.55 +2,2016-01-03 12:47:39,2016-01-03 12:52:28,5,0.97,,,-73.96996307373047,40.76301193237305,-73.96240234375,40.77479934692383,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-30 20:46:36,2016-01-30 20:58:45,1,5.05,,,-73.9886474609375,40.76919937133789,-73.94869232177734,40.81547927856445,1,N,1,16.0,0.5,0.5,0.3,2.8,0.0,20.1 +2,2016-01-14 14:15:01,2016-01-14 14:31:57,1,3.34,,,-73.99880981445312,40.76120376586914,-73.96391296386719,40.77695846557617,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +2,2016-01-07 07:18:44,2016-01-07 07:25:09,2,1.48,,,-73.98199462890625,40.75570297241211,-73.9644546508789,40.765586853027344,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-24 09:33:25,2016-01-24 09:38:34,1,0.88,,,-73.99317932128906,40.743038177490234,-74.0058822631836,40.748348236083984,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-12 23:12:18,2016-01-12 23:17:44,1,0.84,,,-73.99095916748047,40.734893798828125,-73.98188018798828,40.73512649536133,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-02 05:52:36,2016-01-02 05:56:43,1,0.8,,,-73.93555450439453,40.79629135131836,-73.94898986816406,40.802040100097656,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-15 08:20:12,2016-01-15 08:27:31,3,1.27,,,-73.96578979492188,40.762290954589844,-73.97804260253906,40.77328872680664,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-18 16:59:32,2016-01-18 17:30:56,1,10.06,,,-73.87448120117188,40.774078369140625,-73.9761734008789,40.77598190307617,1,N,2,32.0,0.0,0.5,0.3,0.0,5.54,38.34 +1,2016-01-29 00:04:53,2016-01-29 00:28:16,1,7.2,,,-74.00243377685547,40.724945068359375,-73.94330596923828,40.7868766784668,1,Y,1,24.0,0.5,0.5,0.3,5.05,0.0,30.35 +1,2016-01-23 03:55:40,2016-01-23 04:17:38,2,4.4,,,-73.98900604248047,40.721458435058594,-73.95568084716797,40.683311462402344,1,N,1,17.0,0.5,0.5,0.3,4.55,0.0,22.85 +2,2016-01-14 15:14:43,2016-01-14 15:24:52,3,1.51,,,-74.01065063476562,40.71461868286133,-74.00164031982422,40.72248840332031,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-05 09:38:32,2016-01-05 10:08:45,1,11.9,,,-73.77674102783203,40.64543151855469,-73.95165252685547,40.67441177368164,1,N,1,35.0,0.0,0.5,0.3,7.15,0.0,42.95 +2,2016-01-10 20:06:40,2016-01-10 20:10:41,1,1.02,,,-74.00348663330078,40.741661071777344,-74.00213623046875,40.750728607177734,1,N,1,5.5,0.5,0.5,0.3,4.0,0.0,10.8 +2,2016-01-07 08:26:26,2016-01-07 08:39:59,2,1.44,,,-73.9980239868164,40.682674407958984,-73.97488403320312,40.6752815246582,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-18 13:25:16,2016-01-18 13:36:01,1,2.0,,,-73.99004364013672,40.746612548828125,-73.98873901367188,40.727264404296875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-01 19:21:27,2016-01-01 19:37:12,2,2.74,,,-73.98470306396484,40.74211120605469,-73.9822769165039,40.772361755371094,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-20 21:20:04,2016-01-20 21:30:46,1,1.6,,,-74.00746154785156,40.7408447265625,-73.98634338378906,40.743125915527344,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +2,2016-01-14 12:51:34,2016-01-14 13:00:44,2,1.65,,,-73.96438598632812,40.770381927490234,-73.98164367675781,40.765953063964844,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-13 10:44:14,2016-01-13 10:51:35,1,1.5,,,-73.97736358642578,40.75800323486328,-73.98787689208984,40.73828125,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,10.35 +1,2016-01-20 17:15:11,2016-01-20 18:09:47,1,17.5,,,-73.78984832763672,40.64676284790039,-73.97603607177734,40.761444091796875,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-11 12:16:28,2016-01-11 12:23:35,1,1.23,,,-73.99198150634766,40.74945068359375,-73.9771728515625,40.75178146362305,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-11 16:13:29,2016-01-11 16:19:52,1,1.2,,,-73.99757385253906,40.746681213378906,-73.99531555175781,40.75995635986328,1,N,1,6.5,1.0,0.5,0.3,2.0,0.0,10.3 +2,2016-01-04 10:29:12,2016-01-05 10:23:27,2,3.52,,,-73.95111083984375,40.770328521728516,-73.99105834960938,40.75058364868164,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-13 08:29:37,2016-01-13 08:44:22,5,1.14,,,-73.97579193115234,40.756980895996094,-73.98416900634766,40.767330169677734,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-09 07:42:59,2016-01-09 07:51:11,1,1.3,,,-73.98045349121094,40.73240661621094,-73.99210357666016,40.74368667602539,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-13 07:19:58,2016-01-13 07:31:24,1,1.46,,,-73.99169158935547,40.75010299682617,-73.97682189941406,40.75565719604492,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-26 20:31:53,2016-01-26 20:50:40,1,4.7,,,-73.98765563964844,40.75469970703125,-74.01750946044922,40.709354400634766,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,22.55 +2,2016-01-08 16:51:10,2016-01-08 16:59:44,1,1.98,,,-73.98210906982422,40.77259063720703,-73.9693374633789,40.797828674316406,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-08 08:18:28,2016-01-08 08:32:24,1,1.69,,,-73.97113800048828,40.756980895996094,-73.95970916748047,40.77452850341797,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-30 01:13:37,2016-01-30 01:18:28,1,0.8,,,-74.00157165527344,40.74344253540039,-73.9948501586914,40.74606704711914,1,N,1,5.5,0.5,0.5,0.3,1.02,0.0,7.82 +2,2016-01-21 21:23:57,2016-01-21 21:46:47,1,7.33,,,-74.01260375976562,40.702362060546875,-73.9482192993164,40.645198822021484,1,N,1,23.5,0.5,0.5,0.3,8.0,5.54,38.34 +2,2016-01-06 16:35:59,2016-01-06 16:46:51,5,1.09,,,-73.97505950927734,40.76533126831055,-73.98689270019531,40.75585174560547,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-17 19:26:52,2016-01-17 19:31:17,1,0.74,,,-73.98222351074219,40.77519989013672,-73.9794921875,40.78430938720703,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-19 14:07:36,2016-01-19 14:28:00,1,1.45,,,-73.9884262084961,40.73529052734375,-73.98725891113281,40.75050735473633,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-02 05:13:24,2016-01-02 05:33:16,1,5.1,,,0.0,0.0,0.0,0.0,1,N,3,18.5,0.5,0.5,0.3,0.0,0.0,19.8 +2,2016-01-22 18:39:13,2016-01-22 18:50:33,1,2.57,,,-73.97844696044922,40.750999450683594,-73.95281982421875,40.778499603271484,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-09 19:45:55,2016-01-09 19:58:49,1,1.31,,,-73.97847747802734,40.75270462036133,-73.99559020996094,40.76216506958008,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-01 09:43:40,2016-01-01 09:47:49,1,1.0,,,0.0,0.0,0.0,0.0,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-01 21:57:36,2016-01-01 22:03:30,1,1.0,,,-73.95430755615234,40.76433563232422,-73.96000671386719,40.773780822753906,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +1,2016-01-28 19:37:47,2016-01-28 20:19:51,1,12.9,,,-73.98285675048828,40.760948181152344,-73.84262084960938,40.85003662109375,1,N,1,42.5,1.0,0.5,0.3,8.85,0.0,53.15 +1,2016-01-26 16:23:01,2016-01-26 16:40:05,1,2.5,,,-73.99710083007812,40.742069244384766,-74.01602935791016,40.71495056152344,1,N,1,12.5,1.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-08 17:49:32,2016-01-08 17:58:27,2,1.22,,,-73.98739624023438,40.76611328125,-73.96736145019531,40.757747650146484,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-16 16:07:19,2016-01-16 16:19:23,1,2.2,,,-73.99346923828125,40.74180603027344,-73.9896240234375,40.765380859375,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-15 22:46:30,2016-01-15 22:50:50,1,1.1,,,-73.96178436279297,40.77710723876953,-73.96733856201172,40.78797912597656,1,N,1,6.0,0.5,0.5,0.3,2.15,0.0,9.45 +1,2016-01-29 23:21:10,2016-01-29 23:33:26,1,3.6,,,-73.98307037353516,40.75624084472656,-73.97119140625,40.80032730102539,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +2,2016-01-16 14:53:33,2016-01-16 15:01:22,1,1.48,,,-74.01038360595703,40.71454620361328,-74.00835418701172,40.73271560668945,1,N,1,8.0,0.0,0.5,0.3,5.0,0.0,13.8 +2,2016-01-04 07:42:59,2016-01-04 07:53:41,1,2.18,,,-73.99179077148438,40.75006103515625,-73.9680404663086,40.76213836669922,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-06 21:08:28,2016-01-06 21:40:26,3,6.94,,,-74.00379180908203,40.73836135864258,-73.97029113769531,40.68470001220703,1,N,1,26.0,0.5,0.5,0.3,4.0,0.0,31.3 +1,2016-01-05 08:14:49,2016-01-05 08:22:38,1,1.1,,,-73.98910522460938,40.740806579589844,-73.97669219970703,40.748497009277344,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-08 07:27:16,2016-01-08 07:30:21,1,0.8,,,-73.96076202392578,40.76974105834961,-73.95523834228516,40.779415130615234,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-10 00:56:49,2016-01-10 01:09:55,1,2.37,,,0.0,0.0,0.0,0.0,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-10 01:42:31,2016-01-10 01:50:14,5,1.13,,,-73.99279022216797,40.72542953491211,-74.00897979736328,40.73060989379883,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-05 07:41:37,2016-01-05 07:45:22,1,0.97,,,-73.9703598022461,40.748870849609375,-73.97508239746094,40.73712158203125,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-05 23:35:11,2016-01-05 23:37:49,1,0.8,,,-73.97846221923828,40.76265335083008,-73.97772979736328,40.75340270996094,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-27 21:21:49,2016-01-27 21:26:43,1,0.53,,,-73.96827697753906,40.76211166381836,-73.9683837890625,40.75664520263672,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-21 10:12:20,2016-01-21 10:36:12,2,7.3,,,-74.01002502441406,40.721065521240234,-73.96981048583984,40.758113861083984,1,N,2,25.0,0.0,0.5,0.3,0.0,0.0,25.8 +1,2016-01-14 15:41:35,2016-01-14 15:55:49,2,2.3,,,-73.97615814208984,40.77605438232422,-73.99615478515625,40.7586669921875,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-26 22:13:37,2016-01-26 22:16:58,1,0.67,,,-73.95166015625,40.77198028564453,-73.96006774902344,40.77634048461914,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-12 17:56:42,2016-01-12 18:06:34,1,1.8,,,-73.97901153564453,40.774391174316406,-73.9577865600586,40.773616790771484,1,N,1,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-14 13:19:34,2016-01-14 13:24:55,2,0.64,,,-73.97511291503906,40.7615852355957,-73.98040008544922,40.75387191772461,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-14 16:49:11,2016-01-14 16:54:16,1,0.7,,,-73.9746322631836,40.68023681640625,-73.98138427734375,40.68988800048828,1,N,3,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-26 11:07:03,2016-01-26 12:02:44,1,5.0,,,-73.94883728027344,40.79734420776367,-73.98841094970703,40.73707962036133,1,N,1,32.5,0.0,0.5,0.3,2.0,0.0,35.3 +1,2016-01-07 10:22:32,2016-01-07 10:37:08,1,2.2,,,-73.96487426757812,40.75971221923828,-73.99200439453125,40.74917221069336,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-19 12:07:20,2016-01-19 12:15:18,1,0.7,,,-73.98461151123047,40.76044845581055,-73.99030303955078,40.751220703125,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-19 21:48:07,2016-01-19 21:57:15,1,1.15,,,-73.99166870117188,40.759986877441406,-73.97827911376953,40.75300216674805,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-14 09:01:20,2016-01-14 09:10:33,1,0.9,,,-73.96731567382812,40.752803802490234,-73.95816040039062,40.76472473144531,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-15 16:44:38,2016-01-15 16:50:53,1,1.4,,,-73.97664642333984,40.76502990722656,-73.9619140625,40.77615737915039,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-27 23:06:27,2016-01-27 23:14:58,5,1.89,,,-73.95764923095703,40.779640197753906,-73.98161315917969,40.774471282958984,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-22 09:54:51,2016-01-22 10:07:16,1,1.5,,,-73.99392700195312,40.74418258666992,-73.98351287841797,40.73054885864258,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-19 17:45:24,2016-01-19 17:57:31,2,2.8,,,-73.95599365234375,40.803749084472656,-73.98796081542969,40.779605865478516,1,N,1,11.0,1.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-04 20:51:44,2016-01-04 21:06:57,1,5.19,,,-74.00917053222656,40.706390380859375,-73.99755096435547,40.76105880737305,1,N,1,17.5,0.5,0.5,0.3,1.5,0.0,20.3 +2,2016-01-15 18:10:47,2016-01-15 18:14:29,1,0.39,,,-73.9712905883789,40.7547607421875,-73.96739196777344,40.759300231933594,1,N,1,4.0,1.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-20 20:38:56,2016-01-20 20:51:47,1,3.52,,,-74.01177215576172,40.703670501708984,-74.00395965576172,40.74298858642578,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-07 08:37:14,2016-01-07 08:52:07,1,2.4,,,-73.96739196777344,40.76911544799805,-73.97198486328125,40.744258880615234,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-21 18:45:15,2016-01-21 18:59:26,2,1.9,,,-73.96426391601562,40.761348724365234,-73.95430755615234,40.78428268432617,1,N,1,11.5,1.0,0.5,0.3,1.0,0.0,14.3 +2,2016-01-12 07:52:13,2016-01-12 08:09:25,1,2.14,,,-73.956787109375,40.779178619384766,-73.97947692871094,40.759830474853516,1,N,1,12.5,0.0,0.5,0.3,2.0,0.0,15.3 +1,2016-01-09 02:24:23,2016-01-09 02:31:41,1,1.5,,,-73.99186706542969,40.72636032104492,-73.97837829589844,40.742530822753906,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-18 16:16:01,2016-01-18 16:23:56,1,1.0,,,0.0,0.0,0.0,0.0,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-02 00:06:44,2016-01-02 00:18:11,3,2.93,,,-73.99107360839844,40.75578689575195,-73.98340606689453,40.72629165649414,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-05 19:50:09,2016-01-05 19:57:41,1,1.24,,,-73.9986572265625,40.76029968261719,-73.98825073242188,40.75006866455078,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-30 18:09:35,2016-01-30 18:43:03,2,3.59,,,-73.96366882324219,40.71030044555664,-73.92359924316406,40.677120208740234,1,N,1,21.0,0.0,0.5,0.3,4.36,0.0,26.16 +1,2016-01-17 11:38:03,2016-01-17 11:47:54,1,2.0,,,-73.96154022216797,40.769283294677734,-73.98453521728516,40.75759506225586,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-21 21:54:59,2016-01-21 22:02:31,1,1.6,,,-73.99571990966797,40.75419998168945,-73.98108673095703,40.74156188964844,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-29 23:09:47,2016-01-29 23:36:01,1,6.2,,,-73.98027038574219,40.760475158691406,-73.96205139160156,40.71161651611328,1,N,1,22.0,0.5,0.5,0.3,4.0,0.0,27.3 +2,2016-01-18 07:24:43,2016-01-18 07:33:04,5,1.08,,,-73.96802520751953,40.76365661621094,-73.98157501220703,40.77115249633789,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-26 22:46:21,2016-01-26 22:53:22,1,1.48,,,-73.95556640625,40.779701232910156,-73.97586822509766,40.782161712646484,1,N,1,7.0,0.5,0.5,0.3,0.7,0.0,9.0 +1,2016-01-27 18:34:19,2016-01-27 18:38:53,1,0.4,,,-73.97156524658203,40.79536437988281,-73.97620391845703,40.790958404541016,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-12 22:45:00,2016-01-12 22:50:26,2,1.48,,,-73.97692108154297,40.76470184326172,-73.9873275756836,40.74959182739258,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +1,2016-01-07 13:41:23,2016-01-07 13:54:17,1,1.3,,,-73.97399139404297,40.7500114440918,-73.99120330810547,40.750301361083984,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-21 17:52:01,2016-01-21 18:44:01,1,11.02,,,-74.00762939453125,40.72587966918945,-73.87299346923828,40.77437973022461,1,N,1,39.5,1.0,0.5,0.3,12.39,0.0,53.69 +2,2016-01-25 11:54:43,2016-01-25 12:05:39,1,1.87,,,-73.99201202392578,40.76926040649414,-74.0079574584961,40.74795150756836,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-10 22:49:27,2016-01-10 22:58:21,1,3.2,,,-73.97509002685547,40.74946594238281,-73.98603057861328,40.71940231323242,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +1,2016-01-13 19:14:02,2016-01-13 19:20:38,1,1.0,,,-73.98175811767578,40.77915573120117,-73.97457122802734,40.79188537597656,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-02 18:53:21,2016-01-02 18:57:49,1,0.78,,,-73.95384979248047,40.78467559814453,-73.95582580566406,40.776145935058594,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,7.25 +2,2016-01-25 03:07:13,2016-01-25 03:16:04,1,1.8,,,-73.97286224365234,40.67784118652344,-73.98822784423828,40.67094802856445,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-17 11:41:30,2016-01-17 11:57:24,6,3.02,,,-73.9990005493164,40.76410675048828,-73.96080017089844,40.76948547363281,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-12 18:45:14,2016-01-12 18:49:54,1,0.7,,,-73.9605941772461,40.76563262939453,-73.95682525634766,40.77096176147461,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-26 14:35:06,2016-01-26 14:38:39,1,0.42,,,-73.98989868164062,40.719825744628906,-73.98989868164062,40.719825744628906,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-21 15:48:11,2016-01-21 16:07:58,1,3.2,,,-74.00996398925781,40.72077178955078,-73.99771118164062,40.756290435791016,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-08 11:47:24,2016-01-08 11:57:10,1,1.1,,,-73.99685668945312,40.742454528808594,-73.98584747314453,40.752689361572266,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,10.8 +1,2016-01-09 06:54:48,2016-01-09 07:11:30,1,10.2,,,-74.00048828125,40.72890090942383,-73.87297821044922,40.77436447143555,1,N,2,29.0,0.0,0.5,0.3,0.0,0.0,29.8 +2,2016-01-24 13:26:30,2016-01-24 13:48:34,1,2.98,,,-73.97335815429688,40.764625549316406,-74.00120544433594,40.729225158691406,1,N,1,15.5,0.0,0.5,0.3,1.0,0.0,17.3 +2,2016-01-23 11:20:11,2016-01-24 11:15:15,1,0.74,,,-73.98471069335938,40.77961730957031,-73.99093627929688,40.771148681640625,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-22 05:39:29,2016-01-22 05:41:45,2,0.7,,,-73.98986053466797,40.75614929199219,-73.98385620117188,40.76536560058594,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-02 05:56:44,2016-01-02 06:06:01,2,3.29,,,-73.97288513183594,40.75297164916992,-73.93311309814453,40.760231018066406,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-19 01:46:21,2016-01-19 01:49:18,1,1.2,,,-73.9512939453125,40.79408645629883,-73.95657348632812,40.779727935791016,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-04 19:27:56,2016-01-04 19:37:06,1,1.63,,,-73.9734115600586,40.763851165771484,-73.97783660888672,40.74588394165039,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-02 22:46:22,2016-01-02 22:54:18,1,1.8,,,-73.98574829101562,40.76232147216797,-73.9767074584961,40.785884857177734,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-18 08:41:09,2016-01-18 08:52:12,1,4.98,,,-73.98552703857422,40.7354850769043,-73.94845581054688,40.78227615356445,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-11 17:55:37,2016-01-11 18:05:04,3,1.0,,,-73.99185180664062,40.731048583984375,-74.00729370117188,40.7288818359375,1,N,1,7.5,1.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-29 09:47:43,2016-01-29 10:35:33,1,18.4,,,-73.98585510253906,40.758304595947266,-73.7767105102539,40.64481735229492,2,Y,1,52.0,0.0,0.5,0.3,14.55,5.54,72.89 +1,2016-01-25 12:40:09,2016-01-25 13:22:06,2,1.6,,,-73.99948120117188,40.73656463623047,-73.98169708251953,40.75032424926758,1,N,1,23.0,0.0,0.5,0.3,5.95,0.0,29.75 +1,2016-01-05 15:05:22,2016-01-05 15:11:28,2,0.9,,,-73.97025299072266,40.75143814086914,-73.98035430908203,40.74444580078125,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +1,2016-01-13 17:41:46,2016-01-13 17:47:26,1,1.0,,,-73.9821548461914,40.77271270751953,-73.99142456054688,40.75979232788086,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-21 21:31:10,2016-01-21 21:54:27,5,3.75,,,-73.96925354003906,40.75447082519531,-73.97599792480469,40.795318603515625,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,22.56 +2,2016-01-01 13:31:27,2016-01-01 13:35:39,2,1.08,,,-74.00297546386719,40.74397659301758,-73.99777221679688,40.756378173828125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-29 07:25:39,2016-01-29 07:43:16,1,8.7,,,-73.97845458984375,40.75087356567383,-73.87176513671875,40.7743034362793,1,N,1,26.0,0.0,0.5,0.3,6.45,5.54,38.79 +2,2016-01-11 21:31:33,2016-01-11 21:38:01,1,0.73,,,-73.98998260498047,40.73419189453125,-73.99092102050781,40.738128662109375,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-21 09:43:28,2016-01-21 09:47:57,2,0.7,,,-73.96102905273438,40.757511138916016,-73.97160339355469,40.76042938232422,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-12 13:56:10,2016-01-12 14:13:59,1,1.62,,,-73.95976257324219,40.77381134033203,-73.9820327758789,40.77119827270508,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-07 17:55:50,2016-01-07 18:00:57,1,0.8,,,-73.96212005615234,40.80553436279297,-73.97003936767578,40.79713439941406,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-02 00:41:54,2016-01-02 00:54:51,1,3.9,,,-73.95116424560547,40.78593444824219,-73.99229431152344,40.749481201171875,1,N,1,13.5,0.5,0.5,0.3,2.5,0.0,17.3 +1,2016-01-04 19:19:22,2016-01-04 19:31:35,1,4.6,,,-74.01500701904297,40.71416473388672,-73.98920440673828,40.72528076171875,1,N,1,15.5,1.0,0.5,0.3,2.0,0.0,19.3 +2,2016-01-19 22:00:26,2016-01-19 22:08:49,1,1.5,,,-73.98487854003906,40.736671447753906,-73.98957824707031,40.718868255615234,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-12 13:36:06,2016-01-12 14:08:28,2,11.1,,,-73.97445678710938,40.756072998046875,-73.87340545654297,40.774356842041016,1,N,2,36.0,0.0,0.5,0.3,0.0,5.54,42.34 +1,2016-01-26 12:55:46,2016-01-26 13:14:57,1,1.6,,,-73.97169494628906,40.746124267578125,-73.97005462646484,40.76444625854492,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-10 02:09:12,2016-01-10 02:12:58,1,1.0,,,-73.99781799316406,40.763980865478516,-73.99142456054688,40.75482940673828,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +1,2016-01-15 23:58:02,2016-01-16 00:09:29,1,7.2,,,-73.78980255126953,40.64690017700195,-73.71544647216797,40.6748046875,1,N,1,21.0,0.5,0.5,0.3,6.65,0.0,28.95 +2,2016-01-18 00:47:49,2016-01-18 00:54:48,2,0.9,,,-73.98924255371094,40.723018646240234,-73.9881362915039,40.73189163208008,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-08 08:46:50,2016-01-08 09:26:10,1,11.45,,,-74.00907897949219,40.710819244384766,-73.90711975097656,40.82249069213867,1,N,1,37.0,0.0,0.5,0.3,1.0,0.0,38.8 +1,2016-01-28 07:10:26,2016-01-28 07:21:37,1,1.5,,,-74.00428771972656,40.72191619873047,-74.00700378417969,40.70649337768555,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-15 00:15:12,2016-01-15 00:37:21,1,6.89,,,-74.00729370117188,40.74327850341797,-73.9251708984375,40.76826095581055,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,23.8 +2,2016-01-14 14:10:58,2016-01-14 14:41:46,1,10.09,,,-73.99932861328125,40.76066970825195,-73.87094116210938,40.774078369140625,1,N,1,32.5,0.0,0.5,0.3,7.77,5.54,46.61 +2,2016-01-22 22:25:19,2016-01-22 22:36:54,1,2.39,,,-73.9968032836914,40.742469787597656,-74.00778198242188,40.712059020996094,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-30 23:17:29,2016-01-30 23:25:28,1,1.25,,,-73.98685455322266,40.75114059448242,-73.9697036743164,40.752315521240234,1,N,1,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-06 02:18:10,2016-01-06 02:21:56,6,0.66,,,-74.00523376464844,40.74092102050781,-74.00630187988281,40.73347854614258,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-15 19:16:44,2016-01-15 19:23:59,1,0.61,,,-73.99793243408203,40.72275161743164,-73.99226379394531,40.72140884399414,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-11 16:39:30,2016-01-11 17:57:03,1,22.8,,,-73.7826919555664,40.644371032714844,-74.0112075805664,40.70439910888672,2,N,1,52.0,0.0,0.5,0.3,10.0,5.54,68.34 +1,2016-01-08 18:20:03,2016-01-08 18:29:40,1,1.3,,,-73.99102020263672,40.76068878173828,-73.99873352050781,40.74503707885742,1,N,1,8.0,1.0,0.5,0.3,1.95,0.0,11.75 +1,2016-01-06 09:36:30,2016-01-06 09:44:51,2,0.8,,,-73.9587173461914,40.76404571533203,-73.96919250488281,40.76396560668945,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-06 11:46:27,2016-01-06 12:11:39,1,4.2,,,-73.99494171142578,40.736656188964844,-73.95008850097656,40.7764892578125,1,N,1,18.5,0.0,0.5,0.3,3.85,0.0,23.15 +1,2016-01-30 15:28:51,2016-01-30 15:58:14,1,2.1,,,-73.96624755859375,40.75325393676758,-73.98847961425781,40.737510681152344,1,N,1,18.0,0.0,0.5,0.3,3.75,0.0,22.55 +2,2016-01-14 22:37:53,2016-01-14 22:52:51,1,2.74,,,-73.9727783203125,40.759220123291016,-73.99051666259766,40.727500915527344,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +1,2016-01-12 18:11:04,2016-01-12 18:34:10,1,8.8,,,-73.88533782958984,40.77313232421875,-73.9587173461914,40.76382064819336,1,N,1,26.5,1.0,0.5,0.3,10.15,5.54,43.99 +2,2016-01-14 10:42:12,2016-01-14 10:50:05,1,0.89,,,-73.9885025024414,40.73209762573242,-73.9854507446289,40.74138259887695,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-05 23:50:40,2016-01-05 23:51:55,1,0.4,,,-73.99967956542969,40.753875732421875,-73.99380493164062,40.755672454833984,1,N,1,3.5,0.5,0.5,0.3,1.4,0.0,6.2 +2,2016-01-13 17:15:05,2016-01-13 17:19:31,1,0.5,,,-73.98052215576172,40.7476806640625,-73.97464752197266,40.75046157836914,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-23 00:37:31,2016-01-23 01:10:01,1,6.03,,,-74.0051498413086,40.7413215637207,-73.95352935791016,40.682071685791016,1,N,1,23.0,0.5,0.5,0.3,4.0,0.0,28.3 +2,2016-01-16 01:15:27,2016-01-16 01:33:37,5,4.54,,,-73.9870376586914,40.754756927490234,-73.95610809326172,40.746116638183594,1,N,1,17.0,0.5,0.5,0.3,1.7,0.0,20.0 +1,2016-01-08 19:48:37,2016-01-08 19:55:45,1,1.7,,,-73.97557067871094,40.78801345825195,-73.96686553955078,40.77072525024414,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-20 18:45:18,2016-01-20 18:57:13,1,2.8,,,-73.98846435546875,40.774105072021484,-74.00221252441406,40.74153137207031,1,N,1,11.0,1.0,0.5,0.3,3.8,0.0,16.6 +1,2016-01-11 13:03:21,2016-01-11 13:15:53,1,2.5,,,-73.9820556640625,40.77113723754883,-73.95389556884766,40.78444290161133,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-13 21:43:46,2016-01-13 21:45:27,1,0.18,,,-73.99398803710938,40.76649856567383,-73.9917221069336,40.76639938354492,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-15 21:13:07,2016-01-15 21:21:48,1,2.5,,,-73.95182037353516,40.769317626953125,-73.97652435302734,40.74945068359375,1,N,1,10.0,0.5,0.5,0.3,3.35,0.0,14.65 +2,2016-01-16 01:02:46,2016-01-16 01:14:04,1,1.69,,,-73.98943328857422,40.74372100830078,-73.99224853515625,40.72494125366211,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +2,2016-01-05 16:57:26,2016-01-05 17:06:03,1,0.9,,,-74.00228118896484,40.740013122558594,-73.98973083496094,40.741722106933594,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-20 21:22:30,2016-01-20 21:27:11,1,0.6,,,-73.97476959228516,40.751930236816406,-73.96780395507812,40.75297164916992,1,N,1,5.0,0.5,0.5,0.3,1.55,0.0,7.85 +1,2016-01-17 10:35:51,2016-01-17 10:44:18,4,0.3,,,-73.97694396972656,40.75118637084961,-73.9763412475586,40.751792907714844,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-26 18:09:16,2016-01-26 18:54:39,1,13.7,,,-73.8637466430664,40.769901275634766,-73.9887924194336,40.72216033935547,1,N,1,43.0,1.0,0.5,0.3,5.0,5.54,55.34 +1,2016-01-13 20:45:08,2016-01-13 20:56:29,1,1.5,,,-74.00151824951172,40.74666976928711,-74.00115966796875,40.72658157348633,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-16 00:06:49,2016-01-16 00:25:01,5,1.43,,,-73.98046875,40.730533599853516,-73.98931121826172,40.71812438964844,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-13 16:19:25,2016-01-13 16:24:39,1,0.59,,,-73.98564910888672,40.75912094116211,-73.99034881591797,40.751338958740234,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-15 08:10:08,2016-01-15 08:16:57,1,0.8,,,-73.97715759277344,40.753597259521484,-73.98810577392578,40.75957489013672,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-06 11:29:43,2016-01-06 11:37:17,2,1.4,,,-74.00862121582031,40.71953582763672,-74.00753021240234,40.739498138427734,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +1,2016-01-04 12:26:33,2016-01-04 12:37:42,1,2.7,,,-73.87300109863281,40.7744255065918,-73.9121322631836,40.762046813964844,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-21 21:44:24,2016-01-21 21:49:54,1,0.57,,,-73.98030853271484,40.78369140625,-73.98220825195312,40.77599334716797,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,8.8 +1,2016-01-08 16:48:19,2016-01-08 16:53:57,1,1.0,,,-73.956298828125,40.779781341552734,-73.95272064208984,40.791709899902344,1,N,1,6.0,1.0,0.5,0.3,0.5,0.0,8.3 +2,2016-01-18 00:01:42,2016-01-18 00:11:58,2,1.78,,,-73.96600341796875,40.762062072753906,-73.98641967773438,40.7625732421875,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +1,2016-01-04 15:19:47,2016-01-04 15:25:54,1,1.3,,,-73.92801666259766,40.769752502441406,-73.9424057006836,40.7540397644043,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-18 18:39:57,2016-01-18 18:57:03,1,3.6,,,-73.98468017578125,40.73215866088867,-73.98588562011719,40.76885223388672,1,N,1,15.0,0.0,0.5,0.3,1.5,0.0,17.3 +1,2016-01-30 21:28:43,2016-01-30 21:48:42,1,1.2,,,0.0,0.0,-73.99857330322266,40.724815368652344,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +1,2016-01-09 10:27:53,2016-01-09 10:40:25,4,1.7,,,-73.982421875,40.762855529785156,-73.98942565917969,40.74176025390625,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-10 11:08:02,2016-01-10 11:10:31,1,0.5,,,-73.98873901367188,40.74607467651367,-73.98565673828125,40.75204849243164,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,6.0 +1,2016-01-11 18:20:33,2016-01-11 18:26:33,1,0.7,,,-73.99308776855469,40.742401123046875,-73.99140167236328,40.750091552734375,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 12:26:48,2016-01-07 12:33:54,1,0.9,,,-73.95921325683594,40.771785736083984,-73.94871520996094,40.7777214050293,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-09 13:00:48,2016-01-09 13:03:24,1,0.54,,,-73.9548110961914,40.78057861328125,-73.95999145507812,40.773681640625,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-20 07:07:19,2016-01-20 07:23:19,1,3.95,,,-74.00334930419922,40.743858337402344,-74.0074462890625,40.70508575439453,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-09 14:34:34,2016-01-09 14:48:54,1,1.91,,,-73.99559020996094,40.74017333984375,-73.97763061523438,40.743812561035156,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-04 18:25:30,2016-01-04 18:32:28,1,1.19,,,-73.97198486328125,40.762168884277344,-73.96053314208984,40.772682189941406,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-16 11:46:27,2016-01-16 11:56:56,2,1.57,,,-73.98728942871094,40.7226676940918,-73.99747467041016,40.73661804199219,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-16 19:31:44,2016-01-16 19:52:36,2,3.3,,,-73.97842407226562,40.74561309814453,-73.97107696533203,40.78300094604492,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-01 02:11:42,2016-01-01 02:49:05,1,10.04,,,-73.97664642333984,40.76593017578125,-73.91532135009766,40.87883377075195,1,N,2,34.0,0.5,0.5,0.3,0.0,2.54,37.84 +2,2016-01-15 22:35:15,2016-01-15 23:07:53,1,16.49,,,-73.78953552246094,40.646793365478516,-73.96136474609375,40.660003662109375,1,N,1,47.0,0.5,0.5,0.3,9.66,0.0,57.96 +1,2016-01-07 08:07:52,2016-01-07 08:16:57,1,2.1,,,-73.98469543457031,40.77436447143555,-74.005615234375,40.750911712646484,1,N,1,9.0,0.0,0.5,0.3,2.0,0.0,11.8 +2,2016-01-20 15:10:28,2016-01-20 15:28:10,2,2.01,,,-73.95481872558594,40.78947067260742,-73.96488952636719,40.765769958496094,1,N,1,12.5,0.0,0.5,0.3,3.32,0.0,16.62 +1,2016-01-20 11:16:43,2016-01-20 11:33:46,1,1.5,,,-73.97344207763672,40.75826644897461,-73.95417022705078,40.76702117919922,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +1,2016-01-06 15:51:06,2016-01-06 15:58:51,1,1.0,,,-73.98260498046875,40.745601654052734,-73.9946060180664,40.73892593383789,1,Y,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-13 08:03:33,2016-01-13 08:41:13,6,7.75,,,-73.98326110839844,40.693260192871094,-73.9684829711914,40.762481689453125,1,N,1,31.5,0.0,0.5,0.3,3.0,0.0,35.3 +2,2016-01-27 16:54:14,2016-01-27 17:03:48,2,0.79,,,-73.99347686767578,40.74198913574219,-73.98240661621094,40.73590850830078,1,N,1,7.5,1.0,0.5,0.3,1.75,0.0,11.05 +2,2016-01-01 08:51:33,2016-01-01 08:55:02,1,0.96,,,-73.99620056152344,40.766571044921875,-74.00031280517578,40.762001037597656,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-04 22:42:55,2016-01-04 22:54:26,1,2.19,,,-73.96887969970703,40.75831985473633,-73.99849700927734,40.75688171386719,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-11 06:52:52,2016-01-11 06:56:38,1,0.82,,,-73.9827651977539,40.74203872680664,-73.99211120605469,40.749576568603516,1,N,1,4.5,0.0,0.5,0.3,0.5,0.0,5.8 +1,2016-01-01 16:41:35,2016-01-01 16:46:58,2,1.6,,,-73.98213195800781,40.773990631103516,-73.9742660522461,40.79378128051758,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-13 12:43:26,2016-01-13 13:00:25,1,6.04,,,-73.97709655761719,40.75934982299805,-74.01233673095703,40.702640533447266,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +2,2016-01-14 23:30:09,2016-01-14 23:48:10,1,14.44,,,-74.06057739257812,40.7960205078125,-74.26464080810547,40.91476058959961,5,N,2,121.0,0.0,0.0,0.3,0.0,12.5,133.8 +2,2016-01-15 11:43:30,2016-01-15 11:46:55,1,0.45,,,-73.98204040527344,40.77543640136719,-73.98114776611328,40.78131103515625,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +2,2016-01-02 10:28:40,2016-01-02 10:35:11,2,1.26,,,-74.0052261352539,40.73621368408203,-74.0023422241211,40.72169876098633,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-11 23:07:00,2016-01-11 23:14:52,1,1.4,,,-73.98963928222656,40.66912841796875,-73.97473907470703,40.67992401123047,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-06 18:26:27,2016-01-06 18:35:59,1,1.6,,,-73.9702377319336,40.7615966796875,-73.95831298828125,40.780731201171875,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-24 20:07:15,2016-01-24 20:15:11,1,1.22,,,-73.97083282470703,40.751808166503906,-73.9910659790039,40.75783920288086,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,10.38 +2,2016-01-27 12:09:27,2016-01-27 12:41:14,1,1.92,,,-73.99478149414062,40.74030303955078,-73.99635314941406,40.76081466674805,1,N,1,19.0,0.0,0.5,0.3,3.0,0.0,22.8 +2,2016-01-27 16:36:48,2016-01-27 16:54:20,1,5.52,,,-73.97864532470703,40.75127029418945,-74.00889587402344,40.70254135131836,1,N,1,18.5,1.0,0.5,0.3,4.06,0.0,24.36 +2,2016-01-01 04:39:36,2016-01-01 04:57:20,1,7.75,,,-73.98799896240234,40.72240447998047,-73.97257995605469,40.79592514038086,5,N,1,40.0,0.0,0.0,0.3,8.06,0.0,48.36 +1,2016-01-07 09:33:48,2016-01-07 09:47:53,1,1.6,,,-74.00431060791016,40.752403259277344,-73.9930419921875,40.738399505615234,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-21 22:46:37,2016-01-21 22:56:57,1,1.88,,,-73.97981262207031,40.776058197021484,-73.98761749267578,40.75419998168945,1,N,1,9.0,0.5,0.5,0.3,3.09,0.0,13.39 +2,2016-01-16 22:57:33,2016-01-16 23:06:32,1,1.86,,,-73.9823989868164,40.77302551269531,-73.9917984008789,40.75016784667969,1,N,1,8.5,0.5,0.5,0.3,1.5,0.0,11.3 +2,2016-01-04 13:15:01,2016-01-04 13:17:28,1,0.9,,,-73.94561767578125,40.782005310058594,-73.94442749023438,40.79157257080078,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-14 17:22:51,2016-01-14 17:39:37,1,2.43,,,-73.97508239746094,40.74599838256836,-73.96180725097656,40.773719787597656,1,N,1,12.5,1.0,0.5,0.3,1.0,0.0,15.3 +2,2016-01-03 08:22:37,2016-01-03 08:37:42,1,10.83,,,-73.97622680664062,40.74509048461914,-73.87079620361328,40.774051666259766,1,N,1,30.5,0.0,0.5,0.3,7.37,5.54,44.21 +2,2016-01-26 20:39:43,2016-01-26 20:47:40,5,1.3,,,-73.98152923583984,40.749290466308594,-73.99893188476562,40.74717330932617,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +2,2016-01-28 18:18:28,2016-01-28 18:31:38,6,2.54,,,-73.99575805664062,40.76450729370117,-74.00431823730469,40.73406982421875,1,N,1,11.0,1.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-09 23:46:51,2016-01-09 23:51:20,1,1.21,,,-73.97012329101562,40.768428802490234,-73.9772720336914,40.753849029541016,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-17 22:02:24,2016-01-17 22:20:58,1,3.87,,,-74.00091552734375,40.72956466674805,-73.9610824584961,40.75918197631836,1,N,1,15.5,0.5,0.5,0.3,2.0,0.0,18.8 +1,2016-01-29 11:08:29,2016-01-29 11:25:26,1,0.8,,,-74.00597381591797,40.751216888427734,-73.99642944335938,40.75830078125,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-16 18:43:45,2016-01-16 18:48:25,2,0.7,,,-74.00760650634766,40.740867614746094,-74.00576782226562,40.74543380737305,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-06 11:43:48,2016-01-06 12:05:05,2,2.16,,,-73.97968292236328,40.739620208740234,-73.9996566772461,40.72043991088867,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-19 19:37:19,2016-01-19 19:41:51,1,0.8,,,-73.99351501464844,40.72145462036133,-73.98634338378906,40.72962188720703,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-06 08:20:54,2016-01-06 08:26:42,1,0.8,,,-73.99170684814453,40.74941635131836,-73.987548828125,40.74163818359375,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-02 16:07:32,2016-01-02 16:28:38,1,3.59,,,-74.0009536743164,40.741912841796875,-73.96517181396484,40.77214050292969,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +1,2016-01-06 14:30:51,2016-01-06 14:42:10,1,1.8,,,-73.98307800292969,40.76759719848633,-73.96661376953125,40.78901290893555,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-26 11:53:31,2016-01-26 12:03:26,1,3.4,,,-74.00791931152344,40.711769104003906,-73.97604370117188,40.73249435424805,1,N,1,12.5,0.0,0.5,0.3,3.95,0.0,17.25 +1,2016-01-05 20:09:42,2016-01-05 20:15:24,1,1.5,,,-73.99872589111328,40.74540710449219,-73.996337890625,40.76237106323242,1,N,1,7.0,0.5,0.5,0.3,2.05,0.0,10.35 +1,2016-01-15 10:45:33,2016-01-15 11:54:51,2,28.1,,,-73.77915954589844,40.64671325683594,-74.13597869873047,40.782344818115234,5,N,1,129.0,0.0,0.0,0.3,0.0,10.5,139.8 +2,2016-01-26 06:28:09,2016-01-26 06:45:56,1,4.66,,,-73.96019744873047,40.813358306884766,-73.95234680175781,40.766571044921875,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-20 19:21:27,2016-01-20 19:36:09,1,1.0,,,-73.97460174560547,40.74208068847656,-73.98920440673828,40.747840881347656,1,N,1,10.0,1.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-29 14:49:23,2016-01-29 15:10:25,4,1.73,,,-73.97821807861328,40.75080871582031,-74.00411987304688,40.752601623535156,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +2,2016-01-07 22:33:16,2016-01-07 22:36:39,6,0.69,,,-73.98944091796875,40.73017883300781,-73.98090362548828,40.72959899902344,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-30 11:40:41,2016-01-30 11:58:07,1,3.11,,,-73.94766235351562,40.775150299072266,-73.98149108886719,40.75128936767578,1,N,1,14.0,0.0,0.5,0.3,1.0,0.0,15.8 +2,2016-01-22 11:03:37,2016-01-22 11:08:29,1,0.75,,,-73.96365356445312,40.75688934326172,-73.95594024658203,40.76369857788086,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-01 04:06:03,2016-01-01 04:39:00,2,4.5,,,-73.98194122314453,40.75509262084961,-73.85609436035156,40.72757339477539,1,N,3,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +1,2016-01-29 23:34:14,2016-01-29 23:51:50,1,4.4,,,-73.95930480957031,40.720497131347656,-73.99020385742188,40.687469482421875,1,N,1,17.0,0.5,0.5,0.3,3.65,0.0,21.95 +1,2016-01-21 19:04:54,2016-01-21 19:11:22,1,0.6,,,-74.00574493408203,40.745758056640625,-73.9963607788086,40.74041748046875,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-05 20:03:26,2016-01-05 20:09:19,1,0.75,,,-73.99358367919922,40.73361587524414,-74.0021743774414,40.72818374633789,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-11 21:36:46,2016-01-11 21:42:58,1,1.51,,,0.0,0.0,0.0,0.0,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,10.38 +1,2016-01-15 00:25:01,2016-01-15 00:52:53,1,6.3,,,-73.98945617675781,40.72999572753906,-73.90831756591797,40.765380859375,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,25.3 +2,2016-01-21 11:33:04,2016-01-21 11:41:45,6,1.0,,,-73.98255157470703,40.755760192871094,-73.97239685058594,40.76074981689453,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-07 20:24:13,2016-01-07 20:31:22,1,0.9,,,-73.98180389404297,40.74876022338867,-73.9715576171875,40.754371643066406,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-15 02:13:07,2016-01-15 02:25:52,1,3.1,,,-73.98934936523438,40.745330810546875,-73.9557113647461,40.77250289916992,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +1,2016-01-26 00:01:04,2016-01-26 00:13:11,1,2.0,,,-73.9872055053711,40.741493225097656,-73.99958038330078,40.71952819824219,1,N,1,10.0,0.5,0.5,0.3,2.0,0.0,13.3 +1,2016-01-21 09:55:28,2016-01-21 10:10:13,1,2.2,,,-73.96017456054688,40.76197814941406,-73.95355224609375,40.78705978393555,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-09 14:44:07,2016-01-09 14:52:14,1,1.4,,,-73.94584655761719,40.775306701660156,-73.96310424804688,40.76787567138672,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,10.35 +1,2016-01-04 13:51:49,2016-01-04 13:58:59,1,1.2,,,-73.89217376708984,40.76873016357422,-73.9115982055664,40.77547836303711,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-15 00:32:50,2016-01-15 01:03:35,1,6.0,,,-73.99024963378906,40.75148010253906,-73.97209930419922,40.68029022216797,1,N,1,23.5,0.5,0.5,0.3,6.2,0.0,31.0 +2,2016-01-26 11:04:02,2016-01-26 11:23:50,1,1.65,,,-73.97821044921875,40.75410842895508,-73.96293640136719,40.77517318725586,1,N,1,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-02 13:05:35,2016-01-02 13:10:02,1,0.91,,,-73.97093963623047,40.755760192871094,-73.97605895996094,40.763946533203125,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-03 00:30:36,2016-01-03 00:37:08,1,1.2,,,-73.95301818847656,40.78667449951172,-73.94171142578125,40.80121612548828,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-02 19:29:59,2016-01-02 19:44:21,1,0.8,,,-73.98323059082031,40.760719299316406,-73.99099731445312,40.75042724609375,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,11.3 +1,2016-01-05 18:29:36,2016-01-05 18:51:56,2,3.1,,,-73.96936798095703,40.80038070678711,-73.9818344116211,40.76230239868164,1,N,1,16.0,1.0,0.5,0.3,3.55,0.0,21.35 +1,2016-01-13 16:05:25,2016-01-13 16:20:03,1,3.3,,,-73.99642944335938,40.71538543701172,-73.94621276855469,40.714866638183594,1,N,1,13.5,1.0,0.5,0.3,3.0,0.0,18.3 +1,2016-01-01 02:34:39,2016-01-01 02:38:49,1,0.8,,,-73.96332550048828,40.774742126464844,-73.96302795410156,40.767433166503906,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-28 01:29:51,2016-01-28 01:31:53,1,0.75,,,-73.97467803955078,40.76160430908203,-73.9774169921875,40.75347900390625,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,6.62 +1,2016-01-03 19:10:50,2016-01-03 19:13:29,1,0.2,,,-73.97592163085938,40.74968338012695,-73.97166442871094,40.748409271240234,1,N,1,3.5,0.0,0.5,0.3,1.05,0.0,5.35 +1,2016-01-21 19:59:20,2016-01-21 20:22:39,2,4.3,,,-73.97798919677734,40.75251770019531,-74.00779724121094,40.72449493408203,1,N,1,18.5,1.0,0.5,0.3,5.05,0.0,25.35 +1,2016-01-05 09:38:08,2016-01-05 09:48:36,1,1.6,,,-73.98219299316406,40.74900436401367,-73.9952621459961,40.729698181152344,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-25 21:25:25,2016-01-25 21:45:12,1,6.84,,,-73.96833038330078,40.76182556152344,-73.99305725097656,40.69751739501953,1,N,1,22.0,0.5,0.5,0.3,5.0,0.0,28.3 +2,2016-01-22 11:45:14,2016-01-22 12:09:43,1,10.09,,,-73.87301635742188,40.774051666259766,-73.97065734863281,40.75178146362305,1,N,1,29.0,0.0,0.5,0.3,7.07,5.54,42.41 +1,2016-01-04 19:57:13,2016-01-04 20:34:14,1,20.2,,,-73.78618621826172,40.64337921142578,-73.94888305664062,40.8299674987793,2,N,1,52.0,0.0,0.5,0.3,13.2,0.0,66.0 +2,2016-01-24 18:30:55,2016-01-24 18:44:37,1,2.14,,,-73.97740173339844,40.75876998901367,-73.97840881347656,40.7830696105957,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +2,2016-01-05 06:59:42,2016-01-05 07:01:03,1,0.52,,,-73.992919921875,40.730010986328125,-73.99799346923828,40.723609924316406,1,N,1,3.5,0.0,0.5,0.3,0.86,0.0,5.16 +1,2016-01-16 19:36:49,2016-01-16 19:42:36,1,1.2,,,-73.96074676513672,40.76979446411133,-73.94599914550781,40.77880859375,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-30 10:11:26,2016-01-30 10:27:57,1,11.87,,,-73.80732727050781,40.656158447265625,-73.9186019897461,40.73862838745117,1,N,2,32.5,0.0,0.5,0.3,0.0,0.0,33.3 +2,2016-01-30 19:04:31,2016-01-30 19:15:27,1,0.88,,,-73.99784851074219,40.72433090209961,-73.99217224121094,40.72111892700195,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-21 21:18:00,2016-01-21 21:28:18,1,1.2,,,-73.983154296875,40.76805877685547,-73.99314880371094,40.75751876831055,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +1,2016-01-04 05:20:56,2016-01-04 05:27:27,1,2.0,,,-73.98119354248047,40.7739372253418,-73.99111938476562,40.750423431396484,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-12 08:03:58,2016-01-12 08:07:14,1,0.64,,,-73.98301696777344,40.7391242980957,-73.98250579833984,40.745365142822266,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-19 20:00:00,2016-01-19 20:12:29,5,1.86,,,-73.97496032714844,40.75244903564453,-73.9666976928711,40.77233123779297,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +1,2016-01-21 16:10:33,2016-01-21 16:29:15,2,1.9,,,-73.95724487304688,40.78551483154297,-73.9748306274414,40.76091766357422,1,N,1,13.0,1.0,0.5,0.3,3.7,0.0,18.5 +2,2016-01-02 14:54:46,2016-01-02 15:01:33,1,1.5,,,-73.96993255615234,40.76557159423828,-73.97273254394531,40.78059387207031,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-16 23:21:58,2016-01-16 23:35:35,3,2.7,,,-73.97738647460938,40.7642936706543,-73.97078704833984,40.789188385009766,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,16.0 +1,2016-01-23 00:17:15,2016-01-23 00:44:30,2,4.6,,,-73.99542236328125,40.724998474121094,-73.92423248291016,40.707393646240234,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,25.56 +2,2016-01-16 14:06:08,2016-01-16 14:13:31,2,0.76,,,-73.9821548461914,40.768436431884766,-73.97124481201172,40.76386260986328,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-16 21:23:11,2016-01-16 21:30:35,1,1.8,,,-73.97653198242188,40.76454162597656,-73.98079681396484,40.74446105957031,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-14 11:29:26,2016-01-14 11:39:04,1,1.85,,,-73.98049926757812,40.76026916503906,-73.9581298828125,40.768680572509766,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-10 09:00:20,2016-01-10 09:02:06,1,0.79,,,-73.9631118774414,40.7988395690918,-73.97187805175781,40.7905387878418,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-30 23:26:12,2016-01-30 23:34:36,1,2.98,,,-73.9840087890625,40.72105026245117,-73.97252655029297,40.74974822998047,1,N,1,11.5,0.5,0.5,0.3,1.5,0.0,14.3 +2,2016-01-20 16:35:46,2016-01-20 16:37:12,1,0.33,,,-73.9979476928711,40.76145935058594,-73.99833679199219,40.757511138916016,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-04 21:58:15,2016-01-04 22:19:23,3,12.25,,,-73.8642349243164,40.76985168457031,-73.97712707519531,40.72646713256836,1,N,1,35.0,0.5,0.5,0.3,8.37,5.54,50.21 +2,2016-01-27 09:10:22,2016-01-27 09:30:53,5,1.75,,,-73.96992492675781,40.753562927246094,-73.99230194091797,40.74929428100586,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-22 01:33:17,2016-01-22 01:40:54,1,2.7,,,-73.97969055175781,40.751609802246094,-73.97126007080078,40.78257751464844,1,N,1,9.5,0.5,0.5,0.3,1.6,0.0,12.4 +2,2016-01-28 21:36:17,2016-01-28 21:44:29,1,1.27,,,-73.99434661865234,40.73543167114258,-73.9864730834961,40.747501373291016,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-15 17:31:52,2016-01-15 17:54:31,1,3.54,,,-73.99170684814453,40.749088287353516,-73.95458221435547,40.77804183959961,1,N,1,16.5,1.0,0.5,0.3,2.5,0.0,20.8 +2,2016-01-20 08:05:10,2016-01-20 08:24:14,5,1.13,,,-73.95014190673828,40.77616882324219,-73.96415710449219,40.772132873535156,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-14 12:46:25,2016-01-14 13:02:00,5,4.6,,,-73.97606658935547,40.7888298034668,-74.00965118408203,40.73960876464844,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-17 05:34:36,2016-01-17 05:49:30,2,4.73,,,-73.99803924560547,40.737552642822266,-73.98200988769531,40.68180465698242,1,N,1,16.5,0.5,0.5,0.3,0.0,0.0,17.8 +2,2016-01-12 21:31:46,2016-01-12 21:37:47,1,0.93,,,-73.98692321777344,40.73958206176758,-73.97804260253906,40.7510986328125,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-02 18:54:25,2016-01-02 18:58:44,2,0.6,,,-73.979248046875,40.749637603759766,-73.97364044189453,40.757076263427734,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-04 20:35:36,2016-01-04 21:14:26,1,10.5,,,-73.92742919921875,40.65121078491211,-73.98761749267578,40.75065612792969,1,N,1,34.5,0.5,0.5,0.3,7.15,0.0,42.95 +2,2016-01-15 21:01:43,2016-01-15 21:10:25,2,1.44,,,-73.97508239746094,40.7613410949707,-73.97557067871094,40.74536895751953,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-04 09:26:44,2016-01-04 10:10:25,2,18.29,,,-73.78194427490234,40.64470672607422,-73.99164581298828,40.73522186279297,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-20 10:58:41,2016-01-20 11:02:18,1,0.4,,,-73.94947052001953,40.78096008300781,-73.95360565185547,40.7752571105957,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-30 00:05:31,2016-01-30 00:15:24,1,1.93,,,-73.95337677001953,40.77560043334961,-73.97827911376953,40.784080505371094,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +2,2016-01-19 16:39:46,2016-01-19 16:54:58,1,1.4,,,-73.9804916381836,40.7469482421875,-74.00404357910156,40.75679016113281,1,N,1,10.5,1.0,0.5,0.3,1.5,0.0,13.8 +1,2016-01-07 12:51:50,2016-01-07 13:06:20,2,1.0,,,-73.9627685546875,40.77402114868164,-73.97102355957031,40.76155471801758,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-11 09:59:31,2016-01-11 10:06:50,1,1.5,,,-73.96369934082031,40.7979850769043,-73.95014190673828,40.78724670410156,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-01 21:31:26,2016-01-01 21:38:34,1,2.3,,,-73.98690032958984,40.761932373046875,-74.00609588623047,40.73980712890625,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-06 17:29:40,2016-01-06 17:56:09,2,10.4,,,-73.97402954101562,40.75110626220703,-73.87297058105469,40.77426528930664,1,N,1,30.0,1.0,0.5,0.3,9.34,5.54,46.68 +2,2016-01-21 00:41:47,2016-01-21 00:41:52,4,0.0,,,0.0,0.0,0.0,0.0,5,N,1,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-10 04:21:02,2016-01-10 04:29:34,1,2.87,,,-73.96517944335938,40.75543975830078,-73.92637634277344,40.74382019042969,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,13.8 +1,2016-01-20 17:00:19,2016-01-20 17:14:29,1,1.6,,,-73.95476531982422,40.76549530029297,-73.98120880126953,40.77354049682617,1,N,1,10.5,1.0,0.5,0.3,2.0,0.0,14.3 +2,2016-01-21 11:09:26,2016-01-21 11:18:59,1,0.97,,,-74.00729370117188,40.710655212402344,-74.00554656982422,40.71506118774414,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-12 13:58:14,2016-01-12 14:23:33,1,14.5,,,-73.86349487304688,40.76979446411133,-74.01506805419922,40.70918655395508,1,N,1,40.0,0.0,0.5,0.3,11.55,5.54,57.89 +2,2016-01-08 08:27:16,2016-01-08 08:51:47,6,3.12,,,-73.9476089477539,40.77545928955078,-73.98306274414062,40.7681999206543,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,21.36 +1,2016-01-09 09:21:20,2016-01-09 09:23:26,1,0.5,,,-73.9807357788086,40.73067855834961,-73.98851776123047,40.73308563232422,1,N,1,3.5,0.0,0.5,0.3,1.5,0.0,5.8 +2,2016-01-07 18:56:24,2016-01-07 19:09:05,1,1.8,,,-73.98230743408203,40.74536895751953,-74.0009765625,40.73666000366211,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-17 19:25:51,2016-01-17 19:32:35,1,1.95,,,-73.98123168945312,40.78105163574219,-73.9657211303711,40.80390167236328,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-14 19:45:57,2016-01-14 19:55:16,1,1.61,,,-73.99945831298828,40.763031005859375,-73.98323822021484,40.771400451660156,1,N,1,8.5,1.0,0.5,0.3,3.09,0.0,13.39 +2,2016-01-16 14:24:35,2016-01-16 14:28:56,4,0.94,,,-73.97647094726562,40.76382064819336,-73.97923278808594,40.753509521484375,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-02 00:09:55,2016-01-02 00:22:16,2,6.5,,,-73.98926544189453,40.71875762939453,-73.94769287109375,40.78337478637695,1,N,1,19.5,0.5,0.5,0.3,4.15,0.0,24.95 +2,2016-01-24 19:00:17,2016-01-24 19:19:25,2,10.09,,,-73.86263275146484,40.769405364990234,-73.96221160888672,40.762786865234375,1,N,1,29.0,0.0,0.5,0.3,4.5,5.54,39.84 +2,2016-01-01 01:32:38,2016-01-01 01:51:16,1,4.41,,,-73.99372100830078,40.721500396728516,-73.95545959472656,40.776710510253906,1,N,1,16.5,0.5,0.5,0.3,1.8,0.0,19.6 +2,2016-01-02 18:19:11,2016-01-02 18:25:18,2,1.07,,,-74.00011444091797,40.73291778564453,-74.00739288330078,40.7410888671875,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-17 03:06:01,2016-01-17 03:11:28,1,1.04,,,-73.98681640625,40.761329650878906,-73.98091125488281,40.755470275878906,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 13:23:40,2016-01-22 14:26:48,1,18.11,,,-73.79013061523438,40.64698028564453,-73.97785949707031,40.7637939453125,2,N,1,52.0,0.0,0.5,0.3,17.5,5.54,75.84 +1,2016-01-19 11:29:37,2016-01-19 11:54:17,1,2.8,,,-74.00556182861328,40.72578430175781,-74.00157165527344,40.756446838378906,1,N,1,17.0,0.0,0.5,0.3,3.0,0.0,20.8 +1,2016-01-19 15:25:46,2016-01-19 15:40:57,1,1.7,,,-73.99481201171875,40.7402458190918,-73.9920425415039,40.75939178466797,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-07 23:19:14,2016-01-07 23:19:21,1,0.0,,,-74.00122833251953,40.73089599609375,-74.00122833251953,40.73089599609375,1,N,1,2.5,0.5,0.5,0.3,5.0,0.0,8.8 +1,2016-01-25 12:34:31,2016-01-25 12:54:50,1,0.6,,,-73.97708129882812,40.75394821166992,-73.98192596435547,40.75933074951172,1,N,1,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-19 21:59:23,2016-01-19 22:11:11,1,2.78,,,-73.98079681396484,40.76792907714844,-73.95157623291016,40.77838897705078,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-02 12:13:00,2016-01-02 12:36:46,3,6.9,,,-74.01538848876953,40.704776763916016,-73.9721908569336,40.78142547607422,1,N,2,23.5,0.0,0.5,0.3,0.0,0.0,24.3 +2,2016-01-29 02:40:10,2016-01-29 02:50:15,1,1.25,,,-73.98515319824219,40.738590240478516,-74.00402069091797,40.742130279541016,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-18 15:26:36,2016-01-18 15:31:54,2,0.62,,,-73.98558044433594,40.760128021240234,-73.97989654541016,40.758365631103516,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-25 09:36:36,2016-01-25 09:43:26,1,1.22,,,-74.01783752441406,40.7094612121582,-74.0100326538086,40.702049255371094,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-16 18:03:55,2016-01-16 19:28:26,2,14.6,,,-73.97904968261719,40.75465393066406,-73.98951721191406,40.6197509765625,1,N,2,59.5,0.0,0.5,0.3,0.0,0.0,60.3 +1,2016-01-21 17:14:36,2016-01-21 17:27:35,1,1.3,,,-73.97700500488281,40.749542236328125,-73.97730255126953,40.762733459472656,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-25 13:36:46,2016-01-25 14:16:42,1,10.37,,,-73.87599182128906,40.77158737182617,-73.9808578491211,40.76775360107422,1,N,1,38.0,0.0,0.5,0.3,8.87,5.54,53.21 +1,2016-01-10 04:41:36,2016-01-10 04:48:49,1,2.4,,,-73.98343658447266,40.73834991455078,-73.9767074584961,40.764923095703125,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +1,2016-01-13 20:14:42,2016-01-13 20:26:13,1,1.8,,,-73.97616577148438,40.75526428222656,-73.956298828125,40.7687873840332,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-27 21:47:00,2016-01-27 21:59:41,1,1.79,,,-73.97086334228516,40.7617301940918,-73.98999786376953,40.74702835083008,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +1,2016-01-01 02:24:14,2016-01-01 02:38:01,1,0.9,,,-73.998046875,40.76082992553711,-73.98826599121094,40.75960922241211,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +1,2016-01-20 21:39:44,2016-01-20 21:54:25,1,2.9,,,-74.0000991821289,40.72861862182617,-74.00269317626953,40.760658264160156,1,N,1,13.0,0.5,0.5,0.3,2.85,0.0,17.15 +1,2016-01-13 07:56:11,2016-01-13 08:07:42,2,1.5,,,-73.962646484375,40.758365631103516,-73.96272277832031,40.775001525878906,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-03 11:40:06,2016-01-03 11:46:52,3,1.2,,,-73.9621353149414,40.779090881347656,-73.97308349609375,40.76398468017578,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-12 19:09:03,2016-01-12 19:17:25,3,1.15,,,-73.94863891601562,40.7975959777832,-73.95049285888672,40.78569412231445,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-16 15:58:35,2016-01-16 16:12:08,2,2.4,,,-73.97808074951172,40.75741195678711,-73.95294952392578,40.780357360839844,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-03 22:52:44,2016-01-03 23:12:12,1,5.35,,,-73.98274230957031,40.77699661254883,-74.00550079345703,40.71113204956055,1,N,1,18.0,0.5,0.5,0.3,3.0,0.0,22.3 +2,2016-01-25 09:28:43,2016-01-25 09:35:11,1,0.84,,,-73.98713684082031,40.77920913696289,-73.98188781738281,40.76926040649414,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-10 13:51:18,2016-01-10 13:57:50,1,1.1,,,-73.99343872070312,40.733184814453125,-73.9797592163086,40.73731994628906,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-13 19:46:43,2016-01-13 19:50:34,1,0.51,,,-73.98115539550781,40.76567840576172,-73.98786163330078,40.765045166015625,1,N,1,4.5,1.0,0.5,0.3,1.58,0.0,7.88 +2,2016-01-23 14:23:27,2016-01-23 14:36:53,1,1.69,,,-73.94331359863281,40.836387634277344,-73.95829772949219,40.815670013427734,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-10 01:11:07,2016-01-10 01:14:05,1,0.7,,,-73.97664642333984,40.75059127807617,-73.98556518554688,40.74724578857422,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +2,2016-01-21 20:39:01,2016-01-21 20:49:29,5,1.39,,,-73.99411010742188,40.75127029418945,-73.98529815673828,40.73974609375,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-20 08:16:32,2016-01-20 08:17:58,1,0.42,,,-74.00604248046875,40.735355377197266,-74.00151062011719,40.73759841918945,1,N,1,3.5,0.0,0.5,0.3,1.7,0.0,6.0 +1,2016-01-13 10:46:10,2016-01-13 11:07:04,1,3.6,,,-73.98606872558594,40.759864807128906,-73.94964599609375,40.7845458984375,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-18 06:55:35,2016-01-18 06:56:08,1,0.0,,,-73.9632339477539,40.809146881103516,0.0,0.0,2,N,1,52.0,0.0,0.5,0.3,10.0,5.54,68.34 +2,2016-01-19 13:19:37,2016-01-19 13:51:28,1,4.41,,,-73.95254516601562,40.792301177978516,-73.98381042480469,40.738983154296875,1,N,1,22.0,0.0,0.5,0.3,2.0,0.0,24.8 +1,2016-01-06 14:40:10,2016-01-06 14:51:02,1,1.9,,,-73.99011993408203,40.733375549316406,-73.97650909423828,40.75815963745117,1,N,1,9.5,0.0,0.5,0.3,2.55,0.0,12.85 +2,2016-01-09 21:28:03,2016-01-09 21:38:03,3,1.74,,,-74.00128936767578,40.7311897277832,-74.00730895996094,40.71467208862305,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-29 08:14:50,2016-01-29 08:18:57,1,0.6,,,-74.01538848876953,40.715843200683594,-74.01754760742188,40.710487365722656,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,7.5 +2,2016-01-17 04:23:19,2016-01-17 04:48:16,1,8.63,,,-73.98944854736328,40.72787857055664,-73.9408187866211,40.81155014038086,1,N,1,26.0,0.5,0.5,0.3,1.0,0.0,28.3 +1,2016-01-20 13:46:00,2016-01-20 13:50:57,1,0.7,,,-73.9885025024414,40.73690414428711,-73.97863006591797,40.73604202270508,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-30 14:58:50,2016-01-30 15:11:54,2,1.1,,,-73.99685668945312,40.73723220825195,-73.98921966552734,40.726505279541016,1,N,1,9.5,0.0,0.5,0.3,1.5,0.0,11.8 +1,2016-01-09 00:59:38,2016-01-09 01:06:39,5,1.4,,,0.0,0.0,0.0,0.0,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-29 08:32:04,2016-01-29 08:41:22,1,0.9,,,-73.96224975585938,40.770267486572266,-73.97159576416016,40.76042938232422,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-13 20:42:17,2016-01-13 21:01:15,1,6.59,,,-73.98641967773438,40.74617004394531,-73.9577407836914,40.8161506652832,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,23.3 +1,2016-01-27 07:39:49,2016-01-27 07:41:50,1,0.5,,,-73.95206451416016,40.77313232421875,-73.95405578613281,40.77803421020508,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-13 12:29:54,2016-01-13 12:35:09,1,0.7,,,-74.00491333007812,40.73741149902344,-73.99581146240234,40.745201110839844,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-15 13:16:49,2016-01-15 13:27:04,4,2.07,,,-73.98216247558594,40.771976470947266,-73.96576690673828,40.79543685913086,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-13 17:24:45,2016-01-13 18:23:44,1,17.6,,,-73.7902603149414,40.643775939941406,-73.98638916015625,40.718074798583984,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +2,2016-01-26 22:51:54,2016-01-26 23:15:29,1,5.21,,,-73.97093963623047,40.75558090209961,-73.91251373291016,40.77082824707031,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,21.8 +1,2016-01-13 10:53:38,2016-01-13 11:03:35,2,1.5,,,-73.98210906982422,40.76874923706055,-73.97242736816406,40.785499572753906,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-29 11:05:29,2016-01-29 11:21:01,1,1.4,,,-73.9852294921875,40.72772216796875,-73.99431610107422,40.74089813232422,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-22 11:35:09,2016-01-22 11:44:28,1,1.48,,,-73.96772766113281,40.78763961791992,-73.98535919189453,40.778751373291016,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-04 07:55:17,2016-01-04 08:09:39,3,0.83,,,-73.983642578125,40.759700775146484,-73.97486877441406,40.7533073425293,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-28 19:41:38,2016-01-28 19:48:18,1,0.79,,,-73.98825073242188,40.74325180053711,-73.9957275390625,40.73313903808594,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-04 05:05:17,2016-01-04 05:24:44,1,9.9,,,-73.97666931152344,40.76607894897461,-73.8613052368164,40.76805877685547,1,N,1,28.5,0.5,0.5,0.3,5.95,0.0,35.75 +1,2016-01-20 08:41:58,2016-01-20 08:56:02,1,1.6,,,-73.98157501220703,40.76707077026367,-73.96189880371094,40.76789855957031,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-30 18:52:56,2016-01-30 19:00:57,2,1.0,,,-73.99407958984375,40.75106430053711,-73.98423767089844,40.7615966796875,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-25 09:18:28,2016-01-25 09:21:20,3,0.54,,,-73.98058319091797,40.745182037353516,-73.98625183105469,40.74016571044922,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +2,2016-01-24 11:43:44,2016-01-24 11:52:46,1,1.47,,,-73.98894500732422,40.73671340942383,-73.99430847167969,40.750953674316406,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-10 09:36:54,2016-01-10 09:45:57,1,1.46,,,-74.00653839111328,40.73900604248047,-73.99012756347656,40.75227737426758,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-29 11:15:48,2016-01-29 11:26:53,1,1.0,,,-73.96879577636719,40.786163330078125,-73.96432495117188,40.774574279785156,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-14 18:00:56,2016-01-14 18:04:40,1,0.48,,,-73.98004150390625,40.7807502746582,-73.98013305664062,40.78567886352539,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-22 19:36:08,2016-01-22 19:46:06,1,1.1,,,-73.97857666015625,40.752803802490234,-73.9907455444336,40.75102615356445,1,N,1,8.0,1.0,0.5,0.3,2.9,0.0,12.7 +1,2016-01-05 19:53:00,2016-01-05 19:58:35,1,0.7,,,-73.99529266357422,40.74388122558594,-73.98500061035156,40.74362564086914,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-16 15:22:39,2016-01-16 15:53:33,2,3.63,,,-73.98851776123047,40.7499885559082,-73.98143768310547,40.71717071533203,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-11 10:00:36,2016-01-11 10:11:28,1,1.39,,,-73.96438598632812,40.767417907714844,-73.9869155883789,40.77586364746094,1,N,1,9.0,0.0,0.5,0.3,2.0,0.0,11.8 +1,2016-01-15 21:36:33,2016-01-15 22:06:18,3,4.0,,,-73.99185180664062,40.7264404296875,-73.98125457763672,40.77359390258789,1,N,1,20.5,0.5,0.5,0.3,4.35,0.0,26.15 +1,2016-01-26 13:03:10,2016-01-26 13:36:08,1,15.9,,,-73.98640441894531,40.73540115356445,-74.18147277832031,40.68770217895508,3,N,1,63.0,0.0,0.0,0.3,14.75,10.5,88.55 +1,2016-01-03 08:43:30,2016-01-03 08:57:47,3,8.2,,,-73.95187377929688,40.7864875793457,-73.86135864257812,40.7680549621582,1,N,2,23.5,0.0,0.5,0.3,0.0,5.54,29.84 +2,2016-01-24 21:02:37,2016-01-24 21:11:55,1,1.6,,,-73.98003387451172,40.76081848144531,-73.9935531616211,40.74568557739258,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-20 19:01:31,2016-01-20 19:07:18,1,0.9,,,-73.99861907958984,40.73393249511719,-73.99187469482422,40.74445343017578,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-17 17:17:52,2016-01-17 17:37:38,1,6.55,,,-74.01400756835938,40.71262741088867,-73.9766845703125,40.75187301635742,1,N,1,21.5,0.0,0.5,0.3,4.46,0.0,26.76 +2,2016-01-09 23:31:28,2016-01-09 23:39:12,2,2.0,,,-74.01535034179688,40.709930419921875,-74.009765625,40.73796844482422,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-07 17:07:43,2016-01-07 17:17:10,2,2.01,,,-73.99667358398438,40.752925872802734,-73.97765350341797,40.76372146606445,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-14 05:59:29,2016-01-14 06:03:16,1,0.8,,,-73.98982238769531,40.75670623779297,-73.97904968261719,40.753440856933594,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-21 21:53:37,2016-01-21 21:58:24,1,0.6,,,-73.95926666259766,40.774620056152344,-73.96552276611328,40.76592254638672,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-23 12:41:27,2016-01-23 12:42:42,1,0.2,,,-73.99107360839844,40.73019027709961,-73.98890686035156,40.73082733154297,1,N,1,3.0,0.0,0.5,0.3,1.5,0.0,5.3 +2,2016-01-04 23:29:03,2016-01-04 23:56:47,5,10.9,,,-73.87318420410156,40.77412414550781,-73.98258972167969,40.7672004699707,1,N,1,33.5,0.5,0.5,0.3,8.07,5.54,48.41 +2,2016-01-25 11:20:36,2016-01-25 11:48:49,1,2.54,,,-73.95194244384766,40.78156661987305,-73.97730255126953,40.75817108154297,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,18.3 +2,2016-01-30 06:49:23,2016-01-30 07:07:25,1,4.91,,,-74.0080337524414,40.70465850830078,-74.00232696533203,40.75511932373047,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,23.16 +2,2016-01-25 21:53:40,2016-01-25 22:02:54,6,1.46,,,-73.99449157714844,40.734806060791016,-74.00724792480469,40.746585845947266,1,N,1,7.5,0.5,0.5,0.3,1.28,0.0,10.08 +2,2016-01-01 10:46:49,2016-01-01 10:52:06,6,1.12,,,-73.97508239746094,40.75868606567383,-73.96379852294922,40.761383056640625,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-25 19:19:15,2016-01-25 19:29:31,3,1.49,,,-73.99095916748047,40.73957061767578,-73.99342346191406,40.72444152832031,1,N,1,8.5,1.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-03 09:37:40,2016-01-03 09:45:24,1,2.1,,,-73.9610595703125,40.76175308227539,-73.97604370117188,40.751094818115234,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-19 09:44:19,2016-01-19 10:05:03,1,3.5,,,-73.98643493652344,40.777469635009766,-73.99122619628906,40.73912048339844,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-29 18:42:19,2016-01-29 18:57:09,5,1.32,,,-73.98216247558594,40.731239318847656,-74.00090789794922,40.74156188964844,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +1,2016-01-10 14:53:55,2016-01-10 15:06:39,1,2.1,,,-73.98228454589844,40.740177154541016,-74.000732421875,40.72224044799805,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-08 13:12:05,2016-01-08 13:28:37,5,2.26,,,-73.97364807128906,40.76020050048828,-73.9503173828125,40.78369903564453,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +1,2016-01-28 22:51:39,2016-01-28 22:52:26,1,0.3,,,0.0,0.0,0.0,0.0,1,N,1,3.0,0.5,0.5,0.3,0.85,0.0,5.15 +1,2016-01-04 21:03:57,2016-01-04 21:14:47,1,2.2,,,-74.00381469726562,40.73833084106445,-73.98787689208984,40.76546859741211,1,N,1,10.0,0.5,0.5,0.3,2.0,0.0,13.3 +1,2016-01-13 19:02:10,2016-01-13 19:24:21,2,0.5,,,-73.93012237548828,40.73689270019531,-73.9715347290039,40.750858306884766,1,N,2,4.0,1.0,0.5,0.3,0.0,5.54,11.34 +2,2016-01-12 12:14:29,2016-01-12 12:34:00,1,3.79,,,-74.00908660888672,40.71330642700195,-73.99913787841797,40.76073455810547,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +2,2016-01-06 07:01:35,2016-01-06 07:26:12,5,12.72,,,-74.00808715820312,40.722389221191406,-73.8616714477539,40.768280029296875,1,N,1,36.5,0.0,0.5,0.3,7.46,0.0,44.76 +1,2016-01-15 21:53:50,2016-01-15 22:03:55,1,2.5,,,-73.9832992553711,40.760398864746094,-73.9782485961914,40.79000473022461,1,N,1,10.0,0.5,0.5,0.3,1.7,0.0,13.0 +2,2016-01-22 18:20:33,2016-01-22 18:28:10,5,1.33,,,-73.97064208984375,40.764060974121094,-73.95642852783203,40.77528762817383,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-06 06:23:51,2016-01-06 06:25:36,1,0.6,,,-73.95841217041016,40.775665283203125,-73.96501159667969,40.769004821777344,1,N,1,4.0,0.0,0.5,0.3,0.86,0.0,5.66 +2,2016-01-08 19:48:56,2016-01-08 20:08:09,1,2.33,,,-74.00862121582031,40.73300552368164,-73.98986053466797,40.717132568359375,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-07 18:50:31,2016-01-07 18:54:24,2,0.7,,,-73.97952270507812,40.7519645690918,-73.97300720214844,40.758766174316406,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-03 11:54:35,2016-01-03 12:01:10,1,1.32,,,-73.9919662475586,40.759483337402344,-73.99315643310547,40.74713134765625,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-30 21:05:20,2016-01-30 21:12:24,5,1.5,,,-73.95999145507812,40.81364059448242,-73.97183227539062,40.79484176635742,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +1,2016-01-19 12:06:57,2016-01-19 12:13:07,1,0.9,,,-73.99503326416016,40.740142822265625,-74.00396728515625,40.73348617553711,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-16 18:11:16,2016-01-16 18:15:33,2,0.9,,,-73.97267150878906,40.780941009521484,-73.9615249633789,40.780067443847656,1,N,1,5.5,0.0,0.5,0.3,1.55,0.0,7.85 +2,2016-01-21 17:07:40,2016-01-21 17:56:43,1,10.56,,,-73.87525939941406,40.77389144897461,-73.97714233398438,40.76386260986328,1,N,2,38.0,1.0,0.5,0.3,0.0,5.54,45.34 +1,2016-01-16 17:50:05,2016-01-16 17:56:40,1,1.2,,,-73.97003936767578,40.761112213134766,-73.98201751708984,40.7467155456543,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-28 18:21:44,2016-01-28 18:35:22,1,1.37,,,-74.00560760498047,40.74040985107422,-73.9874267578125,40.74287033081055,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-05 10:30:39,2016-01-05 10:53:29,1,4.98,,,-73.96001434326172,40.77621841430664,-73.95909118652344,40.728729248046875,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,19.8 +1,2016-01-22 09:04:03,2016-01-22 09:07:50,1,0.6,,,-73.964111328125,40.792503356933594,-73.9736557006836,40.792259216308594,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +1,2016-01-09 01:18:43,2016-01-09 01:30:23,1,0.9,,,-73.9853515625,40.738407135009766,-73.98866271972656,40.74513244628906,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-29 13:31:16,2016-01-29 13:41:14,1,1.0,,,-73.9843521118164,40.74589538574219,-73.97063446044922,40.74930191040039,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-19 20:04:20,2016-01-19 20:14:59,1,2.2,,,-73.97093200683594,40.76469421386719,-73.97975158691406,40.787109375,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +2,2016-01-28 09:15:31,2016-01-28 09:40:15,4,8.28,,,-73.950439453125,40.7790412902832,-74.01541900634766,40.711517333984375,1,N,1,27.0,0.0,0.5,0.3,5.56,0.0,33.36 +1,2016-01-19 08:15:46,2016-01-19 08:22:43,2,0.8,,,-73.9886703491211,40.757747650146484,-74.00017547607422,40.758609771728516,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-21 09:41:29,2016-01-21 09:58:33,1,2.5,,,-73.95368957519531,40.76711654663086,-73.98313903808594,40.7550163269043,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-20 21:34:45,2016-01-20 21:39:45,1,1.01,,,-73.9975357055664,40.761375427246094,-73.9873275756836,40.765830993652344,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-17 15:04:55,2016-01-17 15:30:39,3,3.5,,,-73.9967269897461,40.72526931762695,-73.98091125488281,40.76449966430664,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-07 22:31:06,2016-01-07 22:40:44,2,2.5,,,-73.98979949951172,40.7728157043457,-73.96746826171875,40.80030822753906,1,N,1,10.0,0.5,0.5,0.3,1.5,0.0,12.8 +1,2016-01-05 19:56:21,2016-01-05 20:13:58,1,3.2,,,-73.97055053710938,40.76475524902344,-73.99929809570312,40.72999954223633,1,N,1,13.5,1.0,0.5,0.3,1.0,0.0,16.3 +1,2016-01-03 10:19:04,2016-01-03 10:28:53,1,1.7,,,-73.96865844726562,40.754634857177734,-73.99132537841797,40.74991989135742,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-26 22:10:26,2016-01-26 22:24:02,1,3.1,,,-73.9800033569336,40.760616302490234,-73.96942138671875,40.79787826538086,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,15.8 +1,2016-01-19 11:00:44,2016-01-19 11:24:49,1,2.4,,,-74.00833892822266,40.73478317260742,-73.97499084472656,40.74173355102539,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-20 07:37:22,2016-01-20 07:46:38,1,1.85,,,-74.00596618652344,40.74549102783203,-73.98139953613281,40.755489349365234,1,N,1,8.5,0.0,0.5,0.3,1.5,0.0,10.8 +2,2016-01-08 07:44:27,2016-01-08 08:14:04,1,3.77,,,-73.96450805664062,40.7651252746582,-73.9628677368164,40.804264068603516,1,N,1,20.0,0.0,0.5,0.3,4.16,0.0,24.96 +1,2016-01-30 19:05:18,2016-01-30 19:10:40,2,0.9,,,-73.98250579833984,40.723323822021484,-73.9851303100586,40.73247146606445,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-25 17:42:57,2016-01-25 17:53:59,2,1.47,,,-73.98173522949219,40.77320098876953,-73.9631576538086,40.77517318725586,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-06 17:35:36,2016-01-06 17:59:45,1,9.7,,,-73.96847534179688,40.75053787231445,-73.86538696289062,40.770870208740234,1,Y,1,28.5,1.0,0.5,0.3,8.95,5.54,44.79 +1,2016-01-22 11:39:34,2016-01-22 11:55:15,1,4.6,,,-73.99081420898438,40.73821258544922,-74.01168060302734,40.703857421875,1,N,1,17.0,0.0,0.5,0.3,3.55,0.0,21.35 +2,2016-01-15 08:05:22,2016-01-15 08:13:34,1,1.13,,,-73.98209381103516,40.75716018676758,-73.99149322509766,40.74992752075195,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-26 09:44:56,2016-01-26 09:58:57,1,2.0,,,-73.95918273925781,40.79938888549805,-73.97887420654297,40.777225494384766,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-26 21:37:05,2016-01-26 21:45:53,1,1.6,,,-73.96963500976562,40.785377502441406,-73.94721221923828,40.78009033203125,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +1,2016-01-20 09:58:46,2016-01-20 10:20:41,1,2.4,,,-73.9951171875,40.73979568481445,-73.99626159667969,40.76359176635742,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +1,2016-01-28 09:04:05,2016-01-28 09:36:39,1,3.9,,,-74.01472473144531,40.71564865112305,-73.992431640625,40.76380157470703,1,N,1,22.0,0.0,0.5,0.3,3.0,0.0,25.8 +2,2016-01-25 22:54:45,2016-01-25 23:04:40,1,1.88,,,-73.98934173583984,40.74193572998047,-73.96978759765625,40.7536506652832,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +2,2016-01-21 08:08:58,2016-01-21 08:12:52,4,0.36,,,-73.99032592773438,40.75641632080078,-73.98439025878906,40.75532913208008,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,6.62 +1,2016-01-27 16:40:10,2016-01-27 17:35:58,1,8.3,,,-73.86286163330078,40.76919174194336,-73.94847106933594,40.718406677246094,1,N,1,37.0,1.0,0.5,0.3,7.76,0.0,46.56 +2,2016-01-22 09:17:07,2016-01-22 09:19:38,1,0.62,,,-73.95270538330078,40.823516845703125,-73.95980834960938,40.820091247558594,1,N,1,4.0,0.0,0.5,0.3,2.0,0.0,6.8 +2,2016-01-24 18:41:15,2016-01-24 18:54:00,2,2.32,,,-73.98025512695312,40.77043151855469,-73.9558334350586,40.787750244140625,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-15 13:07:20,2016-01-15 13:13:51,1,1.1,,,0.0,0.0,0.0,0.0,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-12 09:59:52,2016-01-12 10:20:02,1,2.6,,,-73.94954681396484,40.77254867553711,-73.97906494140625,40.7601203918457,1,N,1,14.0,0.0,0.5,0.3,1.0,0.0,15.8 +1,2016-01-12 22:29:36,2016-01-12 22:38:48,1,2.1,,,-73.99034118652344,40.718963623046875,-73.95572662353516,40.70964431762695,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,11.8 +1,2016-01-29 11:22:22,2016-01-29 11:43:23,1,1.6,,,-73.98358917236328,40.747100830078125,-73.97425079345703,40.76469421386719,1,N,1,13.5,0.0,0.5,0.3,1.0,0.0,15.3 +2,2016-01-11 14:34:19,2016-01-11 14:37:06,4,0.35,,,-73.9845962524414,40.759368896484375,-73.98655700683594,40.75539016723633,1,N,1,3.5,0.0,0.5,0.3,1.08,0.0,5.38 +2,2016-01-09 20:15:36,2016-01-09 20:24:55,1,1.83,,,-73.98189544677734,40.7786750793457,-73.95721435546875,40.7744255065918,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-30 21:39:17,2016-01-30 21:49:50,2,2.1,,,-73.98576354980469,40.76316833496094,-73.9572525024414,40.76610565185547,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +2,2016-01-14 10:54:46,2016-01-14 10:56:57,2,0.46,,,-73.95394134521484,40.779090881347656,-73.94943237304688,40.78512954711914,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-03 13:27:43,2016-01-03 14:11:34,1,17.82,,,-73.78972625732422,40.64292907714844,-73.98594665527344,40.7581901550293,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-16 13:23:05,2016-01-16 13:32:16,1,1.0,,,-74.0094223022461,40.71505355834961,-74.01395416259766,40.70253372192383,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-26 15:03:37,2016-01-26 15:27:26,1,2.0,,,-73.98438262939453,40.77386474609375,-73.9616928100586,40.779964447021484,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-07 18:35:36,2016-01-07 18:46:48,2,1.2,,,-73.9806137084961,40.75352478027344,-74.00031280517578,40.757530212402344,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-30 23:27:18,2016-01-30 23:32:54,6,0.8,,,-73.9752197265625,40.75008010864258,-73.9657974243164,40.755409240722656,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-16 20:56:13,2016-01-16 21:00:38,2,0.69,,,-73.99800872802734,40.7458381652832,-73.98806762695312,40.749900817871094,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-30 02:00:14,2016-01-30 02:10:05,6,1.8,,,-74.00580596923828,40.739959716796875,-74.01040649414062,40.720211029052734,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +1,2016-01-12 13:23:30,2016-01-12 13:37:04,1,1.4,,,-73.96974182128906,40.76279830932617,-73.95171356201172,40.77154541015625,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-06 17:18:23,2016-01-06 17:28:09,3,0.95,,,-73.9595718383789,40.776851654052734,-73.95475006103516,40.77061080932617,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-16 00:23:12,2016-01-16 00:37:22,1,4.0,,,-74.0111083984375,40.703453063964844,-73.97283935546875,40.69325256347656,1,N,1,14.5,0.5,0.5,0.3,3.15,0.0,18.95 +2,2016-01-03 04:16:53,2016-01-03 04:24:16,1,2.76,,,-73.98875427246094,40.76375198364258,-73.99027252197266,40.73463821411133,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-17 15:38:55,2016-01-17 15:49:26,2,2.1,,,-73.98729705810547,40.760807037353516,-74.00542449951172,40.73867416381836,1,N,1,9.5,0.0,0.5,0.3,2.2,0.0,12.5 +1,2016-01-06 23:48:49,2016-01-07 00:01:04,1,3.3,,,-73.9898681640625,40.718997955322266,-73.94957733154297,40.71537780761719,1,N,1,13.0,0.5,0.5,0.3,1.5,0.0,15.8 +1,2016-01-20 08:32:31,2016-01-20 08:36:51,1,0.8,,,-73.96400451660156,40.771358489990234,-73.95755767822266,40.78227996826172,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-13 21:12:47,2016-01-13 21:23:57,1,2.3,,,-73.98014068603516,40.78052520751953,-73.95035552978516,40.78384017944336,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-01 19:38:23,2016-01-01 19:45:01,1,0.8,,,-73.9787368774414,40.7552604675293,-73.98841094970703,40.75014877319336,1,N,1,6.0,0.0,0.5,0.3,3.0,0.0,9.8 +2,2016-01-15 17:11:07,2016-01-15 17:24:44,2,2.54,,,-73.98081970214844,40.730621337890625,-73.99117279052734,40.75539016723633,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-18 01:01:17,2016-01-18 01:05:00,1,1.3,,,-73.99636840820312,40.74299621582031,-73.98258209228516,40.747703552246094,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-03 23:26:30,2016-01-03 23:36:07,5,2.23,,,-74.00114440917969,40.73092269897461,-74.00371551513672,40.75151824951172,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-15 16:04:29,2016-01-15 16:11:35,1,1.2,,,-73.99222564697266,40.74369430541992,-73.97860717773438,40.75250244140625,1,N,1,7.0,1.0,0.5,0.3,1.2,0.0,10.0 +1,2016-01-16 21:44:46,2016-01-16 21:49:11,1,0.7,,,-73.9754409790039,40.75825500488281,-73.97637939453125,40.7642936706543,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-08 00:00:17,2016-01-08 00:17:34,2,4.26,,,-73.99364471435547,40.73995590209961,-73.948974609375,40.77352523803711,1,N,1,15.5,0.5,0.5,0.3,4.2,0.0,21.0 +1,2016-01-13 16:04:57,2016-01-13 16:21:41,1,2.0,,,-73.96209716796875,40.779029846191406,-73.97660064697266,40.79322814941406,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-22 09:18:39,2016-01-22 09:21:11,5,0.54,,,-73.96259307861328,40.76716995239258,-73.95970916748047,40.773590087890625,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-08 07:37:01,2016-01-08 07:59:29,1,5.4,,,-74.01607513427734,40.715721130371094,-73.98534393310547,40.772918701171875,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,21.8 +1,2016-01-19 20:05:35,2016-01-19 20:13:10,1,0.9,,,-73.97283172607422,40.743289947509766,-73.9816665649414,40.75130081176758,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-05 23:13:14,2016-01-05 23:51:55,1,20.0,,,-73.78182983398438,40.64479446411133,-73.97390747070312,40.64933776855469,1,N,2,57.5,0.5,0.5,0.3,0.0,0.0,58.8 +2,2016-01-07 16:50:18,2016-01-07 16:55:23,1,0.93,,,-73.97643280029297,40.780860900878906,-73.98509979248047,40.76898956298828,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-28 23:18:54,2016-01-28 23:29:26,2,1.81,,,-73.9884033203125,40.74586868286133,-74.00652313232422,40.73094177246094,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-18 08:11:54,2016-01-18 08:31:43,3,4.67,,,-73.95796966552734,40.800987243652344,-73.98359680175781,40.74986267089844,1,N,1,17.5,0.0,0.5,0.3,3.0,0.0,21.3 +1,2016-01-14 19:59:44,2016-01-14 20:14:46,1,5.5,,,-74.00870513916016,40.73927307128906,-73.96651458740234,40.80424880981445,1,N,1,18.5,0.5,0.5,0.3,2.0,0.0,21.8 +1,2016-01-14 06:19:27,2016-01-14 06:34:48,1,8.8,,,-73.9736557006836,40.74821472167969,-73.86133575439453,40.76805114746094,1,N,1,25.0,0.0,0.5,0.3,9.4,5.54,40.74 +2,2016-01-14 18:20:02,2016-01-14 18:40:41,2,2.07,,,-73.95565795898438,40.77909469604492,-73.98236083984375,40.77368927001953,1,N,1,13.5,1.0,0.5,0.3,2.4,0.0,17.7 +2,2016-01-27 13:06:45,2016-01-27 13:25:57,5,2.05,,,-73.97811889648438,40.75714874267578,-73.9577407836914,40.77941131591797,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-26 00:50:40,2016-01-26 01:26:22,1,9.5,,,-73.87093353271484,40.77374267578125,-73.97854614257812,40.79155731201172,1,N,2,35.5,0.5,0.5,0.3,0.0,5.54,42.34 +1,2016-01-07 21:17:29,2016-01-07 21:28:04,1,2.3,,,-73.97447204589844,40.75241470336914,-73.95911407470703,40.780189514160156,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +1,2016-01-26 19:24:24,2016-01-26 19:40:08,2,1.9,,,-73.97329711914062,40.74382019042969,-73.9835433959961,40.761722564697266,1,N,1,11.5,1.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-30 12:20:18,2016-01-30 12:24:49,1,0.9,,,-73.9638671875,40.75692367553711,-73.95972442626953,40.765933990478516,1,N,1,5.5,0.0,0.5,0.3,1.55,0.0,7.85 +2,2016-01-27 17:55:20,2016-01-27 17:59:15,1,0.7,,,-73.96617889404297,40.76470947265625,-73.95993041992188,40.77090072631836,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-12 12:04:19,2016-01-12 12:26:14,2,2.5,,,-73.974365234375,40.764549255371094,-73.99121856689453,40.73255920410156,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-06 17:13:34,2016-01-06 17:25:46,5,2.18,,,-73.99295043945312,40.72996520996094,-74.01487731933594,40.715553283691406,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +1,2016-01-09 17:00:35,2016-01-09 17:04:47,2,0.8,,,-73.97936248779297,40.7530632019043,-73.97051239013672,40.761783599853516,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-02 17:51:09,2016-01-02 17:57:57,6,1.27,,,-73.97267150878906,40.780860900878906,-73.97045135498047,40.76805114746094,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-11 14:47:53,2016-01-11 15:15:12,2,5.0,,,-73.99012756347656,40.73464584350586,-73.93314361572266,40.76029586791992,1,N,1,21.0,0.0,0.5,0.3,3.0,0.0,24.8 +1,2016-01-08 18:29:24,2016-01-08 18:36:04,1,1.4,,,-73.96769714355469,40.793033599853516,-73.95606231689453,40.77982711791992,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-14 13:01:37,2016-01-14 13:22:46,1,2.84,,,-73.973876953125,40.7565803527832,-73.97908020019531,40.78688049316406,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-03 17:53:58,2016-01-03 18:09:00,1,4.4,,,-73.96791076660156,40.762699127197266,-73.98914337158203,40.718963623046875,1,N,1,15.5,0.0,0.5,0.3,4.85,0.0,21.15 +2,2016-01-14 15:18:01,2016-01-14 15:25:43,1,0.25,,,-73.97856140136719,40.75057601928711,-73.98226165771484,40.7500114440918,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-18 16:25:43,2016-01-18 16:36:27,1,1.39,,,-73.97644805908203,40.78862762451172,-73.95624542236328,40.77809143066406,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-29 02:09:39,2016-01-29 02:21:16,1,6.37,,,-73.97530364990234,40.74123001098633,-73.91925811767578,40.815181732177734,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,20.3 +1,2016-01-04 20:13:47,2016-01-04 20:31:50,1,9.9,,,-73.87457275390625,40.77405548095703,-73.98454284667969,40.691192626953125,1,N,1,29.0,0.5,0.5,0.3,7.55,0.0,37.85 +2,2016-01-19 22:10:17,2016-01-19 22:21:31,1,3.88,,,-73.99738311767578,40.71929931640625,-73.94029235839844,40.715721130371094,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +1,2016-01-30 19:47:56,2016-01-30 19:54:14,2,0.9,,,-73.98865509033203,40.77853012084961,-73.97746276855469,40.78428268432617,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +1,2016-01-17 04:09:27,2016-01-17 04:14:44,1,1.0,,,-73.99761199951172,40.720909118652344,-73.98989868164062,40.73392105102539,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +1,2016-01-18 05:43:04,2016-01-18 06:01:12,2,4.6,,,-73.98131561279297,40.724769592285156,-73.94407653808594,40.68386459350586,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,18.8 +2,2016-01-06 19:08:39,2016-01-06 19:16:44,5,1.23,,,-73.99772644042969,40.7254638671875,-73.99655151367188,40.737648010253906,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-11 10:36:28,2016-01-11 10:54:16,1,2.64,,,-73.97457122802734,40.761478424072266,-73.99101257324219,40.733306884765625,1,N,1,13.5,0.0,0.5,0.3,3.58,0.0,17.88 +1,2016-01-19 22:55:08,2016-01-19 23:29:03,3,9.0,,,-73.98306274414062,40.72113037109375,-73.99763488769531,40.64385986328125,1,N,2,31.0,0.5,0.5,0.3,0.0,0.0,32.3 +1,2016-01-07 09:24:21,2016-01-07 09:51:28,1,6.0,,,-73.9704360961914,40.78902816772461,-74.0099105834961,40.72114562988281,1,N,1,22.5,0.0,0.5,0.3,2.0,0.0,25.3 +1,2016-01-22 19:32:16,2016-01-22 19:55:11,1,8.8,,,-73.8628158569336,40.769065856933594,-73.96247863769531,40.75982666015625,1,N,1,28.0,1.0,0.5,0.3,0.0,0.0,29.8 +2,2016-01-08 06:53:47,2016-01-08 06:59:54,4,1.77,,,-73.9795150756836,40.73550796508789,-73.96993255615234,40.75630187988281,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-25 07:37:24,2016-01-25 07:45:56,1,0.98,,,-73.96607971191406,40.76547622680664,-73.97465515136719,40.7568359375,1,N,1,7.0,0.0,0.5,0.3,1.2,0.0,9.0 +1,2016-01-08 19:00:59,2016-01-08 19:10:40,2,1.1,,,-73.99909973144531,40.74440383911133,-73.98147583007812,40.74102020263672,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-20 18:59:40,2016-01-20 19:22:21,1,3.6,,,-73.9819107055664,40.77181625366211,-73.9864730834961,40.7343635559082,1,N,1,16.5,1.0,0.5,0.3,3.66,0.0,21.96 +1,2016-01-10 23:13:05,2016-01-10 23:13:19,1,0.0,,,-73.98741149902344,40.73331832885742,-73.98741149902344,40.73331832885742,1,N,3,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +1,2016-01-28 11:41:22,2016-01-28 11:58:03,1,1.1,,,-73.97850799560547,40.761783599853516,-73.97508239746094,40.75076675415039,1,N,1,11.0,0.0,0.5,0.3,3.0,0.0,14.8 +2,2016-01-01 18:00:06,2016-01-01 18:04:43,1,0.78,,,-73.98197937011719,40.76828384399414,-73.98029327392578,40.775569915771484,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-06 15:17:44,2016-01-06 15:27:13,2,1.17,,,-73.9735336303711,40.76327133178711,-73.98236846923828,40.74911880493164,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-06 08:45:08,2016-01-06 09:05:25,1,1.48,,,-73.97016906738281,40.74953842163086,-73.99017333984375,40.751556396484375,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +2,2016-01-14 14:22:20,2016-01-14 14:30:06,1,1.33,,,-73.9815902709961,40.768375396728516,-73.99577331542969,40.762142181396484,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-13 17:43:05,2016-01-13 17:46:44,1,0.7,,,-73.99764251708984,40.736602783203125,-73.99098205566406,40.74565124511719,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-24 16:29:29,2016-01-24 16:55:49,1,4.5,,,-73.98915100097656,40.718753814697266,-73.9352035522461,40.6839714050293,1,N,1,20.0,0.0,0.5,0.3,4.15,0.0,24.95 +1,2016-01-06 10:41:53,2016-01-06 10:50:09,1,1.0,,,-73.99424743652344,40.751060485839844,-74.00788879394531,40.752017974853516,1,N,1,7.0,0.0,0.5,0.3,3.0,0.0,10.8 +1,2016-01-09 13:01:00,2016-01-09 13:21:26,2,12.3,,,-73.93387603759766,40.7453498840332,-73.80379486083984,40.66281509399414,2,N,1,52.0,0.0,0.5,0.3,13.2,0.0,66.0 +1,2016-01-10 18:09:24,2016-01-10 18:13:43,1,0.6,,,-73.96031188964844,40.762203216552734,-73.96807861328125,40.760498046875,1,N,1,5.0,0.0,0.5,0.3,1.25,0.0,7.05 +2,2016-01-30 17:49:06,2016-01-30 17:58:36,5,1.31,,,-73.99980163574219,40.7333984375,-73.9917984008789,40.7492790222168,1,N,1,7.5,0.0,0.5,0.3,2.49,0.0,10.79 +2,2016-01-05 13:40:03,2016-01-05 13:48:10,2,1.4,,,-73.983154296875,40.742000579833984,-73.97342681884766,40.75804138183594,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-29 19:02:00,2016-01-29 19:11:36,1,1.36,,,-73.99263763427734,40.758609771728516,-73.98526763916016,40.77349853515625,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-30 16:12:08,2016-01-30 16:14:19,1,0.19,,,-73.98725891113281,40.742393493652344,-73.99097442626953,40.7440071105957,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-14 18:49:50,2016-01-14 18:55:52,6,0.8,,,-73.95657348632812,40.78315353393555,-73.94402313232422,40.77806091308594,1,N,1,5.5,1.0,0.5,0.3,2.0,0.0,9.3 +2,2016-01-25 09:49:27,2016-01-25 09:54:36,2,0.89,,,-73.99517822265625,40.733543395996094,-74.00759887695312,40.73029327392578,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-08 13:49:16,2016-01-08 13:51:40,6,0.6,,,-73.97142791748047,40.792388916015625,-73.96354675292969,40.794490814208984,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-20 18:01:41,2016-01-20 18:12:19,2,0.7,,,-73.98038482666016,40.764041900634766,-73.97602844238281,40.758121490478516,1,N,1,8.0,1.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-08 17:18:06,2016-01-08 17:24:41,1,1.3,,,-73.98114013671875,40.753570556640625,-73.96408081054688,40.75627136230469,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-28 23:59:39,2016-01-29 00:08:20,2,1.2,,,-73.99588775634766,40.758609771728516,-73.98881530761719,40.74839782714844,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-10 22:32:57,2016-01-10 22:38:19,1,0.8,,,-73.9914321899414,40.755409240722656,-73.97737121582031,40.749839782714844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-22 23:37:11,2016-01-23 00:04:20,1,12.1,,,-73.99017333984375,40.74174880981445,-73.81558990478516,40.724266052246094,1,N,1,34.5,0.5,0.5,0.3,5.0,5.54,46.34 +2,2016-01-02 13:45:19,2016-01-02 14:07:56,6,4.16,,,-73.97425079345703,40.78316116333008,-73.99165344238281,40.73517608642578,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,21.36 +1,2016-01-06 12:26:52,2016-01-06 12:33:26,1,0.6,,,-73.9748764038086,40.75849914550781,-73.96907043457031,40.762393951416016,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-29 11:52:40,2016-01-29 12:09:02,2,2.2,,,-73.96387481689453,40.76536178588867,-73.98980712890625,40.756256103515625,1,N,1,12.0,0.0,0.5,0.3,3.0,0.0,15.8 +1,2016-01-23 12:45:26,2016-01-23 13:00:34,2,2.5,,,0.0,0.0,-73.96215057373047,40.77909469604492,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-17 14:50:18,2016-01-17 15:17:04,1,4.96,,,-73.99459838867188,40.740360260009766,-73.9640884399414,40.71950149536133,1,N,1,21.5,0.0,0.5,0.3,4.46,0.0,26.76 +1,2016-01-30 20:10:50,2016-01-30 20:15:46,1,0.8,,,-73.98150634765625,40.77859878540039,-73.98097229003906,40.786766052246094,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-28 13:53:41,2016-01-28 14:08:50,1,1.2,,,-73.97925567626953,40.75326919555664,-73.9812240600586,40.759063720703125,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-17 03:53:27,2016-01-17 04:05:28,1,5.69,,,-73.97209167480469,40.78892517089844,-73.93700408935547,40.84318923950195,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,19.3 +1,2016-01-20 18:01:20,2016-01-20 18:05:40,2,0.6,,,-73.98695373535156,40.779144287109375,-73.9810562133789,40.782527923583984,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-03 03:08:31,2016-01-03 03:11:58,2,0.6,,,-73.91370391845703,40.76542663574219,-73.9166030883789,40.77054977416992,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-10 02:57:59,2016-01-10 03:09:01,1,4.29,,,-73.98899841308594,40.725929260253906,-73.94994354248047,40.7730598449707,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +1,2016-01-10 18:39:29,2016-01-10 18:44:08,1,0.7,,,-73.98027038574219,40.734127044677734,-73.99085235595703,40.73463821411133,1,N,1,5.0,0.0,0.5,0.3,2.0,0.0,7.8 +1,2016-01-17 22:21:40,2016-01-17 22:26:33,2,1.2,,,-74.00115203857422,40.731563568115234,-73.98663330078125,40.740386962890625,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-26 08:16:48,2016-01-26 08:25:04,1,1.01,,,-73.97695922851562,40.75015640258789,-73.98834991455078,40.74332046508789,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-20 23:14:44,2016-01-20 23:17:40,2,1.05,,,-73.96528625488281,40.755210876464844,-73.96038818359375,40.7669792175293,1,N,1,5.0,0.5,0.5,0.3,1.89,0.0,8.19 +2,2016-01-14 19:01:58,2016-01-14 19:11:28,1,0.68,,,-73.97299194335938,40.764381408691406,-73.9732894897461,40.75685119628906,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-07 18:23:13,2016-01-07 18:28:38,1,1.1,,,-73.96317291259766,40.7746467590332,-73.94794464111328,40.77475357055664,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-28 12:57:30,2016-01-28 13:21:02,1,1.6,,,-73.98336791992188,40.767520904541016,-73.9794921875,40.751556396484375,1,N,1,14.5,0.0,0.5,0.3,4.59,0.0,19.89 +1,2016-01-02 11:54:33,2016-01-02 12:00:46,1,0.8,,,-73.97675323486328,40.747798919677734,-73.96817016601562,40.7564697265625,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-28 15:17:14,2016-01-28 15:47:26,5,8.43,,,-73.86323547363281,40.76971435546875,-73.94269561767578,40.77671813964844,1,N,1,27.5,0.0,0.5,0.3,6.77,5.54,40.61 +2,2016-01-10 23:23:59,2016-01-10 23:53:38,1,20.8,,,-73.78307342529297,40.64664840698242,-74.01075744628906,40.71207046508789,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-19 22:12:21,2016-01-19 22:20:40,1,2.1,,,-74.00348663330078,40.73194885253906,-73.98047637939453,40.75007629394531,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-04 07:34:12,2016-01-04 07:38:06,1,0.47,,,-73.9996566772461,40.732669830322266,-74.00797271728516,40.7327995300293,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-17 14:59:54,2016-01-17 15:09:03,1,2.4,,,-73.97950744628906,40.75307083129883,-73.95307922363281,40.77156066894531,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-17 02:54:11,2016-01-17 03:05:26,1,2.8,,,-74.00000762939453,40.72710418701172,-73.97368621826172,40.74873733520508,1,N,1,11.0,0.5,0.5,0.3,1.0,0.0,13.3 +2,2016-01-03 18:26:11,2016-01-03 18:44:13,1,1.48,,,-73.97884368896484,40.76395034790039,-73.9912338256836,40.74989318847656,1,N,1,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +1,2016-01-16 07:11:22,2016-01-16 07:17:35,1,1.4,,,-73.9832992553711,40.764610290527344,-74.00102996826172,40.75807189941406,1,N,1,6.5,0.0,0.5,0.3,4.0,0.0,11.3 +2,2016-01-13 23:21:44,2016-01-13 23:27:53,2,1.33,,,-73.98892211914062,40.7216682434082,-73.99900817871094,40.73405838012695,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-25 07:03:43,2016-01-25 07:15:02,1,1.9,,,-73.9993667602539,40.744178771972656,-73.97978973388672,40.765777587890625,1,N,1,9.5,0.0,0.5,0.3,1.7,0.0,12.0 +2,2016-01-21 19:43:05,2016-01-21 19:49:31,5,0.88,,,-73.9735107421875,40.7547492980957,-73.98650360107422,40.75661087036133,1,N,1,6.0,1.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-24 08:18:23,2016-01-24 08:26:50,1,1.51,,,-74.029052734375,40.62298583984375,-74.0401382446289,40.62169647216797,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-16 15:47:52,2016-01-16 16:05:43,1,8.5,,,-73.7898178100586,40.646915435791016,-73.88493347167969,40.65386199951172,1,N,1,24.5,0.0,0.5,0.3,2.0,0.0,27.3 +2,2016-01-21 08:11:07,2016-01-21 08:22:54,1,1.59,,,-73.96585845947266,40.75859069824219,-73.9845199584961,40.748443603515625,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-18 01:09:40,2016-01-18 01:15:18,2,0.94,,,-73.98754119873047,40.72874450683594,-74.00048828125,40.729896545410156,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-17 11:12:49,2016-01-17 11:16:42,1,0.8,,,-73.98737335205078,40.760597229003906,-73.99188232421875,40.76884841918945,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,7.5 +1,2016-01-09 23:35:43,2016-01-09 23:44:28,1,1.6,,,-73.99421691894531,40.76648712158203,-73.9725570678711,40.763057708740234,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-16 10:01:14,2016-01-16 10:05:11,1,0.7,,,-73.9930191040039,40.75273132324219,-74.000732421875,40.7584228515625,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-01 23:07:00,2016-01-01 23:13:26,2,1.06,,,-73.99610900878906,40.744361877441406,-73.98255157470703,40.737060546875,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-13 17:17:52,2016-01-13 17:36:22,2,4.1,,,-73.95025634765625,40.78404235839844,-73.97383880615234,40.73858642578125,1,N,1,16.5,1.0,0.5,0.3,3.65,0.0,21.95 +1,2016-01-08 13:26:29,2016-01-08 13:49:03,4,2.7,,,-73.97492218017578,40.761436462402344,-73.9778060913086,40.7864875793457,1,N,1,15.0,0.0,0.5,0.3,2.0,0.0,17.8 +1,2016-01-02 13:37:36,2016-01-02 13:47:08,1,1.7,,,-73.99906158447266,40.734352111816406,-73.9937744140625,40.75310134887695,1,N,1,9.0,0.0,0.5,0.3,2.9,0.0,12.7 +2,2016-01-15 22:01:55,2016-01-15 22:25:28,1,3.06,,,-73.98602294921875,40.72276306152344,-73.98794555664062,40.75414276123047,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,20.76 +2,2016-01-07 16:48:08,2016-01-07 17:02:38,1,5.19,,,-74.0101547241211,40.703369140625,-73.97742462158203,40.7523078918457,1,N,1,17.0,1.0,0.5,0.3,3.76,0.0,22.56 +2,2016-01-26 02:55:56,2016-01-26 02:59:50,1,0.83,,,-73.98469543457031,40.7674446105957,-73.98649597167969,40.75952911376953,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-20 08:29:04,2016-01-20 08:43:13,1,2.8,,,-74.00619506835938,40.71731948852539,-73.99977111816406,40.753353118896484,1,N,1,12.5,0.0,0.5,0.3,1.5,0.0,14.8 +2,2016-01-29 09:01:44,2016-01-29 09:23:46,1,10.53,,,-73.974853515625,40.75664138793945,-73.87110900878906,40.77421188354492,1,N,1,30.5,0.0,0.5,0.3,7.37,5.54,44.21 +2,2016-01-08 20:16:59,2016-01-08 20:33:00,2,4.89,,,-73.99195861816406,40.748878479003906,-73.95320129394531,40.78842544555664,1,N,1,16.5,0.5,0.5,0.3,2.5,0.0,20.3 +2,2016-01-21 21:56:51,2016-01-21 22:15:02,5,3.2,,,-73.99114990234375,40.71956253051758,-73.99142456054688,40.74455642700195,1,N,1,14.5,0.5,0.5,0.3,1.5,0.0,17.3 +2,2016-01-11 11:13:53,2016-01-11 11:22:27,1,0.4,,,-73.99331665039062,40.74317169189453,-73.99198150634766,40.74742889404297,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-03 19:21:18,2016-01-03 19:31:27,1,1.38,,,-73.98786163330078,40.749481201171875,-73.9709701538086,40.751930236816406,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-15 07:55:32,2016-01-15 08:25:28,2,4.32,,,-73.94329071044922,40.83652114868164,-73.95384216308594,40.78899002075195,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,21.8 +1,2016-01-19 23:11:38,2016-01-19 23:41:59,1,6.2,,,-73.99163055419922,40.73849105834961,-73.94927978515625,40.8074836730957,1,N,1,24.0,0.5,0.5,0.3,2.0,0.0,27.3 +2,2016-01-08 12:28:49,2016-01-08 12:41:07,6,1.07,,,-73.98313903808594,40.766780853271484,-73.97722625732422,40.75685119628906,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-15 14:57:57,2016-01-15 15:08:59,1,1.0,,,-73.97195434570312,40.76578140258789,-73.96055603027344,40.76834487915039,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-28 18:08:05,2016-01-28 18:35:07,1,6.4,,,-73.95602416992188,40.78471374511719,-73.99076843261719,40.72358322143555,1,N,2,24.0,1.0,0.5,0.3,0.0,0.0,25.8 +2,2016-01-07 17:53:43,2016-01-07 18:09:46,1,2.91,,,-73.95880889892578,40.810020446777344,-73.98229217529297,40.775779724121094,1,N,1,13.5,1.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-17 23:16:36,2016-01-17 23:23:36,1,2.05,,,-73.98563385009766,40.74726104736328,-73.98331451416016,40.72665023803711,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-27 19:19:53,2016-01-27 19:30:08,1,1.5,,,-73.98260498046875,40.73530960083008,-73.97901916503906,40.719791412353516,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-15 20:59:27,2016-01-15 21:03:57,2,0.5,,,-73.9861831665039,40.76753234863281,-73.9841079711914,40.76177215576172,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-02 03:26:47,2016-01-02 03:29:20,1,0.62,,,-73.9937515258789,40.724369049072266,-73.98641204833984,40.72650909423828,1,N,1,4.0,0.5,0.5,0.3,1.59,0.0,6.89 +1,2016-01-13 18:55:20,2016-01-13 19:01:31,1,0.6,,,-73.98942565917969,40.7407112121582,-73.99961853027344,40.7410888671875,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-01 00:54:38,2016-01-01 01:14:18,1,1.42,,,-73.97750091552734,40.74951171875,-73.9874496459961,40.76018142700195,1,N,1,12.5,0.5,0.5,0.3,1.0,0.0,14.8 +1,2016-01-27 16:14:05,2016-01-27 16:21:22,1,0.6,,,-74.00038146972656,40.717708587646484,-73.99322509765625,40.722476959228516,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-07 10:47:25,2016-01-07 11:06:44,4,2.6,,,-73.98897552490234,40.75285720825195,-73.99839782714844,40.722923278808594,1,N,1,13.0,0.0,0.5,0.3,1.5,0.0,15.3 +1,2016-01-22 11:46:23,2016-01-22 12:18:01,1,2.7,,,-73.97189331054688,40.749549865722656,-74.00325775146484,40.732688903808594,1,N,1,20.0,0.0,0.5,0.3,4.0,0.0,24.8 +2,2016-01-28 06:05:03,2016-01-28 06:09:50,1,1.07,,,-73.97613525390625,40.78132629394531,-73.9822006225586,40.76797866821289,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-05 03:53:16,2016-01-05 04:06:27,1,5.23,,,-73.98978424072266,40.729713439941406,-73.94073486328125,40.79324722290039,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +2,2016-01-06 11:02:21,2016-01-06 11:06:15,1,0.43,,,-73.99105072021484,40.742279052734375,-73.99471282958984,40.7404899597168,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-06 17:43:56,2016-01-06 17:53:09,1,1.2,,,-73.9494857788086,40.772911071777344,-73.96179962158203,40.76134490966797,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-03 01:19:00,2016-01-03 01:34:49,1,2.78,,,-73.95216369628906,40.77726364135742,-73.9648666381836,40.80162048339844,1,N,1,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-12 16:47:37,2016-01-12 17:04:24,3,2.0,,,-73.989501953125,40.739994049072266,-73.98397064208984,40.758140563964844,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-07 16:51:04,2016-01-07 17:06:51,1,2.7,,,-73.97869110107422,40.76116180419922,-73.9969482421875,40.73247146606445,1,N,1,12.0,1.0,0.5,0.3,2.75,0.0,16.55 +1,2016-01-06 00:28:16,2016-01-06 00:31:29,1,0.9,,,-73.97766876220703,40.778690338134766,-73.96745300292969,40.78775405883789,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-19 21:48:43,2016-01-19 21:54:45,5,0.82,,,0.0,0.0,0.0,0.0,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-22 09:13:20,2016-01-22 09:25:49,1,2.32,,,-73.9627685546875,40.79930114746094,-73.95081329345703,40.77759552001953,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-21 11:48:32,2016-01-21 12:25:12,1,4.39,,,-74.0047378540039,40.737491607666016,-73.95487213134766,40.7650032043457,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,25.3 +2,2016-01-05 21:45:12,2016-01-05 21:54:13,1,1.39,,,-74.00642395019531,40.739707946777344,-73.98941802978516,40.74567413330078,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-24 09:58:22,2016-01-24 10:06:07,1,1.5,,,-73.96347045898438,40.7577018737793,-73.96711730957031,40.7723388671875,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-16 19:58:47,2016-01-16 20:18:28,1,3.4,,,-73.99089813232422,40.74531555175781,-74.01742553710938,40.71090316772461,1,N,1,15.0,0.5,0.5,0.3,2.5,0.0,18.8 +2,2016-01-09 23:15:10,2016-01-09 23:22:02,1,0.77,,,-73.99172973632812,40.71622085571289,-73.99348449707031,40.724544525146484,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-14 19:51:49,2016-01-14 20:00:33,1,1.51,,,-73.97174072265625,40.758338928222656,-73.98249053955078,40.7394905090332,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-11 08:30:15,2016-01-11 08:38:54,2,1.78,,,-73.99556732177734,40.74915313720703,-73.99274444580078,40.730743408203125,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-04 07:33:15,2016-01-04 07:58:37,1,5.78,,,-73.99532318115234,40.696189880371094,-73.97071838378906,40.757049560546875,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,22.3 +1,2016-01-22 20:06:04,2016-01-22 20:16:33,1,2.4,,,-73.97498321533203,40.75791931152344,-73.98326873779297,40.77933120727539,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,13.8 +1,2016-01-16 19:33:44,2016-01-16 19:49:59,2,2.7,,,0.0,0.0,0.0,0.0,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-25 19:41:58,2016-01-25 19:48:33,2,0.9,,,-73.99600982666016,40.76430892944336,-73.98780822753906,40.756290435791016,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-01 17:28:35,2016-01-01 18:00:00,1,18.0,,,-73.95110321044922,40.79765319824219,-73.78976440429688,40.64698028564453,2,Y,1,52.0,0.0,0.5,0.3,14.55,5.54,72.89 +1,2016-01-04 17:02:42,2016-01-04 17:16:47,1,2.4,,,-74.00674438476562,40.70549392700195,-73.98606872558594,40.73476791381836,1,N,1,11.5,1.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-10 00:21:40,2016-01-10 00:27:00,2,1.5,,,-73.98835754394531,40.764305114746094,-73.98272705078125,40.782230377197266,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +1,2016-01-22 00:29:04,2016-01-22 00:34:00,1,0.6,,,-73.98631286621094,40.75739288330078,-73.97908782958984,40.75266647338867,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-08 21:12:58,2016-01-08 21:17:23,3,1.01,,,-73.98771667480469,40.770267486572266,-73.97675323486328,40.778324127197266,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-03 19:50:01,2016-01-03 20:01:27,1,2.1,,,-73.97640991210938,40.758155822753906,-73.99705505371094,40.738372802734375,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,11.3 +1,2016-01-22 12:49:21,2016-01-22 12:54:26,1,0.6,,,0.0,0.0,-73.94676208496094,40.772117614746094,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-07 10:04:00,2016-01-07 10:25:43,1,3.2,,,-74.0084457397461,40.721126556396484,-73.9804458618164,40.749969482421875,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-06 23:47:16,2016-01-06 23:53:14,1,1.0,,,-73.99417114257812,40.740840911865234,-73.97807312011719,40.7342529296875,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-21 06:00:46,2016-01-21 06:07:08,1,1.2,,,-73.97854614257812,40.754112243652344,-73.98285675048828,40.76686096191406,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-05 16:17:10,2016-01-05 16:23:25,1,1.5,,,-73.96590423583984,40.75436782836914,-73.95236206054688,40.77286911010742,1,N,1,7.0,1.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-06 23:00:40,2016-01-06 23:22:14,1,9.5,,,-73.97376251220703,40.78453063964844,-73.89366912841797,40.863563537597656,1,N,2,29.0,0.5,0.5,0.3,0.0,0.0,30.3 +2,2016-01-21 00:10:03,2016-01-21 00:35:48,5,7.45,,,-73.96976470947266,40.75828170776367,-73.94132232666016,40.8438835144043,1,N,1,25.0,0.5,0.5,0.3,5.26,0.0,31.56 +2,2016-01-17 12:29:02,2016-01-17 12:40:05,2,2.33,,,-73.95552062988281,40.77971267700195,-73.98191833496094,40.76869583129883,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-21 19:45:34,2016-01-21 19:52:26,1,1.3,,,-73.97503662109375,40.77737045288086,-73.98017120361328,40.78981018066406,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-03 23:52:30,2016-01-04 23:48:07,4,1.48,,,0.0,0.0,0.0,0.0,1,N,1,8.0,0.5,0.5,0.3,1.4,0.0,10.7 +1,2016-01-28 12:54:50,2016-01-28 13:22:25,1,5.8,,,-73.97472381591797,40.7602653503418,-74.0066909790039,40.705623626708984,1,N,1,23.5,0.0,0.5,0.3,7.25,0.0,31.55 +2,2016-01-08 20:47:44,2016-01-08 21:07:27,5,2.25,,,-74.01398468017578,40.715335845947266,-73.9957046508789,40.72507858276367,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +2,2016-01-03 13:07:51,2016-01-03 13:29:40,1,11.14,,,-73.98387145996094,40.7684211730957,-73.86189270019531,40.76845169067383,1,N,1,31.5,0.0,0.5,0.3,9.46,5.54,47.3 +1,2016-01-13 17:52:23,2016-01-13 17:56:42,4,0.9,,,-73.98085021972656,40.78173828125,-73.97267150878906,40.79322052001953,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-14 11:50:20,2016-01-14 12:09:34,1,3.13,,,-73.97444152832031,40.75742721557617,-74.00646209716797,40.73202133178711,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-19 12:24:49,2016-01-19 12:31:08,1,0.82,,,-73.9795913696289,40.776283264160156,-73.9870376586914,40.76601791381836,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-05 18:34:01,2016-01-05 18:43:07,1,1.8,,,-73.97151184082031,40.74851989746094,-73.97817993164062,40.7293586730957,1,N,1,8.5,1.0,0.5,0.3,2.55,0.0,12.85 +2,2016-01-04 07:48:58,2016-01-04 07:55:09,2,0.93,,,-73.99390411376953,40.75103759765625,-73.98589324951172,40.76213836669922,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-11 10:53:33,2016-01-11 11:01:54,2,1.3,,,-73.96910858154297,40.76067352294922,-73.95800018310547,40.77039337158203,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-11 18:32:24,2016-01-11 18:38:57,1,1.26,,,-74.00457000732422,40.741641998291016,-73.99424743652344,40.74625015258789,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,10.38 +1,2016-01-06 15:31:23,2016-01-06 15:42:11,1,1.1,,,-73.99058532714844,40.75632095336914,-73.98453521728516,40.749393463134766,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-24 19:32:48,2016-01-24 19:48:06,1,1.84,,,-73.9729232788086,40.76681137084961,-73.96659851074219,40.75490188598633,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-03 21:23:28,2016-01-03 21:25:38,1,0.29,,,-73.8272933959961,40.853187561035156,-73.83078002929688,40.85373306274414,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +1,2016-01-25 07:48:28,2016-01-25 08:05:17,1,2.1,,,-73.95303344726562,40.76780700683594,-73.98145294189453,40.762359619140625,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-24 16:49:41,2016-01-24 16:56:06,1,0.9,,,-74.00273132324219,40.7393684387207,-73.99456787109375,40.75069046020508,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-02 17:40:20,2016-01-02 17:54:38,1,2.62,,,-73.9510498046875,40.79434585571289,-73.95571899414062,40.76594161987305,1,N,1,12.0,0.0,0.5,0.3,3.84,0.0,16.64 +1,2016-01-12 21:53:15,2016-01-12 22:05:33,1,5.6,,,-73.86315155029297,40.76986312866211,-73.86589813232422,40.72573471069336,1,N,1,17.0,0.5,0.5,0.3,4.0,0.0,22.3 +2,2016-01-28 00:34:24,2016-01-28 00:39:09,4,1.83,,,-73.98831939697266,40.71818161010742,-73.95610046386719,40.708858489990234,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +1,2016-01-27 09:23:41,2016-01-27 09:30:03,1,0.7,,,-73.96614837646484,40.7654914855957,-73.95511627197266,40.76571273803711,1,N,1,6.0,0.0,0.5,0.3,2.0,0.0,8.8 +2,2016-01-16 00:59:05,2016-01-16 01:03:49,3,1.12,,,-73.98430633544922,40.769771575927734,-73.99491119384766,40.75542068481445,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,8.5 +1,2016-01-16 20:51:25,2016-01-16 21:05:56,2,1.7,,,-73.99879455566406,40.76041030883789,-73.98031616210938,40.746063232421875,1,N,1,11.0,0.5,0.5,0.3,3.05,0.0,15.35 +1,2016-01-18 01:04:59,2016-01-18 01:08:20,1,0.9,,,-73.99127960205078,40.75624465942383,-74.00143432617188,40.74631118774414,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +1,2016-01-04 09:41:57,2016-01-04 09:49:14,1,1.4,,,-73.9634780883789,40.76854705810547,-73.95539093017578,40.78271484375,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,10.35 +2,2016-01-19 23:38:57,2016-01-19 23:46:32,5,2.18,,,-73.9729995727539,40.762611389160156,-73.99649047851562,40.746185302734375,1,N,1,8.5,0.5,0.5,0.3,1.5,0.0,11.3 +1,2016-01-16 19:10:41,2016-01-16 19:23:37,3,2.0,,,-73.99113464355469,40.719635009765625,-74.00840759277344,40.73484802246094,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-19 13:59:15,2016-01-19 14:07:37,1,1.2,,,-73.9723892211914,40.79661178588867,-73.9805908203125,40.78105163574219,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-01 01:22:43,2016-01-01 01:28:38,6,0.86,,,-73.9983139038086,40.739967346191406,-74.00662231445312,40.7302131652832,1,N,1,6.0,0.5,0.5,0.3,0.7,0.0,8.0 +2,2016-01-12 22:30:21,2016-01-12 22:38:47,1,1.95,,,-73.98613739013672,40.75722885131836,-73.98104858398438,40.78098678588867,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-30 11:32:26,2016-01-30 12:03:10,1,3.96,,,-73.95304870605469,40.70676040649414,-73.98983001708984,40.73527145385742,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +1,2016-01-14 20:42:32,2016-01-14 20:50:49,1,1.4,,,-73.98932647705078,40.73830032348633,-73.98426818847656,40.75298309326172,1,N,1,7.5,0.5,0.5,0.3,1.11,0.0,9.91 +2,2016-01-07 16:26:14,2016-01-07 16:31:44,2,1.0,,,-73.99980926513672,40.73841094970703,-74.00862884521484,40.72807312011719,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-29 23:22:40,2016-01-29 23:34:02,1,2.44,,,-74.0159912109375,40.71110153198242,-74.0074234008789,40.74103927612305,1,N,1,11.0,0.5,0.5,0.3,1.0,0.0,13.3 +1,2016-01-22 21:20:26,2016-01-22 21:26:46,2,0.4,,,-73.99275970458984,40.7363166809082,-73.98822021484375,40.734275817871094,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-28 14:31:42,2016-01-28 15:01:04,1,4.9,,,-74.00279998779297,40.74386978149414,-73.9729995727539,40.79844284057617,1,N,1,23.0,0.0,0.5,0.3,4.75,0.0,28.55 +2,2016-01-04 07:31:24,2016-01-04 07:38:26,2,1.2,,,-74.00920104980469,40.705841064453125,-74.00528717041016,40.71910095214844,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,9.49 +2,2016-01-08 19:01:54,2016-01-08 19:14:58,1,1.94,,,-73.94755554199219,40.77535629272461,-73.9686279296875,40.75908660888672,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-08 00:41:06,2016-01-08 00:47:28,1,1.4,,,-73.95543670654297,40.77943801879883,-73.96936798095703,40.79041290283203,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-14 17:00:43,2016-01-14 17:40:18,1,10.0,,,-73.87068176269531,40.773704528808594,-73.98277282714844,40.780029296875,1,N,1,34.5,1.0,0.5,0.3,6.0,5.54,47.84 +1,2016-01-15 14:37:01,2016-01-15 14:45:39,1,1.2,,,-73.97791290283203,40.75242233276367,-73.99891662597656,40.761104583740234,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-15 22:21:10,2016-01-15 22:32:29,1,2.86,,,-73.9832992553711,40.74347686767578,-73.98320007324219,40.71494674682617,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +2,2016-01-29 22:43:35,2016-01-29 22:55:01,1,2.12,,,-73.98250579833984,40.772422790527344,-73.96975708007812,40.75232696533203,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,11.8 +2,2016-01-21 12:38:34,2016-01-21 12:52:26,1,0.96,,,-73.99824523925781,40.735477447509766,-73.98767852783203,40.74317932128906,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-01 20:12:26,2016-01-01 20:39:55,1,17.8,,,-73.78357696533203,40.64863967895508,-73.9819564819336,40.74040222167969,2,N,1,52.0,0.0,0.5,0.3,7.5,5.54,65.84 +2,2016-01-17 00:40:30,2016-01-17 00:54:37,1,2.62,,,-73.98311614990234,40.730525970458984,-74.00382232666016,40.73827362060547,1,N,1,12.0,0.5,0.5,0.3,2.0,0.0,15.3 +2,2016-01-03 18:25:46,2016-01-03 18:48:25,1,8.71,,,-73.87300872802734,40.7741584777832,-73.98127746582031,40.754539489746094,1,N,1,27.0,0.0,0.5,0.3,6.67,5.54,40.01 +2,2016-01-28 13:00:14,2016-01-28 13:22:27,1,1.41,,,-73.97280883789062,40.76205825805664,-73.95404815673828,40.76520919799805,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-03 07:36:57,2016-01-03 07:43:16,3,2.68,,,-73.950927734375,40.78609085083008,-73.97583770751953,40.75823974609375,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-21 22:03:22,2016-01-21 22:35:29,1,8.2,,,-73.9918212890625,40.716304779052734,-73.90767669677734,40.77597427368164,1,N,1,29.0,0.5,0.5,0.3,6.05,0.0,36.35 +2,2016-01-03 13:44:09,2016-01-03 13:59:42,1,2.75,,,-73.99150848388672,40.74984359741211,-73.95870208740234,40.76398849487305,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-30 21:18:50,2016-01-30 21:22:05,1,0.45,,,-73.9820785522461,40.728050231933594,-73.98130798339844,40.73296356201172,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-05 10:33:10,2016-01-05 10:40:06,1,1.1,,,-73.9854736328125,40.753143310546875,-73.97247314453125,40.76240158081055,1,N,1,7.0,0.0,0.5,0.3,2.3,0.0,10.1 +2,2016-01-17 10:11:39,2016-01-17 10:15:33,1,1.03,,,-73.93575286865234,40.761051177978516,-73.94696044921875,40.74924087524414,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-15 17:48:11,2016-01-15 18:11:24,1,1.49,,,-73.98481750488281,40.75912857055664,-73.9839859008789,40.75631332397461,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-16 10:11:12,2016-01-16 10:24:23,1,4.6,,,-73.97509002685547,40.761409759521484,-73.9892807006836,40.72037124633789,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +2,2016-01-25 09:03:30,2016-01-25 09:13:25,2,1.42,,,-73.9919662475586,40.73107147216797,-74.00872802734375,40.71820068359375,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-21 10:20:37,2016-01-21 10:22:51,1,0.46,,,-73.95337677001953,40.77959060668945,-73.94983673095703,40.78548812866211,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-16 02:27:50,2016-01-16 02:30:51,1,0.4,,,-73.95543670654297,40.779327392578125,-73.95012664794922,40.77594757080078,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-18 08:24:53,2016-01-18 08:27:03,1,0.85,,,-73.96585083007812,40.75849914550781,-73.97515869140625,40.75225830078125,1,N,1,4.5,0.0,0.5,0.3,0.7,0.0,6.0 +1,2016-01-17 15:47:20,2016-01-17 16:10:59,2,3.5,,,-73.95886993408203,40.71683120727539,-74.00550842285156,40.71816635131836,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +1,2016-01-09 11:33:02,2016-01-09 11:49:49,1,3.2,,,-73.9976806640625,40.73615646362305,-73.96803283691406,40.77043151855469,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-18 23:43:20,2016-01-18 23:47:29,1,1.11,,,-73.9757308959961,40.767005920410156,-73.97509765625,40.77729797363281,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-29 20:22:59,2016-01-29 20:41:30,3,1.9,,,-73.99222564697266,40.7481575012207,-73.98084259033203,40.730621337890625,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +1,2016-01-01 03:14:18,2016-01-01 03:19:02,1,0.8,,,0.0,0.0,0.0,0.0,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +1,2016-01-02 01:17:40,2016-01-02 01:32:57,1,5.6,,,-73.9796142578125,40.761077880859375,-73.93875122070312,40.823204040527344,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +1,2016-01-04 19:09:10,2016-01-04 19:14:18,1,0.8,,,-74.01143646240234,40.714298248291016,-74.00052642822266,40.714515686035156,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-28 07:31:30,2016-01-28 07:47:08,1,2.8,,,-73.98997497558594,40.740848541259766,-74.01390838623047,40.71391677856445,1,N,1,12.5,0.0,0.5,0.3,3.3,0.0,16.6 +2,2016-01-22 16:28:38,2016-01-22 16:40:22,5,1.74,,,-74.00332641601562,40.7489013671875,-73.9922103881836,40.73374938964844,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-17 00:47:57,2016-01-17 01:02:45,2,7.73,,,-73.99314880371094,40.76266098022461,-73.9306411743164,40.8537483215332,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,24.3 +1,2016-01-02 18:18:41,2016-01-02 18:38:37,3,7.1,,,-74.01407623291016,40.71304702758789,-73.96468353271484,40.63331604003906,1,N,2,23.5,0.0,0.5,0.3,0.0,5.54,29.84 +2,2016-01-26 10:19:56,2016-01-26 10:57:12,1,6.88,,,-73.87442779541016,40.77399826049805,-73.93855285644531,40.805721282958984,1,N,1,30.5,0.0,0.5,0.3,7.37,5.54,44.21 +1,2016-01-16 17:41:37,2016-01-16 17:50:17,1,1.7,,,0.0,0.0,-74.00530242919922,40.72872543334961,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-01 03:03:47,2016-01-01 03:13:42,2,2.0,,,-73.90489959716797,40.753292083740234,-73.93650817871094,40.75518798828125,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-05 08:08:03,2016-01-05 08:30:57,1,1.85,,,-73.9455795288086,40.8018798828125,-73.95800018310547,40.77936935424805,1,N,1,14.5,0.0,0.5,0.3,2.0,0.0,17.3 +2,2016-01-03 11:24:03,2016-01-03 11:29:56,1,1.34,,,-73.95245361328125,40.77714157104492,-73.96452331542969,40.760162353515625,1,N,1,6.5,0.0,0.5,0.3,1.2,0.0,8.5 +2,2016-01-04 20:58:45,2016-01-04 21:12:02,1,2.65,,,-73.9892578125,40.748069763183594,-73.95993041992188,40.767730712890625,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,15.36 +2,2016-01-23 02:53:33,2016-01-23 02:56:35,5,0.39,,,-73.99057006835938,40.73374938964844,-73.98400115966797,40.73017883300781,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-18 03:51:57,2016-01-18 04:01:23,1,2.0,,,-73.98716735839844,40.729034423828125,-74.00604248046875,40.70954513549805,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-20 14:00:48,2016-01-20 14:16:03,2,1.52,,,-73.9964599609375,40.74171829223633,-73.97882843017578,40.75300598144531,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +2,2016-01-01 23:49:50,2016-01-02 00:21:08,1,20.73,,,-73.77669525146484,40.645320892333984,-74.0251235961914,40.62910079956055,1,N,1,56.0,0.5,0.5,0.3,8.0,0.0,65.3 +1,2016-01-09 23:54:54,2016-01-10 00:03:00,4,1.2,,,-73.99430084228516,40.71944046020508,-74.005126953125,40.719207763671875,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-19 20:22:43,2016-01-19 20:33:42,1,2.4,,,-73.98111724853516,40.76161575317383,-73.95207214355469,40.772972106933594,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-12 12:58:28,2016-01-12 13:04:06,5,0.49,,,-73.9775390625,40.779300689697266,-73.98206329345703,40.772918701171875,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-07 06:01:48,2016-01-07 06:24:54,1,5.8,,,-73.9706802368164,40.79376983642578,-73.93313598632812,40.73704147338867,1,N,1,21.0,0.0,0.5,0.3,4.35,0.0,26.15 +1,2016-01-27 18:19:14,2016-01-27 18:57:44,1,6.8,,,-73.9929428100586,40.76841354370117,-73.95724487304688,40.71210861206055,1,N,1,28.0,1.0,0.5,0.3,5.95,0.0,35.75 +1,2016-01-22 12:56:52,2016-01-22 13:12:51,1,2.7,,,-73.97399139404297,40.75340270996094,-73.97239685058594,40.781288146972656,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-20 07:26:29,2016-01-20 07:29:23,1,0.82,,,-73.9922866821289,40.74907684326172,-73.99029541015625,40.74090576171875,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,6.62 +2,2016-01-29 20:12:40,2016-01-29 20:25:52,2,1.69,,,-73.9800796508789,40.775691986083984,-73.98121643066406,40.75886154174805,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-15 15:37:03,2016-01-15 15:52:28,1,1.97,,,-73.96444702148438,40.773162841796875,-73.98756408691406,40.76530838012695,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-08 11:40:54,2016-01-08 11:57:56,1,2.0,,,-73.94711303710938,40.77157974243164,-73.97355651855469,40.7636604309082,1,N,1,12.5,0.0,0.5,0.3,3.33,0.0,16.63 +2,2016-01-22 17:48:55,2016-01-22 17:55:30,1,0.67,,,-74.0038833618164,40.72377014160156,-74.00957489013672,40.721492767333984,1,N,1,6.0,1.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-29 20:12:32,2016-01-29 20:22:19,1,2.49,,,-73.95767974853516,40.76517105102539,-73.97509002685547,40.73483657836914,1,N,1,10.5,0.5,0.5,0.3,1.2,0.0,13.0 +1,2016-01-28 14:36:52,2016-01-28 14:44:47,1,0.9,,,-73.96580505371094,40.76283645629883,-73.96699523925781,40.772464752197266,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 17:34:41,2016-01-07 18:00:35,1,3.9,,,-73.97149658203125,40.75875473022461,-73.93482971191406,40.80330276489258,1,N,2,18.5,1.0,0.5,0.3,0.0,0.0,20.3 +1,2016-01-01 03:11:18,2016-01-01 03:35:16,4,5.8,,,0.0,0.0,0.0,0.0,1,N,1,21.5,0.5,0.5,0.3,4.55,0.0,27.35 +1,2016-01-03 10:58:06,2016-01-03 11:02:23,1,0.7,,,-73.97879791259766,40.76247787475586,-73.98190307617188,40.77000045776367,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-05 07:49:40,2016-01-05 08:00:04,2,2.2,,,-73.96176147460938,40.7769775390625,-73.98174285888672,40.75236892700195,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-30 23:33:46,2016-01-31 00:04:09,1,6.0,,,-73.9851303100586,40.760379791259766,-74.01271057128906,40.70179748535156,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,24.8 +2,2016-01-26 10:02:58,2016-01-26 10:13:38,6,0.73,,,-74.00199890136719,40.7404899597168,-73.99523162841797,40.74962615966797,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-16 10:50:30,2016-01-16 10:57:43,1,2.1,,,-73.99501037597656,40.759586334228516,-73.96780395507812,40.766849517822266,1,Y,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-01 21:34:37,2016-01-01 21:49:55,1,1.6,,,-73.98832702636719,40.75838088989258,-73.98738098144531,40.76875686645508,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-29 21:59:42,2016-01-29 22:58:45,1,29.0,,,-74.0005874633789,40.738853454589844,-73.78388214111328,40.78346252441406,1,N,1,81.5,0.5,0.5,0.3,0.0,5.54,88.34 +1,2016-01-12 12:31:57,2016-01-12 12:48:27,1,2.6,,,-74.01004028320312,40.72083282470703,-73.98408508300781,40.693748474121094,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-11 10:08:20,2016-01-11 10:25:48,1,5.5,,,-73.97526550292969,40.74561309814453,-74.01576232910156,40.7117919921875,1,N,1,19.5,0.0,0.5,0.3,4.05,0.0,24.35 +2,2016-01-19 06:54:28,2016-01-20 06:00:04,1,9.79,,,-73.77690124511719,40.64550018310547,-73.79788208007812,40.72024917602539,1,N,1,35.0,0.0,0.5,0.3,0.0,0.0,35.8 +2,2016-01-16 15:45:25,2016-01-16 15:50:38,5,1.78,,,-73.96829986572266,40.75918960571289,-73.9524154663086,40.78099822998047,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-12 15:07:56,2016-01-12 16:06:47,1,21.59,,,-73.77665710449219,40.645320892333984,-73.93769073486328,40.84587097167969,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-17 00:02:24,2016-01-17 00:23:30,1,3.0,,,-73.98811340332031,40.74582290649414,-73.98802185058594,40.745826721191406,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,18.96 +1,2016-01-20 22:06:59,2016-01-20 22:30:51,1,5.2,,,-73.98872375488281,40.748592376708984,-73.97368621826172,40.68754196166992,1,N,1,20.0,0.5,0.5,0.3,3.2,0.0,24.5 +2,2016-01-01 01:40:48,2016-01-01 01:54:17,1,5.42,,,-73.99199676513672,40.7696418762207,-73.93939208984375,40.805118560791016,1,N,1,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +2,2016-01-15 22:32:57,2016-01-15 22:46:40,5,1.4,,,-73.98200988769531,40.76553726196289,-73.99809265136719,40.75662612915039,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-04 09:42:24,2016-01-04 10:03:25,4,3.53,,,-73.9849624633789,40.74619674682617,-74.01131439208984,40.70857238769531,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-12 17:43:53,2016-01-12 17:46:49,3,0.6,,,-73.94779968261719,40.780548095703125,-73.95613098144531,40.77872085571289,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-04 08:01:49,2016-01-04 08:15:43,2,1.8,,,-73.99656677246094,40.7318229675293,-73.97483825683594,40.73556137084961,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-02 18:13:59,2016-01-02 18:37:48,1,2.8,,,-73.97765350341797,40.78411102294922,-73.99032592773438,40.75113296508789,1,N,1,16.5,0.0,0.5,0.3,3.45,0.0,20.75 +2,2016-01-27 01:26:30,2016-01-27 01:26:38,1,0.01,,,-73.93667602539062,40.764808654785156,-73.93663787841797,40.764888763427734,1,N,3,-2.5,-0.5,-0.5,-0.3,0.0,0.0,-3.8 +1,2016-01-28 00:01:20,2016-01-28 00:07:25,1,1.3,,,-73.9189224243164,40.75910186767578,-73.92630767822266,40.77168273925781,1,N,1,6.5,0.5,0.5,0.3,1.4,0.0,9.2 +1,2016-01-05 08:11:40,2016-01-05 08:18:10,2,0.8,,,-73.9695816040039,40.75730514526367,-73.9771499633789,40.75886154174805,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-22 02:22:47,2016-01-22 02:29:07,1,1.7,,,-74.0050277709961,40.719486236572266,-74.0049819946289,40.739952087402344,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +2,2016-01-20 22:44:40,2016-01-20 22:51:58,1,1.94,,,-73.99650573730469,40.762657165527344,-73.99669647216797,40.74254608154297,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-06 14:24:01,2016-01-06 14:37:42,5,1.36,,,-73.986572265625,40.7428092956543,-73.98178100585938,40.75865936279297,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-05 21:13:40,2016-01-05 21:23:27,1,1.77,,,-73.98291015625,40.7448616027832,-73.96576690673828,40.7628288269043,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +1,2016-01-11 19:58:02,2016-01-11 20:12:39,1,6.3,,,-74.01182556152344,40.70293426513672,-73.98899841308594,40.75865173339844,1,N,2,20.0,1.0,0.5,0.3,0.0,0.0,21.8 +1,2016-01-29 18:00:13,2016-01-29 18:04:03,1,0.6,,,-73.97550964355469,40.78992462158203,-73.97215270996094,40.797088623046875,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-17 20:41:33,2016-01-17 20:46:29,1,0.7,,,-73.98332977294922,40.76118469238281,-73.97309875488281,40.75565719604492,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-21 22:25:36,2016-01-21 22:33:52,1,1.57,,,-73.99496459960938,40.76047134399414,-73.97386932373047,40.76410675048828,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-07 16:37:40,2016-01-07 16:59:19,2,3.95,,,-73.98808288574219,40.73774719238281,-73.94881439208984,40.77366638183594,1,N,1,15.5,1.0,0.5,0.3,2.0,0.0,19.3 +1,2016-01-29 07:54:36,2016-01-29 08:04:45,1,1.3,,,-73.97380828857422,40.76131820678711,-73.9900894165039,40.75695037841797,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-07 19:33:57,2016-01-07 19:58:00,1,5.2,,,-73.97970581054688,40.783958435058594,-73.9876937866211,40.73284912109375,1,N,2,20.5,1.0,0.5,0.3,0.0,0.0,22.3 +2,2016-01-11 10:16:20,2016-01-11 10:30:57,1,1.73,,,-73.98932647705078,40.776729583740234,-73.9986343383789,40.75599670410156,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +1,2016-01-13 17:43:12,2016-01-13 17:50:29,2,1.2,,,-73.99147033691406,40.73163986206055,-74.00375366210938,40.716949462890625,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-24 20:06:08,2016-01-24 20:12:26,1,1.07,,,-73.98990631103516,40.7352409362793,-73.98017883300781,40.74592971801758,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-22 08:02:37,2016-01-22 08:10:06,1,0.75,,,-73.99073791503906,40.74562072753906,-73.97911834716797,40.74123001098633,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-18 15:29:40,2016-01-18 15:38:28,1,1.5,,,-73.97489166259766,40.75887680053711,-73.9803466796875,40.77445983886719,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-18 17:18:01,2016-01-18 17:21:20,2,0.54,,,-73.97148895263672,40.78236389160156,-73.97663879394531,40.78048324584961,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-30 03:59:11,2016-01-30 04:29:52,2,5.9,,,-74.00083923339844,40.731685638427734,-73.91270446777344,40.698001861572266,1,N,1,23.5,0.5,0.5,0.3,7.4,0.0,32.2 +1,2016-01-16 22:42:20,2016-01-16 22:42:20,4,0.0,,,-73.98005676269531,40.780548095703125,0.0,0.0,1,Y,2,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +2,2016-01-22 08:33:32,2016-01-22 08:40:19,1,1.05,,,-73.99286651611328,40.7368278503418,-73.99381256103516,40.7465934753418,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-20 22:31:03,2016-01-20 22:35:46,1,1.58,,,-74.00324249267578,40.7507209777832,-73.9913558959961,40.765174865722656,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-17 03:46:01,2016-01-17 04:01:30,1,4.99,,,-73.98543548583984,40.732643127441406,-74.0149154663086,40.70956039428711,1,N,1,17.0,0.5,0.5,0.3,2.0,0.0,20.3 +1,2016-01-03 13:35:22,2016-01-03 13:45:52,1,2.4,,,-73.98628234863281,40.74625778198242,-74.00096893310547,40.72399139404297,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-04 13:06:52,2016-01-04 13:30:46,1,4.3,,,-73.99510192871094,40.72511291503906,-73.96116638183594,40.77922439575195,1,N,1,18.5,0.0,0.5,0.3,3.0,0.0,22.3 +2,2016-01-22 10:21:36,2016-01-22 10:24:46,1,0.31,,,-73.96500396728516,40.75584030151367,-73.9704818725586,40.75750732421875,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-11 10:26:46,2016-01-11 10:35:01,2,4.85,,,-73.97175598144531,40.79438781738281,-73.93540954589844,40.8505744934082,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +1,2016-01-22 20:17:17,2016-01-22 20:29:18,1,2.2,,,-73.96172332763672,40.764095306396484,-73.9830093383789,40.73872756958008,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-16 15:07:38,2016-01-16 15:30:19,1,3.4,,,-73.99360656738281,40.74992752075195,-73.95892333984375,40.78068542480469,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-26 20:16:34,2016-01-26 20:31:47,1,4.57,,,-74.01273345947266,40.71723175048828,-73.9908676147461,40.77513885498047,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,20.76 +1,2016-01-14 18:00:18,2016-01-14 18:19:17,1,1.4,,,-73.99290466308594,40.742469787597656,-73.98860931396484,40.758663177490234,1,N,1,12.5,1.0,0.5,0.3,1.5,0.0,15.8 +2,2016-01-29 20:18:19,2016-01-29 20:29:24,1,1.8,,,-73.97540283203125,40.758243560791016,-73.99226379394531,40.7494010925293,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-14 20:44:59,2016-01-14 20:54:35,2,1.5,,,-73.97205352783203,40.753753662109375,-73.99267578125,40.751007080078125,1,N,1,8.0,0.5,0.5,0.3,2.3,0.0,11.6 +1,2016-01-21 06:36:47,2016-01-21 06:46:44,1,2.1,,,-73.99295806884766,40.757110595703125,-73.9847412109375,40.736595153808594,1,N,1,9.5,0.0,0.5,0.3,1.5,0.0,11.8 +1,2016-01-29 21:35:49,2016-01-29 21:47:19,2,1.6,,,-74.00542449951172,40.739051818847656,-74.00703430175781,40.715946197509766,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +2,2016-01-19 10:39:36,2016-01-19 10:48:15,1,0.7,,,-73.998046875,40.740779876708984,-73.99594116210938,40.74831008911133,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-29 08:56:17,2016-01-29 09:06:09,1,1.1,,,-73.98260498046875,40.7311897277832,-73.98076629638672,40.74435043334961,1,N,1,8.5,0.0,0.5,0.3,2.3,0.0,11.6 +1,2016-01-03 05:33:26,2016-01-03 05:55:22,1,9.3,,,-73.9820556640625,40.778076171875,-73.86156463623047,40.76820755004883,1,N,2,27.5,0.5,0.5,0.3,0.0,0.0,28.8 +1,2016-01-19 16:27:38,2016-01-19 16:39:15,1,2.2,,,-73.98097229003906,40.730743408203125,-73.96578979492188,40.75438690185547,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-03 02:48:05,2016-01-03 03:04:25,1,2.7,,,-73.98872375488281,40.72119903564453,-73.9787826538086,40.741241455078125,1,N,1,13.0,0.5,0.5,0.3,2.85,0.0,17.15 +2,2016-01-07 18:18:27,2016-01-07 18:34:48,1,2.54,,,-74.00248718261719,40.750179290771484,-73.9726333618164,40.76288986206055,1,N,1,12.5,1.0,0.5,0.3,1.0,0.0,15.3 +1,2016-01-20 13:23:53,2016-01-20 13:32:17,1,0.9,,,-73.97891998291016,40.762393951416016,-73.97494506835938,40.75260925292969,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-09 10:38:02,2016-01-09 10:41:55,3,0.6,,,-73.96029663085938,40.766117095947266,-73.96859741210938,40.76412582397461,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +1,2016-01-22 22:49:52,2016-01-22 23:18:11,1,8.1,,,-73.97614288330078,40.75224685668945,-73.96410369873047,40.68532180786133,1,N,1,26.5,0.5,0.5,0.3,5.0,0.0,32.8 +1,2016-01-05 00:50:11,2016-01-05 01:07:48,1,9.5,,,-73.78271484375,40.64442825317383,-73.90219116210938,40.63140869140625,1,N,2,28.0,0.5,0.5,0.3,0.0,0.0,29.3 +2,2016-01-16 16:21:41,2016-01-16 16:32:08,1,4.23,,,-73.77669525146484,40.64537811279297,-73.81226348876953,40.67634582519531,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +1,2016-01-03 08:17:54,2016-01-03 08:19:57,2,0.4,,,-73.97508239746094,40.724979400634766,-73.97814178466797,40.72925567626953,1,N,1,3.5,0.0,0.5,0.3,1.8,0.0,6.1 +2,2016-01-01 11:43:06,2016-01-01 11:56:40,2,4.38,,,-74.01409149169922,40.710079193115234,-73.98695373535156,40.7469596862793,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-30 22:15:47,2016-01-30 22:25:07,5,1.69,,,-73.98872375488281,40.758846282958984,-74.00585174560547,40.74516296386719,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-14 10:35:09,2016-01-14 11:06:12,1,12.0,,,-73.9847640991211,40.76963424682617,-73.86146545410156,40.76813888549805,1,N,1,37.0,0.0,0.5,0.3,13.0,5.54,56.34 +1,2016-01-05 21:25:26,2016-01-05 21:38:52,1,2.5,,,-73.98419952392578,40.72092819213867,-73.97730255126953,40.749534606933594,1,N,1,11.0,0.5,0.5,0.3,3.0,0.0,15.3 +1,2016-01-30 23:57:23,2016-01-31 00:14:37,1,1.8,,,-73.98089599609375,40.74272918701172,-74.00302124023438,40.733150482177734,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +2,2016-01-05 09:23:58,2016-01-05 09:28:28,1,0.56,,,-73.96112823486328,40.77492904663086,-73.95401763916016,40.7772102355957,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-07 18:56:54,2016-01-07 19:00:22,1,1.35,,,-73.97795867919922,40.783607482910156,-73.96663665771484,40.7999382019043,1,N,1,5.5,1.0,0.5,0.3,1.82,0.0,9.12 +1,2016-01-21 18:38:30,2016-01-21 19:01:12,1,2.0,,,-73.98995971679688,40.7441291809082,-73.98927307128906,40.7219123840332,1,N,1,15.0,1.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-28 20:49:34,2016-01-28 20:56:40,1,1.06,,,-73.968017578125,40.75559997558594,-73.98107147216797,40.75120162963867,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 08:54:37,2016-01-11 09:02:44,1,0.99,,,-73.95545959472656,40.782718658447266,-73.96479034423828,40.77268981933594,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-11 08:21:09,2016-01-11 08:25:07,1,0.69,,,-74.00821685791016,40.7220458984375,-74.00668334960938,40.731746673583984,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-29 07:27:04,2016-01-29 07:34:06,2,1.8,,,-73.98303985595703,40.76675033569336,-73.97319793701172,40.79018020629883,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-08 19:42:04,2016-01-08 19:50:09,2,0.9,,,-73.95584869384766,40.772342681884766,-73.95977783203125,40.76127243041992,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-30 18:24:10,2016-01-30 18:40:49,2,3.69,,,-73.9558334350586,40.77242660522461,-73.97931671142578,40.734981536865234,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-19 07:12:02,2016-01-19 07:15:10,1,1.08,,,-73.99246978759766,40.76369857788086,-73.98342895507812,40.77648162841797,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-29 19:34:24,2016-01-29 19:39:00,6,1.25,,,-73.9732437133789,40.764034271240234,-73.96092224121094,40.77485656738281,1,N,1,6.0,1.0,0.5,0.3,1.5,0.0,9.3 +2,2016-01-13 09:27:50,2016-01-13 09:46:06,2,2.72,,,-73.99309539794922,40.752349853515625,-73.96369171142578,40.77410888671875,1,N,1,13.5,0.0,0.5,0.3,3.58,0.0,17.88 +2,2016-01-25 10:12:50,2016-01-25 10:22:58,5,1.12,,,-73.9808349609375,40.733665466308594,-73.97936248779297,40.7453727722168,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-07 14:30:21,2016-01-07 14:36:56,1,1.49,,,-74.00289916992188,40.760433197021484,-74.00579833984375,40.741146087646484,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-27 14:36:57,2016-01-27 14:42:26,4,0.46,,,-73.98883819580078,40.75333023071289,-73.99346160888672,40.747711181640625,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-05 08:39:44,2016-01-05 08:48:58,1,1.0,,,-73.95114135742188,40.77464294433594,-73.95496368408203,40.76521301269531,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-14 15:03:17,2016-01-14 15:23:55,2,8.7,,,-73.87446594238281,40.77408218383789,-73.9828872680664,40.7393684387207,1,N,1,26.5,0.0,0.5,0.3,6.55,5.54,39.39 +2,2016-01-09 16:38:28,2016-01-09 16:49:20,2,2.0,,,-73.96704864501953,40.76655960083008,-73.967529296875,40.7877311706543,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-03 02:16:22,2016-01-03 02:27:02,1,1.69,,,-74.00251007080078,40.73427963256836,-73.9846420288086,40.72018814086914,1,N,1,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-05 17:37:46,2016-01-05 17:44:05,1,0.7,,,-73.99171447753906,40.737815856933594,-73.99917602539062,40.744361877441406,1,N,1,6.0,1.0,0.5,0.3,1.95,0.0,9.75 +1,2016-01-07 12:50:46,2016-01-07 13:30:51,1,7.9,,,-73.99690246582031,40.737117767333984,-73.91252136230469,40.684871673583984,1,N,3,31.5,0.0,0.5,0.3,0.0,0.0,32.3 +2,2016-01-17 23:48:57,2016-01-17 23:53:59,1,1.34,,,-74.00273132324219,40.73080062866211,-74.00408935546875,40.72188186645508,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-21 05:31:41,2016-01-21 05:35:45,1,0.4,,,-74.00645446777344,40.71400833129883,-74.01373291015625,40.7146110534668,1,N,1,4.5,0.5,0.5,0.3,1.7,0.0,7.5 +2,2016-01-04 20:01:11,2016-01-04 20:04:09,1,0.49,,,-73.96511840820312,40.75553894042969,-73.96050262451172,40.7617301940918,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-08 19:00:48,2016-01-08 19:18:15,1,2.82,,,-73.98184967041016,40.765350341796875,-73.94577026367188,40.77326965332031,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,17.3 +2,2016-01-09 04:00:56,2016-01-09 04:19:12,1,2.94,,,-74.00686645507812,40.74446105957031,-73.97176361083984,40.754249572753906,1,N,1,13.5,0.5,0.5,0.3,1.0,0.0,15.8 +2,2016-01-07 10:16:04,2016-01-07 10:33:18,4,5.96,,,-73.97177124023438,40.75486755371094,-74.01727294921875,40.70539093017578,1,N,1,20.0,0.0,0.5,0.3,3.2,0.0,24.0 +2,2016-01-10 07:39:54,2016-01-10 07:49:42,5,3.79,,,-73.93961334228516,40.81018829345703,-73.97322845458984,40.764041900634766,1,N,1,12.5,0.0,0.5,0.3,1.5,0.0,14.8 +1,2016-01-14 10:57:57,2016-01-14 11:05:19,1,1.2,,,-73.99041748046875,40.756072998046875,-73.97540283203125,40.76536560058594,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-30 11:55:52,2016-01-30 11:56:43,1,0.18,,,-73.96627807617188,40.75312042236328,-73.96910858154297,40.75444793701172,5,N,1,20.0,0.0,0.0,0.3,4.06,0.0,24.36 +1,2016-01-28 19:44:24,2016-01-28 20:03:04,2,2.0,,,-73.98211669921875,40.740413665771484,-74.00323486328125,40.728702545166016,1,N,1,12.5,1.0,0.5,0.3,3.55,0.0,17.85 +2,2016-01-10 20:49:16,2016-01-10 20:55:05,6,1.11,,,-73.97982788085938,40.78321838378906,-73.99127960205078,40.77486038208008,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,9.12 +1,2016-01-12 21:40:32,2016-01-12 22:01:36,1,10.2,,,-73.86314392089844,40.769813537597656,-73.96407318115234,40.679443359375,1,N,1,30.5,0.5,0.5,0.3,2.5,0.0,34.3 +2,2016-01-26 04:52:44,2016-01-26 05:03:54,5,4.09,,,-73.96813201904297,40.762271881103516,-73.9001693725586,40.74795150756836,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-08 10:46:27,2016-01-08 10:55:18,1,1.4,,,-73.97191619873047,40.74629211425781,-73.9802017211914,40.76057434082031,1,N,1,7.5,0.0,0.5,0.3,1.7,0.0,10.0 +2,2016-01-06 08:51:02,2016-01-06 08:57:40,1,0.99,,,-74.01017761230469,40.72013854980469,-74.00688934326172,40.73003005981445,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-11 21:38:26,2016-01-11 21:59:25,5,6.07,,,-73.98481750488281,40.744781494140625,-73.95870208740234,40.8148307800293,1,N,1,20.5,0.5,0.5,0.3,4.36,0.0,26.16 +2,2016-01-15 18:20:49,2016-01-15 18:30:13,1,1.48,,,-73.9588394165039,40.77745056152344,-73.97380065917969,40.763336181640625,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-27 14:55:26,2016-01-27 15:13:10,1,2.2,,,-73.98906707763672,40.75362014770508,-73.99691009521484,40.726715087890625,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,14.3 +2,2016-01-22 07:55:59,2016-01-22 08:08:06,2,1.54,,,-73.99176788330078,40.738651275634766,-73.97853088378906,40.753971099853516,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-29 09:30:55,2016-01-29 09:39:29,1,1.17,,,-73.98258209228516,40.76414108276367,-73.97978210449219,40.751251220703125,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-26 12:35:06,2016-01-26 12:51:49,1,1.3,,,-73.95782470703125,40.761497497558594,-73.97181701660156,40.7503662109375,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-11 09:26:45,2016-01-11 10:06:47,1,8.3,,,-73.9937744140625,40.69594955444336,-73.9971923828125,40.756439208984375,1,N,2,31.5,0.0,0.5,0.3,0.0,0.0,32.3 +1,2016-01-03 19:49:20,2016-01-03 20:01:30,2,2.8,,,-73.96743774414062,40.79804611206055,-73.94189453125,40.82986831665039,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-16 00:06:27,2016-01-16 00:12:08,1,1.18,,,-73.98240661621094,40.76462936401367,-73.99456024169922,40.7625617980957,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,9.12 +1,2016-01-11 12:53:37,2016-01-11 13:06:48,1,1.5,,,-73.97415161132812,40.757530212402344,-73.95557403564453,40.76422119140625,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-28 10:17:55,2016-01-28 10:49:12,5,11.9,,,-73.7862548828125,40.64189910888672,-73.93883514404297,40.665592193603516,1,N,2,37.0,0.0,0.5,0.3,0.0,0.0,37.8 +2,2016-01-01 02:26:21,2016-01-01 02:27:18,1,0.13,,,-73.9962387084961,40.763458251953125,-73.99517059326172,40.765201568603516,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +1,2016-01-22 10:06:44,2016-01-22 10:23:55,1,2.3,,,-73.98982238769531,40.7520866394043,-74.00241088867188,40.7238883972168,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-05 11:23:57,2016-01-05 11:31:37,1,1.05,,,-73.98847961425781,40.723148345947266,-74.00372314453125,40.722599029541016,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-13 07:35:56,2016-01-13 07:51:30,1,3.1,,,-73.99055480957031,40.7390022277832,-74.00765991210938,40.70589828491211,1,N,1,12.5,0.0,0.5,0.3,1.33,0.0,14.63 +2,2016-01-26 14:15:53,2016-01-26 14:43:44,1,4.58,,,-73.98491668701172,40.76015853881836,-74.01319122314453,40.714500427246094,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,20.3 +1,2016-01-06 22:21:50,2016-01-06 22:39:39,1,3.5,,,-73.94320678710938,40.77785110473633,-73.98479461669922,40.76650619506836,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +1,2016-01-06 20:46:33,2016-01-06 21:12:35,1,6.8,,,-73.99153137207031,40.735111236572266,-73.95552825927734,40.800331115722656,1,N,1,25.0,0.5,0.5,0.3,5.25,0.0,31.55 +1,2016-01-22 07:21:07,2016-01-22 07:26:58,1,1.0,,,-73.99542999267578,40.75458908081055,-73.99134826660156,40.76445770263672,1,N,1,5.5,0.0,0.5,0.3,1.85,0.0,8.15 +2,2016-01-18 20:03:14,2016-01-18 20:03:29,1,0.08,,,-73.99790954589844,40.736000061035156,-73.99726867675781,40.73662185668945,1,N,1,2.5,0.5,0.5,0.3,1.0,0.0,4.8 +2,2016-01-03 02:56:20,2016-01-03 03:00:34,2,0.9,,,-73.99498748779297,40.73649978637695,-73.9826431274414,40.73554992675781,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +1,2016-01-20 18:16:42,2016-01-20 18:36:42,1,1.7,,,-73.9914321899414,40.74988555908203,-73.97732543945312,40.74930953979492,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-16 03:30:15,2016-01-16 03:36:40,1,1.44,,,-73.98051452636719,40.67648696899414,-73.98969268798828,40.688785552978516,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-15 19:35:46,2016-01-15 19:54:45,1,5.7,,,-73.98518371582031,40.763336181640625,-73.94380187988281,40.80720138549805,1,N,1,20.0,1.0,0.5,0.3,4.36,0.0,26.16 +2,2016-01-05 08:29:27,2016-01-05 08:34:59,5,1.13,,,-73.99381256103516,40.73566818237305,-74.00692749023438,40.72872543334961,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-13 19:30:41,2016-01-13 19:52:10,2,3.9,,,-73.97420501708984,40.75062561035156,-73.96257019042969,40.794944763183594,1,N,1,16.5,1.0,0.5,0.3,3.66,0.0,21.96 +2,2016-01-14 09:01:03,2016-01-14 09:42:14,1,4.15,,,-73.95886993408203,40.7689208984375,-73.98700714111328,40.745269775390625,1,N,1,26.5,0.0,0.5,0.3,6.82,0.0,34.12 +1,2016-01-11 01:00:47,2016-01-11 01:03:26,1,0.9,,,-73.9598617553711,40.762306213378906,-73.95632934570312,40.771461486816406,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-06 05:38:35,2016-01-06 05:43:38,2,0.89,,,-73.99022674560547,40.75592803955078,-73.97779083251953,40.75450134277344,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,8.84 +2,2016-01-03 21:23:44,2016-01-03 21:23:50,1,0.0,,,0.0,0.0,-73.78972625732422,40.64365005493164,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +2,2016-01-27 18:06:15,2016-01-27 18:08:13,1,0.6,,,-73.95599365234375,40.788055419921875,-73.96053314208984,40.781551361083984,1,N,1,4.0,1.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-10 14:49:39,2016-01-10 14:53:49,1,0.92,,,-73.99104309082031,40.760311126708984,-74.002197265625,40.755619049072266,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-17 10:37:34,2016-01-17 10:44:30,1,1.2,,,-73.96656036376953,40.76703643798828,-73.98201751708984,40.76823806762695,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-21 16:00:22,2016-01-21 16:12:02,1,1.0,,,-73.96743774414062,40.7618408203125,-73.95442962646484,40.76592254638672,1,N,1,8.5,1.0,0.5,0.3,1.0,0.0,11.3 +2,2016-01-28 12:24:22,2016-01-28 12:35:09,3,0.66,,,-73.97241973876953,40.75953674316406,-73.97974395751953,40.755001068115234,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-09 21:28:06,2016-01-09 21:38:44,1,1.57,,,-73.97872924804688,40.74272537231445,-73.97735595703125,40.72612380981445,1,N,1,8.5,0.5,0.5,0.3,1.76,0.0,11.56 +2,2016-01-10 15:37:13,2016-01-10 15:54:07,1,2.87,,,-73.9912109375,40.7471809387207,-73.96732330322266,40.7724609375,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-13 12:26:37,2016-01-13 12:37:10,1,0.54,,,-73.98241424560547,40.7684211730957,-73.97348022460938,40.764488220214844,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-21 21:37:55,2016-01-21 21:53:32,1,2.21,,,-73.97201538085938,40.759464263916016,-73.98773956298828,40.73249816894531,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-10 11:50:31,2016-01-10 11:55:51,1,0.9,,,-74.00128173828125,40.73118209838867,-74.00725555419922,40.73394012451172,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-07 17:42:45,2016-01-07 17:48:43,1,1.0,,,-73.94692993164062,40.77598190307617,-73.95065307617188,40.78580856323242,1,N,1,6.0,1.0,0.5,0.3,3.0,0.0,10.8 +1,2016-01-16 19:08:53,2016-01-16 19:27:55,1,3.4,,,-73.98638153076172,40.743289947509766,-73.98282623291016,40.78007888793945,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,18.95 +1,2016-01-22 07:53:17,2016-01-22 08:04:57,1,1.7,,,-73.99431610107422,40.751590728759766,-73.99112701416016,40.73600387573242,1,N,1,9.5,0.0,0.5,0.3,3.05,0.0,13.35 +2,2016-01-13 11:19:27,2016-01-13 11:27:09,2,1.03,,,-73.98343658447266,40.76939010620117,-73.97496795654297,40.7619514465332,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,9.49 +1,2016-01-19 09:57:11,2016-01-19 10:07:07,1,0.8,,,-73.98587036132812,40.75228500366211,-73.99983215332031,40.75893783569336,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-29 22:39:17,2016-01-29 22:57:56,1,2.79,,,-73.98859405517578,40.75899124145508,-74.0008316040039,40.729061126708984,1,N,1,14.0,0.5,0.5,0.3,3.06,0.0,18.36 +1,2016-01-08 19:41:50,2016-01-08 19:50:42,2,1.2,,,-73.9882583618164,40.73196029663086,-74.00597381591797,40.73601150512695,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-18 15:14:15,2016-01-18 15:18:32,1,1.3,,,-74.00326538085938,40.72758483886719,-74.00507354736328,40.74090576171875,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-09 13:36:04,2016-01-09 13:41:36,1,0.86,,,-73.98049926757812,40.73057174682617,-73.99064636230469,40.736671447753906,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-26 14:19:23,2016-01-26 15:09:42,1,19.84,,,-73.78202819824219,40.64473342895508,-73.95893859863281,40.77821731567383,2,N,1,52.0,0.0,0.5,0.3,14.58,5.54,72.92 +2,2016-01-30 10:51:50,2016-01-30 10:58:56,1,1.31,,,-73.9593734741211,40.77151870727539,-73.97429656982422,40.762699127197266,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-07 07:37:54,2016-01-07 07:42:37,1,0.73,,,-73.98432922363281,40.76602554321289,-73.99195861816406,40.77789306640625,1,N,1,5.0,0.0,0.5,0.3,1.2,0.0,7.0 +2,2016-01-17 12:02:25,2016-01-17 12:18:32,1,4.37,,,-73.99812316894531,40.74273681640625,-73.99559020996094,40.69206619262695,1,N,1,15.5,0.0,0.5,0.3,4.08,0.0,20.38 +1,2016-01-12 15:25:30,2016-01-12 15:29:19,1,0.7,,,-73.96232604980469,40.77640914916992,-73.9722900390625,40.7823371887207,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-12 11:15:14,2016-01-12 11:47:15,1,4.02,,,-73.95503997802734,40.78321838378906,-73.99162292480469,40.732269287109375,1,N,1,21.5,0.0,0.5,0.3,4.0,0.0,26.3 +1,2016-01-21 09:22:24,2016-01-21 09:51:33,1,7.3,,,-73.96168518066406,40.774166107177734,-74.01114654541016,40.70193099975586,1,N,1,28.0,0.0,0.5,0.3,5.75,0.0,34.55 +1,2016-01-22 22:20:33,2016-01-22 22:37:51,2,2.0,,,-73.99000549316406,40.73408126831055,-73.9911117553711,40.755069732666016,1,N,1,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +1,2016-01-04 10:02:07,2016-01-04 10:29:33,2,11.5,,,-73.86312866210938,40.76988220214844,-73.97903442382812,40.758487701416016,1,N,1,34.0,0.0,0.5,0.3,10.05,5.54,50.39 +1,2016-01-20 07:36:57,2016-01-20 07:40:50,1,0.5,,,-73.98104095458984,40.75075912475586,-73.98249816894531,40.7559928894043,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-22 21:29:40,2016-01-22 21:40:55,1,2.01,,,-73.99749755859375,40.75670623779297,-74.0001220703125,40.735008239746094,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-07 17:53:41,2016-01-07 18:04:00,1,1.3,,,-74.00131225585938,40.756954193115234,-73.98568725585938,40.759010314941406,1,N,1,8.0,1.0,0.5,0.3,2.0,0.0,11.8 +1,2016-01-18 07:41:04,2016-01-18 08:07:46,1,14.6,,,-73.80110931396484,40.66841125488281,-73.97124481201172,40.7552490234375,2,N,1,52.0,0.0,0.5,0.3,11.65,5.54,69.99 +1,2016-01-19 23:54:59,2016-01-20 00:07:55,1,5.9,,,-73.99465942382812,40.75535583496094,-73.95209503173828,40.80972671508789,1,N,1,18.0,0.5,0.5,0.3,3.85,0.0,23.15 +1,2016-01-01 21:56:31,2016-01-01 22:12:10,2,4.1,,,-73.95832824707031,40.81603240966797,-73.92765808105469,40.834144592285156,1,N,1,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +2,2016-01-18 16:23:35,2016-01-18 16:30:40,5,1.26,,,-73.99971008300781,40.73334884643555,-73.99321746826172,40.73604965209961,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-29 14:46:17,2016-01-29 15:10:28,5,9.1,,,-73.87464904785156,40.77394104003906,-73.98674011230469,40.73871994018555,1,N,1,28.0,0.0,0.5,0.3,5.0,5.54,39.34 +1,2016-01-07 16:06:13,2016-01-07 16:08:50,1,0.3,,,-74.01073455810547,40.7101936340332,-74.0103988647461,40.714508056640625,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-09 20:40:29,2016-01-09 20:54:13,1,1.6,,,-73.97872161865234,40.75027084350586,-73.99413299560547,40.73189926147461,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-10 00:28:09,2016-01-10 00:48:22,1,5.0,,,-73.98371124267578,40.7215576171875,-73.98551177978516,40.66624069213867,1,N,1,19.0,0.5,0.5,0.3,5.05,0.0,25.35 +1,2016-01-12 10:21:14,2016-01-12 10:28:12,1,2.5,,,-73.94622802734375,40.77286148071289,-73.97354888916016,40.7479362487793,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-01 01:53:37,2016-01-01 02:02:13,5,1.21,,,-73.95338439941406,40.785526275634766,-73.95578002929688,40.7723503112793,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-04 16:39:30,2016-01-04 16:50:35,1,1.56,,,-73.97290802001953,40.79104995727539,-73.98876953125,40.77494812011719,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-20 21:49:23,2016-01-20 21:53:10,1,1.0,,,-74.00711822509766,40.71597671508789,-74.00228118896484,40.72924041748047,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-20 15:22:24,2016-01-20 15:32:40,1,1.1,,,-73.96255493164062,40.77290344238281,-73.97587585449219,40.765708923339844,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-29 09:43:16,2016-01-29 09:58:40,1,1.6,,,-73.99131774902344,40.75011444091797,-73.97933197021484,40.76103973388672,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-19 06:44:32,2016-01-19 06:53:23,5,1.21,,,-73.95845031738281,40.764259338378906,-73.97602081298828,40.76565933227539,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-08 18:27:42,2016-01-08 18:32:23,1,1.0,,,-73.97195434570312,40.76356887817383,-73.96210479736328,40.775390625,1,N,1,5.5,1.0,0.5,0.3,2.0,0.0,9.3 +2,2016-01-03 00:38:35,2016-01-03 00:41:21,2,0.19,,,-73.98512268066406,40.732078552246094,-73.98672485351562,40.73006820678711,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +1,2016-01-12 21:34:49,2016-01-12 21:58:40,1,7.3,,,-73.98621368408203,40.740421295166016,-73.98656463623047,40.665122985839844,1,N,1,24.0,0.5,0.5,0.3,5.06,0.0,30.36 +2,2016-01-28 06:37:22,2016-01-28 06:51:15,1,7.48,,,-73.86327362060547,40.73066329956055,-73.96733093261719,40.75204086303711,1,N,2,21.0,0.0,0.5,0.3,0.0,5.54,27.34 +1,2016-01-02 10:47:09,2016-01-02 10:50:34,1,0.6,,,-73.97855377197266,40.72443389892578,-73.9879150390625,40.72798538208008,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-17 19:17:12,2016-01-17 19:25:53,1,2.2,,,-74.017578125,40.706607818603516,-74.00692749023438,40.73020553588867,1,N,1,9.0,0.0,0.5,0.3,1.5,0.0,11.3 +2,2016-01-29 14:07:23,2016-01-29 14:31:41,1,8.39,,,-73.98188781738281,40.75386047363281,-73.88555145263672,40.77322006225586,1,N,1,26.5,0.0,0.5,0.3,6.57,5.54,39.41 +1,2016-01-26 12:13:24,2016-01-26 13:04:21,1,11.4,,,-73.87458801269531,40.77409362792969,-74.00255584716797,40.71868896484375,1,N,1,41.5,0.0,0.5,0.3,8.45,0.0,50.75 +2,2016-01-17 14:54:18,2016-01-17 15:13:06,1,3.25,,,-73.95552825927734,40.78276062011719,-73.98969268798828,40.75043869018555,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-17 16:07:55,2016-01-17 16:17:46,1,2.2,,,-73.99410247802734,40.73530960083008,-74.0095443725586,40.71318054199219,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-15 14:20:08,2016-01-15 14:32:46,1,1.25,,,-73.99995422363281,40.72187042236328,-74.00520324707031,40.70667266845703,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-19 13:32:52,2016-01-19 13:40:25,1,0.93,,,-73.97183227539062,40.76298522949219,-73.98240661621094,40.76403045654297,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-28 13:01:19,2016-01-28 13:18:31,6,1.2,,,-73.98285675048828,40.75056838989258,-73.970458984375,40.76478958129883,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-30 21:30:21,2016-01-30 21:54:44,1,9.7,,,-73.9781494140625,40.75735855102539,-73.93006134033203,40.86231994628906,1,N,1,30.5,0.5,0.5,0.3,6.36,0.0,38.16 +2,2016-01-20 17:04:11,2016-01-20 17:11:53,2,1.34,,,-73.95411682128906,40.779048919677734,-73.97400665283203,40.7841911315918,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-29 01:14:40,2016-01-29 01:19:22,2,0.78,,,-73.9741439819336,40.74710464477539,-73.9822769165039,40.744083404541016,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-20 21:41:01,2016-01-20 21:49:19,5,1.39,,,-73.97447967529297,40.75054168701172,-73.99494934082031,40.755218505859375,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-29 21:19:56,2016-01-29 21:25:54,1,0.76,,,-73.98668670654297,40.763710021972656,-73.98938751220703,40.75712966918945,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-15 21:26:34,2016-01-15 21:41:05,1,2.38,,,-73.98190307617188,40.7684211730957,-73.98238372802734,40.742759704589844,1,N,1,11.0,0.5,0.5,0.3,2.0,0.0,14.3 +2,2016-01-20 17:23:10,2016-01-20 17:38:30,2,2.11,,,-74.00176239013672,40.71957015991211,-74.00395965576172,40.74208068847656,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,12.8 +1,2016-01-25 19:45:00,2016-01-25 19:47:33,1,0.4,,,-73.95210266113281,40.77724075317383,-73.95630645751953,40.771568298339844,1,N,1,3.5,1.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-27 16:46:46,2016-01-27 17:23:52,1,5.52,,,-73.96678924560547,40.757259368896484,-73.88510131835938,40.7440185546875,1,N,1,25.5,1.0,0.5,0.3,3.7,0.0,31.0 +2,2016-01-17 15:09:58,2016-01-17 15:44:37,1,11.2,,,-73.98534393310547,40.759681701660156,-73.8709487915039,40.774112701416016,1,N,1,36.5,0.0,0.5,0.3,8.57,5.54,51.41 +2,2016-01-05 18:50:12,2016-01-05 18:58:36,1,1.3,,,-73.99278259277344,40.74272155761719,-73.97634887695312,40.747989654541016,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-11 22:55:04,2016-01-11 23:19:40,6,10.55,,,-73.96843719482422,40.75848388671875,-73.98280334472656,40.663265228271484,1,N,1,31.0,0.5,0.5,0.3,9.46,5.54,47.3 +1,2016-01-19 07:35:07,2016-01-19 07:51:12,1,1.6,,,-73.97920227050781,40.73627471923828,-73.99495697021484,40.750144958496094,1,N,1,11.5,0.0,0.5,0.3,3.65,0.0,15.95 +2,2016-01-22 18:06:52,2016-01-22 18:10:32,2,0.67,,,-73.95686340332031,40.774627685546875,-73.96359252929688,40.774078369140625,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-18 09:50:01,2016-01-18 10:01:35,1,1.2,,,-73.98979187011719,40.74693298339844,-74.00093078613281,40.75747299194336,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-19 18:56:12,2016-01-19 19:10:26,5,1.88,,,-74.00982666015625,40.721622467041016,-73.99224853515625,40.731380462646484,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,13.3 +2,2016-01-24 19:35:03,2016-01-24 19:46:33,2,1.94,,,-73.97987365722656,40.783870697021484,-73.9542007446289,40.784141540527344,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-05 21:06:00,2016-01-05 21:09:42,2,0.7,,,-73.98545837402344,40.76360321044922,-73.97661590576172,40.76498031616211,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +1,2016-01-08 21:14:22,2016-01-08 21:23:53,1,0.7,,,-73.99800109863281,40.737884521484375,-73.9863052368164,40.7328987121582,1,N,1,7.5,0.5,0.5,0.3,1.5,0.0,10.3 +2,2016-01-13 10:56:51,2016-01-13 11:11:11,5,0.79,,,-73.9675064086914,40.768795013427734,-73.96636962890625,40.76187515258789,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-30 10:05:57,2016-01-30 10:17:45,3,1.61,,,-73.97074127197266,40.75178146362305,-73.99082946777344,40.74549865722656,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-20 13:15:41,2016-01-20 13:20:29,2,0.94,,,-73.98832702636719,40.74885177612305,-73.98027038574219,40.76068878173828,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,7.88 +2,2016-01-16 20:11:05,2016-01-16 20:14:36,2,0.78,,,-73.99787139892578,40.76170349121094,-73.99655151367188,40.75326156616211,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-04 15:14:58,2016-01-04 15:28:38,1,1.43,,,-73.98794555664062,40.73805618286133,-73.99398040771484,40.751380920410156,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-28 11:51:41,2016-01-28 12:01:56,1,1.57,,,-73.97541046142578,40.78705978393555,-73.96125793457031,40.806480407714844,1,N,1,8.5,0.0,0.5,0.3,1.4,0.0,10.7 +1,2016-01-16 20:12:12,2016-01-16 20:17:27,1,1.7,,,-73.99517059326172,40.760292053222656,-73.9801025390625,40.780906677246094,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-19 05:14:31,2016-01-19 05:32:02,2,9.32,,,-73.7823486328125,40.64472579956055,-73.9128189086914,40.67931365966797,1,N,2,27.0,0.5,0.5,0.3,0.0,0.0,28.3 +1,2016-01-21 07:24:37,2016-01-21 07:42:28,1,2.3,,,-73.94770812988281,40.775421142578125,-73.97354888916016,40.75761032104492,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-10 15:33:43,2016-01-10 15:41:26,1,1.0,,,-73.96153259277344,40.78020095825195,-73.95064544677734,40.771629333496094,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +1,2016-01-20 12:24:20,2016-01-20 12:39:17,1,3.0,,,-73.95500183105469,40.765018463134766,-73.98748016357422,40.740779876708984,1,N,4,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-05 07:30:42,2016-01-05 07:37:16,1,3.0,,,-73.94844055175781,40.7731819152832,-73.9749984741211,40.73704147338867,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-12 11:21:09,2016-01-12 11:24:08,1,0.6,,,-73.94575500488281,40.77812957763672,-73.95579528808594,40.77953338623047,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-07 15:20:30,2016-01-07 15:38:33,2,2.36,,,-73.9786605834961,40.740989685058594,-73.97765350341797,40.71609878540039,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-25 15:00:15,2016-01-25 15:12:08,1,1.2,,,-74.00111389160156,40.75722122192383,-73.98382568359375,40.748191833496094,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-30 04:06:02,2016-01-30 04:12:42,1,1.4,,,-73.98580169677734,40.73815155029297,-74.00275421142578,40.74990463256836,1,N,1,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-17 02:40:57,2016-01-17 02:50:40,1,2.7,,,-73.9714126586914,40.76237869262695,-73.96653747558594,40.79252624511719,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,13.8 +1,2016-01-19 07:24:56,2016-01-19 07:50:20,1,5.1,,,-73.95092010498047,40.785743713378906,-73.88825225830078,40.81658172607422,1,N,1,21.5,0.0,0.5,0.3,4.45,0.0,26.75 +2,2016-01-16 22:55:33,2016-01-16 23:11:37,2,2.21,,,-73.98487091064453,40.768741607666016,-73.99954986572266,40.75238037109375,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-28 17:14:25,2016-01-28 17:27:57,1,2.15,,,-74.00196075439453,40.71925735473633,-73.98003387451172,40.73392868041992,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-18 18:28:10,2016-01-18 18:39:46,1,2.13,,,-73.98607635498047,40.75910186767578,-73.96375274658203,40.76121139526367,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-10 11:57:36,2016-01-10 12:13:47,1,2.82,,,-73.99063873291016,40.74025344848633,-74.01040649414062,40.71135711669922,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-11 22:58:21,2016-01-11 23:07:47,1,2.61,,,-73.9977035522461,40.73860549926758,-73.98843383789062,40.76496124267578,1,N,1,10.5,0.5,0.5,0.3,1.0,0.0,12.8 +2,2016-01-11 19:57:54,2016-01-11 20:14:25,5,4.24,,,-73.97413635253906,40.75101852416992,-73.94436645507812,40.71525955200195,1,N,1,15.5,1.0,0.5,0.3,6.85,5.54,29.69 +1,2016-01-09 18:32:12,2016-01-09 18:39:29,1,0.5,,,-74.00251770019531,40.72486114501953,-73.99403381347656,40.72105026245117,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-12 21:10:21,2016-01-12 21:23:22,2,2.6,,,-73.98802185058594,40.73774337768555,-73.9677963256836,40.77029800415039,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +2,2016-01-21 17:22:11,2016-01-21 17:27:05,1,1.28,,,-73.9766616821289,40.782413482666016,-73.96880340576172,40.79759216308594,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-16 02:33:51,2016-01-16 02:57:30,4,4.9,,,-73.9870376586914,40.7296257019043,-73.98841094970703,40.668521881103516,1,N,1,20.0,0.5,0.5,0.3,4.25,0.0,25.55 +2,2016-01-11 12:29:13,2016-01-11 12:41:34,1,1.89,,,-73.95494842529297,40.78017044067383,-73.98124694824219,40.7834587097168,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-16 06:45:33,2016-01-16 06:51:02,1,1.89,,,-73.95027160644531,40.786766052246094,-73.95326232910156,40.76754379272461,1,N,1,7.5,0.0,0.5,0.3,1.7,0.0,10.0 +2,2016-01-30 21:21:02,2016-01-30 21:31:46,1,1.0,,,-73.98780059814453,40.71942901611328,-73.98336029052734,40.730308532714844,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-15 16:53:34,2016-01-15 17:05:14,1,2.5,,,-74.00498962402344,40.74649429321289,-73.98897552490234,40.77723693847656,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,13.3 +2,2016-01-01 01:58:39,2016-01-01 02:08:20,1,5.14,,,-74.00656127929688,40.705501556396484,-73.96439361572266,40.756290435791016,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-19 09:19:31,2016-01-19 09:32:09,6,1.67,,,-73.97542572021484,40.751853942871094,-73.99336242675781,40.73845672607422,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,11.3 +2,2016-01-04 21:56:13,2016-01-04 21:58:47,2,0.59,,,-73.97605895996094,40.7811393737793,-73.97979736328125,40.77627944946289,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-30 23:10:57,2016-01-30 23:23:39,1,2.2,,,-73.9830551147461,40.77155685424805,-74.00318908691406,40.751625061035156,1,N,1,10.0,0.5,0.5,0.3,2.0,0.0,13.3 +2,2016-01-01 20:50:51,2016-01-01 20:59:35,1,2.36,,,-73.9712142944336,40.7514533996582,-73.98514556884766,40.723873138427734,1,N,1,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-17 17:10:38,2016-01-17 17:19:12,1,1.6,,,-73.97664642333984,40.74381637573242,-73.96617889404297,40.76209259033203,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-22 15:43:43,2016-01-22 15:44:34,1,0.23,,,-73.9652328491211,40.772125244140625,-73.96320343017578,40.77491760253906,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +2,2016-01-30 16:09:24,2016-01-30 16:27:30,1,2.76,,,-73.99131774902344,40.727481842041016,-73.96365356445312,40.75740051269531,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +1,2016-01-09 20:47:06,2016-01-09 20:52:09,2,0.9,,,-73.97557830810547,40.78976821899414,-73.98037719726562,40.78304672241211,1,N,1,5.5,0.5,0.5,0.3,1.2,0.0,8.0 +2,2016-01-29 13:19:36,2016-01-29 13:24:37,5,1.01,,,-73.96693420410156,40.76974105834961,-73.97711944580078,40.774593353271484,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-30 13:16:40,2016-01-30 13:22:07,5,1.05,,,-73.97267150878906,40.7646484375,-73.98407745361328,40.75584030151367,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-29 11:40:21,2016-01-29 11:55:55,1,2.3,,,-74.01070404052734,40.70900344848633,-74.00259399414062,40.73952865600586,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-01 04:32:41,2016-01-01 04:42:21,1,2.08,,,-73.99823760986328,40.74531936645508,-73.97654724121094,40.75925827026367,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-12 20:01:00,2016-01-12 20:02:02,1,0.4,,,-73.95880889892578,40.7723274230957,-73.955078125,40.77748107910156,1,Y,1,3.5,1.0,0.5,0.3,1.05,0.0,6.35 +1,2016-01-25 20:19:00,2016-01-25 20:36:52,1,4.1,,,-73.99605560302734,40.76567077636719,-73.95170593261719,40.7845573425293,1,N,1,16.5,0.5,0.5,0.3,3.55,0.0,21.35 +2,2016-01-27 14:36:07,2016-01-27 14:44:46,1,1.1,,,-73.97013854980469,40.764923095703125,-73.96014404296875,40.77897644042969,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-20 20:50:39,2016-01-20 21:03:25,1,1.82,,,-73.97637939453125,40.755821228027344,-73.95772552490234,40.77199172973633,1,N,1,10.0,0.5,0.5,0.3,3.39,0.0,14.69 +1,2016-01-15 00:56:51,2016-01-15 01:03:58,1,1.1,,,-74.00450134277344,40.70817565917969,-74.01578521728516,40.71531295776367,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-27 13:11:34,2016-01-27 13:22:38,2,4.42,,,-73.99046325683594,40.771549224853516,-73.95852661132812,40.81064987182617,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-04 21:50:49,2016-01-04 21:56:31,1,1.09,,,-73.94658660888672,40.77313995361328,-73.9613037109375,40.776798248291016,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-30 13:23:37,2016-01-30 13:35:31,1,1.8,,,0.0,0.0,0.0,0.0,1,N,1,10.0,0.0,0.5,0.3,1.5,0.0,12.3 +1,2016-01-20 15:44:07,2016-01-20 16:04:12,2,3.3,,,-73.99744415283203,40.73577117919922,-74.01676940917969,40.708187103271484,1,N,1,15.5,0.0,0.5,0.3,1.5,0.0,17.8 +2,2016-01-09 21:20:35,2016-01-09 21:28:32,1,0.79,,,-73.98487091064453,40.74288558959961,-73.99681854248047,40.742916107177734,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-25 15:25:49,2016-01-25 15:32:46,2,1.0,,,-73.99031066894531,40.73185348510742,-73.97773742675781,40.738094329833984,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-17 07:34:45,2016-01-17 07:39:32,1,0.9,,,-73.97802734375,40.73349380493164,-73.98023986816406,40.74286651611328,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-30 13:40:48,2016-01-30 13:51:10,1,1.8,,,-74.01444244384766,40.71232986450195,-74.00274658203125,40.73434066772461,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-05 20:17:11,2016-01-05 20:28:51,1,3.16,,,-73.98301696777344,40.7558708190918,-73.94963836669922,40.784481048583984,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,15.36 +1,2016-01-14 20:42:31,2016-01-14 20:56:11,1,2.1,,,-73.96759033203125,40.762760162353516,-73.97956085205078,40.78276062011719,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-22 23:41:51,2016-01-22 23:52:15,1,2.2,,,-73.98824310302734,40.73737716674805,-73.97740936279297,40.76405334472656,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-12 00:21:01,2016-01-12 00:26:55,5,1.51,,,-73.9897232055664,40.725921630859375,-73.98216247558594,40.74340057373047,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-06 18:05:25,2016-01-06 18:14:26,1,0.84,,,-73.9586181640625,40.781455993652344,-73.9502182006836,40.775482177734375,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-11 10:49:58,2016-01-11 11:14:02,2,2.15,,,-73.97406005859375,40.7572021484375,-74.00349426269531,40.7592887878418,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-22 15:31:30,2016-01-22 15:32:35,1,0.26,,,-73.96307373046875,40.79938888549805,-73.96762084960938,40.801231384277344,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +1,2016-01-03 05:51:29,2016-01-03 05:57:59,2,1.5,,,-73.95669555664062,40.76780700683594,-73.95277404785156,40.78327941894531,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-18 21:38:24,2016-01-18 21:48:16,6,2.34,,,-73.96888732910156,40.79676818847656,-73.9389419555664,40.80500030517578,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +1,2016-01-16 23:07:15,2016-01-16 23:24:11,1,3.1,,,-73.99417114257812,40.7409782409668,-73.98368072509766,40.77587890625,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +1,2016-01-08 16:13:37,2016-01-08 16:33:54,1,3.8,,,-73.95511627197266,40.782981872558594,-73.97464752197266,40.7442512512207,1,N,1,16.5,1.0,0.5,0.3,2.0,0.0,20.3 +2,2016-01-05 18:34:02,2016-01-05 18:38:46,1,0.9,,,-73.95452117919922,40.7699089050293,-73.95530700683594,40.7794189453125,1,N,1,5.5,1.0,0.5,0.3,1.82,0.0,9.12 +1,2016-01-16 18:26:16,2016-01-16 18:46:17,1,10.3,,,-73.87289428710938,40.77400588989258,-73.97309112548828,40.755470275878906,1,N,1,29.0,0.0,0.5,0.3,7.05,5.54,42.39 +2,2016-01-28 17:09:35,2016-01-28 17:15:30,3,0.7,,,-73.9841537475586,40.74223327636719,-73.97760772705078,40.750755310058594,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-23 02:51:37,2016-01-23 03:02:26,4,2.45,,,-73.99600982666016,40.74372863769531,-73.96855163574219,40.756507873535156,1,N,1,10.0,0.5,0.5,0.3,2.0,0.0,13.3 +2,2016-01-16 23:43:54,2016-01-16 23:53:07,2,1.69,,,-73.98539733886719,40.746978759765625,-73.96729278564453,40.760658264160156,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-21 18:39:33,2016-01-21 18:48:41,2,1.93,,,-73.99890899658203,40.75493240356445,-73.9812240600586,40.7790412902832,1,N,1,8.5,1.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-29 13:44:15,2016-01-29 14:07:37,1,2.0,,,-73.96971130371094,40.757171630859375,-73.99105834960938,40.750572204589844,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,18.95 +2,2016-01-13 14:27:09,2016-01-13 14:36:43,1,0.82,,,-73.9771957397461,40.7529411315918,-73.98827362060547,40.753475189208984,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-22 08:14:43,2016-01-22 08:32:42,1,5.5,,,-73.97272491455078,40.748435974121094,-74.01526641845703,40.71147155761719,1,N,1,20.0,0.0,0.5,0.3,4.15,0.0,24.95 +2,2016-01-18 11:47:13,2016-01-18 11:52:05,1,1.08,,,-73.9546127319336,40.775718688964844,-73.96315002441406,40.76224136352539,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-25 13:32:10,2016-01-25 13:51:39,1,9.55,,,-74.01624298095703,40.7152099609375,-73.95368957519531,40.78215026855469,1,N,1,28.0,0.0,0.5,0.3,4.0,0.0,32.8 +2,2016-01-04 09:22:38,2016-01-04 09:26:22,1,0.48,,,-73.96510314941406,40.75531005859375,-73.96219635009766,40.76158905029297,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-16 14:27:43,2016-01-16 14:39:45,1,1.4,,,-73.97905731201172,40.736629486083984,-73.99208068847656,40.74955368041992,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-06 06:44:53,2016-01-06 06:53:05,1,1.0,,,-73.98860931396484,40.75590133666992,-73.97647857666016,40.75685119628906,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +1,2016-01-28 10:00:12,2016-01-28 10:16:43,1,2.0,,,-73.9900131225586,40.734642028808594,-73.9726333618164,40.759395599365234,1,N,1,11.5,0.0,0.5,0.3,3.05,0.0,15.35 +2,2016-01-07 22:28:23,2016-01-07 22:38:33,1,2.54,,,-73.99842834472656,40.735130310058594,-73.99442291259766,40.763389587402344,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-03 00:16:05,2016-01-03 00:24:51,2,1.56,,,-73.9854965209961,40.747310638427734,-73.96797943115234,40.75579071044922,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +1,2016-01-19 13:48:51,2016-01-19 14:06:47,2,2.1,,,-73.99124908447266,40.75001907348633,-73.97407531738281,40.76393127441406,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-20 12:15:59,2016-01-20 12:38:45,1,0.9,,,-73.97488403320312,40.75020980834961,-73.97737121582031,40.76072692871094,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +2,2016-01-22 23:22:24,2016-01-22 23:24:32,2,0.73,,,-73.96964263916016,40.76900863647461,-73.98130798339844,40.77362823486328,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-25 13:11:04,2016-01-25 13:24:15,1,1.8,,,-73.98948669433594,40.74161148071289,-73.99664306640625,40.724456787109375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-07 09:00:06,2016-01-07 09:08:20,1,0.8,,,-73.99180603027344,40.74428176879883,-73.98268127441406,40.75258255004883,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-09 12:02:49,2016-01-09 12:14:07,1,2.36,,,-74.00831604003906,40.74565887451172,-73.99118041992188,40.7704963684082,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +2,2016-01-05 11:50:02,2016-01-05 11:52:05,1,0.61,,,-73.96703338623047,40.760589599609375,-73.96136474609375,40.76674270629883,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-18 10:01:19,2016-01-18 10:35:54,1,11.1,,,-73.96759796142578,40.677452087402344,-73.96215057373047,40.805381774902344,1,N,1,36.0,0.0,0.5,0.3,9.2,0.0,46.0 +2,2016-01-14 20:40:51,2016-01-14 20:51:02,1,0.92,,,-73.98494720458984,40.742191314697266,-73.99569702148438,40.73944091796875,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,11.62 +2,2016-01-10 21:45:47,2016-01-10 21:53:49,1,1.67,,,-73.98603820800781,40.73099899291992,-74.00421142578125,40.715999603271484,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-09 09:37:02,2016-01-09 09:42:46,1,1.08,,,-73.95375061035156,40.78485107421875,-73.96308898925781,40.7938117980957,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-27 18:44:45,2016-01-27 19:21:47,1,15.5,,,-73.8627700805664,40.769073486328125,-74.00408935546875,40.71856689453125,1,N,1,44.0,1.0,0.5,0.3,10.25,5.54,61.59 +1,2016-01-17 07:55:10,2016-01-17 08:03:07,1,1.3,,,-73.9857406616211,40.75934982299805,-74.0015640258789,40.75651931762695,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-20 13:35:34,2016-01-20 13:42:08,1,1.2,,,-73.96134185791016,40.76035690307617,-73.94893646240234,40.77057647705078,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-06 08:02:33,2016-01-06 08:10:39,1,2.08,,,-74.00825500488281,40.72188186645508,-73.99401092529297,40.744510650634766,1,N,1,8.5,0.0,0.5,0.3,1.1,0.0,10.4 +2,2016-01-10 16:51:02,2016-01-10 17:04:18,1,1.64,,,-73.94781494140625,40.77613830566406,-73.96038055419922,40.7706413269043,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-02 21:19:09,2016-01-02 21:44:14,1,8.66,,,-73.99774169921875,40.73613357543945,-73.93933868408203,40.82421112060547,1,N,1,28.0,0.5,0.5,0.3,5.86,0.0,35.16 +2,2016-01-11 15:06:32,2016-01-11 15:22:28,5,4.23,,,-73.87303924560547,40.7741584777832,-73.93328857421875,40.751808166503906,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +1,2016-01-15 15:28:30,2016-01-15 15:43:50,1,1.6,,,-73.97314453125,40.76417922973633,-73.99178314208984,40.74997329711914,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-05 19:02:17,2016-01-05 19:03:28,1,0.27,,,-73.96320343017578,40.766136169433594,-73.96095275878906,40.76931381225586,1,N,1,3.0,1.0,0.5,0.3,1.2,0.0,6.0 +2,2016-01-04 20:52:55,2016-01-04 21:12:44,1,8.78,,,-73.86382293701172,40.769622802734375,-73.97811126708984,40.748619079589844,1,N,1,27.0,0.5,0.5,0.3,6.77,5.54,40.61 +1,2016-01-08 11:35:16,2016-01-08 11:50:25,1,2.2,,,-73.99385833740234,40.74331283569336,-74.00717163085938,40.72309112548828,1,N,1,11.5,0.0,0.5,0.3,1.7,0.0,14.0 +1,2016-01-05 19:00:40,2016-01-05 19:11:47,1,2.3,,,-74.00332641601562,40.71388626098633,-73.99967193603516,40.74335861206055,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-01 04:35:23,2016-01-01 04:40:13,1,1.2,,,-73.98433685302734,40.74333572387695,-73.97135162353516,40.75419616699219,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-21 22:03:12,2016-01-21 22:22:14,1,10.0,,,-73.87446594238281,40.7740364074707,-73.98551177978516,40.726139068603516,1,N,1,29.0,0.5,0.5,0.3,5.0,0.0,35.3 +1,2016-01-02 12:30:15,2016-01-02 12:42:04,1,6.6,,,-74.01246643066406,40.70151138305664,-73.956298828125,40.76708984375,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,20.3 +1,2016-01-12 21:32:12,2016-01-12 21:40:35,1,0.9,,,-73.98217010498047,40.75965118408203,-73.97618865966797,40.757568359375,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +2,2016-01-26 18:47:51,2016-01-26 19:18:29,1,2.68,,,-74.00140380859375,40.756568908691406,-73.96888732910156,40.76449966430664,1,N,1,18.5,1.0,0.5,0.3,6.09,0.0,26.39 +1,2016-01-12 14:59:20,2016-01-12 15:12:44,1,3.1,,,-73.9229736328125,40.74388122558594,-73.97016906738281,40.754844665527344,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +1,2016-01-29 18:10:02,2016-01-29 18:14:18,1,0.4,,,-74.00109100341797,40.731571197509766,-73.99466705322266,40.72846984863281,1,N,1,4.5,1.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-02 17:08:22,2016-01-02 17:21:15,3,1.87,,,-73.96648406982422,40.757789611816406,-73.98898315429688,40.7474365234375,1,N,1,10.5,0.0,0.5,0.3,2.5,0.0,13.8 +2,2016-01-03 03:07:45,2016-01-03 03:15:49,5,2.9,,,-73.98651885986328,40.74742126464844,-73.95673370361328,40.77825164794922,1,N,1,10.0,0.5,0.5,0.3,1.5,0.0,12.8 +2,2016-01-14 11:09:59,2016-01-14 11:16:00,1,0.87,,,-73.97509002685547,40.79051971435547,-73.98193359375,40.77914047241211,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-02 15:52:43,2016-01-02 16:04:08,1,1.7,,,-73.98930358886719,40.753684997558594,-73.96633911132812,40.75727462768555,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-14 20:31:19,2016-01-14 20:43:55,1,1.8,,,-73.9872055053711,40.7560920715332,-74.00321197509766,40.735008239746094,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-22 14:58:33,2016-01-22 15:08:25,1,1.4,,,-73.98646545410156,40.7564697265625,-73.98829650878906,40.77080154418945,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-24 22:37:50,2016-01-24 22:51:00,1,3.65,,,-73.99173736572266,40.75031661987305,-74.01300048828125,40.7040901184082,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +1,2016-01-29 18:11:47,2016-01-29 18:25:21,1,1.8,,,-73.96646881103516,40.75400924682617,-73.96371459960938,40.774349212646484,1,N,1,10.0,1.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-05 07:29:05,2016-01-05 07:31:50,1,0.8,,,-73.99095153808594,40.74913787841797,-73.99868774414062,40.73971176147461,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-04 13:29:17,2016-01-04 13:47:16,1,2.47,,,-73.97795867919922,40.763328552246094,-73.97976684570312,40.76380157470703,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-21 18:44:29,2016-01-21 18:53:22,1,1.42,,,-73.9557113647461,40.7830696105957,-73.95020294189453,40.77116012573242,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-29 21:36:38,2016-01-29 21:45:42,1,1.06,,,-73.9778823852539,40.75209045410156,-73.99244689941406,40.756690979003906,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-29 08:09:41,2016-01-29 08:13:10,1,0.6,,,-73.99425506591797,40.75917434692383,-74.00248718261719,40.75517272949219,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-12 08:06:03,2016-01-12 08:13:08,1,1.1,,,-73.958984375,40.78107833862305,-73.96904754638672,40.789459228515625,1,N,2,6.5,0.0,0.0,0.3,0.0,0.0,6.8 +2,2016-01-26 20:07:03,2016-01-26 20:18:07,5,1.28,,,-73.97689819335938,40.761566162109375,-73.97689819335938,40.761566162109375,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +2,2016-01-20 23:21:26,2016-01-20 23:27:05,1,1.08,,,-73.99158477783203,40.75010681152344,-73.99580383300781,40.75886154174805,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-05 23:00:44,2016-01-05 23:07:54,1,2.25,,,-73.99891662597656,40.75484085083008,-73.9847183227539,40.78252029418945,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-09 14:48:13,2016-01-09 14:48:13,4,0.0,,,-73.9525375366211,40.79830551147461,0.0,0.0,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,3.3 +2,2016-01-07 10:15:04,2016-01-07 10:32:31,1,1.8,,,-73.99468994140625,40.745399475097656,-73.98407745361328,40.76054000854492,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-25 14:05:18,2016-01-25 14:08:10,1,0.78,,,-73.98351287841797,40.73423385620117,-73.9907455444336,40.724517822265625,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-29 00:33:41,2016-01-29 00:51:40,1,3.29,,,-73.97958374023438,40.68695831298828,-74.00599670410156,40.6815299987793,1,N,1,14.5,0.5,0.5,0.3,45.0,0.0,60.8 +2,2016-01-06 10:51:35,2016-01-06 11:06:34,1,2.38,,,-73.9810562133789,40.75946044921875,-73.95621490478516,40.78121566772461,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +2,2016-01-06 00:30:26,2016-01-06 00:46:05,2,5.45,,,-73.99169921875,40.74998092651367,-73.9420166015625,40.80683517456055,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +1,2016-01-25 21:40:09,2016-01-25 21:43:56,2,0.6,,,-73.98423767089844,40.76988983154297,-73.99002838134766,40.762027740478516,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +2,2016-01-27 10:59:53,2016-01-27 11:06:58,1,0.93,,,-73.98185729980469,40.75234603881836,-73.99110412597656,40.750301361083984,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-09 16:59:51,2016-01-09 17:17:51,1,4.6,,,-73.97715759277344,40.753509521484375,-73.94825744628906,40.806514739990234,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-21 10:28:12,2016-01-21 10:46:13,1,1.3,,,-73.99406433105469,40.75120162963867,-73.97450256347656,40.751014709472656,1,N,1,12.0,0.0,0.5,0.3,2.55,0.0,15.35 +2,2016-01-15 22:21:32,2016-01-15 23:00:58,5,20.12,,,-73.78966522216797,40.646751403808594,-73.99698638916016,40.68477249145508,1,N,1,55.0,0.5,0.5,0.3,8.7,0.0,65.0 +2,2016-01-12 15:40:50,2016-01-12 16:27:06,2,18.12,,,-73.78990936279297,40.64685821533203,-73.98133087158203,40.76915740966797,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-12 06:46:11,2016-01-12 06:51:23,1,1.1,,,-73.97341918945312,40.74820327758789,-73.99078369140625,40.751182556152344,1,N,1,6.0,0.0,0.5,0.3,1.02,0.0,7.82 +2,2016-01-21 14:17:08,2016-01-21 14:44:28,5,2.39,,,-73.97025299072266,40.761837005615234,-73.97709655761719,40.787750244140625,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-07 23:36:01,2016-01-07 23:44:15,1,1.42,,,-73.98676300048828,40.76247024536133,-73.99417114257812,40.7459602355957,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,11.0 +1,2016-01-09 23:29:59,2016-01-09 23:36:16,1,0.9,,,-74.00567626953125,40.725616455078125,-74.0015869140625,40.73080825805664,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-09 22:04:33,2016-01-09 22:15:09,1,2.1,,,-73.95368957519531,40.76637649536133,-73.96749114990234,40.768558502197266,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,11.8 +2,2016-01-06 13:48:25,2016-01-06 13:50:08,1,0.51,,,-73.99227905273438,40.737770080566406,-73.99714660644531,40.731510162353516,1,N,1,3.5,0.0,0.5,0.3,1.5,0.0,5.8 +2,2016-01-20 23:12:41,2016-01-20 23:37:24,4,6.75,,,-73.98738861083984,40.755287170410156,-73.96214294433594,40.67854690551758,1,N,1,23.0,0.5,0.5,0.3,6.0,0.0,30.3 +2,2016-01-14 05:04:14,2016-01-14 05:30:12,1,18.6,,,-73.77686309814453,40.646026611328125,-73.97538757324219,40.763877868652344,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-19 23:24:22,2016-01-19 23:36:39,1,3.7,,,-73.9538803100586,40.766517639160156,-73.93008422851562,40.738548278808594,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +1,2016-01-25 00:00:02,2016-01-25 00:05:40,1,0.8,,,-73.98908996582031,40.76826095581055,-73.9850082397461,40.76211166381836,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-08 08:02:44,2016-01-08 08:21:45,1,2.2,,,-73.98025512695312,40.73535919189453,-73.9823989868164,40.757164001464844,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-19 13:38:43,2016-01-19 13:48:36,1,1.38,,,-73.99579620361328,40.76436996459961,-73.99523162841797,40.74980926513672,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-04 09:26:00,2016-01-04 09:36:38,1,1.34,,,-73.99185180664062,40.74443054199219,-73.97708129882812,40.75579833984375,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-17 09:43:24,2016-01-17 10:00:50,1,3.5,,,-73.97328186035156,40.785118103027344,-73.95735931396484,40.811988830566406,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-01 12:58:10,2016-01-01 13:07:33,1,2.46,,,-73.9847640991211,40.72822570800781,-73.97319030761719,40.75602722167969,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-11 20:42:11,2016-01-11 20:44:20,2,0.8,,,-73.95286560058594,40.78308868408203,-73.96004486083984,40.7729377746582,1,N,1,4.5,0.5,0.5,0.3,1.7,0.0,7.5 +1,2016-01-26 21:50:18,2016-01-26 21:53:15,2,0.5,,,-73.95941162109375,40.81383514404297,-73.9548110961914,40.82012939453125,1,N,1,4.0,0.5,0.5,0.3,1.0,0.0,6.3 +2,2016-01-11 20:48:57,2016-01-11 21:10:29,1,10.4,,,-74.0022201538086,40.73973846435547,-73.8702621459961,40.773536682128906,1,N,1,30.5,0.5,0.5,0.3,7.47,5.54,44.81 +1,2016-01-14 17:53:55,2016-01-14 17:56:50,1,0.8,,,-73.96239471435547,40.7786979675293,-73.9718246459961,40.782161712646484,1,N,1,4.5,1.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-10 18:36:04,2016-01-10 18:46:11,2,1.12,,,-73.9910659790039,40.756221771240234,-73.9842758178711,40.74855041503906,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-29 19:52:18,2016-01-29 19:54:24,1,0.62,,,-73.95533752441406,40.77688217163086,-73.95014953613281,40.784027099609375,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-22 09:37:33,2016-01-22 09:44:44,1,0.9,,,-73.99149322509766,40.7493782043457,-73.98500061035156,40.742191314697266,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-06 22:56:05,2016-01-06 23:03:54,1,2.42,,,-73.98233795166016,40.7703742980957,-74.00467681884766,40.74209213256836,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,12.88 +1,2016-01-18 20:24:05,2016-01-18 20:27:25,1,0.6,,,-73.98587036132812,40.72229766845703,-73.98030090332031,40.72640609741211,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-28 00:04:13,2016-01-28 00:10:08,1,1.18,,,-73.989501953125,40.739158630371094,-73.98931121826172,40.728485107421875,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-03 20:38:22,2016-01-03 20:56:37,1,10.43,,,0.0,0.0,0.0,0.0,1,N,2,29.5,0.5,0.5,0.3,0.0,5.54,36.34 +2,2016-01-10 18:51:55,2016-01-10 19:01:34,2,1.87,,,-73.98975372314453,40.7341194152832,-73.97342681884766,40.75511932373047,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-08 18:38:05,2016-01-08 18:44:42,6,0.87,,,-74.0045394897461,40.74190902709961,-74.00763702392578,40.73271942138672,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-19 08:15:56,2016-01-19 08:21:22,1,0.9,,,-73.997802734375,40.6829833984375,-73.9916763305664,40.69352722167969,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-10 03:38:39,2016-01-10 03:48:26,1,2.3,,,-74.00469207763672,40.7211799621582,-73.98442077636719,40.746116638183594,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +1,2016-01-04 20:16:46,2016-01-04 20:22:06,2,1.2,,,-74.00332641601562,40.74375915527344,-73.99767303466797,40.75652313232422,1,N,1,6.0,0.5,0.5,0.3,1.3,0.0,8.6 +1,2016-01-22 08:09:44,2016-01-22 08:18:37,1,1.0,,,-73.97921752929688,40.77690505981445,-73.97045135498047,40.76776123046875,1,N,1,7.0,0.0,0.5,0.3,0.5,0.0,8.3 +1,2016-01-08 23:24:51,2016-01-08 23:33:31,1,2.2,,,-74.0105972290039,40.72022247314453,-74.00606536865234,40.74843978881836,1,N,1,9.5,0.5,0.5,0.3,0.1,0.0,10.9 +1,2016-01-22 18:02:19,2016-01-22 18:12:01,1,1.5,,,-73.97517395019531,40.7621955871582,-73.98760986328125,40.74307632446289,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,12.25 +1,2016-01-11 15:09:25,2016-01-11 15:25:41,2,8.4,,,-73.97740173339844,40.74717712402344,-73.873046875,40.77446365356445,1,N,1,24.0,0.0,0.5,0.3,7.55,5.54,37.89 +2,2016-01-29 16:33:19,2016-01-29 16:50:01,1,2.26,,,-73.98287963867188,40.75531768798828,-73.9603500366211,40.775882720947266,1,N,1,12.0,1.0,0.5,0.3,1.0,0.0,14.8 +2,2016-01-15 09:57:51,2016-01-15 10:03:24,5,0.45,,,-73.97753143310547,40.753868103027344,-73.98181915283203,40.758331298828125,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-20 13:35:32,2016-01-20 13:44:55,1,0.9,,,-73.98139190673828,40.74123764038086,-73.97331237792969,40.752769470214844,1,N,1,7.5,0.0,0.5,0.3,3.0,0.0,11.3 +1,2016-01-08 15:03:09,2016-01-08 15:20:59,1,2.5,,,-73.96467590332031,40.77312088012695,-73.98358917236328,40.74408721923828,1,N,1,13.5,0.0,0.5,0.3,1.0,0.0,15.3 +2,2016-01-12 01:51:45,2016-01-12 01:54:32,1,0.61,,,-73.98822784423828,40.72001647949219,-73.9969711303711,40.722206115722656,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-02 22:03:02,2016-01-02 22:21:51,2,3.6,,,-73.962158203125,40.76350402832031,-74.0,40.73043441772461,1,N,1,15.5,0.5,0.5,0.3,2.0,0.0,18.8 +2,2016-01-02 16:50:56,2016-01-02 17:15:44,1,9.8,,,-73.87084197998047,40.77374267578125,-73.99153900146484,40.72624206542969,1,N,2,29.0,0.0,0.5,0.3,0.0,5.54,35.34 +1,2016-01-29 17:41:35,2016-01-29 17:43:15,1,0.4,,,-73.97134399414062,40.79430389404297,-73.96891784667969,40.7992057800293,1,Y,1,3.5,1.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-24 12:12:11,2016-01-24 12:29:48,1,4.68,,,-74.01647186279297,40.71014404296875,-73.98448181152344,40.759246826171875,1,N,1,16.5,0.0,0.5,0.3,4.32,0.0,21.62 +2,2016-01-22 17:19:51,2016-01-22 17:52:28,1,17.21,,,-74.00372314453125,40.741939544677734,-74.18151092529297,40.687721252441406,3,N,1,65.0,1.0,0.0,0.3,15.76,12.5,94.56 +2,2016-01-29 14:42:31,2016-01-29 14:43:47,6,0.11,,,-73.98696899414062,40.73672103881836,-73.98493957519531,40.737220764160156,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +1,2016-01-07 19:58:34,2016-01-07 20:07:45,1,2.4,,,-73.97421264648438,40.76259994506836,-73.96688079833984,40.78883361816406,1,N,1,9.5,1.0,0.5,0.3,1.4,0.0,12.7 +1,2016-01-07 07:53:50,2016-01-07 08:24:35,1,6.2,,,-73.91228485107422,40.746826171875,-73.9837646484375,40.69377517700195,1,N,1,25.0,0.0,0.5,0.3,3.0,0.0,28.8 +2,2016-01-08 07:06:11,2016-01-08 07:15:45,1,1.99,,,-73.98914337158203,40.73731994628906,-73.96743774414062,40.75923156738281,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-19 09:28:15,2016-01-19 09:36:47,1,2.54,,,-74.01313018798828,40.71659851074219,-73.99961853027344,40.74626159667969,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-22 07:18:47,2016-01-22 07:26:31,1,2.1,,,-73.97758483886719,40.76423263549805,-73.99365997314453,40.74333190917969,1,N,1,9.0,0.0,0.5,0.3,5.0,0.0,14.8 +1,2016-01-17 11:56:21,2016-01-17 12:00:56,1,1.2,,,-73.97366333007812,40.763309478759766,-73.97671508789062,40.77537155151367,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-15 13:22:18,2016-01-15 13:39:06,1,2.3,,,-73.9604263305664,40.769622802734375,-73.98070526123047,40.789546966552734,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-24 21:14:23,2016-01-24 21:24:26,1,1.71,,,-74.00595092773438,40.7357063293457,-73.98739624023438,40.7479133605957,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-29 00:34:46,2016-01-29 00:54:30,4,4.64,,,-73.9915771484375,40.73291015625,-73.97697448730469,40.78497314453125,1,N,1,17.5,0.5,0.5,0.3,2.0,0.0,20.8 +2,2016-01-02 19:42:06,2016-01-02 19:48:08,1,1.32,,,-73.98757934570312,40.759891510009766,-73.98381042480469,40.773738861083984,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-27 08:33:10,2016-01-27 08:46:59,1,1.5,,,-73.98531341552734,40.768497467041016,-73.99073028564453,40.752044677734375,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-06 19:32:53,2016-01-06 19:44:09,1,2.04,,,-74.00028228759766,40.728721618652344,-73.9925537109375,40.74856948852539,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-25 16:06:51,2016-01-25 16:46:09,1,9.6,,,-73.9865493774414,40.760826110839844,-74.01148986816406,40.67242431640625,1,N,1,33.5,1.0,0.5,0.3,4.0,0.0,39.3 +2,2016-01-07 20:14:44,2016-01-07 20:34:15,1,6.48,,,-73.95230102539062,40.78711700439453,-73.90045166015625,40.773048400878906,1,N,1,21.5,0.5,0.5,0.3,5.67,5.54,34.01 +1,2016-01-10 15:47:53,2016-01-10 15:50:45,1,0.7,,,-73.9292221069336,40.768184661865234,-73.93894958496094,40.76599884033203,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-13 14:41:04,2016-01-13 14:47:05,3,1.0,,,-73.98143005371094,40.74714660644531,-73.99072265625,40.734596252441406,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-28 05:51:53,2016-01-28 06:27:49,3,17.63,,,-73.9812240600586,40.72509002685547,-73.78364562988281,40.64374923706055,2,N,1,52.0,0.0,0.5,0.3,10.56,0.0,63.36 +2,2016-01-20 18:51:07,2016-01-20 19:33:29,1,18.97,,,-73.97409057617188,40.79155731201172,-74.17767333984375,40.690528869628906,3,N,1,71.0,1.0,0.0,0.3,8.8,12.5,93.6 +2,2016-01-18 23:42:07,2016-01-19 00:08:32,1,8.16,,,-73.99059295654297,40.76114273071289,-73.95204162597656,40.669036865234375,1,N,1,26.0,0.5,0.5,0.3,8.19,0.0,35.49 +1,2016-01-20 23:03:49,2016-01-20 23:09:19,2,1.4,,,-73.9843978881836,40.76389694213867,-73.97679138183594,40.78069305419922,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-17 13:16:57,2016-01-17 13:25:01,1,2.48,,,-73.95894622802734,40.768951416015625,-73.97244262695312,40.74361038208008,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-01 14:11:08,2016-01-01 14:24:09,2,2.2,,,-73.9873275756836,40.72888946533203,-73.99752044677734,40.714073181152344,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-10 01:31:15,2016-01-10 01:54:47,1,7.2,,,-74.00252532958984,40.733455657958984,-73.90476989746094,40.75786590576172,1,N,1,23.0,0.5,0.5,0.3,4.0,0.0,28.3 +1,2016-01-18 15:05:32,2016-01-18 15:13:33,2,1.7,,,-73.9659423828125,40.75974655151367,-73.94772338867188,40.77518844604492,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-12 18:23:44,2016-01-12 18:33:45,1,1.5,,,-73.95664978027344,40.78069305419922,-73.96853637695312,40.79250717163086,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-19 13:10:53,2016-01-19 13:45:41,1,9.8,,,-73.87457275390625,40.77408218383789,-73.98096466064453,40.782413482666016,1,N,1,34.0,0.0,0.5,0.3,8.05,5.54,48.39 +1,2016-01-30 16:38:33,2016-01-30 16:53:50,1,1.2,,,-73.9933090209961,40.747047424316406,-73.98088836669922,40.75721740722656,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-29 02:56:39,2016-01-29 03:00:54,1,1.55,,,-73.9723892211914,40.752830505371094,-73.97221374511719,40.7530517578125,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,9.75 +1,2016-01-15 13:37:22,2016-01-15 13:50:27,1,1.0,,,-74.0059585571289,40.733154296875,-73.99730682373047,40.72473907470703,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-12 09:11:23,2016-01-12 09:18:52,3,0.78,,,-73.98793029785156,40.761478424072266,-73.98988342285156,40.75693130493164,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-13 13:43:58,2016-01-13 14:01:41,6,2.07,,,-73.98529052734375,40.74462127685547,-73.96597290039062,40.770999908447266,1,N,1,12.5,0.0,0.5,0.3,1.5,0.0,14.8 +2,2016-01-06 14:42:41,2016-01-06 15:08:32,2,4.64,,,-73.9909896850586,40.755897521972656,-73.95648956298828,40.747962951660156,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-29 06:33:27,2016-01-29 06:44:49,3,2.15,,,-73.94861602783203,40.78226852416992,-73.93668365478516,40.8040885925293,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-08 15:07:48,2016-01-08 15:16:56,1,1.1,,,-73.9504623413086,40.79521942138672,-73.9473648071289,40.78373336791992,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-20 17:07:17,2016-01-20 17:37:35,1,4.47,,,-73.97026824951172,40.75897216796875,-73.95630645751953,40.726356506347656,1,N,1,20.0,1.0,0.5,0.3,4.36,0.0,26.16 +2,2016-01-05 19:06:55,2016-01-05 19:22:21,3,2.12,,,-73.98030090332031,40.784786224365234,-73.95291900634766,40.78645706176758,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-28 22:26:39,2016-01-28 22:34:50,1,2.06,,,-74.0055923461914,40.73817443847656,-73.99547576904297,40.76051330566406,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-03 21:26:25,2016-01-03 21:30:21,1,1.28,,,-73.97325134277344,40.74842834472656,-73.97467803955078,40.73289489746094,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,8.84 +2,2016-01-06 13:12:52,2016-01-06 13:29:46,1,1.37,,,-73.97848510742188,40.75177764892578,-73.9831314086914,40.76616287231445,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-28 15:31:31,2016-01-28 15:46:12,1,1.87,,,-73.98997497558594,40.73500442504883,-73.97189331054688,40.75450897216797,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +1,2016-01-17 10:28:55,2016-01-17 10:33:29,1,1.2,,,-73.9813461303711,40.76472473144531,-73.99149322509766,40.749427795410156,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-05 07:56:12,2016-01-05 08:11:10,4,4.9,,,-73.97877502441406,40.74774169921875,-74.01068878173828,40.70285415649414,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,21.36 +1,2016-01-06 13:19:20,2016-01-06 13:36:40,1,3.3,,,-74.01509857177734,40.714149475097656,-73.98997497558594,40.7438850402832,1,N,1,15.0,0.0,0.5,0.3,3.0,0.0,18.8 +2,2016-01-03 00:55:41,2016-01-03 00:58:41,1,0.39,,,-73.98893737792969,40.730918884277344,-73.99210357666016,40.72576141357422,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +1,2016-01-20 12:06:25,2016-01-20 12:19:26,1,0.9,,,-73.96696472167969,40.761253356933594,-73.97920227050781,40.76521682739258,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-19 23:28:07,2016-01-19 23:44:57,1,4.78,,,-73.9860610961914,40.74138641357422,-73.98018646240234,40.68033218383789,1,N,1,17.5,0.5,0.5,0.3,5.64,0.0,24.44 +2,2016-01-24 19:44:43,2016-01-24 20:54:07,2,1.24,,,-74.0082778930664,40.73834991455078,-73.98773956298828,40.732521057128906,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-26 06:40:52,2016-01-26 06:48:52,2,2.15,,,-74.00048828125,40.738956451416016,-74.00048828125,40.738956451416016,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-10 21:05:30,2016-01-10 21:09:03,1,0.7,,,-73.945068359375,40.6892204284668,-73.94398498535156,40.697757720947266,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-12 19:18:38,2016-01-12 19:24:40,2,0.97,,,-74.00066375732422,40.75778579711914,-73.99578857421875,40.764530181884766,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-27 20:13:49,2016-01-27 20:19:49,2,1.02,,,-73.97687530517578,40.75031280517578,-73.98910522460938,40.74470520019531,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-18 07:47:39,2016-01-18 08:00:55,1,3.7,,,-73.97518920898438,40.76534652709961,-74.0000991821289,40.71952819824219,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-19 23:22:49,2016-01-19 23:36:29,2,2.58,,,-73.9912109375,40.717288970947266,-73.99549102783203,40.744049072265625,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-18 20:47:42,2016-01-18 20:53:34,1,1.5,,,-73.97344970703125,40.763370513916016,-73.99117279052734,40.754859924316406,1,N,1,7.0,0.5,0.5,0.3,2.07,0.0,10.37 +1,2016-01-17 14:32:54,2016-01-17 14:36:21,2,0.5,,,-73.99887084960938,40.722938537597656,-74.00452423095703,40.71635055541992,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-09 21:02:40,2016-01-09 21:27:17,1,4.19,,,-73.99785614013672,40.71693420410156,-73.98358917236328,40.765384674072266,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,19.8 +2,2016-01-20 16:53:13,2016-01-20 16:56:37,1,0.63,,,-73.98056030273438,40.78296661376953,-73.9764175415039,40.790000915527344,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-14 13:15:48,2016-01-14 13:19:29,3,0.72,,,-73.96951293945312,40.789947509765625,-73.97837829589844,40.786216735839844,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-26 14:02:50,2016-01-26 14:16:22,1,0.98,,,-73.96711730957031,40.766361236572266,-73.95368194580078,40.766780853271484,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-03 09:58:49,2016-01-03 10:03:12,1,1.06,,,-73.9585952758789,40.783355712890625,-73.96174621582031,40.771949768066406,1,N,1,5.5,0.0,0.5,0.3,0.94,0.0,7.24 +1,2016-01-26 07:43:00,2016-01-26 08:16:44,1,3.7,,,-73.9876708984375,40.73280334472656,-73.95236206054688,40.76961135864258,1,N,1,21.5,0.0,0.5,0.3,2.0,0.0,24.3 +2,2016-01-28 23:47:41,2016-01-29 00:11:20,5,3.93,,,-73.99846649169922,40.72291946411133,-73.96759033203125,40.75721740722656,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,22.56 +2,2016-01-02 22:47:11,2016-01-02 22:50:08,1,0.69,,,-73.9951171875,40.725318908691406,-73.99067687988281,40.73394012451172,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +1,2016-01-02 02:35:05,2016-01-02 02:39:34,3,0.6,,,-73.98680877685547,40.76449203491211,-73.98506164550781,40.75818634033203,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-14 20:52:52,2016-01-14 21:10:13,2,6.13,,,-73.95318603515625,40.77265167236328,-74.00325775146484,40.722843170166016,1,N,1,20.5,0.5,0.5,0.3,1.0,0.0,22.8 +1,2016-01-08 15:07:02,2016-01-08 15:07:02,1,0.0,,,-73.95572662353516,40.77933120727539,0.0,0.0,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,23.3 +1,2016-01-16 13:09:13,2016-01-16 13:40:26,1,11.6,,,-73.9501724243164,40.78013610839844,-73.99523162841797,40.66610336303711,1,N,1,36.5,0.0,0.5,0.3,4.0,0.0,41.3 +2,2016-01-09 18:41:36,2016-01-09 19:22:13,1,18.15,,,-73.95982360839844,40.77629089355469,-73.78173828125,40.64448165893555,2,N,1,52.0,0.0,0.5,0.3,10.56,0.0,63.36 +2,2016-01-16 00:41:33,2016-01-16 00:46:37,1,0.86,,,-73.91667938232422,40.68650817871094,-73.92969512939453,40.693763732910156,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-09 18:19:01,2016-01-09 18:37:20,2,1.94,,,-74.00639343261719,40.73323059082031,-73.98764038085938,40.72121047973633,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-10 22:35:42,2016-01-10 22:46:04,2,2.41,,,-73.99481964111328,40.75390625,-74.00007629394531,40.73050308227539,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-19 08:39:45,2016-01-19 08:54:29,4,1.98,,,-73.98599243164062,40.743560791015625,-73.98820495605469,40.76152038574219,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-07 18:50:12,2016-01-07 19:05:34,1,2.2,,,-73.97777557373047,40.78893280029297,-73.95690155029297,40.76979446411133,1,N,1,11.5,1.0,0.5,0.3,3.95,0.0,17.25 +2,2016-01-19 18:11:12,2016-01-19 18:20:09,1,2.39,,,-73.9614028930664,40.80126953125,-73.95648956298828,40.776458740234375,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-16 02:35:47,2016-01-16 02:43:24,1,2.0,,,-74.00236511230469,40.733463287353516,-74.01509094238281,40.71007537841797,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-20 07:45:17,2016-01-20 07:57:09,1,1.5,,,-73.97156524658203,40.75751876831055,-73.95291137695312,40.76526641845703,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-06 21:23:17,2016-01-06 21:35:51,1,2.28,,,-74.00135803222656,40.74565887451172,-73.9718017578125,40.75136184692383,1,N,1,10.5,0.5,0.5,0.3,2.29,0.0,14.09 +1,2016-01-10 19:38:36,2016-01-10 19:53:00,2,6.7,,,-73.87300872802734,40.77412414550781,-73.88842010498047,40.73111343383789,1,N,1,20.0,0.0,0.5,0.3,2.08,0.0,22.88 +1,2016-01-18 21:29:52,2016-01-18 21:34:34,1,0.8,,,0.0,0.0,0.0,0.0,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-19 12:01:05,2016-01-19 12:07:55,1,0.68,,,-73.99913024902344,40.733951568603516,-73.9948501586914,40.74217224121094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-06 18:37:18,2016-01-06 18:48:32,1,0.6,,,-73.97881317138672,40.76689910888672,-73.97544860839844,40.759376525878906,1,N,1,8.0,1.0,0.5,0.3,2.0,0.0,11.8 +1,2016-01-15 12:46:08,2016-01-15 12:57:31,1,0.9,,,-73.9805908203125,40.753963470458984,-73.99151611328125,40.74951934814453,1,N,1,8.5,0.0,0.5,0.3,2.75,0.0,12.05 +1,2016-01-13 17:21:24,2016-01-13 17:29:42,1,1.4,,,-73.98896026611328,40.72172164916992,-73.98273468017578,40.73940658569336,1,N,1,8.0,1.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-07 13:35:38,2016-01-07 13:45:55,1,1.48,,,-73.9760513305664,40.75703048706055,-73.96143341064453,40.77143096923828,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-03 01:26:27,2016-01-03 01:31:07,1,1.58,,,-73.95846557617188,40.76864242553711,-73.9725570678711,40.74909591674805,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +2,2016-01-07 13:46:59,2016-01-07 13:52:07,1,0.88,,,-73.9656753540039,40.76832580566406,-73.9578857421875,40.779273986816406,1,N,1,5.5,0.0,0.5,0.3,1.89,0.0,8.19 +1,2016-01-15 20:36:56,2016-01-15 20:44:48,1,1.6,,,-73.96507263183594,40.755184173583984,-73.95669555664062,40.77513885498047,1,N,1,8.0,0.5,0.5,0.3,2.3,0.0,11.6 +1,2016-01-16 00:01:37,2016-01-16 00:07:21,2,0.9,,,-73.9869384765625,40.72966384887695,-73.9998550415039,40.73032760620117,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +1,2016-01-30 19:03:19,2016-01-30 19:27:51,2,3.6,,,-73.97662353515625,40.785797119140625,-73.96630096435547,40.76713180541992,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,21.96 +2,2016-01-29 09:49:23,2016-01-29 10:11:03,1,2.28,,,-73.98023223876953,40.73925018310547,-73.97769927978516,40.763675689697266,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-05 20:22:54,2016-01-05 20:35:40,1,3.48,,,-73.99561309814453,40.723358154296875,-73.96923065185547,40.68959045410156,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +2,2016-01-18 16:42:49,2016-01-18 16:48:09,5,1.17,,,-73.962158203125,40.779300689697266,-73.97638702392578,40.780906677246094,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-30 17:39:55,2016-01-30 18:06:02,3,8.18,,,-73.87471771240234,40.77406311035156,-73.96204376220703,40.79549026489258,1,N,1,26.5,0.0,0.5,0.3,7.0,5.54,39.84 +1,2016-01-19 13:27:35,2016-01-19 13:52:46,1,2.1,,,-73.99147033691406,40.73915481567383,-73.97435760498047,40.75973129272461,1,N,1,16.0,0.0,0.5,0.3,1.0,0.0,17.8 +2,2016-01-22 04:12:12,2016-01-22 04:28:36,1,4.32,,,-73.95903015136719,40.814998626708984,-73.97846984863281,40.761558532714844,1,N,1,16.0,0.5,0.5,0.3,2.0,0.0,19.3 +1,2016-01-11 14:53:41,2016-01-11 15:42:11,1,21.3,,,-73.78282165527344,40.6466064453125,-74.00908660888672,40.706233978271484,2,N,1,52.0,0.0,0.5,0.3,11.66,5.54,70.0 +1,2016-01-14 13:45:54,2016-01-14 14:05:54,2,2.4,,,-73.98092651367188,40.76541519165039,-73.97943878173828,40.78958511352539,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-14 00:27:26,2016-01-14 00:40:42,5,3.28,,,-73.95220947265625,40.82426071166992,-73.9502182006836,40.786869049072266,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-09 14:45:55,2016-01-09 14:50:51,2,1.6,,,-74.00374603271484,40.732086181640625,-74.01444244384766,40.712669372558594,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-26 10:45:09,2016-01-26 10:56:53,1,1.6,,,0.0,0.0,0.0,0.0,1,N,1,9.5,0.0,0.5,0.3,1.55,0.0,11.85 +1,2016-01-06 18:15:33,2016-01-06 18:20:33,1,0.6,,,-73.98515319824219,40.739837646484375,-73.99508666992188,40.74413299560547,1,N,1,5.0,1.0,0.5,0.3,3.0,0.0,9.8 +2,2016-01-07 11:49:05,2016-01-07 11:57:26,2,0.66,,,-73.9737777709961,40.75188064575195,-73.97248077392578,40.75934982299805,1,N,1,6.5,0.0,0.5,0.3,1.1,0.0,8.4 +1,2016-01-16 11:17:25,2016-01-16 11:29:09,1,2.0,,,-73.95219421386719,40.78128433227539,-73.97457122802734,40.79108810424805,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-02 23:26:36,2016-01-02 23:32:17,5,2.16,,,-73.97528839111328,40.741249084472656,-73.95600128173828,40.767921447753906,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +1,2016-01-13 08:06:18,2016-01-13 08:14:55,1,0.9,,,-73.95606231689453,40.78158187866211,-73.96826934814453,40.78675079345703,1,N,1,7.0,0.0,0.5,0.3,1.2,0.0,9.0 +2,2016-01-28 19:16:22,2016-01-28 19:29:43,1,2.15,,,-73.97840118408203,40.757198333740234,-73.9820785522461,40.77885055541992,1,N,1,10.5,1.0,0.5,0.3,2.0,0.0,14.3 +2,2016-01-07 21:55:52,2016-01-07 22:01:09,1,1.62,,,-73.98238372802734,40.77288818359375,-73.97434997558594,40.78868865966797,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-16 18:26:13,2016-01-16 18:41:39,3,3.1,,,-73.99284362792969,40.768211364746094,-73.95628356933594,40.779666900634766,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-02 19:12:25,2016-01-02 19:29:23,2,3.31,,,-73.99015045166016,40.75661849975586,-73.95246124267578,40.772857666015625,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-24 10:15:34,2016-01-24 10:25:14,1,2.7,,,-73.98115539550781,40.72093200683594,-74.00796508789062,40.7116584777832,1,N,1,11.0,0.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-09 14:27:43,2016-01-09 14:33:42,1,0.8,,,-73.95772552490234,40.77959442138672,-73.95777130126953,40.772727966308594,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-29 18:37:22,2016-01-29 18:59:23,2,4.9,,,-73.98267364501953,40.76510238647461,-74.0141830444336,40.713897705078125,1,N,1,19.0,1.0,0.5,0.3,6.2,0.0,27.0 +1,2016-01-27 01:57:46,2016-01-27 02:08:20,1,4.3,,,-73.99279022216797,40.76337814331055,-73.95186614990234,40.809200286865234,1,N,1,13.0,0.5,0.5,0.3,1.2,0.0,15.5 +2,2016-01-18 09:19:15,2016-01-18 09:36:16,1,4.21,,,-74.00086212158203,40.75768280029297,-74.01152038574219,40.710079193115234,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +1,2016-01-13 12:35:04,2016-01-13 13:13:39,1,3.6,,,-74.00746154785156,40.70748519897461,-73.98009490966797,40.74859619140625,1,N,1,24.0,0.0,0.5,0.3,4.0,0.0,28.8 +1,2016-01-08 07:48:02,2016-01-08 08:08:33,1,4.8,,,-73.94918823242188,40.773399353027344,-73.99932861328125,40.73872756958008,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-28 06:35:47,2016-01-28 06:38:12,1,0.52,,,-73.97820281982422,40.7458610534668,-73.97470092773438,40.7515983581543,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +1,2016-01-25 12:22:41,2016-01-25 12:35:37,1,2.3,,,-73.99002838134766,40.74483871459961,-74.00638580322266,40.71870422363281,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-27 07:53:36,2016-01-27 08:00:10,5,0.93,,,-73.98684692382812,40.7664794921875,-73.9877700805664,40.756378173828125,1,N,1,6.5,0.0,0.5,0.3,1.7,0.0,9.0 +2,2016-01-23 05:39:39,2016-01-23 05:56:13,1,2.55,,,-73.98290252685547,40.731449127197266,-73.99241638183594,40.7540283203125,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +2,2016-01-09 18:22:18,2016-01-09 18:28:26,1,0.66,,,-73.98280334472656,40.75580978393555,-73.9723892211914,40.753448486328125,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-17 19:25:42,2016-01-17 19:32:06,2,0.8,,,-73.97866821289062,40.787757873535156,-73.97919464111328,40.77752685546875,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-10 19:23:31,2016-01-10 19:27:11,1,0.6,,,-74.01132202148438,40.715599060058594,-74.0057601928711,40.71752166748047,1,N,1,4.5,1.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-29 07:35:46,2016-01-29 07:40:49,1,0.5,,,-73.97193908691406,40.757118225097656,-73.96897888183594,40.75838088989258,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-06 20:06:35,2016-01-06 20:10:52,3,0.95,,,-73.9498062133789,40.772159576416016,-73.95398712158203,40.78131866455078,1,N,1,5.5,0.5,0.5,0.3,1.2,0.0,8.0 +1,2016-01-26 20:30:35,2016-01-26 20:48:41,1,4.3,,,-73.96774291992188,40.683712005615234,-73.98235321044922,40.731483459472656,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +1,2016-01-27 11:20:01,2016-01-27 11:43:13,1,2.9,,,-73.96546173095703,40.75951385498047,-73.9781723022461,40.7885856628418,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-08 23:20:19,2016-01-08 23:28:25,1,1.53,,,-73.99347686767578,40.747188568115234,-73.98098754882812,40.733917236328125,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-02 13:45:10,2016-01-02 13:52:47,2,2.26,,,-73.96800994873047,40.75564956665039,-73.99095916748047,40.72602844238281,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-01 21:32:20,2016-01-01 21:39:37,3,1.4,,,-73.98868560791016,40.731475830078125,-73.990234375,40.74661636352539,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +1,2016-01-12 23:54:17,2016-01-13 00:05:00,1,2.1,,,-73.96996307373047,40.760074615478516,-73.99827575683594,40.756717681884766,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +1,2016-01-01 02:02:22,2016-01-01 02:10:10,1,1.8,,,-73.92044830322266,40.7681770324707,-73.94022369384766,40.75111770629883,1,Y,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +1,2016-01-16 02:07:49,2016-01-16 02:20:51,1,6.1,,,-73.93901824951172,40.84861373901367,-73.98694610595703,40.869117736816406,5,N,1,30.0,0.0,0.0,0.3,5.0,0.0,35.3 +1,2016-01-05 13:21:23,2016-01-05 13:27:12,1,1.0,,,-73.99030303955078,40.75122833251953,-73.99412536621094,40.739498138427734,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-17 16:21:42,2016-01-17 16:29:53,1,1.2,,,-73.95606231689453,40.77600860595703,-73.97039031982422,40.78484344482422,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-27 17:52:46,2016-01-27 18:02:03,1,1.5,,,-73.96236419677734,40.778690338134766,-73.98136901855469,40.77864074707031,1,N,1,8.0,1.0,0.5,0.3,1.5,0.0,11.3 +2,2016-01-14 18:49:44,2016-01-14 19:17:16,1,4.66,,,-73.9735336303711,40.751861572265625,-73.96221160888672,40.80522155761719,1,N,1,20.0,1.0,0.5,0.3,5.45,0.0,27.25 +2,2016-01-19 14:34:58,2016-01-19 15:23:26,1,12.34,,,-73.94918060302734,40.695518493652344,-73.7763900756836,40.64529037475586,1,N,1,44.5,0.0,0.5,0.3,9.06,0.0,54.36 +2,2016-01-30 13:39:46,2016-01-30 13:49:00,2,1.47,,,-73.99644470214844,40.72547149658203,-73.99330139160156,40.742122650146484,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-15 08:47:10,2016-01-15 08:52:15,1,0.85,,,-73.96336364746094,40.7579231262207,-73.96464538574219,40.766265869140625,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-28 07:26:02,2016-01-28 07:29:19,1,0.8,,,-73.97677612304688,40.74350357055664,-73.98529052734375,40.735023498535156,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-03 10:35:27,2016-01-04 09:58:40,1,8.08,,,-73.99764251708984,40.76521301269531,-74.01455688476562,40.6819953918457,1,N,2,26.0,0.0,0.5,0.3,0.0,5.54,32.34 +1,2016-01-15 13:08:38,2016-01-15 13:22:46,2,4.0,,,-73.98296356201172,40.766845703125,-73.96463775634766,40.808712005615234,1,N,1,15.0,0.0,0.5,0.3,1.5,0.0,17.3 +2,2016-01-22 12:32:04,2016-01-22 12:34:05,1,0.45,,,-73.96697998046875,40.7936897277832,-73.96890258789062,40.78847885131836,1,N,1,3.5,0.0,0.5,0.3,1.08,0.0,5.38 +2,2016-01-30 13:47:48,2016-01-30 14:01:58,1,1.17,,,-73.97488403320312,40.76188659667969,-73.98954772949219,40.77131652832031,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +1,2016-01-18 21:15:36,2016-01-18 21:25:20,1,1.5,,,-73.98863220214844,40.77382278442383,-73.98985290527344,40.75730895996094,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +1,2016-01-29 22:55:48,2016-01-29 23:11:23,1,2.5,,,-73.96822357177734,40.76551818847656,-73.98158264160156,40.74103546142578,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,16.0 +2,2016-01-25 19:30:43,2016-01-25 19:36:50,1,1.11,,,-73.98987579345703,40.75058364868164,-73.99427032470703,40.76128005981445,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-11 22:02:45,2016-01-11 22:13:02,4,2.1,,,-73.99128723144531,40.74950408935547,-73.98433685302734,40.728851318359375,1,N,3,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-25 21:37:48,2016-01-25 21:43:23,1,0.81,,,-73.98985290527344,40.73404312133789,-73.97967529296875,40.73523712158203,1,N,1,5.5,0.5,0.5,0.3,1.25,0.0,8.05 +2,2016-01-11 17:58:51,2016-01-11 18:04:25,1,0.72,,,-73.96446990966797,40.76725769042969,-73.95604705810547,40.76369094848633,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-17 19:45:50,2016-01-17 19:52:48,2,1.28,,,-73.99496459960938,40.749603271484375,-73.9884262084961,40.75776290893555,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-27 07:43:16,2016-01-27 08:08:56,1,2.9,,,-73.98615264892578,40.72635269165039,-73.97296142578125,40.761497497558594,1,N,1,17.0,0.0,0.5,0.3,3.0,0.0,20.8 +2,2016-01-02 12:46:20,2016-01-02 12:54:30,1,1.63,,,-73.97965240478516,40.74665069580078,-73.97606658935547,40.76382827758789,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-26 15:12:16,2016-01-26 15:21:01,5,1.24,,,-73.99652099609375,40.753334045410156,-73.98955535888672,40.74131774902344,1,N,1,7.5,0.0,0.5,0.3,0.11,0.0,8.41 +2,2016-01-26 18:43:35,2016-01-26 18:59:59,1,1.46,,,-73.97998046875,40.78377151489258,-73.95929718017578,40.77621078491211,1,N,1,11.0,1.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-30 16:06:12,2016-01-30 16:17:27,6,0.84,,,-74.00477600097656,40.74189376831055,-73.99212646484375,40.73565673828125,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-11 15:34:51,2016-01-11 15:39:41,1,0.5,,,-73.95742797851562,40.77452087402344,-73.95880126953125,40.77238082885742,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-21 07:50:20,2016-01-21 08:09:24,1,3.96,,,-73.95065307617188,40.7862663269043,-73.99117279052734,40.742286682128906,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-06 13:19:11,2016-01-06 13:22:35,4,0.5,,,-73.98663330078125,40.75589370727539,-73.99140930175781,40.74949264526367,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-07 14:33:17,2016-01-07 14:38:05,2,0.78,,,-73.98428344726562,40.749114990234375,-73.98766326904297,40.73964309692383,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,7.88 +2,2016-01-21 09:52:40,2016-01-21 09:59:52,1,1.41,,,-73.9505844116211,40.771453857421875,-73.97157287597656,40.781978607177734,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-25 20:10:45,2016-01-25 20:52:09,1,5.82,,,-73.99205017089844,40.731048583984375,-73.94316864013672,40.67850875854492,1,N,2,27.0,0.5,0.5,0.3,0.0,0.0,28.3 +2,2016-01-06 00:30:37,2016-01-06 01:00:06,1,16.87,,,-73.78825378417969,40.64080810546875,-73.9520034790039,40.75931167602539,1,N,1,46.5,0.5,0.5,0.3,9.56,0.0,57.36 +2,2016-01-27 18:53:27,2016-01-27 19:11:09,5,2.04,,,-73.98130798339844,40.74610900878906,-73.96308135986328,40.76913833618164,1,N,1,12.5,1.0,0.5,0.3,2.0,0.0,16.3 +1,2016-01-21 21:06:41,2016-01-21 21:17:42,1,1.5,,,-73.98343658447266,40.74398422241211,-73.99556732177734,40.754554748535156,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +2,2016-01-16 11:45:24,2016-01-16 11:50:56,5,1.22,,,-73.96224975585938,40.76622009277344,-73.95118713378906,40.7793083190918,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +1,2016-01-03 17:06:49,2016-01-03 17:53:09,2,21.8,,,-73.98443603515625,40.767425537109375,-73.79084777832031,40.64656066894531,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-04 00:25:23,2016-01-04 00:45:59,2,11.6,,,-74.00761413574219,40.7408332824707,-73.92874145507812,40.82463073730469,1,N,2,33.5,0.5,0.5,0.3,0.0,0.0,34.8 +1,2016-01-27 12:29:07,2016-01-27 12:55:46,1,5.1,,,-73.98367309570312,40.7494010925293,-74.01129150390625,40.7103157043457,1,N,1,21.0,0.0,0.5,0.3,5.45,0.0,27.25 +2,2016-01-05 21:55:03,2016-01-05 22:16:16,1,11.87,,,-73.87104034423828,40.7736701965332,-74.00933837890625,40.715599060058594,1,N,1,33.5,0.5,0.5,0.3,6.0,0.0,40.8 +2,2016-01-02 00:39:14,2016-01-02 00:46:59,2,1.24,,,-73.99004364013672,40.73801040649414,-74.00428771972656,40.73754119873047,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-18 02:28:37,2016-01-18 02:30:15,1,0.59,,,-73.9951171875,40.739540100097656,-73.99031829833984,40.746891021728516,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,5.76 +1,2016-01-09 01:15:34,2016-01-09 01:26:59,2,2.7,,,-73.9871597290039,40.722408294677734,-73.9544448852539,40.716922760009766,1,N,1,11.5,0.5,0.5,0.3,3.8,0.0,16.6 +1,2016-01-25 18:17:53,2016-01-25 18:30:09,1,2.6,,,-73.98126983642578,40.78070831298828,-73.95690155029297,40.81227111816406,1,N,1,10.5,1.0,0.5,0.3,2.45,0.0,14.75 +1,2016-01-21 21:28:31,2016-01-21 21:33:27,1,1.1,,,-73.96099853515625,40.775962829589844,-73.97584533691406,40.78160095214844,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-22 23:49:15,2016-01-22 23:58:38,2,1.04,,,-73.986083984375,40.76245880126953,-73.99795532226562,40.76405334472656,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-09 01:37:29,2016-01-09 01:43:00,1,2.42,,,-73.98784637451172,40.76896286010742,-73.97533416748047,40.79618453979492,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,12.88 +1,2016-01-30 20:26:36,2016-01-30 20:48:33,2,4.2,,,-73.99022674560547,40.756080627441406,-73.94657897949219,40.78316879272461,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,22.55 +1,2016-01-15 16:48:19,2016-01-15 17:19:15,1,4.9,,,-73.97425842285156,40.754119873046875,-73.96125030517578,40.80668640136719,1,N,1,22.0,1.0,0.5,0.3,0.04,0.0,23.84 +2,2016-01-21 07:21:02,2016-01-21 07:30:10,1,1.6,,,-73.98487091064453,40.74730682373047,-73.97260284423828,40.76469039916992,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-30 05:47:32,2016-01-30 05:53:42,2,3.68,,,-73.9885482788086,40.71875,-74.01278686523438,40.70220184326172,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-25 09:45:55,2016-01-25 09:58:51,1,1.58,,,-73.97516632080078,40.76518249511719,-73.99112701416016,40.75017547607422,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-13 08:11:03,2016-01-13 08:21:02,3,1.69,,,-73.9637680053711,40.75722885131836,-73.98001098632812,40.75111770629883,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-16 14:53:50,2016-01-16 15:01:32,1,1.5,,,-73.96517181396484,40.775211334228516,-73.97949981689453,40.77667999267578,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-17 22:14:06,2016-01-17 22:30:47,6,4.51,,,-73.97818756103516,40.75231170654297,-74.01113891601562,40.702999114990234,1,N,1,15.5,0.5,0.5,0.3,3.36,0.0,20.16 +1,2016-01-03 05:49:19,2016-01-03 06:13:25,2,16.7,,,-73.97699737548828,40.76438522338867,-73.7900619506836,40.64344787597656,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +2,2016-01-20 09:21:07,2016-01-20 09:32:13,1,1.49,,,-74.00336456298828,40.727210998535156,-73.988525390625,40.73741149902344,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-04 21:31:42,2016-01-04 21:35:48,1,0.6,,,-73.98062133789062,40.77816390991211,-73.9793701171875,40.785316467285156,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-14 19:36:55,2016-01-14 19:54:24,1,6.6,,,-74.01386260986328,40.71316146850586,-73.98435974121094,40.7458381652832,1,N,1,22.0,1.0,0.5,0.3,4.75,0.0,28.55 +2,2016-01-22 18:37:09,2016-01-22 19:02:49,1,3.7,,,-73.98988342285156,40.733333587646484,-73.9839859008789,40.77372360229492,1,N,1,18.0,1.0,0.5,0.3,3.96,0.0,23.76 +2,2016-01-06 09:22:57,2016-01-06 09:39:04,3,3.66,,,-73.9941635131836,40.7512092590332,-74.01524353027344,40.71138000488281,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +1,2016-01-23 00:23:51,2016-01-23 01:01:57,1,6.8,,,-73.95176696777344,40.74298858642578,-73.9642562866211,40.67228317260742,1,N,2,27.0,0.5,0.5,0.3,0.0,0.0,28.3 +2,2016-01-17 11:46:51,2016-01-17 12:00:51,1,5.55,,,-74.01171875,40.70953369140625,-73.97044372558594,40.756187438964844,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-01 01:23:59,2016-01-01 01:28:31,1,0.93,,,-73.99676513671875,40.74251174926758,-73.99614715576172,40.73302459716797,1,N,1,5.0,0.5,0.5,0.3,1.58,0.0,7.88 +2,2016-01-13 21:06:54,2016-01-13 21:43:14,5,17.98,,,-73.77674865722656,40.6453857421875,-73.99112701416016,40.74726104736328,2,N,1,52.0,0.0,0.5,0.3,10.0,5.54,68.34 +2,2016-01-23 12:09:50,2016-01-23 12:24:28,1,2.47,,,-73.96708679199219,40.793479919433594,-73.94520568847656,40.81830596923828,1,N,1,11.5,0.0,0.5,0.3,2.0,0.0,14.3 +2,2016-01-10 16:18:29,2016-01-10 16:31:17,5,1.7,,,-73.9825439453125,40.77745819091797,-73.9608154296875,40.77819061279297,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-19 07:51:23,2016-01-19 07:58:31,3,0.8,,,-73.96356964111328,40.77134323120117,-73.95580291748047,40.7823371887207,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,9.1 +2,2016-01-09 11:21:07,2016-01-09 11:27:06,1,0.84,,,-74.0062026977539,40.70817565917969,-74.00858306884766,40.71592330932617,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-25 22:15:29,2016-01-25 22:27:49,6,2.28,,,-73.99002075195312,40.73352813720703,-73.97077178955078,40.76068878173828,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +1,2016-01-17 18:09:27,2016-01-17 18:24:12,1,2.4,,,-73.96924591064453,40.79848098754883,-73.98823547363281,40.77083206176758,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-20 21:16:22,2016-01-20 21:24:55,1,1.5,,,-73.98931121826172,40.74227523803711,-73.986572265625,40.726661682128906,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +1,2016-01-25 21:24:17,2016-01-25 21:43:56,1,7.1,,,0.0,0.0,-73.99689483642578,40.6802864074707,1,N,1,22.5,0.5,0.5,0.3,4.0,0.0,27.8 +2,2016-01-13 17:08:47,2016-01-13 17:35:33,1,4.03,,,-73.97846221923828,40.762901306152344,-73.91304779052734,40.74396514892578,1,N,1,19.0,1.0,0.5,0.3,0.0,0.0,20.8 +2,2016-01-12 15:27:48,2016-01-12 15:53:15,1,4.92,,,-74.01001739501953,40.7203254699707,-73.97683715820312,40.76422119140625,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,25.56 +2,2016-01-19 17:05:41,2016-01-19 17:08:24,1,0.62,,,-73.9522933959961,40.768943786621094,-73.95947265625,40.7672233581543,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-06 09:37:56,2016-01-06 09:59:11,2,8.13,,,-73.7896728515625,40.64712905883789,-73.89010620117188,40.668270111083984,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,26.3 +2,2016-01-27 08:17:18,2016-01-27 08:26:38,1,1.22,,,-73.98194122314453,40.7433967590332,-73.97428894042969,40.75701141357422,1,N,1,7.5,0.0,0.5,0.3,1.25,0.0,9.55 +2,2016-01-03 06:01:29,2016-01-03 06:34:44,6,20.04,,,-73.780517578125,40.6461181640625,-73.96748352050781,40.80131912231445,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-29 09:26:23,2016-01-29 09:41:53,1,3.1,,,-73.98722839355469,40.73306655883789,-73.96082305908203,40.76072692871094,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-26 12:39:15,2016-01-26 13:40:42,1,3.8,,,-74.00971221923828,40.71080780029297,-73.97686767578125,40.747615814208984,1,N,1,34.5,0.0,0.5,0.3,8.8,0.0,44.1 +2,2016-01-22 13:26:27,2016-01-22 13:48:41,1,4.51,,,-73.9906997680664,40.77109909057617,-73.93621826171875,40.79502868652344,1,N,1,17.5,0.0,0.5,0.3,1.2,0.0,19.5 +2,2016-01-11 17:48:40,2016-01-11 17:52:33,1,0.51,,,-73.94502258300781,40.779205322265625,-73.9523696899414,40.779056549072266,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-03 01:47:51,2016-01-03 02:06:43,2,7.8,,,-73.98811340332031,40.74896240234375,-73.94031524658203,40.834999084472656,1,N,2,25.0,0.5,0.5,0.3,0.0,0.0,26.3 +2,2016-01-16 20:18:28,2016-01-16 20:38:31,1,4.88,,,-73.95782470703125,40.770328521728516,-73.97327423095703,40.72361755371094,1,N,1,19.0,0.5,0.5,0.3,4.06,0.0,24.36 +2,2016-01-19 19:58:17,2016-01-19 20:05:45,1,1.03,,,-73.98722839355469,40.7358283996582,-74.00187683105469,40.74351119995117,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-30 16:11:22,2016-01-30 16:55:55,2,13.6,,,-73.863037109375,40.768775939941406,-73.99693298339844,40.73250198364258,1,N,1,43.5,0.0,0.5,0.3,12.45,5.54,62.29 +2,2016-01-07 08:55:23,2016-01-07 09:01:29,1,0.59,,,-73.97447204589844,40.757511138916016,-73.978759765625,40.76268005371094,1,N,1,5.5,0.0,0.5,0.3,1.89,0.0,8.19 +1,2016-01-09 22:36:03,2016-01-09 22:40:36,1,0.5,,,-73.99969482421875,40.72758483886719,-73.9950942993164,40.72245788574219,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-25 21:12:25,2016-01-25 21:21:46,1,1.9,,,-73.9614028930664,40.76443099975586,-73.97917175292969,40.740440368652344,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-26 07:40:59,2016-01-26 08:07:14,1,2.4,,,-73.97808837890625,40.7526969909668,-73.96300506591797,40.77338790893555,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-01 15:29:31,2016-01-01 15:40:08,3,1.42,,,-73.97789001464844,40.76155090332031,-73.95967102050781,40.7677001953125,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-12 09:04:56,2016-01-12 09:20:07,2,3.0,,,-73.9469223022461,40.771942138671875,-73.9810562133789,40.747554779052734,1,N,1,13.0,0.0,0.5,0.3,2.48,0.0,16.28 +1,2016-01-16 14:47:14,2016-01-16 14:58:59,1,0.9,,,-73.98937225341797,40.7344856262207,-73.99869537353516,40.72356414794922,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-27 21:33:27,2016-01-27 22:08:37,5,19.67,,,-73.79022216796875,40.64673614501953,-73.96864318847656,40.797523498535156,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-05 02:15:11,2016-01-05 02:25:00,1,3.8,,,-74.00395965576172,40.70750427246094,-73.95445251464844,40.6993408203125,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +2,2016-01-30 17:21:33,2016-01-30 17:31:51,5,2.3,,,-73.9770736694336,40.7562370300293,-73.95602416992188,40.781944274902344,1,N,1,9.5,0.0,0.5,0.3,3.09,0.0,13.39 +2,2016-01-20 19:24:50,2016-01-20 19:30:37,2,0.6,,,-73.98776245117188,40.743709564208984,-73.98798370361328,40.74858093261719,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-30 11:20:01,2016-01-30 11:26:42,2,1.2,,,-73.98102569580078,40.764339447021484,-73.97819519042969,40.752105712890625,1,Y,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-08 10:05:25,2016-01-08 10:29:15,3,5.95,,,-73.96295166015625,40.76936721801758,-74.0002212524414,40.726776123046875,1,N,1,22.5,0.0,0.5,0.3,2.5,0.0,25.8 +1,2016-01-28 09:08:45,2016-01-28 09:10:57,1,0.5,,,-73.98432922363281,40.74861526489258,-73.9891586303711,40.7423095703125,1,N,1,4.0,0.0,0.5,0.3,0.75,0.0,5.55 +2,2016-01-11 19:06:57,2016-01-11 19:14:09,1,0.81,,,-73.9789810180664,40.76122283935547,-73.96647644042969,40.7575569152832,1,N,1,6.0,1.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-29 20:04:39,2016-01-29 20:21:08,1,1.4,,,-73.98140716552734,40.72900390625,-73.9940185546875,40.74125289916992,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-21 10:53:23,2016-01-21 11:10:45,1,1.15,,,-73.991455078125,40.75037384033203,-73.978271484375,40.7513313293457,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +1,2016-01-27 09:35:04,2016-01-27 09:45:15,2,1.0,,,-73.98655700683594,40.762359619140625,-73.99590301513672,40.7691764831543,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-10 11:56:58,2016-01-10 11:59:16,2,0.72,,,-73.98809051513672,40.72386169433594,-73.98306274414062,40.73334884643555,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-12 12:11:06,2016-01-12 12:21:09,1,2.0,,,-73.9542465209961,40.7702751159668,-73.97726440429688,40.775943756103516,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-08 12:10:26,2016-01-08 12:20:59,1,2.4,,,-73.96648406982422,40.78922653198242,-73.94385528564453,40.81205368041992,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-27 18:52:44,2016-01-27 18:57:55,5,0.7,,,-73.9527816772461,40.78335189819336,-73.9543228149414,40.77562713623047,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-22 11:35:10,2016-01-22 11:50:06,1,2.4,,,-73.9446029663086,40.77924346923828,-73.97163391113281,40.762027740478516,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-27 21:14:31,2016-01-27 21:32:47,1,3.9,,,-73.99254608154297,40.743404388427734,-73.97627258300781,40.7889518737793,1,N,1,15.5,0.5,0.5,0.3,3.35,0.0,20.15 +2,2016-01-14 16:33:55,2016-01-14 16:44:09,1,1.11,,,-73.99494171142578,40.74478530883789,-73.98396301269531,40.7550163269043,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-16 03:58:22,2016-01-16 04:07:15,1,1.1,,,-73.95697021484375,40.712650299072266,-73.94285583496094,40.71611404418945,1,N,1,7.5,0.5,0.5,0.3,2.6,0.0,11.4 +1,2016-01-14 15:25:14,2016-01-14 15:30:38,2,1.0,,,-73.96601104736328,40.76210021972656,-73.95671844482422,40.77517318725586,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-02 22:59:57,2016-01-02 22:59:57,2,0.0,,,-73.98257446289062,40.772438049316406,0.0,0.0,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +1,2016-01-14 17:50:54,2016-01-14 17:50:54,1,0.0,,,-73.97727966308594,40.732704162597656,0.0,0.0,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-17 11:11:27,2016-01-17 11:17:17,1,1.69,,,-73.97801208496094,40.75249099731445,-73.96621704101562,40.77299118041992,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-15 01:08:31,2016-01-15 01:15:23,1,1.9,,,-74.0018081665039,40.729698181152344,-73.99069213867188,40.75008773803711,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-08 15:39:19,2016-01-08 15:44:56,1,1.0,,,-73.95699310302734,40.766727447509766,-73.94739532470703,40.779598236083984,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-01 12:51:14,2016-01-01 12:52:24,1,0.47,,,-74.00663757324219,40.74386215209961,-74.00518035888672,40.749855041503906,1,N,1,3.5,0.0,0.5,0.3,2.0,0.0,6.3 +1,2016-01-01 04:50:29,2016-01-01 04:55:49,1,2.7,,,-73.9278793334961,40.80708312988281,-73.94469451904297,40.78330612182617,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-25 21:12:34,2016-01-25 21:33:42,1,8.0,,,-73.98228454589844,40.77509307861328,-74.01132202148438,40.70181655883789,1,N,1,25.0,0.5,0.5,0.3,4.0,0.0,30.3 +1,2016-01-20 08:31:50,2016-01-20 08:40:33,1,1.2,,,-73.96956634521484,40.78488540649414,-73.95508575439453,40.78575897216797,1,N,1,7.5,0.0,0.5,0.3,0.5,0.0,8.8 +1,2016-01-30 01:15:36,2016-01-30 01:21:13,1,0.9,,,-74.005615234375,40.74063491821289,-73.99393463134766,40.74146270751953,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-11 20:40:56,2016-01-11 20:49:19,5,2.67,,,-73.97795867919922,40.75157165527344,-73.95169067382812,40.781829833984375,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-13 17:47:20,2016-01-13 17:53:51,6,0.44,,,-73.98751068115234,40.723941802978516,-73.98751068115234,40.723941802978516,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-30 19:12:23,2016-01-30 19:21:45,1,1.79,,,-73.95858764648438,40.7805290222168,-73.967041015625,40.75971984863281,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-25 09:17:04,2016-01-25 09:23:37,5,2.42,,,-73.7765884399414,40.646358489990234,-73.7896499633789,40.647037506103516,1,N,1,9.0,0.0,0.5,0.3,2.94,0.0,12.74 +2,2016-01-08 11:16:09,2016-01-08 11:32:44,1,1.46,,,-73.99913024902344,40.749568939208984,-73.97696685791016,40.739070892333984,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-09 19:44:31,2016-01-09 19:54:10,1,1.2,,,-73.99034118652344,40.756046295166016,-73.98309326171875,40.77130126953125,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +1,2016-01-17 13:49:15,2016-01-17 14:02:26,1,2.9,,,-73.97377014160156,40.7630615234375,-74.00192260742188,40.72825241088867,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,14.8 +2,2016-01-08 11:16:17,2016-01-08 11:23:27,5,0.78,,,-73.96690368652344,40.763877868652344,-73.96128845214844,40.766788482666016,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-10 11:53:19,2016-01-10 11:57:42,5,1.07,,,-73.99459075927734,40.75046157836914,-73.99817657470703,40.74565505981445,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-15 07:46:42,2016-01-15 07:54:19,1,1.21,,,-73.9834976196289,40.74443817138672,-73.99615478515625,40.75361251831055,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-11 07:59:01,2016-01-11 08:18:31,1,3.29,,,-73.98516845703125,40.747718811035156,-73.95121765136719,40.77418899536133,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-24 20:43:42,2016-01-24 20:54:36,1,1.77,,,-73.99968719482422,40.72842025756836,-73.98053741455078,40.740211486816406,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-12 11:51:16,2016-01-12 12:01:32,1,1.0,,,-73.99932861328125,40.733924865722656,-73.9820785522461,40.72813415527344,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-21 22:20:16,2016-01-21 22:26:54,1,1.3,,,-73.97264099121094,40.793331146240234,-73.95761108398438,40.80126953125,1,N,3,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-26 20:59:30,2016-01-26 21:10:54,1,1.1,,,-73.9766845703125,40.75986862182617,-73.981689453125,40.746337890625,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-14 07:57:41,2016-01-14 08:11:13,1,1.17,,,-73.96244049072266,40.775970458984375,-73.96855926513672,40.78757858276367,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-18 17:40:30,2016-01-18 17:55:29,1,2.36,,,-73.97247314453125,40.78658676147461,-73.95173645019531,40.7662467956543,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-07 19:15:36,2016-01-07 19:19:37,5,0.74,,,-73.98946380615234,40.739990234375,-73.99800872802734,40.73577117919922,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-09 21:39:46,2016-01-09 21:47:23,1,1.7,,,-73.97276306152344,40.75558090209961,-73.98124694824219,40.77350616455078,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,11.62 +1,2016-01-15 13:58:37,2016-01-15 14:02:38,1,0.6,,,-73.95817565917969,40.773292541503906,-73.9522705078125,40.78144073486328,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-16 14:31:02,2016-01-16 14:49:59,5,0.0,,,-73.99650573730469,40.72523880004883,-73.97814178466797,40.67802810668945,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +2,2016-01-29 11:59:25,2016-01-29 12:10:17,2,1.39,,,-73.97467041015625,40.74203109741211,-73.9894790649414,40.735313415527344,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-28 09:17:49,2016-01-28 09:33:50,2,1.2,,,-73.98690795898438,40.7667236328125,-74.00120544433594,40.75709533691406,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-29 20:38:58,2016-01-29 20:46:02,1,1.2,,,-73.9669189453125,40.756778717041016,-73.96460723876953,40.769569396972656,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-11 21:53:46,2016-01-11 21:56:53,1,0.58,,,-73.94184112548828,40.82217788696289,-73.93601989746094,40.822181701660156,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-05 13:32:45,2016-01-05 13:44:34,1,2.0,,,-73.98471069335938,40.779911041259766,-73.95818328857422,40.77859878540039,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-13 18:21:24,2016-01-13 18:25:48,4,0.81,,,-74.0056381225586,40.751129150390625,-73.99473571777344,40.75028991699219,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-26 21:03:30,2016-01-26 22:16:24,1,2.23,,,-73.9740982055664,40.74760055541992,-73.9912109375,40.71928024291992,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +2,2016-01-19 21:04:37,2016-01-19 21:12:39,1,1.12,,,-73.96863555908203,40.786216735839844,-73.97560119628906,40.79542541503906,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-09 02:44:51,2016-01-09 02:52:45,2,1.87,,,-73.9780044555664,40.773433685302734,-73.95342254638672,40.767127990722656,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +1,2016-01-12 23:57:42,2016-01-13 00:13:04,2,3.6,,,-73.97744750976562,40.7639045715332,-73.98417663574219,40.72534942626953,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +1,2016-01-10 02:25:49,2016-01-10 02:34:12,3,0.9,,,-74.00493621826172,40.741676330566406,-73.99311065673828,40.73398971557617,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +1,2016-01-27 17:40:24,2016-01-27 17:44:52,1,0.7,,,-73.9507064819336,40.779396057128906,-73.96013641357422,40.777225494384766,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-30 19:05:00,2016-01-30 19:27:07,1,2.47,,,-73.99346160888672,40.72163009643555,-73.9846420288086,40.75127029418945,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +2,2016-01-15 21:40:13,2016-01-15 21:42:13,2,0.45,,,-73.967041015625,40.76673889160156,-73.96282196044922,40.77228927612305,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +1,2016-01-05 13:18:21,2016-01-05 13:30:07,1,1.7,,,-73.99140930175781,40.73179626464844,-73.9777603149414,40.75046157836914,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-03 14:39:07,2016-01-03 14:53:08,1,7.5,,,-73.94598388671875,40.77814865112305,-74.00984191894531,40.70591735839844,1,N,1,22.0,0.0,0.5,0.3,4.55,0.0,27.35 +1,2016-01-27 21:45:52,2016-01-27 21:59:53,1,4.0,,,-73.98619079589844,40.745155334472656,-74.02202606201172,40.770503997802734,5,N,3,0.01,0.0,0.0,0.3,0.0,10.5,10.81 +2,2016-01-15 12:16:12,2016-01-15 12:25:54,1,1.43,,,-73.97510528564453,40.7557487487793,-73.96261596679688,40.77288818359375,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +1,2016-01-01 09:16:16,2016-01-01 09:20:20,1,0.7,,,-73.99152374267578,40.73530578613281,-73.97926330566406,40.7310676574707,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-03 09:33:34,2016-01-03 09:37:24,1,1.0,,,-73.99380493164062,40.761497497558594,-74.00438690185547,40.7523193359375,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-28 13:25:15,2016-01-28 13:42:16,1,1.9,,,-73.98672485351562,40.722476959228516,-74.00508117675781,40.74177932739258,1,N,1,12.0,0.0,0.5,0.3,1.5,0.0,14.3 +2,2016-01-14 11:40:35,2016-01-14 12:00:30,1,3.56,,,-74.01126098632812,40.710777282714844,-73.97827911376953,40.72918701171875,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +1,2016-01-09 19:52:13,2016-01-09 20:10:09,1,2.1,,,-74.00501251220703,40.72987365722656,-73.98180389404297,40.743587493896484,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-20 23:58:07,2016-01-21 00:27:27,1,17.0,,,-73.7823486328125,40.644596099853516,-73.96129608154297,40.77012634277344,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-09 17:00:48,2016-01-09 17:12:50,2,1.6,,,-73.98226165771484,40.76877212524414,-73.97489166259766,40.752750396728516,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +2,2016-01-16 19:34:57,2016-01-16 19:44:02,1,2.27,,,-73.98467254638672,40.779788970947266,-73.97088623046875,40.75899887084961,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-16 10:26:50,2016-01-16 10:38:13,1,3.47,,,-73.98091888427734,40.78456115722656,-73.99485778808594,40.750160217285156,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +1,2016-01-14 23:57:41,2016-01-15 00:14:50,1,3.0,,,-73.9919662475586,40.74977493286133,-73.9889144897461,40.72694778442383,1,N,1,13.5,0.5,0.5,0.3,1.0,0.0,15.8 +1,2016-01-05 18:32:52,2016-01-05 18:41:57,1,1.4,,,-74.00985717773438,40.72114181518555,-73.99227142333984,40.72470474243164,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-17 12:22:31,2016-01-17 12:27:12,1,0.95,,,-74.01298522949219,40.70774841308594,-74.01409149169922,40.71770477294922,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-26 18:17:33,2016-01-26 18:24:48,1,1.0,,,-73.9689712524414,40.7859001159668,-73.96056365966797,40.77570724487305,1,N,1,7.0,1.0,0.5,0.3,1.01,0.0,9.81 +1,2016-01-27 15:21:51,2016-01-27 15:34:44,1,1.1,,,-73.956298828125,40.77195358276367,-73.96634674072266,40.7574462890625,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-04 20:46:46,2016-01-04 21:00:19,1,5.0,,,-73.87300109863281,40.77421569824219,-73.94618225097656,40.766014099121094,1,N,1,16.0,0.5,0.5,0.3,4.3,0.0,21.6 +1,2016-01-12 02:48:16,2016-01-12 02:52:18,1,1.2,,,-73.95328521728516,40.775699615478516,-73.96614837646484,40.765018463134766,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-10 21:31:53,2016-01-10 21:40:28,2,1.76,,,-73.9926528930664,40.73746871948242,-74.00421142578125,40.720977783203125,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +1,2016-01-25 20:43:05,2016-01-25 20:46:11,1,0.8,,,-73.94097900390625,40.788387298583984,-73.93521881103516,40.7984619140625,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-02 12:16:04,2016-01-02 12:21:25,5,0.91,,,-73.97925567626953,40.78499221801758,-73.98240661621094,40.77325439453125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-05 16:55:14,2016-01-05 16:59:24,2,0.71,,,-73.95227813720703,40.778228759765625,-73.95787048339844,40.76935958862305,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-09 22:01:10,2016-01-09 22:11:00,1,1.5,,,-73.99144744873047,40.74991989135742,-73.97374725341797,40.7480583190918,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-02 19:38:22,2016-01-02 19:48:25,3,1.8,,,-73.98116302490234,40.742130279541016,-73.96338653564453,40.76188278198242,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-12 11:01:12,2016-01-12 11:12:33,5,1.16,,,-73.960693359375,40.76955795288086,-73.97239685058594,40.75917434692383,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +1,2016-01-18 17:07:15,2016-01-18 17:17:05,1,1.9,,,-73.95277404785156,40.7667121887207,-73.97515869140625,40.752281188964844,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-07 11:53:10,2016-01-07 12:02:35,2,1.07,,,-73.99337768554688,40.75199890136719,-73.98336029052734,40.76499938964844,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-01 16:49:57,2016-01-01 16:56:04,1,1.23,,,-74.00702667236328,40.73466110229492,-73.98838806152344,40.73204803466797,1,N,1,6.0,0.0,0.5,0.3,0.68,0.0,7.48 +2,2016-01-21 15:52:31,2016-01-21 16:02:30,1,1.67,,,-74.00257873535156,40.72901153564453,-73.98182678222656,40.73244094848633,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +1,2016-01-04 13:26:06,2016-01-04 13:51:25,1,5.6,,,-73.96572875976562,40.762569427490234,-73.99021911621094,40.74248123168945,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,21.8 +2,2016-01-18 22:05:20,2016-01-18 22:20:46,5,7.57,,,-73.98314666748047,40.767799377441406,-73.93936157226562,40.85354995727539,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,23.3 +1,2016-01-25 18:16:20,2016-01-25 18:26:09,1,1.0,,,-73.99093627929688,40.76606369018555,-73.97731018066406,40.76523208618164,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-30 18:36:57,2016-01-30 18:57:36,1,2.57,,,-73.98833465576172,40.75397872924805,-73.99736022949219,40.72450256347656,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-15 20:36:54,2016-01-15 20:43:28,1,0.6,,,-73.98484802246094,40.742855072021484,-73.98828125,40.74863052368164,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-20 18:59:12,2016-01-20 19:05:42,1,0.55,,,-73.99002075195312,40.74176025390625,-73.99813079833984,40.745948791503906,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-26 15:56:19,2016-01-26 16:11:03,6,1.95,,,-73.97650146484375,40.74393081665039,-73.99506378173828,40.72261047363281,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-28 20:16:52,2016-01-28 20:25:05,1,0.99,,,0.0,0.0,0.0,0.0,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,10.38 +1,2016-01-30 06:30:57,2016-01-30 06:36:07,1,1.1,,,-73.99827575683594,40.740482330322266,-73.99079895019531,40.75000762939453,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-29 04:17:47,2016-01-29 04:37:10,1,4.71,,,-73.98861694335938,40.72264862060547,-73.92159271240234,40.688079833984375,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +2,2016-01-11 19:47:22,2016-01-11 19:47:33,2,0.0,,,-73.9825668334961,40.74531173706055,0.0,0.0,1,N,1,2.5,1.0,0.5,0.3,10.0,0.0,14.3 +2,2016-01-29 00:22:57,2016-01-29 00:27:58,1,0.86,,,-73.97859191894531,40.748531341552734,-73.97531127929688,40.75809860229492,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-09 19:18:34,2016-01-09 19:41:54,6,3.05,,,-73.9956283569336,40.759307861328125,-73.98660278320312,40.728233337402344,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +2,2016-01-16 16:39:32,2016-01-16 16:56:40,1,3.13,,,-73.99530792236328,40.72515106201172,-73.98802947998047,40.75952911376953,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-17 08:37:38,2016-01-17 08:49:49,1,3.4,,,-73.97360229492188,40.79227066040039,-73.97429656982422,40.75659942626953,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-02 16:39:45,2016-01-02 16:52:00,1,1.31,,,-73.9790267944336,40.762855529785156,-73.98535919189453,40.7470703125,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-10 15:02:18,2016-01-10 15:07:53,4,1.0,,,-73.96239471435547,40.779197692871094,-73.97335052490234,40.78440475463867,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-29 13:42:26,2016-01-29 13:59:04,1,2.83,,,-73.96241760253906,40.778961181640625,-73.9652328491211,40.80617141723633,1,N,1,13.5,0.0,0.5,0.3,2.5,0.0,16.8 +1,2016-01-09 23:06:44,2016-01-09 23:10:01,4,0.6,,,-73.97702026367188,40.78778076171875,-73.98136901855469,40.77958679199219,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +1,2016-01-08 21:25:42,2016-01-08 21:32:40,1,1.3,,,-73.97916412353516,40.76189041137695,-73.98516845703125,40.776126861572266,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-01 16:45:21,2016-01-01 16:48:39,6,1.24,,,-73.966064453125,40.76201629638672,-73.95594787597656,40.77708053588867,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-14 10:46:54,2016-01-14 11:03:56,1,1.4,,,-73.9751968383789,40.77757263183594,-73.96602630615234,40.77109909057617,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-20 08:07:18,2016-01-20 08:34:12,1,2.57,,,-73.9515609741211,40.769981384277344,-73.97928619384766,40.75558853149414,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,21.96 +2,2016-01-06 16:43:15,2016-01-06 16:56:16,5,1.83,,,-73.98233032226562,40.76823043823242,-73.95733642578125,40.76681900024414,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-16 19:13:55,2016-01-16 19:36:17,2,6.8,,,-74.00269317626953,40.74700927734375,-73.98910522460938,40.66463088989258,1,N,2,23.0,0.0,0.5,0.3,0.0,5.54,29.34 +1,2016-01-06 20:53:38,2016-01-06 21:09:37,2,5.5,,,-74.01505279541016,40.70865249633789,-73.98876190185547,40.77781677246094,1,N,1,18.5,0.5,0.5,0.3,5.9,0.0,25.7 +2,2016-01-02 20:53:34,2016-01-02 21:07:08,2,0.33,,,-73.97838592529297,40.758148193359375,-73.9830093383789,40.75867462158203,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-01 14:15:01,2016-01-01 14:40:47,1,12.6,,,-73.87450408935547,40.77407455444336,-74.01223754882812,40.704158782958984,1,N,1,36.0,0.0,0.5,0.3,5.0,0.0,41.8 +1,2016-01-21 21:47:05,2016-01-21 21:52:12,1,1.1,,,-73.95732879638672,40.76195526123047,-73.9505844116211,40.77546691894531,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-04 16:32:58,2016-01-04 16:43:18,1,2.02,,,-74.00653839111328,40.731781005859375,-73.981689453125,40.73501968383789,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-09 11:37:21,2016-01-09 11:53:09,5,2.2,,,-73.99027252197266,40.750553131103516,-74.00672912597656,40.73933792114258,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-09 14:58:34,2016-01-09 15:10:38,1,2.08,,,-73.95384216308594,40.781978607177734,-73.98060607910156,40.779170989990234,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-12 11:36:17,2016-01-12 11:46:29,1,1.5,,,-73.97795867919922,40.75444030761719,-73.98192596435547,40.768455505371094,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-12 09:34:46,2016-01-12 09:43:41,1,1.5,,,-73.96392822265625,40.77082824707031,-73.95256042480469,40.78934860229492,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-19 05:45:16,2016-01-19 05:48:16,5,0.58,,,-74.00099182128906,40.74663162231445,-73.99462127685547,40.750431060791016,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,7.54 +2,2016-01-09 11:42:45,2016-01-09 11:46:25,1,0.52,,,-73.98249816894531,40.727970123291016,-73.98928833007812,40.72624969482422,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-08 07:10:52,2016-01-08 07:21:08,1,1.9,,,-73.9940414428711,40.751102447509766,-73.97229766845703,40.76336669921875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-09 10:16:59,2016-01-09 10:23:54,1,0.9,,,-73.95803833007812,40.76880645751953,-73.96044921875,40.77730178833008,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-12 21:47:07,2016-01-12 21:51:37,1,1.1,,,-73.9975357055664,40.756263732910156,-73.99752044677734,40.74740982055664,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-09 21:31:38,2016-01-09 21:35:20,1,0.9,,,-74.00785064697266,40.714813232421875,-74.00735473632812,40.72730255126953,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-28 19:39:57,2016-01-28 20:03:37,1,2.69,,,-73.97250366210938,40.759376525878906,-73.99192810058594,40.726158142089844,1,N,1,16.0,1.0,0.5,0.3,1.75,0.0,19.55 +2,2016-01-22 08:43:48,2016-01-22 09:06:22,6,2.79,,,-73.97415161132812,40.747276306152344,-74.00818634033203,40.737648010253906,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-18 16:46:22,2016-01-18 16:54:09,1,1.4,,,-73.99787139892578,40.75641632080078,-73.9820556640625,40.76372528076172,1,N,1,7.5,0.0,0.5,0.3,1.5,0.0,9.8 +1,2016-01-11 16:53:04,2016-01-11 16:57:16,1,0.6,,,-73.9793701171875,40.75262451171875,-73.9751968383789,40.76033020019531,1,N,1,4.5,1.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-05 19:17:32,2016-01-05 19:24:17,1,1.0,,,-73.99150085449219,40.75022888183594,-74.00362396240234,40.750797271728516,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-27 21:19:41,2016-01-27 21:23:03,6,0.97,,,-73.95999908447266,40.78059768676758,-73.97461700439453,40.78750991821289,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-21 11:23:25,2016-01-21 11:36:02,1,1.5,,,-74.0119857788086,40.713836669921875,-74.00126647949219,40.724220275878906,1,N,1,9.5,0.0,0.5,0.3,1.5,0.0,11.8 +1,2016-01-28 15:14:30,2016-01-28 15:28:21,1,3.7,,,-73.97056579589844,40.799007415771484,-73.9823226928711,40.76646041870117,1,N,1,14.5,0.0,0.5,0.3,0.5,0.0,15.8 +2,2016-01-12 20:24:28,2016-01-12 20:27:17,2,0.35,,,-73.99360656738281,40.75911331176758,-73.9952392578125,40.75480270385742,1,N,1,4.0,0.5,0.5,0.3,1.59,0.0,6.89 +2,2016-01-12 22:41:18,2016-01-12 22:56:03,6,7.02,,,-73.95372009277344,40.778831481933594,-74.0039291381836,40.70571517944336,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,22.8 +1,2016-01-13 15:00:50,2016-01-13 15:10:13,1,1.1,,,-73.98223114013672,40.7313232421875,-73.98213195800781,40.724735260009766,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-15 19:35:53,2016-01-15 20:01:53,1,4.8,,,-73.99063873291016,40.75600051879883,-73.92130279541016,40.76158905029297,1,N,2,21.0,1.0,0.5,0.3,0.0,0.0,22.8 +2,2016-01-04 09:16:17,2016-01-04 09:23:55,5,1.8,,,-73.96255493164062,40.75912094116211,-73.95563507080078,40.77962112426758,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +2,2016-01-11 16:12:03,2016-01-11 16:24:52,1,1.77,,,-73.95877075195312,40.783775329589844,-73.96753692626953,40.76309585571289,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-10 08:22:37,2016-01-10 08:29:59,1,1.59,,,-73.97223663330078,40.756832122802734,-73.9960708618164,40.76017379760742,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-29 09:12:57,2016-01-29 09:23:29,2,1.14,,,-73.99600982666016,40.758811950683594,-73.98123168945312,40.76015853881836,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-25 15:08:28,2016-01-25 15:22:14,6,0.98,,,-73.97147369384766,40.7556266784668,-73.98311614990234,40.75034713745117,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +2,2016-01-12 21:05:31,2016-01-12 21:09:31,1,0.78,,,-73.9762191772461,40.760040283203125,-73.98673248291016,40.75680923461914,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-04 22:01:45,2016-01-04 22:13:47,1,2.5,,,-73.97704315185547,40.74333190917969,-73.96334075927734,40.77089309692383,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-15 22:59:41,2016-01-15 23:10:37,5,1.87,,,-73.99767303466797,40.72574996948242,-73.98113250732422,40.74462890625,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,11.8 +2,2016-01-10 06:31:44,2016-01-10 06:38:34,1,3.41,,,-73.94841003417969,40.78226089477539,-73.97322845458984,40.743736267089844,1,N,1,11.0,0.0,0.5,0.3,0.5,0.0,12.3 +2,2016-01-03 11:09:05,2016-01-03 11:14:43,2,1.03,,,-73.98734283447266,40.73338317871094,-73.97705078125,40.7431526184082,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-08 11:50:52,2016-01-08 12:30:21,1,5.2,,,-73.99568939208984,40.72914123535156,-73.9802017211914,40.6685791015625,1,N,1,26.0,0.0,0.5,0.3,1.0,0.0,27.8 +2,2016-01-12 06:43:57,2016-01-12 06:55:18,2,2.58,,,-73.95445251464844,40.779388427734375,-73.98277282714844,40.76028060913086,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-17 02:53:41,2016-01-17 03:05:00,3,4.77,,,-73.98767852783203,40.7214241027832,-73.99046325683594,40.68989181518555,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +1,2016-01-29 09:25:06,2016-01-29 09:30:30,1,0.9,,,-73.9526138305664,40.772342681884766,-73.94859313964844,40.78218078613281,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-20 00:15:34,2016-01-20 00:19:57,1,0.9,,,-74.00245666503906,40.718875885009766,-73.9937744140625,40.72565841674805,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +1,2016-01-26 17:23:17,2016-01-26 17:36:59,1,0.8,,,-73.99681854248047,40.74764633178711,-73.98986053466797,40.757164001464844,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-28 17:20:13,2016-01-28 17:40:12,1,1.68,,,-73.963623046875,40.77119827270508,-73.98072052001953,40.75410079956055,1,N,1,13.0,1.0,0.5,0.3,4.44,0.0,19.24 +2,2016-01-16 09:50:44,2016-01-16 09:57:35,2,1.38,,,-73.9947509765625,40.7340087890625,-73.99246978759766,40.74951934814453,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-14 18:22:42,2016-01-14 18:27:05,1,0.8,,,-73.96614074707031,40.7645378112793,-73.9642333984375,40.75650405883789,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-15 05:50:56,2016-01-15 05:54:50,1,1.0,,,-73.98342895507812,40.765708923339844,-73.98487854003906,40.7548713684082,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-18 22:50:39,2016-01-18 23:11:41,1,8.55,,,-73.87287902832031,40.77421569824219,-73.96959686279297,40.751060485839844,1,N,2,26.0,0.5,0.5,0.3,0.0,5.54,32.84 +2,2016-01-14 14:00:28,2016-01-14 14:27:13,2,5.4,,,-74.00077819824219,40.74226760864258,-74.00077819824219,40.74226760864258,1,N,1,21.5,0.0,0.5,0.3,4.46,0.0,26.76 +1,2016-01-30 02:05:24,2016-01-30 02:26:44,1,4.1,,,-73.98648834228516,40.72184371948242,-73.93453979492188,40.6895637512207,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,18.8 +1,2016-01-25 10:08:57,2016-01-25 10:28:46,1,1.2,,,-73.9758529663086,40.75202178955078,-73.98979949951172,40.74965286254883,1,N,1,12.5,0.0,0.5,0.3,0.2,0.0,13.5 +2,2016-01-30 00:02:05,2016-01-30 00:11:26,1,1.48,,,-73.99565124511719,40.72164535522461,-74.00762939453125,40.734249114990234,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-07 15:36:02,2016-01-07 15:44:53,5,1.87,,,-73.9869384765625,40.75639724731445,-74.00760650634766,40.74079513549805,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-01 23:42:04,2016-01-01 23:53:35,5,2.37,,,-73.99165344238281,40.72687911987305,-73.99324035644531,40.75196838378906,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,14.75 +2,2016-01-26 20:38:51,2016-01-26 20:51:56,1,1.99,,,-73.99189758300781,40.684661865234375,-73.97207641601562,40.674888610839844,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-30 12:53:37,2016-01-30 13:00:18,1,0.74,,,-73.98197174072266,40.768375396728516,-73.99020385742188,40.772186279296875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-09 23:07:30,2016-01-09 23:20:21,2,2.4,,,-73.99639129638672,40.737953186035156,-73.9883804321289,40.76557540893555,1,N,1,11.0,0.5,0.5,0.3,1.0,0.0,13.3 +2,2016-01-14 01:09:30,2016-01-14 01:25:12,1,8.18,,,0.0,0.0,0.0,0.0,1,N,1,24.0,0.5,0.5,0.3,5.06,0.0,30.36 +1,2016-01-09 14:46:39,2016-01-09 14:55:23,1,1.5,,,-73.99266052246094,40.74847412109375,-73.9939193725586,40.73283386230469,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-15 17:42:21,2016-01-15 18:06:21,1,3.05,,,-73.99099731445312,40.749656677246094,-73.97781372070312,40.77383804321289,1,N,1,17.0,1.0,0.5,0.3,4.7,0.0,23.5 +2,2016-01-02 06:13:40,2016-01-02 06:38:05,5,16.86,,,-73.98504638671875,40.74502944946289,-73.77639770507812,40.64524841308594,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-18 22:13:31,2016-01-18 22:19:49,1,1.16,,,-73.97358703613281,40.75474166870117,-73.9930191040039,40.75749969482422,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-22 21:37:28,2016-01-22 21:50:56,2,1.9,,,-73.99980926513672,40.73811340332031,-73.98336029052734,40.7559814453125,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-22 12:10:47,2016-01-22 12:16:47,1,0.53,,,-74.0049819946289,40.71525955200195,-74.01109313964844,40.70886993408203,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-10 15:28:40,2016-01-10 15:29:46,2,0.41,,,-73.95067596435547,40.77519607543945,-73.94998931884766,40.77971649169922,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-18 23:11:40,2016-01-18 23:32:11,3,8.8,,,-73.86357116699219,40.76987075805664,-73.9674072265625,40.71131134033203,1,N,2,26.5,0.5,0.5,0.3,0.0,0.0,27.8 +1,2016-01-15 07:38:49,2016-01-15 07:48:52,1,1.3,,,-73.95805358886719,40.81618881225586,-73.93888092041016,40.80757141113281,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-01 15:44:15,2016-01-01 15:47:49,1,0.73,,,-74.00203704833984,40.719261169433594,-74.00955963134766,40.71059036254883,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-26 22:39:00,2016-01-26 22:47:31,1,3.03,,,-73.98600006103516,40.72265625,-74.00472259521484,40.706905364990234,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-05 20:56:28,2016-01-05 21:06:20,2,1.67,,,-73.98787689208984,40.75954818725586,-73.97246551513672,40.749881744384766,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-26 08:53:42,2016-01-26 09:32:42,3,3.02,,,-73.94617462158203,40.777103424072266,-73.97384643554688,40.75798797607422,1,N,2,23.5,0.0,0.5,0.3,0.0,0.0,24.3 +1,2016-01-04 04:39:53,2016-01-04 04:41:47,1,0.5,,,-73.99760437011719,40.756587982177734,-73.99016571044922,40.75441360473633,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +2,2016-01-21 20:14:14,2016-01-21 20:29:13,6,2.47,,,-73.98100280761719,40.75066375732422,-73.95795440673828,40.782073974609375,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-29 17:17:35,2016-01-29 18:00:23,1,10.8,,,-73.87128448486328,40.77396011352539,-73.98404693603516,40.77571105957031,1,N,1,37.0,1.0,0.5,0.3,13.3,5.54,57.64 +1,2016-01-08 13:30:55,2016-01-08 13:35:38,1,0.7,,,-73.99425506591797,40.76625442504883,-73.98336029052734,40.760589599609375,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-11 16:29:57,2016-01-11 16:34:50,2,0.4,,,-73.98217010498047,40.76833724975586,-73.97843170166016,40.773136138916016,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-26 11:17:47,2016-01-26 11:21:41,1,0.6,,,-73.98672485351562,40.761783599853516,-73.99687957763672,40.76641082763672,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-15 23:41:35,2016-01-15 23:47:03,1,0.6,,,-73.98114013671875,40.72504806518555,-73.9813003540039,40.7298469543457,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-21 14:22:26,2016-01-21 14:34:48,1,1.81,,,-73.99452209472656,40.75023651123047,-73.99220275878906,40.73552703857422,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-22 08:07:46,2016-01-22 08:21:30,1,2.0,,,-73.96237182617188,40.76725387573242,-73.98329162597656,40.75003433227539,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-17 02:10:25,2016-01-17 02:28:55,1,5.3,,,-73.98565673828125,40.718109130859375,-73.94834899902344,40.78232955932617,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,22.55 +2,2016-01-04 11:54:06,2016-01-04 11:59:39,6,1.16,,,-73.9552230834961,40.76529312133789,-73.96846008300781,40.75902557373047,1,N,1,6.0,0.0,0.5,0.3,1.2,0.0,8.0 +2,2016-01-13 11:39:26,2016-01-13 11:50:53,1,0.81,,,-74.00296783447266,40.7250862121582,-74.00434112548828,40.71673583984375,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-07 10:44:37,2016-01-07 10:50:04,1,0.9,,,-73.97498321533203,40.741756439208984,-73.97238159179688,40.7524299621582,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-03 12:08:49,2016-01-03 12:26:30,1,3.8,,,-73.99242401123047,40.748687744140625,-73.95189666748047,40.78297424316406,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +2,2016-01-19 08:39:46,2016-01-19 09:17:48,6,5.04,,,-73.98573303222656,40.759300231933594,-74.01364135742188,40.709228515625,1,N,1,26.0,0.0,0.5,0.3,8.04,0.0,34.84 +1,2016-01-07 22:06:27,2016-01-07 22:14:15,1,2.1,,,-73.9637680053711,40.761207580566406,-73.9833984375,40.73444366455078,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +1,2016-01-16 18:08:34,2016-01-16 18:15:37,1,1.3,,,-73.97147369384766,40.75019454956055,-73.97180938720703,40.762996673583984,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-12 15:21:25,2016-01-12 15:29:50,1,0.7,,,-73.99210357666016,40.75938415527344,-73.99065399169922,40.751155853271484,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-27 09:08:20,2016-01-27 09:31:49,2,2.34,,,-73.9677505493164,40.78753662109375,-73.96748352050781,40.763099670410156,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-20 07:32:30,2016-01-20 08:04:29,3,5.7,,,-73.92153930664062,40.74347686767578,-73.9848403930664,40.72819519042969,1,N,1,24.5,0.0,0.5,0.3,7.55,0.0,32.85 +2,2016-01-26 22:34:55,2016-01-26 22:49:59,1,1.44,,,-73.97876739501953,40.6835823059082,-73.98423767089844,40.68345642089844,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-08 04:56:26,2016-01-08 05:03:00,2,2.96,,,-73.94036865234375,40.789268493652344,-73.90259552001953,40.8070068359375,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +1,2016-01-22 17:44:19,2016-01-22 17:57:24,1,1.8,,,-73.95178985595703,40.76968002319336,-73.97395324707031,40.76311111450195,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-14 21:33:27,2016-01-14 21:39:43,2,0.8,,,-73.98458099365234,40.76876449584961,-73.98711395263672,40.76442337036133,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +1,2016-01-20 18:45:36,2016-01-20 18:54:04,1,0.9,,,-73.97532653808594,40.77729797363281,-73.98210144042969,40.76959991455078,1,N,1,7.0,1.0,0.5,0.3,1.4,0.0,10.2 +1,2016-01-14 19:05:31,2016-01-14 19:11:37,1,0.8,,,-73.9738998413086,40.79187774658203,-73.97562408447266,40.78297424316406,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 03:11:33,2016-01-11 03:27:23,1,5.37,,,-73.97964477539062,40.763916015625,-73.93913269042969,40.818336486816406,1,N,1,17.5,0.5,0.5,0.3,4.7,0.0,23.5 +1,2016-01-02 10:42:22,2016-01-02 10:47:11,1,1.7,,,-73.96487426757812,40.755802154541016,-73.9495620727539,40.77668762207031,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 08:28:26,2016-01-11 09:01:38,2,6.54,,,-74.01748657226562,40.70710754394531,-73.9746322631836,40.7589225769043,1,N,2,26.0,0.0,0.5,0.3,0.0,0.0,26.8 +1,2016-01-19 21:23:36,2016-01-19 21:40:23,1,4.0,,,-73.98218536376953,40.77516555786133,-73.97618865966797,40.735992431640625,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +1,2016-01-07 12:01:17,2016-01-07 12:27:33,1,1.8,,,-73.9859390258789,40.75812530517578,-73.97650146484375,40.74917221069336,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +1,2016-01-07 18:04:04,2016-01-07 18:18:48,3,2.8,,,-73.97689819335938,40.76466751098633,-74.00557708740234,40.74117660522461,1,N,1,12.0,1.0,0.5,0.3,2.75,0.0,16.55 +1,2016-01-21 22:42:22,2016-01-21 23:06:19,1,11.8,,,-73.98030090332031,40.74824142456055,-74.01919555664062,40.63163757324219,1,N,1,34.0,0.5,0.5,0.3,5.0,5.54,45.84 +1,2016-01-06 07:51:06,2016-01-06 07:59:39,1,1.7,,,-74.00093841552734,40.72553253173828,-73.98015594482422,40.73487854003906,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-30 02:12:52,2016-01-30 02:29:07,1,3.67,,,-73.98140716552734,40.68952560424805,-73.97152709960938,40.64609909057617,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +2,2016-01-09 15:40:04,2016-01-09 15:47:05,1,1.16,,,-73.99661254882812,40.725643157958984,-74.00935363769531,40.72456359863281,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-03 11:38:19,2016-01-03 11:47:26,1,1.9,,,-73.98230743408203,40.77391052246094,-73.99508666992188,40.74997329711914,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-05 21:14:16,2016-01-05 21:24:20,1,2.1,,,-73.97976684570312,40.7608528137207,-73.956298828125,40.77553176879883,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,13.5 +1,2016-01-12 10:12:50,2016-01-12 10:18:29,1,1.9,,,-73.9827651977539,40.69274139404297,-73.99835205078125,40.717132568359375,1,N,1,8.0,0.0,0.5,0.3,1.2,0.0,10.0 +1,2016-01-14 14:56:54,2016-01-14 15:03:37,1,0.7,,,-73.95936584472656,40.77439498901367,-73.96644592285156,40.76471710205078,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-03 10:05:05,2016-01-03 10:12:14,1,1.64,,,-73.99156951904297,40.76491165161133,-73.99210357666016,40.74884796142578,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-22 09:47:24,2016-01-22 10:02:11,5,2.26,,,-73.97284698486328,40.79276657104492,-73.97569274902344,40.76537322998047,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-22 09:26:47,2016-01-22 09:41:23,1,1.84,,,-73.9732894897461,40.747928619384766,-73.99320983886719,40.73332977294922,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +2,2016-01-10 13:58:10,2016-01-10 14:07:13,1,1.99,,,-73.96684265136719,40.75728225708008,-73.98898315429688,40.74245834350586,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-06 12:58:40,2016-01-06 13:05:22,3,1.04,,,-73.97479248046875,40.75059509277344,-73.96231079101562,40.757198333740234,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-14 04:58:17,2016-01-14 05:15:03,1,5.7,,,-73.98589324951172,40.7624397277832,-73.91228485107422,40.777198791503906,1,N,1,19.5,0.5,0.5,0.3,4.15,0.0,24.95 +2,2016-01-12 15:48:36,2016-01-12 15:57:16,2,0.66,,,-73.95756530761719,40.779930114746094,-73.96234893798828,40.773128509521484,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-11 15:48:19,2016-01-11 15:49:37,1,0.3,,,-73.95398712158203,40.781829833984375,-73.95326232910156,40.77859878540039,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-03 02:56:55,2016-01-03 03:01:41,3,1.02,,,-73.99549865722656,40.724918365478516,-73.97994995117188,40.722190856933594,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-11 14:19:02,2016-01-11 14:29:12,1,1.08,,,-73.9903793334961,40.75471115112305,-73.97898864746094,40.75632095336914,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-28 11:03:32,2016-01-28 11:11:43,1,0.63,,,-73.98429107666016,40.755428314208984,-73.99085235595703,40.75059127807617,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-25 13:25:06,2016-01-25 14:26:40,4,32.2,,,-73.98611450195312,40.758541107177734,-73.78594207763672,40.643375396728516,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-27 17:32:11,2016-01-27 17:40:48,1,0.9,,,-74.00435638427734,40.74237823486328,-73.99494171142578,40.7501220703125,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-21 22:06:18,2016-01-21 22:20:37,1,2.78,,,-73.9693832397461,40.757625579833984,-73.9768295288086,40.78593826293945,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +2,2016-01-15 13:52:12,2016-01-15 14:00:33,2,1.16,,,-73.95417022705078,40.7662353515625,-73.96016693115234,40.77894973754883,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-17 04:40:40,2016-01-17 04:44:58,1,0.72,,,-73.98053741455078,40.742305755615234,-73.98870849609375,40.74907302856445,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-19 11:32:21,2016-01-19 11:54:05,2,3.07,,,-73.98568725585938,40.744110107421875,-73.98703002929688,40.7760009765625,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +1,2016-01-19 15:28:39,2016-01-19 15:44:45,1,1.8,,,-73.99290466308594,40.7382926940918,-73.97798919677734,40.7525520324707,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-26 01:58:49,2016-01-26 02:08:09,2,2.13,,,-74.00667572021484,40.744266510009766,-73.97705078125,40.745243072509766,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-06 22:55:04,2016-01-06 23:09:27,2,4.1,,,0.0,0.0,-74.00051879882812,40.730167388916016,1,N,1,15.0,0.5,0.5,0.3,3.25,0.0,19.55 +1,2016-01-14 14:12:38,2016-01-14 14:18:26,1,0.6,,,-73.96595001220703,40.7544059753418,-73.9753646850586,40.757301330566406,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-21 19:32:14,2016-01-21 19:48:29,6,2.2,,,-73.98146057128906,40.78192138671875,-73.99832916259766,40.756778717041016,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-15 19:40:06,2016-01-15 19:55:43,1,1.3,,,-73.98081970214844,40.72977828979492,-74.0025405883789,40.73906707763672,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-07 02:09:14,2016-01-07 02:30:44,1,10.8,,,-73.9865493774414,40.76313018798828,-73.91515350341797,40.871578216552734,1,N,1,31.5,0.5,0.5,0.3,2.0,0.0,34.8 +2,2016-01-21 20:18:19,2016-01-21 20:32:03,1,2.29,,,-73.97193145751953,40.75983810424805,-73.97808837890625,40.734249114990234,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-26 09:15:43,2016-01-26 09:21:07,1,1.03,,,-73.96227264404297,40.75910186767578,-73.96196746826172,40.77035140991211,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-03 21:07:51,2016-01-03 21:09:35,1,0.1,,,-74.0007095336914,40.72077560424805,-74.00184631347656,40.719234466552734,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +1,2016-01-26 21:05:52,2016-01-26 21:22:17,1,4.6,,,-73.97470092773438,40.74215316772461,-73.926513671875,40.76816177368164,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-14 06:51:29,2016-01-14 06:57:44,2,1.57,,,-73.96308135986328,40.77238845825195,-73.97328186035156,40.75333023071289,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-22 18:55:16,2016-01-22 19:06:25,1,1.8,,,-73.97982025146484,40.761016845703125,-73.95740509033203,40.77029037475586,1,N,1,9.5,1.0,0.5,0.3,2.82,0.0,14.12 +2,2016-01-27 19:34:05,2016-01-27 19:51:25,1,2.07,,,-73.95191955566406,40.784568786621094,-73.96592712402344,40.76203918457031,1,N,1,12.0,1.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-22 14:27:39,2016-01-22 14:41:15,1,2.36,,,-73.96907806396484,40.75442123413086,-73.9850082397461,40.72591781616211,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-09 00:12:48,2016-01-09 00:15:08,1,0.52,,,-73.98445892333984,40.76966094970703,-73.98812866210938,40.75956344604492,1,N,1,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-08 23:05:07,2016-01-08 23:22:40,1,8.55,,,-73.8712158203125,40.773895263671875,-73.95745849609375,40.77034378051758,1,N,1,25.0,0.5,0.5,0.3,4.0,5.54,35.84 +1,2016-01-03 07:33:50,2016-01-03 07:43:49,1,5.0,,,-73.93701934814453,40.79833221435547,-73.9833984375,40.73419189453125,1,N,1,15.0,0.0,0.5,0.3,2.0,0.0,17.8 +2,2016-01-09 20:11:30,2016-01-09 20:20:43,1,1.05,,,-73.97816467285156,40.7457389831543,-73.97713470458984,40.74939727783203,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-08 09:48:42,2016-01-08 09:57:34,1,0.73,,,-73.96795654296875,40.75965881347656,-73.95899963378906,40.763580322265625,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-15 10:38:41,2016-01-15 10:52:27,1,1.13,,,-73.99845123291016,40.72869110107422,-73.99211883544922,40.73860168457031,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-27 19:05:39,2016-01-27 19:44:22,1,12.1,,,-73.97420501708984,40.67393112182617,-73.782470703125,40.64418411254883,1,N,1,38.5,1.0,0.5,0.3,12.09,0.0,52.39 +1,2016-01-03 16:29:42,2016-01-03 16:38:40,1,1.3,,,-74.00833129882812,40.73781204223633,-73.9901123046875,40.73872756958008,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-17 14:38:38,2016-01-17 14:48:54,1,2.0,,,-73.9444580078125,40.8145751953125,-73.96583557128906,40.795310974121094,1,N,1,9.5,0.0,0.5,0.3,2.5,0.0,12.8 +2,2016-01-28 10:42:56,2016-01-28 10:58:39,1,1.66,,,-74.00688934326172,40.744869232177734,-73.98632049560547,40.75185012817383,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-06 11:59:55,2016-01-06 12:12:56,1,2.59,,,-73.97090148925781,40.755149841308594,-73.99458312988281,40.73496627807617,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-17 22:37:06,2016-01-17 22:47:37,4,2.0,,,-73.998291015625,40.72266387939453,-74.00385284423828,40.74190902709961,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-30 23:47:51,2016-01-31 00:06:49,1,3.5,,,-73.9896240234375,40.76225662231445,-73.98015594482422,40.72647476196289,1,N,1,15.0,0.5,0.5,0.3,3.25,0.0,19.55 +2,2016-01-16 16:12:18,2016-01-16 16:20:34,6,1.4,,,-73.96293640136719,40.774200439453125,-73.97362518310547,40.76283264160156,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-07 17:23:18,2016-01-07 17:31:46,1,1.61,,,-73.98115539550781,40.73338317871094,-73.97026062011719,40.7527961730957,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-14 17:19:54,2016-01-14 17:24:29,2,1.08,,,-73.98576354980469,40.75272750854492,-73.97601318359375,40.7656135559082,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-17 08:54:21,2016-01-17 09:01:23,1,1.06,,,-73.98735046386719,40.7587890625,-74.00173950195312,40.756370544433594,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-09 00:59:08,2016-01-09 01:04:49,1,1.3,,,-73.9559326171875,40.764095306396484,-73.9547348022461,40.77771759033203,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-13 13:26:59,2016-01-13 13:39:39,5,1.25,,,-73.98153686523438,40.7536506652832,-73.97187042236328,40.76034927368164,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +1,2016-01-11 23:23:43,2016-01-11 23:35:59,1,4.2,,,-73.97677612304688,40.750736236572266,-73.9610366821289,40.79661178588867,1,N,1,14.0,0.5,0.5,0.3,3.8,0.0,19.1 +1,2016-01-02 01:27:13,2016-01-02 01:37:19,2,2.0,,,-73.98867797851562,40.73111343383789,-74.00502014160156,40.74824905395508,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,11.8 +2,2016-01-21 19:51:38,2016-01-21 20:01:53,1,1.21,,,-73.9752197265625,40.75309371948242,-73.97110748291016,40.76435852050781,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-18 22:51:20,2016-01-18 22:58:48,2,1.6,,,-73.96102905273438,40.77513885498047,-73.97991943359375,40.78105163574219,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-04 22:22:22,2016-01-04 22:27:36,1,0.9,,,-73.93720245361328,40.76219940185547,-73.92123413085938,40.754737854003906,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-22 07:57:24,2016-01-22 08:14:42,1,2.6,,,-73.96022033691406,40.76182174682617,-73.97809600830078,40.78569030761719,1,N,1,13.0,0.0,0.5,0.3,1.5,0.0,15.3 +2,2016-01-11 10:58:08,2016-01-11 11:05:13,5,1.09,,,-73.9938735961914,40.74163055419922,-74.00541687011719,40.74502944946289,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-19 18:46:34,2016-01-19 18:59:33,1,2.04,,,-73.97200012207031,40.76093673706055,-73.94696807861328,40.77195739746094,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-25 11:31:44,2016-01-25 11:45:20,1,0.83,,,-74.00650024414062,40.714420318603516,-74.01575469970703,40.71171569824219,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-12 15:25:01,2016-01-12 15:28:58,1,0.3,,,-73.95478820800781,40.7800407409668,-73.95454406738281,40.77747344970703,1,N,1,4.5,0.0,0.5,0.3,2.0,0.0,7.3 +2,2016-01-06 02:02:22,2016-01-06 02:08:57,1,1.63,,,-74.00346374511719,40.73280334472656,-73.99524688720703,40.7496337890625,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-22 21:32:00,2016-01-22 21:38:33,1,1.09,,,-73.98822021484375,40.73727035522461,-73.9911117553711,40.72536849975586,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-06 08:04:13,2016-01-07 07:59:25,1,1.03,,,-73.96337890625,40.76604461669922,-73.955322265625,40.77839660644531,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-10 00:14:01,2016-01-10 00:18:09,1,0.4,,,-73.98688507080078,40.725093841552734,-73.9794692993164,40.72336196899414,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +2,2016-01-30 21:04:10,2016-01-30 21:13:57,1,1.07,,,-74.00135803222656,40.731300354003906,-74.00099182128906,40.741981506347656,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-16 20:48:33,2016-01-16 21:03:24,1,1.66,,,-73.99526977539062,40.71752166748047,-73.98757934570312,40.73815155029297,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-29 18:48:40,2016-01-29 18:59:30,4,2.2,,,-73.99024200439453,40.772029876708984,-73.97023010253906,40.79927062988281,1,N,1,10.0,1.0,0.5,0.3,3.54,0.0,15.34 +2,2016-01-13 20:39:37,2016-01-13 20:46:49,3,1.09,,,-73.99744415283203,40.724586486816406,-74.01031494140625,40.716064453125,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +2,2016-01-26 20:15:31,2016-01-26 20:24:49,1,1.88,,,-73.97395324707031,40.78291702270508,-73.94868469238281,40.774051666259766,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,12.3 +1,2016-01-08 17:57:24,2016-01-08 18:14:31,1,1.7,,,-73.97148132324219,40.75453567504883,-73.97417449951172,40.737056732177734,1,N,1,12.0,1.0,0.5,0.3,2.07,0.0,15.87 +1,2016-01-10 13:40:25,2016-01-10 14:17:24,2,17.2,,,-73.78330993652344,40.64667892456055,-73.98652648925781,40.7508430480957,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-17 09:19:02,2016-01-17 09:28:18,2,2.3,,,-73.975341796875,40.76506042480469,-74.00090026855469,40.75752258300781,1,N,1,9.5,0.0,0.5,0.3,1.5,0.0,11.8 +2,2016-01-14 22:50:55,2016-01-14 22:59:54,1,1.72,,,-73.968017578125,40.80095291137695,-73.98029327392578,40.780418395996094,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-26 19:08:19,2016-01-26 19:19:47,1,1.3,,,-73.98333740234375,40.73892593383789,-74.00137329101562,40.736080169677734,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-30 18:53:13,2016-01-30 19:09:08,5,2.59,,,-73.95780181884766,40.76530075073242,-73.9695816040039,40.78868103027344,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +1,2016-01-13 06:02:09,2016-01-13 06:04:26,1,0.9,,,-73.955810546875,40.78773880004883,-73.96292114257812,40.77567672729492,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-24 19:53:39,2016-01-24 20:13:13,1,2.8,,,-73.98550415039062,40.75032043457031,-73.98905944824219,40.71906661987305,1,N,1,13.5,0.5,0.5,0.3,1.0,0.0,15.8 +2,2016-01-14 15:53:18,2016-01-14 15:59:34,5,0.69,,,-73.9537124633789,40.77513122558594,-73.95704650878906,40.78078842163086,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,8.5 +1,2016-01-19 13:10:45,2016-01-19 13:33:14,1,1.3,,,-73.97537994384766,40.741065979003906,-73.9883041381836,40.752498626708984,1,N,1,14.0,0.0,0.5,0.3,3.7,0.0,18.5 +2,2016-01-16 15:28:00,2016-01-16 15:40:04,5,1.52,,,-73.98786163330078,40.744041442871094,-73.99568176269531,40.72510528564453,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-28 08:56:39,2016-01-28 08:58:18,2,0.52,,,-73.97313690185547,40.744163513183594,-73.9686508178711,40.75038146972656,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-02 01:14:01,2016-01-02 01:17:34,1,1.18,,,-73.97799682617188,40.78369903564453,-73.96947479248047,40.79789733886719,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-01 04:44:17,2016-01-01 04:54:11,1,2.1,,,-74.00421905517578,40.71997833251953,-73.98344421386719,40.7391471862793,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-12 08:16:38,2016-01-12 08:22:30,1,1.2,,,0.0,0.0,-73.98518371582031,40.7562255859375,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-03 17:19:37,2016-01-03 17:46:06,1,8.6,,,-73.99951934814453,40.72327423095703,-73.90762329101562,40.770484924316406,1,N,1,27.0,0.0,0.5,0.3,3.0,0.0,30.8 +2,2016-01-06 08:06:45,2016-01-06 08:18:36,5,3.17,,,-74.01673126220703,40.708248138427734,-74.0033187866211,40.74903869628906,1,N,1,12.0,0.0,0.5,0.3,1.2,0.0,14.0 +2,2016-01-03 13:51:32,2016-01-03 13:56:39,2,0.84,,,-73.98401641845703,40.752986907958984,-73.9881362915039,40.74332046508789,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-18 09:35:13,2016-01-18 09:43:28,5,1.44,,,-74.01441192626953,40.71702194213867,-73.9993667602539,40.72481918334961,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-15 07:13:30,2016-01-15 07:25:18,1,2.0,,,-73.97510528564453,40.75225067138672,-74.0014419555664,40.75490188598633,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-08 15:25:05,2016-01-08 15:29:16,1,0.5,,,-73.98413848876953,40.75825119018555,-73.97958374023438,40.75556182861328,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-26 19:08:19,2016-01-26 19:18:27,1,0.73,,,-73.95992279052734,40.77657699584961,-73.96675109863281,40.76723098754883,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-12 22:42:26,2016-01-12 22:46:35,6,1.04,,,-73.96380615234375,40.77449035644531,-73.95316314697266,40.785545349121094,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-10 13:40:56,2016-01-10 13:58:23,5,8.52,,,-73.87299346923828,40.77410888671875,-73.96029663085938,40.78153991699219,1,N,1,25.5,0.0,0.5,0.3,6.37,5.54,38.21 +2,2016-01-26 23:06:45,2016-01-27 22:48:08,2,1.65,,,-73.9720458984375,40.75732421875,-73.9553451538086,40.76869583129883,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-09 21:18:18,2016-01-09 21:28:17,1,1.14,,,-73.98719787597656,40.72057342529297,-73.98139953613281,40.73313903808594,1,N,1,8.0,0.5,0.5,0.3,0.93,0.0,10.23 +2,2016-01-20 22:41:22,2016-01-20 22:54:49,2,2.98,,,-73.98524475097656,40.7633171081543,-73.94963073730469,40.778602600097656,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-26 22:23:32,2016-01-26 22:30:28,1,1.2,,,-73.9567642211914,40.77499771118164,-73.96891021728516,40.78514862060547,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-30 01:36:52,2016-01-30 01:40:06,2,1.13,,,-73.96028137207031,40.690181732177734,-73.98113250732422,40.68994903564453,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-05 15:28:00,2016-01-05 15:41:11,1,1.6,,,-73.95913696289062,40.771785736083984,-73.95806121826172,40.780860900878906,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +1,2016-01-13 20:32:40,2016-01-13 20:34:25,2,0.2,,,-73.98563385009766,40.747291564941406,-73.98809814453125,40.743408203125,1,N,1,3.5,0.5,0.5,0.3,0.95,0.0,5.75 +1,2016-01-13 05:59:36,2016-01-13 06:02:15,1,0.6,,,-73.97557067871094,40.7528076171875,-73.98323059082031,40.74826431274414,1,N,1,4.5,0.0,0.5,0.3,1.3,0.0,6.6 +2,2016-01-02 08:09:59,2016-01-02 08:19:24,1,1.6,,,-73.97515106201172,40.78943634033203,-73.9532699584961,40.77696228027344,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-26 22:48:22,2016-01-26 23:03:18,1,2.68,,,-73.98374938964844,40.764400482177734,-73.95073699951172,40.774959564208984,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-20 09:12:20,2016-01-20 09:21:47,1,1.2,,,-73.98870849609375,40.75362777709961,-73.97370910644531,40.75200653076172,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-28 19:58:14,2016-01-28 20:08:58,1,1.7,,,-73.9861068725586,40.75652313232422,-74.00698852539062,40.75138473510742,1,N,1,9.5,1.0,0.5,0.3,2.8,0.0,14.1 +2,2016-01-13 09:58:26,2016-01-13 10:05:47,1,1.04,,,-73.95744323730469,40.776920318603516,-73.94605255126953,40.77771759033203,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-28 16:15:25,2016-01-28 16:22:37,3,0.63,,,-73.98114013671875,40.75071334838867,-73.99105834960938,40.755313873291016,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-08 15:53:11,2016-01-08 15:57:47,1,0.7,,,-73.99083709716797,40.75077438354492,-74.0026626586914,40.75510025024414,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +2,2016-01-14 07:42:20,2016-01-14 07:44:26,1,0.89,,,-73.98126220703125,40.741519927978516,-73.9752426147461,40.75231170654297,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,6.62 +2,2016-01-04 11:20:06,2016-01-04 11:42:28,1,6.63,,,-73.95297241210938,40.785762786865234,-73.98977661132812,40.7207145690918,1,N,1,23.5,0.0,0.5,0.3,4.86,0.0,29.16 +2,2016-01-14 15:38:27,2016-01-14 15:59:41,1,2.2,,,-73.97492980957031,40.78268814086914,-73.97428131103516,40.75960922241211,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-28 16:12:05,2016-01-28 16:19:54,1,1.0,,,-73.95966339111328,40.782684326171875,-73.96959686279297,40.78963088989258,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-11 12:08:32,2016-01-11 12:23:07,1,1.91,,,-73.96546936035156,40.76277160644531,-73.98876190185547,40.75862121582031,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,12.8 +1,2016-01-16 22:08:08,2016-01-16 22:16:07,1,1.1,,,-73.99491882324219,40.746097564697266,-73.97895050048828,40.7446403503418,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-20 18:43:49,2016-01-20 18:58:10,1,1.28,,,-73.97496032714844,40.75067901611328,-73.98201751708984,40.76250076293945,1,N,1,9.5,1.0,0.5,0.3,2.82,0.0,14.12 +1,2016-01-10 15:01:39,2016-01-10 15:08:25,2,1.4,,,-74.00118255615234,40.757110595703125,-74.00629425048828,40.743812561035156,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-16 21:46:07,2016-01-16 22:00:05,1,2.07,,,-74.00545501708984,40.751258850097656,-74.00509643554688,40.728668212890625,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-08 09:40:05,2016-01-08 09:45:50,1,0.7,,,-73.96305847167969,40.775108337402344,-73.95359802246094,40.779502868652344,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-29 15:55:58,2016-01-29 16:29:43,1,2.6,,,-74.0057601928711,40.75088119506836,-74.00559997558594,40.75112533569336,1,N,1,20.5,1.0,0.5,0.3,4.45,0.0,26.75 +2,2016-01-25 07:26:00,2016-01-25 07:41:01,1,1.71,,,-73.95845794677734,40.76633071899414,-73.97985076904297,40.760929107666016,1,N,1,10.5,0.0,0.5,0.3,3.39,0.0,14.69 +2,2016-01-14 13:06:48,2016-01-14 13:17:30,1,4.62,,,-73.97090911865234,40.751529693603516,-74.00431060791016,40.70735168457031,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-11 17:59:27,2016-01-11 18:02:09,1,0.8,,,-73.97970581054688,40.78139114379883,-73.97126007080078,40.78609085083008,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-11 00:05:40,2016-01-11 00:12:54,1,1.8,,,-73.97290802001953,40.7644157409668,-73.95262145996094,40.776466369628906,1,N,1,8.0,0.5,0.5,0.3,1.96,0.0,11.26 +2,2016-01-21 20:10:06,2016-01-21 20:35:52,1,6.4,,,-74.00240325927734,40.74531555175781,-73.94829559326172,40.803768157958984,1,N,1,23.5,0.5,0.5,0.3,4.96,0.0,29.76 +1,2016-01-20 21:55:10,2016-01-20 22:16:06,1,6.4,,,-73.98397827148438,40.72561264038086,-73.9791030883789,40.674320220947266,1,N,1,22.5,0.5,0.5,0.3,3.3,0.0,27.1 +1,2016-01-20 18:56:52,2016-01-20 19:15:37,2,0.8,,,-73.98163604736328,40.74103546142578,-73.99101257324219,40.74852752685547,1,N,1,12.0,1.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-01 11:02:05,2016-01-01 11:04:04,1,0.63,,,-73.97350311279297,40.7923583984375,-73.96891021728516,40.79917526245117,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +2,2016-01-20 19:02:07,2016-01-20 19:22:50,1,3.04,,,-73.9720230102539,40.760311126708984,-74.0051498413086,40.73191833496094,1,N,1,14.5,1.0,0.5,0.3,1.7,0.0,18.0 +2,2016-01-28 08:47:56,2016-01-28 08:50:53,1,0.49,,,-73.94947814941406,40.78089141845703,-73.95674896240234,40.78015899658203,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-03 19:19:21,2016-01-03 19:26:42,1,1.85,,,-73.98831176757812,40.75012969970703,-73.9857177734375,40.73107147216797,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-15 14:33:29,2016-01-15 15:43:45,1,16.93,,,-73.9758529663086,40.757293701171875,-73.78257751464844,40.644126892089844,2,N,1,52.0,0.0,0.5,0.3,13.2,0.0,66.0 +2,2016-01-20 22:29:33,2016-01-20 22:35:24,1,1.34,,,-73.96713256835938,40.75718688964844,-73.97904205322266,40.740596771240234,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-27 08:13:49,2016-01-27 08:48:22,1,11.1,,,-73.86361694335938,40.76968765258789,-73.99112701416016,40.695762634277344,1,N,1,33.0,0.0,0.5,0.3,6.75,0.0,40.55 +1,2016-01-05 15:59:02,2016-01-05 16:07:50,1,1.1,,,-73.97620391845703,40.75724792480469,-73.96054077148438,40.75782775878906,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-18 02:11:12,2016-01-18 02:21:02,1,2.5,,,-73.94957733154297,40.71415710449219,-73.96439361572266,40.68601608276367,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,13.8 +1,2016-01-05 10:59:02,2016-01-05 11:12:38,1,1.0,,,-73.95709228515625,40.766178131103516,-73.96829986572266,40.761844635009766,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-13 22:58:30,2016-01-13 23:06:52,1,1.78,,,-73.96443939208984,40.76969909667969,-73.95767974853516,40.78371047973633,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-09 14:29:51,2016-01-09 14:33:32,2,0.95,,,-73.97914123535156,40.777099609375,-73.98745727539062,40.76554870605469,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-12 12:30:52,2016-01-12 12:55:47,1,4.99,,,-73.97843170166016,40.7882194519043,-74.00157928466797,40.729393005371094,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,25.56 +2,2016-01-17 21:56:28,2016-01-17 22:02:25,1,1.67,,,-73.98985290527344,40.76237106323242,-74.00503540039062,40.741310119628906,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +2,2016-01-17 02:19:36,2016-01-17 02:24:05,2,1.0,,,-73.99982452392578,40.73455810546875,-73.99504852294922,40.74497604370117,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-15 01:12:36,2016-01-15 01:27:42,1,3.7,,,-73.98869323730469,40.72232437133789,-73.99066925048828,40.76145553588867,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +1,2016-01-21 12:17:27,2016-01-21 12:29:34,1,2.0,,,-74.0147933959961,40.71671676635742,-73.99369049072266,40.728092193603516,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-20 00:17:57,2016-01-20 00:23:08,1,0.91,,,-73.98551940917969,40.757911682128906,-73.97920989990234,40.7618522644043,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,8.84 +2,2016-01-05 10:04:42,2016-01-05 10:15:14,2,1.64,,,-73.97443389892578,40.74740219116211,-73.99049377441406,40.73085021972656,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-01 23:46:06,2016-01-01 23:49:53,1,0.79,,,-73.97371673583984,40.75140380859375,-73.96600341796875,40.75845718383789,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-23 01:58:43,2016-01-23 02:17:52,1,3.3,,,-74.00816345214844,40.74114990234375,-73.98448944091797,40.7701301574707,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +2,2016-01-16 23:29:17,2016-01-17 00:33:10,1,38.58,,,-73.98411560058594,40.75624084472656,-73.53006744384766,41.05769729614258,5,N,1,120.0,0.0,0.0,0.3,0.0,0.0,120.3 +1,2016-01-08 16:05:26,2016-01-08 16:25:16,1,4.1,,,-73.99711608886719,40.722389221191406,-73.99301147460938,40.76811981201172,1,N,2,15.5,1.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-17 19:09:47,2016-01-17 19:17:17,1,1.3,,,-73.97830963134766,40.74818420410156,-73.99272918701172,40.7392692565918,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-03 01:19:40,2016-01-03 01:31:02,1,4.3,,,-73.95832061767578,40.7126579284668,-73.8924789428711,40.72763442993164,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +1,2016-01-09 03:01:16,2016-01-09 03:04:07,1,0.8,,,-73.97186279296875,40.79438781738281,-73.96566772460938,40.805503845214844,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +2,2016-01-07 04:33:41,2016-01-07 04:44:12,1,2.31,,,-73.9420394897461,40.79805374145508,-73.93824005126953,40.82313537597656,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +1,2016-01-01 03:23:38,2016-01-01 03:28:39,1,1.2,,,-73.95562744140625,40.77260208129883,-73.96714782714844,40.75666046142578,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-09 21:04:06,2016-01-09 21:25:12,2,3.6,,,-74.01528930664062,40.70892333984375,-73.99799346923828,40.719661712646484,1,N,1,17.5,0.0,0.5,0.3,3.65,0.0,21.95 +2,2016-01-14 16:28:09,2016-01-14 16:36:01,5,1.1,,,-73.98990631103516,40.73487854003906,-73.97637939453125,40.73971939086914,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,10.38 +1,2016-01-07 20:06:36,2016-01-07 20:19:36,1,5.1,,,-73.98896026611328,40.71896743774414,-73.95344543457031,40.770599365234375,1,N,1,16.5,0.5,0.5,0.3,3.55,0.0,21.35 +2,2016-01-12 18:39:57,2016-01-12 19:17:59,1,13.74,,,-73.87648010253906,40.77212142944336,-74.03669738769531,40.72386169433594,5,N,1,80.0,0.0,0.5,0.3,19.77,18.04,118.61 +1,2016-01-06 18:11:12,2016-01-06 18:30:22,1,2.6,,,-73.98684692382812,40.77593231201172,-73.97077178955078,40.75173568725586,1,N,1,13.5,1.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-07 09:49:22,2016-01-07 10:02:59,1,1.36,,,-73.99378967285156,40.758941650390625,-73.98265838623047,40.77328109741211,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-30 14:22:15,2016-01-30 14:41:42,2,5.6,,,-73.99332427978516,40.7024040222168,-73.98925018310547,40.74126434326172,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +1,2016-01-13 00:03:59,2016-01-13 00:22:55,1,3.5,,,-73.98884582519531,40.753475189208984,-73.98509216308594,40.71538543701172,1,N,1,15.0,0.5,0.5,0.3,2.7,0.0,19.0 +2,2016-01-05 20:38:08,2016-01-05 20:41:31,1,1.21,,,-74.00419616699219,40.73027420043945,-74.00999450683594,40.71461868286133,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-14 14:33:04,2016-01-14 14:38:34,1,1.1,,,-73.95912170410156,40.7833137512207,-73.97625732421875,40.78835678100586,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-21 12:04:57,2016-01-21 12:11:19,1,0.95,,,-73.98316192626953,40.726646423339844,-73.99004364013672,40.73476028442383,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-07 09:56:44,2016-01-07 10:08:40,2,1.2,,,-73.98957061767578,40.752498626708984,-73.9783935546875,40.7481575012207,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-30 23:03:35,2016-01-30 23:19:56,2,4.2,,,-73.99401092529297,40.73533248901367,-73.95625305175781,40.77816390991211,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +2,2016-01-19 15:22:02,2016-01-19 15:39:04,5,1.93,,,-74.00215911865234,40.750389099121094,-73.98079681396484,40.763328552246094,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-19 21:02:52,2016-01-19 21:12:31,1,0.96,,,-73.97539520263672,40.74687957763672,-73.98123168945312,40.75275421142578,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-28 16:37:58,2016-01-28 17:09:12,1,2.8,,,-73.95790100097656,40.779483795166016,-73.98440551757812,40.74338150024414,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-05 19:18:22,2016-01-05 19:30:11,5,1.7,,,-73.99222564697266,40.73783874511719,-74.00153350830078,40.726097106933594,1,N,1,9.5,1.0,0.5,0.3,2.82,0.0,14.12 +2,2016-01-29 11:48:18,2016-01-29 11:59:22,5,1.36,,,-73.95313262939453,40.78596878051758,-73.96578979492188,40.76935958862305,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-26 19:43:39,2016-01-26 19:58:01,1,2.5,,,-73.98403930664062,40.773704528808594,-73.95125579833984,40.7787971496582,1,N,1,11.5,1.0,0.5,0.3,3.3,0.0,16.6 +2,2016-01-04 20:21:21,2016-01-04 20:27:52,1,0.55,,,-73.9808120727539,40.759395599365234,-73.97479248046875,40.7562370300293,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-16 19:03:18,2016-01-16 19:11:57,5,1.33,,,-73.96784973144531,40.80287170410156,-73.97515869140625,40.78752136230469,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-18 14:35:00,2016-01-18 14:51:18,2,3.07,,,-73.95919799804688,40.767738342285156,-73.98944854736328,40.734317779541016,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-06 23:13:53,2016-01-06 23:24:52,1,1.95,,,-73.9823989868164,40.73984909057617,-73.98346710205078,40.76039123535156,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-04 07:46:23,2016-01-04 08:01:31,1,3.8,,,-73.99073028564453,40.757179260253906,-73.96188354492188,40.805606842041016,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-21 23:57:27,2016-01-22 00:05:10,1,1.19,,,-73.97714233398438,40.68228530883789,-73.99417877197266,40.686893463134766,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-10 15:49:19,2016-01-10 15:54:53,1,0.7,,,-73.98473358154297,40.74274444580078,-73.99102020263672,40.73969650268555,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-22 22:48:23,2016-01-22 23:14:16,1,4.1,,,-73.98841857910156,40.763832092285156,-73.98472595214844,40.723350524902344,1,N,1,18.5,0.5,0.5,0.3,3.95,0.0,23.75 +2,2016-01-09 13:21:17,2016-01-09 13:38:09,1,2.4,,,-73.99617004394531,40.721900939941406,-73.9941635131836,40.74605178833008,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +1,2016-01-22 20:52:38,2016-01-22 21:05:15,2,4.6,,,-74.01583862304688,40.71067810058594,-73.99040985107422,40.7144775390625,1,N,1,16.0,0.5,0.5,0.3,3.45,0.0,20.75 +2,2016-01-30 12:41:38,2016-01-30 12:46:09,1,0.98,,,-73.96115112304688,40.76055145263672,-73.95223999023438,40.773067474365234,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-30 23:48:09,2016-01-30 23:59:29,1,1.02,,,-74.00240325927734,40.721458435058594,-73.98768615722656,40.71945571899414,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +1,2016-01-16 13:21:10,2016-01-16 13:33:43,1,2.1,,,-73.95198822021484,40.73196029663086,-73.9523696899414,40.71113967895508,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-15 08:22:11,2016-01-15 08:42:34,1,2.79,,,-74.005859375,40.748291015625,-73.97197723388672,40.75986862182617,1,N,1,14.5,0.0,0.5,0.3,1.5,0.0,16.8 +1,2016-01-09 17:17:28,2016-01-09 17:27:27,1,1.6,,,-73.98233795166016,40.77301788330078,-74.00035095214844,40.758113861083984,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-29 13:51:41,2016-01-29 14:11:08,1,6.4,,,-74.01158142089844,40.70299530029297,-73.95552825927734,40.767704010009766,1,N,1,21.0,0.0,0.5,0.3,2.2,0.0,24.0 +1,2016-01-08 14:39:28,2016-01-08 14:49:41,1,1.6,,,-73.9570541381836,40.78024673461914,-73.94661712646484,40.7998046875,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-22 22:16:40,2016-01-22 22:31:30,1,4.37,,,-74.0107421875,40.709251403808594,-73.98506164550781,40.665199279785156,1,N,1,14.5,0.5,0.5,0.3,4.27,5.54,25.61 +2,2016-01-06 23:45:03,2016-01-06 23:55:05,1,2.62,,,-73.99163055419922,40.73870849609375,-73.98323822021484,40.76698684692383,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-13 00:58:08,2016-01-13 01:03:57,1,1.28,,,-74.0067367553711,40.74410629272461,-73.98778533935547,40.74098587036133,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-22 16:22:58,2016-01-22 16:28:55,1,0.6,,,-73.98495483398438,40.76430130004883,-73.99302673339844,40.76318359375,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-25 22:16:05,2016-01-25 22:27:12,1,2.81,,,-73.95803833007812,40.77626037597656,-73.96444702148438,40.802268981933594,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-08 14:49:04,2016-01-08 15:01:42,2,1.8,,,-73.9695053100586,40.76459884643555,-73.98631286621094,40.74419403076172,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-30 04:05:42,2016-01-30 04:12:08,2,1.3,,,-74.00287628173828,40.73960876464844,-74.00263214111328,40.72462844848633,1,N,1,7.0,0.5,0.5,0.3,1.7,0.0,10.0 +2,2016-01-30 04:11:32,2016-01-30 04:35:01,6,6.26,,,-73.99337768554688,40.721900939941406,-73.9490737915039,40.76308822631836,1,N,1,22.0,0.5,0.5,0.3,0.0,0.0,23.3 +1,2016-01-13 17:06:49,2016-01-13 17:23:06,1,1.4,,,-73.982421875,40.74845504760742,-73.96776580810547,40.76021194458008,1,N,1,11.0,1.0,0.5,0.3,1.0,0.0,13.8 +2,2016-01-14 11:59:57,2016-01-14 12:06:13,3,0.87,,,-73.99342346191406,40.75225830078125,-73.98573303222656,40.763038635253906,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-20 02:55:35,2016-01-20 03:03:49,2,2.66,,,-73.99436950683594,40.74629211425781,-73.98965454101562,40.77287292480469,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-02 23:04:11,2016-01-02 23:29:13,1,10.38,,,-73.79015350341797,40.646671295166016,-73.91355895996094,40.70310974121094,1,N,1,30.5,0.5,0.5,0.3,7.95,0.0,39.75 +1,2016-01-12 13:13:13,2016-01-12 13:23:38,1,2.2,,,-73.96366119384766,40.761505126953125,-73.98424530029297,40.73322296142578,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-18 17:45:24,2016-01-18 17:47:32,1,0.5,,,-73.98816680908203,40.7346305847168,-73.98076629638672,40.735408782958984,1,N,1,4.0,0.0,0.5,0.3,0.95,0.0,5.75 +2,2016-01-18 18:28:34,2016-01-18 18:42:20,2,2.29,,,-74.00285339355469,40.760501861572266,-73.98902130126953,40.737396240234375,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +2,2016-01-10 13:52:01,2016-01-10 14:03:50,6,2.64,,,-73.95655822753906,40.778099060058594,-73.98287963867188,40.7641716003418,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-21 07:53:22,2016-01-21 07:55:48,1,0.78,,,-73.99713897705078,40.741939544677734,-73.99492645263672,40.734249114990234,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-01 09:03:08,2016-01-01 09:05:27,2,0.63,,,-73.93663024902344,40.814308166503906,-73.94285583496094,40.8083610534668,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-13 07:35:06,2016-01-13 07:39:38,1,1.22,,,-73.99353790283203,40.74150848388672,-73.98306274414062,40.75654220581055,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-09 03:19:33,2016-01-09 03:27:53,5,1.71,,,-73.99217224121094,40.71873092651367,-73.98811340332031,40.737945556640625,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-08 14:12:19,2016-01-08 14:27:50,1,1.54,,,-73.98222351074219,40.75809097290039,-73.96131896972656,40.76321029663086,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-15 05:26:27,2016-01-15 05:26:35,1,0.1,,,-73.95381164550781,40.713356018066406,-73.95232391357422,40.714725494384766,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +2,2016-01-11 13:39:12,2016-01-11 13:54:32,1,2.63,,,-74.00303649902344,40.72325134277344,-73.97572326660156,40.749000549316406,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-14 22:07:14,2016-01-14 22:30:12,1,5.8,,,-73.9842529296875,40.75478744506836,-74.03412628173828,40.72937774658203,5,N,1,55.55,0.0,0.0,0.3,4.0,0.0,59.85 +1,2016-01-27 10:25:59,2016-01-27 10:49:33,1,1.2,,,-73.99237060546875,40.743465423583984,-73.98172760009766,40.75880813598633,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-21 06:53:47,2016-01-21 07:04:33,5,2.6,,,-74.00615692138672,40.73405075073242,-73.99630737304688,40.76380157470703,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-06 10:58:41,2016-01-06 11:10:03,1,1.0,,,-74.0141372680664,40.7086067199707,-74.01493072509766,40.71127700805664,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-01 17:22:01,2016-01-01 17:50:39,1,7.6,,,-73.99730682373047,40.74476623535156,-73.99935913085938,40.68378829956055,1,N,2,26.5,0.0,0.5,0.3,0.0,0.0,27.3 +1,2016-01-30 13:47:13,2016-01-30 13:56:43,1,1.4,,,-73.99188995361328,40.74905014038086,-74.00640106201172,40.7336540222168,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +1,2016-01-02 03:51:45,2016-01-02 03:56:20,1,1.5,,,-73.98512268066406,40.7321662902832,-73.98406982421875,40.71516036987305,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-27 15:43:37,2016-01-27 16:25:36,2,5.39,,,-73.97879791259766,40.74092102050781,-73.96571350097656,40.67784118652344,1,N,2,27.0,0.0,0.5,0.3,0.0,0.0,27.8 +2,2016-01-09 15:44:00,2016-01-09 15:45:46,1,0.37,,,-74.00520324707031,40.70732116699219,-74.00033569335938,40.70814514160156,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,5.3 +2,2016-01-19 21:05:17,2016-01-19 21:14:37,1,2.4,,,-73.97349548339844,40.75761413574219,-73.9720230102539,40.78383255004883,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,13.5 +2,2016-01-14 21:01:48,2016-01-14 21:09:13,1,2.15,,,-73.97323608398438,40.76106643676758,-73.95326232910156,40.78864288330078,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-15 02:58:29,2016-01-15 03:08:33,5,3.09,,,-73.98886108398438,40.74571990966797,-73.95374298095703,40.76686096191406,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-20 12:45:46,2016-01-20 12:58:32,1,3.1,,,-73.9757308959961,40.79191589355469,-74.00431823730469,40.75672912597656,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-16 23:49:41,2016-01-17 00:02:47,6,3.27,,,-74.00507354736328,40.72035598754883,-73.97830200195312,40.762298583984375,1,N,1,12.0,0.5,0.5,0.3,3.99,0.0,17.29 +2,2016-01-13 20:30:59,2016-01-13 20:38:36,1,2.05,,,-73.97075653076172,40.74922180175781,-73.98302459716797,40.72269821166992,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-02 15:29:33,2016-01-02 15:38:30,1,2.1,,,-73.97148895263672,40.75785446166992,-73.98870849609375,40.731529235839844,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-20 19:43:47,2016-01-20 19:53:58,1,2.4,,,-73.97796630859375,40.788902282714844,-73.9683609008789,40.76472854614258,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-01 08:02:20,2016-01-01 08:12:38,1,2.7,,,-73.94734954833984,40.77987289428711,-73.97810363769531,40.77980041503906,1,N,1,10.0,0.0,0.5,0.3,1.7,0.0,12.5 +2,2016-01-21 20:21:16,2016-01-21 20:32:24,1,2.72,,,-73.98661804199219,40.74435043334961,-73.95512390136719,40.74442672729492,1,N,1,11.0,0.5,0.5,0.3,2.0,5.54,19.84 +2,2016-01-28 09:11:45,2016-01-28 09:35:07,1,1.95,,,-73.9653549194336,40.75916290283203,-73.9856185913086,40.74134826660156,1,N,1,14.5,0.0,0.5,0.3,3.82,0.0,19.12 +2,2016-01-21 17:51:17,2016-01-21 17:55:03,5,0.55,,,-73.98783111572266,40.7381591796875,-73.98821258544922,40.73163986206055,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-14 15:18:27,2016-01-14 15:27:08,1,0.89,,,-74.00926971435547,40.71723556518555,-74.00238037109375,40.72476577758789,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-19 12:56:08,2016-01-19 13:11:16,1,0.9,,,-73.98031616210938,40.76008605957031,-73.9732437133789,40.753456115722656,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-08 19:25:08,2016-01-08 19:30:25,2,0.71,,,-73.98372650146484,40.72165298461914,-73.98796081542969,40.7278938293457,1,N,1,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-11 20:15:17,2016-01-11 20:20:50,1,0.6,,,-73.98031616210938,40.755001068115234,-73.97425079345703,40.750789642333984,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-17 09:03:08,2016-01-17 09:09:31,2,2.7,,,-73.95809173583984,40.760257720947266,-73.9465560913086,40.7918815612793,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +1,2016-01-08 23:38:09,2016-01-08 23:55:14,1,3.3,,,-73.9970474243164,40.72408676147461,-73.97772216796875,40.76347732543945,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +1,2016-01-04 16:08:53,2016-01-04 16:28:23,1,4.7,,,-73.95519256591797,40.78324508666992,-73.97405242919922,40.73796844482422,1,N,1,17.0,1.0,0.5,0.3,3.75,0.0,22.55 +2,2016-01-12 20:13:37,2016-01-12 20:37:50,1,5.92,,,-73.9854965209961,40.7442626953125,-73.9144287109375,40.779850006103516,1,N,1,21.5,0.5,0.5,0.3,7.08,5.54,35.42 +2,2016-01-01 21:20:09,2016-01-01 21:24:33,2,1.09,,,-73.96812438964844,40.75901794433594,-73.9577865600586,40.76982116699219,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-13 08:11:56,2016-01-13 08:20:13,1,1.3,,,-73.98699188232422,40.7392578125,-73.98579406738281,40.753047943115234,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,10.75 +1,2016-01-03 10:46:04,2016-01-03 10:50:58,1,1.8,,,-73.99696350097656,40.73719024658203,-73.97904968261719,40.7578010559082,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-17 19:32:31,2016-01-17 19:42:48,5,1.69,,,-73.97195434570312,40.794681549072266,-73.94790649414062,40.788780212402344,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-13 16:58:18,2016-01-13 17:02:07,1,0.6,,,-73.96499633789062,40.75564956665039,-73.9694595336914,40.753257751464844,1,N,1,4.5,1.0,0.5,0.3,1.85,0.0,8.15 +1,2016-01-28 20:54:59,2016-01-28 21:05:45,1,2.5,,,-73.99578094482422,40.74896240234375,-73.98123168945312,40.77920150756836,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-19 12:47:15,2016-01-19 12:57:51,2,2.0,,,-73.99015808105469,40.77174377441406,-73.97019958496094,40.79413986206055,1,N,1,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-16 18:22:36,2016-01-16 18:41:54,1,3.22,,,-73.99535369873047,40.74399948120117,-74.00736236572266,40.70732879638672,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-01 04:15:47,2016-01-01 05:30:30,3,17.98,,,-73.95947265625,40.65402603149414,-73.94061279296875,40.833160400390625,1,N,1,64.5,0.5,0.5,0.3,9.2,0.0,75.0 +2,2016-01-29 12:26:34,2016-01-29 12:40:52,2,1.34,,,-73.97200012207031,40.754180908203125,-73.9881820678711,40.75395965576172,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-05 12:33:43,2016-01-05 12:48:47,1,0.97,,,-73.9796142578125,40.738311767578125,-73.97176361083984,40.74609375,1,N,1,10.0,0.0,0.5,0.3,3.0,0.0,13.8 +1,2016-01-27 22:57:31,2016-01-27 23:09:27,1,2.7,,,-73.97420501708984,40.758060455322266,-73.9789810180664,40.78681945800781,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-13 18:06:54,2016-01-13 18:27:43,1,1.58,,,-73.98056030273438,40.74208068847656,-73.98827362060547,40.75605010986328,1,N,1,13.5,1.0,0.5,0.3,3.82,0.0,19.12 +2,2016-01-29 00:35:05,2016-01-29 01:01:06,2,15.54,,,-73.87272644042969,40.773990631103516,-73.7284164428711,40.63922882080078,4,N,2,46.5,0.5,0.5,0.3,0.0,0.0,47.8 +1,2016-01-20 13:39:56,2016-01-20 13:58:12,1,1.5,,,-73.98318481445312,40.76667404174805,-73.96379089355469,40.75444412231445,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-03 23:11:57,2016-01-03 23:44:21,1,17.2,,,-73.78794860839844,40.641639709472656,-73.97206115722656,40.75726318359375,2,N,1,52.0,0.0,0.5,0.3,10.55,0.0,63.35 +2,2016-01-19 13:47:27,2016-01-19 13:55:31,5,1.04,,,-73.98218536376953,40.75856018066406,-73.9969253540039,40.76447677612305,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-29 12:17:13,2016-01-29 12:38:09,1,6.17,,,-73.9743881225586,40.7557487487793,-74.01522827148438,40.704750061035156,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,22.8 +2,2016-01-29 19:48:30,2016-01-29 19:57:22,1,2.48,,,-74.00431060791016,40.70735168457031,-73.9920883178711,40.687339782714844,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-14 08:40:39,2016-01-14 09:08:55,1,8.44,,,-73.87093353271484,40.773738861083984,-73.98209381103516,40.74604034423828,1,N,1,26.5,0.0,0.5,0.3,5.0,5.54,37.84 +2,2016-01-03 03:29:12,2016-01-03 03:41:00,1,3.26,,,-73.98554992675781,40.73854064941406,-74.00933837890625,40.70439147949219,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-08 19:16:35,2016-01-08 19:39:38,2,1.7,,,-73.98422241210938,40.74322509765625,-73.98997497558594,40.72330093383789,1,N,1,13.5,1.0,0.5,0.3,3.05,0.0,18.35 +1,2016-01-11 11:56:15,2016-01-11 12:04:05,1,0.7,,,-73.99104309082031,40.73484802246094,-73.9806900024414,40.733726501464844,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-09 00:34:53,2016-01-09 00:50:41,1,7.5,,,-73.98316192626953,40.77128982543945,-73.93629455566406,40.8573112487793,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,23.8 +2,2016-01-07 21:01:35,2016-01-07 21:06:34,2,0.94,,,-73.96865844726562,40.78598403930664,-73.95851135253906,40.77833557128906,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-26 18:32:00,2016-01-26 18:33:10,1,0.1,,,-74.00147247314453,40.7309684753418,-74.00069427490234,40.73321533203125,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-27 18:26:56,2016-01-27 18:44:50,1,1.99,,,-73.98281860351562,40.76533126831055,-73.96119689941406,40.76906967163086,1,N,1,12.5,1.0,0.5,0.3,2.0,0.0,16.3 +1,2016-01-20 09:56:11,2016-01-20 10:13:52,1,1.5,,,-73.9670639038086,40.76112747192383,-73.98372650146484,40.77438735961914,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +2,2016-01-16 21:29:31,2016-01-16 21:40:28,3,2.33,,,-73.9659194946289,40.758460998535156,-73.98735809326172,40.72905731201172,1,N,1,10.0,0.5,0.5,0.3,1.5,0.0,12.8 +2,2016-01-29 09:11:03,2016-01-29 09:36:42,1,2.49,,,-73.9753646850586,40.77714538574219,-73.97026062011719,40.752540588378906,1,N,1,16.5,0.0,0.5,0.3,1.0,0.0,18.3 +2,2016-01-11 17:10:25,2016-01-11 17:32:18,2,4.96,,,-74.00933074951172,40.70512390136719,-73.98274230957031,40.748443603515625,1,N,1,20.0,1.0,0.5,0.3,2.0,0.0,23.8 +1,2016-01-15 17:57:53,2016-01-15 18:07:40,2,1.2,,,-73.94391632080078,40.72014617919922,-73.93877410888672,40.70838928222656,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-27 21:42:05,2016-01-27 21:59:19,5,3.3,,,-73.98956298828125,40.739864349365234,-74.0112533569336,40.71639633178711,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +2,2016-01-15 07:01:37,2016-01-15 07:05:57,2,0.95,,,-73.9916763305664,40.749610900878906,-73.9875717163086,40.7417106628418,1,N,1,5.5,0.0,0.5,0.3,0.7,0.0,7.0 +1,2016-01-02 13:55:17,2016-01-02 13:57:26,1,0.5,,,-73.99897766113281,40.73477554321289,-73.99372100830078,40.737754821777344,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,5.3 +1,2016-01-28 08:25:12,2016-01-28 08:36:43,3,1.0,,,-73.9547119140625,40.763771057128906,-73.96788024902344,40.761940002441406,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-20 21:15:50,2016-01-20 21:32:24,1,3.2,,,-73.99258422851562,40.72536087036133,-73.9728012084961,40.68418502807617,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +2,2016-01-08 20:49:21,2016-01-08 21:06:02,1,2.41,,,-73.97396087646484,40.76342010498047,-73.99622344970703,40.7346305847168,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-11 19:11:18,2016-01-11 19:24:17,2,5.19,,,-73.9787368774414,40.75067138671875,-74.01244354248047,40.70161056518555,1,N,1,17.0,1.0,0.5,0.3,3.76,0.0,22.56 +1,2016-01-06 09:45:34,2016-01-06 10:05:11,1,2.9,,,-73.95417022705078,40.78710174560547,-73.97606658935547,40.75124740600586,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-23 13:58:51,2016-01-23 14:03:17,1,0.76,,,-73.95657348632812,40.76694869995117,-73.94719696044922,40.77165985107422,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-07 22:19:50,2016-01-07 22:29:16,5,1.34,,,-73.97545623779297,40.75515365600586,-73.977783203125,40.742130279541016,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-03 14:51:45,2016-01-03 14:56:11,1,0.92,,,-74.00071716308594,40.71833038330078,-74.00936126708984,40.72364044189453,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-14 07:49:12,2016-01-14 07:53:27,1,0.7,,,-73.9528579711914,40.818111419677734,-73.95921325683594,40.80910110473633,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-16 16:10:15,2016-01-16 16:32:19,1,2.19,,,-73.99961853027344,40.72472381591797,-73.97784423828125,40.746009826660156,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +1,2016-01-26 09:04:22,2016-01-26 09:30:09,1,8.3,,,-73.96295166015625,40.76639175415039,-74.01437377929688,40.714542388916016,1,N,1,26.5,0.0,0.5,0.3,4.0,0.0,31.3 +1,2016-01-25 09:28:17,2016-01-25 09:36:26,1,1.2,,,-74.00289154052734,40.739341735839844,-74.00692749023438,40.751399993896484,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,10.75 +1,2016-01-14 13:06:22,2016-01-14 13:19:58,1,1.2,,,-73.99176025390625,40.74956512451172,-73.99327850341797,40.73601150512695,1,N,1,9.5,0.0,0.5,0.3,2.55,0.0,12.85 +1,2016-01-24 19:38:39,2016-01-24 19:46:30,3,1.4,,,-73.99070739746094,40.73076248168945,-73.97779846191406,40.746368408203125,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,10.35 +2,2016-01-28 21:47:34,2016-01-28 22:07:35,3,5.19,,,-73.98358154296875,40.74382019042969,-73.91358947753906,40.76321029663086,1,N,1,18.0,0.5,0.5,0.3,4.0,0.0,23.3 +2,2016-01-28 11:41:08,2016-01-28 12:23:24,1,4.69,,,-73.97248077392578,40.781070709228516,-74.0025634765625,40.72610855102539,1,N,1,26.5,0.0,0.5,0.3,6.82,0.0,34.12 +2,2016-01-13 18:11:15,2016-01-13 18:19:22,1,1.12,,,-73.99122619628906,40.77033996582031,-73.99140167236328,40.75804138183594,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-19 23:17:16,2016-01-19 23:40:44,1,13.7,,,-73.78266143798828,40.64449691772461,-73.90746307373047,40.76101303100586,1,N,1,38.5,0.5,0.5,0.3,7.95,0.0,47.75 +1,2016-01-22 22:49:43,2016-01-22 22:58:49,2,0.8,,,-73.9832534790039,40.76151657104492,-73.97967529296875,40.752784729003906,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-26 04:58:51,2016-01-26 05:15:27,1,6.7,,,-73.96146392822266,40.75941848754883,-74.01103973388672,40.708248138427734,1,N,1,21.0,0.5,0.5,0.3,3.0,0.0,25.3 +1,2016-01-29 06:51:01,2016-01-29 06:55:42,2,1.0,,,-73.97737884521484,40.77924728393555,-73.98182678222656,40.76771545410156,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-28 11:39:13,2016-01-28 12:04:38,1,1.99,,,-73.99591064453125,40.74895095825195,-73.97317504882812,40.76247024536133,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-06 08:13:44,2016-01-06 08:22:52,2,1.3,,,-73.97366333007812,40.74722671508789,-73.97149658203125,40.75934600830078,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-04 11:46:26,2016-01-04 11:57:59,1,1.99,,,-74.00505828857422,40.7465934753418,-73.9996109008789,40.7266731262207,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-15 06:53:07,2016-01-15 06:58:36,1,1.0,,,-73.990966796875,40.75638961791992,-73.9761962890625,40.75823211669922,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-04 13:15:11,2016-01-04 13:19:44,1,0.9,,,-73.9804916381836,40.77458572387695,-73.9708251953125,40.78343200683594,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-29 22:19:03,2016-01-29 22:38:16,1,2.0,,,-73.98992919921875,40.733280181884766,-73.99263000488281,40.75429916381836,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +2,2016-01-30 10:51:15,2016-01-30 10:57:53,2,1.35,,,-73.9576187133789,40.768394470214844,-73.94727325439453,40.78343963623047,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-30 19:26:47,2016-01-30 19:32:30,1,0.64,,,-73.98590087890625,40.73273849487305,-73.98149871826172,40.73896789550781,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-29 22:55:06,2016-01-29 23:00:35,1,1.46,,,-73.95001983642578,40.79573059082031,-73.96920013427734,40.790550231933594,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-17 00:32:06,2016-01-17 00:36:35,6,1.22,,,-73.9738998413086,40.79153060913086,-73.96346282958984,40.80615997314453,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-19 10:58:21,2016-01-19 11:24:01,1,1.6,,,-73.9500503540039,40.79039001464844,-73.95809173583984,40.77041244506836,1,N,1,16.0,0.0,0.5,0.3,1.0,0.0,17.8 +2,2016-01-09 22:11:08,2016-01-09 22:26:35,1,3.37,,,-73.97025299072266,40.79393005371094,-73.97151947021484,40.75835037231445,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +2,2016-01-08 11:00:58,2016-01-08 11:19:50,1,2.9,,,-74.00089263916016,40.76197814941406,-73.99703979492188,40.72690963745117,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-14 23:38:11,2016-01-14 23:42:42,2,1.09,,,-73.95158386230469,40.71405792236328,-73.94888305664062,40.726051330566406,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-19 20:52:36,2016-01-19 21:03:28,3,1.7,,,-73.97212219238281,40.76541519165039,-73.98075103759766,40.744606018066406,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-21 13:01:33,2016-01-21 13:10:33,1,0.9,,,-73.97254180908203,40.765167236328125,-73.97998809814453,40.77274703979492,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-12 11:22:01,2016-01-12 11:43:40,1,1.82,,,-74.00596618652344,40.73986053466797,-73.98406219482422,40.74414825439453,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-21 07:16:52,2016-01-21 07:27:30,1,2.0,,,-73.98396301269531,40.743492126464844,-73.9639892578125,40.75688934326172,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +1,2016-01-28 21:41:32,2016-01-28 21:51:14,1,2.2,,,-74.00579071044922,40.74543380737305,-73.97880554199219,40.752315521240234,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-15 21:27:38,2016-01-15 21:38:34,1,1.0,,,-73.99323272705078,40.72005081176758,-73.99019622802734,40.72969436645508,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-07 10:28:11,2016-01-07 10:44:59,6,2.17,,,-73.99581909179688,40.73884582519531,-73.9753189086914,40.76533889770508,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +1,2016-01-04 11:14:06,2016-01-04 11:34:26,1,2.8,,,-73.9703140258789,40.76313400268555,-74.00509643554688,40.75149917602539,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +2,2016-01-06 20:22:51,2016-01-06 20:32:43,1,1.62,,,-73.98188018798828,40.74669647216797,-74.00315856933594,40.744056701660156,1,N,1,8.5,0.5,0.5,0.3,1.47,0.0,11.27 +2,2016-01-05 07:36:01,2016-01-05 07:50:14,1,6.17,,,-73.95613861083984,40.757720947265625,-74.00389862060547,40.710784912109375,1,N,1,19.0,0.0,0.5,0.3,3.0,0.0,22.8 +1,2016-01-08 20:49:48,2016-01-08 20:58:14,1,1.5,,,-73.97821044921875,40.76335906982422,-73.97933959960938,40.78095626831055,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +1,2016-01-05 12:50:27,2016-01-05 12:57:46,1,1.0,,,-73.97235870361328,40.7646484375,-73.984619140625,40.75898361206055,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-22 07:03:16,2016-01-22 07:10:17,1,2.4,,,-73.94498443603516,40.774871826171875,-73.97343444824219,40.75563430786133,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-29 09:48:40,2016-01-29 10:12:16,5,1.55,,,-73.96385192871094,40.77391815185547,-73.95967864990234,40.75885009765625,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +1,2016-01-01 19:50:26,2016-01-01 19:56:18,1,1.3,,,-73.95559692382812,40.772647857666016,-73.94689178466797,40.784202575683594,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-04 06:05:26,2016-01-04 06:51:26,1,17.88,,,-73.7783432006836,40.64678955078125,-73.98127746582031,40.763248443603516,2,N,1,52.0,0.0,0.5,0.3,6.0,5.54,64.34 +1,2016-01-12 22:38:35,2016-01-12 22:44:17,2,1.3,,,-73.9769058227539,40.68156433105469,-73.95310974121094,40.677188873291016,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,9.35 +2,2016-01-09 23:10:06,2016-01-09 23:13:58,1,0.6,,,-73.9567642211914,40.78042984008789,-73.95420837402344,40.787200927734375,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-09 12:35:06,2016-01-09 12:43:17,1,0.92,,,-73.99315643310547,40.72977066040039,-73.98724365234375,40.72222900390625,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-10 18:09:38,2016-01-10 18:22:15,1,1.47,,,-73.97772979736328,40.7611198425293,-73.96370697021484,40.765289306640625,1,N,1,10.0,0.0,0.5,0.3,3.24,0.0,14.04 +2,2016-01-18 18:36:50,2016-01-18 19:22:03,2,20.8,,,-73.78800964355469,40.64154815673828,-73.98934936523438,40.6846809387207,1,N,1,58.0,0.0,0.5,0.3,10.0,0.0,68.8 +2,2016-01-02 18:05:25,2016-01-02 18:35:06,2,8.95,,,-73.9913330078125,40.727256774902344,-73.95793151855469,40.82045364379883,1,N,1,30.5,0.0,0.5,0.3,6.26,0.0,37.56 +2,2016-01-28 23:30:52,2016-01-28 23:39:20,1,1.62,,,-73.98041534423828,40.73052978515625,-73.99579620361328,40.74422836303711,1,N,1,8.0,0.5,0.5,0.3,2.79,0.0,12.09 +1,2016-01-09 14:56:11,2016-01-09 14:58:31,1,0.7,,,-73.9660415649414,40.75823974609375,-73.97303009033203,40.74873352050781,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-04 10:36:10,2016-01-04 10:36:29,6,0.0,,,0.0,0.0,0.0,0.0,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +2,2016-01-22 18:17:06,2016-01-22 18:25:11,5,1.37,,,-73.99028778076172,40.751220703125,-73.97875213623047,40.76179122924805,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-13 18:12:27,2016-01-13 18:26:13,2,1.74,,,-73.95823669433594,40.77859115600586,-73.9689712524414,40.758819580078125,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-27 08:07:47,2016-01-27 08:15:19,1,0.74,,,-74.0171890258789,40.70547103881836,-74.00933074951172,40.704559326171875,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-11 09:11:17,2016-01-11 09:18:34,1,1.7,,,-73.96627044677734,40.7619514465332,-73.94984436035156,40.781986236572266,1,N,1,7.5,0.0,0.5,0.3,1.5,0.0,9.8 +1,2016-01-11 00:38:27,2016-01-11 00:45:01,1,2.0,,,-73.99407196044922,40.751129150390625,-73.97027587890625,40.75979995727539,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-30 00:18:07,2016-01-30 00:41:51,2,4.6,,,0.0,0.0,0.0,0.0,1,N,1,18.0,0.5,0.5,0.3,5.75,0.0,25.05 +1,2016-01-30 00:20:22,2016-01-30 00:32:11,2,1.4,,,-73.98982238769531,40.73358154296875,-73.98075103759766,40.72160339355469,1,N,1,9.0,0.5,0.5,0.3,1.75,0.0,12.05 +1,2016-01-07 10:29:20,2016-01-07 10:38:45,1,1.3,,,-74.00017547607422,40.7479362487793,-73.99410247802734,40.735103607177734,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-14 20:36:03,2016-01-14 20:45:59,1,1.46,,,-73.98004913330078,40.7706413269043,-73.96565246582031,40.76289749145508,1,N,1,8.5,0.5,0.5,0.3,1.8,0.0,11.6 +2,2016-01-02 03:57:11,2016-01-02 04:17:14,1,4.9,,,-73.92794799804688,40.75197982788086,-73.85440826416016,40.739810943603516,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,19.3 +2,2016-01-24 19:20:23,2016-01-24 19:35:13,1,2.54,,,-73.97160339355469,40.76057052612305,-73.98023223876953,40.7321891784668,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-17 10:03:31,2016-01-17 10:14:28,2,2.91,,,-73.9642562866211,40.79227066040039,-73.94178771972656,40.829708099365234,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-30 17:54:33,2016-01-30 18:11:49,1,2.6,,,-73.97258758544922,40.7586669921875,-74.00019073486328,40.72685623168945,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +2,2016-01-01 02:03:11,2016-01-01 02:14:39,1,3.97,,,-73.98231506347656,40.739952087402344,-73.94454956054688,40.788204193115234,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +2,2016-01-12 10:12:05,2016-01-12 10:14:57,1,0.46,,,-73.99614715576172,40.68648147583008,-73.9935302734375,40.691890716552734,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-08 23:03:52,2016-01-08 23:22:04,3,3.0,,,-73.98768615722656,40.71969985961914,-73.99532318115234,40.749534606933594,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +1,2016-01-20 12:11:58,2016-01-20 12:32:38,1,1.6,,,-73.9942398071289,40.75067901611328,-73.97468566894531,40.75581359863281,1,N,1,13.5,0.0,0.5,0.3,3.0,0.0,17.3 +1,2016-01-21 09:50:54,2016-01-21 10:00:50,1,1.1,,,-73.96222686767578,40.770320892333984,-73.97586822509766,40.76388168334961,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-14 13:03:47,2016-01-14 13:11:27,5,1.13,,,-73.96187591552734,40.763824462890625,-73.97225952148438,40.75324249267578,1,N,1,7.0,0.0,0.5,0.3,1.2,0.0,9.0 +1,2016-01-04 14:10:56,2016-01-04 14:17:01,1,1.1,,,-74.00670623779297,40.71609115600586,-74.01667022705078,40.708194732666016,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-14 06:49:03,2016-01-14 07:10:21,1,10.7,,,-73.98509216308594,40.760433197021484,-73.86575317382812,40.770992279052734,1,N,1,30.0,0.0,0.5,0.3,9.05,5.54,45.39 +2,2016-01-21 07:45:17,2016-01-21 07:55:02,1,1.53,,,-73.99217224121094,40.764102935791016,-73.98677062988281,40.756507873535156,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-04 17:05:50,2016-01-04 17:32:13,1,10.49,,,-73.87529754638672,40.77386474609375,-73.97843170166016,40.762271881103516,1,N,1,31.5,1.0,0.5,0.3,0.0,5.54,38.84 +1,2016-01-22 23:14:14,2016-01-22 23:23:06,1,1.9,,,-73.9933853149414,40.757259368896484,-74.0025634765625,40.734169006347656,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +1,2016-01-07 15:28:59,2016-01-07 15:40:13,1,1.5,,,-73.97103118896484,40.754764556884766,-73.966796875,40.772403717041016,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-17 23:51:28,2016-01-18 00:02:53,1,3.47,,,-73.96347045898438,40.75767135620117,-73.9128189086914,40.74229049682617,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +2,2016-01-19 09:37:34,2016-01-19 09:51:16,1,1.29,,,-73.9849624633789,40.759151458740234,-74.00045013427734,40.75865173339844,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-20 16:42:02,2016-01-20 16:50:29,1,1.13,,,-73.98431396484375,40.75437545776367,-73.96951293945312,40.757511138916016,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-21 18:25:31,2016-01-21 18:36:19,1,1.9,,,-74.00540924072266,40.70591735839844,-73.9798812866211,40.71371078491211,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-22 15:54:22,2016-01-22 16:00:16,1,1.0,,,-73.95743560791016,40.77004623413086,-73.9459228515625,40.778709411621094,1,N,1,6.0,0.0,0.5,0.3,3.0,0.0,9.8 +2,2016-01-01 14:37:31,2016-01-01 14:42:28,4,0.96,,,-73.99273681640625,40.753318786621094,-74.00479125976562,40.756839752197266,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-25 22:16:38,2016-01-25 22:30:36,1,3.04,,,-73.98284912109375,40.744789123535156,-73.9542465209961,40.778411865234375,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +1,2016-01-20 02:16:37,2016-01-20 02:34:00,2,9.8,,,-73.98162078857422,40.73277282714844,-73.9211654663086,40.84392166137695,1,N,1,28.0,0.5,0.5,0.3,1.0,0.0,30.3 +2,2016-01-29 23:26:28,2016-01-29 23:28:34,3,0.21,,,-73.98573303222656,40.75849151611328,-73.98745727539062,40.76025390625,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +1,2016-01-18 01:53:24,2016-01-18 02:05:47,1,6.4,,,-73.94898986816406,40.773433685302734,-74.00192260742188,40.7076416015625,1,N,1,19.5,0.5,0.5,0.3,1.0,0.0,21.8 +1,2016-01-19 14:27:25,2016-01-19 14:35:54,1,0.7,,,-73.9591064453125,40.771728515625,-73.95811462402344,40.77924346923828,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-25 11:05:25,2016-01-25 11:36:54,2,3.3,,,-74.0137939453125,40.71310806274414,-73.99655151367188,40.75880432128906,1,N,1,21.0,0.0,0.5,0.3,4.35,0.0,26.15 +2,2016-01-14 10:43:22,2016-01-14 11:01:07,2,1.98,,,-73.9940185546875,40.75115966796875,-73.9704360961914,40.761470794677734,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,14.3 +1,2016-01-26 12:37:39,2016-01-26 13:05:11,1,1.2,,,-73.98499298095703,40.75358200073242,-73.97100067138672,40.760963439941406,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-07 18:13:23,2016-01-07 18:45:44,1,4.8,,,-73.98328399658203,40.73466873168945,-73.97502899169922,40.787811279296875,1,N,2,22.5,1.0,0.5,0.3,0.0,0.0,24.3 +1,2016-01-06 20:17:10,2016-01-06 20:36:04,2,4.5,,,-74.01283264160156,40.71678924560547,-73.97555541992188,40.75785827636719,1,N,1,17.0,0.5,0.5,0.3,5.45,0.0,23.75 +2,2016-01-15 15:23:11,2016-01-15 15:34:35,1,1.87,,,-73.97734069824219,40.774375915527344,-73.96876525878906,40.79671859741211,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-11 06:16:56,2016-01-11 06:20:43,1,0.93,,,-73.9553451538086,40.779502868652344,-73.96886444091797,40.785133361816406,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-15 00:44:30,2016-01-15 00:52:24,3,1.63,,,-73.93672180175781,40.69785690307617,-73.91643524169922,40.68186569213867,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-20 13:34:12,2016-01-20 13:52:05,2,2.52,,,-74.00396728515625,40.717079162597656,-73.9881820678711,40.74956130981445,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-11 14:18:17,2016-01-11 14:22:13,1,1.05,,,-73.95887756347656,40.772125244140625,-73.95475769042969,40.783226013183594,1,N,1,5.0,0.0,0.5,0.3,1.74,0.0,7.54 +2,2016-01-08 12:16:57,2016-01-08 12:31:25,1,1.88,,,-73.96553039550781,40.76581954956055,-73.99240112304688,40.76744842529297,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +1,2016-01-21 15:06:27,2016-01-21 15:16:07,1,1.5,,,-73.98031616210938,40.78377914428711,-73.98551177978516,40.7636604309082,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-07 22:16:30,2016-01-07 22:19:50,2,1.26,,,-73.9962387084961,40.753639221191406,-74.00261688232422,40.73876190185547,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-12 08:23:30,2016-01-12 08:48:22,1,5.8,,,-73.98941040039062,40.721492767333984,-73.9670181274414,40.75491714477539,1,N,1,22.5,0.0,0.5,0.3,4.65,0.0,27.95 +2,2016-01-26 15:26:59,2016-01-26 15:49:16,1,0.95,,,-73.98189544677734,40.767860412597656,-73.97390747070312,40.75879669189453,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-19 19:19:52,2016-01-19 19:26:05,1,1.0,,,-73.9691162109375,40.76315689086914,-73.956787109375,40.76811981201172,1,N,1,6.5,1.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-02 15:43:30,2016-01-02 16:09:40,1,10.6,,,0.0,0.0,0.0,0.0,1,N,1,32.0,0.0,0.5,0.3,9.55,5.54,47.89 +1,2016-01-08 20:08:49,2016-01-08 20:13:24,1,0.7,,,-73.98136901855469,40.76326370239258,-73.98883819580078,40.75416946411133,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-08 11:25:48,2016-01-08 11:44:08,1,2.8,,,-73.9764404296875,40.775848388671875,-74.00437927246094,40.75034713745117,1,N,1,14.0,0.0,0.5,0.3,4.4,0.0,19.2 +2,2016-01-27 19:34:55,2016-01-27 19:45:43,2,1.23,,,-73.97000885009766,40.785850524902344,-73.95362091064453,40.775291442871094,1,N,1,8.5,1.0,0.5,0.3,1.0,0.0,11.3 +2,2016-01-25 01:15:57,2016-01-25 01:40:17,1,11.75,,,-73.86263275146484,40.76897048950195,-73.93128204345703,40.85694885253906,1,N,1,34.0,0.5,0.5,0.3,0.0,5.54,40.84 +2,2016-01-10 13:12:09,2016-01-10 13:28:24,5,4.82,,,-74.00672149658203,40.73141098022461,-73.96553039550781,40.771690368652344,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-22 21:49:31,2016-01-22 22:08:44,1,2.31,,,-73.99127960205078,40.76049041748047,-73.98065185546875,40.73847961425781,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,15.3 +1,2016-01-01 12:56:23,2016-01-01 13:03:39,1,2.1,,,-73.98379516601562,40.746822357177734,-73.9632339477539,40.774784088134766,1,N,1,8.5,0.0,0.5,0.3,1.5,0.0,10.8 +2,2016-01-02 02:41:44,2016-01-02 02:49:55,6,2.52,,,-73.98992919921875,40.7293815612793,-73.9644775390625,40.75605010986328,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,13.5 +2,2016-01-29 23:36:44,2016-01-29 23:43:43,5,0.87,,,-74.00689697265625,40.743446350097656,-73.9933853149414,40.737586975097656,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-09 19:25:26,2016-01-09 19:34:02,2,1.1,,,-73.9930419921875,40.74386215209961,-74.0049819946289,40.74129104614258,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-29 00:55:18,2016-01-29 01:23:52,1,6.44,,,-73.98856353759766,40.721282958984375,-73.9518051147461,40.78050231933594,1,N,1,23.0,0.5,0.5,0.3,0.0,0.0,24.3 +1,2016-01-13 08:44:52,2016-01-13 09:02:30,1,1.7,,,-73.9880142211914,40.737548828125,-73.97723388671875,40.75562286376953,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,14.8 +2,2016-01-14 23:08:34,2016-01-14 23:27:50,1,3.55,,,-73.96807098388672,40.75882339477539,-74.00884246826172,40.73128128051758,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,19.56 +2,2016-01-02 15:08:33,2016-01-02 15:36:42,1,11.22,,,-73.8635482788086,40.769935607910156,-73.97386932373047,40.68818664550781,1,N,1,33.0,0.0,0.5,0.3,6.76,0.0,40.56 +2,2016-01-15 22:06:43,2016-01-15 22:11:24,1,1.04,,,-73.99082946777344,40.76089859008789,-74.0005111694336,40.747718811035156,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-20 17:03:01,2016-01-20 17:04:56,1,0.19,,,-73.98811340332031,40.74757385253906,-73.99098205566406,40.748966217041016,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-06 16:23:46,2016-01-06 16:41:00,1,1.6,,,-73.96973419189453,40.76900100708008,-73.98606872558594,40.75144577026367,1,N,1,12.0,1.0,0.5,0.3,4.0,0.0,17.8 +1,2016-01-07 00:10:38,2016-01-07 00:15:01,1,1.0,,,-73.98128509521484,40.763641357421875,-73.99068450927734,40.75091552734375,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +2,2016-01-07 09:03:32,2016-01-07 09:17:30,1,2.22,,,-73.99578094482422,40.72454833984375,-73.98629760742188,40.751800537109375,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-21 09:14:12,2016-01-21 09:27:20,1,1.95,,,-73.97653198242188,40.78242111206055,-73.99549102783203,40.7647590637207,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-11 14:05:01,2016-01-11 15:15:54,6,32.74,,,-73.77664184570312,40.645442962646484,-73.9752426147461,40.76532745361328,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-27 18:57:14,2016-01-27 19:07:55,1,1.6,,,-74.00749206542969,40.715423583984375,-73.99132537841797,40.72759246826172,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-17 15:41:25,2016-01-17 15:48:22,1,1.0,,,-73.97705841064453,40.7264289855957,-73.99015808105469,40.734535217285156,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-16 00:53:18,2016-01-16 01:01:38,1,1.43,,,-73.98480987548828,40.759178161621094,-73.97136688232422,40.754600524902344,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-16 03:09:55,2016-01-16 03:14:22,2,0.93,,,-73.99187469482422,40.73532485961914,-74.00370025634766,40.742828369140625,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-15 13:51:53,2016-01-15 13:55:54,2,0.5,,,-73.9658432006836,40.76694869995117,-73.9671630859375,40.76905822753906,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-11 20:16:04,2016-01-11 20:28:44,1,2.8,,,-73.98145294189453,40.76198959350586,-73.94982147216797,40.785457611083984,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +2,2016-01-10 14:04:46,2016-01-10 14:13:09,1,2.17,,,-73.96795654296875,40.756160736083984,-73.94827270507812,40.772239685058594,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-19 18:35:27,2016-01-19 19:25:28,6,19.02,,,-73.86270141601562,40.770320892333984,-74.00312805175781,40.74414825439453,1,N,1,55.0,1.0,0.5,0.3,12.47,5.54,74.81 +2,2016-01-18 18:08:46,2016-01-18 18:29:25,1,3.18,,,-74.00520324707031,40.72024154663086,-73.97405242919922,40.74290084838867,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-16 01:22:04,2016-01-16 01:29:51,4,0.8,,,-73.98697662353516,40.7296257019043,-73.97883605957031,40.72427749633789,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,9.35 +2,2016-01-21 20:24:15,2016-01-21 21:09:55,1,18.64,,,-73.78087615966797,40.645118713378906,-73.99954223632812,40.73128128051758,2,N,1,52.0,0.0,0.5,0.3,14.58,5.54,72.92 +1,2016-01-24 13:06:12,2016-01-24 13:21:51,1,2.6,,,-73.98115539550781,40.781856536865234,-73.97555541992188,40.75197219848633,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-11 16:00:39,2016-01-11 16:15:49,1,1.7,,,-73.98674774169922,40.72577667236328,-74.00923156738281,40.73196029663086,1,N,1,11.0,0.0,0.5,0.3,1.77,0.0,13.57 +1,2016-01-21 11:06:16,2016-01-21 11:20:51,1,2.2,,,-73.98981475830078,40.72011947631836,-73.981689453125,40.746395111083984,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-19 21:58:00,2016-01-19 22:01:57,1,0.72,,,-73.999755859375,40.738792419433594,-73.98844909667969,40.73442077636719,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-17 20:34:36,2016-01-17 20:51:18,1,4.5,,,-73.98750305175781,40.72460174560547,-73.94578552246094,40.7819938659668,1,N,1,16.0,0.5,0.5,0.3,1.0,0.0,18.3 +2,2016-01-19 22:26:25,2016-01-19 22:31:58,1,1.13,,,-73.99447631835938,40.7404899597168,-73.98590850830078,40.73114013671875,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,9.49 +2,2016-01-21 23:25:54,2016-01-21 23:31:44,1,1.01,,,-73.9879150390625,40.718994140625,-73.9758529663086,40.71662139892578,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-21 18:30:17,2016-01-21 18:35:34,3,1.04,,,-73.9495849609375,40.772586822509766,-73.9525375366211,40.78236770629883,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-10 00:19:48,2016-01-10 00:26:21,2,0.74,,,-73.9622802734375,40.767356872558594,-73.96263122558594,40.77387237548828,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +2,2016-01-25 21:19:51,2016-01-25 21:24:56,1,1.48,,,-73.99382781982422,40.762001037597656,-73.98151397705078,40.77956771850586,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-23 00:26:04,2016-01-23 00:34:40,1,1.6,,,-74.00818634033203,40.73768997192383,-74.0051498413086,40.71881866455078,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-17 23:56:04,2016-01-17 23:57:35,3,0.3,,,-73.9900894165039,40.729496002197266,-73.99232482910156,40.72513198852539,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,5.76 +2,2016-01-14 08:58:46,2016-01-14 09:41:14,2,10.36,,,-73.87499237060547,40.77389144897461,-73.97553253173828,40.75516128540039,1,N,1,35.0,0.0,0.5,0.3,8.27,5.54,49.61 +1,2016-01-08 10:30:33,2016-01-08 10:38:42,1,1.1,,,-73.97945404052734,40.7616081237793,-73.99126434326172,40.750221252441406,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-26 14:57:32,2016-01-26 15:04:27,1,0.85,,,-73.94374084472656,40.82548141479492,-73.93824005126953,40.826271057128906,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-28 09:27:23,2016-01-28 09:39:52,1,1.31,,,-73.96083068847656,40.76542663574219,-73.97240447998047,40.74961853027344,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-04 01:28:31,2016-01-04 01:49:08,6,13.13,,,-73.7767333984375,40.64527893066406,-73.65093231201172,40.66392135620117,1,N,1,37.0,0.5,0.5,0.3,0.0,0.0,38.3 +1,2016-01-13 19:53:44,2016-01-13 20:08:27,1,3.8,,,-73.98374938964844,40.75709915161133,-73.9638900756836,40.8038444519043,1,N,2,14.0,1.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-14 20:42:13,2016-01-14 20:44:45,1,0.77,,,-73.96553802490234,40.762699127197266,-73.95659637451172,40.766998291015625,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-07 18:33:15,2016-01-07 18:48:39,5,2.39,,,-73.97444152832031,40.7630500793457,-73.97395324707031,40.79180145263672,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-11 03:13:22,2016-01-11 03:24:28,3,4.85,,,-73.93309020996094,40.79907989501953,-73.91258239746094,40.8443489074707,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +2,2016-01-28 21:36:43,2016-01-28 21:50:24,2,3.39,,,-73.995361328125,40.759830474853516,-73.96733093261719,40.803199768066406,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +2,2016-01-28 10:39:31,2016-01-28 11:04:14,1,1.27,,,-73.99015045166016,40.756736755371094,-73.99081420898438,40.74611282348633,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-09 10:11:04,2016-01-09 10:18:35,1,1.6,,,-73.9511489868164,40.778751373291016,-73.9700698852539,40.76844024658203,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-09 21:29:04,2016-01-09 21:45:13,5,1.75,,,-73.99745178222656,40.744873046875,-73.99288177490234,40.72608947753906,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-24 22:51:01,2016-01-24 22:58:44,2,1.92,,,-73.98051452636719,40.7366828918457,-73.9689712524414,40.75666809082031,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-28 23:33:05,2016-01-28 23:33:05,1,0.0,,,0.0,0.0,-73.95921325683594,40.76327896118164,2,N,1,52.0,0.0,0.5,0.3,10.56,0.0,63.36 +2,2016-01-07 10:33:59,2016-01-07 10:45:24,2,3.66,,,-73.98077392578125,40.72129821777344,-73.97626495361328,40.75755310058594,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-07 14:55:27,2016-01-07 15:02:58,1,0.99,,,-73.96925354003906,40.800811767578125,-73.96512603759766,40.791015625,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-15 09:28:57,2016-01-15 09:56:08,1,2.88,,,-73.9957275390625,40.759185791015625,-73.96998596191406,40.78550338745117,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,22.56 +1,2016-01-06 19:30:28,2016-01-06 19:50:41,1,5.3,,,-73.99141693115234,40.74909973144531,-73.96173095703125,40.800453186035156,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-01 17:03:13,2016-01-01 17:16:36,2,3.53,,,-73.96034240722656,40.773048400878906,-73.95623016357422,40.74761962890625,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +2,2016-01-05 19:58:38,2016-01-05 20:01:29,1,0.43,,,-73.97422790527344,40.76261901855469,-73.96798706054688,40.761470794677734,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-14 19:08:37,2016-01-14 19:19:56,1,1.7,,,-73.98372650146484,40.76547622680664,-73.97529602050781,40.787662506103516,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-28 06:21:26,2016-01-28 06:25:30,1,1.3,,,-73.96742248535156,40.76009750366211,-73.95582580566406,40.77642059326172,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-06 20:09:43,2016-01-06 20:16:56,1,0.91,,,-73.99974060058594,40.718387603759766,-73.9847183227539,40.71527099609375,1,N,1,6.5,0.5,0.5,0.3,2.34,0.0,10.14 +1,2016-01-16 23:47:48,2016-01-16 23:57:21,1,1.6,,,-74.00257873535156,40.73966598510742,-73.98146057128906,40.74113845825195,1,N,4,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-19 22:57:55,2016-01-19 23:05:45,2,1.5,,,-73.97953033447266,40.77121353149414,-73.95909118652344,40.77229690551758,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +1,2016-01-30 17:27:58,2016-01-30 17:42:55,1,2.5,,,-73.95356750488281,40.770511627197266,-73.982666015625,40.7652702331543,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-11 16:06:35,2016-01-11 16:20:24,5,2.45,,,-73.96661376953125,40.761531829833984,-73.96896362304688,40.787662506103516,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-17 12:14:57,2016-01-17 12:20:02,1,1.46,,,-73.97823333740234,40.7542839050293,-73.96455383300781,40.77128219604492,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-21 12:01:44,2016-01-21 12:05:35,1,0.87,,,-73.95355987548828,40.791019439697266,-73.96672821044922,40.793548583984375,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-03 15:30:31,2016-01-03 15:38:20,2,1.3,,,-73.98947143554688,40.73675537109375,-74.00651550292969,40.736976623535156,1,N,1,7.5,0.0,0.5,0.3,1.5,0.0,9.8 +1,2016-01-01 15:31:01,2016-01-01 15:41:52,1,2.1,,,-73.99629974365234,40.724090576171875,-74.00462341308594,40.74627685546875,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +2,2016-01-05 23:20:38,2016-01-05 23:24:09,2,0.64,,,-73.99593353271484,40.74443817138672,-73.99393463134766,40.73788833618164,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-04 06:56:39,2016-01-04 06:59:31,1,0.6,,,-73.9723892211914,40.749237060546875,-73.97588348388672,40.74153518676758,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-02 23:25:37,2016-01-02 23:28:44,2,0.4,,,-73.92415618896484,40.752716064453125,-73.9327621459961,40.75262451171875,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-01 14:21:12,2016-01-01 14:27:22,1,1.09,,,-73.99799346923828,40.745811462402344,-74.00283813476562,40.756351470947266,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-08 14:58:32,2016-01-08 15:04:15,1,0.8,,,-73.96623992919922,40.76486587524414,-73.96207427978516,40.7738151550293,1,N,1,6.0,0.0,0.5,0.3,2.0,0.0,8.8 +1,2016-01-01 07:07:35,2016-01-01 07:22:57,1,3.8,,,-73.98777770996094,40.71959686279297,-73.92806243896484,40.70196533203125,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-19 23:41:13,2016-01-19 23:44:01,4,0.96,,,-73.96212005615234,40.76771926879883,-73.95262908935547,40.77833938598633,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-26 05:16:59,2016-01-26 05:22:02,1,1.17,,,-73.98625946044922,40.740257263183594,-73.97988891601562,40.75415802001953,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +1,2016-01-10 11:22:00,2016-01-10 11:29:56,1,1.2,,,-73.95219421386719,40.78371047973633,-73.9529037475586,40.769100189208984,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-25 09:33:09,2016-01-25 09:53:03,1,0.8,,,-73.96575927734375,40.758506774902344,-73.97749328613281,40.75760269165039,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +2,2016-01-12 18:15:29,2016-01-12 18:23:44,2,1.22,,,-73.97254943847656,40.75844955444336,-73.98323059082031,40.74367904663086,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-13 15:26:10,2016-01-13 15:36:25,1,0.9,,,-73.97587585449219,40.75190353393555,-73.97941589355469,40.75798034667969,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-17 16:36:40,2016-01-17 16:42:44,1,0.46,,,-73.91996765136719,40.847381591796875,-73.92202758789062,40.84096145629883,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-10 00:29:47,2016-01-10 00:41:19,4,3.57,,,-73.9951171875,40.72153854370117,-73.94991302490234,40.722171783447266,1,N,1,13.0,0.5,0.5,0.3,4.29,0.0,18.59 +1,2016-01-05 18:21:46,2016-01-05 18:34:37,1,1.5,,,-73.97357940673828,40.751792907714844,-73.95875549316406,40.76902770996094,1,N,1,10.0,1.0,0.5,0.3,3.5,0.0,15.3 +2,2016-01-26 22:39:36,2016-01-26 22:55:50,1,4.84,,,-74.00208282470703,40.72956848144531,-73.95523834228516,40.69484329223633,1,N,1,16.5,0.5,0.5,0.3,2.0,0.0,19.8 +1,2016-01-01 15:37:40,2016-01-01 15:59:10,2,3.9,,,0.0,0.0,0.0,0.0,1,N,1,17.5,0.0,0.5,0.3,4.55,0.0,22.85 +2,2016-01-21 13:00:26,2016-01-21 13:03:49,5,0.7,,,-73.98133087158203,40.78114318847656,-73.97566986083984,40.78927230834961,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-09 03:59:34,2016-01-09 04:06:38,1,1.5,,,-73.99374389648438,40.727352142333984,-74.0107421875,40.72352981567383,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +2,2016-01-09 22:38:06,2016-01-09 22:50:28,2,1.86,,,-73.98477172851562,40.75907897949219,-74.0047607421875,40.7418098449707,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-25 18:06:15,2016-01-25 18:45:46,5,3.25,,,-73.98136901855469,40.78269577026367,-73.97904968261719,40.74934005737305,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,25.3 +2,2016-01-22 19:43:18,2016-01-22 19:49:10,2,0.76,,,-73.9876480102539,40.73844909667969,-73.98284912109375,40.731380462646484,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-16 15:27:58,2016-01-16 15:35:23,1,1.62,,,-74.00608825683594,40.735042572021484,-73.9916000366211,40.754940032958984,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-08 14:53:48,2016-01-08 15:04:18,1,1.18,,,-73.98048400878906,40.746620178222656,-73.99870300292969,40.754478454589844,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-23 02:48:29,2016-01-23 02:55:51,4,1.13,,,-73.92032623291016,40.76628112792969,-73.9300537109375,40.77307891845703,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-20 10:42:35,2016-01-20 11:04:10,1,6.7,,,-73.96749877929688,40.76578903198242,-74.01607513427734,40.700294494628906,1,N,1,24.0,0.0,0.5,0.3,2.0,0.0,26.8 +2,2016-01-25 19:54:10,2016-01-25 20:14:11,1,3.96,,,-73.96781158447266,40.76042938232422,-73.9676513671875,40.80278396606445,1,N,1,16.0,1.0,0.5,0.3,3.0,0.0,20.8 +1,2016-01-15 23:13:07,2016-01-15 23:36:15,1,9.5,,,-73.86296844482422,40.769412994384766,-73.96782684326172,40.79033279418945,1,N,1,29.0,0.5,0.5,0.3,5.97,5.54,41.81 +2,2016-01-08 14:38:47,2016-01-08 14:48:30,2,1.2,,,-73.99407958984375,40.741085052490234,-73.97682189941406,40.73908996582031,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-16 18:06:50,2016-01-16 18:14:42,1,1.35,,,-73.95770263671875,40.800758361816406,-73.96025085449219,40.81406021118164,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-29 23:42:23,2016-01-29 23:53:33,1,1.6,,,-73.97058868408203,40.7625617980957,-73.98677062988281,40.74691390991211,1,N,1,9.0,0.5,0.5,0.3,1.5,0.0,11.8 +1,2016-01-27 20:45:33,2016-01-27 20:53:58,1,1.6,,,-73.97490692138672,40.749794006347656,-73.96481323242188,40.769466400146484,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-14 18:21:20,2016-01-14 18:25:55,2,0.5,,,-73.98695373535156,40.734073638916016,-73.98782348632812,40.73930740356445,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-02 19:15:56,2016-01-02 19:24:45,1,1.3,,,-73.9996109008789,40.74409866333008,-73.99616241455078,40.758548736572266,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-04 07:16:15,2016-01-04 07:20:27,1,0.5,,,-73.97700500488281,40.75670623779297,-73.98133850097656,40.76103973388672,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-28 00:39:05,2016-01-28 01:02:33,1,9.82,,,-73.9909896850586,40.68594741821289,-73.89400482177734,40.77171325683594,1,N,2,30.5,0.5,0.5,0.3,0.0,0.0,31.8 +1,2016-01-06 19:17:20,2016-01-06 19:50:25,1,6.8,,,-73.9845199584961,40.74262237548828,-73.95687103271484,40.65772247314453,1,N,2,26.0,1.0,0.5,0.3,0.0,0.0,27.8 +1,2016-01-15 18:06:35,2016-01-15 18:20:45,2,2.0,,,-73.95407104492188,40.7640266418457,-73.97747802734375,40.75300979614258,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-30 17:32:31,2016-01-30 17:41:35,2,1.37,,,-73.98920440673828,40.74213790893555,-73.99099731445312,40.754539489746094,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-24 20:12:27,2016-01-24 20:30:03,1,3.1,,,-73.98944854736328,40.73001480102539,-73.95858001708984,40.764183044433594,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +2,2016-01-08 09:17:00,2016-01-08 09:26:09,1,1.62,,,-74.0071792602539,40.70502853393555,-74.01396942138672,40.714988708496094,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +2,2016-01-14 06:38:12,2016-01-14 06:51:39,1,2.85,,,-73.9397964477539,40.79418182373047,-73.94277954101562,40.82332229614258,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,14.8 +1,2016-01-29 22:50:08,2016-01-29 23:06:06,1,3.8,,,-73.98978424072266,40.75700759887695,-74.00995635986328,40.720008850097656,1,N,1,14.5,0.5,0.5,0.3,3.95,0.0,19.75 +1,2016-01-06 15:24:09,2016-01-06 16:12:28,2,15.7,,,-73.80134582519531,40.67363357543945,-73.9752426147461,40.76536560058594,2,Y,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-06 11:51:05,2016-01-06 12:11:44,1,3.73,,,-73.97384643554688,40.762969970703125,-73.96778106689453,40.80112838745117,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-18 20:07:18,2016-01-18 20:14:47,2,1.36,,,-73.99919128417969,40.73347854614258,-73.97814178466797,40.7292594909668,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-13 18:59:06,2016-01-13 19:02:40,1,0.6,,,-73.98763275146484,40.7497444152832,-73.97806549072266,40.74569320678711,1,N,1,4.5,1.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-10 16:44:55,2016-01-10 16:48:55,1,0.69,,,-74.00983428955078,40.7056884765625,-74.00958251953125,40.712608337402344,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-03 13:46:39,2016-01-03 13:54:36,2,1.47,,,-73.98082733154297,40.78158950805664,-73.98973846435547,40.76240158081055,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-08 20:19:29,2016-01-08 20:30:06,1,1.8,,,-73.97203826904297,40.757511138916016,-73.99461364746094,40.75012969970703,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-11 10:54:56,2016-01-11 11:00:03,4,0.69,,,-74.00455474853516,40.752227783203125,-74.00348663330078,40.75865936279297,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-13 23:00:33,2016-01-13 23:04:56,1,0.68,,,-73.98486328125,40.69697952270508,-73.98717498779297,40.692386627197266,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +1,2016-01-11 16:13:21,2016-01-11 16:29:19,1,3.9,,,-74.00276184082031,40.76060485839844,-74.00804901123047,40.709564208984375,1,N,4,15.5,1.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-21 23:32:45,2016-01-21 23:37:22,1,0.94,,,-73.98417663574219,40.76483917236328,-73.99000549316406,40.75739669799805,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-22 09:26:07,2016-01-22 09:30:14,1,0.8,,,-73.96739959716797,40.793331146240234,-73.95590209960938,40.787906646728516,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-12 14:37:56,2016-01-12 15:00:49,1,2.86,,,-73.96902465820312,40.763084411621094,-73.96778106689453,40.79390335083008,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-19 15:01:17,2016-01-19 15:59:32,2,19.3,,,-73.7767333984375,40.645225524902344,-73.98847961425781,40.758914947509766,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-08 07:11:15,2016-01-08 07:25:58,1,4.2,,,-74.00289154052734,40.76077651977539,-73.95623779296875,40.78815841674805,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-01 12:00:44,2016-01-01 12:11:46,1,2.94,,,-73.95575714111328,40.76420974731445,-73.99391174316406,40.75659942626953,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +2,2016-01-30 13:41:19,2016-01-30 13:52:16,1,1.26,,,-73.99699401855469,40.7573356628418,-73.9857177734375,40.77294158935547,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-30 09:42:19,2016-01-30 09:50:35,5,1.65,,,-73.96607208251953,40.765140533447266,-73.94844055175781,40.7740592956543,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-14 02:02:35,2016-01-14 02:29:38,1,9.63,,,-73.98455047607422,40.748348236083984,-73.90586853027344,40.694183349609375,1,N,1,29.5,0.5,0.5,0.3,6.0,5.54,42.34 +1,2016-01-22 23:08:12,2016-01-22 23:12:29,1,0.5,,,-73.99531555175781,40.72073745727539,-73.99150848388672,40.72686767578125,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +2,2016-01-11 19:51:05,2016-01-11 19:57:06,1,1.15,,,-73.97879028320312,40.75102996826172,-73.9671630859375,40.76136016845703,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-20 19:17:32,2016-01-20 19:41:12,1,9.3,,,-73.99415588378906,40.75096130371094,-73.87136840820312,40.774169921875,1,Y,1,29.0,1.0,0.5,0.3,7.25,5.54,43.59 +2,2016-01-22 23:16:06,2016-01-22 23:30:07,1,2.32,,,-73.97950744628906,40.78471374511719,-73.99530029296875,40.75466537475586,1,N,1,11.0,0.5,0.5,0.3,3.08,0.0,15.38 +2,2016-01-20 11:00:21,2016-01-20 11:40:03,6,9.06,,,-73.87069702148438,40.77360153198242,-73.98764038085938,40.75886917114258,1,N,2,35.0,0.0,0.5,0.3,0.0,5.54,41.34 +1,2016-01-03 10:54:16,2016-01-03 11:03:14,2,2.6,,,-73.98389434814453,40.76284408569336,-73.98946380615234,40.732513427734375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-09 21:52:23,2016-01-09 21:58:01,1,1.7,,,-73.96526336669922,40.75913619995117,-73.9486312866211,40.777732849121094,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-07 07:58:14,2016-01-07 08:11:44,1,1.7,,,-73.94789123535156,40.778785705566406,-73.96565246582031,40.76881408691406,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-09 19:31:07,2016-01-09 19:36:11,2,0.77,,,-73.97725677490234,40.776790618896484,-73.98439025878906,40.769630432128906,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-06 20:48:58,2016-01-06 20:52:49,1,0.6,,,-73.99640655517578,40.72384262084961,-74.00303649902344,40.727027893066406,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-03 20:45:58,2016-01-03 20:48:29,1,0.89,,,-73.97760009765625,40.74627685546875,-73.96944427490234,40.7565803527832,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-25 06:28:46,2016-01-25 06:35:33,6,0.86,,,-73.94227600097656,40.791175842285156,-73.95258331298828,40.789405822753906,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-09 00:19:10,2016-01-09 00:24:27,1,0.98,,,-73.95623016357422,40.771644592285156,-73.95828247070312,40.76055145263672,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-26 11:26:59,2016-01-26 11:38:55,1,1.23,,,-73.95419311523438,40.787200927734375,-73.95899963378906,40.775081634521484,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-04 09:23:41,2016-01-04 10:12:40,1,19.5,,,-73.95942687988281,40.769287109375,-74.1778335571289,40.69014358520508,3,N,1,73.0,0.0,0.0,0.3,17.15,12.5,102.95 +2,2016-01-01 05:13:43,2016-01-01 05:26:56,1,3.65,,,-73.95832061767578,40.713348388671875,-73.90404510498047,40.7302360534668,1,N,1,13.5,0.5,0.5,0.3,5.0,0.0,19.8 +1,2016-01-13 06:54:41,2016-01-13 07:09:32,1,3.8,,,-74.00806427001953,40.7075080871582,-73.98421478271484,40.7553596496582,1,N,1,14.0,0.0,0.5,0.3,3.0,0.0,17.8 +2,2016-01-10 11:41:58,2016-01-10 12:09:35,1,9.89,,,-73.97900390625,40.760501861572266,-73.87200164794922,40.77452087402344,1,N,2,31.5,0.0,0.5,0.3,0.0,5.54,37.84 +1,2016-01-07 20:02:31,2016-01-07 20:07:12,1,0.8,,,-73.97417449951172,40.742881774902344,-73.97449493408203,40.75125503540039,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-25 07:21:13,2016-01-25 07:30:25,1,1.4,,,-73.95882415771484,40.76401901245117,-73.97459411621094,40.75682830810547,1,N,1,8.0,0.0,0.5,0.3,1.4,0.0,10.2 +2,2016-01-01 03:00:43,2016-01-01 03:13:08,1,3.02,,,-73.9536361694336,40.77094268798828,-73.98775482177734,40.748844146728516,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-21 17:32:21,2016-01-21 17:35:46,1,0.7,,,-73.97693634033203,40.750221252441406,-73.97687530517578,40.743289947509766,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-12 14:22:41,2016-01-12 14:45:10,1,2.65,,,-74.00255584716797,40.73052215576172,-73.98703002929688,40.76112747192383,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-08 03:52:24,2016-01-08 04:17:05,1,5.55,,,-73.9718017578125,40.76263427734375,-73.91705322265625,40.76484680175781,1,N,1,22.0,0.5,0.5,0.3,3.0,0.0,26.3 +2,2016-01-26 07:00:25,2016-01-26 07:20:56,5,4.42,,,-73.98898315429688,40.73659896850586,-73.97077941894531,40.68775177001953,1,N,1,17.0,0.0,0.5,0.3,2.5,0.0,20.3 +1,2016-01-17 19:56:31,2016-01-17 20:38:53,2,20.9,,,-73.7768783569336,40.64531326293945,-73.99903869628906,40.68696212768555,1,N,1,57.0,1.0,0.5,0.3,5.0,0.0,63.8 +1,2016-01-15 06:58:03,2016-01-15 07:10:03,2,1.7,,,-73.94145202636719,40.79867172241211,-73.95720672607422,40.81593322753906,1,Y,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-11 19:03:44,2016-01-11 19:13:45,2,1.79,,,-73.96923828125,40.769378662109375,-73.98835754394531,40.759090423583984,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-02 14:05:29,2016-01-02 14:17:05,1,2.6,,,-73.9965591430664,40.7254638671875,-74.00495910644531,40.7520751953125,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-09 17:46:56,2016-01-09 17:55:41,5,1.01,,,-73.9912338256836,40.74980926513672,-73.9774398803711,40.742218017578125,1,N,1,7.0,0.0,0.5,0.3,1.5,0.0,9.3 +2,2016-01-22 12:33:10,2016-01-22 12:41:47,1,0.72,,,-73.97505187988281,40.76513671875,-73.96495056152344,40.76490783691406,1,N,1,7.0,0.0,0.5,0.3,1.29,0.0,9.09 +1,2016-01-08 09:10:13,2016-01-08 09:20:21,1,1.6,,,-73.9796371459961,40.739532470703125,-73.99547576904297,40.72323226928711,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-19 17:53:16,2016-01-19 18:00:28,3,1.03,,,-73.98719024658203,40.75054168701172,-73.9743423461914,40.75154113769531,1,N,1,6.5,1.0,0.5,0.3,2.49,0.0,10.79 +1,2016-01-18 08:11:08,2016-01-18 08:25:35,2,3.4,,,-73.92961883544922,40.762386322021484,-73.9589614868164,40.773128509521484,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-07 11:25:50,2016-01-07 11:52:38,1,17.87,,,-73.9990234375,40.75886535644531,-74.1817626953125,40.68773651123047,3,N,2,65.5,0.0,0.0,0.3,0.0,12.5,78.3 +1,2016-01-28 19:28:01,2016-01-28 19:40:45,1,1.0,,,-73.9912338256836,40.7503662109375,-73.97882080078125,40.740821838378906,1,N,1,9.0,1.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-17 09:55:11,2016-01-17 10:06:32,1,2.1,,,-73.97940826416016,40.73951721191406,-74.00019073486328,40.7202033996582,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-30 20:59:54,2016-01-30 21:04:17,2,1.07,,,-73.98381805419922,40.75440979003906,-73.96965789794922,40.75382995605469,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-18 03:58:03,2016-01-18 04:15:44,2,5.6,,,-73.98701477050781,40.7643928527832,-73.93956756591797,40.82768249511719,1,N,1,18.0,0.5,0.5,0.3,3.85,0.0,23.15 +2,2016-01-13 22:37:39,2016-01-13 22:55:31,1,2.7,,,-73.94407653808594,40.77586364746094,-73.9797134399414,40.781185150146484,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,17.76 +1,2016-01-15 07:40:07,2016-01-15 07:46:24,1,1.3,,,-73.97816467285156,40.73666763305664,-73.97686004638672,40.75190353393555,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-22 11:29:39,2016-01-22 11:45:49,2,2.6,,,-73.97633361816406,40.775699615478516,-73.96492767333984,40.80638885498047,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-15 12:53:04,2016-01-15 13:11:19,1,3.0,,,-74.01144409179688,40.70983123779297,-73.99201202392578,40.74918746948242,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-21 22:26:11,2016-01-21 23:07:27,1,3.8,,,-73.95469665527344,40.769771575927734,-73.97354888916016,40.73656463623047,1,N,1,25.0,0.5,0.5,0.3,4.0,0.0,30.3 +2,2016-01-07 17:58:56,2016-01-07 18:21:28,2,2.39,,,-73.9595718383789,40.780391693115234,-73.9861068725586,40.75674819946289,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-28 12:52:00,2016-01-28 13:00:03,2,0.87,,,-73.95427703857422,40.76694107055664,-73.95294189453125,40.77582931518555,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-30 23:41:07,2016-01-30 23:49:05,1,1.54,,,-73.94189453125,40.714046478271484,-73.92959594726562,40.69758987426758,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-14 06:46:52,2016-01-14 06:49:21,2,0.48,,,-73.93074035644531,40.74464797973633,-73.93222045898438,40.73811340332031,1,N,1,4.0,0.0,0.5,0.3,3.0,0.0,7.8 +2,2016-01-04 18:40:20,2016-01-04 18:43:01,2,0.46,,,-73.9941177368164,40.75114059448242,-73.98993682861328,40.75664138793945,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-14 16:23:43,2016-01-14 16:30:37,3,1.34,,,-73.96630096435547,40.794471740722656,-73.9582290649414,40.782379150390625,1,N,1,7.0,1.0,0.5,0.3,1.0,0.0,9.8 +2,2016-01-10 10:50:47,2016-01-10 10:54:52,1,1.19,,,-73.99099731445312,40.73406219482422,-74.00174713134766,40.71964645385742,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-17 19:58:15,2016-01-17 20:33:10,1,18.05,,,-73.78362274169922,40.648658752441406,-73.9842300415039,40.69839096069336,1,N,1,48.5,0.0,0.5,0.3,5.0,0.0,54.3 +2,2016-01-15 21:27:40,2016-01-15 21:33:21,1,1.1,,,-73.98030090332031,40.76588821411133,-73.98977661132812,40.751609802246094,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +2,2016-01-18 10:59:18,2016-01-18 11:11:07,1,2.08,,,-73.96131134033203,40.79863357543945,-73.95660400390625,40.78907775878906,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-30 18:43:18,2016-01-30 19:04:58,1,1.71,,,-73.99323272705078,40.73827362060547,-73.9955825805664,40.723331451416016,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-03 18:39:36,2016-01-03 18:46:35,1,1.2,,,-73.97488403320312,40.75738525390625,-73.98690032958984,40.74941635131836,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-20 13:16:54,2016-01-20 13:23:05,2,0.42,,,-73.97554779052734,40.754859924316406,-73.9714126586914,40.76076889038086,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-17 22:36:17,2016-01-17 22:48:16,2,2.9,,,-73.99874877929688,40.7231330871582,-73.98176574707031,40.756900787353516,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-29 17:00:07,2016-01-29 17:13:14,1,1.64,,,-73.98494720458984,40.724212646484375,-73.99940490722656,40.738468170166016,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-30 04:30:07,2016-01-30 04:37:24,5,1.9,,,-73.97135162353516,40.762481689453125,-73.95054626464844,40.77642822265625,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-15 07:22:27,2016-01-15 07:37:33,1,3.0,,,-73.99310302734375,40.755279541015625,-74.00823211669922,40.722076416015625,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +2,2016-01-11 10:24:35,2016-01-11 10:39:26,1,3.16,,,-73.96556854248047,40.77172088623047,-73.94088745117188,40.74602127075195,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-16 21:20:09,2016-01-16 21:35:54,1,2.74,,,-73.99024200439453,40.72906494140625,-73.9654769897461,40.763092041015625,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +2,2016-01-27 06:44:33,2016-01-27 07:40:59,5,13.18,,,-73.79000854492188,40.6468620300293,-73.96053314208984,40.65896987915039,1,N,1,45.0,0.0,0.5,0.3,9.16,0.0,54.96 +1,2016-01-07 06:52:57,2016-01-07 07:09:43,1,3.5,,,-74.00889587402344,40.72235107421875,-73.9773941040039,40.75174331665039,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +1,2016-01-17 17:31:51,2016-01-17 17:41:11,3,1.5,,,-73.958984375,40.765830993652344,-73.97046661376953,40.75502014160156,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-12 13:21:25,2016-01-12 13:28:36,1,1.6,,,0.0,0.0,0.0,0.0,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-19 01:37:38,2016-01-19 01:37:44,1,0.26,,,0.0,0.0,0.0,0.0,5,N,2,119.0,0.0,0.0,0.3,0.0,0.0,119.3 +1,2016-01-16 19:18:31,2016-01-16 19:28:43,1,1.7,,,-73.97527313232422,40.75743103027344,-73.95494079589844,40.769195556640625,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-27 14:45:16,2016-01-27 14:48:58,2,0.4,,,-74.01579284667969,40.71184158325195,-74.01664733886719,40.70704650878906,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-29 09:09:05,2016-01-29 09:20:31,6,1.48,,,-73.95878601074219,40.780738830566406,-73.96903228759766,40.763755798339844,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-17 02:58:05,2016-01-17 03:04:49,1,0.95,,,-73.99276733398438,40.718788146972656,-73.98023986816406,40.72224044799805,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-27 07:44:29,2016-01-27 07:53:18,2,0.82,,,-73.97206115722656,40.756507873535156,-73.97526550292969,40.75213623046875,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-09 22:38:54,2016-01-09 22:55:25,1,3.27,,,-73.97596740722656,40.79153823852539,-73.97234344482422,40.75809097290039,1,N,1,14.0,0.5,0.5,0.3,4.59,0.0,19.89 +1,2016-01-11 06:56:05,2016-01-11 07:08:47,1,1.6,,,-73.98674774169922,40.74578094482422,-74.0037841796875,40.75919723510742,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-25 19:37:55,2016-01-25 19:51:28,5,1.84,,,-73.9881820678711,40.737850189208984,-73.9720230102539,40.76005172729492,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-29 21:50:24,2016-01-29 21:58:50,1,0.95,,,-73.98853302001953,40.73499298095703,-74.00403594970703,40.74040985107422,1,N,1,7.0,0.5,0.5,0.3,10.0,0.0,18.3 +2,2016-01-28 22:18:15,2016-01-28 22:23:38,1,0.85,,,-73.97383117675781,40.75762176513672,-73.98619842529297,40.76240539550781,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-19 21:54:36,2016-01-19 22:14:45,1,9.18,,,-73.96009063720703,40.779640197753906,-74.01596069335938,40.71519088745117,1,N,1,27.5,0.5,0.5,0.3,8.64,0.0,37.44 +1,2016-01-16 15:44:06,2016-01-16 15:55:58,2,1.9,,,-73.95645141601562,40.76689910888672,-73.97503662109375,40.75225830078125,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-20 12:31:10,2016-01-20 12:50:59,1,2.2,,,-73.98222351074219,40.745399475097656,-73.98188781738281,40.768409729003906,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +1,2016-01-07 16:59:06,2016-01-07 17:10:39,2,1.5,,,-74.00862884521484,40.74543762207031,-73.9943618774414,40.732086181640625,1,N,1,9.0,1.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-12 23:01:06,2016-01-12 23:06:18,1,0.82,,,-73.98615264892578,40.756736755371094,-73.98479461669922,40.74864196777344,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-29 16:55:56,2016-01-29 17:11:27,1,2.42,,,-73.87313079833984,40.7741584777832,-73.90869140625,40.77507019042969,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-10 20:36:57,2016-01-10 20:48:58,5,3.42,,,-73.95233917236328,40.78388977050781,-73.98246002197266,40.74100112915039,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,17.25 +2,2016-01-27 17:06:14,2016-01-27 17:16:41,1,1.37,,,-73.98162078857422,40.779945373535156,-73.97039031982422,40.76800537109375,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-30 08:33:00,2016-01-30 08:36:46,1,0.6,,,-73.97775268554688,40.753116607666016,-73.9811782836914,40.75880432128906,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +1,2016-01-05 18:48:21,2016-01-05 19:01:53,1,3.0,,,-73.98910522460938,40.74220275878906,-73.98462677001953,40.774688720703125,1,N,1,12.0,1.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-20 15:05:35,2016-01-20 15:20:35,1,1.86,,,-73.95805358886719,40.77626037597656,-73.97541046142578,40.75263977050781,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-07 08:57:41,2016-01-07 09:15:28,5,2.48,,,-73.98352813720703,40.771148681640625,-73.9840087890625,40.74501037597656,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-13 08:39:33,2016-01-13 08:51:13,5,1.75,,,-73.97895812988281,40.753440856933594,-73.98209381103516,40.77265167236328,1,N,1,9.5,0.0,0.5,0.3,3.0,0.0,13.3 +2,2016-01-17 18:20:52,2016-01-17 18:26:46,1,0.77,,,-73.98902893066406,40.74898910522461,-73.98490142822266,40.75794982910156,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-09 20:50:28,2016-01-09 21:01:48,1,1.56,,,-73.99079132080078,40.72437286376953,-74.00687408447266,40.7189826965332,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-09 22:13:25,2016-01-09 22:25:59,1,2.4,,,-73.98711395263672,40.7390251159668,-73.96540832519531,40.768795013427734,1,N,1,11.0,0.5,0.5,0.3,3.08,0.0,15.38 +1,2016-01-09 20:10:58,2016-01-09 20:26:48,1,3.3,,,-73.97731018066406,40.74946975708008,-73.98816680908203,40.72317886352539,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-21 19:43:54,2016-01-21 19:47:46,1,1.0,,,-73.98825073242188,40.744285583496094,-73.99938201904297,40.73875427246094,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,7.8 +1,2016-01-10 08:19:09,2016-01-10 08:38:33,1,6.6,,,-73.88461303710938,40.75569152832031,-73.93685150146484,40.70167922973633,1,Y,2,21.5,0.0,0.5,0.3,0.0,0.0,22.3 +2,2016-01-25 20:25:03,2016-01-25 20:33:15,1,0.95,,,-73.97459411621094,40.74216842651367,-73.9771499633789,40.75213623046875,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-10 14:28:30,2016-01-10 14:56:06,3,10.99,,,-73.98204040527344,40.75529098510742,-73.87268829345703,40.77444839477539,1,N,1,34.5,0.0,0.5,0.3,8.17,5.54,49.01 +1,2016-01-01 03:58:48,2016-01-01 04:08:41,1,1.9,,,-74.00190734863281,40.73252487182617,-73.97506713867188,40.729881286621094,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-06 17:33:12,2016-01-06 17:45:12,1,1.4,,,-73.96891021728516,40.76121520996094,-73.9857177734375,40.763938903808594,1,N,1,9.0,1.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-09 20:06:45,2016-01-09 20:15:32,1,0.97,,,-73.99920654296875,40.74031066894531,-74.00736236572266,40.74266052246094,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-20 22:03:02,2016-01-20 22:42:58,1,13.04,,,-73.98771667480469,40.75653076171875,-73.82080078125,40.76323699951172,1,N,1,43.0,0.5,0.5,0.3,8.86,0.0,53.16 +2,2016-01-22 11:22:01,2016-01-22 11:54:36,1,3.4,,,-73.97601318359375,40.76013946533203,-73.97022247314453,40.79941940307617,1,N,1,21.0,0.0,0.5,0.3,0.0,0.0,21.8 +1,2016-01-27 09:02:21,2016-01-27 09:25:37,1,6.0,,,-73.9624252319336,40.76408767700195,-74.00840759277344,40.707481384277344,1,N,1,23.5,0.0,0.5,0.3,2.0,0.0,26.3 +2,2016-01-02 10:57:10,2016-01-02 10:57:57,1,0.05,,,-73.98473358154297,40.75397872924805,-73.98272705078125,40.756839752197266,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,3.3 +2,2016-01-04 07:23:24,2016-01-04 07:36:55,1,3.62,,,-74.00873565673828,40.714073181152344,-73.98529815673828,40.75969696044922,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-14 19:52:37,2016-01-14 20:17:30,1,4.55,,,-74.00276184082031,40.73073196411133,-73.95732116699219,40.76831817626953,1,N,1,19.5,1.0,0.5,0.3,6.39,0.0,27.69 +2,2016-01-29 17:48:01,2016-01-29 17:55:33,2,1.09,,,-74.00531005859375,40.73965072631836,-74.00991821289062,40.725921630859375,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-01 22:22:48,2016-01-01 22:32:04,1,2.47,,,-73.96190643310547,40.770938873291016,-73.98616790771484,40.74494171142578,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-17 19:26:21,2016-01-17 19:30:00,1,0.65,,,-73.97471618652344,40.75965118408203,-73.9666748046875,40.75421142578125,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-16 19:46:37,2016-01-16 19:54:11,2,1.8,,,-74.00809478759766,40.73883056640625,-74.00938415527344,40.71549987792969,1,N,1,8.0,0.0,0.5,0.3,1.2,0.0,10.0 +1,2016-01-07 17:26:25,2016-01-07 17:36:36,1,2.3,,,-74.00665283203125,40.74564743041992,-73.98365783691406,40.76570510864258,1,N,1,10.0,1.0,0.5,0.3,1.2,0.0,13.0 +2,2016-01-03 16:37:59,2016-01-03 16:42:46,1,0.99,,,-73.96525573730469,40.80631637573242,-73.97250366210938,40.793861389160156,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-12 18:06:14,2016-01-12 18:57:59,1,17.8,,,-73.78187561035156,40.644813537597656,-73.9849853515625,40.7460823059082,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-01 01:25:48,2016-01-01 01:40:17,1,1.8,,,-73.96884155273438,40.761348724365234,-73.99180603027344,40.754737854003906,1,N,1,11.0,0.5,0.5,0.3,2.45,0.0,14.75 +1,2016-01-27 22:39:19,2016-01-27 22:46:36,1,1.0,,,-73.9830093383789,40.73872375488281,-73.98616027832031,40.749820709228516,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-22 07:45:48,2016-01-22 07:54:22,1,1.35,,,-73.98333740234375,40.72624206542969,-73.99771118164062,40.713565826416016,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-20 22:48:46,2016-01-20 22:57:21,1,1.51,,,-73.99483489990234,40.724971771240234,-74.00524139404297,40.737125396728516,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,11.62 +2,2016-01-08 23:05:56,2016-01-08 23:26:05,1,3.96,,,-73.98667907714844,40.76103973388672,-73.99889373779297,40.71501541137695,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,17.8 +1,2016-01-19 14:26:31,2016-01-19 14:33:24,1,0.5,,,-73.9865493774414,40.74003982543945,-73.98834991455078,40.74600601196289,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-11 15:35:04,2016-01-11 15:45:31,6,2.2,,,-74.00480651855469,40.72332000732422,-73.98280334472656,40.739192962646484,1,N,1,10.0,0.0,0.5,0.3,1.2,0.0,12.0 +2,2016-01-05 22:33:20,2016-01-05 22:42:05,1,1.7,,,-73.96549987792969,40.713592529296875,-73.94950866699219,40.726165771484375,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-13 19:04:29,2016-01-13 19:21:04,2,2.61,,,-73.95442962646484,40.77408981323242,-73.98578643798828,40.75775909423828,1,N,1,12.5,1.0,0.5,0.3,2.86,0.0,17.16 +1,2016-01-19 09:44:02,2016-01-19 09:57:45,1,1.9,,,-73.9838638305664,40.749332427978516,-73.99626922607422,40.725669860839844,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-19 19:20:33,2016-01-19 20:08:39,1,21.04,,,-73.79041290283203,40.64691162109375,-73.9786605834961,40.77268981933594,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-15 09:39:12,2016-01-15 10:03:10,1,3.2,,,-73.99713134765625,40.72220230102539,-73.97016906738281,40.76271057128906,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-02 08:20:24,2016-01-02 08:29:04,1,1.77,,,-73.9566421508789,40.77409362792969,-73.98155975341797,40.784088134765625,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-04 17:00:03,2016-01-04 17:04:43,2,0.95,,,-73.99380493164062,40.734466552734375,-73.99918365478516,40.72911834716797,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-29 08:16:00,2016-01-29 08:21:47,1,0.54,,,-73.97427368164062,40.75661849975586,-73.97917175292969,40.76163864135742,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-02 18:53:21,2016-01-02 19:15:54,4,2.93,,,-73.99036407470703,40.75104522705078,-73.98762512207031,40.71944808959961,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-21 15:33:38,2016-01-21 16:09:41,2,10.0,,,-73.87303924560547,40.7739372253418,-73.97895812988281,40.72334671020508,1,N,1,33.5,0.0,0.5,0.3,7.95,5.54,47.79 +2,2016-01-06 18:10:01,2016-01-06 18:19:41,6,2.02,,,-73.96098327636719,40.76089096069336,-73.97882080078125,40.75257873535156,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-10 03:01:56,2016-01-10 03:11:07,1,1.74,,,-73.99852752685547,40.7607307434082,-73.9776382446289,40.747100830078125,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +2,2016-01-13 20:26:26,2016-01-13 20:31:53,1,0.82,,,-73.99698638916016,40.73723602294922,-73.98882293701172,40.7452507019043,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-14 22:34:48,2016-01-14 23:00:34,1,9.5,,,-73.86370849609375,40.7696533203125,-73.97695922851562,40.76414489746094,1,N,1,30.0,0.5,0.5,0.3,6.25,0.0,37.55 +1,2016-01-01 06:31:59,2016-01-01 06:38:12,1,0.8,,,-73.9950942993164,40.749969482421875,-73.99531555175781,40.759307861328125,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-14 03:24:32,2016-01-14 03:34:12,1,1.4,,,-73.97608947753906,40.75390625,-73.99884796142578,40.761226654052734,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-07 23:02:00,2016-01-07 23:20:52,1,4.0,,,-73.98542785644531,40.752750396728516,-74.01100158691406,40.71337890625,1,N,1,15.5,0.5,0.5,0.3,2.0,0.0,18.8 +1,2016-01-22 21:30:37,2016-01-22 21:41:20,1,1.1,,,-73.98518371582031,40.7276496887207,-74.00291442871094,40.73411178588867,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +2,2016-01-20 20:59:10,2016-01-20 21:12:08,1,3.44,,,-73.95234680175781,40.777069091796875,-73.98079681396484,40.74945068359375,1,N,1,13.5,0.5,0.5,0.3,2.0,0.0,16.8 +1,2016-01-22 23:24:51,2016-01-22 23:53:46,1,5.7,,,-73.99079132080078,40.75132369995117,-73.99748992919922,40.683570861816406,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,22.8 +2,2016-01-17 16:13:15,2016-01-17 16:26:16,1,1.83,,,-73.99363708496094,40.74578857421875,-73.98258209228516,40.764408111572266,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-05 09:02:54,2016-01-05 09:06:49,1,0.5,,,-73.89192962646484,40.747047424316406,-73.88758850097656,40.7493782043457,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-29 23:23:23,2016-01-29 23:57:14,1,22.12,,,-73.78189849853516,40.644691467285156,-73.97869873046875,40.77836990356445,2,N,1,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-14 09:34:09,2016-01-14 10:01:24,1,6.1,,,-73.95693969726562,40.76631546020508,-74.01041412353516,40.701904296875,1,N,1,26.5,0.0,0.5,0.3,5.45,0.0,32.75 +1,2016-01-07 19:06:48,2016-01-07 19:17:36,1,1.8,,,-73.96965789794922,40.760108947753906,-73.94981384277344,40.77363204956055,1,N,1,9.0,1.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-06 13:55:43,2016-01-06 14:03:12,1,1.08,,,-73.97490692138672,40.790435791015625,-73.98432159423828,40.77962112426758,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-21 10:38:21,2016-01-21 11:01:54,1,2.3,,,-74.00472259521484,40.74152755737305,-74.00457000732422,40.713287353515625,1,N,1,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-30 11:15:41,2016-01-30 11:25:16,1,1.46,,,-73.9896011352539,40.776512145996094,-73.97411346435547,40.78908157348633,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-14 12:50:04,2016-01-14 13:04:56,2,1.91,,,-73.94824981689453,40.78268814086914,-73.96843719482422,40.76512145996094,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,12.8 +2,2016-01-16 02:29:08,2016-01-16 02:43:51,2,3.35,,,-74.00684356689453,40.72576141357422,-73.97411346435547,40.7529182434082,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,17.88 +1,2016-01-13 13:10:52,2016-01-13 13:19:27,1,1.9,,,-73.9538803100586,40.68315887451172,-73.93831634521484,40.69862365722656,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-01 12:52:29,2016-01-01 12:57:59,2,1.3,,,-73.98993682861328,40.734867095947266,-73.99101257324219,40.748924255371094,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-26 07:27:53,2016-01-26 07:36:49,1,1.5,,,-73.95733642578125,40.780479431152344,-73.96903991699219,40.76102066040039,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-08 23:17:05,2016-01-08 23:35:05,1,8.3,,,-73.97443389892578,40.74208450317383,-73.98780822753906,40.667266845703125,1,N,1,25.0,0.5,0.5,0.3,5.25,0.0,31.55 +1,2016-01-21 20:16:21,2016-01-21 20:22:42,1,1.1,,,-73.98664855957031,40.76252365112305,-73.9913558959961,40.75004196166992,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,9.35 +2,2016-01-29 09:04:09,2016-01-29 09:27:07,1,2.55,,,-73.95630645751953,40.775390625,-73.9817123413086,40.759010314941406,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-05 19:32:06,2016-01-05 20:00:19,2,9.0,,,-74.0157470703125,40.7118034362793,-74.02384948730469,40.62371826171875,1,N,1,29.0,1.0,0.5,0.3,4.0,5.54,40.34 +2,2016-01-02 11:07:59,2016-01-02 11:08:01,4,0.0,,,-73.96660614013672,40.75708770751953,-73.966552734375,40.757015228271484,2,N,2,0.0,0.0,0.5,0.3,0.0,0.0,0.0 +2,2016-01-13 15:30:40,2016-01-13 15:36:35,1,0.8,,,-73.98872375488281,40.7223014831543,-74.0002670288086,40.72658157348633,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-30 03:05:37,2016-01-30 03:32:20,2,5.9,,,-73.98548126220703,40.748558044433594,-73.95655822753906,40.7476806640625,1,N,1,22.5,0.5,0.5,0.3,3.0,0.0,26.8 +2,2016-01-30 16:45:59,2016-01-30 16:50:32,1,0.72,,,-74.00450134277344,40.741859436035156,-74.00669860839844,40.7359504699707,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-28 15:48:08,2016-01-28 16:16:49,2,8.3,,,-73.86360168457031,40.76967239379883,-73.95136260986328,40.78425598144531,1,Y,1,27.0,0.0,0.5,0.3,6.65,5.54,39.99 +2,2016-01-28 11:50:31,2016-01-28 12:06:52,1,2.87,,,-73.9764404296875,40.75638961791992,-73.94313049316406,40.746700286865234,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +1,2016-01-08 23:12:50,2016-01-08 23:21:14,2,1.6,,,-73.9669189453125,40.68342971801758,-73.94577026367188,40.67406463623047,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-13 21:38:49,2016-01-13 21:47:06,1,1.5,,,-73.96671295166016,40.70579147338867,-73.9528579711914,40.692169189453125,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-13 08:14:34,2016-01-13 08:29:16,1,4.47,,,-73.9849624633789,40.74100112915039,-73.94548797607422,40.78615951538086,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-20 09:37:44,2016-01-20 09:50:15,1,1.08,,,-73.9916000366211,40.749961853027344,-73.99285125732422,40.7398796081543,1,N,1,9.0,0.0,0.5,0.3,2.94,0.0,12.74 +2,2016-01-20 11:51:42,2016-01-20 12:03:18,4,1.56,,,-73.98880004882812,40.736572265625,-74.0056381225586,40.7258415222168,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-13 23:44:31,2016-01-13 23:53:12,1,2.0,,,-73.96684265136719,40.760990142822266,-73.98509979248047,40.778907775878906,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-07 21:17:56,2016-01-07 21:25:41,1,1.61,,,-73.97972869873047,40.749759674072266,-74.00077819824219,40.74747085571289,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-06 15:55:25,2016-01-06 16:00:42,1,1.21,,,-73.98794555664062,40.77524185180664,-73.9771499633789,40.78749084472656,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-21 13:32:04,2016-01-21 13:40:29,1,0.8,,,-73.97923278808594,40.75290298461914,-73.97062683105469,40.76195526123047,1,N,1,7.0,0.0,0.5,0.3,2.0,0.0,9.8 +1,2016-01-13 15:00:23,2016-01-13 15:04:59,1,0.7,,,-73.96761322021484,40.76850128173828,-73.98014831542969,40.7730827331543,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-07 17:59:33,2016-01-07 18:14:41,1,3.0,,,-73.97698211669922,40.76423645019531,-73.94544219970703,40.745849609375,1,N,1,13.0,1.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-04 12:32:50,2016-01-04 12:50:06,1,3.1,,,-73.98170471191406,40.758941650390625,-73.95401000976562,40.790157318115234,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-28 17:50:31,2016-01-28 18:07:39,2,1.1,,,-74.00408935546875,40.75278854370117,-73.98660278320312,40.747459411621094,1,N,1,11.0,1.0,0.5,0.3,2.55,0.0,15.35 +2,2016-01-07 08:09:30,2016-01-07 08:16:43,1,0.77,,,-73.9771728515625,40.75434112548828,-73.9726333618164,40.762088775634766,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-28 09:28:51,2016-01-28 09:39:12,1,1.12,,,-74.00101470947266,40.731563568115234,-73.98982238769531,40.7426872253418,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-09 00:46:21,2016-01-09 00:59:23,1,2.2,,,-73.987060546875,40.75584411621094,-73.98027038574219,40.73219299316406,1,N,1,11.0,0.5,0.5,0.3,1.11,0.0,13.41 +2,2016-01-02 18:31:07,2016-01-02 19:18:06,1,14.52,,,-73.79008483886719,40.646610260009766,-73.95317840576172,40.72959518432617,1,N,1,45.0,0.0,0.5,0.3,11.45,0.0,57.25 +1,2016-01-05 13:50:29,2016-01-05 13:58:18,2,1.2,,,-73.97576141357422,40.74496078491211,-73.9740982055664,40.75702667236328,1,N,1,7.5,0.0,0.5,0.3,0.5,0.0,8.8 +2,2016-01-27 18:23:58,2016-01-27 18:48:06,2,11.68,,,-73.77671813964844,40.645233154296875,-73.78436279296875,40.74120330810547,1,N,2,33.0,1.0,0.5,0.3,0.0,0.0,34.8 +1,2016-01-27 23:12:20,2016-01-27 23:19:25,1,1.4,,,-74.00597381591797,40.74003601074219,-74.01007843017578,40.7235107421875,1,N,1,6.5,0.5,0.5,0.3,2.0,0.0,9.8 +2,2016-01-29 22:01:26,2016-01-29 22:13:12,1,2.72,,,-73.94931030273438,40.78139114379883,-73.97116088867188,40.74822998046875,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-10 00:22:19,2016-01-10 00:26:24,1,1.06,,,-74.00430297851562,40.72174072265625,-74.0102767944336,40.71377182006836,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,8.5 +2,2016-01-20 08:41:14,2016-01-20 08:51:08,6,0.84,,,-73.9802017211914,40.78556823730469,-73.98087310791016,40.77457809448242,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-06 14:14:56,2016-01-06 14:26:12,1,2.04,,,-73.99202728271484,40.73503875732422,-73.97444152832031,40.75600051879883,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-04 11:56:01,2016-01-04 12:04:01,1,1.04,,,-73.96600341796875,40.765220642089844,-73.97895812988281,40.7641487121582,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-04 18:03:43,2016-01-04 18:16:39,1,1.62,,,-73.99029541015625,40.74839401245117,-73.97724151611328,40.76414108276367,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-06 19:22:09,2016-01-06 19:29:19,1,1.2,,,-73.97532653808594,40.75233840942383,-73.96175384521484,40.7568244934082,1,N,1,7.0,0.5,0.5,0.3,2.05,0.0,10.35 +2,2016-01-06 20:37:41,2016-01-06 20:41:44,1,1.28,,,-73.96910858154297,40.754188537597656,-73.98077392578125,40.738155364990234,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +2,2016-01-15 19:01:45,2016-01-15 19:06:29,1,0.93,,,0.0,0.0,0.0,0.0,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-30 08:23:53,2016-01-30 08:38:10,2,1.97,,,-73.95440673828125,40.76409149169922,-73.98204040527344,40.7777099609375,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +2,2016-01-02 18:52:47,2016-01-02 19:01:28,1,0.84,,,-73.98555755615234,40.767948150634766,-73.9914321899414,40.757991790771484,1,N,1,7.0,0.0,0.5,0.3,0.78,0.0,8.58 +2,2016-01-20 17:09:51,2016-01-20 17:36:48,2,7.69,,,-73.96118927001953,40.76055908203125,-74.00850677490234,40.720001220703125,1,N,1,25.5,1.0,0.5,0.3,5.46,0.0,32.76 +2,2016-01-11 08:33:58,2016-01-11 08:41:36,1,0.86,,,-73.97500610351562,40.7528190612793,-73.96808624267578,40.75651550292969,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-22 15:10:45,2016-01-22 16:07:42,1,17.7,,,-73.78117370605469,40.64500045776367,-73.93910217285156,40.80514144897461,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-10 00:30:16,2016-01-10 00:41:40,1,2.16,,,-73.9859848022461,40.74362564086914,-73.965576171875,40.7636604309082,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-14 00:27:02,2016-01-14 00:37:49,2,2.13,,,-73.9651870727539,40.75954818725586,-73.99137115478516,40.75033187866211,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-18 09:57:39,2016-01-18 10:05:30,1,1.42,,,-73.98497772216797,40.758209228515625,-73.97229766845703,40.76308822631836,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-20 15:58:17,2016-01-20 16:02:20,1,0.6,,,-73.99006652832031,40.75649642944336,-73.9874038696289,40.76366424560547,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-21 22:10:13,2016-01-21 22:17:17,1,2.2,,,-73.95118713378906,40.78274917602539,-73.97840118408203,40.78300857543945,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-26 22:17:08,2016-01-26 22:32:02,1,3.06,,,-74.00607299804688,40.72378158569336,-73.99606323242188,40.689178466796875,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,17.88 +1,2016-01-29 16:47:11,2016-01-29 16:56:51,1,1.0,,,-73.99700164794922,40.73139572143555,-73.99183654785156,40.74165344238281,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-04 19:04:42,2016-01-04 19:13:22,1,1.15,,,-73.9916000366211,40.7171745300293,-74.00818634033203,40.716609954833984,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-22 08:14:05,2016-01-22 09:10:08,5,17.05,,,-73.98619079589844,40.75934600830078,-73.7901611328125,40.64387512207031,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-08 06:03:39,2016-01-08 06:07:05,1,0.5,,,-73.99068450927734,40.75594711303711,-73.98725891113281,40.75249481201172,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-29 22:20:24,2016-01-29 22:44:27,1,6.2,,,-73.9921646118164,40.74885940551758,-74.01419830322266,40.70903778076172,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,24.8 +2,2016-01-14 16:20:15,2016-01-14 16:44:17,1,1.99,,,-73.95974731445312,40.77043914794922,-73.97956848144531,40.75394821166992,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-25 21:36:57,2016-01-25 21:43:25,1,1.01,,,-73.9920425415039,40.755531311035156,-74.00285339355469,40.760650634765625,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-18 15:21:46,2016-01-18 15:34:12,1,2.0,,,-73.98665618896484,40.75148391723633,-73.99592590332031,40.76933670043945,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-20 08:27:05,2016-01-20 08:36:03,5,0.71,,,-73.95909881591797,40.77504348754883,-73.95319366455078,40.76760482788086,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-29 21:36:14,2016-01-29 21:49:19,2,5.13,,,-73.9763412475586,40.7520751953125,-73.94055938720703,40.718650817871094,1,N,1,16.0,0.5,0.5,0.3,4.57,5.54,27.41 +1,2016-01-28 16:13:21,2016-01-28 16:28:15,1,1.4,,,-73.97632598876953,40.7857780456543,-73.96122741699219,40.77753448486328,1,N,1,10.0,1.0,0.5,0.3,1.2,0.0,13.0 +2,2016-01-13 16:58:17,2016-01-13 17:01:13,6,0.55,,,-73.97908782958984,40.78728103637695,-73.97572326660156,40.794029235839844,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-18 19:53:41,2016-01-18 19:58:17,1,1.19,,,-74.00505828857422,40.7257080078125,-73.99921417236328,40.739219665527344,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-13 09:17:35,2016-01-13 09:22:19,1,0.6,,,-73.98221588134766,40.768428802490234,-73.97853088378906,40.77470016479492,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +2,2016-01-15 14:48:30,2016-01-15 14:54:23,1,0.56,,,-73.995849609375,40.75418472290039,-73.99523162841797,40.759796142578125,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-20 11:50:18,2016-01-20 11:54:38,1,0.7,,,-73.97061157226562,40.76454162597656,-73.966064453125,40.77293014526367,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-29 21:53:00,2016-01-29 22:03:24,1,1.85,,,-73.97038269042969,40.757911682128906,-73.97911071777344,40.737091064453125,1,N,1,9.0,0.5,0.5,0.3,3.09,0.0,13.39 +1,2016-01-08 21:43:51,2016-01-08 22:13:17,2,5.2,,,-73.98614501953125,40.726539611816406,-73.99134063720703,40.663814544677734,1,N,1,23.0,0.5,0.5,0.3,4.85,0.0,29.15 +2,2016-01-30 02:10:28,2016-01-30 02:17:27,5,1.3,,,-74.00701904296875,40.74407958984375,-73.98602294921875,40.73603820800781,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-16 14:33:07,2016-01-16 14:34:49,1,0.44,,,-73.94190216064453,40.79818344116211,-73.939208984375,40.794288635253906,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-13 16:50:53,2016-01-13 16:55:45,1,0.66,,,-73.98027038574219,40.745361328125,-73.9776611328125,40.75135040283203,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-29 21:10:23,2016-01-29 21:22:01,1,1.39,,,-73.9852523803711,40.75535202026367,-73.9744644165039,40.75757598876953,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-04 14:32:16,2016-01-04 14:44:38,1,1.7,,,-73.98149871826172,40.75521469116211,-73.98986053466797,40.77050018310547,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-25 06:06:39,2016-01-25 06:12:10,1,1.4,,,-73.9875717163086,40.72462844848633,-73.98551177978516,40.73983383178711,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-12 13:42:38,2016-01-12 13:50:54,1,0.9,,,-73.95272827148438,40.76620101928711,-73.96675872802734,40.76967239379883,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-07 22:27:41,2016-01-07 22:34:39,1,1.32,,,-73.98356628417969,40.766353607177734,-73.9680404663086,40.75569534301758,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/green_data.yml b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/green_data.yml new file mode 100644 index 000000000..fe386a562 --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/green_data.yml @@ -0,0 +1,9 @@ +# +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: greendata +version: 3 +description: sample green taxi dataset +datastore: azureml:workspaceblobstore +local_path: ./data +path: /sample/data/path +# diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/job.yml b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/job.yml new file mode 100644 index 000000000..1bc414c24 --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/job.yml @@ -0,0 +1,73 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline + +# +inputs: + pipeline_job_input: #using dataset, can use datastore + datapath also + dataset: + local_path: ./data + +outputs: + pipeline_job_prepped_data: + mode: upload + pipeline_job_transformed_data: + mode: upload + pipeline_job_trained_model: + mode: upload + pipeline_job_test_data: + mode: upload + pipeline_job_predictions: + mode: upload + pipeline_job_score_report: + mode: upload +# + +# +compute: azureml:cpu-cluster-lg +settings: + datastore: azureml:workspaceblobstore + +jobs: + prep-job: + type: component + component: file:./prep.yml + inputs: + raw_data: ${{inputs.pipeline_job_input}} + outputs: + prep_data: ${{outputs.pipeline_job_prepped_data}} + + transform-job: + type: component + component: file:./transform.yml + inputs: + clean_data: ${{jobs.prep-job.outputs.prep_data}} + outputs: + transformed_data: ${{outputs.pipeline_job_transformed_data}} + + train-job: + type: component + component: file:./train.yml + inputs: + training_data: ${{jobs.transform-job.outputs.transformed_data}} + outputs: + model_output: ${{outputs.pipeline_job_trained_model}} + test_data: ${{outputs.pipeline_job_test_data}} + + predict-job: + type: component + component: file:./predict.yml + inputs: + model_input: ${{jobs.train-job.outputs.model_output}} + test_data: ${{jobs.train-job.outputs.test_data}} + outputs: + predictions: ${{outputs.pipeline_job_predictions}} + + score-job: + type: component + component: file:./score.yml + inputs: + predictions: ${{jobs.predict-job.outputs.predictions}} + model: ${{jobs.train-job.outputs.model_output}} + outputs: + score_report: ${{outputs.pipeline_job_score_report}} +# diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/predict.yml b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/predict.yml new file mode 100644 index 000000000..3fe3c844c --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/predict.yml @@ -0,0 +1,23 @@ +# +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +name: PredictTaxiFares +version: 1 +display_name: PredictTaxiFares +type: command +inputs: + model_input: + type: path + test_data: + type: path +outputs: + predictions: + type: path +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu:3 +code: + local_path: ./predict_src +command: >- + python predict.py + --model_input ${{inputs.model_input}} + --test_data ${{inputs.test_data}} + --predictions ${{outputs.predictions}} +# diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/predict_src/predict.py b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/predict_src/predict.py new file mode 100644 index 000000000..83f4946fc --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/predict_src/predict.py @@ -0,0 +1,87 @@ +import argparse +import pandas as pd +import os +from pathlib import Path +from sklearn.linear_model import LinearRegression +import pickle + + +parser = argparse.ArgumentParser("predict") +parser.add_argument("--model_input", type=str, help="Path of input model") +parser.add_argument("--test_data", type=str, help="Path to test data") +parser.add_argument("--predictions", type=str, help="Path of predictions") + +args = parser.parse_args() + +print("hello scoring world...") + +lines = [ + f"Model path: {args.model_input}", + f"Test data path: {args.test_data}", + f"Predictions path: {args.predictions}", +] + +for line in lines: + print(line) + +# Load and split the test data + +print("mounted_path files: ") +arr = os.listdir(args.test_data) + +print(arr) +df_list = [] +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.test_data, filename), "r") as handle: + # print (handle.read()) + input_df = pd.read_csv((Path(args.test_data) / filename)) + df_list.append(input_df) + +test_data = df_list[0] +testy = test_data["cost"] +# testX = test_data.drop(['cost'], axis=1) +testX = test_data[ + [ + "distance", + "dropoff_latitude", + "dropoff_longitude", + "passengers", + "pickup_latitude", + "pickup_longitude", + "store_forward", + "vendor", + "pickup_weekday", + "pickup_month", + "pickup_monthday", + "pickup_hour", + "pickup_minute", + "pickup_second", + "dropoff_weekday", + "dropoff_month", + "dropoff_monthday", + "dropoff_hour", + "dropoff_minute", + "dropoff_second", + ] +] +print(testX.shape) +print(testX.columns) + +# Load the model from input port +model = pickle.load(open((Path(args.model_input) / "model.sav"), "rb")) +# model = (Path(args.model_input) / 'model.txt').read_text() +# print('Model: ', model) + +# Make predictions on testX data and record them in a column named predicted_cost +predictions = model.predict(testX) +testX["predicted_cost"] = predictions +print(testX.shape) + +# Compare predictions to actuals (testy) +output_data = pd.DataFrame(testX) +output_data["actual_cost"] = testy + + +# Save the output data with feature columns, predicted cost, and actual cost in csv file +output_data = output_data.to_csv((Path(args.predictions) / "predictions.csv")) diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/prep.yml b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/prep.yml new file mode 100644 index 000000000..eca746f85 --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/prep.yml @@ -0,0 +1,20 @@ +# +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +name: PrepTaxiData +display_name: PrepTaxiData +version: 1 +type: command +inputs: + raw_data: + type: path +outputs: + prep_data: + type: path +code: + local_path: ./prep_src +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu:3 +command: >- + python prep.py + --raw_data ${{inputs.raw_data}} + --prep_data ${{outputs.prep_data}} +# diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/prep_src/prep.py b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/prep_src/prep.py new file mode 100644 index 000000000..7f73d1bd7 --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/prep_src/prep.py @@ -0,0 +1,138 @@ +import argparse +from pathlib import Path +from typing_extensions import Concatenate +from uuid import uuid4 +from datetime import datetime +import os +import pandas as pd +from sklearn.linear_model import LinearRegression +from sklearn.model_selection import train_test_split +import pickle + +parser = argparse.ArgumentParser("prep") +parser.add_argument("--raw_data", type=str, help="Path to raw data") +parser.add_argument("--prep_data", type=str, help="Path of prepped data") + +args = parser.parse_args() + +print("hello training world...") + +lines = [ + f"Raw data path: {args.raw_data}", + f"Data output path: {args.prep_data}", +] + +for line in lines: + print(line) + +print("mounted_path files: ") +arr = os.listdir(args.raw_data) +print(arr) + +df_list = [] +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.raw_data, filename), "r") as handle: + # print (handle.read()) + # ('input_df_%s' % filename) = pd.read_csv((Path(args.training_data) / filename)) + input_df = pd.read_csv((Path(args.raw_data) / filename)) + df_list.append(input_df) + + +# Prep the green and yellow taxi data +green_data = df_list[0] +yellow_data = df_list[1] + +# Define useful columns needed for the Azure Machine Learning NYC Taxi tutorial + +useful_columns = str( + [ + "cost", + "distance", + "dropoff_datetime", + "dropoff_latitude", + "dropoff_longitude", + "passengers", + "pickup_datetime", + "pickup_latitude", + "pickup_longitude", + "store_forward", + "vendor", + ] +).replace(",", ";") +print(useful_columns) + +# Rename columns as per Azure Machine Learning NYC Taxi tutorial +green_columns = str( + { + "vendorID": "vendor", + "lpepPickupDatetime": "pickup_datetime", + "lpepDropoffDatetime": "dropoff_datetime", + "storeAndFwdFlag": "store_forward", + "pickupLongitude": "pickup_longitude", + "pickupLatitude": "pickup_latitude", + "dropoffLongitude": "dropoff_longitude", + "dropoffLatitude": "dropoff_latitude", + "passengerCount": "passengers", + "fareAmount": "cost", + "tripDistance": "distance", + } +).replace(",", ";") + +yellow_columns = str( + { + "vendorID": "vendor", + "tpepPickupDateTime": "pickup_datetime", + "tpepDropoffDateTime": "dropoff_datetime", + "storeAndFwdFlag": "store_forward", + "startLon": "pickup_longitude", + "startLat": "pickup_latitude", + "endLon": "dropoff_longitude", + "endLat": "dropoff_latitude", + "passengerCount": "passengers", + "fareAmount": "cost", + "tripDistance": "distance", + } +).replace(",", ";") + +print("green_columns: " + green_columns) +print("yellow_columns: " + yellow_columns) + +# These functions ensure that null data is removed from the dataset, +# which will help increase machine learning model accuracy. + + +def get_dict(dict_str): + pairs = dict_str.strip("{}").split(";") + new_dict = {} + for pair in pairs: + print(pair) + key, value = pair.strip().split(":") + new_dict[key.strip().strip("'")] = value.strip().strip("'") + return new_dict + + +def cleanseData(data, columns, useful_columns): + useful_columns = [ + s.strip().strip("'") for s in useful_columns.strip("[]").split(";") + ] + new_columns = get_dict(columns) + + new_df = (data.dropna(how="all").rename(columns=new_columns))[useful_columns] + + new_df.reset_index(inplace=True, drop=True) + return new_df + + +green_data_clean = cleanseData(green_data, green_columns, useful_columns) +yellow_data_clean = cleanseData(yellow_data, yellow_columns, useful_columns) + +# Append yellow data to green data +combined_df = green_data_clean.append(yellow_data_clean, ignore_index=True) +combined_df.reset_index(inplace=True, drop=True) + +output_green = green_data_clean.to_csv((Path(args.prep_data) / "green_prep_data.csv")) +output_yellow = yellow_data_clean.to_csv( + (Path(args.prep_data) / "yellow_prep_data.csv") +) +merged_data = combined_df.to_csv((Path(args.prep_data) / "merged_data.csv")) diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/score.yml b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/score.yml new file mode 100644 index 000000000..5c956e321 --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/score.yml @@ -0,0 +1,23 @@ +# +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +name: ScoreModel +version: 1 +display_name: ScoreModel +type: command +inputs: + predictions: + type: path + model: + type: path +outputs: + score_report: + type: path +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu:3 +code: + local_path: ./score_src +command: >- + python score.py + --predictions ${{inputs.predictions}} + --model ${{inputs.model}} + --score_report ${{outputs.score_report}} +# diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/score_src/score.py b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/score_src/score.py new file mode 100644 index 000000000..1d2bf7d9d --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/score_src/score.py @@ -0,0 +1,69 @@ +import argparse +import pandas as pd +import os +from pathlib import Path +from sklearn.linear_model import LinearRegression +import pickle +from sklearn.metrics import mean_squared_error, r2_score + +parser = argparse.ArgumentParser("score") +parser.add_argument( + "--predictions", type=str, help="Path of predictions and actual data" +) +parser.add_argument("--model", type=str, help="Path to model") +parser.add_argument("--score_report", type=str, help="Path to score report") + + +args = parser.parse_args() + +print("hello scoring world...") + +lines = [ + f"Model path: {args.model}", + f"Predictions path: {args.predictions}", + f"Scoring output path: {args.score_report}", +] + +for line in lines: + print(line) + +# Load the test data with predicted values + +print("mounted_path files: ") +arr = os.listdir(args.predictions) + +print(arr) +df_list = [] +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.predictions, filename), "r") as handle: + # print (handle.read()) + input_df = pd.read_csv((Path(args.predictions) / filename)) + df_list.append(input_df) + +test_data = df_list[0] + +# Load the model from input port +model = pickle.load(open((Path(args.model) / "model.sav"), "rb")) + +# Print the results of scoring the predictions against actual values in the test data +# The coefficients +print("Coefficients: \n", model.coef_) + +actuals = test_data["actual_cost"] +predictions = test_data["predicted_cost"] + +# The mean squared error +print("Mean squared error: %.2f" % mean_squared_error(actuals, predictions)) +# The coefficient of determination: 1 is perfect prediction +print("Coefficient of determination: %.2f" % r2_score(actuals, predictions)) +print("Model: ", model) + +# Print score report to a text file +(Path(args.score_report) / "score.txt").write_text( + "Scored with the following model:\n{}".format(model) +) +with open((Path(args.score_report) / "score.txt"), "a") as f: + f.write("\n Coefficients: \n %s \n" % str(model.coef_)) + f.write("Mean squared error: %.2f \n" % mean_squared_error(actuals, predictions)) + f.write("Coefficient of determination: %.2f \n" % r2_score(actuals, predictions)) diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/train.yml b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/train.yml new file mode 100644 index 000000000..3e543ddf1 --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/train.yml @@ -0,0 +1,23 @@ +# +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +name: TrainLinearRegressionModel +display_name: TrainLinearRegressionModel +version: 1 +type: command +inputs: + training_data: + type: path +outputs: + model_output: + type: path + test_data: + type: path +code: + local_path: ./train_src +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu:3 +command: >- + python train.py + --training_data ${{inputs.training_data}} + --test_data ${{outputs.test_data}} + --model_output ${{outputs.model_output}} +# diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/train_src/train.py b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/train_src/train.py new file mode 100644 index 000000000..3cbe9e855 --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/train_src/train.py @@ -0,0 +1,87 @@ +import argparse +from pathlib import Path +from uuid import uuid4 +from datetime import datetime +import os +import pandas as pd +from sklearn.linear_model import LinearRegression +from sklearn.model_selection import train_test_split +import pickle + +parser = argparse.ArgumentParser("train") +parser.add_argument("--training_data", type=str, help="Path to training data") +parser.add_argument("--test_data", type=str, help="Path to test data") +parser.add_argument("--model_output", type=str, help="Path of output model") + +args = parser.parse_args() + +print("hello training world...") + +lines = [ + f"Training data path: {args.training_data}", + f"Test data path: {args.test_data}", + f"Model output path: {args.model_output}", +] + +for line in lines: + print(line) + +print("mounted_path files: ") +arr = os.listdir(args.training_data) +print(arr) + +df_list = [] +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.training_data, filename), "r") as handle: + # print (handle.read()) + input_df = pd.read_csv((Path(args.training_data) / filename)) + df_list.append(input_df) + +train_data = df_list[0] +print(train_data.columns) + +# Split the data into input(X) and output(y) +y = train_data["cost"] +# X = train_data.drop(['cost'], axis=1) +X = train_data[ + [ + "distance", + "dropoff_latitude", + "dropoff_longitude", + "passengers", + "pickup_latitude", + "pickup_longitude", + "store_forward", + "vendor", + "pickup_weekday", + "pickup_month", + "pickup_monthday", + "pickup_hour", + "pickup_minute", + "pickup_second", + "dropoff_weekday", + "dropoff_month", + "dropoff_monthday", + "dropoff_hour", + "dropoff_minute", + "dropoff_second", + ] +] + +# Split the data into train and test sets +trainX, testX, trainy, testy = train_test_split(X, y, test_size=0.3, random_state=42) +print(trainX.shape) +print(trainX.columns) + +# Train a Linear Regression Model with the train set +model = LinearRegression().fit(trainX, trainy) +print(model.score(trainX, trainy)) + + +# Output the model and test data +pickle.dump(model, open((Path(args.model_output) / "model.sav"), "wb")) +# test_data = pd.DataFrame(testX, columns = ) +testX["cost"] = testy +print(testX.shape) +test_data = testX.to_csv((Path(args.test_data) / "test_data.csv")) diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/transform.yml b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/transform.yml new file mode 100644 index 000000000..d37dc1040 --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/transform.yml @@ -0,0 +1,20 @@ +# +$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json +name: TaxiFeatureEngineering +display_name: TaxiFeatureEngineering +version: 1 +type: command +inputs: + clean_data: + type: path +outputs: + transformed_data: + type: path +code: + local_path: ./transform_src +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu:3 +command: >- + python transform.py + --clean_data ${{inputs.clean_data}} + --transformed_data ${{outputs.transformed_data}} +# diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/transform_src/transform.py b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/transform_src/transform.py new file mode 100644 index 000000000..71472078c --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/transform_src/transform.py @@ -0,0 +1,144 @@ +import argparse +from pathlib import Path +from uuid import uuid4 +from datetime import datetime +import os +import pandas as pd +import numpy as np + +parser = argparse.ArgumentParser("transform") +parser.add_argument("--clean_data", type=str, help="Path to prepped data") +parser.add_argument("--transformed_data", type=str, help="Path of output data") + +args = parser.parse_args() + + +lines = [ + f"Clean data path: {args.clean_data}", + f"Transformed data output path: {args.transformed_data}", +] + +for line in lines: + print(line) + +print("mounted_path files: ") +arr = os.listdir(args.clean_data) +print(arr) + +df_list = [] +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.clean_data, filename), "r") as handle: + # print (handle.read()) + # ('input_df_%s' % filename) = pd.read_csv((Path(args.training_data) / filename)) + input_df = pd.read_csv((Path(args.clean_data) / filename)) + df_list.append(input_df) + + +# Transform the data +combined_df = df_list[1] +# These functions filter out coordinates for locations that are outside the city border. + +# Filter out coordinates for locations that are outside the city border. +# Chain the column filter commands within the filter() function +# and define the minimum and maximum bounds for each field + +combined_df = combined_df.astype( + { + "pickup_longitude": "float64", + "pickup_latitude": "float64", + "dropoff_longitude": "float64", + "dropoff_latitude": "float64", + } +) + +latlong_filtered_df = combined_df[ + (combined_df.pickup_longitude <= -73.72) + & (combined_df.pickup_longitude >= -74.09) + & (combined_df.pickup_latitude <= 40.88) + & (combined_df.pickup_latitude >= 40.53) + & (combined_df.dropoff_longitude <= -73.72) + & (combined_df.dropoff_longitude >= -74.72) + & (combined_df.dropoff_latitude <= 40.88) + & (combined_df.dropoff_latitude >= 40.53) +] + +latlong_filtered_df.reset_index(inplace=True, drop=True) + +# These functions replace undefined values and rename to use meaningful names. +replaced_stfor_vals_df = latlong_filtered_df.replace( + {"store_forward": "0"}, {"store_forward": "N"} +).fillna({"store_forward": "N"}) + +replaced_distance_vals_df = replaced_stfor_vals_df.replace( + {"distance": ".00"}, {"distance": 0} +).fillna({"distance": 0}) + +normalized_df = replaced_distance_vals_df.astype({"distance": "float64"}) + +# These functions transform the renamed data to be used finally for training. + +# Split the pickup and dropoff date further into the day of the week, day of the month, and month values. +# To get the day of the week value, use the derive_column_by_example() function. +# The function takes an array parameter of example objects that define the input data, +# and the preferred output. The function automatically determines your preferred transformation. +# For the pickup and dropoff time columns, split the time into the hour, minute, and second by using +# the split_column_by_example() function with no example parameter. After you generate the new features, +# use the drop_columns() function to delete the original fields as the newly generated features are preferred. +# Rename the rest of the fields to use meaningful descriptions. + +temp = pd.DatetimeIndex(normalized_df["pickup_datetime"], dtype="datetime64[ns]") +normalized_df["pickup_date"] = temp.date +normalized_df["pickup_weekday"] = temp.dayofweek +normalized_df["pickup_month"] = temp.month +normalized_df["pickup_monthday"] = temp.day +normalized_df["pickup_time"] = temp.time +normalized_df["pickup_hour"] = temp.hour +normalized_df["pickup_minute"] = temp.minute +normalized_df["pickup_second"] = temp.second + +temp = pd.DatetimeIndex(normalized_df["dropoff_datetime"], dtype="datetime64[ns]") +normalized_df["dropoff_date"] = temp.date +normalized_df["dropoff_weekday"] = temp.dayofweek +normalized_df["dropoff_month"] = temp.month +normalized_df["dropoff_monthday"] = temp.day +normalized_df["dropoff_time"] = temp.time +normalized_df["dropoff_hour"] = temp.hour +normalized_df["dropoff_minute"] = temp.minute +normalized_df["dropoff_second"] = temp.second + +del normalized_df["pickup_datetime"] +del normalized_df["dropoff_datetime"] + +normalized_df.reset_index(inplace=True, drop=True) + + +print(normalized_df.head) +print(normalized_df.dtypes) + + +# Drop the pickup_date, dropoff_date, pickup_time, dropoff_time columns because they're +# no longer needed (granular time features like hour, +# minute and second are more useful for model training). +del normalized_df["pickup_date"] +del normalized_df["dropoff_date"] +del normalized_df["pickup_time"] +del normalized_df["dropoff_time"] + +# Change the store_forward column to binary values +normalized_df["store_forward"] = np.where((normalized_df.store_forward == "N"), 0, 1) + +# Before you package the dataset, run two final filters on the dataset. +# To eliminate incorrectly captured data points, +# filter the dataset on records where both the cost and distance variable values are greater than zero. +# This step will significantly improve machine learning model accuracy, +# because data points with a zero cost or distance represent major outliers that throw off prediction accuracy. + +final_df = normalized_df[(normalized_df.distance > 0) & (normalized_df.cost > 0)] +final_df.reset_index(inplace=True, drop=True) +print(final_df.head) + +# Output data +transformed_data = final_df.to_csv( + (Path(args.transformed_data) / "transformed_data.csv") +) diff --git a/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/yellow_data.yml b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/yellow_data.yml new file mode 100644 index 000000000..0adf6dd8e --- /dev/null +++ b/cli/jobs/pipelines-with-components/nyc_taxi_data_regression/yellow_data.yml @@ -0,0 +1,9 @@ +# +$schema: https://azuremlschemas.azureedge.net/latest/dataset.schema.json +name: yellowdata +version: 3 +description: sample yellow taxi dataset +datastore: azureml:workspaceblobstore +local_path: ./data +path: /sample/data/path +# diff --git a/cli/jobs/pipelines/cifar-10/job.yml b/cli/jobs/pipelines/cifar-10/job.yml new file mode 100644 index 000000000..08d2edce2 --- /dev/null +++ b/cli/jobs/pipelines/cifar-10/job.yml @@ -0,0 +1,51 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +display_name: cifar-10-pipeline-example +experiment_name: cifar-10-pipeline-example +jobs: + get-data: + command: bash main.sh ${{outputs.cifar}} + code: + local_path: src/get-data + environment: + image: python:latest + compute: azureml:cpu-cluster + outputs: + cifar: + train-model: + command: >- + python main.py + --data-dir ${{inputs.cifar}} + --epochs ${{inputs.epochs}} + --model-dir ${{outputs.model_dir}} + code: + local_path: src/train-model + inputs: + epochs: 1 + cifar: ${{jobs.get-data.outputs.cifar}} + outputs: + model_dir: + environment: azureml:AzureML-pytorch-1.9-ubuntu18.04-py37-cuda11-gpu:6 + compute: azureml:gpu-cluster + distribution: + type: pytorch + process_count_per_instance: 2 + resources: + instance_count: 2 + eval-model: + command: >- + python main.py + --data-dir ${{inputs.cifar}} + --model-dir ${{inputs.model_dir}}/model + code: + local_path: src/eval-model + environment: azureml:AzureML-pytorch-1.9-ubuntu18.04-py37-cuda11-gpu:6 + compute: azureml:gpu-cluster + distribution: + type: pytorch + process_count_per_instance: 2 + resources: + instance_count: 1 + inputs: + cifar: ${{jobs.get-data.outputs.cifar}} + model_dir: ${{jobs.train-model.outputs.model_dir}} diff --git a/cli/jobs/pipelines/cifar-10/src/eval-model/main.py b/cli/jobs/pipelines/cifar-10/src/eval-model/main.py new file mode 100644 index 000000000..e30b86a00 --- /dev/null +++ b/cli/jobs/pipelines/cifar-10/src/eval-model/main.py @@ -0,0 +1,145 @@ +# Copyright (c) 2017 Facebook, Inc. All rights reserved. +# BSD 3-Clause License +# +# Script adapted from: https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html#sphx-glr-beginner-blitz-cifar10-tutorial-py +# ============================================================================== + +# imports +import os +import mlflow +import argparse + +import torch +import torchvision +import torchvision.transforms as transforms +import torch.nn as nn +import torch.nn.functional as F +import torch.optim as optim + +# TODO - add mlflow logging + +# define functions +def evaluate(test_loader, model, device): + classes = ( + "plane", + "car", + "bird", + "cat", + "deer", + "dog", + "frog", + "horse", + "ship", + "truck", + ) + + model.eval() + + correct = 0 + total = 0 + class_correct = list(0.0 for i in range(10)) + class_total = list(0.0 for i in range(10)) + with torch.no_grad(): + for data in test_loader: + images, labels = data[0].to(device), data[1].to(device) + outputs = model(images) + _, predicted = torch.max(outputs.data, 1) + total += labels.size(0) + correct += (predicted == labels).sum().item() + c = (predicted == labels).squeeze() + for i in range(10): + label = labels[i] + class_correct[label] += c[i].item() + class_total[label] += 1 + + # print total test set accuracy + print( + "Accuracy of the network on the 10000 test images: %d %%" + % (100 * correct / total) + ) + + # print test accuracy for each of the classes + for i in range(10): + print( + "Accuracy of %5s : %2d %%" + % (classes[i], 100 * class_correct[i] / class_total[i]) + ) + + +def main(args): + # get PyTorch environment variables + world_size = int(os.environ["WORLD_SIZE"]) + rank = int(os.environ["RANK"]) + local_rank = int(os.environ["LOCAL_RANK"]) + + distributed = world_size > 1 + + # set device + if distributed: + device = torch.device("cuda", local_rank) + else: + device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu") + + # initialize distributed process group using default env:// method + if distributed: + torch.distributed.init_process_group(backend="nccl") + + # define test dataset DataLoaders + transform = transforms.Compose( + [transforms.ToTensor(), transforms.Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5))] + ) + + test_set = torchvision.datasets.CIFAR10( + root=args.data_dir, train=False, download=False, transform=transform + ) + test_loader = torch.utils.data.DataLoader( + test_set, batch_size=args.batch_size, shuffle=False, num_workers=args.workers + ) + + # load model + model = mlflow.pytorch.load_model(args.model_dir) + model = model.to(device) + + # evaluate on full test dataset + if not distributed or rank == 0: + evaluate(test_loader, model, device) + + +def parse_args(): + # setup argparse + parser = argparse.ArgumentParser() + + # add arguments + parser.add_argument( + "--data-dir", type=str, help="directory containing CIFAR-10 dataset" + ) + parser.add_argument( + "--model-dir", type=str, default="./", help="input directory for model" + ) + parser.add_argument( + "--batch-size", + default=16, + type=int, + help="mini batch size for each gpu/process", + ) + parser.add_argument( + "--workers", + default=2, + type=int, + help="number of data loading workers for each gpu/process", + ) + + # parse args + args = parser.parse_args() + + # return args + return args + + +# run script +if __name__ == "__main__": + # parse args + args = parse_args() + + # call main function + main(args) diff --git a/cli/jobs/pipelines/cifar-10/src/get-data/main.sh b/cli/jobs/pipelines/cifar-10/src/get-data/main.sh new file mode 100644 index 000000000..7b1fc0725 --- /dev/null +++ b/cli/jobs/pipelines/cifar-10/src/get-data/main.sh @@ -0,0 +1,3 @@ +wget https://azuremlexamples.blob.core.windows.net/datasets/cifar-10-python.tar.gz +tar -xvzf cifar-10-python.tar.gz -C $1 +rm cifar-10-python.tar.gz \ No newline at end of file diff --git a/cli/jobs/pipelines/cifar-10/src/train-model/main.py b/cli/jobs/pipelines/cifar-10/src/train-model/main.py new file mode 100644 index 000000000..fc207fd2c --- /dev/null +++ b/cli/jobs/pipelines/cifar-10/src/train-model/main.py @@ -0,0 +1,197 @@ +# Copyright (c) 2017 Facebook, Inc. All rights reserved. +# BSD 3-Clause License +# +# Script adapted from: https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html#sphx-glr-beginner-blitz-cifar10-tutorial-py +# ============================================================================== + +# imports +import os +import mlflow +import argparse + +import torch +import torchvision +import torchvision.transforms as transforms +import torch.nn as nn +import torch.nn.functional as F +import torch.optim as optim + +# TODO - add mlflow logging + +# define network architecture +class Net(nn.Module): + def __init__(self): + super(Net, self).__init__() + self.conv1 = nn.Conv2d(3, 32, 3) + self.pool = nn.MaxPool2d(2, 2) + self.conv2 = nn.Conv2d(32, 64, 3) + self.conv3 = nn.Conv2d(64, 128, 3) + self.fc1 = nn.Linear(128 * 6 * 6, 120) + self.dropout = nn.Dropout(p=0.2) + self.fc2 = nn.Linear(120, 84) + self.fc3 = nn.Linear(84, 10) + + def forward(self, x): + x = F.relu(self.conv1(x)) + x = self.pool(F.relu(self.conv2(x))) + x = self.pool(F.relu(self.conv3(x))) + x = x.view(-1, 128 * 6 * 6) + x = self.dropout(F.relu(self.fc1(x))) + x = F.relu(self.fc2(x)) + x = self.fc3(x) + return x + + +# define functions +def train(train_loader, model, criterion, optimizer, epoch, device, print_freq, rank): + running_loss = 0.0 + for i, data in enumerate(train_loader, 0): + # get the inputs; data is a list of [inputs, labels] + inputs, labels = data[0].to(device), data[1].to(device) + + # zero the parameter gradients + optimizer.zero_grad() + + # forward + backward + optimize + outputs = model(inputs) + loss = criterion(outputs, labels) + loss.backward() + optimizer.step() + + # print statistics + running_loss += loss.item() + if i % print_freq == 0: # print every print_freq mini-batches + print( + "Rank %d: [%d, %5d] loss: %.3f" + % (rank, epoch + 1, i + 1, running_loss / print_freq) + ) + running_loss = 0.0 + + +def main(args): + # get PyTorch environment variables + world_size = int(os.environ["WORLD_SIZE"]) + rank = int(os.environ["RANK"]) + local_rank = int(os.environ["LOCAL_RANK"]) + + distributed = world_size > 1 + + # set device + if distributed: + device = torch.device("cuda", local_rank) + else: + device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu") + + # initialize distributed process group using default env:// method + if distributed: + torch.distributed.init_process_group(backend="nccl") + + # define train and dataset DataLoaders + transform = transforms.Compose( + [transforms.ToTensor(), transforms.Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5))] + ) + + train_set = torchvision.datasets.CIFAR10( + root=args.data_dir, train=True, download=False, transform=transform + ) + + if distributed: + train_sampler = torch.utils.data.distributed.DistributedSampler(train_set) + else: + train_sampler = None + + train_loader = torch.utils.data.DataLoader( + train_set, + batch_size=args.batch_size, + shuffle=(train_sampler is None), + num_workers=args.workers, + sampler=train_sampler, + ) + + model = Net().to(device) + + # wrap model with DDP + if distributed: + model = nn.parallel.DistributedDataParallel( + model, device_ids=[local_rank], output_device=local_rank + ) + + # define loss function and optimizer + criterion = nn.CrossEntropyLoss() + optimizer = optim.SGD( + model.parameters(), lr=args.learning_rate, momentum=args.momentum + ) + + # train the model + for epoch in range(args.epochs): + print("Rank %d: Starting epoch %d" % (rank, epoch)) + if distributed: + train_sampler.set_epoch(epoch) + model.train() + train( + train_loader, + model, + criterion, + optimizer, + epoch, + device, + args.print_freq, + rank, + ) + + print("Rank %d: Finished Training" % (rank)) + + if not distributed or rank == 0: + # log model + mlflow.pytorch.save_model(model, f"{args.model_dir}/model") + + +def parse_args(): + # setup argparse + parser = argparse.ArgumentParser() + + # add arguments + parser.add_argument( + "--data-dir", type=str, help="directory containing CIFAR-10 dataset" + ) + parser.add_argument( + "--model-dir", type=str, default="./", help="output directory for model" + ) + parser.add_argument("--epochs", default=10, type=int, help="number of epochs") + parser.add_argument( + "--batch-size", + default=16, + type=int, + help="mini batch size for each gpu/process", + ) + parser.add_argument( + "--workers", + default=2, + type=int, + help="number of data loading workers for each gpu/process", + ) + parser.add_argument( + "--learning-rate", default=0.001, type=float, help="learning rate" + ) + parser.add_argument("--momentum", default=0.9, type=float, help="momentum") + parser.add_argument( + "--print-freq", + default=200, + type=int, + help="frequency of printing training statistics", + ) + + # parse args + args = parser.parse_args() + + # return args + return args + + +# run script +if __name__ == "__main__": + # parse args + args = parse_args() + + # call main function + main(args) diff --git a/cli/jobs/pipelines/nyc-taxi/data/greenTaxiData.csv b/cli/jobs/pipelines/nyc-taxi/data/greenTaxiData.csv new file mode 100644 index 000000000..a186c328a --- /dev/null +++ b/cli/jobs/pipelines/nyc-taxi/data/greenTaxiData.csv @@ -0,0 +1,5001 @@ +vendorID,lpepPickupDatetime,lpepDropoffDatetime,passengerCount,tripDistance,puLocationId,doLocationId,pickupLongitude,pickupLatitude,dropoffLongitude,dropoffLatitude,rateCodeID,storeAndFwdFlag,paymentType,fareAmount,extra,mtaTax,improvementSurcharge,tipAmount,tollsAmount,ehailFee,totalAmount,tripType +2,2016-01-03 21:02:35,2016-01-03 21:05:52,1,0.83,,,-73.98726654052734,40.6938362121582,-73.97611236572266,40.69454574584961,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-19 21:49:17,2016-01-19 21:54:37,1,1.27,,,-73.94845581054688,40.80146789550781,-73.95975494384766,40.81214904785156,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-05 09:46:18,2016-01-05 09:57:28,1,1.8,,,-73.9554443359375,40.6797981262207,-73.98030853271484,40.678741455078125,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-08 17:49:12,2016-01-08 17:52:20,1,0.5,,,-73.92293548583984,40.76081848144531,-73.92549896240234,40.75471496582031,1,N,1,4.0,1.0,0.5,0.3,1.15,0.0,,6.95,1.0 +1,2016-01-29 10:28:21,2016-01-29 10:34:59,1,0.9,,,-73.92304229736328,40.664939880371094,-73.91104125976562,40.66966247558594,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 13:08:46,2016-01-30 13:20:20,1,2.72,,,-73.8973159790039,40.746253967285156,-73.89237213134766,40.77496337890625,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-26 19:59:15,2016-01-26 20:10:07,1,2.43,,,-73.90950775146484,40.87456130981445,-73.90647888183594,40.90352249145508,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-08 16:32:18,2016-01-08 17:05:38,1,6.83,,,-73.9500503540039,40.80010223388672,-73.94535064697266,40.75603103637695,1,N,1,25.0,1.0,0.5,0.3,5.36,0.0,,32.16,1.0 +2,2016-01-04 10:06:22,2016-01-04 10:08:52,1,0.45,,,-74.0144271850586,40.67601776123047,-74.01203918457031,40.67219161987305,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-09 02:34:05,2016-01-09 02:37:43,1,0.77,,,-73.98458099365234,40.67120361328125,-73.97817993164062,40.66605758666992,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-14 01:14:45,2016-01-14 01:27:24,1,2.2,,,-73.96582794189453,40.68327331542969,-73.99366760253906,40.699737548828125,1,N,1,11.0,0.5,0.5,0.3,1.5,0.0,,13.8,1.0 +1,2016-01-12 16:14:12,2016-01-12 16:21:59,1,1.5,,,-73.94767761230469,40.6324462890625,-73.94902801513672,40.612159729003906,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-09 17:35:52,2016-01-09 18:05:29,1,6.27,,,-73.96052551269531,40.715213775634766,-73.98792266845703,40.745811462402344,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,,30.36,1.0 +1,2016-01-14 20:17:20,2016-01-14 20:26:58,1,2.0,,,-73.96453094482422,40.80733871459961,-73.95561218261719,40.78779602050781,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-17 20:38:08,2016-01-17 20:46:11,1,1.54,,,-73.88248443603516,40.750484466552734,-73.8807601928711,40.76130676269531,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 01:20:28,2016-01-10 01:25:03,1,1.24,,,-73.92410278320312,40.7398796081543,-73.9117202758789,40.729801177978516,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 16:56:54,2016-01-09 17:01:04,1,0.75,,,-73.95661163330078,40.71691131591797,-73.96553039550781,40.71107864379883,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +1,2016-01-08 20:56:41,2016-01-08 21:05:34,1,2.2,,,-73.92512512207031,40.773414611816406,-73.9442138671875,40.747501373291016,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-02 15:49:53,2016-01-02 16:20:21,2,7.0,,,-73.94800567626953,40.79001235961914,-73.97544860839844,40.752384185791016,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-15 04:23:43,2016-01-15 04:41:06,1,5.1,,,-73.95987701416016,40.660118103027344,-73.87281036376953,40.66606140136719,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-21 10:18:02,2016-01-21 10:46:36,1,18.51,,,-73.94915771484375,40.78546905517578,-73.77632141113281,40.645477294921875,2,N,1,52.0,0.0,0.5,0.3,14.58,5.54,,72.92,1.0 +1,2016-01-30 12:45:11,2016-01-30 12:51:11,1,1.1,,,-73.88922119140625,40.747074127197266,-73.9033203125,40.74262619018555,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-23 03:51:20,2016-01-23 03:56:36,2,0.63,,,-73.89102935791016,40.74678421020508,-73.88086700439453,40.745330810546875,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 20:32:15,2016-01-10 20:49:16,1,3.28,,,-73.88433074951172,40.747703552246094,-73.9351806640625,40.752708435058594,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-30 20:27:03,2016-01-30 20:50:25,3,2.51,,,-73.87657165527344,40.748321533203125,-73.87213897705078,40.75114440917969,1,N,1,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-03 15:16:58,2016-01-03 15:26:27,1,2.04,,,-73.86207580566406,40.733821868896484,-73.84219360351562,40.71920394897461,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-27 21:09:20,2016-01-27 21:24:00,1,3.42,,,-73.93920135498047,40.79081344604492,-73.90558624267578,40.82627868652344,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-27 06:31:55,2016-01-27 07:06:28,1,6.57,,,-73.9471435546875,40.68547821044922,-73.93574523925781,40.75715255737305,1,N,1,27.0,0.0,0.5,0.3,0.0,0.0,,27.8,1.0 +1,2016-01-20 23:40:11,2016-01-20 23:51:46,1,7.4,,,-73.9559097290039,40.71403503417969,-73.97982025146484,40.65130615234375,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-07 10:10:37,2016-01-07 10:26:26,2,2.78,,,-73.96597290039062,40.808616638183594,-73.9569320678711,40.78090286254883,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-02 20:49:50,2016-01-02 20:54:30,1,1.6,,,-73.95325469970703,40.7885856628418,-73.94995880126953,40.80547332763672,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-09 21:36:48,2016-01-09 21:47:44,1,1.78,,,-73.98467254638672,40.66327667236328,-73.98686981201172,40.67889404296875,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-22 18:57:36,2016-01-22 19:03:36,1,0.97,,,-73.95282745361328,40.79841613769531,-73.94450378417969,40.7948112487793,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-07 12:07:55,2016-01-07 12:15:22,1,1.5,,,-73.95414733886719,40.5871696472168,-73.93515014648438,40.595401763916016,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-01 00:43:15,2016-01-01 00:52:15,1,1.5,,,-73.93572998046875,40.821956634521484,-73.95130920410156,40.80854797363281,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-02 23:45:50,2016-01-02 23:56:41,1,1.29,,,-73.91263580322266,40.77446746826172,-73.92195892333984,40.76032257080078,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-27 19:44:28,2016-01-27 20:01:47,1,2.7,,,-73.87421417236328,40.73504638671875,-73.8763427734375,40.70232009887695,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,,17.3,1.0 +2,2016-01-25 20:00:05,2016-01-25 20:04:15,1,0.55,,,-73.91510009765625,40.763816833496094,-73.92115020751953,40.756343841552734,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-08 20:22:11,2016-01-08 20:30:59,1,1.32,,,-73.90750885009766,40.773921966552734,-73.91443634033203,40.76045608520508,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-08 19:51:38,2016-01-08 19:55:07,1,0.62,,,-73.95433807373047,40.730377197265625,-73.95500946044922,40.73464584350586,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 22:21:13,2016-01-01 22:31:07,1,1.17,,,-73.95972442626953,40.7159538269043,-73.9571304321289,40.720947265625,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-12 19:48:41,2016-01-12 19:55:05,3,2.08,,,-73.97664642333984,40.69636154174805,-73.94133758544922,40.698482513427734,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-29 11:06:29,2016-01-29 11:18:10,1,2.7,,,-73.93203735351562,40.85089874267578,-73.94969940185547,40.8260612487793,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-22 17:32:40,2016-01-22 17:46:59,1,2.25,,,-73.89421844482422,40.866580963134766,-73.88619995117188,40.84292984008789,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-04 10:54:22,2016-01-04 11:13:06,1,5.11,,,-73.90695190429688,40.745792388916016,-73.8288345336914,40.71327209472656,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-07 16:46:50,2016-01-07 16:51:46,1,0.78,,,-73.8900146484375,40.74700927734375,-73.89563751220703,40.74251937866211,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 19:19:56,2016-01-29 19:56:37,1,6.13,,,-73.89350128173828,40.746639251708984,-73.83353424072266,40.697532653808594,1,N,1,26.0,1.0,0.5,0.3,5.56,0.0,,33.36,1.0 +2,2016-01-01 00:43:18,2016-01-01 01:04:03,3,5.77,,,-73.93875885009766,40.79650115966797,-73.89451599121094,40.84245681762695,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-22 09:04:09,2016-01-22 09:06:16,1,0.67,,,-73.85063171386719,40.710838317871094,-73.84514617919922,40.719520568847656,1,N,1,4.0,0.0,0.5,0.3,5.0,0.0,,9.8,1.0 +2,2016-01-04 22:45:57,2016-01-04 22:53:04,1,1.59,,,-73.93618774414062,40.820316314697266,-73.92536163330078,40.83454132080078,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-22 20:13:12,2016-01-22 20:32:56,2,4.2,,,-73.91714477539062,40.743160247802734,-73.95184326171875,40.71489715576172,1,N,1,17.5,0.5,0.5,0.3,4.7,0.0,,23.5,1.0 +2,2016-01-27 03:27:16,2016-01-27 03:38:12,1,3.2,,,-73.96611785888672,40.69356155395508,-74.00548553466797,40.71122360229492,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-20 22:26:07,2016-01-20 22:30:17,1,0.79,,,-73.94733428955078,40.71139144897461,-73.94295501708984,40.705596923828125,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-13 01:33:27,2016-01-13 01:37:01,1,0.91,,,-73.95095825195312,40.72408676147461,-73.95523834228516,40.73667526245117,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-12 10:22:59,2016-01-12 10:32:25,5,1.28,,,-73.94917297363281,40.79656219482422,-73.96593475341797,40.79517364501953,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-19 18:17:50,2016-01-19 18:37:33,1,3.91,,,-73.84427642822266,40.72153091430664,-73.79993438720703,40.68461227416992,1,N,2,15.5,1.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-29 23:32:57,2016-01-29 23:48:29,1,6.58,,,-73.92225646972656,40.74335479736328,-73.83277893066406,40.753814697265625,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-10 22:39:54,2016-01-10 22:44:31,1,1.5,,,-73.95148468017578,40.7430305480957,-73.94673919677734,40.72232437133789,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-12 09:32:08,2016-01-12 09:36:28,1,0.47,,,-73.95209503173828,40.79807662963867,-73.94942474365234,40.793548583984375,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 00:42:24,2016-01-01 01:08:08,1,6.21,,,-73.92894744873047,40.69097137451172,-74.00169372558594,40.678035736083984,1,N,1,22.0,0.5,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-19 20:09:26,2016-01-19 20:31:15,1,2.9,,,-73.87206268310547,40.653587341308594,-73.91075134277344,40.66389846801758,1,N,1,13.5,0.5,0.5,0.3,2.0,0.0,,16.8,1.0 +1,2016-01-20 14:11:01,2016-01-20 14:28:23,3,2.5,,,-73.96930694580078,40.695472717285156,-73.96943664550781,40.693115234375,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-13 23:56:33,2016-01-13 23:56:37,1,0.12,,,-73.91903686523438,40.85008239746094,-73.9172592163086,40.851318359375,5,N,1,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-22 10:25:43,2016-01-22 10:37:50,1,2.1,,,-73.8563461303711,40.74604034423828,-73.84168243408203,40.718910217285156,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-14 21:40:29,2016-01-14 21:44:33,5,0.71,,,-73.95166778564453,40.71492385864258,-73.94313049316406,40.71687698364258,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-19 20:33:44,2016-01-19 20:35:38,1,0.7,,,-73.94973754882812,40.79612350463867,-73.9561538696289,40.78734588623047,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-21 08:58:12,2016-01-21 09:02:28,1,1.13,,,-73.91207885742188,40.77537536621094,-73.8966064453125,40.77295684814453,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-19 17:13:28,2016-01-19 17:29:11,1,2.99,,,-73.95365142822266,40.787071228027344,-73.98760986328125,40.773765563964844,1,N,1,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-02 02:21:45,2016-01-02 02:24:12,1,0.8,,,-73.98068237304688,40.6763801574707,-73.98150634765625,40.667236328125,1,Y,1,4.5,0.5,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-27 19:24:26,2016-01-27 19:35:27,1,1.98,,,-73.96411895751953,40.80796813964844,-73.98088073730469,40.782630920410156,1,N,1,10.0,1.0,0.5,0.3,1.1,0.0,,12.9,1.0 +2,2016-01-03 20:25:35,2016-01-03 20:46:12,1,8.72,,,-73.9544448852539,40.789764404296875,-73.96366119384766,40.7095947265625,1,N,2,26.0,0.5,0.5,0.3,0.0,0.0,,27.3,1.0 +2,2016-01-22 16:31:31,2016-01-22 16:42:07,1,2.85,,,-73.80670166015625,40.70096969604492,-73.79900360107422,40.66718673706055,1,N,1,11.0,1.0,0.5,0.3,2.2,0.0,,15.0,1.0 +1,2016-01-03 01:53:31,2016-01-03 02:13:49,1,3.8,,,-73.90458679199219,40.74531555175781,-73.85304260253906,40.7219123840332,1,Y,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-12 14:18:33,2016-01-12 14:30:42,6,2.74,,,-73.92434692382812,40.76826858520508,-73.8869857788086,40.75398254394531,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-22 18:49:23,2016-01-22 19:15:00,1,7.58,,,-73.93301391601562,40.855953216552734,-73.98658752441406,40.76847839355469,1,N,1,26.5,1.0,0.5,0.3,5.66,0.0,,33.96,1.0 +2,2016-01-08 09:27:16,2016-01-08 09:46:23,1,3.44,,,-73.9801254272461,40.687767028808594,-74.00267028808594,40.71623611450195,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-09 04:48:19,2016-01-09 05:13:44,1,9.43,,,-73.95817565917969,40.72163009643555,-73.96357727050781,40.64177322387695,1,N,2,30.5,0.5,0.5,0.3,0.0,0.0,,31.8,1.0 +2,2016-01-27 22:39:28,2016-01-27 22:44:55,5,1.2,,,-73.9033432006836,40.74586868286133,-73.921142578125,40.74533462524414,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 16:34:07,2016-01-26 16:38:04,1,0.85,,,-73.97655487060547,40.6822624206543,-73.9725341796875,40.67416763305664,1,N,1,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-26 10:36:18,2016-01-26 10:49:56,1,1.48,,,-73.94928741455078,40.7971305847168,-73.96231842041016,40.810638427734375,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,,11.8,1.0 +1,2016-01-12 17:43:41,2016-01-12 17:48:54,1,0.7,,,-73.9538803100586,40.587318420410156,-73.95709991455078,40.58353805541992,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-02 13:53:52,2016-01-02 14:02:58,5,1.56,,,-73.94174194335938,40.798736572265625,-73.94412994384766,40.814762115478516,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-29 19:34:40,2016-01-29 19:41:42,1,1.1,,,-73.98994445800781,40.69140625,-73.99620819091797,40.696136474609375,1,N,1,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-11 22:17:53,2016-01-11 22:31:22,2,1.77,,,-73.89142608642578,40.74659729003906,-73.90349578857422,40.752098083496094,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-24 23:49:56,2016-01-24 23:51:02,1,0.1,,,-73.92121124267578,40.76680374145508,-73.91929626464844,40.76585006713867,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-08 19:41:54,2016-01-08 19:49:00,5,1.52,,,-73.96586608886719,40.693275451660156,-73.94278717041016,40.692081451416016,1,N,1,7.0,1.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-14 07:38:49,2016-01-14 08:02:21,1,3.58,,,-73.97615814208984,40.69343185424805,-73.97478485107422,40.69590377807617,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-05 12:59:14,2016-01-05 13:03:48,2,0.63,,,-73.96112823486328,40.71892547607422,-73.96235656738281,40.712486267089844,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-28 14:03:49,2016-01-28 14:09:43,2,0.5,,,-73.9429702758789,40.836605072021484,-73.9427261352539,40.83217239379883,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-03 02:49:51,2016-01-03 03:12:38,1,3.64,,,-73.9432144165039,40.71474075317383,-73.95936584472656,40.71644973754883,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-07 17:47:25,2016-01-07 17:58:12,1,2.07,,,-73.96153259277344,40.80609130859375,-73.98027038574219,40.78304672241211,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-10 05:29:22,2016-01-10 05:53:41,1,9.52,,,-73.91970825195312,40.758052825927734,-73.94446563720703,40.70486831665039,1,N,1,28.5,0.5,0.5,0.3,5.96,0.0,,35.76,1.0 +2,2016-01-29 12:56:47,2016-01-29 13:15:58,1,3.84,,,-73.80976104736328,40.70585632324219,-73.83352661132812,40.67288589477539,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-28 16:07:00,2016-01-28 17:44:46,1,10.56,,,-74.00019073486328,40.57874298095703,-73.94194793701172,40.67996597290039,1,N,1,62.5,1.0,0.5,0.3,12.86,0.0,,77.16,1.0 +2,2016-01-27 14:25:54,2016-01-27 14:35:14,1,0.74,,,-73.98727416992188,40.6939582824707,-73.9825439453125,40.68610763549805,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 09:07:16,2016-01-05 09:12:01,1,1.11,,,-73.83930206298828,40.71962356567383,-73.85798645019531,40.72325134277344,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-04 14:45:13,2016-01-04 14:54:56,1,1.3,,,-73.87525177001953,40.76245880126953,-73.86295318603516,40.7498893737793,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-21 11:21:52,2016-01-21 11:33:32,1,1.84,,,-73.94157409667969,40.787353515625,-73.95526123046875,40.8045654296875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-15 12:00:27,2016-01-15 12:12:58,1,2.0,,,-73.95394134521484,40.79084014892578,-73.965087890625,40.80645751953125,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,,12.3,1.0 +1,2016-01-14 21:20:28,2016-01-14 21:32:04,1,2.3,,,-73.89490509033203,40.74813461303711,-73.90293884277344,40.72085189819336,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-09 22:44:57,2016-01-09 22:53:26,1,2.17,,,-73.95557403564453,40.804508209228516,-73.94070434570312,40.83302307128906,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-25 08:39:29,2016-01-25 08:49:13,1,1.27,,,-73.97002410888672,40.69420623779297,-73.986572265625,40.701541900634766,1,N,1,8.0,0.0,0.5,0.3,1.32,0.0,,10.12,1.0 +2,2016-01-15 07:23:50,2016-01-15 07:33:39,1,1.64,,,-73.90108489990234,40.74602127075195,-73.8954849243164,40.726646423339844,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-25 16:30:47,2016-01-25 16:37:40,1,0.71,,,-73.94625854492188,40.82119369506836,-73.94585418701172,40.81467056274414,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-29 14:31:59,2016-01-29 14:41:07,1,0.9,,,-73.95340728759766,40.788482666015625,-73.9425277709961,40.78741455078125,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-06 16:52:06,2016-01-06 16:56:50,1,0.7,,,-73.9469223022461,40.800933837890625,-73.94322204589844,40.81073760986328,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 23:52:50,2016-01-29 00:00:24,1,1.49,,,-73.87962341308594,40.8401985168457,-73.88282775878906,40.85753631591797,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-24 11:20:43,2016-01-24 11:34:21,1,1.64,,,-73.95276641845703,40.810611724853516,-73.96598052978516,40.79509353637695,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-26 19:37:20,2016-01-26 20:02:47,1,2.63,,,-73.9522705078125,40.78990936279297,-73.96334075927734,40.761962890625,1,N,1,17.0,1.0,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-29 15:26:50,2016-01-29 15:58:31,1,7.32,,,-73.83975982666016,40.71985626220703,-73.92926025390625,40.702674865722656,1,N,1,27.0,0.0,0.5,0.3,0.0,0.0,,27.8,1.0 +1,2016-01-18 08:25:51,2016-01-18 08:33:24,1,2.8,,,-73.9455337524414,40.83339309692383,-73.96550750732422,40.80207824707031,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-15 18:14:28,2016-01-15 18:20:32,2,1.0,,,-73.94513702392578,40.71902084350586,-73.9389419555664,40.72618865966797,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-17 09:00:33,2016-01-17 09:02:31,1,0.51,,,-73.94141387939453,40.798622131347656,-73.94810485839844,40.80399703979492,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-19 12:18:58,2016-01-19 12:42:36,1,4.26,,,-73.97953033447266,40.66944885253906,-73.93274688720703,40.68825149536133,1,N,1,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-14 17:38:02,2016-01-14 17:41:33,1,0.54,,,-73.9193344116211,40.832481384277344,-73.91320037841797,40.83845520019531,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 00:11:10,2016-01-01 00:13:21,1,0.25,,,-73.87283325195312,40.74905014038086,-73.87454986572266,40.74734115600586,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-15 00:50:15,2016-01-15 00:56:41,1,1.3,,,-73.97881317138672,40.68387222290039,-73.9869613647461,40.66849136352539,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-22 12:42:44,2016-01-22 12:59:00,1,1.87,,,-73.98859405517578,40.675453186035156,-73.96453857421875,40.68202590942383,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,,15.38,1.0 +2,2016-01-01 19:14:23,2016-01-01 19:32:23,1,3.99,,,-73.9905014038086,40.68659210205078,-73.99588012695312,40.73214340209961,1,N,1,16.0,0.0,0.5,0.3,4.2,0.0,,21.0,1.0 +2,2016-01-02 16:59:32,2016-01-02 17:14:02,5,2.25,,,-73.9956283569336,40.67918014526367,-74.01536560058594,40.677040100097656,1,N,1,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-12 17:34:31,2016-01-12 17:38:35,2,0.76,,,-73.94686126708984,40.65568542480469,-73.94196319580078,40.6628532409668,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-28 14:48:18,2016-01-28 15:28:30,1,8.43,,,-73.92692565917969,40.807682037353516,-73.83924102783203,40.852203369140625,1,N,2,33.0,0.0,0.5,0.3,0.0,0.0,,33.8,1.0 +2,2016-01-08 17:47:10,2016-01-08 17:53:09,1,0.87,,,-73.91930389404297,40.80763626098633,-73.92312622070312,40.81657028198242,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 12:12:57,2016-01-30 12:40:48,5,3.45,,,-73.95890045166016,40.72777557373047,-73.99103546142578,40.718318939208984,1,N,1,18.5,0.0,0.5,0.3,5.79,0.0,,25.09,1.0 +2,2016-01-30 00:43:00,2016-01-30 00:45:14,1,0.47,,,-73.95785522460938,40.67085647583008,-73.95365905761719,40.674346923828125,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-06 14:07:05,2016-01-06 14:13:52,1,2.01,,,-73.86914825439453,40.7337760925293,-73.8935546875,40.7264404296875,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-13 08:40:48,2016-01-13 09:00:42,1,5.3,,,-73.94222259521484,40.84199142456055,-73.98271942138672,40.78338623046875,1,N,1,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +1,2016-01-29 14:20:07,2016-01-29 14:51:04,1,3.2,,,-73.95845794677734,40.71719741821289,-73.9444351196289,40.68922424316406,1,N,1,19.5,0.0,0.5,0.3,4.05,0.0,,24.35,1.0 +2,2016-01-02 02:37:32,2016-01-02 02:48:42,5,3.35,,,-73.9404296875,40.79338836669922,-73.94100189208984,40.825931549072266,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-10 01:01:28,2016-01-10 01:19:40,1,9.65,,,-73.9444580078125,40.81442642211914,-73.99060821533203,40.71333312988281,1,N,1,28.5,0.5,0.5,0.3,4.0,0.0,,33.8,1.0 +2,2016-01-11 14:41:58,2016-01-11 15:00:23,1,2.87,,,-73.93830108642578,40.79636764526367,-73.9415054321289,40.8046760559082,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-25 19:48:48,2016-01-25 19:50:19,1,0.29,,,-73.94036102294922,40.81467819213867,-73.93682861328125,40.81575012207031,1,N,1,3.0,1.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-17 04:44:03,2016-01-17 05:04:44,1,4.36,,,-73.95752716064453,40.722286224365234,-73.9221420288086,40.7619743347168,1,N,1,18.0,0.5,0.5,0.3,2.0,0.0,,21.3,1.0 +1,2016-01-18 03:26:21,2016-01-18 03:34:07,1,0.9,,,-73.8834228515625,40.74760055541992,-73.88288116455078,40.75749969482422,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-06 17:34:45,2016-01-06 18:02:21,1,8.3,,,-73.94022369384766,40.8407096862793,-73.98052215576172,40.7518424987793,1,N,1,27.0,1.0,0.5,0.3,8.6,0.0,,37.4,1.0 +2,2016-01-20 00:29:43,2016-01-20 00:32:49,1,0.53,,,-73.96602630615234,40.804805755615234,-73.95965576171875,40.808555603027344,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-23 00:23:44,2016-01-23 00:28:02,1,1.04,,,-73.83036804199219,40.71358871459961,-73.84022521972656,40.702125549316406,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-02 18:44:56,2016-01-02 18:49:02,1,0.78,,,-73.9405288696289,40.80586624145508,-73.93871307373047,40.81573486328125,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-28 23:14:00,2016-01-28 23:20:07,1,0.94,,,-73.93094635009766,40.755165100097656,-73.944580078125,40.75669479370117,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-22 23:46:07,2016-01-23 00:01:04,1,5.01,,,-73.9403305053711,40.840599060058594,-73.9655532836914,40.79055404663086,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-22 21:57:32,2016-01-22 22:06:48,1,1.89,,,-73.9366455078125,40.82059097290039,-73.90312194824219,40.8127555847168,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-25 14:51:20,2016-01-25 15:46:03,1,4.44,,,-73.89085388183594,40.746429443359375,-73.83248138427734,40.76104736328125,1,N,2,31.5,0.0,0.5,0.3,0.0,0.0,,32.3,1.0 +2,2016-01-15 09:18:27,2016-01-16 08:40:35,1,1.83,,,-73.94149017333984,40.699462890625,-73.92320251464844,40.68519592285156,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-10 18:11:09,2016-01-10 18:17:55,1,1.69,,,-73.94775390625,40.825103759765625,-73.95336151123047,40.80209732055664,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 22:39:18,2016-01-09 22:56:06,1,6.15,,,-73.95821380615234,40.71932601928711,-73.86329650878906,40.72557830810547,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-16 23:58:34,2016-01-17 00:06:44,1,1.98,,,-73.9540023803711,40.665592193603516,-73.95832824707031,40.69057083129883,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-15 17:36:24,2016-01-15 17:49:20,1,2.16,,,-73.95501708984375,40.80259323120117,-73.95269775390625,40.8256721496582,1,N,1,10.5,1.0,0.5,0.3,3.69,0.0,,15.99,1.0 +2,2016-01-12 14:50:02,2016-01-12 15:24:29,1,6.67,,,-73.86172485351562,40.730525970458984,-73.96125793457031,40.765010833740234,1,N,2,27.0,0.0,0.5,0.3,0.0,0.0,,27.8,1.0 +1,2016-01-03 14:15:31,2016-01-03 14:37:53,1,8.4,,,-73.94078063964844,40.679954528808594,-74.0086441040039,40.65576171875,1,N,2,26.5,0.0,0.5,0.3,0.0,0.0,,27.3,1.0 +1,2016-01-26 14:59:05,2016-01-26 15:16:33,1,3.8,,,-73.95976257324219,40.720191955566406,-73.97476959228516,40.74937057495117,1,N,2,15.5,0.0,0.5,0.3,0.0,5.54,,21.84,1.0 +2,2016-01-13 12:20:42,2016-01-13 12:26:59,1,1.18,,,-73.94879913330078,40.80338668823242,-73.9458999633789,40.7902946472168,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 20:41:45,2016-01-29 20:46:50,1,0.65,,,-73.83032989501953,40.71354293823242,-73.83638763427734,40.70729064941406,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-21 18:26:39,2016-01-21 18:34:32,1,0.85,,,-73.88542938232422,40.747615814208984,-73.88695526123047,40.759033203125,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 12:19:12,2016-01-29 12:37:24,3,7.79,,,-73.94393920898438,40.7467041015625,-73.87345123291016,40.77418899536133,1,N,1,24.0,0.0,0.5,0.3,4.96,0.0,,29.76,1.0 +2,2016-01-23 02:30:47,2016-01-23 02:52:25,2,4.01,,,-73.86941528320312,40.749168395996094,-73.90074920654297,40.777198791503906,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-16 18:02:30,2016-01-16 18:22:28,2,3.37,,,-73.95452880859375,40.718841552734375,-73.919189453125,40.70053482055664,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-15 23:22:06,2016-01-15 23:25:56,1,0.65,,,-73.95547485351562,40.681068420410156,-73.94308471679688,40.68000411987305,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-25 16:01:09,2016-01-25 16:08:58,1,0.79,,,-73.92448425292969,40.76833724975586,-73.91830444335938,40.7598762512207,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-07 13:38:19,2016-01-07 13:48:34,1,1.84,,,-73.94859313964844,40.82887268066406,-73.94891357421875,40.80929183959961,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-30 00:07:24,2016-01-30 00:16:43,1,2.68,,,-73.93907165527344,40.8050651550293,-73.9566879272461,40.77152633666992,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-02 18:55:02,2016-01-02 19:20:02,1,5.94,,,-73.91870880126953,40.75879669189453,-73.98403930664062,40.72578430175781,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-02 21:50:08,2016-01-02 21:57:36,1,0.85,,,-73.95004272460938,40.71709442138672,-73.96178436279297,40.71383285522461,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-09 06:51:04,2016-01-09 07:03:23,1,2.85,,,-73.91654968261719,40.81903076171875,-73.93718719482422,40.80099868774414,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-17 10:23:33,2016-01-17 10:29:49,1,1.03,,,-73.9544448852539,40.80585861206055,-73.93914031982422,40.80495071411133,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +1,2016-01-25 10:01:04,2016-01-25 10:06:47,1,0.7,,,-73.93885803222656,40.84468460083008,-73.93266296386719,40.852996826171875,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-21 19:39:54,2016-01-21 19:46:02,1,1.0,,,-73.99439239501953,40.69038772583008,-73.98979949951172,40.681678771972656,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-05 21:40:29,2016-01-05 21:47:13,1,1.1,,,-73.95428466796875,40.80596923828125,-73.94122314453125,40.80686569213867,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-09 10:39:07,2016-01-09 10:46:14,1,1.53,,,-73.95491027832031,40.733577728271484,-73.96022033691406,40.71526336669922,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-24 12:49:56,2016-01-24 13:09:14,1,6.8,,,-73.93853759765625,40.85100555419922,-73.98048400878906,40.77011489868164,1,N,1,22.0,0.0,0.5,0.3,5.7,0.0,,28.5,1.0 +1,2016-01-13 20:35:00,2016-01-13 20:39:59,1,0.9,,,-73.80777740478516,40.70045471191406,-73.80122375488281,40.704978942871094,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 17:33:40,2016-01-13 17:37:33,1,0.47,,,-73.95092010498047,40.8260498046875,-73.95539855957031,40.82022476196289,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 03:36:43,2016-01-01 03:36:48,1,0.12,,,-73.95541381835938,40.71610641479492,-73.95674896240234,40.71482849121094,5,N,2,20.0,0.0,0.0,0,0.0,0.0,,20.0,2.0 +1,2016-01-01 00:36:39,2016-01-01 00:50:32,1,2.9,,,-73.9591293334961,40.6775016784668,-73.93603515625,40.69734191894531,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-10 22:44:29,2016-01-10 22:55:53,1,2.41,,,-73.91629791259766,40.82335662841797,-73.91685485839844,40.83837890625,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-09 22:21:40,2016-01-09 22:45:16,1,7.97,,,-73.91173553466797,40.75307083129883,-73.95014190673828,40.6877555847168,1,N,2,26.5,0.5,0.5,0.3,0.0,0.0,,27.8,1.0 +1,2016-01-05 14:48:58,2016-01-05 15:14:47,2,9.9,,,-73.93091583251953,40.865264892578125,-73.97840881347656,40.75252914428711,1,N,1,31.0,0.5,0.5,0.3,6.46,0.0,,38.76,1.0 +1,2016-01-06 19:48:43,2016-01-06 19:55:55,2,1.2,,,-73.8690185546875,40.73432159423828,-73.88948059082031,40.73931121826172,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-05 08:04:07,2016-01-05 08:07:53,1,0.6,,,-73.94691467285156,40.81041717529297,-73.94041442871094,40.814430236816406,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-05 18:11:36,2016-01-05 18:19:52,1,0.75,,,-73.84518432617188,40.71950912475586,-73.83406829833984,40.717796325683594,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-11 12:29:05,2016-01-11 12:46:38,6,2.79,,,-73.8836669921875,40.74766159057617,-73.93512725830078,40.74496841430664,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-13 23:40:34,2016-01-13 23:46:26,1,1.47,,,-73.9332504272461,40.68599319458008,-73.94889831542969,40.67681121826172,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-01 01:50:45,2016-01-01 01:55:30,1,0.77,,,-73.9033432006836,40.745723724365234,-73.90633392333984,40.75303649902344,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 20:37:03,2016-01-01 20:42:53,1,1.52,,,-73.93904876708984,40.80526351928711,-73.95024871826172,40.786895751953125,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-08 14:46:42,2016-01-08 14:49:25,1,0.88,,,-73.96216583251953,40.710201263427734,-73.96379852294922,40.71638488769531,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +1,2016-01-16 12:04:53,2016-01-16 12:11:46,1,1.5,,,-73.93726348876953,40.802711486816406,-73.95246887207031,40.78955078125,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-25 02:50:30,2016-01-25 03:05:36,1,7.2,,,-73.9878158569336,40.702484130859375,-73.9490966796875,40.773521423339844,1,N,1,21.5,0.5,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-20 16:27:56,2016-01-20 16:43:27,1,2.57,,,-73.9433364868164,40.83595275878906,-73.91191864013672,40.854148864746094,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-08 14:11:10,2016-01-08 14:30:02,1,2.77,,,-73.9480209350586,40.80934143066406,-73.93911743164062,40.841617584228516,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-13 22:51:09,2016-01-13 23:01:44,1,1.8,,,-73.92566680908203,40.827972412109375,-73.94029998779297,40.84070587158203,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-04 18:24:49,2016-01-04 18:40:52,1,2.5,,,-73.96744537353516,40.691776275634766,-73.95767211914062,40.71452331542969,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-21 03:59:25,2016-01-21 04:05:54,3,1.2,,,-73.9229965209961,40.7064323425293,-73.9238052368164,40.69416427612305,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-27 20:57:29,2016-01-27 21:08:49,1,3.29,,,-73.95101165771484,40.72370529174805,-73.98977661132812,40.71921157836914,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-02 20:39:04,2016-01-02 20:53:53,1,1.97,,,-73.91569519042969,40.74262619018555,-73.92937469482422,40.756752014160156,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-14 16:34:31,2016-01-14 16:48:09,1,1.94,,,-73.9403076171875,40.84060287475586,-73.93655395507812,40.82051467895508,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-01 00:19:08,2016-01-01 00:27:48,1,2.5,,,-73.93009185791016,40.67936325073242,-73.96773529052734,40.67544937133789,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-22 23:10:43,2016-01-23 00:00:00,1,0.72,,,-73.89956665039062,40.741310119628906,-73.9021224975586,40.73188400268555,1,N,1,4.5,0.5,0.5,0.3,2.9,0.0,,8.7,1.0 +2,2016-01-15 18:10:48,2016-01-15 18:21:29,1,2.85,,,-73.91763305664062,40.769996643066406,-73.87287139892578,40.77410125732422,1,N,1,11.0,1.0,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-03 22:07:22,2016-01-03 22:17:26,1,2.17,,,-73.94511413574219,40.80757522583008,-73.9181900024414,40.82291793823242,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-09 09:11:23,2016-01-09 09:25:48,1,6.0,,,-73.90467071533203,40.879024505615234,-73.9371109008789,40.80476379394531,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-26 23:24:09,2016-01-26 23:29:26,1,1.12,,,-73.84405517578125,40.7210578918457,-73.85116577148438,40.73579406738281,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-27 20:09:02,2016-01-27 20:12:08,1,0.8,,,-73.97624969482422,40.683528900146484,-73.96304321289062,40.679195404052734,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-24 20:28:53,2016-01-24 20:41:47,2,2.25,,,-73.97765350341797,40.68410110473633,-73.95984649658203,40.65576171875,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-27 17:45:23,2016-01-27 17:59:19,1,2.2,,,-73.91178131103516,40.775123596191406,-73.88978576660156,40.75508499145508,1,N,1,11.5,1.0,0.5,0.3,2.65,0.0,,15.95,1.0 +2,2016-01-10 11:09:50,2016-01-10 11:21:07,1,2.64,,,-73.9377212524414,40.812591552734375,-73.95508575439453,40.78037643432617,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +1,2016-01-14 16:11:32,2016-01-14 17:32:12,1,13.9,,,-73.99507141113281,40.679283142089844,-73.77632904052734,40.64550018310547,1,N,1,59.0,1.0,0.5,0.3,12.16,0.0,,72.96,1.0 +2,2016-01-07 11:06:37,2016-01-07 11:12:38,5,1.07,,,-73.96656799316406,40.80481719970703,-73.97442626953125,40.791011810302734,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-16 16:11:42,2016-01-16 16:30:46,1,5.39,,,-73.99046325683594,40.686676025390625,-73.95777130126953,40.722049713134766,1,N,1,19.5,0.0,0.5,0.3,5.08,0.0,,25.38,1.0 +2,2016-01-20 21:47:29,2016-01-20 21:51:54,1,1.13,,,-73.94065856933594,40.7972412109375,-73.95208740234375,40.790122985839844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-04 19:12:48,2016-01-04 19:19:18,4,1.6,,,-73.75574493408203,40.67573165893555,-73.74652862548828,40.69702911376953,5,N,1,0.0,0.0,0.0,0,100.0,0.0,,100.0,2.0 +2,2016-01-09 14:39:10,2016-01-09 14:41:41,1,0.47,,,-73.96179962158203,40.810367584228516,-73.96038818359375,40.815731048583984,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-15 21:02:57,2016-01-15 21:11:21,2,1.75,,,-73.86357879638672,40.73270797729492,-73.84044647216797,40.71860885620117,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-29 14:25:20,2016-01-29 14:34:44,1,0.0,,,-73.94076538085938,40.814231872558594,-73.95344543457031,40.80618667602539,1,Y,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 22:43:39,2016-01-22 22:49:12,1,0.75,,,-73.94499206542969,40.79987716674805,-73.93778991699219,40.79952621459961,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 20:54:12,2016-01-16 21:06:07,1,2.74,,,-73.99286651611328,40.68684005737305,-73.99295043945312,40.71974563598633,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,,16.0,1.0 +2,2016-01-18 00:11:35,2016-01-18 00:14:07,1,0.56,,,-73.8441162109375,40.721126556396484,-73.84867858886719,40.71408462524414,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 00:45:19,2016-01-01 00:58:08,1,4.04,,,-73.92353820800781,40.74351501464844,-73.85218048095703,40.732852935791016,1,N,1,14.5,0.5,0.5,0.3,4.74,0.0,,20.54,1.0 +2,2016-01-11 15:31:36,2016-01-11 15:40:12,2,0.86,,,-73.98323059082031,40.6936149597168,-73.99263000488281,40.6927604675293,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-01 22:51:13,2016-01-01 23:12:47,2,9.96,,,-73.92021179199219,40.76642990112305,-74.00048828125,40.727325439453125,1,N,1,30.0,0.5,0.5,0.3,6.26,0.0,,37.56,1.0 +1,2016-01-13 09:11:20,2016-01-13 09:15:33,1,0.6,,,-73.99153137207031,40.69999694824219,-73.9917984008789,40.692630767822266,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-02 10:42:37,2016-01-02 10:44:47,1,0.5,,,-73.95503997802734,40.79946517944336,-73.9562759399414,40.804901123046875,1,N,1,4.0,0.0,0.5,0.3,0.95,0.0,,5.75,1.0 +2,2016-01-30 02:43:50,2016-01-30 02:55:44,1,2.45,,,-73.95590209960938,40.71951675415039,-73.94381713867188,40.69827651977539,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-03 15:58:38,2016-01-03 16:06:51,1,1.72,,,-73.9453125,40.80793380737305,-73.96492767333984,40.79604721069336,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-09 10:47:29,2016-01-09 10:52:29,2,0.8,,,-73.9553451538086,40.81993103027344,-73.95899200439453,40.811038970947266,1,N,1,5.5,0.0,0.5,0.3,1.55,0.0,,7.85,1.0 +2,2016-01-09 04:20:19,2016-01-09 04:28:45,6,1.84,,,-73.8988037109375,40.74599838256836,-73.86856842041016,40.74919891357422,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-28 18:26:25,2016-01-28 18:31:19,1,0.77,,,-73.96221160888672,40.810237884521484,-73.9693603515625,40.80058670043945,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-02 19:46:19,2016-01-02 20:05:13,1,2.94,,,-73.94803619384766,40.808773040771484,-73.90560150146484,40.823246002197266,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-16 11:43:02,2016-01-16 11:50:43,1,1.44,,,-73.98567962646484,40.67383575439453,-73.96391296386719,40.67183303833008,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 18:06:58,2016-01-29 18:40:26,5,8.07,,,-73.9757080078125,40.68708801269531,-73.9644775390625,40.76006317138672,1,N,1,28.0,1.0,0.5,0.3,5.96,0.0,,35.76,1.0 +1,2016-01-27 21:35:40,2016-01-27 22:02:13,1,0.4,,,-73.85855102539062,40.71125030517578,-73.85993194580078,40.71128463745117,1,Y,1,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-20 18:39:11,2016-01-20 18:49:00,1,1.36,,,-73.98625946044922,40.70383071899414,-73.995849609375,40.691707611083984,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-27 19:54:13,2016-01-27 20:06:17,1,3.22,,,-73.94019317626953,40.840728759765625,-73.92235565185547,40.85981369018555,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-02 21:53:20,2016-01-02 21:59:46,1,1.77,,,-73.8077163696289,40.7004508972168,-73.8050308227539,40.6803092956543,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-13 15:37:02,2016-01-13 16:02:36,1,6.63,,,-73.94964599609375,40.826087951660156,-73.8624267578125,40.81273651123047,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-16 22:33:13,2016-01-16 22:48:35,1,2.72,,,-73.95699310302734,40.71440124511719,-73.96664428710938,40.68809127807617,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,,17.25,1.0 +2,2016-01-19 00:25:22,2016-01-19 00:30:40,1,0.6,,,-73.94515991210938,40.80803680419922,-73.94573211669922,40.8145751953125,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-03 18:18:58,2016-01-03 18:24:59,1,0.77,,,-73.97697448730469,40.681678771972656,-73.96849060058594,40.6861457824707,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-08 17:07:52,2016-01-08 17:14:21,1,2.84,,,-73.91779327392578,40.770042419433594,-73.87238311767578,40.774471282958984,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-29 23:55:55,2016-01-29 23:59:50,1,1.13,,,-73.94819641113281,40.789772033691406,-73.93800354003906,40.79707717895508,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-03 19:46:23,2016-01-03 19:52:13,1,0.85,,,-73.8966293334961,40.748111724853516,-73.8849868774414,40.74456024169922,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-03 10:32:10,2016-01-03 10:48:04,1,4.58,,,-73.96410369873047,40.80484390258789,-73.99224853515625,40.749202728271484,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-09 20:32:59,2016-01-09 20:42:55,1,1.0,,,-73.96125030517578,40.7145881652832,-73.9489974975586,40.726158142089844,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-21 11:15:39,2016-01-21 11:38:18,1,4.48,,,-73.8760986328125,40.74837875366211,-73.94255065917969,40.73904800415039,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-17 18:48:52,2016-01-17 18:54:17,1,1.36,,,-73.8442153930664,40.72154235839844,-73.82299041748047,40.71350860595703,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-02 01:44:08,2016-01-02 01:48:38,1,0.63,,,-73.92329406738281,40.74346923828125,-73.910400390625,40.74451446533203,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 05:12:27,2016-01-17 05:22:35,1,2.59,,,-73.93745422363281,40.80141067504883,-73.9367904663086,40.80215835571289,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-17 04:25:48,2016-01-17 05:01:20,1,3.14,,,-73.90713500976562,40.876224517822266,-73.91007232666016,40.87470626831055,1,N,1,23.5,0.5,0.5,0.3,7.44,0.0,,32.24,1.0 +2,2016-01-22 22:43:49,2016-01-22 22:48:49,1,1.04,,,-73.95756530761719,40.71794891357422,-73.94178771972656,40.72587585449219,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-17 11:37:03,2016-01-17 11:57:40,1,7.07,,,-73.94430541992188,40.83491897583008,-73.97583770751953,40.758216857910156,5,N,1,25.0,0.0,0.0,0,5.0,0.0,,30.0,2.0 +2,2016-01-30 00:22:23,2016-01-30 00:42:13,1,3.94,,,-73.95758056640625,40.721412658691406,-73.94496154785156,40.6758918762207,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-17 22:05:40,2016-01-17 22:12:05,1,1.36,,,-73.9625244140625,40.717628479003906,-73.94192504882812,40.716590881347656,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +1,2016-01-12 09:40:17,2016-01-12 10:12:46,1,6.3,,,-73.93354034423828,40.8543701171875,-73.95278930664062,40.81071090698242,1,N,2,26.0,0.0,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-11 11:38:54,2016-01-11 11:49:34,1,1.86,,,-73.9178695678711,40.74650573730469,-73.92276000976562,40.765052795410156,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-01 03:17:42,2016-01-01 03:20:49,1,0.86,,,-73.9260482788086,40.74431228637695,-73.9214096069336,40.75596618652344,1,N,1,5.0,0.5,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-11 10:16:56,2016-01-11 10:49:29,1,6.56,,,-73.88776397705078,40.747230529785156,-73.98421478271484,40.749366760253906,1,N,1,27.5,0.0,0.5,0.3,6.77,5.54,,40.61,1.0 +2,2016-01-09 01:52:55,2016-01-09 01:59:04,1,0.98,,,-73.97350311279297,40.68596267700195,-73.95506286621094,40.6879768371582,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 23:45:51,2016-01-09 23:54:20,1,1.59,,,-73.95845794677734,40.71712875366211,-73.94309997558594,40.7064323425293,1,N,1,8.0,0.5,0.5,0.3,1.4,0.0,,10.7,1.0 +2,2016-01-11 07:59:38,2016-01-11 08:09:03,1,2.29,,,-73.9546890258789,40.68088150024414,-73.93025970458984,40.6938591003418,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 00:15:25,2016-01-01 00:23:18,1,1.55,,,-73.92546081542969,40.69131851196289,-73.92599487304688,40.70100402832031,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 09:35:30,2016-01-20 10:00:24,1,8.32,,,-73.95996856689453,40.80824661254883,-73.86475372314453,40.77033233642578,1,N,1,27.5,0.0,0.5,0.3,8.46,5.54,,42.3,1.0 +1,2016-01-14 18:37:08,2016-01-14 19:07:14,1,5.1,,,-73.98970794677734,40.68569564819336,-73.90937042236328,40.700340270996094,1,N,1,21.0,1.0,0.5,0.3,2.0,0.0,,24.8,1.0 +2,2016-01-12 20:35:57,2016-01-12 20:42:52,1,1.29,,,-73.97937774658203,40.68669128417969,-73.98454284667969,40.70147705078125,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-16 18:02:19,2016-01-16 18:07:44,1,2.83,,,-73.91778564453125,40.770076751708984,-73.87164306640625,40.77428436279297,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-21 19:08:55,2016-01-21 19:29:49,1,3.6,,,-73.93789672851562,40.81840515136719,-73.97520446777344,40.79018020629883,1,N,1,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +1,2016-01-04 08:40:49,2016-01-04 09:15:47,1,5.5,,,-73.94482421875,40.81904220581055,-73.97840881347656,40.75714874267578,1,N,1,25.0,0.0,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-22 00:48:10,2016-01-22 00:56:20,1,1.53,,,-73.97759246826172,40.680686950683594,-73.9843521118164,40.69127655029297,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-20 08:43:03,2016-01-20 08:54:09,1,2.7,,,-73.85125732421875,40.743072509765625,-73.82653045654297,40.764163970947266,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-14 10:17:40,2016-01-14 10:44:50,1,4.5,,,-73.97654724121094,40.68510818481445,-73.8908462524414,40.67795944213867,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +1,2016-01-04 17:56:39,2016-01-04 18:27:35,1,6.0,,,-73.91044616699219,40.77620315551758,-73.99129486083984,40.76020812988281,1,N,1,24.0,1.0,0.5,0.3,5.15,0.0,,30.95,1.0 +2,2016-01-16 21:41:27,2016-01-16 21:48:46,1,1.03,,,-73.94629669189453,40.80820083618164,-73.96050262451172,40.817405700683594,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-12 21:12:15,2016-01-12 21:24:55,1,2.89,,,-73.96346282958984,40.71038055419922,-73.95649719238281,40.67502212524414,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-16 02:18:44,2016-01-16 02:22:08,1,0.8,,,-73.95368194580078,40.80670166015625,-73.94499206542969,40.81330871582031,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-02 21:03:48,2016-01-02 21:06:02,1,0.91,,,-73.93889617919922,40.80243682861328,-73.94711303710938,40.79108428955078,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,,7.54,1.0 +2,2016-01-16 21:25:48,2016-01-16 21:34:48,1,1.54,,,-73.99349975585938,40.687339782714844,-73.96812438964844,40.6795768737793,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-02 10:51:26,2016-01-02 11:23:49,1,7.1,,,-73.90373229980469,40.74561309814453,-73.98777770996094,40.74394226074219,1,N,1,27.5,0.0,0.5,0.3,5.65,0.0,,33.95,1.0 +2,2016-01-01 18:30:41,2016-01-01 18:40:23,2,1.66,,,-73.8692855834961,40.73391342163086,-73.85839080810547,40.7468376159668,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-28 09:59:35,2016-01-28 10:15:46,1,1.98,,,-73.9515609741211,40.727596282958984,-73.95560455322266,40.71236038208008,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-02 13:14:43,2016-01-02 13:22:16,5,1.47,,,-73.95632934570312,40.81317138671875,-73.96564483642578,40.80544662475586,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 02:16:42,2016-01-10 02:23:28,1,1.63,,,-73.97825622558594,40.684417724609375,-73.95314025878906,40.68812561035156,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-25 19:23:36,2016-01-25 19:34:18,1,1.22,,,-73.82489776611328,40.760902404785156,-73.81058502197266,40.75419616699219,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-19 07:57:22,2016-01-19 07:57:24,2,0.0,,,-73.95807647705078,40.6945915222168,-73.95808410644531,40.69457244873047,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-29 20:39:19,2016-01-29 20:42:28,1,0.46,,,-73.8322525024414,40.71487045288086,-73.82886505126953,40.71175765991211,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-02 02:59:20,2016-01-02 03:15:36,1,5.1,,,-73.95770263671875,40.72997283935547,-73.958251953125,40.67029571533203,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-02 19:43:09,2016-01-02 19:50:42,1,1.41,,,-73.9537353515625,40.806636810302734,-73.93562316894531,40.8120002746582,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-19 18:06:21,2016-01-19 18:11:08,1,0.56,,,-73.88372039794922,40.75567626953125,-73.88528442382812,40.75028610229492,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-20 20:45:47,2016-01-20 20:52:46,1,1.51,,,-73.80718994140625,40.69923400878906,-73.81494903564453,40.68385696411133,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,,9.3,1.0 +1,2016-01-12 17:23:47,2016-01-12 17:34:24,1,1.0,,,-73.9300308227539,40.669029235839844,-73.91777801513672,40.666748046875,1,N,1,8.5,1.0,0.5,0.3,2.0,0.0,,12.3,1.0 +1,2016-01-05 07:54:38,2016-01-05 07:59:50,2,0.5,,,-73.94889831542969,40.79426574707031,-73.9439697265625,40.795528411865234,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-28 17:37:33,2016-01-28 17:48:47,6,1.82,,,-73.90045166015625,40.884193420410156,-73.9195327758789,40.88048553466797,1,N,1,9.5,1.0,0.5,0.3,2.0,0.0,,13.3,1.0 +2,2016-01-08 22:50:39,2016-01-08 22:54:05,1,0.72,,,-73.93096923828125,40.77391815185547,-73.91835021972656,40.77012634277344,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-10 19:04:56,2016-01-10 19:12:05,1,1.22,,,-73.97975158691406,40.67738723754883,-73.99226379394531,40.66257095336914,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-27 17:38:56,2016-01-27 17:48:34,1,1.02,,,-73.9908218383789,40.69223403930664,-74.00048828125,40.68573760986328,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 07:55:52,2016-01-14 08:06:05,1,1.18,,,-73.94447326660156,40.824005126953125,-73.92720794677734,40.81625747680664,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-03 20:54:05,2016-01-03 20:57:34,1,0.9,,,-73.8886947631836,40.74554443359375,-73.89964294433594,40.741371154785156,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-20 09:59:06,2016-01-20 10:19:47,4,2.37,,,-73.9557113647461,40.78804397583008,-73.97062683105469,40.75882339477539,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-27 06:14:53,2016-01-27 06:23:53,2,2.52,,,-73.94818115234375,40.74585723876953,-73.97200012207031,40.76348876953125,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-07 08:36:27,2016-01-07 08:41:23,1,0.9,,,-73.95643615722656,40.74797058105469,-73.94277954101562,40.74693298339844,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-14 05:37:28,2016-01-14 05:50:30,1,6.96,,,-73.91693115234375,40.77096176147461,-73.9570083618164,40.70810317993164,1,N,1,21.5,0.5,0.5,0.3,4.56,0.0,,27.36,1.0 +2,2016-01-16 02:14:50,2016-01-16 02:21:17,2,1.62,,,-73.92475891113281,40.7564697265625,-73.94854736328125,40.76347732543945,1,N,1,7.5,0.5,0.5,0.3,2.64,0.0,,11.44,1.0 +2,2016-01-30 00:21:56,2016-01-30 00:44:51,1,4.49,,,-73.98138427734375,40.675071716308594,-73.92157745361328,40.69955062866211,1,N,1,18.0,0.5,0.5,0.3,3.86,0.0,,23.16,1.0 +2,2016-01-04 19:32:43,2016-01-04 19:40:51,1,1.53,,,-73.84394073486328,40.72235870361328,-73.85090637207031,40.74211120605469,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-19 08:41:56,2016-01-19 08:47:55,1,0.95,,,-73.8854751586914,40.75564193725586,-73.89091491699219,40.74705505371094,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-21 01:43:05,2016-01-21 01:46:46,1,1.28,,,-73.98271179199219,40.6777458190918,-73.99732971191406,40.68362045288086,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 16:22:46,2016-01-10 16:28:55,6,1.77,,,-73.849609375,40.732810974121094,-73.83318328857422,40.71646499633789,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-08 12:04:57,2016-01-08 12:30:34,1,4.1,,,-73.95612335205078,40.675865173339844,-73.94522857666016,40.71806716918945,1,N,1,18.5,0.0,0.5,0.3,2.0,0.0,,21.3,1.0 +2,2016-01-12 12:22:46,2016-01-12 12:27:32,1,0.79,,,-73.93614196777344,40.79635238647461,-73.9498519897461,40.802207946777344,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +1,2016-01-02 08:30:25,2016-01-02 08:45:48,1,3.0,,,-73.95230865478516,40.68055725097656,-73.9911880493164,40.67250442504883,1,N,1,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-29 21:12:32,2016-01-29 21:18:46,1,1.34,,,-73.9379653930664,40.80475616455078,-73.93803405761719,40.79216766357422,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-16 23:38:46,2016-01-16 23:42:59,1,1.4,,,-73.93923950195312,40.80527877807617,-73.95211029052734,40.787322998046875,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-05 19:57:42,2016-01-05 20:10:42,1,2.75,,,-73.95584106445312,40.68124008178711,-73.9262924194336,40.66413879394531,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-22 12:34:06,2016-01-22 12:49:48,1,2.85,,,-73.95538330078125,40.81990051269531,-73.9747085571289,40.78776168823242,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-05 14:23:28,2016-01-05 14:29:01,1,0.93,,,-73.928955078125,40.85935592651367,-73.923095703125,40.865882873535156,5,N,2,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-13 17:16:33,2016-01-13 17:22:17,1,1.0,,,-73.95887756347656,40.80978012084961,-73.96977233886719,40.80127716064453,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-14 22:18:50,2016-01-14 22:34:34,1,4.26,,,-73.92550659179688,40.76201248168945,-73.87528991699219,40.73358917236328,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-04 11:28:43,2016-01-04 11:45:18,1,3.92,,,-73.85359954833984,40.726741790771484,-73.843994140625,40.68056106567383,1,N,1,15.5,0.0,0.5,0.3,1.0,0.0,,17.3,1.0 +1,2016-01-30 07:37:44,2016-01-30 07:43:39,1,1.8,,,-73.95906066894531,40.70888900756836,-73.98756408691406,40.71847915649414,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,,10.55,1.0 +1,2016-01-05 00:36:05,2016-01-05 00:39:37,1,1.0,,,-73.95425415039062,40.587345123291016,-73.95030975341797,40.57822799682617,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-26 17:06:20,2016-01-26 17:25:29,5,2.44,,,-73.97879028320312,40.691200256347656,-73.96096801757812,40.69401931762695,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-26 16:26:49,2016-01-26 16:30:49,1,0.55,,,-73.96687316894531,40.80442810058594,-73.97013854980469,40.79690933227539,1,N,1,4.5,1.0,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-15 07:05:31,2016-01-15 07:28:32,1,4.56,,,-73.96414947509766,40.69401550292969,-73.94416046142578,40.746421813964844,1,N,1,19.0,0.0,0.5,0.3,2.97,0.0,,22.77,1.0 +2,2016-01-01 21:11:26,2016-01-01 21:21:54,1,2.98,,,-73.96588134765625,40.688350677490234,-73.9587173461914,40.72214126586914,1,N,1,11.0,0.5,0.5,0.3,1.8,0.0,,14.1,1.0 +2,2016-01-30 12:58:56,2016-01-30 13:12:23,1,2.29,,,-73.99028778076172,40.68671417236328,-73.95603942871094,40.676082611083984,1,N,1,11.0,0.0,0.5,0.3,2.0,0.0,,13.8,1.0 +1,2016-01-15 17:48:06,2016-01-15 17:56:59,1,0.5,,,-73.94569396972656,40.80707550048828,-73.94203186035156,40.80217742919922,1,N,1,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 15:21:40,2016-01-06 15:43:33,5,3.38,,,-73.9660415649414,40.804840087890625,-73.92444610595703,40.810943603515625,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-21 13:01:04,2016-01-21 13:27:14,1,7.1,,,-73.98975372314453,40.6962890625,-73.99482727050781,40.75044631958008,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-08 22:11:55,2016-01-08 22:20:19,1,1.38,,,-73.9271469116211,40.86541748046875,-73.93054962158203,40.852020263671875,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-18 20:35:28,2016-01-18 20:45:23,1,1.95,,,-73.8442153930664,40.72102737426758,-73.85520935058594,40.74321365356445,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-14 21:15:18,2016-01-14 21:24:38,1,1.85,,,-73.964599609375,40.80337905883789,-73.94342041015625,40.81515121459961,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-27 13:45:12,2016-01-27 13:57:44,1,1.31,,,-73.96075439453125,40.80186462402344,-73.97163391113281,40.784488677978516,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-14 17:32:09,2016-01-14 17:42:55,1,1.46,,,-73.95366668701172,40.790740966796875,-73.96800231933594,40.80162048339844,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-28 11:35:54,2016-01-28 11:46:21,2,2.0,,,-73.96465301513672,40.674903869628906,-73.9881362915039,40.66698455810547,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-04 18:04:19,2016-01-04 18:12:30,1,1.45,,,-73.90333557128906,40.745811462402344,-73.90287017822266,40.738285064697266,1,N,1,7.5,1.0,0.5,0.3,0.46,0.0,,9.76,1.0 +2,2016-01-22 09:07:47,2016-01-22 09:24:14,1,1.77,,,-73.93888854980469,40.80494689941406,-73.95491027832031,40.821895599365234,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-25 01:57:41,2016-01-25 01:58:17,1,0.1,,,-73.94911193847656,40.807838439941406,-73.9483871459961,40.80883026123047,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-21 15:49:47,2016-01-21 15:56:03,5,1.05,,,-73.89077758789062,40.74643325805664,-73.89322662353516,40.73467254638672,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 11:45:14,2016-01-13 11:56:28,1,2.38,,,-73.89397430419922,40.86200714111328,-73.9093246459961,40.876243591308594,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-15 17:42:30,2016-01-15 17:49:50,1,0.96,,,-73.89122772216797,40.74690628051758,-73.88554382324219,40.75545883178711,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-17 19:03:30,2016-01-17 19:22:49,1,7.07,,,-73.89253234863281,40.747779846191406,-73.84587097167969,40.78409194946289,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-13 21:23:37,2016-01-13 21:27:08,1,0.62,,,-73.9117431640625,40.7755126953125,-73.91983795166016,40.77925109863281,1,N,1,4.5,0.5,0.5,0.3,4.0,0.0,,9.8,1.0 +2,2016-01-04 13:26:10,2016-01-04 13:38:23,1,1.1,,,-73.9875259399414,40.69099044799805,0.0,0.0,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-30 05:14:31,2016-01-30 05:19:19,1,1.23,,,-73.98822021484375,40.66685485839844,-73.9802474975586,40.68143844604492,1,N,1,6.0,0.5,0.5,0.3,1.5,0.0,,8.8,1.0 +2,2016-01-05 07:38:23,2016-01-05 07:41:33,1,0.43,,,-73.95272827148438,40.82323455810547,-73.9507827758789,40.82855224609375,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-07 14:57:28,2016-01-07 15:00:35,1,0.6,,,-73.95663452148438,40.71689987182617,-73.96220397949219,40.71017837524414,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-02 12:32:47,2016-01-02 12:42:46,1,3.14,,,-73.91984558105469,40.74310302734375,-73.88671875,40.75783157348633,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-28 08:59:43,2016-01-28 09:06:35,1,0.93,,,-73.98284912109375,40.702186584472656,-73.98893737792969,40.69316101074219,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-06 15:58:49,2016-01-06 16:12:10,1,3.68,,,-73.92156219482422,40.8264274597168,-73.92138671875,40.86427688598633,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-26 19:38:43,2016-01-26 19:42:46,4,0.48,,,-73.92542266845703,40.7617301940918,-73.92411804199219,40.767356872558594,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-05 06:01:34,2016-01-05 06:18:46,1,7.46,,,-73.99958038330078,40.674766540527344,-73.95913696289062,40.73473358154297,1,N,1,22.5,0.0,0.5,0.3,3.0,0.0,,26.3,1.0 +1,2016-01-14 21:03:12,2016-01-14 21:03:29,1,0.1,,,-73.84199523925781,40.668212890625,-73.84228515625,40.669189453125,5,N,1,0.0,0.0,0.0,0,25.0,0.0,,25.0,2.0 +2,2016-01-06 17:12:05,2016-01-06 17:17:56,1,0.77,,,-73.99818420410156,40.68239212036133,-73.9935302734375,40.69206619262695,1,N,1,5.5,1.0,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-11 07:51:33,2016-01-11 08:00:23,1,1.86,,,-73.95677947998047,40.81287384033203,-73.97442626953125,40.794986724853516,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-16 22:04:54,2016-01-16 22:22:27,3,4.91,,,-73.97803497314453,40.68507766723633,-73.9332504272461,40.70292282104492,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-27 13:25:37,2016-01-27 13:37:01,1,1.72,,,-73.9581298828125,40.800785064697266,-73.95297241210938,40.7889518737793,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-11 17:45:55,2016-01-11 18:07:03,5,2.17,,,-73.995361328125,40.683258056640625,-73.98969268798828,40.665748596191406,1,N,1,14.5,1.0,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-08 20:14:18,2016-01-08 20:18:12,6,1.05,,,-73.98707580566406,40.69392776489258,-73.96954345703125,40.69571304321289,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-15 13:29:03,2016-01-15 13:45:54,1,2.76,,,-73.92587280273438,40.671260833740234,-73.9385757446289,40.70411682128906,1,N,1,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-30 02:03:09,2016-01-30 02:27:56,1,4.06,,,-73.95780944824219,40.714603424072266,-73.9945297241211,40.740234375,1,N,1,18.5,0.5,0.5,0.3,3.96,0.0,,23.76,1.0 +2,2016-01-26 08:14:24,2016-01-26 08:25:00,1,1.35,,,-73.86610412597656,40.84539031982422,-73.8645248413086,40.863033294677734,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-11 23:55:04,2016-01-11 23:56:25,5,0.51,,,-73.94120025634766,40.71194076538086,-73.95046997070312,40.71106719970703,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-06 07:28:15,2016-01-06 07:34:58,1,0.73,,,-73.94939422607422,40.79347229003906,-73.95122528076172,40.785247802734375,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-09 16:39:10,2016-01-09 16:48:49,1,2.1,,,-74.01580047607422,40.67546081542969,-73.99787139892578,40.67462158203125,1,N,1,9.0,1.0,0.5,0.3,3.2,0.0,,14.0,1.0 +2,2016-01-04 09:55:10,2016-01-04 09:57:55,1,0.7,,,-73.92379760742188,40.76408767700195,-73.9309310913086,40.75520324707031,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-30 18:22:13,2016-01-30 18:36:34,1,2.27,,,-73.96095275878906,40.65022659301758,-73.97457885742188,40.68046188354492,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-18 13:19:54,2016-01-18 13:30:01,1,1.99,,,-73.95278930664062,40.80337142944336,-73.97467803955078,40.78751754760742,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-17 21:57:39,2016-01-17 22:13:37,1,7.45,,,-73.91302490234375,40.766258239746094,-73.85334777832031,40.82789611816406,1,N,2,22.5,0.5,0.5,0.3,0.0,5.54,,29.34,1.0 +2,2016-01-14 01:14:53,2016-01-14 01:17:25,1,0.62,,,-73.80779266357422,40.70074462890625,-73.80558776855469,40.69300079345703,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-28 09:13:38,2016-01-28 09:24:05,1,1.48,,,-73.9546127319336,40.820556640625,-73.9409408569336,40.83920669555664,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-29 18:07:27,2016-01-29 18:07:36,2,0.0,,,-73.97598266601562,40.68385696411133,-73.97598266601562,40.683860778808594,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +2,2016-01-29 23:22:49,2016-01-29 23:28:01,1,0.96,,,-73.95759582519531,40.717899322509766,-73.95751190185547,40.7295036315918,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +1,2016-01-05 09:01:26,2016-01-05 09:05:05,1,0.7,,,-73.96623229980469,40.68981170654297,-73.9802474975586,40.689842224121094,1,N,1,4.5,0.0,0.5,0.3,0.5,0.0,,5.8,1.0 +2,2016-01-19 20:53:51,2016-01-19 21:00:06,2,2.19,,,-73.980224609375,40.66852569580078,-73.97457122802734,40.64328384399414,1,N,1,8.5,0.5,0.5,0.3,2.94,0.0,,12.74,1.0 +2,2016-01-01 21:05:13,2016-01-01 21:15:15,1,3.22,,,-73.93163299560547,40.80112075805664,-73.94613647460938,40.82731246948242,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-22 14:06:27,2016-01-22 14:12:41,1,1.02,,,-73.96050262451172,40.688865661621094,-73.94831085205078,40.69770050048828,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 07:58:41,2016-01-19 08:06:32,1,1.25,,,-73.94244384765625,40.806392669677734,-73.95195007324219,40.79314041137695,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-20 14:57:46,2016-01-20 15:00:59,1,0.7,,,-73.93878936767578,40.79148483276367,-73.94640350341797,40.78502655029297,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-17 06:46:01,2016-01-17 06:57:01,1,1.97,,,-73.94493103027344,40.824180603027344,-73.91952514648438,40.832122802734375,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-05 10:16:35,2016-01-05 10:26:44,1,1.43,,,-73.892822265625,40.7473258972168,-73.87195587158203,40.75327682495117,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 14:24:05,2016-01-20 14:27:18,1,0.33,,,-73.93690490722656,40.824710845947266,-73.94024658203125,40.824981689453125,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-29 19:44:50,2016-01-29 19:52:26,1,1.41,,,-73.80754089355469,40.70045852661133,-73.81427764892578,40.687137603759766,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-30 18:56:08,2016-01-30 19:06:24,1,1.38,,,-73.98738861083984,40.69141387939453,-73.98664093017578,40.67681121826172,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-02 16:40:50,2016-01-02 16:50:27,1,1.89,,,-73.89615631103516,40.862266540527344,-73.86565399169922,40.85479736328125,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-01 01:38:20,2016-01-01 01:53:26,1,3.14,,,-73.92792510986328,40.697906494140625,-73.9590072631836,40.71662139892578,1,N,2,12.5,0.5,0.5,0.3,0.0,5.54,,19.34,1.0 +2,2016-01-08 00:30:22,2016-01-08 00:35:02,1,0.64,,,-73.84432983398438,40.72136306762695,-73.84085083007812,40.71311950683594,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-01 00:12:25,2016-01-01 00:32:28,2,4.06,,,-73.95668029785156,40.729957580566406,-73.90283203125,40.70298385620117,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-12 00:02:45,2016-01-12 00:08:50,1,1.18,,,-73.95805358886719,40.81532669067383,-73.95203399658203,40.80372619628906,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-21 23:43:33,2016-01-21 23:51:03,1,2.64,,,-73.95734405517578,40.80423355102539,-73.9840087890625,40.779563903808594,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-24 16:01:00,2016-01-24 16:09:59,2,1.48,,,-73.9439926147461,40.74774169921875,-73.93212890625,40.76195526123047,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 20:42:04,2016-01-05 20:47:36,1,1.06,,,-73.94700622558594,40.8157844543457,-73.9568862915039,40.80214309692383,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-29 13:48:53,2016-01-29 13:53:37,1,0.76,,,-73.83021545410156,40.71373748779297,-73.82410430908203,40.70692443847656,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-19 07:56:29,2016-01-19 08:00:09,1,0.51,,,-73.94356536865234,40.81529235839844,-73.93858337402344,40.82210159301758,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-07 13:07:34,2016-01-07 13:09:38,1,0.39,,,-73.98271942138672,40.675743103027344,-73.97679138183594,40.67496109008789,1,N,1,3.5,0.0,0.5,0.3,1.29,0.0,,5.59,1.0 +1,2016-01-27 19:28:15,2016-01-27 19:37:59,1,1.4,,,-73.95295715332031,40.791175842285156,-73.97127532958984,40.797847747802734,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-11 08:51:47,2016-01-11 08:57:39,1,1.0,,,-73.9521255493164,40.823970794677734,-73.94322204589844,40.83613586425781,1,Y,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 13:31:30,2016-01-29 13:35:42,1,0.66,,,-73.93531799316406,40.795841217041016,-73.943115234375,40.79386520385742,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 05:54:07,2016-01-13 06:11:16,1,3.31,,,-73.97879028320312,40.683937072753906,-73.93061065673828,40.668548583984375,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-29 23:59:35,2016-01-30 00:02:57,1,0.69,,,-73.95794677734375,40.72181701660156,-73.96546173095703,40.713558197021484,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-16 01:08:44,2016-01-16 01:15:51,1,1.4,,,-73.9399185180664,40.70846176147461,-73.92578125,40.69258117675781,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-30 23:05:13,2016-01-30 23:20:26,1,5.25,,,-73.96211242675781,40.805274963378906,-73.92550659179688,40.86719512939453,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-07 05:52:15,2016-01-07 06:00:29,1,2.51,,,-73.94164276123047,40.67640686035156,-73.95377349853516,40.65244674682617,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-29 20:15:02,2016-01-29 20:34:51,6,2.58,,,-73.97770690917969,40.68701934814453,-73.98143005371094,40.67495346069336,1,N,1,14.0,0.5,0.5,0.3,3.82,0.0,,19.12,1.0 +2,2016-01-14 08:14:40,2016-01-14 08:19:52,1,0.52,,,-73.94383239746094,40.67732620239258,-73.9409408569336,40.682579040527344,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-11 13:42:46,2016-01-11 13:53:24,1,1.03,,,-73.9658203125,40.80521774291992,-73.96278381347656,40.8044548034668,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 23:12:45,2016-01-06 23:33:09,1,6.19,,,-73.96305847167969,40.804107666015625,-73.93688201904297,40.846431732177734,1,N,1,21.5,0.5,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-06 01:37:27,2016-01-06 01:57:06,5,6.9,,,-73.91500854492188,40.757110595703125,-73.95628356933594,40.80305862426758,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-23 01:39:18,2016-01-23 01:49:17,1,1.11,,,-73.95054626464844,40.72180938720703,-73.94363403320312,40.70963668823242,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-15 16:32:20,2016-01-15 16:41:09,1,0.6,,,-73.95245361328125,40.81061935424805,-73.94181823730469,40.806190490722656,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 16:00:50,2016-01-10 16:26:44,1,4.09,,,-73.97373962402344,40.682987213134766,-73.94639587402344,40.634037017822266,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,,23.16,1.0 +1,2016-01-18 19:18:37,2016-01-18 19:38:58,1,5.6,,,-74.0016098022461,40.67290115356445,-73.95027923583984,40.68412399291992,1,N,1,20.0,0.0,0.5,0.3,4.15,0.0,,24.95,1.0 +1,2016-01-27 06:24:39,2016-01-27 06:31:38,1,1.2,,,-73.99397277832031,40.6816291809082,-73.97699737548828,40.68387985229492,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-16 18:11:41,2016-01-16 18:24:40,1,1.85,,,-73.95724487304688,40.72495651245117,-73.9542236328125,40.70808029174805,1,N,1,10.0,0.0,0.5,0.3,3.24,0.0,,14.04,1.0 +2,2016-01-27 14:06:41,2016-01-27 14:13:47,1,0.69,,,-73.89229583740234,40.74671173095703,-73.87740325927734,40.746952056884766,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-12 09:53:39,2016-01-12 10:10:40,1,2.86,,,-73.9550552368164,40.78900146484375,-73.98834228515625,40.76746368408203,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-03 01:30:03,2016-01-03 01:40:41,1,2.37,,,-73.95588684082031,40.812740325927734,-73.92656707763672,40.819923400878906,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-06 13:55:17,2016-01-06 13:58:16,1,0.32,,,-73.9887466430664,40.67018508911133,-73.98458862304688,40.67518615722656,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-10 17:21:48,2016-01-10 17:28:17,1,0.68,,,-73.97789001464844,40.68476486206055,-73.98735809326172,40.68946075439453,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 08:44:07,2016-01-15 08:51:56,1,0.83,,,-73.94154357910156,40.78744125366211,-73.9509506225586,40.79158020019531,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-21 08:11:45,2016-01-21 08:16:25,5,0.87,,,-73.9178695678711,40.77003479003906,-73.90248107910156,40.76708221435547,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-18 19:49:57,2016-01-18 19:55:06,1,0.86,,,-73.9481430053711,40.81440353393555,-73.95597076416016,40.80353546142578,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-20 08:01:20,2016-01-20 08:45:57,1,6.1,,,-73.985107421875,40.688812255859375,-74.00131225585938,40.75166320800781,1,N,1,31.0,0.0,0.5,0.3,3.2,0.0,,35.0,1.0 +2,2016-01-07 23:55:54,2016-01-08 00:01:28,1,1.08,,,-73.95781707763672,40.71775817871094,-73.95538330078125,40.73014831542969,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-04 17:24:58,2016-01-04 17:45:30,1,1.85,,,-73.85846710205078,40.72889709472656,-73.8397216796875,40.71932601928711,1,N,2,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-18 20:22:35,2016-01-18 20:26:40,1,0.7,,,-73.9564208984375,40.80298614501953,-73.94715118408203,40.8054084777832,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-08 16:18:14,2016-01-08 16:29:21,3,2.26,,,-73.98869323730469,40.70054626464844,-73.9972152709961,40.72401809692383,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,,13.3,1.0 +2,2016-01-08 17:20:54,2016-01-08 17:30:14,1,1.47,,,-73.88802337646484,40.76750183105469,-73.87537384033203,40.752601623535156,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-01 03:36:53,2016-01-01 03:54:22,1,9.3,,,-73.98540496826172,40.66225814819336,-73.97634887695312,40.75186538696289,1,N,1,26.5,0.5,0.5,0.3,8.3,5.54,,41.64,1.0 +1,2016-01-17 17:57:31,2016-01-17 18:20:37,1,3.2,,,-73.9764404296875,40.673099517822266,-73.94347381591797,40.682586669921875,1,N,1,16.0,0.5,0.5,0.3,3.45,0.0,,20.75,1.0 +2,2016-01-30 05:43:57,2016-01-30 06:02:08,2,3.53,,,-73.95527648925781,40.719791412353516,-73.90575408935547,40.704917907714844,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-25 00:50:54,2016-01-25 00:59:29,1,1.26,,,-73.88128662109375,40.74779510498047,-73.8642349243164,40.74610900878906,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-02 03:08:43,2016-01-02 03:14:01,2,1.1,,,-73.84259033203125,40.719459533691406,-73.82572174072266,40.711910247802734,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-12 04:19:27,2016-01-12 04:24:19,1,1.27,,,-73.9550552368164,40.69471740722656,-73.931396484375,40.696773529052734,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 21:22:19,2016-01-01 21:23:51,1,0.58,,,-73.9458236694336,40.79003143310547,-73.94071197509766,40.793087005615234,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 03:42:57,2016-01-29 03:48:42,1,0.75,,,-73.87649536132812,40.74838638305664,-73.89046478271484,40.74690628051758,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-28 12:03:57,2016-01-28 12:24:34,1,2.98,,,-73.95047760009766,40.82664108276367,-73.97672271728516,40.78803634643555,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,,19.75,1.0 +2,2016-01-26 23:15:42,2016-01-26 23:34:10,1,3.67,,,-73.95929718017578,40.714927673339844,-73.9209213256836,40.68587875366211,1,N,1,14.5,0.5,0.5,0.3,3.95,0.0,,19.75,1.0 +2,2016-01-29 01:14:19,2016-01-29 01:17:13,1,0.45,,,-73.94025421142578,40.70112228393555,-73.9310531616211,40.7037467956543,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-28 00:34:56,2016-01-28 00:58:44,1,5.06,,,-73.95745849609375,40.718074798583984,-73.89706420898438,40.6783447265625,1,N,1,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-16 00:33:36,2016-01-16 01:14:32,1,13.62,,,-73.8827896118164,40.747802734375,-73.91915893554688,40.86421585083008,1,N,2,42.0,0.5,0.5,0.3,0.0,0.0,,43.3,1.0 +1,2016-01-20 09:47:20,2016-01-20 10:29:48,1,7.0,,,-73.98302459716797,40.69635009765625,-73.9685287475586,40.75893783569336,1,N,1,30.5,0.0,0.5,0.3,4.7,0.0,,36.0,1.0 +1,2016-01-10 20:23:45,2016-01-10 20:36:55,1,4.6,,,-73.92154693603516,40.76664733886719,-73.87651824951172,40.74845504760742,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-30 21:48:55,2016-01-30 21:50:28,1,0.4,,,-73.94124603271484,40.67974853515625,-73.94143676757812,40.685691833496094,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-22 12:40:03,2016-01-22 12:58:54,1,3.57,,,-73.95305633544922,40.6719856262207,-73.9545669555664,40.71674728393555,1,N,1,15.0,0.0,0.5,0.3,2.0,0.0,,17.8,1.0 +2,2016-01-30 16:36:23,2016-01-30 16:43:13,1,1.09,,,-73.9489974975586,40.68040466308594,-73.96027374267578,40.68986129760742,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-21 23:43:29,2016-01-21 23:51:23,1,1.87,,,-73.9407958984375,40.80841827392578,-73.9417724609375,40.82804870605469,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-18 10:29:21,2016-01-18 10:31:51,1,0.5,,,-73.99237823486328,40.68974685668945,-73.99543762207031,40.683536529541016,1,N,1,4.0,0.0,0.5,0.3,0.95,0.0,,5.75,1.0 +2,2016-01-21 10:49:46,2016-01-21 10:57:32,1,1.89,,,-73.92594146728516,40.832069396972656,-73.94137573242188,40.84178161621094,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-08 10:42:09,2016-01-08 10:49:09,1,0.94,,,-73.99215698242188,40.69009017944336,-73.99285888671875,40.69820022583008,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-13 20:24:36,2016-01-13 20:29:08,1,1.13,,,-73.96110534667969,40.8118896484375,-73.97016143798828,40.79714584350586,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-03 02:17:11,2016-01-03 02:51:52,2,15.68,,,-73.96295166015625,40.71182632446289,-73.78288269042969,40.751895904541016,1,N,1,43.5,0.5,0.5,0.3,3.0,0.0,,47.8,1.0 +1,2016-01-15 20:12:34,2016-01-15 20:21:43,1,1.5,,,-73.9698257446289,40.69281768798828,-73.9712905883789,40.67721176147461,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-15 16:28:23,2016-01-15 16:35:38,1,0.75,,,-73.94368743896484,40.71055221557617,-73.93860626220703,40.71758270263672,1,N,1,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 05:21:29,2016-01-01 05:32:33,1,2.0,,,-73.95709991455078,40.71859359741211,-73.93238830566406,40.70797348022461,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-25 19:16:02,2016-01-25 19:31:09,1,2.19,,,-73.95500946044922,40.82001876831055,-73.9455337524414,40.82045364379883,1,N,1,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-03 19:59:57,2016-01-03 20:04:25,1,0.53,,,-73.89270782470703,40.74894714355469,-73.88280487060547,40.74991226196289,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-29 18:20:02,2016-01-29 18:26:25,1,0.9,,,-73.95021057128906,40.722572326660156,-73.9570541381836,40.72999572753906,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-15 11:52:49,2016-01-15 12:08:02,1,3.23,,,-73.91740417480469,40.800376892089844,-73.93051147460938,40.83082580566406,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-11 09:55:21,2016-01-11 10:05:32,1,2.36,,,-73.9054183959961,40.84749221801758,-73.9360122680664,40.83955383300781,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-19 21:15:56,2016-01-19 21:24:10,2,1.71,,,-73.9458999633789,40.821624755859375,-73.93933868408203,40.80502700805664,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-08 19:18:32,2016-01-08 19:50:39,1,5.62,,,-73.98041534423828,40.676448822021484,-73.93348693847656,40.70493698120117,1,N,1,24.0,1.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-26 09:51:16,2016-01-26 10:12:39,1,4.9,,,-73.8832015991211,40.749908447265625,-73.81707000732422,40.78049850463867,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-04 15:37:26,2016-01-04 15:45:19,2,1.2,,,-73.94474792480469,40.80896759033203,-73.9393310546875,40.79757308959961,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-30 15:45:38,2016-01-30 16:18:16,1,14.2,,,-73.98152160644531,40.576969146728516,-73.99700927734375,40.719356536865234,1,N,2,41.0,0.0,0.5,0.3,0.0,0.0,,41.8,1.0 +2,2016-01-18 02:17:48,2016-01-18 02:24:42,5,1.95,,,-73.9493637084961,40.713905334472656,-73.92491912841797,40.703277587890625,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-06 16:36:00,2016-01-06 16:51:59,1,2.59,,,-73.95523071289062,40.788719177246094,-73.95894622802734,40.81527328491211,1,N,1,13.0,1.0,0.5,0.3,2.96,0.0,,17.76,1.0 +1,2016-01-01 12:33:47,2016-01-01 12:50:14,2,7.3,,,-73.989013671875,40.702571868896484,-73.96104431152344,40.76679611206055,1,N,1,22.0,0.0,0.5,0.3,4.55,0.0,,27.35,1.0 +2,2016-01-06 23:25:39,2016-01-06 23:32:52,1,1.39,,,-73.94731903076172,40.82554626464844,-73.93666076660156,40.84283447265625,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 16:17:13,2016-01-10 17:01:29,1,10.94,,,-73.98322296142578,40.57678985595703,-73.99896240234375,40.68885040283203,1,N,1,38.0,0.0,0.5,0.3,0.0,0.0,,38.8,1.0 +2,2016-01-30 17:57:24,2016-01-30 17:59:56,1,0.59,,,-73.83021545410156,40.713523864746094,-73.83489227294922,40.70732879638672,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-11 13:03:32,2016-01-11 13:06:19,1,0.48,,,-73.94798278808594,40.80876159667969,-73.94967651367188,40.80217361450195,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-22 21:29:53,2016-01-22 21:49:21,1,5.98,,,-73.94239044189453,40.841896057128906,-73.9532470703125,40.78533935546875,1,N,1,20.5,0.5,0.5,0.3,4.36,0.0,,26.16,1.0 +2,2016-01-05 21:11:18,2016-01-05 21:17:35,3,1.35,,,-73.9730453491211,40.67517852783203,-73.95626831054688,40.6722297668457,1,N,1,6.5,0.5,0.5,0.3,1.5,0.0,,9.3,1.0 +1,2016-01-24 15:50:25,2016-01-24 16:06:12,1,2.4,,,-73.94839477539062,40.82996368408203,-73.93902587890625,40.805118560791016,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-08 04:29:43,2016-01-08 04:39:26,1,2.1,,,-73.95840454101562,40.71323776245117,-73.93328857421875,40.69492721557617,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-21 07:33:51,2016-01-21 07:50:49,1,3.28,,,-73.99449157714844,40.69001007080078,-74.00981140136719,40.72022247314453,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +1,2016-01-10 00:02:03,2016-01-10 00:14:57,1,3.4,,,-73.91690826416016,40.780540466308594,-73.90631103515625,40.75705337524414,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,,16.55,1.0 +2,2016-01-10 02:31:45,2016-01-10 02:31:49,1,0.0,,,-73.92224884033203,40.84202575683594,-73.92224884033203,40.8420295715332,5,N,1,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +1,2016-01-12 10:08:44,2016-01-12 10:26:12,1,2.4,,,-73.97915649414062,40.69330596923828,-73.94271087646484,40.700462341308594,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-15 11:09:38,2016-01-15 11:16:51,1,1.0,,,-73.94338989257812,40.83968734741211,-73.93561553955078,40.84925079345703,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-05 09:51:57,2016-01-05 10:05:25,1,3.45,,,-73.8078384399414,40.700462341308594,-73.76835632324219,40.67132568359375,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-21 22:02:18,2016-01-21 22:04:45,1,0.37,,,-73.96363067626953,40.80819320678711,-73.95964813232422,40.80889892578125,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,,6.62,1.0 +2,2016-01-17 13:39:54,2016-01-17 13:49:44,1,1.94,,,-73.94065856933594,40.793190002441406,-73.94142150878906,40.81285858154297,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-10 04:05:29,2016-01-10 04:12:38,3,1.3,,,-73.91130065917969,40.84921646118164,-73.92021942138672,40.833621978759766,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-22 23:30:01,2016-01-22 23:48:56,1,4.12,,,-73.97785186767578,40.68484878540039,-73.91036224365234,40.684814453125,1,N,1,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-19 08:22:31,2016-01-19 08:24:58,1,0.7,,,-73.95486450195312,40.81978225708008,-73.95352172851562,40.812103271484375,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-07 21:05:55,2016-01-07 21:14:43,1,2.04,,,-73.90020751953125,40.745811462402344,-73.89398193359375,40.72329330444336,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-18 18:59:13,2016-01-18 19:12:12,1,1.94,,,-73.90347290039062,40.74540328979492,-73.91826629638672,40.765480041503906,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-12 22:39:42,2016-01-12 22:59:23,1,4.21,,,-73.9589614868164,40.70871353149414,-73.91177368164062,40.68172836303711,1,N,1,16.5,0.5,0.5,0.3,1.0,0.0,,18.8,1.0 +1,2016-01-18 16:31:39,2016-01-18 16:41:37,1,2.7,,,-73.95523071289062,40.826358795166016,-73.96511840820312,40.80107879638672,1,N,1,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-22 08:29:20,2016-01-22 09:28:56,1,8.3,,,-73.92253875732422,40.74706268310547,-74.00593566894531,40.7237663269043,1,N,1,42.0,0.0,0.5,0.3,8.56,0.0,,51.36,1.0 +2,2016-01-09 16:00:04,2016-01-09 16:19:40,1,4.43,,,-73.895263671875,40.74653244018555,-73.9642105102539,40.75680160522461,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-24 18:02:54,2016-01-24 18:20:17,5,1.41,,,-73.9813003540039,40.675052642822266,-73.97228240966797,40.68532943725586,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-30 18:30:27,2016-01-30 18:51:00,1,3.64,,,-73.95767211914062,40.72206115722656,-73.9633560180664,40.67570114135742,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-12 01:53:30,2016-01-12 02:01:15,1,1.38,,,-73.85359954833984,40.82050704956055,-73.86156463623047,40.83335876464844,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-30 22:56:34,2016-01-30 23:03:47,1,1.26,,,-73.96990203857422,40.68771743774414,-73.96287536621094,40.673038482666016,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-18 12:10:19,2016-01-18 12:30:27,1,5.46,,,-73.89871978759766,40.746055603027344,-73.85295867919922,40.69053268432617,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-24 09:02:11,2016-01-24 09:13:40,1,2.21,,,-73.98479461669922,40.68688201904297,-73.9844970703125,40.66343688964844,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-09 15:13:59,2016-01-10 15:07:00,1,1.34,,,-73.93930053710938,40.757110595703125,-73.92337799072266,40.76778793334961,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-07 19:16:19,2016-01-07 19:22:41,1,1.56,,,-73.92333221435547,40.809329986572266,-73.93770599365234,40.797271728515625,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-08 10:54:01,2016-01-08 11:14:17,1,3.6,,,-73.96253967285156,40.809791564941406,-73.98014831542969,40.76302719116211,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,,20.15,1.0 +2,2016-01-05 18:08:16,2016-01-05 18:16:11,1,0.7,,,-73.84432220458984,40.72135543823242,-73.85498046875,40.72102355957031,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-07 10:34:23,2016-01-07 10:44:46,1,1.8,,,-73.94439697265625,40.834564208984375,-73.9277572631836,40.81787109375,1,Y,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-25 23:53:04,2016-01-26 00:00:57,1,1.49,,,-73.85608673095703,40.75161361694336,-73.86699676513672,40.7674446105957,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-11 09:30:00,2016-01-11 09:36:20,1,1.0,,,-73.96047973632812,40.81603240966797,-73.94718170166016,40.810306549072266,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-22 21:09:11,2016-01-22 21:22:36,1,2.9,,,-73.9814224243164,40.66697311401367,-73.9466323852539,40.68141174316406,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-03 14:01:22,2016-01-03 14:23:04,1,1.35,,,-73.94588470458984,40.67942810058594,-73.95347595214844,40.672733306884766,1,N,1,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-09 19:57:51,2016-01-09 20:05:48,1,1.47,,,-73.95490264892578,40.733642578125,-73.96319580078125,40.72025680541992,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-09 21:42:56,2016-01-09 21:53:28,1,1.93,,,-73.96189880371094,40.805335998535156,-73.94229125976562,40.80971145629883,1,N,1,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 02:59:09,2016-01-17 03:14:43,1,6.1,,,-73.95423889160156,40.73074722290039,-73.8509750366211,40.72532653808594,1,N,1,19.5,0.5,0.5,0.3,5.2,0.0,,26.0,1.0 +1,2016-01-08 16:46:06,2016-01-08 16:46:26,1,0.0,,,-73.86153411865234,40.833213806152344,-73.86245727539062,40.83305358886719,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-29 20:54:41,2016-01-29 21:00:21,1,0.6,,,-73.99236297607422,40.68944549560547,-73.98727416992188,40.69160079956055,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-26 23:05:10,2016-01-26 23:12:20,1,1.16,,,-73.84410095214844,40.721107482910156,-73.8492202758789,40.73622131347656,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-11 20:06:32,2016-01-11 20:14:13,3,2.18,,,-73.86985778808594,40.73362350463867,-73.87776184082031,40.70999526977539,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-11 20:00:25,2016-01-11 20:08:52,1,1.8,,,-73.84439086914062,40.72134780883789,-73.81526184082031,40.709571838378906,1,N,1,8.5,1.0,0.5,0.3,1.0,0.0,,11.3,1.0 +2,2016-01-28 09:40:12,2016-01-28 09:46:46,2,1.04,,,-73.92536926269531,40.67049026489258,-73.9362564086914,40.67344665527344,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 15:34:55,2016-01-16 15:44:09,1,1.85,,,-73.93836212158203,40.822837829589844,-73.94574737548828,40.80169677734375,1,N,1,9.0,0.0,0.5,0.3,2.0,0.0,,11.8,1.0 +2,2016-01-07 11:28:33,2016-01-07 11:35:37,1,1.06,,,-73.9712142944336,40.6929817199707,-73.98358917236328,40.68905258178711,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-10 16:16:01,2016-01-10 16:35:39,1,3.1,,,-73.9587173461914,40.71481704711914,-73.99854278564453,40.72865676879883,1,N,1,15.0,0.0,0.5,0.3,4.0,0.0,,19.8,1.0 +1,2016-01-28 07:32:20,2016-01-28 07:47:59,1,8.1,,,-73.95674133300781,40.74457931518555,-73.86483764648438,40.77040481567383,1,N,1,23.5,0.0,0.5,0.3,6.05,0.0,,30.35,1.0 +1,2016-01-27 15:55:27,2016-01-27 16:00:43,3,0.8,,,-73.8552474975586,40.72064208984375,-73.84314727783203,40.720333099365234,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 19:31:33,2016-01-09 19:47:45,1,2.6,,,-73.98074340820312,40.68878173828125,-73.9300537109375,40.67932891845703,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-19 07:46:26,2016-01-19 09:01:38,1,10.63,,,-73.86908721923828,40.74928665161133,-74.00447845458984,40.71596145629883,1,N,1,47.0,0.0,0.5,0.3,0.0,0.0,,47.8,1.0 +2,2016-01-19 08:39:05,2016-01-19 09:07:32,1,7.34,,,-73.9927978515625,40.697425842285156,-73.95423889160156,40.763916015625,1,N,1,25.0,0.0,0.5,0.3,6.45,0.0,,32.25,1.0 +2,2016-01-28 19:31:29,2016-01-28 20:05:01,1,3.9,,,-73.95223999023438,40.78984069824219,-73.9857406616211,40.74436569213867,1,N,1,21.0,1.0,0.5,0.3,4.56,0.0,,27.36,1.0 +2,2016-01-30 11:36:28,2016-01-30 11:42:30,1,0.75,,,-73.97611236572266,40.68397521972656,-73.96504211425781,40.67962646484375,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-28 23:56:36,2016-01-29 00:03:10,1,1.75,,,-73.98123931884766,40.689735412597656,-73.95960998535156,40.69559860229492,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-21 19:17:22,2016-01-21 19:34:41,1,3.0,,,-73.93913269042969,40.80522155761719,-73.97377014160156,40.784358978271484,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-20 22:58:03,2016-01-20 23:01:59,1,1.43,,,-73.96488189697266,40.71498107910156,-73.95777130126953,40.731170654296875,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,,9.12,1.0 +1,2016-01-17 05:27:19,2016-01-17 05:33:38,1,1.3,,,-73.9272232055664,40.61405563354492,-73.9339370727539,40.61532974243164,1,N,1,7.0,0.5,0.5,0.3,2.45,0.0,,10.75,1.0 +2,2016-01-03 23:46:37,2016-01-03 23:53:17,1,1.81,,,-73.94808959960938,40.80408477783203,-73.944091796875,40.823814392089844,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-18 13:18:47,2016-01-18 13:27:29,1,1.65,,,-73.9502182006836,40.802268981933594,-73.93683624267578,40.813907623291016,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-02 16:12:31,2016-01-02 16:17:39,1,1.07,,,-73.94313049316406,40.7859001159668,-73.93943786621094,40.798728942871094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 09:14:22,2016-01-06 09:21:48,1,0.92,,,-73.95569610595703,40.73368835449219,-73.95257568359375,40.74266815185547,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-19 19:03:05,2016-01-19 19:28:24,1,0.0,,,-73.98307800292969,40.63892364501953,-73.983154296875,40.638858795166016,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-17 10:57:00,2016-01-17 11:12:22,5,4.02,,,-73.97845458984375,40.684043884277344,-73.95743560791016,40.720115661621094,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-03 15:07:35,2016-01-03 15:37:09,1,5.8,,,-73.992919921875,40.69389724731445,-73.9900894165039,40.751075744628906,1,N,1,25.5,0.0,0.5,0.3,7.85,0.0,,34.15,1.0 +2,2016-01-04 16:42:28,2016-01-04 16:55:26,1,1.98,,,-73.99056243896484,40.69368362426758,-73.96014404296875,40.68997573852539,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-22 19:54:17,2016-01-22 20:06:14,1,2.09,,,-73.93428039550781,40.803123474121094,-73.94904327392578,40.82318878173828,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-08 01:23:31,2016-01-08 01:40:50,2,5.0,,,-73.9661636352539,40.71302032470703,-73.98279571533203,40.677860260009766,1,N,1,18.0,0.5,0.5,0.3,4.8,0.0,,24.1,1.0 +2,2016-01-04 14:25:35,2016-01-04 15:28:44,1,18.46,,,-73.98379516601562,40.63191604614258,-73.78206634521484,40.64431381225586,1,N,1,60.0,0.0,0.5,0.3,0.0,0.0,,60.8,1.0 +2,2016-01-10 23:21:45,2016-01-10 23:33:09,1,6.95,,,-73.80450439453125,40.69356918334961,-73.72796630859375,40.67173385620117,1,N,1,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-24 13:31:04,2016-01-24 13:38:10,1,2.12,,,-73.9850082397461,40.697811126708984,-73.99615478515625,40.72218704223633,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,,11.62,1.0 +1,2016-01-03 19:01:51,2016-01-03 19:19:39,1,7.0,,,-73.924072265625,40.83094024658203,-73.86222076416016,40.854461669921875,1,N,1,21.0,1.0,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-19 20:25:50,2016-01-19 20:51:00,1,5.17,,,-73.9990463256836,40.675758361816406,-73.92610931396484,40.67638397216797,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-27 19:38:31,2016-01-27 19:42:38,1,0.91,,,-73.87284851074219,40.84111785888672,-73.86096954345703,40.84666061401367,1,N,1,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-11 00:50:42,2016-01-11 00:55:53,1,0.91,,,-73.93097686767578,40.669010162353516,-73.93373107910156,40.672508239746094,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 20:46:20,2016-01-07 20:53:58,1,1.17,,,-73.91573333740234,40.6859016418457,-73.93584442138672,40.68593215942383,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-09 15:10:14,2016-01-09 15:15:40,1,0.8,,,-73.83351135253906,40.75933074951172,-73.8438491821289,40.75791931152344,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 07:54:51,2016-01-22 08:00:09,2,1.14,,,-73.85645294189453,40.72071838378906,-73.8491439819336,40.713253021240234,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 13:48:19,2016-01-08 14:05:50,1,3.27,,,-73.8071517944336,40.699161529541016,-73.83489990234375,40.717018127441406,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-24 19:31:11,2016-01-24 19:40:36,1,3.21,,,-73.98002624511719,40.68988037109375,-73.95208740234375,40.71739196777344,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-09 16:19:24,2016-01-09 16:24:48,1,1.07,,,-73.96434783935547,40.69368362426758,-73.97566223144531,40.6873664855957,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-11 23:03:47,2016-01-11 23:14:09,1,1.9,,,-73.97650146484375,40.682125091552734,-74.00139617919922,40.68787384033203,1,N,1,9.0,0.5,0.5,0.3,1.7,0.0,,12.0,1.0 +2,2016-01-20 00:37:45,2016-01-20 00:47:49,1,1.51,,,-73.91939544677734,40.770389556884766,-73.91389465332031,40.75656509399414,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 23:47:25,2016-01-15 23:59:30,1,6.34,,,-73.99970245361328,40.6834831237793,-74.02860260009766,40.615718841552734,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-27 08:10:48,2016-01-27 08:17:53,1,0.84,,,-73.96015930175781,40.656700134277344,-73.96588134765625,40.649200439453125,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 19:31:33,2016-01-26 19:34:15,1,0.93,,,-73.94215393066406,40.75423049926758,-73.93177795410156,40.765342712402344,1,N,1,4.5,1.0,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-15 21:37:21,2016-01-15 21:41:00,1,0.63,,,-73.950439453125,40.792293548583984,-73.9417953491211,40.78727340698242,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-04 12:37:13,2016-01-04 12:59:58,1,4.6,,,-73.99090576171875,40.693206787109375,-74.02050018310547,40.63505935668945,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-14 22:58:58,2016-01-14 23:11:34,1,3.13,,,-73.9523696899414,40.79816818237305,-73.96265411376953,40.76348114013672,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,,15.8,1.0 +2,2016-01-11 03:37:53,2016-01-11 03:40:58,1,1.25,,,-73.96135711669922,40.716461181640625,-73.95442199707031,40.730125427246094,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-14 01:51:11,2016-01-14 02:08:56,5,4.55,,,-73.9575424194336,40.71779251098633,-73.89363861083984,40.70094680786133,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-29 14:34:50,2016-01-29 14:41:07,1,1.67,,,-73.85022735595703,40.82809829711914,-73.87837219238281,40.82597351074219,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-28 20:01:04,2016-01-28 20:11:49,1,5.0,,,-73.95621490478516,40.81355285644531,-73.98854064941406,40.7642707824707,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-10 15:57:14,2016-01-10 16:04:03,1,1.49,,,-73.95742797851562,40.73417663574219,-73.94654083251953,40.72331619262695,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-16 17:31:43,2016-01-16 17:54:28,1,5.42,,,-73.87419128417969,40.735076904296875,-73.81707763671875,40.6861457824707,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-30 18:53:56,2016-01-30 19:23:59,1,2.93,,,-73.96369171142578,40.71036148071289,-73.99341583251953,40.7275505065918,1,N,1,18.5,0.0,0.5,0.3,2.0,0.0,,21.3,1.0 +2,2016-01-06 18:00:42,2016-01-06 18:12:56,1,1.94,,,-73.83076477050781,40.7592887878418,-73.79930114746094,40.76292419433594,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-07 16:09:59,2016-01-07 16:13:01,5,1.31,,,-73.82994079589844,40.71403121948242,-73.81696319580078,40.72171401977539,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-20 10:30:14,2016-01-20 10:47:17,2,3.24,,,-73.98737335205078,40.69049835205078,-73.94450378417969,40.66980743408203,1,N,1,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-25 14:36:27,2016-01-25 14:41:58,1,0.78,,,-73.92500305175781,40.76874542236328,-73.91732025146484,40.76142120361328,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 01:30:48,2016-01-17 01:36:52,1,0.91,,,-73.94490814208984,40.807472229003906,-73.93588256835938,40.79977035522461,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-05 03:49:46,2016-01-05 04:02:50,1,3.9,,,-73.8709716796875,40.7488899230957,-73.92523193359375,40.76188659667969,1,N,1,14.0,0.5,0.5,0.3,3.8,0.0,,19.1,1.0 +2,2016-01-27 22:52:39,2016-01-27 22:54:42,1,0.44,,,-73.94834899902344,40.808780670166016,-73.94425964355469,40.814369201660156,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,,5.76,1.0 +1,2016-01-14 17:19:24,2016-01-14 17:39:14,1,3.4,,,-73.80367279052734,40.717552185058594,-73.78390502929688,40.67530059814453,1,N,1,15.0,1.0,0.5,0.3,3.35,0.0,,20.15,1.0 +1,2016-01-08 22:14:59,2016-01-08 22:29:59,2,1.4,,,-73.97344207763672,40.67861557006836,-73.98942565917969,40.69231033325195,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,,13.8,1.0 +2,2016-01-05 00:08:04,2016-01-05 00:15:43,1,2.86,,,-73.93500518798828,40.79660415649414,-73.93726348876953,40.82931137084961,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-18 00:49:09,2016-01-18 00:58:06,1,2.5,,,-73.82975769042969,40.71364212036133,-73.83026123046875,40.69147491455078,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-04 15:48:43,2016-01-04 15:57:47,1,0.0,,,-73.95535278320312,40.7884407043457,-73.96621704101562,40.77090835571289,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-01 15:52:45,2016-01-01 16:23:03,2,9.84,,,-73.88722229003906,40.74732971191406,-73.982666015625,40.664894104003906,1,N,1,32.0,0.0,0.5,0.3,6.56,0.0,,39.36,1.0 +2,2016-01-28 23:51:17,2016-01-28 23:56:43,1,1.28,,,-73.94096374511719,40.8397331237793,-73.9393310546875,40.8537712097168,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-21 16:41:05,2016-01-21 16:53:00,1,2.0,,,-73.89755249023438,40.829612731933594,-73.91798400878906,40.809547424316406,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-26 16:55:02,2016-01-26 17:21:34,1,6.32,,,-73.8895034790039,40.74713134765625,-73.84036254882812,40.76798629760742,1,N,2,22.0,1.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-04 17:15:43,2016-01-04 17:38:56,1,3.21,,,-73.95850372314453,40.71713638305664,-73.93372344970703,40.690433502197266,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-20 14:36:59,2016-01-20 14:45:22,1,1.88,,,-73.90338134765625,40.74574661254883,-73.8760757446289,40.75640106201172,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-16 21:56:35,2016-01-16 22:02:54,1,1.47,,,-73.95333099365234,40.68085479736328,-73.94532775878906,40.69581985473633,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-03 02:08:17,2016-01-03 02:13:47,5,1.4,,,-73.90460968017578,40.74534606933594,-73.91962432861328,40.75917053222656,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-26 18:56:55,2016-01-26 19:01:28,6,0.48,,,-73.95195770263672,40.80915832519531,-73.95645141601562,40.80306625366211,1,N,1,5.0,1.0,0.5,0.3,0.5,0.0,,7.3,1.0 +2,2016-01-06 21:52:45,2016-01-06 21:57:09,1,0.98,,,-73.90320587158203,40.74588394165039,-73.91290283203125,40.74811553955078,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 13:33:08,2016-01-16 13:48:28,1,2.22,,,-73.96074676513672,40.67299270629883,-73.92198181152344,40.675315856933594,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-01 12:32:42,2016-01-01 12:35:34,1,0.39,,,-73.86200714111328,40.73036193847656,-73.85638427734375,40.730857849121094,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-12 11:38:06,2016-01-12 11:46:04,1,0.93,,,-73.72852325439453,40.707801818847656,-73.72850799560547,40.707801818847656,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-16 09:27:29,2016-01-16 09:43:41,1,4.01,,,-73.93812561035156,40.792335510253906,-73.89826202392578,40.82775115966797,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-29 13:55:49,2016-01-29 14:04:23,1,2.94,,,-73.92168426513672,40.766761779785156,-73.90311431884766,40.74614334106445,1,N,1,11.0,0.0,0.5,0.3,2.0,0.0,,13.8,1.0 +2,2016-01-15 21:44:10,2016-01-15 21:57:35,1,2.92,,,-73.9408950805664,40.83965301513672,-73.96353149414062,40.80354690551758,1,N,1,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-15 09:44:07,2016-01-15 10:14:07,1,3.61,,,-73.99092864990234,40.689178466796875,-74.00348663330078,40.71697998046875,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +1,2016-01-12 15:51:30,2016-01-12 16:08:34,1,2.4,,,-73.98748016357422,40.6915168762207,-74.01264190673828,40.67713165283203,1,N,1,12.5,1.0,0.5,0.3,1.0,0.0,,15.3,1.0 +2,2016-01-07 16:30:10,2016-01-07 16:45:00,1,2.25,,,-73.93904113769531,40.816497802734375,-73.96701049804688,40.804176330566406,1,N,1,11.5,1.0,0.5,0.3,3.32,0.0,,16.62,1.0 +1,2016-01-30 16:20:32,2016-01-30 16:44:52,1,3.0,,,-73.91181945800781,40.74440383911133,-73.91606903076172,40.77174377441406,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-20 06:12:36,2016-01-20 06:15:56,1,0.82,,,-73.9352035522461,40.8008918762207,-73.93467712402344,40.80583572387695,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 22:52:10,2016-01-29 22:55:14,1,0.51,,,-73.86958312988281,40.73348617553711,-73.86389923095703,40.737213134765625,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-05 18:03:34,2016-01-05 18:12:14,1,1.46,,,-73.94540405273438,40.80790710449219,-73.9454345703125,40.82430648803711,1,N,1,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-03 02:41:30,2016-01-03 02:47:44,1,1.2,,,-73.953857421875,40.816871643066406,-73.95685577392578,40.80263900756836,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 23:43:37,2016-01-06 00:22:25,1,17.81,,,-73.940185546875,40.6851921081543,-73.72917938232422,40.70653533935547,1,N,1,51.5,0.5,0.5,0.3,10.56,0.0,,63.36,1.0 +1,2016-01-23 03:44:03,2016-01-23 03:54:54,1,3.3,,,-73.91808319091797,40.80702209472656,-73.9437484741211,40.78453063964844,1,N,1,11.5,0.5,0.5,0.3,4.0,0.0,,16.8,1.0 +2,2016-01-01 04:16:06,2016-01-01 04:19:50,1,0.74,,,-73.96543884277344,40.710731506347656,-73.95764923095703,40.71779251098633,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,,7.54,1.0 +2,2016-01-07 20:29:17,2016-01-07 20:45:38,1,6.66,,,-73.91346740722656,40.81441116333008,-73.86710357666016,40.8689079284668,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +2,2016-01-02 22:02:20,2016-01-02 22:10:45,1,1.82,,,-73.95514678955078,40.78871536254883,-73.95149230957031,40.7700080871582,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-04 23:15:32,2016-01-04 23:19:47,1,0.8,,,-73.94964599609375,40.80180740356445,-73.93910217285156,40.802188873291016,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-20 23:18:02,2016-01-20 23:30:05,1,3.92,,,-73.94782257080078,40.79581069946289,-73.91677856445312,40.83749771118164,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-11 12:41:44,2016-01-11 12:46:11,1,0.82,,,-73.94568634033203,40.807899475097656,-73.95884704589844,40.80989074707031,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 12:26:20,2016-01-01 12:28:36,1,0.57,,,-73.93614959716797,40.82583999633789,-73.94176483154297,40.81806564331055,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 15:53:03,2016-01-01 15:53:12,1,0.0,,,-73.92225646972656,40.755043029785156,-73.92228698730469,40.75502014160156,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +2,2016-01-15 20:26:18,2016-01-15 20:36:25,1,1.99,,,-73.91253662109375,40.828033447265625,-73.91568756103516,40.806949615478516,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +1,2016-01-30 23:24:50,2016-01-30 23:46:40,1,7.1,,,-73.9802474975586,40.67639923095703,-73.95553588867188,40.74605941772461,1,N,1,23.0,0.5,0.5,0.3,3.0,0.0,,27.3,1.0 +2,2016-01-07 22:54:56,2016-01-07 23:17:26,1,5.06,,,-73.95128631591797,40.70608139038086,-73.92118072509766,40.76177978515625,1,N,1,19.0,0.5,0.5,0.3,5.0,0.0,,25.3,1.0 +2,2016-01-06 11:47:55,2016-01-06 11:53:47,1,1.23,,,-73.94129943847656,40.8142204284668,-73.92249298095703,40.808876037597656,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-13 08:15:03,2016-01-13 08:18:25,1,0.5,,,-73.939453125,40.810302734375,-73.94833374023438,40.81239700317383,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-19 09:11:59,2016-01-19 09:42:38,1,3.6,,,-73.99114227294922,40.69084167480469,-74.00768280029297,40.72472381591797,1,N,1,20.0,0.0,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-10 03:40:37,2016-01-10 03:47:41,6,2.06,,,-73.91746520996094,40.7700309753418,-73.94233703613281,40.75841522216797,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 23:31:03,2016-01-29 23:49:55,1,8.3,,,-73.949951171875,40.78547286987305,-74.00942993164062,40.715328216552734,1,N,1,25.0,0.5,0.5,0.3,2.0,0.0,,28.3,1.0 +2,2016-01-26 15:59:57,2016-01-26 16:17:16,1,1.73,,,-73.95258331298828,40.78836441040039,-73.96710968017578,40.76693344116211,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-06 20:01:53,2016-01-06 20:22:41,4,2.84,,,-73.98904418945312,40.66587829589844,-73.970703125,40.6926383972168,1,N,1,15.0,1.0,0.5,0.3,5.04,0.0,,21.84,1.0 +2,2016-01-02 14:29:06,2016-01-02 14:38:51,1,2.67,,,-73.95643615722656,40.74739074707031,-73.97583770751953,40.75128936767578,1,N,1,10.0,0.0,0.5,0.3,4.08,5.54,,20.42,1.0 +2,2016-01-15 22:27:23,2016-01-15 22:37:15,1,1.78,,,-73.9189453125,40.765724182128906,-73.92314910888672,40.74553298950195,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-06 16:31:44,2016-01-06 16:34:52,1,0.63,,,-73.95379638671875,40.5872917175293,-73.94396209716797,40.58684158325195,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-16 21:04:40,2016-01-16 21:10:41,1,1.24,,,-73.8685073852539,40.73424530029297,-73.8814926147461,40.730995178222656,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-16 21:34:08,2016-01-16 21:46:53,1,2.79,,,-73.95055389404297,40.7862548828125,-73.98152923583984,40.7646598815918,1,N,1,11.5,0.5,0.5,0.3,1.0,0.0,,13.8,1.0 +2,2016-01-16 04:27:18,2016-01-16 04:36:15,2,1.63,,,-73.88819122314453,40.747222900390625,-73.88899993896484,40.74706268310547,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-16 09:06:08,2016-01-16 09:08:40,1,0.65,,,-73.9617919921875,40.71604919433594,-73.95569610595703,40.72308349609375,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-17 20:29:54,2016-01-17 20:59:28,1,3.43,,,-73.95710754394531,40.646602630615234,-73.9112777709961,40.6370964050293,1,N,1,19.5,0.5,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-09 12:22:34,2016-01-09 12:24:47,2,0.45,,,-73.89575958251953,40.74637222290039,-73.88993072509766,40.743743896484375,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-30 18:27:12,2016-01-30 18:32:12,6,0.75,,,-73.95962524414062,40.71611022949219,-73.95783996582031,40.710086822509766,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-04 14:29:18,2016-01-04 14:36:08,1,1.26,,,-73.95774841308594,40.671356201171875,-73.97559356689453,40.67438507080078,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-11 15:26:40,2016-01-11 15:34:37,1,1.53,,,-73.94551086425781,40.80787658691406,-73.96367645263672,40.79804229736328,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-05 08:47:29,2016-01-05 08:56:24,1,1.2,,,-73.96501922607422,40.693580627441406,-73.9798355102539,40.68854904174805,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,,10.75,1.0 +2,2016-01-17 13:04:18,2016-01-17 13:18:09,1,3.25,,,-74.01049041748047,40.672027587890625,-74.00139617919922,40.64884948730469,1,N,1,13.0,0.0,0.5,0.3,4.14,0.0,,17.94,1.0 +2,2016-01-11 22:37:14,2016-01-11 22:43:13,1,1.0,,,-73.94117736816406,40.70090103149414,-73.9532470703125,40.71015930175781,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-12 16:58:45,2016-01-12 17:04:32,1,0.87,,,-73.90968322753906,40.87944412231445,-73.9027328491211,40.87043380737305,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-29 20:25:42,2016-01-29 20:38:48,1,2.57,,,-73.95258331298828,40.80338668823242,-73.94396209716797,40.83284378051758,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-16 22:30:06,2016-01-16 22:34:20,1,1.23,,,-73.95306396484375,40.803531646728516,-73.96356964111328,40.8104248046875,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-06 13:40:19,2016-01-06 13:54:51,1,2.3,,,-73.95974731445312,40.71399688720703,-73.95487976074219,40.687618255615234,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-18 23:40:03,2016-01-18 23:45:58,1,1.4,,,-73.95061492919922,40.66951370239258,-73.94222259521484,40.65581130981445,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-30 03:39:47,2016-01-30 03:58:56,1,3.69,,,-73.95159149169922,40.71414566040039,-74.00526428222656,40.72862243652344,1,N,1,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-24 12:20:09,2016-01-24 12:29:29,6,1.8,,,-73.79481506347656,40.71005630493164,-73.80525207519531,40.730411529541016,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,,10.8,1.0 +2,2016-01-14 17:10:55,2016-01-14 17:38:19,1,5.74,,,-73.96160125732422,40.80616760253906,-73.9886474609375,40.750389099121094,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-27 19:07:36,2016-01-27 19:16:20,1,1.37,,,-73.89353942871094,40.742645263671875,-73.8743667602539,40.73789978027344,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-02 15:46:07,2016-01-02 15:54:54,1,1.03,,,-73.95380401611328,40.80665588378906,-73.9532470703125,40.819297790527344,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-01 11:08:09,2016-01-01 11:15:58,1,1.69,,,-73.95679473876953,40.67703628540039,-73.96859741210938,40.69316101074219,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-07 07:54:51,2016-01-07 08:13:57,1,4.22,,,-73.98286437988281,40.70208740234375,-73.98286437988281,40.7452507019043,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-29 00:00:09,2016-01-29 00:05:26,1,1.35,,,-73.9485092163086,40.80352020263672,-73.93601989746094,40.81699752807617,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-08 22:11:48,2016-01-08 22:26:32,1,3.8,,,-73.96277618408203,40.67351150512695,-73.89649200439453,40.67051315307617,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-15 02:54:27,2016-01-15 03:02:40,1,1.04,,,-73.89105987548828,40.74689865112305,-73.8830337524414,40.755775451660156,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 15:21:35,2016-01-29 15:28:20,1,0.81,,,-73.94432830810547,40.80952453613281,-73.95433807373047,40.80594253540039,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +1,2016-01-21 22:53:03,2016-01-21 23:10:16,2,3.9,,,-73.9517593383789,40.71490478515625,-73.98371124267578,40.7259521484375,1,N,1,16.0,0.5,0.5,0.3,4.3,0.0,,21.6,1.0 +2,2016-01-25 21:07:18,2016-01-25 21:18:11,1,2.98,,,-73.88505554199219,40.744102478027344,-73.92082214355469,40.77083206176758,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-09 18:19:38,2016-01-09 18:53:40,1,6.79,,,-73.96134185791016,40.811973571777344,-73.97712707519531,40.742923736572266,1,N,1,27.0,0.0,0.5,0.3,3.0,0.0,,30.8,1.0 +1,2016-01-13 19:31:20,2016-01-13 19:38:37,1,1.7,,,-73.80777740478516,40.700164794921875,-73.81592559814453,40.68403625488281,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-04 17:29:51,2016-01-04 17:41:18,2,1.53,,,-73.99430847167969,40.70277786254883,-73.99019622802734,40.68718338012695,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-16 17:50:30,2016-01-16 17:54:17,1,0.7,,,-73.94853210449219,40.80891418457031,-73.95457458496094,40.80060577392578,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-02 04:17:31,2016-01-02 04:34:51,1,10.87,,,-73.98139953613281,40.68559265136719,-73.87137603759766,40.774070739746094,1,N,1,31.0,0.5,0.5,0.3,6.46,0.0,,38.76,1.0 +2,2016-01-05 15:55:17,2016-01-05 15:58:05,1,0.22,,,-73.95315551757812,40.680641174316406,-73.95722961425781,40.68153381347656,1,N,1,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-06 16:16:37,2016-01-06 16:16:50,1,6.5,,,-74.1676254272461,40.577545166015625,-74.1676254272461,40.577545166015625,1,N,1,2.5,1.0,0.5,0.3,7.0,0.0,,11.3,1.0 +2,2016-01-09 09:42:44,2016-01-09 09:46:16,1,0.73,,,-73.95066833496094,40.80056381225586,-73.9517593383789,40.809326171875,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 23:41:35,2016-01-09 23:47:40,1,1.29,,,-73.957275390625,40.804325103759766,-73.93596649169922,40.796165466308594,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 23:15:33,2016-01-22 23:22:22,1,1.15,,,-73.99301147460938,40.682918548583984,-73.99397277832031,40.69481658935547,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-22 12:36:04,2016-01-22 12:46:31,3,2.37,,,-73.99172973632812,40.70320510864258,-74.00501251220703,40.70906066894531,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-10 15:13:26,2016-01-10 15:44:02,1,8.02,,,-73.94766998291016,40.764217376708984,-73.99583435058594,40.71687316894531,1,N,2,28.5,0.0,0.5,0.3,0.0,0.0,,29.3,1.0 +2,2016-01-08 18:41:00,2016-01-08 19:20:06,1,5.85,,,-73.9736328125,40.655609130859375,-73.98477172851562,40.72434616088867,1,N,1,27.5,1.0,0.5,0.3,0.02,0.0,,29.32,1.0 +2,2016-01-30 08:46:57,2016-01-30 08:50:57,1,0.86,,,-73.95449829101562,40.80564498901367,-73.96508026123047,40.801124572753906,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-13 18:51:12,2016-01-13 18:55:54,1,0.6,,,-73.99766540527344,40.69508743286133,-73.99833679199219,40.68833541870117,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-22 09:03:07,2016-01-22 09:20:14,1,3.46,,,-73.94829559326172,40.80410385131836,-73.98384857177734,40.7706413269043,1,N,1,14.5,0.0,0.5,0.3,3.82,0.0,,19.12,1.0 +2,2016-01-09 18:59:19,2016-01-09 19:02:50,1,0.94,,,-73.98328399658203,40.67670440673828,-73.98562622070312,40.66630554199219,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-08 10:17:41,2016-01-08 10:47:03,1,7.3,,,-73.97781372070312,40.684810638427734,-73.96654510498047,40.7564697265625,1,N,1,26.5,0.0,0.5,0.3,4.5,0.0,,31.8,1.0 +2,2016-01-02 00:36:58,2016-01-02 00:43:57,1,2.18,,,-73.9222412109375,40.743804931640625,-73.94731903076172,40.72691345214844,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-28 10:02:25,2016-01-28 10:17:25,1,2.17,,,-73.95968627929688,40.6908073425293,-73.98622131347656,40.702392578125,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-10 01:31:58,2016-01-10 01:49:06,5,2.55,,,-73.87641143798828,40.748477935791016,-73.9194107055664,40.74345397949219,1,N,1,13.0,0.5,0.5,0.3,1.5,0.0,,15.8,1.0 +2,2016-01-17 00:12:48,2016-01-17 00:22:03,1,1.69,,,-73.9188232421875,40.74308776855469,-73.88735961914062,40.74721145629883,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-08 10:05:38,2016-01-08 10:07:38,1,0.67,,,-73.919189453125,40.759063720703125,-73.9119644165039,40.76758575439453,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-01 13:59:56,2016-01-01 14:11:54,1,2.94,,,-73.96221160888672,40.80537796020508,-73.95976257324219,40.77376174926758,1,N,1,11.5,0.0,0.5,0.3,3.0,0.0,,15.3,1.0 +2,2016-01-25 21:03:58,2016-01-25 21:08:18,1,0.84,,,-73.96380615234375,40.7135124206543,-73.95237731933594,40.718257904052734,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-17 15:47:31,2016-01-17 16:19:16,3,7.33,,,-73.99032592773438,40.70257568359375,-73.97966003417969,40.763851165771484,1,N,1,27.5,0.0,0.5,0.3,5.66,0.0,,33.96,1.0 +1,2016-01-16 01:24:44,2016-01-16 01:38:36,1,3.6,,,-73.96297454833984,40.71188735961914,-73.97471618652344,40.68559646606445,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-21 13:55:23,2016-01-21 14:07:13,3,2.09,,,-73.9906997680664,40.7025032043457,-74.00617980957031,40.71693801879883,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-02 20:58:24,2016-01-02 21:08:40,1,1.88,,,-73.90177154541016,40.74586868286133,-73.87730407714844,40.740726470947266,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 15:14:42,2016-01-17 15:37:30,1,6.52,,,-73.9537124633789,40.79076385498047,-73.93167877197266,40.85567855834961,1,N,1,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-03 16:50:31,2016-01-03 16:55:05,1,0.96,,,-73.92109680175781,40.75648880004883,-73.9256820678711,40.74375534057617,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 12:22:56,2016-01-17 12:28:14,6,1.23,,,-73.9924087524414,40.689476013183594,-73.97772979736328,40.684566497802734,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-19 19:31:51,2016-01-19 19:38:06,1,0.6,,,-73.89044952392578,40.74639892578125,-73.88774108886719,40.752647399902344,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-22 06:28:10,2016-01-22 06:34:55,1,0.8,,,-73.94894409179688,40.79705810546875,-73.96051788330078,40.803306579589844,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,,9.1,1.0 +2,2016-01-17 01:06:14,2016-01-17 01:15:47,1,3.01,,,-73.80711364746094,40.6990966796875,-73.7760238647461,40.67646026611328,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-17 05:58:40,2016-01-17 06:08:37,1,3.08,,,-73.94169616699219,40.798519134521484,-73.94310760498047,40.823036193847656,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-17 11:06:51,2016-01-17 11:12:30,2,1.15,,,-73.94992065429688,40.80221939086914,-73.9629135131836,40.79753875732422,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 20:11:20,2016-01-05 20:14:17,1,0.51,,,-73.88992309570312,40.74699401855469,-73.881591796875,40.74981689453125,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-26 07:05:59,2016-01-26 07:06:07,1,0.0,,,-73.91065216064453,40.65772247314453,-73.91065216064453,40.65772247314453,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-26 18:40:56,2016-01-26 18:47:35,1,0.83,,,-73.9494400024414,40.78532028198242,-73.95354461669922,40.775325775146484,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-18 01:18:34,2016-01-18 01:33:38,1,8.23,,,-73.96015167236328,40.69041442871094,-73.89237976074219,40.7750129699707,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-15 18:39:51,2016-01-15 18:49:19,1,1.48,,,-73.92137908935547,40.766727447509766,-73.91412353515625,40.77910614013672,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-16 23:21:10,2016-01-16 23:25:00,1,0.5,,,-73.95258331298828,40.71409606933594,-73.96171569824219,40.71585464477539,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-04 22:19:01,2016-01-05 22:12:49,1,2.03,,,-73.95856475830078,40.66790771484375,-73.93634033203125,40.67964172363281,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-22 14:08:15,2016-01-22 14:13:50,1,0.92,,,-73.89389038085938,40.746665954589844,-73.9120864868164,40.74723815917969,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-29 10:57:00,2016-01-29 11:05:07,1,0.6,,,-73.95702362060547,40.71150588989258,-73.96065521240234,40.71694564819336,1,N,1,6.5,0.0,0.5,0.3,2.15,0.0,,9.45,1.0 +1,2016-01-11 09:44:50,2016-01-11 10:37:58,1,5.4,,,-73.92153930664062,40.76678466796875,-73.99147033691406,40.754127502441406,1,N,1,32.5,0.0,0.5,0.3,6.65,0.0,,39.95,1.0 +1,2016-01-09 12:42:51,2016-01-09 12:51:12,1,1.0,,,-73.95394897460938,40.82139587402344,-73.93905639648438,40.819068908691406,1,N,1,7.0,0.0,0.5,0.3,0.8,0.0,,8.6,1.0 +2,2016-01-18 16:29:57,2016-01-18 16:45:09,1,3.18,,,-73.98746490478516,40.69272232055664,-74.00621032714844,40.708526611328125,1,N,1,13.0,0.0,0.5,0.3,1.0,0.0,,14.8,1.0 +2,2016-01-22 00:35:56,2016-01-22 00:45:57,2,3.12,,,-73.95987701416016,40.70307540893555,-73.9462890625,40.66508102416992,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-27 21:06:55,2016-01-27 21:14:43,1,2.56,,,-73.8306884765625,40.75950622558594,-73.86461639404297,40.7639274597168,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-05 20:09:54,2016-01-05 20:15:04,1,1.14,,,-73.99452209472656,40.69791030883789,-73.98675537109375,40.68853759765625,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-20 23:47:39,2016-01-20 23:58:33,1,2.21,,,-73.98139190673828,40.69203186035156,-73.98363494873047,40.6652946472168,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,,13.56,1.0 +1,2016-01-21 10:58:32,2016-01-21 11:18:20,1,6.2,,,-73.95374298095703,40.80192184448242,-73.87620544433594,40.82899856567383,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-26 09:43:25,2016-01-26 09:45:15,1,0.35,,,-73.9564437866211,40.747413635253906,-73.95854187011719,40.74356460571289,1,N,1,3.5,0.0,0.5,0.3,0.86,0.0,,5.16,1.0 +1,2016-01-14 13:55:56,2016-01-14 14:05:30,1,1.9,,,-73.99544525146484,40.68812942504883,-73.99038696289062,40.66851043701172,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-05 07:56:20,2016-01-05 08:13:56,1,3.7,,,-73.92750549316406,40.86063003540039,-73.91454315185547,40.850128173828125,1,N,1,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-16 09:31:32,2016-01-16 09:42:06,1,1.7,,,-73.98771667480469,40.69069290161133,-74.00366973876953,40.67567825317383,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +1,2016-01-02 17:58:52,2016-01-02 18:10:06,1,2.2,,,-73.91360473632812,40.81936264038086,-73.89088439941406,40.840301513671875,1,Y,1,10.0,0.0,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-16 02:16:07,2016-01-16 02:30:10,1,2.75,,,-73.94994354248047,40.71702575683594,-73.92438507080078,40.691951751708984,1,N,1,12.0,0.5,0.5,0.3,3.99,0.0,,17.29,1.0 +2,2016-01-14 15:55:09,2016-01-14 16:02:00,6,0.75,,,-73.91287994384766,40.87234878540039,-73.91246032714844,40.876983642578125,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-25 20:05:39,2016-01-25 20:24:13,1,3.02,,,-73.92897033691406,40.679378509521484,-73.95641326904297,40.65530014038086,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-14 11:16:16,2016-01-14 11:21:52,1,0.9,,,-73.91431427001953,40.83652877807617,-73.91651916503906,40.8282356262207,5,N,2,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-05 12:45:14,2016-01-05 12:59:25,1,2.5,,,-73.91365051269531,40.7656135559082,-73.88636016845703,40.74449157714844,1,N,1,11.0,0.0,0.5,0.3,1.5,0.0,,13.3,1.0 +2,2016-01-25 16:49:30,2016-01-25 17:06:17,1,0.96,,,-73.89139556884766,40.74685287475586,-73.88607788085938,40.755531311035156,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-07 08:18:03,2016-01-07 08:30:52,1,2.96,,,-73.88648986816406,40.76148986816406,-73.93180084228516,40.75175857543945,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-29 21:47:33,2016-01-29 21:50:54,1,0.52,,,-73.94606018066406,40.78976058959961,-73.93912506103516,40.791072845458984,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-07 15:00:51,2016-01-07 15:07:30,1,2.0,,,-73.95050048828125,40.826751708984375,-73.96195983886719,40.805416107177734,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 18:32:36,2016-01-26 18:47:51,1,2.28,,,-73.96537017822266,40.71089172363281,-73.9437255859375,40.72682571411133,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-01 13:48:53,2016-01-01 14:01:58,3,5.16,,,-73.81770324707031,40.7176513671875,-73.87593078613281,40.75468063354492,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-06 05:01:24,2016-01-06 05:10:58,1,2.88,,,-73.99200439453125,40.68444061279297,-74.00454711914062,40.71944046020508,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-28 16:17:23,2016-01-28 16:25:10,1,0.91,,,-73.99187469482422,40.69093322753906,-73.99798583984375,40.678043365478516,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-14 19:37:06,2016-01-14 19:41:16,1,0.78,,,-73.98731994628906,40.69191360473633,-73.98501586914062,40.70235824584961,1,N,1,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 23:59:57,2016-01-23 00:14:31,2,5.58,,,-73.95106506347656,40.81183624267578,-73.99539947509766,40.759521484375,1,N,1,18.0,0.5,0.5,0.3,2.0,0.0,,21.3,1.0 +2,2016-01-25 23:37:57,2016-01-25 23:46:59,1,3.72,,,-73.9178237915039,40.76996612548828,-73.90142822265625,40.733436584472656,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-20 11:44:58,2016-01-20 11:52:47,1,1.6,,,-73.94975280761719,40.68038558959961,-73.932861328125,40.6706428527832,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 21:45:44,2016-01-22 22:06:32,1,11.55,,,-73.86929321289062,40.734066009521484,-73.72852325439453,40.657596588134766,1,N,2,32.5,0.5,0.5,0.3,0.0,0.0,,33.8,1.0 +2,2016-01-27 17:23:43,2016-01-27 17:34:15,1,1.01,,,-73.96617889404297,40.70471954345703,-73.95561218261719,40.6946907043457,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 19:15:26,2016-01-06 19:19:28,1,0.69,,,-73.95266723632812,40.81067657470703,-73.96076965332031,40.81791305541992,1,N,1,4.5,1.0,0.5,0.3,2.0,0.0,,8.3,1.0 +2,2016-01-21 20:01:48,2016-01-21 20:04:51,1,0.63,,,-73.96491241455078,40.806636810302734,-73.9692153930664,40.79819869995117,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-29 18:20:50,2016-01-29 18:30:52,2,2.33,,,-73.94590759277344,40.790008544921875,-73.93547821044922,40.814334869384766,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-06 05:27:34,2016-01-06 05:41:18,5,3.6,,,-73.87688446044922,40.74812698364258,-73.93633270263672,40.75000762939453,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-22 15:28:50,2016-01-22 15:40:54,1,2.89,,,-74.0169906616211,40.67466354370117,-73.98968505859375,40.702430725097656,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-05 05:12:48,2016-01-05 05:28:06,1,4.75,,,-73.94450378417969,40.83482360839844,-73.9544906616211,40.784034729003906,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-21 07:18:26,2016-01-21 07:49:19,1,5.7,,,-73.91829681396484,40.765628814697266,-73.9863052368164,40.755706787109375,1,N,2,23.5,0.0,0.5,0.3,0.0,0.0,,24.3,1.0 +2,2016-01-22 10:37:01,2016-01-22 11:10:54,1,4.63,,,-73.92559814453125,40.76185989379883,-73.98959350585938,40.756996154785156,1,N,1,23.0,0.0,0.5,0.3,4.28,0.0,,28.08,1.0 +2,2016-01-03 15:15:48,2016-01-03 15:24:39,2,1.59,,,-73.94561004638672,40.8079719543457,-73.95073699951172,40.82490539550781,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 14:44:36,2016-01-20 14:57:44,1,2.45,,,-73.95117950439453,40.82051086425781,-73.94910430908203,40.794151306152344,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,,12.8,1.0 +2,2016-01-01 00:27:16,2016-01-01 00:45:46,1,3.39,,,-73.95256042480469,40.72316360473633,-73.91265869140625,40.69549560546875,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-29 19:05:41,2016-01-29 19:28:28,1,3.53,,,-73.95492553710938,40.789188385009766,-73.9903335571289,40.75137710571289,1,N,1,16.5,1.0,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-28 15:23:14,2016-01-28 15:37:35,1,2.69,,,-73.81561279296875,40.70014190673828,-73.84473419189453,40.682342529296875,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-30 21:00:25,2016-01-30 21:06:11,1,0.8,,,-73.92201232910156,40.6984748840332,-73.93647766113281,40.69776916503906,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-17 20:00:51,2016-01-17 20:17:48,1,2.19,,,-73.91891479492188,40.742977142333984,-73.91901397705078,40.7351188659668,1,N,1,12.5,0.0,0.5,0.3,2.0,0.0,,15.3,1.0 +2,2016-01-15 13:54:36,2016-01-15 14:01:43,2,1.34,,,-73.88641357421875,40.756160736083984,-73.90701293945312,40.75343704223633,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-18 13:47:07,2016-01-18 14:04:31,1,10.09,,,-73.95223999023438,40.78989028930664,-73.82991790771484,40.854248046875,1,N,1,28.0,0.0,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-25 16:40:07,2016-01-25 16:47:56,1,1.21,,,-73.92314910888672,40.74354553222656,-73.89801025390625,40.74048614501953,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 15:28:42,2016-01-06 15:44:22,1,1.23,,,-73.95284271240234,40.788387298583984,-73.96253967285156,40.77317810058594,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-07 23:41:09,2016-01-07 23:58:28,1,4.54,,,-73.96175384521484,40.71382522583008,-73.98343658447266,40.67702865600586,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-11 13:19:53,2016-01-11 13:47:13,1,6.64,,,-73.98780822753906,40.690128326416016,-73.96570587158203,40.617183685302734,1,N,1,25.5,0.0,0.5,0.3,5.26,0.0,,31.56,1.0 +1,2016-01-11 14:40:27,2016-01-11 14:57:16,1,1.8,,,-73.94966888427734,40.79629135131836,-73.96223449707031,40.77388381958008,1,N,1,12.0,0.0,0.5,0.3,1.5,0.0,,14.3,1.0 +2,2016-01-26 08:08:04,2016-01-26 08:30:44,1,2.81,,,-73.96768188476562,40.687591552734375,-73.95162200927734,40.659305572509766,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-15 14:35:21,2016-01-15 14:43:10,1,1.2,,,-73.95986938476562,40.813812255859375,-73.94776153564453,40.823612213134766,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-21 16:28:28,2016-01-21 16:30:14,1,0.21,,,-73.9538803100586,40.82149887084961,-73.95099639892578,40.82069396972656,1,N,3,-3.5,-1.0,-0.5,-0.3,0.0,0.0,,-5.3,1.0 +2,2016-01-12 03:21:17,2016-01-12 03:27:47,1,1.8,,,-73.9288101196289,40.81901550292969,-73.91595458984375,40.839561462402344,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-25 19:06:30,2016-01-25 19:09:59,1,0.44,,,-73.86021423339844,40.83745193481445,-73.85539245605469,40.837501525878906,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 15:26:56,2016-01-01 15:36:53,1,4.36,,,-73.9420166015625,40.806312561035156,-73.91644287109375,40.85572052001953,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-21 13:21:27,2016-01-21 13:29:08,1,1.76,,,-73.90336608886719,40.745765686035156,-73.9011001586914,40.7309455871582,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-22 18:10:30,2016-01-22 18:21:53,1,1.61,,,-73.80744934082031,40.70021438598633,-73.79109954833984,40.68242645263672,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-16 01:47:27,2016-01-16 02:07:05,1,9.29,,,-73.86359405517578,40.730384826660156,-73.93243408203125,40.771484375,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,,33.96,1.0 +2,2016-01-19 08:31:02,2016-01-19 08:36:52,1,1.23,,,-73.98683166503906,40.701560974121094,-73.97136688232422,40.69925308227539,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-16 09:11:25,2016-01-16 09:14:21,1,0.38,,,-73.84426879882812,40.72181701660156,-73.84732818603516,40.72294235229492,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-29 08:44:00,2016-01-29 08:51:20,1,1.04,,,-73.84375762939453,40.72114562988281,-73.84184265136719,40.72950744628906,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-04 07:52:06,2016-01-04 08:22:29,5,9.96,,,-73.97918701171875,40.665855407714844,-73.97463989257812,40.755577087402344,1,N,1,30.5,0.0,0.5,0.3,7.37,5.54,,44.21,1.0 +2,2016-01-03 09:28:16,2016-01-03 09:33:50,1,1.63,,,-73.9586410522461,40.81003952026367,-73.94181823730469,40.831058502197266,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-23 01:14:18,2016-01-23 01:16:37,1,0.55,,,-73.91087341308594,40.77594757080078,-73.9030990600586,40.770755767822266,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,,6.62,1.0 +1,2016-01-27 18:03:03,2016-01-27 18:38:22,1,5.8,,,-73.86965942382812,40.748897552490234,-73.91032409667969,40.702552795410156,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-15 17:30:29,2016-01-15 17:47:27,1,2.45,,,-73.98328399658203,40.69002151489258,-73.9421157836914,40.68794631958008,1,N,1,12.5,1.0,0.5,0.3,3.58,0.0,,17.88,1.0 +2,2016-01-03 03:30:15,2016-01-03 03:38:45,2,2.32,,,-73.92534637451172,40.761653900146484,-73.88729858398438,40.7557487487793,1,N,1,9.5,0.5,0.5,0.3,2.0,0.0,,12.8,1.0 +1,2016-01-17 09:08:36,2016-01-17 09:14:20,1,2.0,,,-73.93798828125,40.79666519165039,-73.95801544189453,40.7729377746582,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-17 15:00:51,2016-01-17 15:11:17,1,2.27,,,-73.99739837646484,40.67936706542969,-74.01217651367188,40.6796875,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-18 10:30:16,2016-01-18 10:33:39,1,0.65,,,-73.94038391113281,40.845680236816406,-73.93677520751953,40.85541915893555,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-12 19:56:41,2016-01-12 20:09:39,1,2.79,,,-73.93915557861328,40.80487060546875,-73.94931030273438,40.77295684814453,1,N,1,12.0,1.0,0.5,0.3,1.7,0.0,,15.5,1.0 +1,2016-01-24 18:18:35,2016-01-24 19:14:41,1,31.2,,,-73.80692291259766,40.69902801513672,-73.38825225830078,40.83588790893555,4,N,1,137.0,1.0,0.5,0.3,34.7,0.0,,173.5,1.0 +2,2016-01-30 17:35:17,2016-01-30 17:52:52,6,5.07,,,-73.99549102783203,40.698158264160156,-73.93341827392578,40.705711364746094,1,N,1,17.5,0.0,0.5,0.3,4.58,0.0,,22.88,1.0 +2,2016-01-10 17:20:12,2016-01-10 17:26:37,1,0.95,,,-73.89725494384766,40.8626708984375,-73.90727233886719,40.8538703918457,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-14 14:48:36,2016-01-14 14:59:43,1,4.2,,,-73.90327453613281,40.74583435058594,-73.86488342285156,40.7703857421875,1,N,1,14.0,0.0,0.5,0.3,3.7,0.0,,18.5,1.0 +2,2016-01-11 23:18:36,2016-01-11 23:40:18,1,5.84,,,-73.89790344238281,40.74626159667969,-73.97267150878906,40.780635833740234,1,N,1,21.0,0.5,0.5,0.3,1.5,0.0,,23.8,1.0 +2,2016-01-09 04:39:21,2016-01-09 04:44:45,1,1.44,,,-73.93391418457031,40.80284881591797,-73.94098663330078,40.78825378417969,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-25 10:00:50,2016-01-25 10:05:06,1,0.86,,,-73.9128189086914,40.87239456176758,-73.92655944824219,40.86582565307617,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 19:29:50,2016-01-21 19:34:44,2,0.64,,,-73.9576416015625,40.717872619628906,-73.9574966430664,40.725135803222656,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-27 15:04:16,2016-01-27 15:36:52,1,6.48,,,-73.92086791992188,40.82622146606445,-73.95166015625,40.77375793457031,1,N,1,26.0,0.0,0.5,0.3,2.68,0.0,,29.48,1.0 +2,2016-01-05 14:49:35,2016-01-05 14:58:49,1,1.28,,,-73.91193389892578,40.77526092529297,-73.91340637207031,40.77802658081055,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 09:09:46,2016-01-08 09:23:07,1,2.03,,,-73.91840362548828,40.7596435546875,-73.92681121826172,40.77617645263672,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-20 16:10:14,2016-01-20 16:11:27,1,0.2,,,-73.9659652709961,40.805171966552734,-73.96798706054688,40.8023681640625,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-04 21:50:33,2016-01-04 22:05:23,1,3.12,,,-73.95286560058594,40.78669738769531,-73.98094177246094,40.786041259765625,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,,15.3,1.0 +2,2016-01-06 19:51:07,2016-01-06 20:01:20,1,1.78,,,-73.91251373291016,40.75590515136719,-73.88058471679688,40.74795913696289,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-23 04:35:50,2016-01-23 04:44:30,1,1.19,,,-73.86259460449219,40.749900817871094,-73.87723541259766,40.75273132324219,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-09 12:32:16,2016-01-09 12:40:35,1,1.6,,,-73.94964599609375,40.80232620239258,-73.95454406738281,40.818206787109375,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-27 12:50:40,2016-01-27 12:58:34,5,0.67,,,-73.9399185180664,40.67718505859375,-73.9419937133789,40.68051528930664,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-05 08:03:07,2016-01-05 08:13:18,2,1.6,,,-73.98316955566406,40.67664337158203,-73.9794692993164,40.6654052734375,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-30 19:59:24,2016-01-30 20:42:09,1,14.21,,,-73.95551300048828,40.804622650146484,-73.95592498779297,40.7204475402832,1,N,1,44.5,0.0,0.5,0.3,5.0,5.54,,55.84,1.0 +1,2016-01-19 22:36:28,2016-01-19 23:00:16,2,7.0,,,-73.9614028930664,40.71441650390625,-73.9749984741211,40.649295806884766,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,,24.8,1.0 +1,2016-01-12 15:25:38,2016-01-12 15:30:28,1,0.7,,,-73.98001861572266,40.668853759765625,-73.98038482666016,40.676483154296875,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-13 21:52:11,2016-01-13 22:02:36,1,2.75,,,-73.83038330078125,40.75949478149414,-73.79238891601562,40.77387237548828,1,N,1,10.5,0.5,0.5,0.3,3.54,0.0,,15.34,1.0 +2,2016-01-05 14:32:13,2016-01-05 14:43:59,1,2.17,,,-74.02870178222656,40.62284851074219,-74.02125549316406,40.647003173828125,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-16 17:01:01,2016-01-16 17:18:25,1,3.18,,,-73.99478149414062,40.68442916870117,-73.95953369140625,40.68654251098633,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-27 07:59:04,2016-01-27 08:04:58,1,1.14,,,-73.99446105957031,40.68880844116211,-73.98206329345703,40.68025588989258,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +1,2016-01-16 22:23:10,2016-01-16 22:33:55,4,2.0,,,-73.94207000732422,40.82270812988281,-73.95694732666016,40.80088806152344,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-16 20:24:40,2016-01-16 20:38:24,1,3.7,,,-73.94474792480469,40.800045013427734,-73.93148040771484,40.84730529785156,1,N,1,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-16 15:01:42,2016-01-16 15:09:33,6,1.29,,,-73.84425354003906,40.721317291259766,-73.85509490966797,40.706153869628906,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-07 22:24:46,2016-01-07 22:35:03,1,2.03,,,-73.94939422607422,40.680423736572266,-73.94050598144531,40.69551467895508,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-08 09:58:41,2016-01-08 10:24:39,1,3.46,,,-73.96704864501953,40.69441223144531,-74.00384521484375,40.726051330566406,1,N,1,19.0,0.0,0.5,0.3,2.75,0.0,,22.55,1.0 +2,2016-01-17 12:58:43,2016-01-17 13:10:17,5,2.02,,,-73.91494750976562,40.764034271240234,-73.90435791015625,40.775390625,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-20 08:56:10,2016-01-20 08:58:16,1,0.6,,,-73.94860076904297,40.825653076171875,-73.9536361694336,40.82350158691406,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-18 18:18:27,2016-01-18 18:21:34,1,0.5,,,-73.9507827758789,40.72370147705078,-73.94390106201172,40.72241973876953,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-11 21:19:25,2016-01-11 21:23:21,1,0.66,,,-73.96217346191406,40.8054084777832,-73.95697784423828,40.80352020263672,1,N,1,4.5,0.5,0.5,0.3,1.45,0.0,,7.25,1.0 +1,2016-01-01 01:30:16,2016-01-01 01:39:09,1,1.1,,,-73.88126373291016,40.74802017211914,-73.86783599853516,40.75240707397461,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-17 11:46:29,2016-01-17 11:51:25,1,0.82,,,-73.94513702392578,40.80818557739258,-73.94694519042969,40.80344009399414,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-29 23:55:19,2016-01-29 23:58:37,1,0.43,,,-73.95275115966797,40.8109016418457,-73.95740509033203,40.81172180175781,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-03 02:29:28,2016-01-03 02:35:22,1,1.28,,,-73.95217895507812,40.8105354309082,-73.96365356445312,40.79798889160156,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-04 19:10:57,2016-01-04 19:28:36,1,2.39,,,-73.99258422851562,40.68922424316406,-73.9563980102539,40.67521667480469,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-13 13:59:00,2016-01-13 14:02:29,1,0.7,,,-74.0286636352539,40.622802734375,-74.0398178100586,40.62383270263672,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 23:15:26,2016-01-02 23:15:28,1,0.0,,,-73.89346313476562,40.93013381958008,-73.89352416992188,40.930171966552734,5,N,3,-25.0,0.0,0.0,0,0.0,0.0,,-25.0,2.0 +2,2016-01-30 21:10:28,2016-01-30 21:18:45,1,0.91,,,-73.91905212402344,40.76573181152344,-73.9195556640625,40.75558853149414,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-17 06:55:06,2016-01-17 07:04:06,1,1.9,,,-73.93236541748047,40.679481506347656,-73.95735168457031,40.67229461669922,1,N,1,8.5,0.0,0.5,0.3,2.0,0.0,,11.3,1.0 +1,2016-01-07 17:30:36,2016-01-07 17:43:37,1,2.3,,,-73.95751953125,40.744773864746094,-73.97718048095703,40.74955749511719,1,Y,2,11.0,1.0,0.5,0.3,0.0,5.54,,18.34,1.0 +2,2016-01-26 11:33:10,2016-01-26 11:58:17,1,2.33,,,-73.9561538696289,40.80318069458008,-73.95606994628906,40.779930114746094,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-13 07:41:27,2016-01-13 07:48:05,1,1.2,,,-73.95391845703125,40.801513671875,-73.96766662597656,40.7928581237793,1,N,1,6.5,0.0,0.5,0.3,1.5,0.0,,8.8,1.0 +2,2016-01-25 06:26:32,2016-01-25 06:57:12,1,9.46,,,-73.84408569335938,40.72123718261719,-73.97445678710938,40.757137298583984,1,N,2,31.0,0.0,0.5,0.3,0.0,5.54,,37.34,1.0 +2,2016-01-03 00:14:25,2016-01-03 00:35:02,1,11.83,,,-73.92540740966797,40.76179885864258,-73.99313354492188,40.688194274902344,1,N,2,34.0,0.5,0.5,0.3,0.0,0.0,,35.3,1.0 +2,2016-01-06 17:00:30,2016-01-06 17:07:56,1,1.09,,,-73.90092468261719,40.8385009765625,-73.90896606445312,40.82350158691406,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-24 23:34:20,2016-01-24 23:42:36,1,1.5,,,-73.89769744873047,40.8619384765625,-73.91097259521484,40.84308624267578,1,Y,1,8.0,0.5,0.5,0.3,0.7,0.0,,10.0,1.0 +2,2016-01-14 00:28:49,2016-01-14 00:34:05,1,1.27,,,-73.98018646240234,40.676876068115234,-73.9919204711914,40.666378021240234,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,,8.8,1.0 +1,2016-01-06 12:56:34,2016-01-06 13:13:58,1,2.3,,,-73.98308563232422,40.69348907470703,-73.9555435180664,40.677242279052734,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,,15.95,1.0 +2,2016-01-10 20:35:21,2016-01-10 20:38:31,1,0.82,,,-73.93157958984375,40.76529312133789,-73.92169189453125,40.771060943603516,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 18:20:43,2016-01-10 18:29:05,5,1.23,,,-73.9034423828125,40.74521255493164,-73.8935317993164,40.734580993652344,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-03 00:08:43,2016-01-03 00:20:49,1,3.32,,,-73.91497802734375,40.70964813232422,-73.95731353759766,40.729942321777344,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-05 10:02:25,2016-01-05 10:04:47,1,0.61,,,-73.9574966430664,40.716026306152344,-73.96630859375,40.71459197998047,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +2,2016-01-11 16:23:07,2016-01-11 16:37:55,1,3.49,,,-73.90857696533203,40.875186920166016,-73.85664367675781,40.89448547363281,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-30 17:51:04,2016-01-30 18:44:53,1,17.44,,,-73.95231628417969,40.789825439453125,-74.00443267822266,40.60904312133789,1,N,1,52.5,0.0,0.5,0.3,15.99,0.0,,69.29,1.0 +1,2016-01-29 16:17:35,2016-01-29 16:24:53,1,0.9,,,-73.9923324584961,40.68976974487305,-73.9942398071289,40.681087493896484,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-03 01:05:42,2016-01-03 01:09:34,1,0.63,,,-73.9118423461914,40.775413513183594,-73.90306091308594,40.77075958251953,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 18:06:25,2016-01-28 18:23:49,5,3.19,,,-73.98904418945312,40.70244598388672,-73.95365905761719,40.716251373291016,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-09 21:04:35,2016-01-09 21:08:37,1,0.25,,,-73.97762298583984,40.68061447143555,-73.97982025146484,40.677276611328125,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,,7.54,1.0 +2,2016-01-18 16:50:00,2016-01-18 17:11:36,1,7.77,,,-73.94068145751953,40.83956527709961,-73.95449829101562,40.76580810546875,1,N,1,23.5,0.0,0.5,0.3,3.0,0.0,,27.3,1.0 +2,2016-01-08 08:17:50,2016-01-08 08:28:32,1,1.84,,,-73.8289794921875,40.83251953125,-73.84571075439453,40.84907150268555,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-19 19:33:43,2016-01-19 19:35:40,1,0.58,,,-73.83018493652344,40.713714599609375,-73.8226547241211,40.713626861572266,1,N,1,4.0,1.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-04 14:30:44,2016-01-04 14:45:28,1,2.99,,,-73.93572998046875,40.7962532043457,-73.95433807373047,40.81983184814453,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-13 19:11:53,2016-01-13 19:28:00,1,7.94,,,-73.84919738769531,40.73616409301758,-73.83672332763672,40.81764221191406,1,N,1,23.5,1.0,0.5,0.3,6.17,5.54,,37.01,1.0 +2,2016-01-25 18:47:45,2016-01-25 19:06:32,1,6.03,,,-73.9095687866211,40.81166076660156,-73.86459350585938,40.858734130859375,1,N,1,19.5,1.0,0.5,0.3,5.32,0.0,,26.62,1.0 +1,2016-01-13 19:24:43,2016-01-13 19:36:35,1,1.7,,,-73.93893432617188,40.805484771728516,-73.9598388671875,40.8199577331543,1,N,1,9.5,1.0,0.5,0.3,3.35,0.0,,14.65,1.0 +2,2016-01-01 17:46:11,2016-01-01 18:03:01,1,7.55,,,-73.86146545410156,40.73229217529297,-73.90300750732422,40.74486541748047,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +1,2016-01-07 11:40:22,2016-01-07 11:45:33,1,1.6,,,-73.97297668457031,40.67780685424805,-73.94998168945312,40.67165756225586,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-03 22:46:34,2016-01-03 22:57:48,1,2.36,,,-73.9488296508789,40.823631286621094,-73.938232421875,40.79719543457031,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-21 07:21:22,2016-01-21 07:22:34,1,0.13,,,-73.92681884765625,40.85992431640625,-73.92428588867188,40.86082077026367,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +1,2016-01-01 01:13:18,2016-01-01 01:16:12,1,0.4,,,-73.99093627929688,40.69233322143555,-73.99393463134766,40.68646240234375,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-26 07:59:37,2016-01-26 08:18:23,1,2.89,,,-73.93839263916016,40.85075378417969,-73.89421081542969,40.85078811645508,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-01 04:34:07,2016-01-01 04:48:41,1,3.08,,,-73.90364074707031,40.745758056640625,-73.91961669921875,40.7651252746582,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-01 15:19:15,2016-01-01 15:27:00,1,1.33,,,-73.96764373779297,40.68800354003906,-73.98798370361328,40.68964767456055,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-04 12:06:36,2016-01-04 12:07:30,1,0.25,,,-73.94204711914062,40.79530715942383,-73.93930053710938,40.797603607177734,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-30 14:46:48,2016-01-30 15:06:33,1,6.58,,,-73.94245147705078,40.786380767822266,-73.98799133300781,40.72063446044922,1,N,1,22.5,0.0,0.5,0.3,1.0,0.0,,24.3,1.0 +2,2016-01-17 16:58:21,2016-01-17 17:08:12,1,0.73,,,-73.84430694580078,40.721351623535156,-73.85615539550781,40.72443771362305,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-27 18:28:21,2016-01-27 18:42:36,1,2.73,,,-73.98764038085938,40.69096374511719,-74.0140609741211,40.676334381103516,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-14 20:46:31,2016-01-14 20:52:46,1,0.7,,,-73.95882415771484,40.704681396484375,-73.95508575439453,40.69700241088867,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-18 06:07:07,2016-01-18 06:11:05,6,0.57,,,-73.89480590820312,40.74655532836914,-73.89649963378906,40.747066497802734,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-12 12:31:12,2016-01-12 12:47:44,1,2.4,,,-73.99373626708984,40.699649810791016,-74.00849914550781,40.72050476074219,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-21 11:07:25,2016-01-21 11:09:30,1,0.4,,,-73.97221374511719,40.68960952758789,-73.98043823242188,40.68995666503906,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-19 19:08:21,2016-01-19 19:15:58,1,1.45,,,-73.83024597167969,40.71369171142578,-73.81070709228516,40.7126579284668,1,N,1,7.5,1.0,0.5,0.3,2.79,0.0,,12.09,1.0 +2,2016-01-11 14:30:19,2016-01-11 15:06:50,1,3.34,,,-73.78985595703125,40.726470947265625,-73.80735778808594,40.72755432128906,5,N,1,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-12 00:10:52,2016-01-12 00:19:19,1,2.52,,,-73.98137664794922,40.667198181152344,-73.9627456665039,40.65967559814453,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-07 19:39:31,2016-01-07 19:47:51,1,1.1,,,-73.95600891113281,40.6810302734375,-73.93539428710938,40.683387756347656,1,N,1,7.5,1.0,0.5,0.3,2.0,0.0,,11.3,1.0 +2,2016-01-04 20:07:50,2016-01-04 20:35:48,1,6.39,,,-73.82949829101562,40.71355056762695,-73.79664611816406,40.73136901855469,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-20 04:05:19,2016-01-20 04:14:46,1,0.77,,,-73.89664459228516,40.74616622924805,-73.89608001708984,40.74501037597656,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-30 12:13:03,2016-01-30 12:24:54,1,1.71,,,-73.94926452636719,40.82590866088867,-73.91989135742188,40.816558837890625,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-26 21:26:21,2016-01-26 21:30:14,1,0.86,,,-73.95077514648438,40.66213607788086,-73.93970489501953,40.656105041503906,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-11 17:36:09,2016-01-11 17:52:26,1,2.6,,,-73.98670196533203,40.702056884765625,-73.98313903808594,40.671295166015625,1,N,1,12.5,1.0,0.5,0.3,3.55,0.0,,17.85,1.0 +2,2016-01-22 17:19:22,2016-01-22 17:24:44,1,0.81,,,-73.95366668701172,40.80672836303711,-73.95966339111328,40.813926696777344,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 01:19:34,2016-01-01 01:29:33,1,2.12,,,-73.90628051757812,40.745330810546875,-73.8681411743164,40.736907958984375,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-08 15:02:37,2016-01-08 15:12:45,1,1.9,,,-73.93922424316406,40.80529022216797,-73.95668029785156,40.78114318847656,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-05 13:56:26,2016-01-05 14:02:19,2,0.93,,,-73.89152526855469,40.74666213989258,-73.87586975097656,40.746307373046875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-26 13:50:49,2016-01-26 14:13:54,1,6.39,,,-73.85147857666016,40.8338508605957,-73.94703674316406,40.8084716796875,1,N,2,23.0,0.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-15 07:57:16,2016-01-15 08:08:19,1,1.51,,,-73.94503021240234,40.81029510498047,-73.95089721679688,40.79258346557617,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-30 19:44:35,2016-01-30 19:51:24,1,1.7,,,-73.99776458740234,40.69367218017578,-74.01477813720703,40.675819396972656,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-14 21:45:12,2016-01-14 21:47:42,2,0.53,,,-73.9423828125,40.8416862487793,-73.94505310058594,40.84079360961914,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-10 23:31:38,2016-01-10 23:37:16,1,1.35,,,-73.94700622558594,40.63225555419922,-73.96333312988281,40.64045333862305,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-18 04:36:15,2016-01-18 04:45:03,6,2.07,,,-73.87657165527344,40.74848556518555,-73.86911010742188,40.731056213378906,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-20 07:44:27,2016-01-20 08:09:09,1,5.4,,,-73.9867935180664,40.70249938964844,-73.98096466064453,40.76091384887695,1,N,1,20.0,0.0,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-04 23:01:08,2016-01-05 22:56:16,1,0.92,,,-73.92964935302734,40.679344177246094,-73.93905639648438,40.67300796508789,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-17 20:55:19,2016-01-17 21:00:09,1,0.8,,,-73.93425750732422,40.702659606933594,-73.94464874267578,40.70656204223633,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-19 15:51:26,2016-01-19 15:58:49,1,1.4,,,-73.95921325683594,40.80105972290039,-73.97500610351562,40.7904167175293,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-01 03:51:16,2016-01-01 04:03:25,5,2.41,,,-73.90347290039062,40.8626823425293,-73.88469696044922,40.845062255859375,1,N,1,11.5,0.5,0.5,0.3,8.0,0.0,,20.8,1.0 +2,2016-01-05 09:02:34,2016-01-05 09:02:36,1,0.0,,,-73.79003143310547,40.64692687988281,-73.79000854492188,40.646915435791016,5,N,1,40.0,0.0,0.0,0,8.0,0.0,,48.0,2.0 +1,2016-01-13 08:57:05,2016-01-13 09:05:15,1,1.4,,,-73.86766052246094,40.74979782104492,-73.87616729736328,40.76808166503906,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,,10.55,1.0 +1,2016-01-25 10:59:26,2016-01-25 11:26:02,1,2.6,,,-73.94892120361328,40.80348205566406,-73.9775390625,40.787193298339844,1,N,1,17.0,0.0,0.5,0.3,3.55,0.0,,21.35,1.0 +1,2016-01-29 21:43:33,2016-01-29 21:53:53,1,1.2,,,-73.92189025878906,40.765567779541016,-73.93608856201172,40.77493667602539,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-30 19:48:33,2016-01-30 19:52:28,1,0.5,,,-73.95665740966797,40.7167854309082,-73.96426391601562,40.7172966003418,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,,6.62,1.0 +2,2016-01-19 18:35:54,2016-01-19 18:47:42,1,1.81,,,-73.9921875,40.69464111328125,-73.96662902832031,40.689571380615234,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-13 01:44:24,2016-01-13 01:53:12,1,2.12,,,-73.94029998779297,40.8405647277832,-73.95140838623047,40.81356430053711,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-11 10:54:33,2016-01-11 11:19:27,1,8.1,,,-73.8666763305664,40.69224548339844,-73.78783416748047,40.66523361206055,5,N,2,20.0,0.0,0.0,0,0.0,0.0,,20.0,2.0 +2,2016-01-10 23:59:12,2016-01-11 00:10:23,1,3.73,,,-73.92301940917969,40.74391555786133,-73.95877838134766,40.77494812011719,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-10 10:01:59,2016-01-10 10:14:24,1,9.28,,,-73.80767059326172,40.69933319091797,-73.91822814941406,40.77016067504883,1,N,1,25.5,0.0,0.5,0.3,5.26,0.0,,31.56,1.0 +2,2016-01-04 07:18:30,2016-01-04 07:26:17,1,1.72,,,-73.88919830322266,40.82611083984375,-73.88494873046875,40.84243392944336,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-07 09:39:30,2016-01-07 09:49:33,1,2.31,,,-73.94973754882812,40.67866897583008,-73.97554016113281,40.669952392578125,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-16 14:09:44,2016-01-16 14:20:47,5,2.44,,,-73.93262481689453,40.79584884643555,-73.92488861083984,40.805782318115234,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-09 10:17:55,2016-01-09 10:31:53,1,2.7,,,-73.98966979980469,40.701900482177734,-73.98971557617188,40.71886444091797,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-13 00:09:20,2016-01-13 00:16:25,3,1.92,,,-73.98209381103516,40.67432403564453,-74.00498962402344,40.65376281738281,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-01 09:32:39,2016-01-01 09:35:08,1,1.15,,,-73.95111083984375,40.79435729980469,-73.96676635742188,40.793601989746094,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-25 22:15:28,2016-01-25 22:33:46,1,2.88,,,-73.93185424804688,40.858184814453125,-73.94173431396484,40.82297134399414,1,N,1,14.0,0.5,0.5,0.3,1.0,0.0,,16.3,1.0 +2,2016-01-11 08:15:01,2016-01-11 08:32:50,1,3.17,,,-73.99393463134766,40.69549560546875,-73.99313354492188,40.72773742675781,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,,18.36,1.0 +2,2016-01-16 01:06:43,2016-01-16 01:14:32,1,1.86,,,-73.9450912475586,40.79179382324219,-73.94683074951172,40.81116485595703,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-05 09:26:05,2016-01-05 09:30:44,1,0.76,,,-73.9570541381836,40.682464599609375,-73.94385528564453,40.68314743041992,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-09 02:06:07,2016-01-09 02:29:50,1,6.74,,,-73.9277572631836,40.77005386352539,-73.97159576416016,40.69182205200195,1,N,1,22.5,0.5,0.5,0.3,3.2,0.0,,27.0,1.0 +2,2016-01-15 14:55:52,2016-01-15 15:02:13,1,1.43,,,-73.9531478881836,40.78873062133789,-73.93946075439453,40.8047981262207,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-30 00:53:54,2016-01-30 01:05:28,2,2.65,,,-73.95083618164062,40.723846435546875,-73.95835876464844,40.69063949584961,1,N,1,11.0,0.5,0.5,0.3,3.69,0.0,,15.99,1.0 +1,2016-01-24 16:31:39,2016-01-24 17:44:39,4,9.6,,,-73.93881225585938,40.827178955078125,-73.9747543334961,40.73329544067383,1,N,1,50.0,0.0,0.5,0.3,5.0,0.0,,55.8,1.0 +2,2016-01-09 09:03:31,2016-01-09 09:11:24,1,3.53,,,-73.92140197753906,40.766578674316406,-73.90678405761719,40.74198532104492,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-07 14:24:29,2016-01-07 14:27:32,1,0.44,,,-73.9509506225586,40.687103271484375,-73.94965362548828,40.68090057373047,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +2,2016-01-30 19:58:00,2016-01-30 20:07:37,1,2.51,,,-73.9866714477539,40.70401382446289,-73.98899841308594,40.718685150146484,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,,11.8,1.0 +1,2016-01-01 20:55:33,2016-01-01 21:05:26,2,1.9,,,-73.9576644897461,40.81138229370117,-73.94624328613281,40.795536041259766,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 16:38:48,2016-01-17 17:00:17,1,2.89,,,-73.96344757080078,40.71024703979492,-73.91961669921875,40.68800354003906,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,,19.75,1.0 +1,2016-01-17 21:39:16,2016-01-17 21:52:22,1,2.5,,,-73.91960144042969,40.82355499267578,-73.94488525390625,40.802650451660156,1,N,1,11.0,0.5,0.5,0.3,1.0,0.0,,13.3,1.0 +2,2016-01-24 22:09:30,2016-01-24 22:17:48,1,1.07,,,-73.94934844970703,40.7141227722168,-73.95285034179688,40.72706604003906,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-07 16:22:05,2016-01-07 16:33:13,1,1.34,,,-73.98018646240234,40.68143081665039,-73.99312591552734,40.6928825378418,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-13 15:56:32,2016-01-13 16:01:02,1,1.3,,,-73.94123077392578,40.67970657348633,-73.94389343261719,40.697410583496094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 23:02:07,2016-01-01 23:06:22,1,0.95,,,-73.95059967041016,40.723880767822266,-73.94137573242188,40.724281311035156,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-17 04:09:32,2016-01-17 04:24:24,3,4.1,,,-73.9658203125,40.713565826416016,-74.0106201171875,40.71748352050781,1,N,1,15.0,0.5,0.5,0.3,1.0,0.0,,17.3,1.0 +2,2016-01-18 02:39:57,2016-01-18 02:56:38,1,4.85,,,-73.92990112304688,40.756431579589844,-73.99748229980469,40.76087951660156,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-26 21:13:46,2016-01-26 21:21:29,1,1.6,,,-73.95748901367188,40.71798324584961,-73.95602416992188,40.736541748046875,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-05 19:01:48,2016-01-05 19:11:08,1,2.42,,,-73.9912338256836,40.69127655029297,-74.01053619384766,40.67197799682617,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-22 15:36:41,2016-01-22 15:46:46,1,2.0,,,-73.93787384033203,40.80375671386719,-73.94668579101562,40.82255554199219,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-15 02:20:45,2016-01-15 02:23:39,1,0.83,,,-73.94976806640625,40.705177307128906,-73.95246124267578,40.694976806640625,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-08 15:14:15,2016-01-08 15:22:59,1,0.91,,,-73.94075012207031,40.81907272338867,-73.94647216796875,40.81169128417969,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-26 08:03:31,2016-01-26 08:19:52,1,1.5,,,-73.9505615234375,40.79207229614258,-73.93048095703125,40.79732894897461,1,N,1,11.5,0.0,0.5,0.3,1.0,0.0,,13.3,1.0 +2,2016-01-08 07:58:02,2016-01-08 08:05:04,1,0.82,,,-73.96513366699219,40.677001953125,-73.97671508789062,40.675018310546875,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-03 10:11:52,2016-01-03 10:38:55,1,11.68,,,-73.96308898925781,40.64956283569336,-73.89411163330078,40.71110153198242,1,N,2,34.5,0.0,0.5,0.3,0.0,0.0,,35.3,1.0 +2,2016-01-28 23:01:47,2016-01-28 23:20:13,1,5.73,,,-73.95449829101562,40.73124694824219,-73.93602752685547,40.67594909667969,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-14 07:53:59,2016-01-14 07:59:12,1,1.21,,,-73.95448303222656,40.805519104003906,-73.94986724853516,40.817970275878906,1,N,1,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 06:44:42,2016-01-06 06:45:31,1,0.2,,,-73.96046447753906,40.65892028808594,-73.96208190917969,40.66065216064453,1,N,1,3.0,0.0,0.5,0.3,2.5,0.0,,6.3,1.0 +2,2016-01-30 23:22:47,2016-01-30 23:28:42,1,0.76,,,-73.92731475830078,40.743961334228516,-73.92481994628906,40.739952087402344,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-19 07:16:24,2016-01-19 07:28:26,1,2.29,,,-73.96623992919922,40.69483184814453,-73.99275207519531,40.695072174072266,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-08 18:18:13,2016-01-08 18:32:40,1,4.48,,,-73.87088012695312,40.733985900878906,-73.881591796875,40.767459869384766,1,N,1,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-12 21:12:27,2016-01-12 21:16:52,1,0.77,,,-73.95096588134766,40.81260681152344,-73.9620590209961,40.8122673034668,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 02:53:23,2016-01-10 03:18:38,1,8.03,,,-73.95243835449219,40.6948127746582,-73.8232421875,40.66330337524414,1,N,1,25.5,0.5,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-14 13:12:17,2016-01-14 13:28:54,1,4.28,,,-73.93792724609375,40.79673767089844,-73.97134399414062,40.7462158203125,1,N,1,15.5,0.0,0.5,0.3,2.44,0.0,,18.74,1.0 +2,2016-01-12 22:25:21,2016-01-12 22:30:52,1,0.78,,,-73.92373657226562,40.76121520996094,-73.91495513916016,40.76936340332031,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-21 07:57:47,2016-01-21 07:59:48,6,0.83,,,-73.94184112548828,40.787235260009766,-73.9369125366211,40.79755783081055,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 07:47:18,2016-01-16 08:01:38,1,3.28,,,-73.80294799804688,40.707881927490234,-73.8260498046875,40.7472038269043,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-14 00:22:07,2016-01-14 00:40:53,1,4.48,,,-73.9505615234375,40.72385025024414,-73.95401000976562,40.677223205566406,1,N,1,17.5,0.5,0.5,0.3,1.0,0.0,,19.8,1.0 +2,2016-01-16 00:33:31,2016-01-16 00:51:03,1,3.43,,,-73.98675537109375,40.70231246948242,-73.95014190673828,40.673526763916016,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-09 04:35:38,2016-01-09 04:43:51,1,1.38,,,-73.90711212158203,40.82817840576172,-73.89070892333984,40.820186614990234,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-12 09:44:38,2016-01-12 09:56:01,1,4.28,,,-73.93307495117188,40.79494857788086,-73.9713134765625,40.745330810546875,1,N,1,13.5,0.0,0.5,0.3,1.5,0.0,,15.8,1.0 +2,2016-01-21 16:52:32,2016-01-21 17:02:41,1,0.93,,,-73.92762756347656,40.76997375488281,-73.9175796508789,40.76749038696289,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 08:55:45,2016-01-06 08:59:28,1,0.57,,,-73.93740844726562,40.80453109741211,-73.94688415527344,40.808448791503906,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-22 08:48:13,2016-01-22 09:04:52,1,3.6,,,-73.99632263183594,40.68619918823242,-74.00286865234375,40.720027923583984,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-13 15:15:53,2016-01-13 15:21:53,1,1.1,,,-73.99444580078125,40.69479751586914,-73.9966049194336,40.681190490722656,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,,8.15,1.0 +1,2016-01-17 01:37:49,2016-01-17 01:51:43,1,3.1,,,-73.96121215820312,40.716331481933594,-73.9074478149414,40.719051361083984,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-08 19:20:06,2016-01-08 19:29:19,1,1.7,,,-73.96874237060547,40.70920944213867,-73.94873046875,40.72456741333008,1,N,1,8.5,1.0,0.5,0.3,1.0,0.0,,11.3,1.0 +1,2016-01-12 20:37:08,2016-01-12 20:44:56,1,1.3,,,-73.98925018310547,40.69215393066406,-74.0027847290039,40.683528900146484,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-10 22:50:18,2016-01-10 23:03:14,1,2.1,,,-73.82977294921875,40.759517669677734,-73.84573364257812,40.78398132324219,1,N,1,10.5,0.5,0.5,0.3,0.2,0.0,,12.0,1.0 +2,2016-01-14 16:22:21,2016-01-14 16:25:49,1,0.88,,,-73.95484161376953,40.8202018737793,-73.94652557373047,40.831600189208984,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 11:26:38,2016-01-08 11:52:32,5,5.93,,,-73.93283081054688,40.79538345336914,-73.98978424072266,40.74005126953125,1,N,1,23.5,0.0,0.5,0.3,3.0,0.0,,27.3,1.0 +2,2016-01-01 21:13:58,2016-01-01 21:18:47,1,0.6,,,-73.90995025634766,40.68483352661133,-73.91283416748047,40.686519622802734,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-24 15:56:47,2016-01-24 15:57:49,1,0.11,,,-73.92052459716797,40.826263427734375,-73.9224624633789,40.82694625854492,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +1,2016-01-17 11:04:57,2016-01-17 11:11:31,1,1.7,,,-73.95468139648438,40.81143569946289,-73.97058868408203,40.79439163208008,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-20 20:46:37,2016-01-20 21:03:55,1,7.12,,,-73.95149993896484,40.79088592529297,-73.98778533935547,40.71067810058594,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,,28.56,1.0 +2,2016-01-28 07:44:32,2016-01-28 08:07:50,1,3.75,,,-73.9521255493164,40.724185943603516,-73.96333312988281,40.67564010620117,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-15 23:30:03,2016-01-15 23:32:43,2,0.57,,,-73.95182037353516,40.723323822021484,-73.94092559814453,40.7259521484375,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 00:57:51,2016-01-09 01:22:06,1,7.12,,,-73.95604705810547,40.71415328979492,-73.985107421875,40.666690826416016,1,N,1,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-27 16:43:04,2016-01-27 17:05:23,1,3.83,,,-73.96005249023438,40.81363296508789,-73.96150970458984,40.7728385925293,1,N,1,17.0,1.0,0.5,0.3,1.2,0.0,,20.0,1.0 +2,2016-01-24 21:10:31,2016-01-24 21:20:49,1,2.44,,,-73.95596313476562,40.714111328125,-73.99335479736328,40.72005081176758,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-25 21:32:25,2016-01-25 21:41:37,1,1.33,,,-73.80781555175781,40.69982147216797,-73.81814575195312,40.70661544799805,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-05 18:50:55,2016-01-05 19:04:16,1,2.95,,,-73.93909454345703,40.80784606933594,-73.91053771972656,40.80561065673828,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-06 00:41:48,2016-01-06 00:54:37,1,2.21,,,-73.952880859375,40.82293701171875,-73.93211364746094,40.851444244384766,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-26 10:05:59,2016-01-26 10:20:20,1,2.08,,,-73.95370483398438,40.790714263916016,-73.96513366699219,40.80760955810547,1,N,1,11.5,0.0,0.5,0.3,1.5,0.0,,13.8,1.0 +2,2016-01-22 13:27:31,2016-01-22 13:30:48,1,0.76,,,-73.95265197753906,40.81058120727539,-73.94564819335938,40.820125579833984,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-20 03:49:17,2016-01-20 03:55:59,1,1.17,,,-73.8915023803711,40.74660873413086,-73.89305114746094,40.73222732543945,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-06 20:38:07,2016-01-06 20:43:38,2,1.24,,,-73.95765686035156,40.718204498291016,-73.94208526611328,40.72199249267578,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-08 07:37:48,2016-01-08 07:47:59,3,3.12,,,-73.93363952636719,40.7632942199707,-73.95792388916016,40.765167236328125,1,N,1,11.0,0.0,0.5,0.3,3.54,0.0,,15.34,1.0 +2,2016-01-13 09:24:17,2016-01-13 09:41:51,1,6.88,,,-73.83680725097656,40.68197250366211,-73.92733001708984,40.66202163696289,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-10 02:19:04,2016-01-10 02:35:51,1,3.8,,,-73.91880798339844,40.75887680053711,-73.9004135131836,40.716651916503906,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-11 20:49:26,2016-01-11 20:59:27,1,1.32,,,-73.89175415039062,40.748680114746094,-73.86947631835938,40.74967956542969,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 19:07:07,2016-01-13 19:12:12,1,1.15,,,-73.96147155761719,40.67101287841797,-73.9596176147461,40.68732833862305,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-19 15:14:17,2016-01-19 15:22:50,1,3.25,,,-73.89120483398438,40.74696731567383,-73.87278747558594,40.76546859741211,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,,15.38,1.0 +2,2016-01-09 00:46:47,2016-01-09 01:00:17,1,4.98,,,-73.98409271240234,40.691436767578125,-73.95288848876953,40.72704315185547,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-03 13:03:36,2016-01-03 13:09:27,5,1.19,,,-73.95088195800781,40.785884857177734,-73.95945739746094,40.77141189575195,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 14:53:46,2016-01-30 15:17:23,2,3.25,,,-73.96257781982422,40.65938186645508,-73.99368286132812,40.683162689208984,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-07 19:08:40,2016-01-07 19:23:11,3,2.11,,,-73.97926330566406,40.67823028564453,-73.99188232421875,40.69493865966797,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-20 19:51:14,2016-01-20 19:57:14,1,1.21,,,-73.84431457519531,40.720882415771484,-73.82759094238281,40.729095458984375,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-21 15:49:35,2016-01-21 15:56:05,1,0.77,,,-73.8915023803711,40.74666213989258,-73.8843002319336,40.74955749511719,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 19:28:44,2016-01-13 19:35:47,1,1.48,,,-73.94156646728516,40.82270812988281,-73.92231750488281,40.82467269897461,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-26 07:59:36,2016-01-26 08:09:39,1,1.13,,,-73.95313262939453,40.80225372314453,-73.95731353759766,40.81208801269531,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-20 08:03:14,2016-01-20 08:12:58,1,1.75,,,-73.95108032226562,40.825565338134766,-73.9402847290039,40.840476989746094,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 19:28:59,2016-01-30 19:37:56,1,1.12,,,-73.99095916748047,40.68597412109375,-73.98025512695312,40.676753997802734,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-09 21:23:16,2016-01-09 21:35:28,1,2.64,,,-73.95861053466797,40.69057846069336,-73.92903137207031,40.68267822265625,1,N,1,10.5,0.5,0.5,0.3,1.0,0.0,,12.8,1.0 +2,2016-01-19 18:32:43,2016-01-19 18:40:22,1,0.98,,,-73.96654510498047,40.804595947265625,-73.95403289794922,40.80623245239258,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-22 21:14:23,2016-01-22 21:20:09,1,1.52,,,-73.93598175048828,40.815513610839844,-73.94813537597656,40.79808044433594,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-14 20:16:31,2016-01-14 20:22:55,5,1.36,,,-73.91201782226562,40.77522659301758,-73.8984603881836,40.76727294921875,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-30 04:04:58,2016-01-30 04:18:14,1,2.6,,,-73.88796997070312,40.746986389160156,-73.92242431640625,40.74393081665039,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,,15.35,1.0 +2,2016-01-28 09:40:56,2016-01-28 10:04:51,6,2.87,,,-73.9708023071289,40.646568298339844,-73.98701477050781,40.66835021972656,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-22 21:34:56,2016-01-22 21:43:26,1,3.83,,,-73.91697692871094,40.766990661621094,-73.93889617919922,40.80509948730469,1,N,1,13.0,0.5,0.5,0.3,4.96,5.54,,24.8,1.0 +2,2016-01-28 15:15:18,2016-01-28 15:18:36,1,0.32,,,-73.84513854980469,40.83366012573242,-73.84229278564453,40.8359375,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-21 18:59:50,2016-01-21 19:02:17,1,0.43,,,-73.98926544189453,40.688453674316406,-73.9888687133789,40.69477462768555,3,N,2,21.5,1.0,0.0,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-30 09:54:55,2016-01-30 10:01:30,1,1.08,,,-73.94953918457031,40.80193328857422,-73.93250274658203,40.79567337036133,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 03:43:16,2016-01-01 03:51:15,1,1.56,,,-73.91301727294922,40.75611877441406,-73.93482208251953,40.764503479003906,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 00:32:18,2016-01-10 00:41:09,1,4.33,,,-73.83207702636719,40.71503829956055,-73.78729248046875,40.73366165161133,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-04 21:32:49,2016-01-04 21:52:23,1,10.85,,,-73.9115219116211,40.76790237426758,-73.76579284667969,40.712440490722656,1,N,1,31.0,0.5,0.5,0.3,2.0,0.0,,34.3,1.0 +2,2016-01-17 21:21:56,2016-01-17 21:25:16,1,0.65,,,-73.94933319091797,40.80266189575195,-73.94515228271484,40.808528900146484,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-13 05:25:07,2016-01-13 05:57:44,1,6.2,,,-73.91938781738281,40.75851821899414,-73.86618041992188,40.75575256347656,1,N,2,25.5,0.5,0.5,0.3,0.0,0.0,,26.8,1.0 +1,2016-01-13 18:53:00,2016-01-13 19:06:03,1,1.9,,,-73.976318359375,40.6848030090332,-73.95596313476562,40.668453216552734,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-13 16:32:54,2016-01-13 16:43:31,1,1.95,,,-73.94403839111328,40.795379638671875,-73.96186065673828,40.770469665527344,1,N,1,9.0,1.0,0.5,0.3,3.24,0.0,,14.04,1.0 +2,2016-01-30 21:00:04,2016-01-30 21:08:12,2,1.14,,,-73.98727416992188,40.691993713378906,-73.99671173095703,40.680641174316406,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-20 08:12:51,2016-01-20 08:20:59,1,0.9,,,-73.9476318359375,40.814640045166016,-73.93922424316406,40.80769729614258,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-10 01:21:29,2016-01-10 01:24:46,1,0.86,,,-74.00188446044922,40.653167724609375,-73.9917984008789,40.66288757324219,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-21 20:23:27,2016-01-21 20:28:47,1,0.9,,,-73.9459228515625,40.71441650390625,-73.95974731445312,40.71107864379883,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-29 17:15:14,2016-01-29 17:27:35,1,1.42,,,-73.89576721191406,40.846588134765625,-73.87326049804688,40.841068267822266,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-09 04:47:53,2016-01-09 05:08:32,1,7.07,,,-73.84429168701172,40.721351623535156,-73.88499450683594,40.753570556640625,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-20 01:53:52,2016-01-20 01:57:55,1,0.71,,,-73.92375183105469,40.74354934692383,-73.92466735839844,40.73683166503906,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-22 09:27:56,2016-01-22 09:38:56,1,1.31,,,-73.95221710205078,40.811302185058594,-73.94080352783203,40.79819107055664,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-25 12:11:59,2016-01-25 12:16:14,1,0.6,,,-73.95255279541016,40.78668975830078,-73.95580291748047,40.77971267700195,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-06 19:38:49,2016-01-06 19:42:24,1,0.37,,,-73.98748779296875,40.69225311279297,-73.99213409423828,40.6907958984375,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-17 13:09:00,2016-01-17 13:21:44,1,2.7,,,-73.95301818847656,40.80922317504883,-73.95281219482422,40.7796745300293,1,N,1,11.5,0.0,0.5,0.3,1.23,0.0,,13.53,1.0 +2,2016-01-30 10:44:18,2016-01-30 10:48:12,1,0.7,,,-73.94998168945312,40.78555679321289,-73.95580291748047,40.77788162231445,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,,6.3,1.0 +2,2016-01-24 14:29:47,2016-01-24 14:34:43,1,0.7,,,-73.90631103515625,40.66802978515625,-73.90377807617188,40.65730667114258,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-15 06:37:08,2016-01-15 06:44:25,1,0.0,,,-73.9478988647461,40.79682540893555,-73.95645141601562,40.81060791015625,1,N,1,6.0,0.0,0.5,0.3,0.75,0.0,,7.55,1.0 +2,2016-01-30 10:59:24,2016-01-30 11:13:58,5,2.38,,,-73.92997741699219,40.75639343261719,-73.8927230834961,40.74664306640625,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-10 19:00:06,2016-01-10 19:08:03,1,1.89,,,-73.9495849609375,40.68015670776367,-73.94813537597656,40.65431594848633,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-16 23:26:06,2016-01-16 23:47:13,1,6.9,,,-73.94795989990234,40.80105209350586,-73.89038848876953,40.85136795043945,1,N,1,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-01 05:22:46,2016-01-01 05:32:41,6,3.97,,,-73.95675659179688,40.627479553222656,-73.96613311767578,40.58554458618164,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-30 03:29:39,2016-01-30 03:39:41,1,3.24,,,-73.95661163330078,40.80282211303711,-73.9619140625,40.767005920410156,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-11 10:39:54,2016-01-11 11:26:43,2,7.37,,,-73.96673583984375,40.69339370727539,-73.97718811035156,40.758419036865234,1,N,1,32.0,0.0,0.5,0.3,5.8,0.0,,38.6,1.0 +2,2016-01-24 12:29:39,2016-01-24 12:56:38,1,9.96,,,-73.79487609863281,40.72835922241211,-73.77632141113281,40.6456184387207,1,N,2,30.5,0.0,0.5,0.3,0.0,0.0,,31.3,1.0 +1,2016-01-30 03:45:30,2016-01-30 03:58:38,2,2.5,,,-73.91616821289062,40.65497970581055,-73.89904022216797,40.66519546508789,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-02 18:15:06,2016-01-02 18:40:01,1,4.06,,,-73.89178466796875,40.74842834472656,-73.94945526123047,40.75397872924805,1,N,1,18.5,0.0,0.5,0.3,3.0,0.0,,22.3,1.0 +2,2016-01-04 18:46:18,2016-01-04 18:50:36,1,0.66,,,-73.98049926757812,40.68525314331055,-73.97201538085938,40.689300537109375,1,N,1,5.0,1.0,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-09 19:36:38,2016-01-09 19:42:18,5,0.71,,,-73.8690185546875,40.73377990722656,-73.86018371582031,40.73979949951172,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-13 22:39:39,2016-01-13 22:39:42,1,0.0,,,-73.86322784423828,40.67098617553711,-73.8632583618164,40.670982360839844,5,N,1,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +1,2016-01-09 13:15:04,2016-01-09 13:37:17,1,3.4,,,-73.9521713256836,40.79276657104492,-73.98385620117188,40.76511764526367,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-12 13:23:32,2016-01-12 13:40:57,1,5.88,,,-73.8694839477539,40.73433303833008,-73.9585952758789,40.74353790283203,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-18 00:03:59,2016-01-18 00:09:14,1,1.76,,,-73.94978332519531,40.802154541015625,-73.94515228271484,40.8231315612793,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-13 20:51:41,2016-01-13 20:56:03,6,0.84,,,-73.92549133300781,40.761741638183594,-73.91470336914062,40.765926361083984,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 01:23:17,2016-01-05 01:42:43,3,5.7,,,-73.84420013427734,40.72124099731445,-73.94482421875,40.687870025634766,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-10 10:30:31,2016-01-10 10:53:19,1,7.53,,,-73.984619140625,40.70362854003906,-73.96528625488281,40.76631164550781,5,N,1,31.0,0.0,0.0,0,3.0,0.0,,34.0,2.0 +1,2016-01-13 14:05:41,2016-01-13 14:10:26,1,0.7,,,-73.95142364501953,40.79118347167969,-73.9436264038086,40.796165466308594,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-13 22:38:28,2016-01-13 22:52:35,1,2.58,,,-73.98729705810547,40.692020416259766,-73.94457244873047,40.68013000488281,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-29 10:37:41,2016-01-29 10:49:12,1,2.29,,,-73.95317077636719,40.80743408203125,-73.97779846191406,40.78705596923828,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-10 19:03:54,2016-01-10 19:20:25,1,7.55,,,-73.9382095336914,40.84674835205078,-73.99531555175781,40.759639739990234,1,N,1,23.5,0.0,0.5,0.3,4.86,0.0,,29.16,1.0 +2,2016-01-20 08:35:43,2016-01-20 08:46:19,1,2.02,,,-73.93936920166016,40.805091857910156,-73.96391296386719,40.80820846557617,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-17 15:56:01,2016-01-17 15:58:52,2,0.4,,,-73.94681549072266,40.745426177978516,-73.9495849609375,40.74831771850586,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,,5.8,1.0 +2,2016-01-15 18:03:17,2016-01-15 18:23:53,1,4.61,,,-73.94503784179688,40.78703689575195,-73.98174285888672,40.74372482299805,1,N,1,18.0,1.0,0.5,0.3,3.96,0.0,,23.76,1.0 +1,2016-01-05 14:40:02,2016-01-05 14:47:40,1,1.1,,,-73.89045715332031,40.746864318847656,-73.88943481445312,40.76203155517578,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-04 13:01:29,2016-01-04 13:16:26,1,3.3,,,-73.96711730957031,40.68351364135742,-73.95765686035156,40.71788024902344,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,,16.55,1.0 +2,2016-01-25 17:01:24,2016-01-25 17:16:10,1,1.19,,,-73.8839340209961,40.747581481933594,-73.86885070800781,40.737701416015625,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-12 08:38:02,2016-01-12 08:40:39,1,0.6,,,-73.95665740966797,40.74817657470703,-73.95462799072266,40.74287414550781,1,N,1,4.0,0.0,0.5,0.3,0.95,0.0,,5.75,1.0 +2,2016-01-28 23:07:22,2016-01-29 00:06:52,1,21.68,,,-73.90072631835938,40.84832763671875,-73.95709228515625,40.66953659057617,1,N,1,67.5,0.5,0.5,0.3,13.76,0.0,,82.56,1.0 +2,2016-01-01 02:59:49,2016-01-01 03:29:47,1,12.14,,,-73.96028137207031,40.6573486328125,-73.7896499633789,40.64702224731445,1,N,1,36.0,0.5,0.5,0.3,7.46,0.0,,44.76,1.0 +2,2016-01-14 16:29:47,2016-01-14 16:44:52,1,2.91,,,-73.83036041259766,40.75957107543945,-73.87598419189453,40.745201110839844,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-01 08:06:20,2016-01-01 08:19:08,1,3.3,,,-73.943603515625,40.71171951293945,-73.95096588134766,40.67612075805664,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-30 16:42:21,2016-01-30 16:48:39,1,0.88,,,-73.94461822509766,40.81402587890625,-73.95381164550781,40.80657958984375,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +1,2016-01-08 11:50:20,2016-01-08 12:05:02,1,3.3,,,-73.87118530273438,40.73417282104492,-73.8546142578125,40.69668960571289,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-16 09:19:03,2016-01-16 09:24:50,1,1.2,,,-73.9867172241211,40.68758010864258,-73.98014831542969,40.67864990234375,1,N,3,6.5,0.0,0.5,0.3,0.0,5.54,,12.84,1.0 +2,2016-01-11 18:43:25,2016-01-11 18:51:42,1,2.13,,,-73.96094512939453,40.806732177734375,-73.97880554199219,40.78336715698242,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-10 17:19:55,2016-01-10 17:30:55,1,1.8,,,-73.96304321289062,40.80949783325195,-73.97174835205078,40.78740310668945,1,N,1,9.0,1.0,0.5,0.3,1.62,0.0,,12.42,1.0 +2,2016-01-15 20:23:58,2016-01-15 20:42:20,1,2.54,,,-73.98278045654297,40.68855667114258,-73.94939422607422,40.6804313659668,1,N,1,14.0,0.5,0.5,0.3,4.59,0.0,,19.89,1.0 +1,2016-01-22 07:37:43,2016-01-22 07:42:57,1,1.1,,,-73.94495391845703,40.8138313293457,-73.95012664794922,40.8015251159668,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 17:20:07,2016-01-30 17:32:02,1,2.66,,,-73.95211029052734,40.81147384643555,-73.97771453857422,40.783607482910156,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-20 08:34:19,2016-01-20 08:43:37,1,1.6,,,-73.95428466796875,40.816162109375,-73.96582794189453,40.79519271850586,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-29 20:06:50,2016-01-29 20:12:48,1,0.49,,,-73.95304107666016,40.80836486816406,-73.95188903808594,40.80402374267578,5,N,2,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-22 23:14:06,2016-01-22 23:22:29,1,1.35,,,-73.94479370117188,40.81892395019531,-73.94515991210938,40.80803680419922,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-06 17:35:19,2016-01-06 17:44:23,1,1.54,,,-73.94586944580078,40.82448959350586,-73.93504333496094,40.80937194824219,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-11 16:44:19,2016-01-11 16:56:20,1,2.0,,,-73.96575164794922,40.80543899536133,-73.94141387939453,40.807674407958984,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-30 11:19:28,2016-01-30 11:24:01,1,0.9,,,-73.84422302246094,40.72133255004883,-73.84571838378906,40.710479736328125,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-19 13:25:58,2016-01-19 13:27:35,1,0.4,,,-73.82992553710938,40.71357345581055,-73.82347106933594,40.713462829589844,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-29 22:22:15,2016-01-29 22:41:52,1,4.3,,,-73.95995330810547,40.81369400024414,-73.95413208007812,40.76664733886719,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-16 13:50:00,2016-01-16 14:03:01,1,4.82,,,-73.93922424316406,40.82493209838867,-73.95293426513672,40.7830924987793,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-23 04:45:55,2016-01-23 05:33:39,2,8.89,,,-73.89331817626953,40.66217803955078,-73.99006652832031,40.7127571105957,1,N,2,32.5,0.5,0.5,0.3,0.0,0.0,,33.8,1.0 +2,2016-01-02 11:08:54,2016-01-02 11:19:07,1,2.07,,,-73.95271301269531,40.8033561706543,-73.97547149658203,40.78711700439453,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-30 14:00:44,2016-01-30 14:11:21,1,1.5,,,-73.94983673095703,40.67525863647461,-73.9306640625,40.683406829833984,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-20 03:22:45,2016-01-20 03:24:59,1,0.57,,,-73.94979858398438,40.68034744262695,-73.94767761230469,40.68791580200195,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 15:38:32,2016-01-21 16:04:08,1,4.06,,,-73.94829559326172,40.803810119628906,-73.98694610595703,40.7612419128418,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-17 16:05:04,2016-01-17 16:10:33,1,0.87,,,-73.95616149902344,40.69474411010742,-73.9629898071289,40.7058219909668,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-01 17:02:28,2016-01-01 17:05:44,1,0.78,,,-73.994384765625,40.69009780883789,-73.99449157714844,40.69935607910156,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 15:59:07,2016-01-16 16:08:35,5,1.19,,,-73.95199584960938,40.69502258300781,-73.9421157836914,40.70125198364258,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 07:06:34,2016-01-05 07:06:55,1,0.0,,,-73.96520233154297,40.66706085205078,-73.9652099609375,40.6671028137207,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-13 18:13:27,2016-01-13 18:21:45,1,1.48,,,-73.94015502929688,40.76326370239258,-73.92141723632812,40.768524169921875,1,N,1,7.5,1.0,0.5,0.3,2.79,0.0,,12.09,1.0 +2,2016-01-12 20:22:20,2016-01-12 20:39:49,1,5.22,,,-73.98639678955078,40.7024040222168,-73.92420196533203,40.70637893676758,1,N,1,18.0,0.5,0.5,0.3,3.0,0.0,,22.3,1.0 +2,2016-01-02 21:55:32,2016-01-02 22:01:33,1,1.61,,,-73.94183349609375,40.798622131347656,-73.95378112792969,40.77906036376953,1,N,1,7.0,0.5,0.5,0.3,0.7,0.0,,9.0,1.0 +2,2016-01-27 07:57:24,2016-01-27 08:03:23,1,0.71,,,-73.98106384277344,40.67172622680664,-73.97481536865234,40.680503845214844,1,N,1,6.0,0.0,0.5,0.3,1.2,0.0,,8.0,1.0 +2,2016-01-24 12:34:42,2016-01-24 13:09:15,1,9.69,,,-73.98770904541016,40.70180130004883,-74.02731323242188,40.63905715942383,1,N,1,33.5,0.0,0.5,0.3,0.0,0.0,,34.3,1.0 +1,2016-01-06 17:39:05,2016-01-06 17:47:03,1,0.0,,,-73.93992614746094,40.68522262573242,-73.9500503540039,40.68308639526367,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-04 00:42:02,2016-01-04 00:52:59,1,3.41,,,-73.8073959350586,40.700645446777344,-73.75113677978516,40.71366500854492,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-27 21:41:40,2016-01-27 21:44:51,1,0.67,,,-73.95854949951172,40.716922760009766,-73.95283508300781,40.723880767822266,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-28 14:11:47,2016-01-28 14:25:59,1,1.8,,,-73.8875961303711,40.747161865234375,-73.85688781738281,40.74974822998047,1,Y,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-01 00:29:05,2016-01-01 00:33:07,1,1.38,,,-73.90403747558594,40.721004486083984,-73.92384338378906,40.70780563354492,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 14:51:58,2016-01-17 15:07:48,5,2.68,,,-73.85822296142578,40.7288818359375,-73.89002227783203,40.712249755859375,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-12 09:11:16,2016-01-12 09:20:50,1,2.22,,,-73.99656677246094,40.69342803955078,-74.00403594970703,40.71308517456055,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-16 21:51:38,2016-01-16 21:56:00,1,0.97,,,-73.9524917602539,40.80308151245117,-73.94310760498047,40.81418991088867,1,N,1,5.5,0.5,0.5,0.3,0.08,0.0,,6.88,1.0 +1,2016-01-06 01:11:29,2016-01-06 01:17:24,1,1.2,,,-73.8772201538086,40.737483978271484,-73.87020111083984,40.74335861206055,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-13 15:18:35,2016-01-13 15:45:02,1,6.23,,,-73.95372009277344,40.79071807861328,-74.00292205810547,40.74431228637695,1,N,1,24.0,0.0,0.5,0.3,4.96,0.0,,29.76,1.0 +1,2016-01-02 14:34:42,2016-01-02 14:55:23,1,8.5,,,-73.95824432373047,40.7173957824707,-73.86500549316406,40.77045822143555,1,N,2,25.0,0.0,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-27 22:31:38,2016-01-27 22:35:25,1,1.26,,,-73.93782806396484,40.80393600463867,-73.9482421875,40.78804397583008,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-12 19:51:47,2016-01-12 19:54:03,1,0.38,,,-73.97986602783203,40.668861389160156,-73.9760513305664,40.67359924316406,1,N,1,3.5,1.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-21 09:13:55,2016-01-21 09:40:42,1,7.07,,,-73.99254608154297,40.69846725463867,-73.97022247314453,40.75981903076172,1,N,1,24.5,0.0,0.5,0.3,3.8,0.0,,29.1,1.0 +1,2016-01-11 20:28:38,2016-01-11 20:40:56,2,1.9,,,-73.94416046142578,40.6796875,-73.97486877441406,40.68649673461914,1,N,1,10.0,0.5,0.5,0.3,1.75,0.0,,13.05,1.0 +1,2016-01-13 02:10:06,2016-01-13 02:15:12,1,0.8,,,-73.8843994140625,40.74721145629883,-73.88623046875,40.75933837890625,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,,8.5,1.0 +1,2016-01-02 23:09:07,2016-01-02 23:19:43,1,2.5,,,-73.98312377929688,40.69212341308594,-73.95047760009766,40.678470611572266,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-17 16:28:36,2016-01-17 16:53:11,1,7.86,,,-73.95713806152344,40.63700485229492,-74.01472473144531,40.71424102783203,1,N,1,25.5,0.0,0.5,0.3,6.37,5.54,,38.21,1.0 +2,2016-01-05 18:36:49,2016-01-05 18:43:08,1,0.7,,,-73.95558166503906,40.80415725708008,-73.96539306640625,40.80293655395508,1,N,1,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-19 08:43:36,2016-01-19 08:50:25,6,1.5,,,-74.00203704833984,40.684898376464844,-73.99116516113281,40.702491760253906,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-12 23:16:41,2016-01-12 23:26:51,1,2.46,,,-73.95051574707031,40.6761589050293,-73.94356536865234,40.70155715942383,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-12 21:18:52,2016-01-12 21:33:31,6,5.08,,,-73.96348571777344,40.712867736816406,-73.97457122802734,40.75114822387695,1,N,1,17.5,0.5,0.5,0.3,1.2,0.0,,20.0,1.0 +1,2016-01-12 09:46:40,2016-01-12 10:08:58,1,4.6,,,-73.93794250488281,40.82324981689453,-73.96562957763672,40.77180862426758,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-20 22:48:37,2016-01-20 22:59:24,1,2.34,,,-73.94930267333984,40.68045425415039,-73.97716522216797,40.676605224609375,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-22 14:12:54,2016-01-22 14:19:18,1,1.11,,,-73.95409393310547,40.7872314453125,-73.94111633300781,40.79494857788086,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-04 01:44:42,2016-01-04 01:56:09,1,2.67,,,-73.90411376953125,40.75401306152344,-73.86209869384766,40.74995422363281,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-30 18:05:13,2016-01-30 18:32:34,1,2.91,,,-73.95783996582031,40.72205352783203,-73.98780822753906,40.72128677368164,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-06 17:21:04,2016-01-06 17:32:58,1,1.66,,,-73.8587875366211,40.750816345214844,-73.86947631835938,40.73478317260742,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-06 16:45:45,2016-01-06 17:01:34,3,4.99,,,-73.98682403564453,40.70237350463867,-73.99124145507812,40.72980880737305,1,N,1,17.5,1.0,0.5,0.3,3.86,0.0,,23.16,1.0 +1,2016-01-16 18:27:22,2016-01-16 18:42:41,1,2.5,,,-73.95783996582031,40.717716217041016,-73.9328842163086,40.69887924194336,1,N,1,12.0,0.0,0.5,0.3,2.55,0.0,,15.35,1.0 +2,2016-01-05 17:41:59,2016-01-05 17:43:53,5,0.15,,,-73.92762756347656,40.831756591796875,-73.9287338256836,40.829158782958984,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-02 21:31:17,2016-01-02 21:45:56,1,2.01,,,-73.95744323730469,40.67222595214844,-73.99237060546875,40.67391586303711,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-09 17:54:35,2016-01-09 17:59:33,1,0.94,,,-73.93914794921875,40.80552291870117,-73.94837188720703,40.79568099975586,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-24 17:05:06,2016-01-24 17:24:58,5,2.56,,,-73.96726989746094,40.69328689575195,-73.94183349609375,40.673152923583984,1,N,1,13.5,0.0,0.5,0.3,3.0,0.0,,17.3,1.0 +2,2016-01-26 16:48:23,2016-01-26 17:01:55,1,1.3,,,-73.88185119628906,40.747886657714844,-73.90266418457031,40.74463653564453,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-25 12:39:52,2016-01-25 13:02:18,1,4.41,,,-73.89495849609375,40.82672882080078,-73.95043182373047,40.811119079589844,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +2,2016-01-02 18:16:00,2016-01-02 18:39:11,1,4.78,,,-73.94544982910156,40.824466705322266,-73.95649719238281,40.771732330322266,1,N,1,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-07 15:01:37,2016-01-07 15:35:52,1,9.19,,,-73.95420837402344,40.78730773925781,-74.01490020751953,40.71135330200195,1,N,1,32.5,0.0,0.5,0.3,2.0,0.0,,35.3,1.0 +2,2016-01-22 07:47:36,2016-01-22 08:16:13,1,5.17,,,-73.94327545166016,40.68928146362305,-74.00578308105469,40.72429656982422,1,N,1,22.0,0.0,0.5,0.3,4.56,0.0,,27.36,1.0 +1,2016-01-16 18:26:18,2016-01-16 18:48:42,2,4.2,,,-73.93206787109375,40.67953872680664,-73.9999008178711,40.688724517822266,1,N,1,18.0,0.0,0.5,0.3,3.75,0.0,,22.55,1.0 +2,2016-01-06 22:41:39,2016-01-06 22:44:33,2,0.61,,,-73.9518814086914,40.71412658691406,-73.95867156982422,40.70884704589844,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 03:28:36,2016-01-17 03:37:26,1,3.0,,,-73.9176254272461,40.81624984741211,-73.93965911865234,40.787696838378906,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-19 09:28:15,2016-01-19 09:35:12,1,0.94,,,-73.952880859375,40.7889289855957,-73.95906066894531,40.77775192260742,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-10 00:46:50,2016-01-10 00:47:40,1,0.18,,,-73.95172882080078,40.72538757324219,-73.9504165649414,40.72307586669922,1,N,1,3.0,0.5,0.5,0.3,0.86,0.0,,5.16,1.0 +2,2016-01-08 13:51:46,2016-01-08 14:19:10,1,8.61,,,-73.93834686279297,40.74949645996094,-73.7994613647461,40.705631256103516,1,N,1,28.0,0.0,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-30 16:38:52,2016-01-30 17:02:43,1,3.11,,,-73.87639617919922,40.748268127441406,-73.92356872558594,40.75377655029297,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-17 00:18:18,2016-01-17 00:40:45,6,4.34,,,-73.9761962890625,40.66764831542969,-73.99988555908203,40.717979431152344,1,N,1,18.5,0.5,0.5,0.3,5.94,0.0,,25.74,1.0 +2,2016-01-18 01:09:26,2016-01-18 01:21:31,5,2.72,,,-73.84420776367188,40.72136306762695,-73.88505554199219,40.712196350097656,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-08 17:47:00,2016-01-08 17:59:39,1,2.4,,,-73.96392059326172,40.80827331542969,-73.97762298583984,40.7792854309082,1,N,1,11.0,1.0,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-05 15:25:00,2016-01-05 15:28:31,1,0.85,,,-73.94178771972656,40.84230041503906,-73.94689178466797,40.834102630615234,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-08 09:16:56,2016-01-08 09:31:39,1,1.66,,,-73.97806549072266,40.687156677246094,-73.99081420898438,40.69501876831055,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-25 06:41:30,2016-01-25 07:03:53,1,3.05,,,-73.95296478271484,40.823272705078125,-73.94196319580078,40.791412353515625,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-22 19:18:45,2016-01-22 19:54:17,5,12.97,,,-73.95967864990234,40.71800994873047,-73.92436981201172,40.61411666870117,1,N,1,39.0,1.0,0.5,0.3,0.0,0.0,,40.8,1.0 +2,2016-01-09 16:36:20,2016-01-09 16:48:25,1,3.46,,,-73.86394500732422,40.7330207824707,-73.81694793701172,40.72672653198242,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-20 18:05:19,2016-01-20 18:08:37,1,0.79,,,-73.95059204101562,40.791236877441406,-73.94566345214844,40.801414489746094,1,N,1,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-08 14:36:19,2016-01-08 15:16:54,2,15.6,,,-73.95648193359375,40.74760437011719,-73.79009246826172,40.64692687988281,1,Y,1,45.0,0.0,0.5,0.3,9.15,0.0,,54.95,1.0 +2,2016-01-14 16:50:36,2016-01-14 16:55:50,1,1.08,,,-73.84037780761719,40.71963882446289,-73.85626983642578,40.7200813293457,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-10 20:56:16,2016-01-10 21:15:32,1,4.12,,,-73.96463775634766,40.69363021850586,-73.91206359863281,40.68241882324219,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-17 05:06:34,2016-01-17 05:25:09,2,9.01,,,-73.95055389404297,40.792091369628906,-73.86195373535156,40.85526657104492,5,N,2,25.0,0.0,0.0,0,0.0,0.0,,25.0,2.0 +2,2016-01-18 07:40:21,2016-01-18 07:45:22,1,1.68,,,-73.86510467529297,40.85448455810547,-73.89008331298828,40.861148834228516,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-26 08:37:10,2016-01-26 08:50:14,1,1.16,,,-73.88638305664062,40.7611198425293,-73.88524627685547,40.74576187133789,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-19 20:06:09,2016-01-19 20:13:22,1,1.21,,,-73.97975158691406,40.677371978759766,-73.9612045288086,40.671607971191406,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-21 19:09:38,2016-01-21 19:32:27,1,3.8,,,-73.9326400756836,40.79572677612305,-73.94159698486328,40.83430099487305,1,N,1,17.0,1.0,0.5,0.3,3.75,0.0,,22.55,1.0 +1,2016-01-20 15:27:25,2016-01-20 15:30:03,1,1.1,,,-73.95325469970703,40.78847122192383,-73.94303894042969,40.80238723754883,1,N,1,5.0,0.0,0.5,0.3,0.5,0.0,,6.3,1.0 +2,2016-01-22 20:50:07,2016-01-22 21:07:55,1,3.6,,,-73.9471435546875,40.79099655151367,-73.98634338378906,40.76173782348633,1,N,1,14.5,0.5,0.5,0.3,1.0,0.0,,16.8,1.0 +2,2016-01-26 17:58:38,2016-01-26 18:14:56,1,2.7,,,-73.95474243164062,40.82068634033203,-73.94514465332031,40.79183578491211,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-02 10:10:22,2016-01-02 10:22:01,1,3.39,,,-73.91659545898438,40.74314880371094,-73.95823669433594,40.713478088378906,1,N,1,13.0,0.0,0.5,0.3,3.45,0.0,,17.25,1.0 +1,2016-01-01 04:29:34,2016-01-01 05:11:40,1,11.9,,,-73.92781829833984,40.6927490234375,-73.97046661376953,40.79901123046875,1,N,1,39.0,0.5,0.5,0.3,5.0,0.0,,45.3,1.0 +2,2016-01-07 22:24:00,2016-01-07 22:27:12,1,0.8,,,-73.99242401123047,40.70335388183594,-73.9991683959961,40.69404220581055,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-17 17:30:49,2016-01-17 17:34:36,1,0.8,,,-73.92332458496094,40.76467514038086,-73.93130493164062,40.76925277709961,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 01:02:03,2016-01-09 01:08:53,1,1.51,,,-73.93915557861328,40.81644058227539,-73.95486450195312,40.801780700683594,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 20:37:43,2016-01-30 20:45:53,1,0.98,,,-73.99066162109375,40.70304870605469,-73.99056243896484,40.70297622680664,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-04 23:03:32,2016-01-04 23:05:20,1,0.64,,,-73.97874450683594,40.684532165527344,-73.9890365600586,40.68876647949219,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 05:37:30,2016-01-11 06:00:34,1,10.6,,,-73.91350555419922,40.763240814208984,-73.83660125732422,40.684715270996094,1,N,1,31.5,0.5,0.5,0.3,5.0,0.0,,37.8,1.0 +1,2016-01-08 23:42:11,2016-01-08 23:44:56,3,0.5,,,-73.9453125,40.80839920043945,-73.95252990722656,40.80820846557617,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-27 15:58:48,2016-01-27 16:02:02,1,0.7,,,-73.95215606689453,40.68052673339844,-73.95079040527344,40.686988830566406,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-05 17:13:01,2016-01-05 17:32:43,1,2.3,,,-73.9857177734375,40.703731536865234,-73.97660064697266,40.67825698852539,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-27 16:19:21,2016-01-27 16:38:38,1,1.83,,,-73.89078521728516,40.74688720703125,-73.89328002929688,40.72715377807617,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-07 07:55:57,2016-01-07 08:21:37,1,3.6,,,-73.95256042480469,40.734718322753906,-73.98332214355469,40.73442077636719,1,N,1,18.5,0.0,0.5,0.3,4.97,5.54,,29.81,1.0 +2,2016-01-22 03:08:08,2016-01-22 03:17:20,1,2.27,,,-73.95671081542969,40.72296142578125,-73.93989562988281,40.70777130126953,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-25 15:35:01,2016-01-25 15:40:55,1,0.76,,,-73.84422302246094,40.72138214111328,-73.84972381591797,40.71228790283203,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 08:11:53,2016-01-09 08:22:58,1,2.45,,,-73.80683898925781,40.69977569580078,-73.81387329101562,40.7185173034668,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-29 23:42:22,2016-01-29 23:47:00,6,1.06,,,-73.98719024658203,40.69281005859375,-73.97004699707031,40.693111419677734,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,,7.8,1.0 +1,2016-01-06 07:41:01,2016-01-06 07:50:33,1,1.5,,,-73.9214859008789,40.82878875732422,-73.9123764038086,40.84628677368164,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-15 16:27:28,2016-01-15 16:34:38,1,0.79,,,-73.84436798095703,40.72073745727539,-73.83733367919922,40.71889877319336,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-30 15:48:54,2016-01-30 15:55:31,1,1.12,,,-73.95835876464844,40.7171516418457,-73.94097137451172,40.72597885131836,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-16 14:37:31,2016-01-16 14:45:12,1,1.5,,,-73.87218475341797,40.675331115722656,-73.86792755126953,40.656158447265625,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-01 03:17:39,2016-01-01 03:29:41,1,2.21,,,-73.94966125488281,40.71404266357422,-73.92533111572266,40.693504333496094,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +1,2016-01-26 17:24:06,2016-01-26 17:57:12,1,3.1,,,-73.96748352050781,40.80449295043945,-73.984375,40.76251983642578,1,N,2,21.0,1.0,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-16 10:41:08,2016-01-16 10:52:01,1,1.99,,,-73.94911193847656,40.79720687866211,-73.9744873046875,40.79121780395508,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,,11.3,1.0 +2,2016-01-09 17:32:29,2016-01-09 17:44:20,1,2.19,,,-73.99244689941406,40.68935012817383,-73.9642333984375,40.673954010009766,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-30 09:13:36,2016-01-30 09:22:24,1,2.0,,,-73.95243072509766,40.694820404052734,-73.98342895507812,40.68885040283203,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-02 02:36:48,2016-01-02 02:43:06,1,1.5,,,-73.95575714111328,40.6945686340332,-73.95121765136719,40.71133041381836,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-15 17:56:47,2016-01-15 18:07:25,1,1.5,,,-73.8901596069336,40.74700164794922,-73.87007141113281,40.75520324707031,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-10 20:43:22,2016-01-10 20:54:38,1,1.95,,,-73.86333465576172,40.73073196411133,-73.8899917602539,40.73896408081055,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-05 18:56:16,2016-01-05 19:08:55,1,2.3,,,-73.94921875,40.80274200439453,-73.95440673828125,40.77781677246094,1,N,1,10.5,1.0,0.5,0.3,2.0,0.0,,14.3,1.0 +2,2016-01-19 12:16:33,2016-01-19 12:21:10,1,0.79,,,-73.97998809814453,40.66885757446289,-73.97311401367188,40.67514419555664,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-16 18:33:39,2016-01-16 18:41:49,1,1.0,,,-73.99365234375,40.693878173828125,-73.97821807861328,40.68685531616211,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,,10.55,1.0 +2,2016-01-10 23:04:24,2016-01-10 23:27:01,1,9.77,,,-73.86970520019531,40.73360824584961,-73.87601470947266,40.80484390258789,1,N,2,29.5,0.5,0.5,0.3,0.0,5.54,,36.34,1.0 +2,2016-01-03 15:11:56,2016-01-03 15:34:36,5,4.9,,,-73.98959350585938,40.70275115966797,-74.0031967163086,40.74417495727539,1,N,1,19.5,0.0,0.5,0.3,4.06,0.0,,24.36,1.0 +1,2016-01-09 01:28:50,2016-01-09 01:31:33,2,0.6,,,-73.9502182006836,40.72227096557617,-73.9518051147461,40.714141845703125,1,N,1,4.0,0.5,0.5,0.3,1.0,0.0,,6.3,1.0 +2,2016-01-05 18:34:39,2016-01-05 18:41:04,1,0.46,,,-73.92539978027344,40.76179122924805,-73.91813659667969,40.75736618041992,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-03 11:34:59,2016-01-03 11:40:52,3,1.49,,,-73.84428405761719,40.721351623535156,-73.83119201660156,40.72732925415039,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-18 22:59:44,2016-01-18 23:09:32,2,2.1,,,-73.97595977783203,40.683841705322266,-73.94792175292969,40.669925689697266,1,N,1,9.5,0.5,0.5,0.3,3.2,0.0,,14.0,1.0 +2,2016-01-21 17:35:43,2016-01-21 17:46:09,1,1.47,,,-73.96381378173828,40.808143615722656,-73.94763946533203,40.81509780883789,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-15 16:24:37,2016-01-15 16:29:22,1,0.79,,,-73.91749572753906,40.758216857910156,-73.926513671875,40.7551383972168,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-26 10:02:10,2016-01-26 10:20:50,6,1.5,,,-73.94998931884766,40.78547286987305,-73.96324157714844,40.768943786621094,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-07 18:16:12,2016-01-07 18:23:53,1,1.76,,,-73.98287963867188,40.702056884765625,-73.995849609375,40.69071960449219,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-30 11:10:49,2016-01-30 11:29:03,1,1.8,,,-73.98616790771484,40.68262481689453,-73.97640228271484,40.67035675048828,1,N,1,12.5,0.0,0.5,0.3,3.95,0.0,,17.25,1.0 +2,2016-01-30 20:13:55,2016-01-30 20:26:38,5,1.61,,,-73.8637924194336,40.732723236083984,-73.88490295410156,40.74317932128906,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-27 21:40:27,2016-01-27 21:45:35,1,0.8,,,-73.92212677001953,40.75524139404297,-73.91871643066406,40.74946594238281,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 01:43:40,2016-01-01 01:51:47,1,2.43,,,-73.95159149169922,40.797733306884766,-73.9700927734375,40.76798629760742,1,N,1,9.5,0.5,0.5,0.3,3.24,0.0,,14.04,1.0 +1,2016-01-24 22:03:18,2016-01-24 22:44:16,1,9.7,,,-73.95885467529297,40.66804504394531,-74.00493621826172,40.57883071899414,1,N,1,32.5,0.5,0.5,0.3,0.5,0.0,,34.3,1.0 +1,2016-01-03 10:49:05,2016-01-03 11:01:55,4,3.4,,,-73.8685302734375,40.74754333496094,-73.90367126464844,40.771156311035156,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-19 10:38:24,2016-01-19 10:43:31,1,1.08,,,-73.94942474365234,40.784912109375,-73.93681335449219,40.79252243041992,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-15 16:09:48,2016-01-16 15:21:11,3,4.87,,,-73.8944091796875,40.74872589111328,-73.81892395019531,40.76326370239258,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-06 10:01:54,2016-01-06 10:17:40,2,2.6,,,-73.982421875,40.691673278808594,-73.99710083007812,40.72403335571289,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-11 07:29:12,2016-01-11 07:40:40,1,0.69,,,-73.94941711425781,40.793540954589844,-73.95116424560547,40.78563690185547,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-26 19:17:08,2016-01-26 20:32:10,1,3.17,,,-73.94612121582031,40.679481506347656,-73.9350357055664,40.679656982421875,1,N,1,41.5,1.0,0.5,0.3,12.99,0.0,,56.29,1.0 +2,2016-01-03 14:01:11,2016-01-03 14:07:31,1,1.12,,,-73.962158203125,40.719871520996094,-73.94735717773438,40.72296142578125,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-17 23:28:25,2016-01-17 23:34:40,1,1.51,,,-73.97865295410156,40.6839599609375,-73.97007751464844,40.6932373046875,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-05 23:37:30,2016-01-05 23:43:08,4,1.25,,,-73.96214294433594,40.6825065612793,-73.9501953125,40.67266082763672,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-08 15:54:18,2016-01-08 16:30:16,1,11.44,,,-73.94164276123047,40.83032989501953,-73.8284912109375,40.866607666015625,1,N,1,36.0,0.0,0.5,0.3,0.0,0.0,,36.8,1.0 +2,2016-01-15 07:40:57,2016-01-15 07:59:06,1,5.87,,,-73.97994232177734,40.696170806884766,-73.97622680664062,40.73966979980469,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-28 04:14:34,2016-01-28 04:23:41,1,1.27,,,-73.8833999633789,40.75571823120117,-73.8704605102539,40.74703598022461,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-13 13:21:54,2016-01-13 13:32:05,1,1.7,,,-73.97474670410156,40.68645477294922,-73.9448471069336,40.687835693359375,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-15 14:34:00,2016-01-15 14:58:27,1,4.02,,,-73.9522933959961,40.789794921875,-73.90568542480469,40.82608413696289,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-30 03:10:22,2016-01-30 03:29:56,1,5.98,,,-73.97774505615234,40.684635162353516,-73.89567565917969,40.67135238647461,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-21 16:45:03,2016-01-21 16:51:50,1,0.51,,,-73.84614562988281,40.85652160644531,-73.84302520751953,40.861961364746094,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-16 18:53:18,2016-01-16 19:01:43,1,1.99,,,-73.93942260742188,40.805015563964844,-73.95498657226562,40.7802619934082,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 20:14:17,2016-01-14 21:05:23,1,10.99,,,-73.9871597290039,40.693626403808594,-73.92761993408203,40.7662467956543,1,N,1,41.0,0.5,0.5,0.3,8.46,0.0,,50.76,1.0 +1,2016-01-05 09:17:21,2016-01-05 09:21:52,1,0.6,,,-73.88005065917969,40.74810791015625,-73.89044189453125,40.74692916870117,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-09 03:33:35,2016-01-09 03:37:59,5,0.74,,,-73.96118927001953,40.66144561767578,-73.95626831054688,40.65048599243164,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 03:36:46,2016-01-28 03:47:27,1,1.55,,,-73.88965606689453,40.74703598022461,-73.86399841308594,40.74623107910156,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-30 13:59:59,2016-01-30 14:08:45,1,1.02,,,-73.94082641601562,40.79973602294922,-73.9435043334961,40.787696838378906,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-12 15:59:02,2016-01-12 16:06:16,1,1.3,,,-73.9659423828125,40.80548858642578,-73.97373962402344,40.78937530517578,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,,10.75,1.0 +2,2016-01-27 21:53:04,2016-01-27 21:59:18,1,0.94,,,-73.99420928955078,40.681217193603516,-73.98131561279297,40.68235397338867,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-27 11:41:27,2016-01-27 11:48:40,1,0.97,,,-73.95543670654297,40.73788833618164,-73.9492416381836,40.726261138916016,1,N,1,6.5,0.0,0.5,0.3,2.0,0.0,,9.3,1.0 +2,2016-01-16 22:33:18,2016-01-16 22:43:51,1,1.76,,,-73.95344543457031,40.68119812011719,-73.9264907836914,40.67738342285156,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-09 01:05:11,2016-01-09 01:18:59,5,2.6,,,-73.96336364746094,40.7101936340332,-73.96697998046875,40.6838264465332,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-22 10:37:51,2016-01-22 10:45:53,1,1.54,,,-73.9246597290039,40.864051818847656,-73.90241241455078,40.86110305786133,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-07 19:21:55,2016-01-07 19:32:28,1,1.85,,,-73.99385070800781,40.68179702758789,-73.99249267578125,40.70100784301758,1,N,1,9.0,1.0,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-29 11:33:55,2016-01-29 12:02:41,6,4.23,,,-73.89244079589844,40.747283935546875,-73.92764282226562,40.767547607421875,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-19 22:46:08,2016-01-19 22:51:28,1,0.79,,,-73.86905670166016,40.74940490722656,-73.87047576904297,40.75751876831055,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 14:18:18,2016-01-30 14:30:57,5,2.1,,,-73.96525573730469,40.806358337402344,-73.98104858398438,40.780067443847656,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-30 13:10:55,2016-01-30 13:28:18,1,6.7,,,-73.94346618652344,40.79316329956055,-73.95264434814453,40.73984146118164,1,N,2,21.0,0.0,0.5,0.3,0.0,5.54,,27.34,1.0 +2,2016-01-28 09:30:23,2016-01-28 09:47:22,1,2.88,,,-73.99575805664062,40.69538879394531,-74.0140609741211,40.704959869384766,1,N,1,13.5,0.0,0.5,0.3,4.29,0.0,,18.59,1.0 +1,2016-01-26 05:43:40,2016-01-26 06:34:00,1,8.1,,,-73.96163940429688,40.67437744140625,-73.98170471191406,40.746253967285156,1,N,1,34.5,0.0,0.5,0.3,7.05,0.0,,42.35,1.0 +2,2016-01-08 16:46:13,2016-01-08 17:02:11,1,2.51,,,-73.97872924804688,40.67892837524414,-74.00588989257812,40.65277099609375,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-15 16:27:30,2016-01-15 16:36:12,1,3.65,,,-73.91732788085938,40.76991271972656,-73.8658218383789,40.771018981933594,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-29 07:51:16,2016-01-29 07:58:25,6,0.78,,,-73.99104309082031,40.69221496582031,-74.00067901611328,40.68600082397461,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-06 19:35:19,2016-01-06 19:42:37,1,0.86,,,-73.95284271240234,40.72727584838867,-73.95587921142578,40.73514175415039,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 18:51:53,2016-01-10 19:16:27,1,9.35,,,-73.89010620117188,40.75004959106445,-73.99226379394531,40.71385192871094,1,N,1,29.5,0.0,0.5,0.3,6.06,0.0,,36.36,1.0 +2,2016-01-27 07:45:18,2016-01-27 07:51:39,1,0.78,,,-73.96448516845703,40.80701446533203,-73.9559555053711,40.81867980957031,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-03 13:45:01,2016-01-03 13:50:58,1,0.9,,,-73.95408630371094,40.80595397949219,-73.94847869873047,40.797733306884766,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-12 00:05:56,2016-01-12 00:09:08,1,0.65,,,-73.92752838134766,40.823036193847656,-73.9223861694336,40.82471466064453,1,N,1,4.5,0.5,0.5,0.3,5.0,0.0,,10.8,1.0 +2,2016-01-26 21:47:39,2016-01-26 22:01:28,1,2.47,,,-73.8443603515625,40.721641540527344,-73.87562561035156,40.73565673828125,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-22 17:39:03,2016-01-22 17:43:26,1,0.55,,,-73.95109558105469,40.81025695800781,-73.95625305175781,40.80314254760742,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 03:32:57,2016-01-01 03:35:24,1,0.48,,,-73.9266586303711,40.68548583984375,-73.92666625976562,40.67914962768555,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 03:43:06,2016-01-16 03:58:32,6,6.41,,,-73.92359924316406,40.764068603515625,-73.93389129638672,40.71521759033203,1,N,1,21.0,0.5,0.5,0.3,2.5,0.0,,24.8,1.0 +2,2016-01-09 09:47:18,2016-01-09 09:55:12,1,1.59,,,-73.95555877685547,40.819637298583984,-73.938232421875,40.80460739135742,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 11:27:21,2016-01-29 11:32:59,1,0.87,,,-73.94964599609375,40.80226135253906,-73.94581604003906,40.797088623046875,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 02:50:53,2016-01-01 03:08:53,1,3.48,,,-73.98081970214844,40.66773223876953,-73.957275390625,40.69076156616211,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-16 09:09:28,2016-01-16 09:14:35,1,1.0,,,-73.95804595947266,40.68910217285156,-73.96292877197266,40.68407440185547,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-22 13:58:30,2016-01-22 14:08:01,1,1.5,,,-73.97810363769531,40.685142517089844,-73.98665618896484,40.70304489135742,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,,10.55,1.0 +2,2016-01-10 22:04:16,2016-01-10 22:20:26,1,2.8,,,-73.95986938476562,40.71589279174805,-73.92463684082031,40.700111389160156,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,,17.88,1.0 +2,2016-01-13 03:38:50,2016-01-13 04:20:48,1,16.83,,,-73.91674041748047,40.81842803955078,-73.91592407226562,40.65937042236328,1,N,1,49.5,0.5,0.5,0.3,20.0,0.0,,70.8,1.0 +2,2016-01-30 12:25:49,2016-01-30 12:34:30,1,1.19,,,-73.89595794677734,40.85163879394531,-73.8985366821289,40.86210632324219,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 22:53:11,2016-01-09 23:02:54,2,1.41,,,-73.90338897705078,40.7457160949707,-73.91497802734375,40.76036834716797,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-20 20:34:23,2016-01-20 20:44:01,2,1.96,,,-73.98265075683594,40.66743469238281,-74.01052856445312,40.671974182128906,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-22 23:33:01,2016-01-22 23:52:22,1,6.96,,,-73.94467163085938,40.79977035522461,-73.905029296875,40.878475189208984,1,N,1,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-19 14:06:09,2016-01-19 14:21:36,1,3.44,,,-73.82608795166016,40.74666976928711,-73.86788940429688,40.754173278808594,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-10 22:04:03,2016-01-10 22:08:20,2,1.06,,,-73.89994049072266,40.746009826660156,-73.91551208496094,40.74910354614258,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-11 03:11:52,2016-01-11 03:19:18,1,1.71,,,-73.884521484375,40.74766540527344,-73.8799819946289,40.73067855834961,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-09 15:41:41,2016-01-09 15:48:48,1,1.71,,,-74.01654815673828,40.674293518066406,-73.99854278564453,40.68133544921875,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,,9.3,1.0 +2,2016-01-08 22:08:49,2016-01-08 22:26:49,2,5.62,,,-73.92565155029297,40.754638671875,-73.97966766357422,40.73021697998047,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-23 05:07:17,2016-01-23 05:32:45,1,6.91,,,-73.84708404541016,40.716583251953125,-73.88921356201172,40.65506362915039,1,N,1,22.0,0.5,0.5,0.3,5.0,0.0,,28.3,1.0 +2,2016-01-12 16:16:19,2016-01-12 16:32:55,5,2.79,,,-73.98680114746094,40.70235824584961,-74.00944519042969,40.724159240722656,1,N,1,13.5,1.0,0.5,0.3,3.06,0.0,,18.36,1.0 +2,2016-01-28 16:34:49,2016-01-28 16:51:53,1,3.65,,,-73.8441162109375,40.721717834472656,-73.90679931640625,40.741966247558594,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-22 19:41:47,2016-01-22 19:57:03,1,3.49,,,-73.97798919677734,40.68454360961914,-73.95382690429688,40.707298278808594,1,N,1,14.5,1.0,0.5,0.3,1.0,0.0,,17.3,1.0 +2,2016-01-27 10:46:53,2016-01-27 11:09:47,1,3.73,,,-73.9974594116211,40.68366241455078,-74.00306701660156,40.72022247314453,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +1,2016-01-17 22:16:09,2016-01-17 22:21:34,1,1.2,,,-73.96052551269531,40.65884017944336,-73.95384216308594,40.67400360107422,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-08 23:31:28,2016-01-08 23:44:01,1,2.92,,,-73.9805908203125,40.688758850097656,-73.94047546386719,40.69981384277344,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-22 14:02:24,2016-01-22 14:30:19,1,10.22,,,-73.86463928222656,40.881141662597656,-73.95488739013672,40.80331802368164,1,N,2,33.0,0.0,0.5,0.3,0.0,0.0,,33.8,1.0 +2,2016-01-30 18:20:20,2016-01-30 18:29:14,1,0.87,,,-73.8692855834961,40.749088287353516,-73.86083984375,40.748538970947266,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 20:18:43,2016-01-27 20:25:44,1,1.39,,,-73.9245834350586,40.767608642578125,-73.92369079589844,40.754615783691406,1,N,1,7.0,0.5,0.5,0.3,1.24,0.0,,9.54,1.0 +1,2016-01-09 04:50:58,2016-01-09 04:59:50,4,1.4,,,-73.95768737792969,40.72249984741211,-73.9517593383789,40.71398162841797,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-19 20:59:07,2016-01-19 21:03:07,1,1.39,,,-73.9550552368164,40.789039611816406,-73.97087097167969,40.8001708984375,1,N,1,6.0,0.5,0.5,0.3,2.0,0.0,,9.3,1.0 +2,2016-01-20 21:20:47,2016-01-20 21:25:44,1,1.1,,,-73.9398422241211,40.805381774902344,-73.92366027832031,40.80786895751953,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-20 20:14:28,2016-01-20 20:24:08,1,2.4,,,-73.9868392944336,40.702430725097656,-73.95834350585938,40.68907165527344,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-29 08:35:41,2016-01-29 08:44:39,1,2.01,,,-73.94583129882812,40.7896842956543,-73.92294311523438,40.80888748168945,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-17 00:45:21,2016-01-17 00:52:55,1,2.42,,,-73.80770111083984,40.700870513916016,-73.76876068115234,40.703857421875,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-29 17:03:40,2016-01-29 17:15:14,1,1.13,,,-73.94324493408203,40.79343032836914,-73.9416275024414,40.80704879760742,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-05 08:51:53,2016-01-05 09:17:59,1,4.17,,,-73.94249725341797,40.80618667602539,-73.97908020019531,40.755794525146484,1,N,1,19.0,0.0,0.5,0.3,3.96,0.0,,23.76,1.0 +2,2016-01-28 00:15:05,2016-01-28 00:20:17,1,1.22,,,-73.95782470703125,40.717689514160156,-73.95762634277344,40.72968673706055,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-18 00:02:42,2016-01-18 00:16:11,1,2.47,,,-73.96332550048828,40.710304260253906,-73.9260482788086,40.69498825073242,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-06 17:42:45,2016-01-06 17:52:22,1,1.7,,,-73.86875915527344,40.73375701904297,-73.84899139404297,40.727272033691406,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-18 18:30:39,2016-01-18 18:36:16,1,1.2,,,-73.94822692871094,40.73091125488281,-73.95308685302734,40.74247360229492,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-22 02:52:11,2016-01-22 02:58:23,1,1.13,,,-73.95729064941406,40.726924896240234,-73.96134948730469,40.71450424194336,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 23:32:51,2016-01-27 23:47:16,1,3.47,,,-73.96249389648438,40.710105895996094,-73.90486145019531,40.71030807495117,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-16 20:30:09,2016-01-16 20:36:43,1,2.68,,,-73.89090728759766,40.74694061279297,-73.87602996826172,40.76987075805664,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-22 20:37:28,2016-01-22 20:48:09,1,2.33,,,-73.83382415771484,40.716697692871094,-73.86241912841797,40.70787811279297,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-20 15:57:01,2016-01-20 16:15:26,1,2.27,,,-73.90930938720703,40.67899703979492,-73.89258575439453,40.65730667114258,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +1,2016-01-22 11:01:25,2016-01-22 11:14:26,1,4.2,,,-73.93647003173828,40.79892349243164,-73.96646881103516,40.75351333618164,1,N,1,14.5,0.0,0.5,0.3,0.1,0.0,,15.4,1.0 +2,2016-01-19 08:38:19,2016-01-19 08:47:20,1,1.98,,,-73.9393539428711,40.842350006103516,-73.9538345336914,40.81779098510742,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-01 07:46:58,2016-01-01 07:48:56,1,0.2,,,-73.93800354003906,40.803680419921875,-73.94124603271484,40.802345275878906,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-25 07:47:24,2016-01-25 07:57:00,1,1.4,,,-73.91716003417969,40.743167877197266,-73.93742370605469,40.73951721191406,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-13 07:54:30,2016-01-13 08:08:55,1,1.9,,,-73.95811462402344,40.81535339355469,-73.9576644897461,40.81528091430664,1,N,3,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-19 19:27:47,2016-01-19 19:42:29,1,4.77,,,-73.95220184326172,40.7897834777832,-74.00114440917969,40.762229919433594,1,N,1,17.0,1.0,0.5,0.3,2.0,0.0,,20.8,1.0 +2,2016-01-29 10:00:56,2016-01-29 10:22:29,1,7.51,,,-73.92511749267578,40.86632537841797,-73.95154571533203,40.76960372924805,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,,30.36,1.0 +2,2016-01-04 16:42:43,2016-01-04 16:52:05,1,2.05,,,-73.80744171142578,40.70018768310547,-73.78368377685547,40.684017181396484,1,N,1,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-28 16:06:18,2016-01-28 16:17:01,1,1.97,,,-73.91963958740234,40.86799621582031,-73.91503143310547,40.879051208496094,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-08 17:49:21,2016-01-08 18:06:52,1,2.66,,,-73.88179016113281,40.6480598449707,-73.90343475341797,40.6789665222168,1,N,1,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-30 18:09:49,2016-01-30 18:23:54,1,1.7,,,-73.95890808105469,40.65079879760742,-73.95329284667969,40.67045211791992,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-12 22:19:53,2016-01-12 22:24:38,1,0.97,,,-73.97806549072266,40.680076599121094,-73.98336791992188,40.668739318847656,1,N,1,5.5,0.5,0.5,0.3,1.2,0.0,,8.0,1.0 +2,2016-01-27 20:37:14,2016-01-27 20:52:00,1,3.35,,,-73.80748748779297,40.70064926147461,-73.76667022705078,40.72077178955078,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-13 03:50:30,2016-01-13 04:10:41,1,5.86,,,-73.96510314941406,40.711063385009766,-73.91101837158203,40.66327667236328,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-16 21:18:23,2016-01-16 21:29:13,1,4.77,,,-73.93228149414062,40.79556655883789,-73.91796875,40.84213638305664,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-08 14:31:53,2016-01-08 14:38:20,1,0.83,,,-73.9094467163086,40.77725601196289,-73.91144561767578,40.76834487915039,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-20 22:24:52,2016-01-20 22:36:49,1,5.37,,,-73.94090270996094,40.83987808227539,-73.97681427001953,40.780216217041016,1,N,1,17.0,0.5,0.5,0.3,3.0,0.0,,21.3,1.0 +2,2016-01-12 07:28:08,2016-01-12 07:38:11,1,2.48,,,-73.95665740966797,40.744903564453125,-73.97551727294922,40.741737365722656,1,N,1,10.0,0.0,0.5,0.3,3.27,5.54,,19.61,1.0 +2,2016-01-29 14:27:50,2016-01-29 14:30:37,1,0.26,,,-73.94478607177734,40.74761962890625,-73.94733428955078,40.74653625488281,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-18 17:55:24,2016-01-18 17:59:24,1,0.85,,,-73.97779083251953,40.68474578857422,-73.97380828857422,40.69300842285156,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-02 18:52:51,2016-01-02 19:07:26,1,4.0,,,-73.93302917480469,40.79926681518555,-73.93876647949219,40.84938049316406,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-30 02:49:56,2016-01-30 02:57:54,1,1.63,,,-73.84407043457031,40.721046447753906,-73.85096740722656,40.74201583862305,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-16 12:07:04,2016-01-16 12:12:35,1,1.1,,,-73.97662353515625,40.686981201171875,-73.96692657470703,40.69570541381836,1,N,2,6.0,0.0,0.5,0,0.0,0.0,,6.5,1.0 +2,2016-01-30 11:49:19,2016-01-30 11:52:29,1,0.8,,,-73.96641540527344,40.71137619018555,-73.96240997314453,40.70518112182617,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-30 02:08:28,2016-01-30 02:13:25,1,0.87,,,-73.95879364013672,40.716861724853516,-73.95081329345703,40.7109260559082,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-29 03:54:17,2016-01-29 04:38:41,1,15.18,,,-73.96147155761719,40.71451187133789,-73.92312622070312,40.86903762817383,1,N,1,47.0,0.5,0.5,0.3,2.0,0.0,,50.3,1.0 +2,2016-01-02 09:08:34,2016-01-02 09:10:20,2,0.56,,,-73.91226196289062,40.7262077331543,-73.9189453125,40.72254180908203,1,N,1,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-22 00:15:32,2016-01-22 00:19:02,1,0.81,,,-73.93213653564453,40.69525146484375,-73.92716217041016,40.70332717895508,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-02 22:12:58,2016-01-02 22:20:33,1,1.18,,,-73.96208190917969,40.71321487426758,-73.95271301269531,40.72706604003906,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-03 10:58:39,2016-01-03 11:12:53,1,3.03,,,-73.9424057006836,40.79904556274414,-73.97997283935547,40.7840576171875,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-09 15:21:03,2016-01-09 15:33:32,2,2.3,,,-73.97607421875,40.68391799926758,-73.94104766845703,40.6748161315918,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,,13.55,1.0 +2,2016-01-18 08:19:38,2016-01-18 08:23:34,1,0.77,,,-73.95303344726562,40.71412658691406,-73.96353912353516,40.71860122680664,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-20 20:44:23,2016-01-20 20:59:52,3,3.1,,,-73.98670196533203,40.702430725097656,-73.95209503173828,40.71103286743164,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-05 06:52:26,2016-01-05 06:53:45,1,0.43,,,-73.95811462402344,40.81535720825195,-73.95281982421875,40.810821533203125,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-18 20:46:52,2016-01-18 20:50:33,1,0.65,,,-73.9640884399414,40.807823181152344,-73.95789337158203,40.80884552001953,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-14 01:32:42,2016-01-14 01:40:31,1,2.24,,,-73.95681762695312,40.68685531616211,-73.97870635986328,40.67819595336914,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-18 15:46:23,2016-01-18 15:50:12,1,0.6,,,-73.87042236328125,40.74921798706055,-73.87413787841797,40.743408203125,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-03 08:24:07,2016-01-03 08:31:04,1,1.44,,,-73.96089935302734,40.69329833984375,-73.96765899658203,40.68016815185547,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 04:57:39,2016-01-01 05:14:39,1,6.49,,,-73.93531799316406,40.795921325683594,-73.98566436767578,40.722930908203125,1,N,1,21.5,0.5,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-19 07:22:51,2016-01-19 07:25:17,1,0.64,,,-73.97042846679688,40.690914154052734,-73.98056030273438,40.68976593017578,1,N,1,4.0,0.0,0.5,0.3,0.7,0.0,,5.5,1.0 +2,2016-01-19 14:41:55,2016-01-19 14:49:00,1,1.36,,,-73.94895935058594,40.802860260009766,-73.96341705322266,40.810707092285156,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-05 17:08:54,2016-01-05 17:18:08,1,1.9,,,-73.84456634521484,40.72193145751953,-73.81852722167969,40.72835922241211,1,N,1,8.5,1.0,0.5,0.3,2.55,0.0,,12.85,1.0 +2,2016-01-27 02:23:38,2016-01-27 02:26:45,1,0.74,,,-73.94713592529297,40.63230514526367,-73.94208526611328,40.62693786621094,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-08 16:40:29,2016-01-08 16:46:37,1,1.05,,,-73.86907196044922,40.74291229248047,-73.88262176513672,40.74997329711914,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-01 04:54:53,2016-01-01 05:01:05,1,0.99,,,-73.9514389038086,40.8045539855957,-73.9422836303711,40.817108154296875,1,N,1,6.5,0.5,0.5,0.3,5.0,0.0,,12.8,1.0 +2,2016-01-28 20:27:11,2016-01-28 20:35:31,2,1.06,,,-73.86931610107422,40.748958587646484,-73.86267852783203,40.73760223388672,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-08 08:01:07,2016-01-08 08:21:15,1,3.97,,,-73.95979309082031,40.691444396972656,-73.97937774658203,40.66946792602539,1,N,1,16.0,0.0,0.5,0.3,1.0,0.0,,17.8,1.0 +2,2016-01-05 17:31:01,2016-01-05 17:42:01,1,2.04,,,-73.87635803222656,40.756622314453125,-73.91249084472656,40.75480270385742,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-25 07:47:24,2016-01-25 08:08:28,1,3.29,,,-73.94192504882812,40.746402740478516,-73.95340728759766,40.767311096191406,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-27 10:36:12,2016-01-27 10:43:53,1,1.25,,,-73.9596939086914,40.68826675415039,-73.98148345947266,40.69001007080078,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-10 21:39:04,2016-01-10 21:53:38,1,2.9,,,-73.96739959716797,40.68555450439453,-73.9534912109375,40.707706451416016,1,N,1,12.5,0.5,0.5,0.3,1.5,0.0,,15.3,1.0 +2,2016-01-09 13:39:46,2016-01-09 13:51:54,1,1.82,,,-73.99356079101562,40.69622039794922,-73.96565246582031,40.69215393066406,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-10 14:54:34,2016-01-10 15:02:40,2,1.82,,,-73.90154266357422,40.86835861206055,-73.91813659667969,40.8707275390625,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-25 23:30:08,2016-01-25 23:30:35,1,0.09,,,-73.89148712158203,40.85447692871094,-73.89531707763672,40.85508728027344,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-05 00:46:01,2016-01-05 00:51:35,1,1.17,,,-73.95159149169922,40.723358154296875,-73.9579086303711,40.71091079711914,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 14:08:55,2016-01-05 14:13:06,1,0.88,,,-74.00037384033203,40.654598236083984,-73.98906707763672,40.6658935546875,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-06 17:49:05,2016-01-06 18:14:02,1,4.0,,,-73.96858978271484,40.68214797973633,-73.95366668701172,40.71419906616211,1,N,1,18.0,1.0,0.5,0.3,2.0,0.0,,21.8,1.0 +2,2016-01-25 12:12:22,2016-01-25 12:20:42,1,1.67,,,-73.88966369628906,40.8607177734375,-73.87808990478516,40.84274673461914,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-27 23:12:14,2016-01-27 23:22:57,1,2.98,,,-73.98363494873047,40.676761627197266,-73.94679260253906,40.66034698486328,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-28 20:31:53,2016-01-28 20:52:43,2,5.9,,,-73.87418365478516,40.73511505126953,-73.79232025146484,40.6994743347168,1,N,1,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-19 19:18:10,2016-01-19 19:25:35,1,1.13,,,-73.84427642822266,40.721656799316406,-73.84454345703125,40.71055603027344,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-02 18:27:08,2016-01-02 18:44:51,1,2.2,,,-73.88544464111328,40.74748611450195,-73.8594741821289,40.74213790893555,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-29 19:33:34,2016-01-29 19:38:39,1,0.88,,,-73.98028564453125,40.668331146240234,-73.98020935058594,40.660701751708984,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-02 13:12:02,2016-01-02 13:20:47,1,1.32,,,-73.96312713623047,40.6937370300293,-73.98739624023438,40.69344711303711,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-09 04:54:10,2016-01-09 05:00:30,1,1.8,,,-73.93794250488281,40.74919891357422,-73.96416473388672,40.761329650878906,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-18 19:11:36,2016-01-18 19:15:37,1,0.63,,,-73.96339416503906,40.711116790771484,-73.95692443847656,40.7186279296875,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-09 19:27:35,2016-01-09 19:34:56,1,0.97,,,-73.9909439086914,40.69235610961914,-73.97401428222656,40.68727111816406,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 04:13:40,2016-01-01 04:18:01,1,1.04,,,-73.95347595214844,40.681068420410156,-73.94248962402344,40.68943786621094,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 00:44:10,2016-01-05 00:49:35,1,0.95,,,-73.91780853271484,40.77003860473633,-73.92879486083984,40.77381896972656,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-03 11:56:35,2016-01-03 12:02:59,1,1.11,,,-73.96456909179688,40.807308197021484,-73.9663314819336,40.79443359375,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-22 01:10:02,2016-01-22 01:13:36,5,0.95,,,-73.91145324707031,40.7755126953125,-73.89838409423828,40.77147674560547,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-08 10:52:35,2016-01-08 11:15:55,1,5.06,,,-73.9300537109375,40.81973648071289,-73.96112823486328,40.7723388671875,1,N,1,20.5,0.5,0.5,0.3,6.54,0.0,,28.34,1.0 +2,2016-01-02 02:44:40,2016-01-02 02:54:03,1,3.07,,,-73.94937133789062,40.79408645629883,-73.91526794433594,40.82156753540039,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-11 08:45:06,2016-01-11 08:50:15,5,1.06,,,-73.95122528076172,40.78601837158203,-73.96717834472656,40.793636322021484,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-03 07:36:13,2016-01-03 07:51:23,1,8.16,,,-73.91487121582031,40.77588653564453,-73.97679138183594,40.75217819213867,1,N,1,23.0,0.0,0.5,0.3,5.87,5.54,,35.21,1.0 +2,2016-01-13 23:26:25,2016-01-13 23:48:10,1,4.67,,,-73.91368865966797,40.67928695678711,-73.96673583984375,40.6834831237793,1,N,1,18.0,0.5,0.5,0.3,3.86,0.0,,23.16,1.0 +1,2016-01-26 00:07:59,2016-01-26 00:21:27,2,2.3,,,-73.95903015136719,40.71666717529297,-73.93688201904297,40.705772399902344,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-08 22:38:34,2016-01-08 22:45:14,1,1.34,,,-73.92266845703125,40.68257141113281,-73.91739654541016,40.689510345458984,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-16 03:23:15,2016-01-16 03:36:00,5,3.02,,,-73.9044189453125,40.745033264160156,-73.86954498291016,40.743614196777344,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,,16.0,1.0 +1,2016-01-30 12:31:36,2016-01-30 12:41:20,1,2.0,,,-73.94247436523438,40.828304290771484,-73.93854522705078,40.80585479736328,1,Y,1,9.0,0.0,0.5,0.3,1.95,0.0,,11.75,1.0 +2,2016-01-25 22:02:38,2016-01-25 22:17:16,1,1.95,,,-73.93101501464844,40.67062759399414,-73.94732666015625,40.652809143066406,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-27 16:57:38,2016-01-27 17:12:10,1,2.32,,,-73.94615173339844,40.81546401977539,-73.94781494140625,40.79025650024414,1,N,1,11.0,1.0,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-17 00:26:16,2016-01-17 00:34:58,1,2.12,,,-73.890869140625,40.746971130371094,-73.87479400634766,40.727027893066406,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-02 19:20:21,2016-01-02 19:35:34,1,2.07,,,-73.898681640625,40.85997009277344,-73.88551330566406,40.846675872802734,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-01 01:33:08,2016-01-01 01:36:53,1,0.64,,,-73.91397857666016,40.82432556152344,-73.92567443847656,40.82796096801758,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,,7.54,1.0 +2,2016-01-27 00:05:37,2016-01-27 00:16:50,1,2.03,,,-73.95642852783203,40.68473815917969,-73.93505096435547,40.67088317871094,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-15 00:03:15,2016-01-15 00:10:33,1,3.4,,,-73.954345703125,40.587345123291016,-73.9961929321289,40.596099853515625,1,N,1,11.68,0.5,0.5,0.3,2.0,0.0,,14.98,1.0 +1,2016-01-02 15:54:08,2016-01-02 16:03:02,1,1.8,,,-73.9576187133789,40.80134582519531,-73.9500503540039,40.82198715209961,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 18:48:47,2016-01-06 18:51:08,1,0.67,,,-73.9130630493164,40.84999084472656,-73.9224853515625,40.845211029052734,5,N,1,14.0,0.0,0.0,0,0.0,0.0,,14.0,2.0 +2,2016-01-16 23:31:30,2016-01-16 23:49:42,2,4.24,,,-73.94514465332031,40.808189392089844,-73.97250366210938,40.75593566894531,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-27 20:29:09,2016-01-27 20:36:12,1,1.6,,,-73.82986450195312,40.71345520019531,-73.84812927246094,40.69816207885742,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 16:55:23,2016-01-20 17:05:46,3,1.75,,,-73.87418365478516,40.735084533691406,-73.9016342163086,40.743587493896484,1,N,1,9.0,1.0,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-16 21:30:35,2016-01-16 21:36:18,1,1.24,,,-73.9518051147461,40.81950378417969,-73.93994140625,40.83566665649414,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-02 19:18:19,2016-01-02 19:23:14,1,0.84,,,-73.89149475097656,40.86191177368164,-73.90111541748047,40.86674880981445,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-16 22:31:16,2016-01-16 22:50:05,1,4.38,,,-73.94633483886719,40.795616149902344,-73.98580932617188,40.740638732910156,1,N,1,17.0,0.5,0.5,0.3,1.0,0.0,,19.3,1.0 +2,2016-01-02 05:43:38,2016-01-02 05:49:38,1,0.94,,,-73.88391876220703,40.747581481933594,-73.86817169189453,40.7459831237793,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-30 19:43:43,2016-01-30 19:59:20,1,3.2,,,-73.96158599853516,40.65232849121094,-73.9583969116211,40.60877990722656,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-01 03:56:58,2016-01-01 04:02:27,1,0.87,,,-73.89093017578125,40.74692916870117,-73.88536834716797,40.75548553466797,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 23:08:25,2016-01-19 23:17:24,1,2.17,,,-73.9556655883789,40.80404281616211,-73.94686889648438,40.829925537109375,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-16 05:00:52,2016-01-16 05:14:14,1,4.73,,,-73.99381256103516,40.66094207763672,-74.0296859741211,40.627105712890625,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-22 13:40:02,2016-01-22 13:50:24,6,2.71,,,-73.95842742919922,40.810665130615234,-73.94161224365234,40.83932113647461,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-28 22:44:11,2016-01-28 22:49:18,1,1.03,,,-73.95543670654297,40.71998977661133,-73.93791961669922,40.726295471191406,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 20:13:47,2016-01-26 20:26:50,1,2.18,,,-73.84430694580078,40.721378326416016,-73.81944274902344,40.701873779296875,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-03 21:50:51,2016-01-03 22:03:58,3,3.27,,,-73.96321105957031,40.71690368652344,-73.95700073242188,40.67341613769531,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-29 19:23:58,2016-01-29 19:27:40,1,0.48,,,-73.94222259521484,40.81238555908203,-73.94751739501953,40.80870819091797,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-04 19:21:55,2016-01-04 19:30:30,1,1.7,,,-73.9366226196289,40.68775939941406,-73.96766662597656,40.68367004394531,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-25 23:47:41,2016-01-25 23:54:59,1,1.01,,,-73.94062805175781,40.80565643310547,-73.93801879882812,40.81216049194336,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-15 17:24:14,2016-01-15 17:36:18,1,1.92,,,-73.9865493774414,40.703895568847656,-73.9695816040039,40.686397552490234,1,N,1,9.5,1.0,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-21 14:56:33,2016-01-21 15:06:08,1,1.2,,,-73.91780090332031,40.7700309753418,-73.93098449707031,40.76694869995117,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-08 16:39:31,2016-01-08 16:55:10,1,2.6,,,-73.94987487792969,40.675941467285156,-73.95918273925781,40.64751434326172,1,N,1,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-17 16:27:43,2016-01-17 17:34:08,1,13.8,,,-73.98065948486328,40.667964935302734,-73.92543029785156,40.76526641845703,1,N,1,50.0,0.0,0.5,0.3,10.16,0.0,,60.96,1.0 +2,2016-01-08 18:35:39,2016-01-08 18:36:43,1,0.45,,,-73.94246673583984,40.82195281982422,-73.9383316040039,40.82747268676758,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 22:14:12,2016-01-02 22:18:15,1,0.66,,,-73.95751953125,40.80141067504883,-73.95140838623047,40.809844970703125,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-19 11:23:00,2016-01-19 11:29:12,1,0.84,,,-73.86910247802734,40.749263763427734,-73.87223052978516,40.760711669921875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 19:32:19,2016-01-08 19:39:41,1,0.83,,,-73.89875030517578,40.7461051940918,-73.89364624023438,40.75083541870117,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-28 16:04:11,2016-01-28 16:18:27,1,2.1,,,-73.93933868408203,40.80522537231445,-73.96585083007812,40.80559158325195,1,N,1,11.0,1.0,0.5,0.3,3.2,0.0,,16.0,1.0 +2,2016-01-08 11:48:44,2016-01-08 11:48:45,1,0.0,,,-73.91520690917969,40.69902038574219,-73.9151611328125,40.6991081237793,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +1,2016-01-22 17:30:01,2016-01-22 17:47:03,1,3.3,,,-73.99724578857422,40.694969177246094,-73.98873138427734,40.727176666259766,1,N,1,14.5,1.0,0.5,0.3,2.0,0.0,,18.3,1.0 +2,2016-01-01 02:08:55,2016-01-01 02:22:14,1,1.75,,,-73.94685363769531,40.69343185424805,-73.93367767333984,40.70562744140625,1,N,1,10.5,0.5,0.5,0.3,3.54,0.0,,15.34,1.0 +2,2016-01-30 21:21:15,2016-01-30 21:30:01,1,0.72,,,-73.85520935058594,40.74386215209961,-73.86333465576172,40.74987030029297,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-02 18:25:38,2016-01-02 18:33:04,1,1.0,,,-73.97797393798828,40.6934928894043,-73.9918441772461,40.69070053100586,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-29 23:31:42,2016-01-29 23:38:11,1,0.92,,,-73.8910903930664,40.74688720703125,-73.88519287109375,40.755653381347656,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-06 22:13:31,2016-01-06 22:23:34,2,1.8,,,-73.8915023803711,40.74672317504883,-73.86500549316406,40.73466110229492,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-15 16:30:58,2016-01-15 16:41:46,1,1.64,,,-73.86927032470703,40.74924850463867,-73.87799835205078,40.76805114746094,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-10 23:38:13,2016-01-10 23:43:30,1,1.2,,,-73.89080810546875,40.74687576293945,-73.87487030029297,40.75286102294922,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 19:50:40,2016-01-30 20:08:19,1,3.26,,,-73.87761688232422,40.74842071533203,-73.83465576171875,40.75942611694336,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-22 22:08:25,2016-01-22 22:10:17,1,0.72,,,-73.91600799560547,40.76271438598633,-73.92359161376953,40.75468826293945,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-30 20:45:20,2016-01-30 21:29:06,1,12.8,,,-73.99076843261719,40.69376754760742,-73.79472351074219,40.668209075927734,1,N,2,41.5,0.5,0.5,0.3,0.0,0.0,,42.8,1.0 +2,2016-01-13 14:01:57,2016-01-13 14:10:57,1,1.95,,,-73.94377899169922,40.825443267822266,-73.91498565673828,40.82219314575195,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,,11.15,1.0 +1,2016-01-16 19:00:43,2016-01-16 19:17:09,1,3.4,,,-73.94131469726562,40.818424224853516,-73.92594909667969,40.86351013183594,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,,18.35,1.0 +2,2016-01-02 19:55:45,2016-01-02 20:01:34,1,1.56,,,-73.94773864746094,40.79899215698242,-73.94025421142578,40.81483459472656,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 22:26:34,2016-01-09 22:35:29,1,1.81,,,-73.943115234375,40.82328796386719,-73.94932556152344,40.80271530151367,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-06 21:07:30,2016-01-06 21:10:46,3,0.95,,,-73.95231628417969,40.78971862792969,-73.94774627685547,40.79844665527344,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 02:01:35,2016-01-01 02:10:40,1,2.86,,,-73.95459747314453,40.691123962402344,-73.9406509399414,40.721675872802734,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-30 17:31:08,2016-01-30 17:50:13,1,3.2,,,-73.94859313964844,40.80931854248047,-73.93431854248047,40.79743194580078,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-19 18:07:30,2016-01-19 18:39:46,1,5.91,,,-73.95834350585938,40.67966842651367,-73.99044036865234,40.73869323730469,1,N,1,25.0,1.0,0.5,0.3,5.36,0.0,,32.16,1.0 +2,2016-01-30 14:02:51,2016-01-30 14:29:27,1,6.88,,,-73.94823455810547,40.82931137084961,-73.8545913696289,40.84059143066406,1,N,2,23.0,0.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-30 13:17:02,2016-01-30 13:32:36,4,4.32,,,-73.88065338134766,40.856563568115234,-73.83011627197266,40.86932373046875,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +2,2016-01-29 17:20:27,2016-01-29 17:25:08,6,0.89,,,-73.87432861328125,40.73508071899414,-73.87891387939453,40.72844314575195,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-10 19:42:26,2016-01-10 19:49:07,1,1.41,,,-73.95768737792969,40.71794128417969,-73.95233154296875,40.7344856262207,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-15 17:15:54,2016-01-15 17:22:09,1,0.64,,,-73.96531677246094,40.80590057373047,-73.9577865600586,40.813026428222656,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-10 01:03:23,2016-01-10 01:07:35,1,0.91,,,-73.92786407470703,40.74442672729492,-73.92564392089844,40.74172592163086,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 16:31:41,2016-01-30 16:43:47,1,1.41,,,-73.93563079833984,40.795753479003906,-73.95181274414062,40.807865142822266,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-06 13:25:01,2016-01-06 13:25:34,1,0.09,,,-73.94325256347656,40.81082534790039,-73.94183349609375,40.81269836425781,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-06 22:48:51,2016-01-06 22:59:48,6,4.21,,,-73.9138412475586,40.76536560058594,-73.85264587402344,40.752777099609375,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-12 19:59:59,2016-01-12 20:08:24,1,1.3,,,-73.99073028564453,40.685760498046875,-73.96895599365234,40.67797088623047,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-29 11:33:25,2016-01-29 11:51:32,1,3.2,,,-73.99803924560547,40.63963317871094,-73.98163604736328,40.674644470214844,1,N,1,14.0,0.0,0.5,0.3,4.4,0.0,,19.2,1.0 +1,2016-01-12 15:25:49,2016-01-12 16:02:19,2,6.7,,,-73.9428939819336,40.841636657714844,-73.95848846435547,40.77839279174805,1,N,2,29.0,0.0,0.5,0.3,0.0,0.0,,29.8,1.0 +2,2016-01-11 06:40:06,2016-01-11 06:45:49,1,1.36,,,-73.91438293457031,40.756858825683594,-73.89212799072266,40.74892044067383,1,N,1,6.5,0.0,0.5,0.3,5.0,0.0,,12.3,1.0 +2,2016-01-19 11:12:01,2016-01-19 11:22:13,1,1.04,,,-73.93905639648438,40.805538177490234,-73.94990539550781,40.793697357177734,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-25 15:04:00,2016-01-25 15:47:15,1,4.16,,,-73.9775619506836,40.69344711303711,-73.92726135253906,40.70158767700195,1,N,1,27.0,0.0,0.5,0.3,0.0,0.0,,27.8,1.0 +2,2016-01-30 18:38:54,2016-01-30 19:02:47,1,4.57,,,-73.95161437988281,40.663082122802734,-73.98284149169922,40.701114654541016,1,N,1,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-03 03:01:09,2016-01-03 03:07:46,1,1.21,,,-73.88726806640625,40.74717712402344,-73.87948608398438,40.75985336303711,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 19:09:39,2016-01-27 19:19:08,5,1.0,,,-73.9422836303711,40.790809631347656,-73.94841003417969,40.7783088684082,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-15 17:51:24,2016-01-15 18:07:31,1,2.84,,,-73.9903335571289,40.70295333862305,-73.99869537353516,40.725677490234375,1,N,1,13.0,1.0,0.5,0.3,3.7,0.0,,18.5,1.0 +1,2016-01-29 23:25:49,2016-01-29 23:28:11,2,0.4,,,-73.9475326538086,40.711326599121094,-73.95307922363281,40.71147918701172,1,N,1,4.0,0.5,0.5,0.3,1.0,0.0,,6.3,1.0 +2,2016-01-29 02:46:23,2016-01-29 02:47:17,3,0.13,,,-73.9116439819336,40.82835006713867,-73.90972137451172,40.83204650878906,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +1,2016-01-18 18:06:55,2016-01-18 18:15:33,1,1.3,,,-73.9513931274414,40.825347900390625,-73.9515151977539,40.81019973754883,1,N,1,8.0,1.0,0.5,0.3,1.95,0.0,,11.75,1.0 +2,2016-01-09 20:16:29,2016-01-09 21:07:44,2,9.28,,,-73.98694610595703,40.687705993652344,-73.95093536376953,40.774810791015625,1,N,1,39.5,0.5,0.5,0.3,12.24,0.0,,53.04,1.0 +2,2016-01-28 17:09:27,2016-01-28 17:29:37,1,2.73,,,-73.94691467285156,40.8161506652832,-73.97616577148438,40.792388916015625,1,N,1,15.0,1.0,0.5,0.3,3.36,0.0,,20.16,1.0 +2,2016-01-19 19:37:32,2016-01-19 19:47:16,1,2.77,,,-73.86371612548828,40.73283004760742,-73.82392883300781,40.71456527709961,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-26 19:57:08,2016-01-26 20:03:46,1,1.51,,,-73.9590835571289,40.809505462646484,-73.96550750732422,40.79204177856445,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-27 10:27:01,2016-01-27 10:33:45,1,1.23,,,-73.85208892822266,40.85002517700195,-73.87255859375,40.84133529663086,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-08 19:20:18,2016-01-08 19:38:42,1,5.6,,,-73.97135162353516,40.62748718261719,-74.00283813476562,40.57490539550781,1,N,1,19.0,1.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-13 23:49:57,2016-01-14 00:05:27,1,2.89,,,-73.94388580322266,40.68403244018555,-73.92623138427734,40.65562057495117,1,N,1,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-14 18:20:12,2016-01-14 18:27:53,2,1.48,,,-73.96601867675781,40.80485534667969,-73.95088958740234,40.8083610534668,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-20 00:30:46,2016-01-20 00:35:27,1,0.87,,,-73.94194793701172,40.798828125,-73.95552062988281,40.8052864074707,1,N,1,5.5,0.5,0.5,0.3,0.8,0.0,,7.6,1.0 +2,2016-01-02 20:37:21,2016-01-02 20:42:30,1,0.91,,,-73.97870635986328,40.68379211425781,-73.97966003417969,40.67534255981445,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-05 07:39:06,2016-01-05 07:44:53,1,1.13,,,-73.90634155273438,40.8297004699707,-73.9170913696289,40.81621551513672,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-04 11:48:32,2016-01-04 11:55:34,1,1.21,,,-73.97410583496094,40.68973159790039,-73.99201965332031,40.69058609008789,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-13 18:12:07,2016-01-13 18:29:31,1,2.5,,,-73.93931579589844,40.805477142333984,-73.94635009765625,40.77699661254883,1,N,1,12.5,1.0,0.5,0.3,2.14,0.0,,16.44,1.0 +2,2016-01-18 17:51:12,2016-01-18 18:23:43,1,12.94,,,-73.9761734008789,40.66688919067383,-73.7763671875,40.64535140991211,1,N,1,38.0,0.0,0.5,0.3,7.76,0.0,,46.56,1.0 +1,2016-01-11 09:29:44,2016-01-11 09:42:56,2,1.8,,,-73.86566162109375,40.73638916015625,-73.87626647949219,40.74827575683594,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-17 11:41:17,2016-01-17 11:41:23,1,0.0,,,-73.94387817382812,40.69792556762695,-73.94395446777344,40.69835662841797,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-26 12:40:46,2016-01-26 12:58:45,1,3.33,,,-73.8797836303711,40.87974548339844,-73.83796691894531,40.86326599121094,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-30 01:45:50,2016-01-30 01:53:37,1,1.14,,,-73.89082336425781,40.74637222290039,-73.87893676757812,40.73618698120117,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-21 18:44:11,2016-01-21 18:47:33,1,0.47,,,-73.9355697631836,40.850093841552734,-73.9297866821289,40.85228729248047,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 02:32:48,2016-01-09 02:41:49,1,2.18,,,-73.93852233886719,40.80488967895508,-73.92172241210938,40.82841491699219,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-20 08:44:25,2016-01-20 08:50:10,1,0.71,,,-73.94805908203125,40.804100036621094,-73.93848419189453,40.8055419921875,1,N,1,5.5,0.0,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-27 17:15:36,2016-01-27 17:22:00,1,0.65,,,-73.8961410522461,40.81652069091797,-73.89910888671875,40.82554626464844,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-10 12:53:36,2016-01-10 12:58:54,1,0.7,,,-73.94273376464844,40.83681869506836,-73.93666076660156,40.84531784057617,1,N,3,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-13 08:04:29,2016-01-13 08:16:57,1,1.78,,,-73.96355438232422,40.80323028564453,-73.94134521484375,40.814300537109375,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-19 20:20:38,2016-01-19 20:23:12,1,0.74,,,-73.95814514160156,40.72165298461914,-73.9501724243164,40.72267532348633,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-08 18:13:48,2016-01-08 18:22:51,1,1.43,,,-73.95482635498047,40.78758239746094,-73.9535140991211,40.77275848388672,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-03 03:05:16,2016-01-03 03:06:09,2,0.17,,,-73.9067153930664,40.74546813964844,-73.90809631347656,40.748451232910156,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-30 02:20:04,2016-01-30 02:24:27,1,0.76,,,-73.95819854736328,40.72182846069336,-73.96626281738281,40.7130012512207,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-02 11:59:34,2016-01-02 12:03:41,5,0.9,,,-73.952392578125,40.803218841552734,-73.95870971679688,40.81016540527344,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 09:10:43,2016-01-21 09:43:05,1,8.11,,,-73.86183166503906,40.73017883300781,-73.98645782470703,40.737064361572266,1,N,1,29.5,0.0,0.5,0.3,7.17,5.54,,43.01,1.0 +2,2016-01-04 20:48:08,2016-01-04 20:53:08,1,0.94,,,-73.97789001464844,40.684722900390625,-73.98529815673828,40.69243621826172,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-05 17:00:39,2016-01-05 17:04:22,1,0.79,,,-73.8905258178711,40.74702072143555,-73.88396453857422,40.753231048583984,1,N,1,4.5,1.0,0.5,0.3,2.0,0.0,,8.3,1.0 +2,2016-01-30 21:23:11,2016-01-30 21:36:52,1,1.85,,,-73.8910903930664,40.74680709838867,-73.87469482421875,40.73513412475586,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 12:39:24,2016-01-16 13:04:54,1,10.42,,,-73.95301055908203,40.810272216796875,-73.86176300048828,40.9300537109375,1,N,1,32.5,0.0,0.5,0.3,6.66,0.0,,39.96,1.0 +2,2016-01-19 09:34:14,2016-01-19 09:52:44,1,2.43,,,-73.95552825927734,40.744346618652344,-73.91439056396484,40.74372100830078,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-30 11:37:19,2016-01-30 11:47:45,1,1.93,,,-73.9630355834961,40.68854522705078,-73.96142578125,40.714378356933594,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-30 11:42:28,2016-01-30 12:02:46,1,2.5,,,-73.95897674560547,40.70874786376953,-73.92259979248047,40.68642044067383,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,,17.15,1.0 +2,2016-01-16 15:06:50,2016-01-16 15:17:27,1,1.38,,,-73.99283599853516,40.68980026245117,-73.97637939453125,40.6778678894043,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-26 08:21:53,2016-01-26 08:25:18,1,0.34,,,-73.9462661743164,40.80814743041992,-73.95214080810547,40.81064224243164,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-08 23:19:58,2016-01-08 23:34:43,2,3.05,,,-73.90060424804688,40.82230758666992,-73.94468688964844,40.80876541137695,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-11 19:11:56,2016-01-11 19:12:09,1,0.0,,,-73.95185852050781,40.73019027709961,-73.95193481445312,40.73033142089844,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-14 21:55:10,2016-01-14 22:05:57,1,2.72,,,-73.98068237304688,40.69000244140625,-73.98880004882812,40.72023391723633,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-21 17:41:56,2016-01-21 17:45:32,1,0.76,,,-73.96295166015625,40.80446243286133,-73.96411895751953,40.8090934753418,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 06:38:47,2016-01-15 06:49:24,1,3.04,,,-73.89108276367188,40.74689865112305,-73.92120361328125,40.76682662963867,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-22 00:22:29,2016-01-22 00:47:57,1,4.62,,,-73.97643280029297,40.68272399902344,-73.9798812866211,40.742923736572266,1,N,1,20.5,0.5,0.5,0.3,4.36,0.0,,26.16,1.0 +2,2016-01-21 11:28:16,2016-01-21 13:00:19,1,15.5,,,-73.87195587158203,40.77406311035156,-73.98580169677734,40.76286697387695,1,N,1,62.5,0.0,0.5,0.3,12.66,0.0,,75.96,1.0 +2,2016-01-17 19:20:27,2016-01-17 19:30:08,1,2.29,,,-73.99925231933594,40.68488693237305,-73.98403930664062,40.66404342651367,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-15 17:28:34,2016-01-15 17:41:15,1,2.01,,,-73.92976379394531,40.756351470947266,-73.89368438720703,40.7542839050293,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-03 16:08:30,2016-01-03 16:18:19,1,1.21,,,-73.87411499023438,40.73508834838867,-73.8885726928711,40.746742248535156,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-03 14:42:08,2016-01-03 14:46:18,1,0.5,,,-73.9466552734375,40.800880432128906,-73.93901062011719,40.799293518066406,1,N,1,4.5,0.0,0.5,0.3,1.59,0.0,,6.89,1.0 +1,2016-01-25 23:44:38,2016-01-25 23:48:56,1,0.9,,,-73.9511947631836,40.71404266357422,-73.93830871582031,40.719234466552734,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 01:22:55,2016-01-28 01:26:51,1,0.77,,,-73.9659652709961,40.68334197998047,-73.96018981933594,40.6888313293457,1,N,1,5.0,0.5,0.5,0.3,44.0,0.0,,50.3,1.0 +2,2016-01-05 09:45:05,2016-01-05 09:51:04,1,1.5,,,-73.94050598144531,40.82487869262695,-73.95533752441406,40.80441665649414,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-03 00:05:06,2016-01-03 00:10:22,1,0.9,,,-73.84426879882812,40.7214469909668,-73.85771179199219,40.71965408325195,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 17:52:59,2016-01-29 18:04:28,1,1.35,,,-73.89144897460938,40.74674606323242,-73.87821197509766,40.75439453125,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-20 18:50:38,2016-01-20 19:00:45,5,2.23,,,-73.91888427734375,40.75899887084961,-73.88004302978516,40.75756072998047,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-30 01:56:44,2016-01-30 02:13:56,1,2.49,,,-73.96646881103516,40.711326599121094,-73.98036193847656,40.721946716308594,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-20 12:48:46,2016-01-20 13:05:19,1,2.91,,,-73.87870025634766,40.880523681640625,-73.90576171875,40.849483489990234,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-15 08:43:19,2016-01-15 08:46:06,1,0.28,,,-73.95409393310547,40.651432037353516,-73.94956970214844,40.650970458984375,1,N,1,3.5,0.0,0.5,0.3,0.86,0.0,,5.16,1.0 +2,2016-01-13 19:08:20,2016-01-13 19:24:53,5,2.95,,,-73.96802520751953,40.634891510009766,-73.9535903930664,40.66621780395508,1,N,1,13.0,1.0,0.5,0.3,0.01,0.0,,14.81,1.0 +1,2016-01-26 20:27:21,2016-01-26 20:39:11,4,3.2,,,-73.99353790283203,40.68718338012695,-73.97870635986328,40.65790939331055,1,N,1,12.0,0.5,0.5,0.3,6.0,0.0,,19.3,1.0 +2,2016-01-01 21:16:18,2016-01-01 21:32:28,1,2.64,,,-73.96910095214844,40.67714309692383,-74.0006332397461,40.654449462890625,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-28 19:03:27,2016-01-28 19:23:38,1,2.98,,,-73.96651458740234,40.804325103759766,-73.9604263305664,40.775352478027344,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-07 16:05:59,2016-01-07 16:59:44,1,7.1,,,-73.8868179321289,40.74736022949219,-73.86563873291016,40.77092361450195,1,N,2,36.0,1.0,0.5,0.3,0.0,0.0,,37.8,1.0 +1,2016-01-15 17:18:48,2016-01-15 17:23:38,2,1.0,,,-73.9105224609375,40.77623748779297,-73.90013122558594,40.773372650146484,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-15 19:56:54,2016-01-15 20:08:00,1,2.45,,,-73.95352935791016,40.79109191894531,-73.97675323486328,40.75932693481445,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-19 22:59:01,2016-01-19 23:01:13,1,0.39,,,-73.95401763916016,40.71403884887695,-73.94901275634766,40.71114730834961,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-01 14:37:58,2016-01-01 14:46:35,1,3.0,,,-73.99276733398438,40.69801712036133,-74.01284790039062,40.702274322509766,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-18 17:28:36,2016-01-18 17:34:01,1,0.9,,,-73.99006652832031,40.66304397583008,-73.99092102050781,40.66892623901367,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-06 10:06:50,2016-01-06 10:23:48,2,3.64,,,-73.9984359741211,40.68174362182617,-74.009765625,40.70832443237305,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-02 18:32:41,2016-01-02 18:51:59,1,3.11,,,-73.95176696777344,40.809452056884766,-73.92732238769531,40.8067741394043,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-13 19:26:37,2016-01-13 19:33:19,1,1.1,,,-73.96366119384766,40.67716979980469,-73.96861267089844,40.692012786865234,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-02 23:34:51,2016-01-02 23:44:41,1,1.88,,,-73.93075561523438,40.6706657409668,-73.96500396728516,40.6732292175293,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-11 07:57:59,2016-01-11 08:33:35,1,5.08,,,-73.95490264892578,40.73457336425781,-74.00436401367188,40.716896057128906,1,N,2,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +1,2016-01-29 17:06:16,2016-01-29 17:14:49,3,1.6,,,-73.94959259033203,40.80701446533203,-73.93754577636719,40.82599639892578,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-20 21:32:57,2016-01-20 21:36:17,1,0.5,,,-73.94517517089844,40.80807113647461,-73.93798828125,40.808773040771484,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-30 18:43:42,2016-01-30 19:01:26,1,2.4,,,-73.92963409423828,40.68531799316406,-73.95086669921875,40.66646194458008,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-08 17:10:29,2016-01-08 17:57:01,4,8.7,,,-73.9942398071289,40.703102111816406,-73.95512390136719,40.72752380371094,1,N,2,33.0,1.0,0.5,0.3,0.0,0.0,,34.8,1.0 +2,2016-01-18 15:20:38,2016-01-18 15:26:26,1,0.75,,,-73.9153823852539,40.764060974121094,-73.92269134521484,40.75545883178711,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-08 20:51:02,2016-01-08 20:56:55,1,1.46,,,-73.90547943115234,40.81779861450195,-73.91009521484375,40.833152770996094,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 02:51:41,2016-01-22 02:58:29,1,1.3,,,-73.91936492919922,40.76591110229492,-73.91938018798828,40.778343200683594,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-28 23:38:44,2016-01-28 23:47:37,1,1.43,,,-73.9574203491211,40.68150329589844,-73.9694595336914,40.689476013183594,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-30 20:06:29,2016-01-30 20:24:43,1,2.98,,,-73.98736572265625,40.69121551513672,-73.93710327148438,40.69228744506836,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-15 18:36:16,2016-01-15 18:47:24,4,1.34,,,-73.91809844970703,40.76011657714844,-73.9233627319336,40.7436637878418,1,N,1,9.0,1.0,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-30 22:48:25,2016-01-31 00:00:00,1,6.14,,,-73.94947052001953,40.801856994628906,-73.8936996459961,40.866676330566406,1,N,1,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-22 10:29:29,2016-01-22 10:39:07,1,1.76,,,-73.97417449951172,40.65431213378906,-73.9727783203125,40.673728942871094,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-17 03:13:36,2016-01-17 03:21:08,1,1.13,,,-73.88674926757812,40.74745178222656,-73.90849304199219,40.75408172607422,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 22:53:13,2016-01-13 23:03:47,1,2.26,,,-73.93356323242188,40.70491409301758,-73.9314956665039,40.683204650878906,1,N,1,10.0,0.5,0.5,0.3,1.58,0.0,,12.88,1.0 +2,2016-01-08 17:09:18,2016-01-08 17:32:13,1,4.12,,,-73.95263671875,40.72700119018555,-73.99629974365234,40.72398376464844,1,N,2,17.5,1.0,0.5,0.3,0.0,0.0,,19.3,1.0 +1,2016-01-19 05:42:45,2016-01-19 05:57:21,1,1.4,,,-73.95272064208984,40.80796813964844,-73.94306182861328,40.79950714111328,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-15 14:25:53,2016-01-15 14:44:45,1,2.18,,,-73.89997863769531,40.86235046386719,-73.88650512695312,40.841400146484375,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-28 00:20:18,2016-01-28 00:22:44,2,0.6,,,-73.9964370727539,40.66215896606445,-74.00350189208984,40.655433654785156,1,N,1,4.5,0.5,0.5,0.3,1.2,0.0,,7.0,1.0 +2,2016-01-04 08:20:47,2016-01-04 08:23:20,1,0.37,,,-73.90812683105469,40.771183013916016,-73.91241455078125,40.77473831176758,1,N,1,3.5,0.0,0.5,0.3,1.29,0.0,,5.59,1.0 +2,2016-01-30 01:45:11,2016-01-30 01:51:07,5,1.42,,,-73.9172592163086,40.761051177978516,-73.91651916503906,40.74459457397461,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-07 08:26:34,2016-01-07 08:53:40,1,11.51,,,-73.82720184326172,40.711578369140625,-73.92511749267578,40.807498931884766,1,N,1,33.5,0.0,0.5,0.3,11.95,5.54,,51.79,1.0 +1,2016-01-09 03:47:34,2016-01-09 03:53:58,1,1.4,,,-73.91814422607422,40.77015686035156,-73.91779327392578,40.755226135253906,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-08 22:54:59,2016-01-08 23:08:20,1,2.14,,,-73.96240234375,40.710018157958984,-73.98571014404297,40.719783782958984,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-03 07:38:45,2016-01-03 07:41:45,1,0.78,,,-73.9549560546875,40.80503463745117,-73.96250915527344,40.80485153198242,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 19:51:13,2016-01-11 20:01:50,1,1.75,,,-73.89095306396484,40.74681854248047,-73.86949920654297,40.757118225097656,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-26 07:31:57,2016-01-26 08:13:43,1,5.9,,,-73.93684387207031,40.812461853027344,-73.97419738769531,40.746952056884766,5,N,2,20.0,0.0,0.0,0,0.0,0.0,,20.0,2.0 +2,2016-01-09 13:28:12,2016-01-09 13:31:45,1,0.64,,,-73.91129302978516,40.7445182800293,-73.92163848876953,40.743743896484375,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-03 12:42:09,2016-01-03 12:47:27,1,1.5,,,-73.96272277832031,40.717403411865234,-73.95143127441406,40.731143951416016,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-29 23:19:16,2016-01-29 23:27:03,1,1.35,,,-73.99760437011719,40.67878723144531,-73.98795318603516,40.686527252197266,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-07 21:24:59,2016-01-07 21:31:07,1,1.05,,,-73.9488296508789,40.813385009765625,-73.95464324951172,40.800533294677734,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 00:23:19,2016-01-05 00:28:57,1,0.76,,,-73.95800018310547,40.72174835205078,-73.9611587524414,40.71440124511719,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-13 21:09:32,2016-01-13 21:12:25,1,0.4,,,-73.94551086425781,40.79892349243164,-73.93971252441406,40.79854202270508,1,N,1,4.0,0.5,0.5,0.3,0.01,0.0,,5.31,1.0 +2,2016-01-19 23:33:13,2016-01-19 23:56:13,1,7.13,,,-73.92530822753906,40.76188659667969,-73.90096282958984,40.69856643676758,1,N,1,23.5,0.5,0.5,0.3,4.96,0.0,,29.76,1.0 +1,2016-01-12 22:59:08,2016-01-12 23:01:26,1,0.4,,,-73.87276458740234,40.74903106689453,-73.8802719116211,40.74810028076172,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-30 18:16:56,2016-01-30 18:35:53,1,5.0,,,-73.9944839477539,40.69804382324219,-73.99030303955078,40.72348403930664,1,N,1,18.0,0.0,0.5,0.3,4.7,0.0,,23.5,1.0 +2,2016-01-09 02:12:06,2016-01-09 02:20:51,1,2.39,,,-73.96192169189453,40.71586990356445,-73.92782592773438,40.70188903808594,1,N,1,9.5,0.5,0.5,0.3,3.24,0.0,,14.04,1.0 +2,2016-01-17 09:47:30,2016-01-17 09:52:56,1,1.08,,,-73.94611358642578,40.68025588989258,-73.94538879394531,40.69072723388672,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-12 14:56:33,2016-01-12 15:05:01,1,0.7,,,-73.95391845703125,40.79065704345703,-73.9580078125,40.78225326538086,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-15 21:25:48,2016-01-15 21:42:22,1,7.55,,,-73.987060546875,40.68787384033203,-73.96311950683594,40.7618408203125,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,,28.56,1.0 +1,2016-01-14 05:45:34,2016-01-14 06:00:25,3,3.1,,,-73.9498062133789,40.80213165283203,-73.98200225830078,40.778770446777344,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,,15.3,1.0 +2,2016-01-17 07:41:33,2016-01-17 08:01:35,1,6.4,,,-73.94290924072266,40.78998947143555,-74.00096893310547,40.75743865966797,1,N,1,21.0,0.0,0.5,0.3,4.36,0.0,,26.16,1.0 +2,2016-01-21 00:55:23,2016-01-21 01:02:55,1,1.77,,,-73.96630096435547,40.71295928955078,-73.94031524658203,40.71570587158203,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-17 19:15:26,2016-01-17 19:19:14,1,0.66,,,-73.95750427246094,40.71781921386719,-73.96341705322266,40.712181091308594,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,,6.3,1.0 +1,2016-01-26 07:37:12,2016-01-26 07:37:24,1,0.0,,,-73.94371795654297,40.815452575683594,-73.94371795654297,40.815452575683594,1,N,3,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-28 17:04:44,2016-01-28 17:18:24,1,2.5,,,-73.91787719726562,40.659175872802734,-73.95520782470703,40.66836166381836,1,N,1,11.5,1.0,0.5,0.3,1.0,0.0,,14.3,1.0 +2,2016-01-22 21:05:19,2016-01-22 21:09:27,1,0.82,,,-73.95924377441406,40.80867385864258,-73.96046447753906,40.79983139038086,1,N,1,5.0,0.5,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-15 19:41:28,2016-01-15 20:00:21,1,3.72,,,-73.88189697265625,40.880271911621094,-73.92333984375,40.86381149291992,1,N,2,15.5,1.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-15 15:33:57,2016-01-15 16:03:42,1,3.4,,,-73.99442291259766,40.688777923583984,-73.9422607421875,40.68418884277344,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,,23.16,1.0 +2,2016-01-17 20:12:20,2016-01-17 20:16:02,6,0.98,,,-73.90538024902344,40.74531555175781,-73.88777923583984,40.74358367919922,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-29 22:44:24,2016-01-29 22:56:48,2,5.57,,,-73.8620376586914,40.73044204711914,-73.88694763183594,40.764278411865234,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-09 12:03:28,2016-01-09 12:20:49,1,4.7,,,-73.98516082763672,40.678218841552734,-73.96159362792969,40.71402359008789,1,N,1,17.0,0.0,0.5,0.3,1.5,0.0,,19.3,1.0 +1,2016-01-22 19:31:35,2016-01-22 19:48:35,1,5.1,,,-73.95538330078125,40.81998062133789,-73.97895812988281,40.76586151123047,1,N,1,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-25 15:14:50,2016-01-25 15:37:35,2,1.77,,,-73.95221710205078,40.78986358642578,-73.96331787109375,40.774593353271484,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-24 20:06:59,2016-01-24 20:15:50,1,1.7,,,-73.98419189453125,40.66814422607422,-73.97816467285156,40.6554069519043,1,N,1,8.0,0.5,0.5,0.3,2.5,0.0,,11.8,1.0 +2,2016-01-06 11:10:27,2016-01-06 11:18:11,1,1.1,,,-73.88555145263672,40.74592971801758,-73.89849090576172,40.749481201171875,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-07 14:34:41,2016-01-07 14:52:28,1,1.31,,,-73.9449691772461,40.749874114990234,-73.93112182617188,40.744388580322266,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-29 22:13:06,2016-01-29 22:22:30,1,2.4,,,-73.98632049560547,40.66932678222656,-73.97418212890625,40.64521408081055,1,N,1,10.0,0.5,0.5,0.3,2.8,0.0,,14.1,1.0 +2,2016-01-02 19:24:14,2016-01-02 19:25:32,1,0.27,,,-73.90752410888672,40.773887634277344,-73.90181732177734,40.7730712890625,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-02 19:09:05,2016-01-02 19:47:35,5,17.78,,,-73.98974609375,40.70232009887695,-73.78974914550781,40.64305114746094,1,N,1,49.5,0.0,0.5,0.3,10.06,0.0,,60.36,1.0 +2,2016-01-17 04:25:14,2016-01-17 04:28:54,1,0.79,,,-73.95707702636719,40.712100982666016,-73.94485473632812,40.71711349487305,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 23:51:12,2016-01-11 00:02:02,1,3.47,,,-73.93580627441406,40.678890228271484,-73.977783203125,40.665958404541016,1,N,1,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-13 14:06:41,2016-01-13 14:15:45,1,0.87,,,-73.97557067871094,40.68358612060547,-73.98461151123047,40.6915397644043,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-21 02:06:03,2016-01-21 02:09:47,1,0.71,,,-73.90343475341797,40.74545669555664,-73.89391326904297,40.74338150024414,1,N,1,5.0,0.5,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-22 15:04:54,2016-01-22 15:10:25,1,0.87,,,-73.93698120117188,40.819576263427734,-73.94770050048828,40.80995559692383,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-07 08:31:40,2016-01-07 08:38:14,1,1.1,,,-73.96475982666016,40.80689239501953,-73.9545669555664,40.805870056152344,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,,8.75,1.0 +1,2016-01-16 19:05:23,2016-01-16 19:13:59,1,1.5,,,-73.97602081298828,40.68400573730469,-73.9715805053711,40.69635772705078,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-03 11:36:56,2016-01-03 11:40:10,2,0.42,,,-73.9320297241211,40.851558685302734,-73.9344253540039,40.8553466796875,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-01 05:28:14,2016-01-01 05:32:34,1,0.8,,,-73.91792297363281,40.74298858642578,-73.91210174560547,40.747249603271484,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-21 12:45:27,2016-01-21 12:48:48,2,1.21,,,-73.93380737304688,40.80257797241211,-73.94351196289062,40.78773880004883,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 18:37:22,2016-01-10 18:48:25,1,3.37,,,-73.8438491821289,40.72117233276367,-73.82783508300781,40.75214767456055,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-26 22:04:19,2016-01-26 22:09:13,1,0.66,,,-73.8983383178711,40.74961853027344,-73.89765167236328,40.755271911621094,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 07:27:24,2016-01-22 07:34:30,1,1.06,,,-73.93281555175781,40.7601318359375,-73.916748046875,40.76112365722656,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 20:38:54,2016-01-26 20:46:24,1,1.18,,,-73.94388580322266,40.815406799316406,-73.95355224609375,40.82036209106445,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-18 04:14:37,2016-01-18 04:16:04,1,0.63,,,-73.94607543945312,40.78973388671875,-73.94010162353516,40.79777526855469,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 19:07:30,2016-01-11 19:17:42,1,1.52,,,-73.95723724365234,40.68159103393555,-73.97994232177734,40.6850700378418,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-20 12:30:04,2016-01-20 12:42:38,1,2.14,,,-73.96187591552734,40.805545806884766,-73.93738555908203,40.8016357421875,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-15 23:11:21,2016-01-15 23:15:50,1,0.7,,,-73.89112091064453,40.746883392333984,-73.89073181152344,40.7537841796875,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-06 11:05:00,2016-01-06 11:07:26,1,0.8,,,-73.84428405761719,40.721317291259766,-73.85086822509766,40.71066665649414,1,N,1,4.5,0.0,0.5,0.3,1.59,0.0,,6.89,1.0 +1,2016-01-11 20:15:38,2016-01-11 20:18:51,1,0.7,,,-73.94508361816406,40.80828857421875,-73.93657684326172,40.81226348876953,1,N,4,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-20 07:40:47,2016-01-20 08:07:12,1,6.4,,,-73.93766021728516,40.85537338256836,-73.9827651977539,40.78252029418945,1,N,1,24.0,0.0,0.5,0.3,6.2,0.0,,31.0,1.0 +2,2016-01-18 03:52:30,2016-01-18 04:10:41,1,3.94,,,-73.9574966430664,40.72229766845703,-73.98896026611328,40.72757339477539,1,N,1,13.5,0.5,0.5,0.3,6.0,0.0,,20.8,1.0 +2,2016-01-11 12:58:50,2016-01-11 13:05:52,1,1.22,,,-73.94206237792969,40.84177780151367,-73.93958282470703,40.85349655151367,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-19 13:29:50,2016-01-19 14:04:29,1,5.61,,,-73.950439453125,40.70689010620117,-73.97611236572266,40.75110626220703,1,N,1,27.0,0.0,0.5,0.3,3.5,0.0,,31.3,1.0 +2,2016-01-26 23:15:22,2016-01-26 23:18:09,2,0.56,,,-73.95573425292969,40.719703674316406,-73.95378875732422,40.725467681884766,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-22 17:46:10,2016-01-22 18:02:02,1,3.16,,,-73.98716735839844,40.69390869140625,-73.9931640625,40.730003356933594,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-12 20:07:26,2016-01-13 19:49:15,1,4.06,,,-73.96218872070312,40.80546569824219,-73.9376449584961,40.85215759277344,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-01 23:13:45,2016-01-01 23:32:45,1,11.05,,,-73.94043731689453,40.800167083740234,-73.83676147460938,40.88502883911133,1,N,1,31.5,0.5,0.5,0.3,0.0,0.0,,32.8,1.0 +2,2016-01-19 21:49:47,2016-01-19 21:54:32,1,0.8,,,-73.83055114746094,40.713443756103516,-73.83287048339844,40.704402923583984,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-25 14:16:36,2016-01-25 14:33:43,1,3.7,,,-73.8272933959961,40.852760314941406,-73.85057830810547,40.89556121826172,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-14 18:32:59,2016-01-14 19:07:46,1,5.09,,,-73.93997955322266,40.679901123046875,-74.00072479248047,40.7170524597168,1,N,1,25.5,1.0,0.5,0.3,0.0,0.0,,27.3,1.0 +1,2016-01-14 14:30:02,2016-01-14 14:34:36,5,0.7,,,-73.91192626953125,40.76763916015625,-73.91664123535156,40.77130889892578,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-14 15:02:37,2016-01-14 15:32:22,1,10.83,,,-73.98896026611328,40.691932678222656,-73.86511993408203,40.770545959472656,1,N,1,35.5,0.0,0.5,0.3,7.26,0.0,,43.56,1.0 +2,2016-01-02 20:42:52,2016-01-02 20:50:49,1,1.53,,,-73.94886779785156,40.82884216308594,-73.96062469482422,40.809879302978516,1,N,1,8.0,0.5,0.5,0.3,2.79,0.0,,12.09,1.0 +2,2016-01-12 16:53:40,2016-01-12 18:07:47,1,16.89,,,-73.78376770019531,40.776371002197266,-73.88824462890625,40.662635803222656,1,N,1,62.5,1.0,0.5,0.3,5.0,0.0,,69.3,1.0 +2,2016-01-08 16:44:55,2016-01-08 16:51:30,1,1.17,,,-73.99147033691406,40.69145202636719,-74.0006332397461,40.67713928222656,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-06 19:12:17,2016-01-06 19:17:16,1,1.0,,,-73.95182037353516,40.74292755126953,-73.95350646972656,40.73746871948242,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-07 08:45:47,2016-01-07 09:01:53,6,1.78,,,-73.95587158203125,40.68121337890625,-73.98422241210938,40.68993377685547,1,N,1,11.5,0.0,0.5,0.3,3.69,0.0,,15.99,1.0 +1,2016-01-14 15:21:38,2016-01-14 15:34:29,3,0.7,,,-73.95858764648438,40.81505584716797,-73.94902801513672,40.809242248535156,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 13:26:25,2016-01-29 13:29:48,1,0.74,,,-73.90550231933594,40.877891540527344,-73.91248321533203,40.870033264160156,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-06 00:30:42,2016-01-06 00:33:25,1,0.61,,,-73.94224548339844,40.754085540771484,-73.93550872802734,40.761138916015625,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-02 03:53:26,2016-01-02 03:53:29,1,0.0,,,-73.94636535644531,40.83495330810547,-73.94636535644531,40.8349609375,5,N,1,18.0,0.0,0.0,0,3.6,0.0,,21.6,2.0 +1,2016-01-12 16:32:09,2016-01-12 16:40:14,1,0.9,,,-73.93700408935547,40.80188751220703,-73.93347930908203,40.79478454589844,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-21 18:46:44,2016-01-21 18:54:27,1,1.18,,,-73.889404296875,40.74708938598633,-73.88351440429688,40.75602340698242,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 23:10:19,2016-01-06 23:14:15,1,0.72,,,-73.87186431884766,40.675254821777344,-73.8630599975586,40.670230865478516,1,N,1,5.0,0.5,0.5,0.3,1.88,0.0,,8.18,1.0 +2,2016-01-22 12:36:35,2016-01-22 12:40:23,1,0.78,,,-73.92589569091797,40.761383056640625,-73.92922973632812,40.75230026245117,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-04 22:16:18,2016-01-04 22:22:48,1,1.38,,,-73.89091491699219,40.74653625488281,-73.89822387695312,40.75803756713867,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 20:58:38,2016-01-20 21:10:51,1,4.94,,,-73.98677062988281,40.70249557495117,-74.00492095947266,40.65022659301758,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-10 02:51:37,2016-01-10 02:54:17,1,0.55,,,-73.99269104003906,40.68970489501953,-73.99931335449219,40.69328308105469,1,N,1,4.0,0.5,0.5,0.3,4.0,0.0,,9.3,1.0 +2,2016-01-30 12:02:30,2016-01-30 12:09:14,1,0.73,,,-73.9960708618164,40.69076919555664,-74.0013656616211,40.680091857910156,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-02 18:21:24,2016-01-02 18:30:50,1,1.48,,,-73.8913803100586,40.74663543701172,-73.86760711669922,40.74103546142578,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 15:45:58,2016-01-05 15:50:45,1,0.41,,,-73.92134094238281,40.76660919189453,-73.91541290283203,40.765995025634766,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-06 09:18:33,2016-01-06 09:24:46,1,0.9,,,-73.98684692382812,40.70161819458008,-73.97505187988281,40.69799041748047,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-03 22:25:15,2016-01-03 22:32:13,1,1.58,,,-73.91437530517578,40.775394439697266,-73.91425323486328,40.75680160522461,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 01:22:46,2016-01-10 01:30:57,1,1.65,,,-73.96564483642578,40.71354293823242,-73.9427490234375,40.7074089050293,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-09 16:52:55,2016-01-09 17:07:38,2,2.42,,,-73.91967010498047,40.766075134277344,-73.92391967773438,40.73612594604492,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-30 03:49:11,2016-01-30 03:51:52,1,0.68,,,-73.9790267944336,40.68385314941406,-73.98883056640625,40.685001373291016,1,N,1,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-26 19:45:54,2016-01-26 19:54:55,1,2.14,,,-73.8799057006836,40.879783630371094,-73.88262939453125,40.856082916259766,1,N,1,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-07 21:22:46,2016-01-07 21:36:04,1,2.38,,,-73.91901397705078,40.758949279785156,-73.91188049316406,40.7819938659668,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-15 12:46:02,2016-01-15 12:50:46,1,0.9,,,-73.8707046508789,40.75156784057617,-73.87127685546875,40.76178741455078,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-14 17:46:13,2016-01-14 17:52:22,1,1.33,,,-73.84429931640625,40.72137451171875,-73.8231430053711,40.71507263183594,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-05 18:42:42,2016-01-05 18:59:47,1,1.61,,,-73.86267852783203,40.74990463256836,-73.87291717529297,40.74742126464844,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-20 23:33:31,2016-01-20 23:36:35,1,0.85,,,-73.95740509033203,40.67057800292969,-73.95317840576172,40.66455841064453,1,N,1,4.5,0.5,0.5,0.3,1.5,0.0,,7.3,1.0 +2,2016-01-01 01:01:07,2016-01-01 01:09:26,1,1.68,,,-73.98308563232422,40.68629837036133,-73.98741912841797,40.667850494384766,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-11 08:55:13,2016-01-11 09:24:02,1,8.71,,,-73.9352798461914,40.79619216918945,-73.86162567138672,40.76829528808594,1,N,1,26.0,0.0,0.5,0.3,0.0,0.0,,26.8,1.0 +1,2016-01-02 16:49:33,2016-01-02 17:28:31,1,6.0,,,-73.97601318359375,40.6837272644043,-73.93798065185547,40.61228942871094,1,N,1,26.5,0.0,0.5,0.3,8.15,0.0,,35.45,1.0 +1,2016-01-19 00:19:08,2016-01-19 00:22:57,1,0.9,,,-73.93579864501953,40.6973762512207,-73.9466323852539,40.6920051574707,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-14 12:28:39,2016-01-14 12:43:08,1,2.26,,,-73.86396026611328,40.73308181762695,-73.86089324951172,40.757293701171875,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-07 17:35:23,2016-01-07 17:41:30,1,1.0,,,-73.949951171875,40.78551483154297,-73.96060943603516,40.777435302734375,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,,9.35,1.0 +1,2016-01-01 21:57:27,2016-01-01 22:04:16,1,1.1,,,-73.9498062133789,40.68635177612305,-73.9330062866211,40.68677520751953,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-03 00:44:17,2016-01-03 00:49:12,1,0.5,,,-73.9449691772461,40.80757141113281,-73.93782043457031,40.803871154785156,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-01 17:41:32,2016-01-01 17:58:19,1,3.6,,,-73.97100067138672,40.69321060180664,-73.95999145507812,40.644378662109375,1,N,1,14.5,1.0,0.5,0.3,3.25,0.0,,19.55,1.0 +1,2016-01-24 17:54:53,2016-01-24 18:03:53,1,1.6,,,-73.98938751220703,40.66523361206055,-74.00827026367188,40.6469612121582,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-03 09:24:53,2016-01-03 09:37:01,1,4.95,,,-74.00007629394531,40.69027328491211,-73.98069763183594,40.717777252197266,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-13 22:17:23,2016-01-13 22:26:05,1,1.6,,,-73.98130798339844,40.68974685668945,-73.95967102050781,40.69593048095703,1,N,1,8.0,0.5,0.5,0.3,2.3,0.0,,11.6,1.0 +1,2016-01-19 06:44:31,2016-01-19 07:02:54,2,7.0,,,-73.95044708251953,40.82662582397461,-73.90778350830078,40.888343811035156,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,,22.8,1.0 +1,2016-01-01 08:04:40,2016-01-01 08:12:34,1,1.9,,,-73.93709564208984,40.80461883544922,-73.94686126708984,40.782405853271484,1,N,1,8.5,0.0,0.5,0.3,0.93,0.0,,10.23,1.0 +2,2016-01-16 01:08:31,2016-01-16 01:12:28,2,1.07,,,-73.84400939941406,40.72142028808594,-73.8526382446289,40.70787811279297,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-05 01:18:20,2016-01-05 01:20:15,1,0.19,,,-73.88748168945312,40.74730682373047,-73.89138793945312,40.746891021728516,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-01 04:42:45,2016-01-01 04:55:21,1,4.2,,,-74.0170669555664,40.64199447631836,-74.03852844238281,40.61813735961914,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-21 11:27:34,2016-01-21 11:54:12,1,13.21,,,-73.94242858886719,40.81172561645508,-73.8102798461914,40.703433990478516,1,N,2,38.0,0.0,0.5,0.3,0.0,5.54,,44.34,1.0 +1,2016-01-05 21:15:30,2016-01-05 21:20:54,1,1.0,,,-73.98310089111328,40.677581787109375,-73.99320983886719,40.66485595703125,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-28 23:58:16,2016-01-29 00:01:15,1,0.3,,,-73.94304656982422,40.799198150634766,-73.9386215209961,40.799835205078125,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 17:54:46,2016-01-11 18:12:49,1,3.64,,,-73.99102783203125,40.692108154296875,-74.01214599609375,40.64683151245117,1,N,1,15.0,1.0,0.5,0.3,1.2,0.0,,18.0,1.0 +2,2016-01-05 06:49:44,2016-01-05 07:00:27,1,2.54,,,-73.9918441772461,40.703330993652344,-74.0134506225586,40.715518951416016,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-26 15:28:55,2016-01-26 15:33:53,1,0.53,,,-73.91726684570312,40.76139450073242,-73.91358947753906,40.75643539428711,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-08 17:56:35,2016-01-08 18:08:55,1,1.24,,,-73.93905639648438,40.80516052246094,-73.95726013183594,40.81194305419922,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-08 11:07:16,2016-01-08 11:38:33,1,5.76,,,-73.95882415771484,40.71683883666992,-73.95467376708984,40.769859313964844,1,N,1,23.5,0.0,0.5,0.3,4.0,0.0,,28.3,1.0 +1,2016-01-19 10:51:50,2016-01-19 11:35:45,1,7.3,,,-73.919677734375,40.82600784301758,-73.96318054199219,40.755096435546875,1,N,1,31.0,0.0,0.5,0.3,7.95,0.0,,39.75,1.0 +2,2016-01-10 07:32:44,2016-01-10 07:49:10,1,3.5,,,-73.96289825439453,40.71193313598633,-74.00655364990234,40.731197357177734,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-18 11:39:13,2016-01-18 11:45:28,2,1.14,,,-73.83036804199219,40.759498596191406,-73.81705474853516,40.752689361572266,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-20 11:12:43,2016-01-20 11:36:24,2,7.36,,,-73.86981964111328,40.749000549316406,-73.95624542236328,40.74756622314453,1,N,1,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-27 16:31:32,2016-01-27 17:07:53,3,3.72,,,-73.95198059082031,40.725677490234375,-73.9498519897461,40.68144989013672,1,N,1,22.5,1.0,0.5,0.3,6.08,0.0,,30.38,1.0 +2,2016-01-25 18:57:54,2016-01-25 19:07:22,1,1.54,,,-73.97713470458984,40.681400299072266,-73.98767852783203,40.66360092163086,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-02 11:57:35,2016-01-02 12:06:36,1,2.83,,,-73.88594055175781,40.75556564331055,-73.91093444824219,40.761898040771484,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +1,2016-01-01 15:05:37,2016-01-01 15:34:37,1,6.4,,,-73.95140075683594,40.68980407714844,-73.94186401367188,40.59994888305664,1,N,1,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +1,2016-01-24 22:00:51,2016-01-24 22:08:28,1,1.2,,,-73.94866943359375,40.829105377197266,-73.9468994140625,40.81608963012695,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 20:11:11,2016-01-15 20:11:59,1,0.0,,,-73.9923095703125,40.68980407714844,-73.99254608154297,40.68952178955078,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-29 14:31:53,2016-01-29 14:44:01,1,1.36,,,-73.95381927490234,40.78706741333008,-73.95323944091797,40.77265930175781,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-10 12:56:58,2016-01-10 13:15:19,1,7.45,,,-73.89836883544922,40.66733932495117,-73.9205551147461,40.61094284057617,1,N,1,23.0,0.0,0.5,0.3,5.95,0.0,,29.75,1.0 +2,2016-01-28 22:21:17,2016-01-28 22:35:52,1,2.26,,,-73.82972717285156,40.75956344604492,-73.83331298828125,40.78325271606445,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-22 23:54:35,2016-01-23 00:09:33,1,3.4,,,-73.92166900634766,40.76650619506836,-73.88313293457031,40.74787902832031,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-07 09:10:41,2016-01-07 09:35:27,1,7.8,,,-73.98981475830078,40.690101623535156,-73.96737670898438,40.76106643676758,1,N,1,25.5,0.0,0.5,0.3,7.85,0.0,,34.15,1.0 +2,2016-01-18 12:29:29,2016-01-18 12:35:03,1,0.7,,,-73.97441864013672,40.68001174926758,-73.98030853271484,40.68519592285156,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-04 21:08:54,2016-01-04 21:12:57,1,0.67,,,-73.94026947021484,40.798011779785156,-73.93038177490234,40.7961311340332,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-12 01:10:57,2016-01-12 01:15:37,1,1.03,,,-73.88861083984375,40.747398376464844,-73.87763214111328,40.754432678222656,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-27 02:21:29,2016-01-27 02:39:48,1,5.0,,,-73.99466705322266,40.68056869506836,-73.91947937011719,40.70446014404297,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +1,2016-01-10 12:20:14,2016-01-10 12:35:02,2,3.3,,,-73.95213317871094,40.80386734008789,-73.97389221191406,40.7647590637207,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-21 21:27:50,2016-01-21 21:34:13,5,1.03,,,-73.9223861694336,40.76732635498047,-73.9153060913086,40.75737380981445,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-20 19:00:18,2016-01-20 19:04:35,1,0.72,,,-73.94392395019531,40.7120361328125,-73.94281005859375,40.70158386230469,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 02:23:59,2016-01-01 02:29:47,1,2.06,,,-73.9422378540039,40.82240676879883,-73.93418884277344,40.84445571899414,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 19:32:17,2016-01-14 19:41:05,1,1.68,,,-73.930908203125,40.76616287231445,-73.94351959228516,40.74701690673828,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-25 07:33:08,2016-01-25 08:15:12,1,6.94,,,-73.9723892211914,40.67840576171875,-73.98666381835938,40.70405578613281,1,N,1,28.0,0.0,0.5,0.3,5.76,0.0,,34.56,1.0 +2,2016-01-18 18:51:11,2016-01-18 18:54:59,2,0.73,,,-73.96136474609375,40.8021354675293,-73.9697265625,40.80004119873047,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 20:28:38,2016-01-13 20:54:18,1,6.02,,,-73.91683959960938,40.7647819519043,-73.99372100830078,40.74155807495117,1,N,1,22.0,0.5,0.5,0.3,2.7,0.0,,26.0,1.0 +2,2016-01-04 11:24:48,2016-01-04 12:01:15,1,10.63,,,-73.86795806884766,40.744937896728516,-73.89828491210938,40.655941009521484,1,N,1,36.0,0.0,0.5,0.3,2.0,0.0,,38.8,1.0 +2,2016-01-06 08:11:08,2016-01-06 08:32:56,1,2.5,,,-73.95303344726562,40.791690826416016,-73.95476531982422,40.7877082824707,1,N,1,14.5,0.0,0.5,0.3,2.0,0.0,,17.3,1.0 +2,2016-01-18 07:51:42,2016-01-18 08:15:30,1,6.46,,,-73.88190460205078,40.7349853515625,-73.96936798095703,40.75398635864258,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-18 02:12:46,2016-01-18 02:22:48,2,2.61,,,-73.9719467163086,40.693275451660156,-73.95804595947266,40.7187385559082,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-28 19:52:19,2016-01-28 20:08:31,1,6.66,,,-73.94023132324219,40.840816497802734,-73.95174407958984,40.765811920166016,1,N,2,20.5,1.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-10 16:09:04,2016-01-10 16:17:55,1,0.94,,,-73.98627471923828,40.69276809692383,-73.9941177368164,40.68606948852539,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 20:42:55,2016-01-27 20:46:01,1,0.48,,,-73.96287536621094,40.804222106933594,-73.95854187011719,40.810203552246094,1,N,1,4.0,0.5,0.5,0.3,0.6,0.0,,5.9,1.0 +2,2016-01-13 01:57:19,2016-01-13 02:00:22,1,0.73,,,-73.9388656616211,40.80521011352539,-73.9455795288086,40.8095703125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-05 14:07:28,2016-01-05 14:16:44,1,1.6,,,-73.9778060913086,40.689849853515625,-73.95745849609375,40.685428619384766,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-13 18:16:47,2016-01-13 18:34:06,1,3.63,,,-73.94247436523438,40.84185028076172,-73.97063446044922,40.79891586303711,1,N,1,15.0,1.0,0.5,0.3,3.36,0.0,,20.16,1.0 +2,2016-01-26 20:36:17,2016-01-26 20:50:16,1,4.5,,,-73.93656921386719,40.820518493652344,-73.90060424804688,40.86027526855469,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-10 01:55:44,2016-01-10 02:08:10,1,3.9,,,-73.91883087158203,40.8438835144043,-73.91922760009766,40.80666732788086,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-24 20:56:42,2016-01-24 21:05:29,1,1.39,,,-73.9813003540039,40.689884185791016,-73.99565887451172,40.692161560058594,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-21 08:18:47,2016-01-21 08:44:21,1,3.94,,,-73.94902801513672,40.80512619018555,-73.96865844726562,40.75847625732422,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-15 00:32:02,2016-01-15 00:35:34,1,0.89,,,-73.95584869384766,40.71742248535156,-73.94561767578125,40.725399017333984,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-22 09:48:05,2016-01-22 09:58:53,2,3.06,,,-73.9954605102539,40.68321228027344,-74.0157699584961,40.712066650390625,1,N,1,12.0,0.0,0.5,0.3,3.67,5.54,,22.01,1.0 +2,2016-01-03 18:05:36,2016-01-03 18:16:37,1,3.46,,,-73.95281219482422,40.72723388671875,-73.98861694335938,40.71885299682617,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-05 02:13:19,2016-01-05 02:24:00,1,2.31,,,-73.96913146972656,40.689483642578125,-73.94632720947266,40.674232482910156,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,,14.12,1.0 +2,2016-01-19 04:04:01,2016-01-19 04:19:37,1,6.49,,,-73.95700073242188,40.74632263183594,-73.98672485351562,40.703956604003906,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-20 19:41:49,2016-01-20 19:48:47,5,1.43,,,-73.94415283203125,40.80058670043945,-73.94701385498047,40.815025329589844,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-29 23:10:58,2016-01-29 23:19:39,1,1.89,,,-73.92144775390625,40.69865036010742,-73.94251251220703,40.68644332885742,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-12 14:02:57,2016-01-12 14:07:28,1,1.2,,,-73.94024658203125,40.7892951965332,-73.94316864013672,40.80175018310547,1,N,1,6.0,0.0,0.5,0.3,2.0,0.0,,8.8,1.0 +2,2016-01-16 15:10:12,2016-01-16 15:21:19,1,1.77,,,-73.9762954711914,40.673316955566406,-73.99512481689453,40.68385314941406,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-02 18:44:51,2016-01-02 18:54:38,2,1.92,,,-73.90480041503906,40.81525802612305,-73.93049621582031,40.8210334777832,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-04 08:51:03,2016-01-04 09:24:43,1,8.05,,,-73.94490051269531,40.82395553588867,-73.98905944824219,40.74383544921875,1,N,2,29.5,0.0,0.5,0.3,0.0,0.0,,30.3,1.0 +1,2016-01-28 21:05:41,2016-01-28 21:15:44,1,2.5,,,-73.98682403564453,40.702598571777344,-73.95265197753906,40.6949577331543,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,,14.15,1.0 +1,2016-01-04 22:49:34,2016-01-04 22:58:21,1,2.6,,,-73.83000946044922,40.7137565612793,-73.79495239257812,40.72799301147461,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-21 22:27:57,2016-01-21 22:36:47,1,1.99,,,-73.94841766357422,40.7452278137207,-73.92359161376953,40.764381408691406,1,N,1,9.0,0.5,0.5,0.3,3.09,0.0,,13.39,1.0 +2,2016-01-02 22:25:18,2016-01-02 22:31:44,1,1.18,,,-73.89080047607422,40.7469482421875,-73.88712310791016,40.75994873046875,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 18:43:04,2016-01-01 18:52:06,1,1.47,,,-73.9817886352539,40.687381744384766,-73.9554443359375,40.69078063964844,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-22 19:05:08,2016-01-22 19:09:27,1,0.55,,,-73.94132232666016,40.798500061035156,-73.93257141113281,40.79479217529297,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-07 22:02:41,2016-01-07 22:09:21,1,1.5,,,-73.83038330078125,40.75938034057617,-73.80718994140625,40.75746154785156,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-21 18:09:27,2016-01-21 18:17:50,1,1.17,,,-73.8440933227539,40.7208137512207,-73.84970092773438,40.73603439331055,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-07 14:23:03,2016-01-07 14:35:17,1,3.2,,,-73.93978881835938,40.822025299072266,-73.96958923339844,40.80000305175781,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-07 19:46:24,2016-01-07 19:58:24,1,2.57,,,-73.95820617675781,40.670005798339844,-73.92345428466797,40.65586853027344,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-17 14:18:10,2016-01-17 14:23:09,1,0.83,,,-73.97681427001953,40.681785583496094,-73.9854507446289,40.67028045654297,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-21 02:02:24,2016-01-21 02:10:34,1,1.9,,,-73.9277114868164,40.697914123535156,-73.8987045288086,40.70156478881836,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-16 01:30:19,2016-01-16 01:41:10,2,2.2,,,-73.97330474853516,40.689781188964844,-73.99899291992188,40.684783935546875,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-03 04:14:07,2016-01-03 04:28:42,1,8.79,,,-73.92059326171875,40.76808166503906,-73.821533203125,40.70481491088867,1,N,1,26.0,0.5,0.5,0.3,2.73,0.0,,30.03,1.0 +2,2016-01-22 11:27:50,2016-01-22 12:06:39,1,15.6,,,-73.95699310302734,40.74782180786133,-73.7763671875,40.64534378051758,1,N,2,45.0,0.0,0.5,0.3,0.0,0.0,,45.8,1.0 +2,2016-01-19 10:24:55,2016-01-19 10:25:40,1,0.13,,,-73.86210632324219,40.83735656738281,-73.86345672607422,40.83769226074219,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-26 02:37:03,2016-01-26 02:54:42,4,2.89,,,-73.89038848876953,40.747047424316406,-73.85552215576172,40.7411003112793,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-05 12:10:05,2016-01-05 12:14:17,2,0.53,,,-73.98040771484375,40.68525695800781,-73.98722839355469,40.68924331665039,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 04:14:25,2016-01-09 04:26:21,1,1.15,,,-73.89653778076172,40.74625015258789,-73.8756103515625,40.74575424194336,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-03 15:38:40,2016-01-03 16:12:21,1,17.35,,,-73.95140838623047,40.80458450317383,-73.78331756591797,40.643798828125,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,,70.01,1.0 +2,2016-01-09 20:21:38,2016-01-09 20:33:46,5,3.48,,,-73.99143981933594,40.685298919677734,-74.0156021118164,40.706634521484375,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,,16.3,1.0 +2,2016-01-16 20:29:44,2016-01-16 20:41:28,1,1.14,,,-73.98394012451172,40.68654251098633,-73.98329162597656,40.67282485961914,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-12 08:32:52,2016-01-12 09:00:36,1,3.7,,,-73.95171356201172,40.79937744140625,-73.98182678222656,40.756282806396484,1,N,1,18.5,0.0,0.5,0.3,3.85,0.0,,23.15,1.0 +1,2016-01-18 22:34:11,2016-01-18 22:55:39,1,5.7,,,-73.97686767578125,40.688316345214844,-73.99634552001953,40.75830841064453,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-17 22:53:05,2016-01-17 23:09:58,1,4.77,,,-73.94353485107422,40.8104133605957,-73.9791259765625,40.75307846069336,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-29 16:54:40,2016-01-29 17:02:16,1,1.45,,,-73.99779510498047,40.68315887451172,-73.9833984375,40.672813415527344,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-20 18:31:05,2016-01-20 18:39:31,1,1.03,,,-73.97808074951172,40.68684387207031,-73.9688491821289,40.67793655395508,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-07 19:37:21,2016-01-07 19:45:39,1,1.3,,,-73.91214752197266,40.82953643798828,-73.9096908569336,40.84480667114258,5,N,2,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-22 15:23:03,2016-01-22 15:29:51,1,1.56,,,-73.94202423095703,40.812679290771484,-73.9508285522461,40.7941780090332,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-27 11:38:03,2016-01-27 11:57:52,1,1.4,,,-73.95232391357422,40.791324615478516,-73.94459533691406,40.77950668334961,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-14 17:45:05,2016-01-14 17:52:32,5,1.2,,,-73.96607208251953,40.80400085449219,-73.95010375976562,40.806663513183594,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 09:52:17,2016-01-20 10:00:35,1,1.37,,,-73.97489929199219,40.67504119873047,-73.98068237304688,40.667911529541016,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-17 21:13:37,2016-01-17 21:34:52,1,3.8,,,-73.95191955566406,40.82462692260742,-73.94983673095703,40.785606384277344,1,N,1,16.5,0.5,0.5,0.3,3.55,0.0,,21.35,1.0 +2,2016-01-05 00:55:32,2016-01-05 01:04:02,1,3.43,,,-73.89098358154297,40.74656295776367,-73.8823471069336,40.76502227783203,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-28 21:40:26,2016-01-28 21:46:14,1,1.32,,,-73.80733489990234,40.700740814208984,-73.78839874267578,40.708824157714844,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-21 21:04:53,2016-01-21 21:20:18,1,2.7,,,-73.9933853149414,40.696495056152344,-73.97886657714844,40.6701774597168,1,N,1,12.0,0.5,0.5,0.3,2.65,0.0,,15.95,1.0 +2,2016-01-17 00:05:00,2016-01-17 00:12:14,1,1.57,,,-73.972412109375,40.67717742919922,-73.96025848388672,40.690486907958984,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-07 15:29:33,2016-01-07 15:38:03,1,1.2,,,-73.95577239990234,40.69276428222656,-73.95014953613281,40.705665588378906,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-09 11:18:28,2016-01-09 11:30:41,1,4.9,,,-73.93940734863281,40.79471206665039,-73.8675308227539,40.82554626464844,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-25 09:06:36,2016-01-25 09:57:21,1,5.92,,,-73.96076202392578,40.673011779785156,-73.94157409667969,40.675865173339844,1,N,2,29.0,0.0,0.5,0.3,0.0,0.0,,29.8,1.0 +2,2016-01-17 14:51:37,2016-01-17 15:13:45,1,4.24,,,-73.9578857421875,40.67618179321289,-74.01071166992188,40.67197036743164,1,N,1,18.0,0.0,0.5,0.3,5.64,0.0,,24.44,1.0 +2,2016-01-18 13:34:49,2016-01-18 13:46:17,1,4.01,,,-73.9905776977539,40.702674865722656,-73.9781265258789,40.7123908996582,1,N,1,13.5,0.0,0.5,0.3,1.5,0.0,,15.8,1.0 +2,2016-01-07 08:35:44,2016-01-07 08:48:59,1,2.47,,,-73.93539428710938,40.79610824584961,-73.94294738769531,40.82149887084961,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-15 08:37:22,2016-01-15 08:59:31,1,7.1,,,-73.92536163330078,40.83269500732422,-73.84044647216797,40.840797424316406,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +1,2016-01-06 06:14:21,2016-01-06 06:44:21,1,20.2,,,-73.97378540039062,40.69285202026367,-73.78173065185547,40.64853286743164,1,N,1,53.5,0.5,0.5,0.3,10.95,0.0,,65.75,1.0 +2,2016-01-14 18:06:30,2016-01-14 18:14:40,1,1.44,,,-73.99375915527344,40.67194366455078,-73.97391510009766,40.67203140258789,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-21 19:41:44,2016-01-21 19:46:14,1,0.39,,,-73.98126983642578,40.68995666503906,-73.98439025878906,40.686790466308594,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-22 22:10:45,2016-01-22 22:32:05,1,3.6,,,-73.95140838623047,40.65437316894531,-73.92517852783203,40.67270278930664,1,N,1,16.5,0.5,0.5,0.3,3.0,0.0,,20.8,1.0 +2,2016-01-25 20:32:58,2016-01-25 20:40:12,3,1.33,,,-73.93901062011719,40.821598052978516,-73.9202880859375,40.828155517578125,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-20 21:22:04,2016-01-20 21:29:54,1,1.26,,,-73.94894409179688,40.74453353881836,-73.92859649658203,40.752296447753906,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-05 19:47:45,2016-01-05 19:53:09,1,0.82,,,-73.95198822021484,40.72538375854492,-73.95967102050781,40.71800994873047,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-27 21:11:11,2016-01-27 21:15:41,1,0.68,,,-73.91812133789062,40.77028274536133,-73.92913055419922,40.775936126708984,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-30 18:36:17,2016-01-30 18:39:24,2,0.9,,,-73.98746490478516,40.69133758544922,-73.98475646972656,40.70185852050781,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +1,2016-01-06 20:46:23,2016-01-06 20:49:34,1,0.8,,,-73.95748138427734,40.71812438964844,-73.95442199707031,40.72645568847656,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-22 00:33:11,2016-01-22 00:43:53,1,1.98,,,-73.96063995361328,40.6610221862793,-73.9339599609375,40.67072677612305,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-04 15:41:28,2016-01-04 15:45:05,1,0.9,,,-73.9541244506836,40.803829193115234,-73.94450378417969,40.81390380859375,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-14 13:26:59,2016-01-14 13:42:15,1,2.0,,,-73.9521713256836,40.78959274291992,-73.95819091796875,40.77018737792969,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-30 11:34:46,2016-01-30 11:43:41,1,1.5,,,-73.9428939819336,40.79920959472656,-73.93575286865234,40.816959381103516,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-12 17:24:57,2016-01-12 18:15:01,1,9.8,,,-73.95410919189453,40.78743362426758,-73.95429229736328,40.72032165527344,1,N,1,37.5,1.0,0.5,0.3,7.85,0.0,,47.15,1.0 +2,2016-01-11 16:26:09,2016-01-11 16:41:12,1,3.41,,,-73.99017333984375,40.687156677246094,-74.00292205810547,40.72816848754883,1,N,1,13.5,1.0,0.5,0.3,3.82,0.0,,19.12,1.0 +2,2016-01-19 17:36:23,2016-01-19 17:43:10,1,1.05,,,-73.9415283203125,40.81329345703125,-73.94804382324219,40.80186080932617,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-22 22:29:44,2016-01-22 22:48:28,3,3.7,,,-73.95585632324219,40.68117141723633,-73.93232727050781,40.71077346801758,1,N,1,15.0,0.5,0.5,0.3,3.25,0.0,,19.55,1.0 +1,2016-01-27 18:48:59,2016-01-27 18:58:58,1,0.9,,,-73.82996368408203,40.7137451171875,-73.83235931396484,40.70315170288086,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 14:21:23,2016-01-06 14:53:28,1,6.42,,,-73.95465850830078,40.73454666137695,-74.00713348388672,40.740787506103516,1,N,1,25.0,0.0,0.5,0.3,6.45,0.0,,32.25,1.0 +2,2016-01-14 01:49:26,2016-01-14 02:04:50,1,4.3,,,-73.98632049560547,40.68907165527344,-73.91370391845703,40.679298400878906,1,N,1,15.5,0.5,0.5,0.3,3.36,0.0,,20.16,1.0 +2,2016-01-18 02:29:22,2016-01-18 02:37:55,2,1.79,,,-73.93934631347656,40.70509338378906,-73.95315551757812,40.71816635131836,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-03 23:30:07,2016-01-03 23:52:49,1,7.56,,,-73.96638488769531,40.804588317871094,-73.98994445800781,40.73027801513672,1,N,1,25.0,0.5,0.5,0.3,6.58,0.0,,32.88,1.0 +2,2016-01-03 21:27:21,2016-01-03 21:35:42,1,2.82,,,-73.97695922851562,40.67508316040039,-73.97763061523438,40.64534378051758,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-27 18:11:38,2016-01-27 18:17:14,4,0.97,,,-73.94441223144531,40.83491516113281,-73.94551086425781,40.824440002441406,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-09 16:46:36,2016-01-09 16:55:54,2,1.0,,,-73.86883544921875,40.74924850463867,-73.87265014648438,40.759315490722656,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-24 14:37:11,2016-01-24 15:03:21,1,9.48,,,-73.92565155029297,40.82792282104492,-73.99359130859375,40.736026763916016,1,N,2,28.5,0.0,0.5,0.3,0.0,0.0,,29.3,1.0 +2,2016-01-03 20:20:03,2016-01-03 20:38:03,1,4.83,,,-73.97705841064453,40.683631896972656,-73.94994354248047,40.72608947753906,1,N,1,17.5,0.5,0.5,0.3,5.64,0.0,,24.44,1.0 +1,2016-01-08 18:59:41,2016-01-08 19:04:03,1,0.6,,,-73.9518814086914,40.79029846191406,-73.94418334960938,40.7921257019043,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-25 08:34:15,2016-01-25 09:02:17,1,6.62,,,-73.87165069580078,40.835845947265625,-73.8697280883789,40.87947463989258,5,N,2,13.0,0.0,0.0,0,0.0,0.0,,13.0,2.0 +2,2016-01-25 22:14:42,2016-01-25 22:41:13,1,6.36,,,-73.921875,40.75535583496094,-73.96932220458984,40.80018997192383,1,N,1,23.0,0.5,0.5,0.3,5.08,0.0,,29.38,1.0 +2,2016-01-28 08:51:48,2016-01-28 08:56:12,1,0.78,,,-73.91871643066406,40.75923538208008,-73.91104888916016,40.76868438720703,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-28 19:44:23,2016-01-28 19:54:30,1,1.69,,,-73.96726989746094,40.6343879699707,-73.94168853759766,40.64366149902344,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-09 10:26:38,2016-01-09 10:42:57,1,5.6,,,-73.94117736816406,40.813846588134766,-73.9717788696289,40.76371765136719,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-21 19:37:35,2016-01-21 19:40:49,1,0.63,,,-73.96110534667969,40.71456527709961,-73.96686553955078,40.71072006225586,1,N,1,4.5,1.0,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-20 09:19:08,2016-01-20 09:25:51,1,1.1,,,-73.95433044433594,40.73036575317383,-73.95929718017578,40.71880340576172,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-18 13:42:00,2016-01-18 13:46:38,1,0.85,,,-73.97332763671875,40.693336486816406,-73.98129272460938,40.68922805786133,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-14 16:53:35,2016-01-14 17:12:42,1,2.4,,,-73.89391326904297,40.754737854003906,-73.89299774169922,40.725746154785156,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-02 15:03:44,2016-01-02 15:13:04,1,1.66,,,-73.9847412109375,40.68682098388672,-73.98070526123047,40.66794204711914,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-13 20:13:38,2016-01-13 20:27:25,1,3.2,,,-73.98355102539062,40.68885040283203,-73.94925689697266,40.66022491455078,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-29 21:58:13,2016-01-29 22:03:36,1,1.52,,,-73.93147277832031,40.765380859375,-73.91378021240234,40.7711296081543,1,N,1,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 18:26:56,2016-01-22 19:51:32,1,15.01,,,-73.91809844970703,40.83456039428711,-73.92803192138672,40.83568572998047,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +2,2016-01-06 22:58:48,2016-01-06 23:11:57,1,8.18,,,-73.91438293457031,40.764591217041016,-73.98712921142578,40.71830368041992,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,,24.3,1.0 +2,2016-01-03 20:40:08,2016-01-03 20:53:44,1,2.16,,,-73.96841430664062,40.67863845825195,-73.98316192626953,40.669097900390625,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-13 19:23:49,2016-01-13 19:27:54,1,0.94,,,-73.94831085205078,40.78951644897461,-73.94718170166016,40.78009796142578,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 19:01:13,2016-01-09 19:05:41,1,1.32,,,-73.939208984375,40.80537796020508,-73.95171356201172,40.78789138793945,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-25 08:10:02,2016-01-25 08:22:13,1,1.01,,,-73.9393081665039,40.82148742675781,-73.92310333251953,40.816768646240234,1,N,1,9.0,0.0,0.5,0.3,2.94,0.0,,12.74,1.0 +2,2016-01-05 18:50:13,2016-01-05 18:58:59,1,1.34,,,-73.95783996582031,40.717586517333984,-73.94744110107422,40.71163558959961,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-30 02:03:16,2016-01-30 02:07:39,1,0.99,,,-73.95333862304688,40.65935134887695,-73.95042419433594,40.67162322998047,1,N,1,5.5,0.5,0.5,0.3,5.0,0.0,,11.8,1.0 +2,2016-01-15 08:13:04,2016-01-15 08:15:04,1,0.46,,,-73.94950103759766,40.82257843017578,-73.94530487060547,40.82819366455078,1,N,1,3.5,0.0,0.5,0.3,1.08,0.0,,5.38,1.0 +2,2016-01-02 00:36:15,2016-01-02 00:43:16,1,1.25,,,-73.95995330810547,40.715736389160156,-73.9404067993164,40.71462631225586,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-04 00:38:20,2016-01-04 00:46:42,1,1.4,,,-73.88407897949219,40.747657775878906,-73.85923767089844,40.75164031982422,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-21 22:51:57,2016-01-21 23:01:06,2,2.2,,,-73.9832534790039,40.67292785644531,-74.0080795288086,40.65066146850586,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-23 00:40:41,2016-01-23 01:11:47,1,7.21,,,-73.95878601074219,40.650760650634766,-73.93701171875,40.718475341796875,1,N,2,26.0,0.5,0.5,0.3,0.0,0.0,,27.3,1.0 +2,2016-01-14 18:52:37,2016-01-14 18:58:39,1,1.04,,,-73.92174530029297,40.6773681640625,-73.91099548339844,40.68525314331055,1,N,1,6.0,1.0,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-17 17:24:55,2016-01-17 17:49:57,2,11.98,,,-73.95193481445312,40.79007339477539,-73.8517074584961,40.72857666015625,1,N,1,34.0,0.0,0.5,0.3,0.0,5.54,,40.34,1.0 +1,2016-01-30 07:59:43,2016-01-30 08:11:01,1,3.6,,,-73.98959350585938,40.70249557495117,-73.99756622314453,40.729774475097656,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-25 09:01:16,2016-01-25 09:58:48,1,8.7,,,-73.95744323730469,40.68146514892578,-73.9936752319336,40.74627685546875,1,N,1,40.5,0.0,0.5,0.3,8.25,0.0,,49.55,1.0 +2,2016-01-15 18:52:53,2016-01-15 19:04:54,1,3.98,,,-73.95269775390625,40.727176666259766,-73.98258972167969,40.69613265991211,1,N,1,13.0,1.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-20 21:15:57,2016-01-20 21:22:07,1,1.08,,,-73.97799682617188,40.67280578613281,-73.9910888671875,40.66642379760742,1,N,1,6.5,0.5,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-20 10:13:29,2016-01-21 00:00:00,1,3.78,,,-73.91897583007812,40.74309158325195,-73.86399841308594,40.7496452331543,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-02 22:07:57,2016-01-02 22:17:43,2,2.5,,,-73.95140075683594,40.714027404785156,-73.91007232666016,40.70854187011719,1,N,1,10.0,0.5,0.5,0.3,2.8,0.0,,14.1,1.0 +2,2016-01-11 19:09:22,2016-01-11 19:16:05,1,1.02,,,-73.8740005493164,40.75685119628906,-73.87344360351562,40.74524688720703,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-17 03:06:43,2016-01-17 03:09:59,1,0.7,,,-73.89559936523438,40.929771423339844,-73.89749145507812,40.93690490722656,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-03 23:37:54,2016-01-03 23:52:39,1,6.43,,,-73.956298828125,40.719146728515625,-73.86727142333984,40.73878860473633,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-28 12:07:37,2016-01-29 00:00:00,1,0.72,,,-73.97791290283203,40.68465042114258,-73.98336029052734,40.69487380981445,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 03:59:39,2016-01-17 04:17:03,1,11.87,,,-73.99495697021484,40.68913650512695,-73.86695861816406,40.7708625793457,1,N,2,32.5,0.5,0.5,0.3,0.0,0.0,,33.8,1.0 +2,2016-01-10 17:22:37,2016-01-10 17:25:10,2,0.5,,,-73.95360565185547,40.806907653808594,-73.95819854736328,40.80084228515625,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-24 20:38:55,2016-01-24 21:09:00,1,6.48,,,-73.94647216796875,40.75729751586914,-73.89396667480469,40.69864273071289,1,N,1,24.0,0.5,0.5,0.3,5.06,0.0,,30.36,1.0 +2,2016-01-18 04:19:58,2016-01-18 04:43:21,1,6.05,,,-73.98921203613281,40.66569137573242,-73.9179458618164,40.701045989990234,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,,23.3,1.0 +1,2016-01-01 02:20:08,2016-01-01 02:28:41,1,2.6,,,-73.84413146972656,40.721229553222656,-73.8109359741211,40.720088958740234,1,N,1,10.0,1.0,0.5,0.3,3.5,0.0,,15.3,1.0 +1,2016-01-05 09:40:50,2016-01-05 10:08:56,1,4.2,,,-73.96891784667969,40.70915603637695,-74.00223541259766,40.718875885009766,1,N,1,20.0,0.0,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-13 21:27:38,2016-01-13 21:38:38,1,2.99,,,-73.97933959960938,40.66939926147461,-73.95895385742188,40.68529510498047,1,N,1,11.5,0.5,0.5,0.3,3.84,0.0,,16.64,1.0 +2,2016-01-08 14:05:26,2016-01-08 14:40:27,1,9.44,,,-73.84335327148438,40.721431732177734,-73.99333953857422,40.747318267822266,1,N,1,34.0,0.0,0.5,0.3,0.0,5.54,,40.34,1.0 +1,2016-01-16 14:13:50,2016-01-16 14:44:09,3,5.8,,,-73.86917877197266,40.74931716918945,-73.86260223388672,40.682159423828125,1,N,1,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-18 01:57:48,2016-01-18 02:02:51,1,2.22,,,-73.95172882080078,40.71495819091797,-73.98780822753906,40.71860885620117,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-01 23:40:22,2016-01-01 23:54:18,1,2.74,,,-73.9126968383789,40.756019592285156,-73.8634262084961,40.753211975097656,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-24 23:24:57,2016-01-24 23:51:31,5,5.77,,,-73.97662353515625,40.6820182800293,-73.89768981933594,40.64230728149414,1,N,1,21.0,0.5,0.5,0.3,6.69,0.0,,28.99,1.0 +1,2016-01-26 11:48:07,2016-01-26 12:02:53,3,2.4,,,-73.97992706298828,40.668678283691406,-73.96427154541016,40.650062561035156,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-06 16:41:44,2016-01-06 16:53:40,1,0.9,,,-73.98617553710938,40.68999481201172,-73.98164367675781,40.69573974609375,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-07 10:11:55,2016-01-07 10:23:01,5,2.03,,,-73.91195678710938,40.744407653808594,-73.94793701171875,40.744991302490234,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-06 10:03:01,2016-01-06 10:09:02,1,1.6,,,-73.942626953125,40.827537536621094,-73.93316650390625,40.84737777709961,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 23:40:38,2016-01-09 23:59:13,1,3.79,,,-73.9579086303711,40.72179412841797,-73.95726776123047,40.67259216308594,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-13 19:37:43,2016-01-13 19:51:56,1,1.38,,,-73.90324401855469,40.74589157104492,-73.87996673583984,40.74104690551758,1,N,1,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-14 09:31:34,2016-01-14 09:46:40,1,5.1,,,-73.95433807373047,40.730674743652344,-73.99093627929688,40.695037841796875,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-17 18:46:26,2016-01-17 19:04:46,1,3.7,,,-73.99195098876953,40.684444427490234,-73.95716857910156,40.653682708740234,1,N,1,15.0,1.0,0.5,0.3,3.35,0.0,,20.15,1.0 +1,2016-01-11 18:44:06,2016-01-11 18:53:19,1,3.5,,,-73.94867706298828,40.72842025756836,-73.98844909667969,40.720062255859375,1,N,1,11.5,1.0,0.5,0.3,3.3,0.0,,16.6,1.0 +2,2016-01-16 22:33:01,2016-01-16 22:38:44,1,0.68,,,-73.93974304199219,40.8054084777832,-73.93960571289062,40.80995559692383,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 00:23:42,2016-01-16 00:39:58,1,4.96,,,-73.8843765258789,40.85832214355469,-73.94229125976562,40.82209777832031,1,N,1,17.5,0.5,0.5,0.3,3.0,0.0,,21.8,1.0 +1,2016-01-16 23:11:33,2016-01-16 23:26:50,2,3.7,,,-73.91783142089844,40.77034378051758,-73.86553955078125,40.74636459350586,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-02 19:01:02,2016-01-02 19:13:41,1,1.98,,,-73.94950103759766,40.68030548095703,-73.97018432617188,40.695030212402344,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-01 00:39:55,2016-01-01 00:56:18,1,2.57,,,-73.95063018798828,40.721763610839844,-73.94947814941406,40.717552185058594,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-22 11:43:35,2016-01-22 11:54:42,1,3.89,,,-73.89085388183594,40.862186431884766,-73.83906555175781,40.881988525390625,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-07 15:06:36,2016-01-07 15:21:41,1,5.48,,,-73.82984924316406,40.713680267333984,-73.86781311035156,40.74211502075195,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-08 18:39:14,2016-01-08 18:52:25,1,1.33,,,-73.943359375,40.81087875366211,-73.96061706542969,40.81782913208008,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-21 13:59:58,2016-01-21 14:18:46,1,2.55,,,-73.9447021484375,40.808876037597656,-73.95024871826172,40.78004455566406,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +1,2016-01-22 22:17:51,2016-01-22 22:25:44,1,1.4,,,-73.95044708251953,40.74384307861328,-73.92851257324219,40.74409866333008,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 21:00:59,2016-01-26 21:31:04,2,14.93,,,-73.92999267578125,40.75651168823242,-73.79052734375,40.64398193359375,1,N,1,41.0,0.5,0.5,0.3,8.46,0.0,,50.76,1.0 +2,2016-01-20 19:47:14,2016-01-20 20:08:53,1,3.59,,,-73.96076965332031,40.714988708496094,-73.96426391601562,40.67393112182617,1,N,1,16.0,1.0,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-14 14:36:52,2016-01-14 14:45:00,3,1.47,,,-73.91960906982422,40.84760284423828,-73.91254425048828,40.8310661315918,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-16 13:25:48,2016-01-16 13:26:57,1,0.32,,,-73.96209716796875,40.805145263671875,-73.96649169921875,40.80403137207031,1,N,1,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-18 14:23:34,2016-01-18 14:45:20,1,5.32,,,-73.949462890625,40.78536605834961,-73.99301147460938,40.75860595703125,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-21 22:33:00,2016-01-21 23:02:03,1,5.08,,,-73.91897583007812,40.7434196472168,-73.98893737792969,40.74038314819336,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,,28.56,1.0 +2,2016-01-29 12:04:26,2016-01-29 12:09:21,1,0.46,,,-73.9592514038086,40.67727279663086,-73.95572662353516,40.681114196777344,1,N,1,5.0,0.0,0.5,0.3,2.0,0.0,,7.8,1.0 +2,2016-01-17 20:17:10,2016-01-17 20:32:55,1,4.29,,,-73.8441162109375,40.72099685668945,-73.9081039428711,40.70710754394531,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-09 20:52:30,2016-01-09 21:09:45,1,4.42,,,-73.9521713256836,40.72614288330078,-73.99678039550781,40.712162017822266,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +1,2016-01-27 18:08:55,2016-01-27 18:33:13,1,2.4,,,-73.94181823730469,40.70318603515625,-73.9531021118164,40.68061447143555,1,N,1,15.5,1.0,0.5,0.3,25.0,0.0,,42.3,1.0 +2,2016-01-14 12:51:37,2016-01-14 13:08:36,1,5.87,,,-73.98709869384766,40.691951751708984,-73.97395324707031,40.744056701660156,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-05 10:35:05,2016-01-05 10:52:57,1,1.69,,,-73.9392318725586,40.805206298828125,-73.9546127319336,40.783966064453125,1,N,1,12.5,0.0,0.5,0.3,2.0,0.0,,15.3,1.0 +2,2016-01-21 15:47:36,2016-01-21 15:56:47,1,1.33,,,-73.95291137695312,40.79848861694336,-73.9575424194336,40.81131362915039,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-17 18:06:50,2016-01-17 18:25:04,2,3.05,,,-73.95386505126953,40.79068374633789,-73.96231842041016,40.7579345703125,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-17 17:19:04,2016-01-17 17:20:44,1,0.17,,,-73.95709228515625,40.71845626831055,-73.95210266113281,40.7172737121582,1,N,1,3.0,0.0,0.5,0.3,2.0,0.0,,5.8,1.0 +2,2016-01-04 21:41:27,2016-01-04 21:45:11,1,0.82,,,-73.92546081542969,40.76193618774414,-73.93761444091797,40.76481628417969,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-06 19:31:29,2016-01-06 19:34:46,1,0.61,,,-73.91778564453125,40.77004623413086,-73.90782165527344,40.76613235473633,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-11 13:58:12,2016-01-11 14:09:30,1,1.14,,,-73.97451782226562,40.69801712036133,-73.958984375,40.69659423828125,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-07 18:38:23,2016-01-07 18:55:03,3,1.76,,,-73.98616790771484,40.669273376464844,-73.98126220703125,40.68960952758789,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +1,2016-01-15 17:58:04,2016-01-15 18:25:32,1,1.5,,,-73.96133422851562,40.806156158447266,-73.93971252441406,40.8052978515625,1,N,2,16.5,1.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-10 23:56:43,2016-01-11 00:04:02,1,2.1,,,-73.82975006103516,40.75974655151367,-73.79789733886719,40.762733459472656,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-18 01:11:24,2016-01-18 01:14:13,2,0.6,,,-73.95309448242188,40.811153411865234,-73.95848083496094,40.808990478515625,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 10:18:25,2016-01-21 10:43:37,3,5.0,,,-73.99279022216797,40.693763732910156,-74.00301361083984,40.74937057495117,1,N,1,20.5,0.0,0.5,0.3,3.7,0.0,,25.0,1.0 +2,2016-01-04 19:04:21,2016-01-04 19:07:54,1,0.72,,,-73.98743438720703,40.69242858886719,-73.97821807861328,40.69613265991211,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-26 08:00:27,2016-01-26 08:13:21,1,1.39,,,-73.95469665527344,40.68731689453125,-73.96761322021484,40.698455810546875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 07:30:57,2016-01-01 07:40:22,1,1.91,,,-73.95297241210938,40.82290267944336,-73.94894409179688,40.80268478393555,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-09 09:52:02,2016-01-09 10:02:50,6,5.73,,,-73.8189926147461,40.709251403808594,-73.8396987915039,40.76729965209961,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-13 19:09:07,2016-01-13 19:12:01,1,0.45,,,-73.95648956298828,40.71697235107422,-73.96268463134766,40.71734619140625,1,N,1,4.0,1.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-17 23:30:24,2016-01-17 23:43:19,1,2.88,,,-73.99111938476562,40.68938064575195,-73.94910430908203,40.66891098022461,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-22 18:36:08,2016-01-22 18:43:25,1,1.68,,,-74.00946044921875,40.680206298828125,-73.99578857421875,40.68156814575195,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-13 14:32:26,2016-01-13 14:39:15,1,1.39,,,-73.95560455322266,40.81966781616211,-73.96416473388672,40.803077697753906,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-20 15:27:19,2016-01-20 15:48:23,1,2.57,,,-73.94282531738281,40.81161117553711,-73.95021057128906,40.780738830566406,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-01 22:25:29,2016-01-01 22:38:32,5,2.3,,,-73.99449157714844,40.70318603515625,-73.96532440185547,40.69047546386719,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-17 01:04:39,2016-01-17 01:13:14,1,1.8,,,-73.93089294433594,40.65696334838867,-73.92466735839844,40.678802490234375,1,N,1,8.0,0.5,0.5,0.3,2.0,0.0,,11.3,1.0 +1,2016-01-01 04:06:15,2016-01-01 04:21:47,2,2.7,,,-73.93706512451172,40.70927429199219,-73.9581298828125,40.73335266113281,1,N,1,12.0,0.5,0.5,0.3,3.0,0.0,,16.3,1.0 +2,2016-01-05 16:58:57,2016-01-05 17:53:37,1,2.02,,,-73.83435821533203,40.75681686401367,-73.8223648071289,40.76534652709961,1,N,2,30.0,1.0,0.5,0.3,0.0,0.0,,31.8,1.0 +2,2016-01-28 16:19:38,2016-01-28 16:34:17,1,1.66,,,-73.94159698486328,40.817935943603516,-73.96073913574219,40.817970275878906,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-05 12:23:25,2016-01-05 12:37:17,1,3.0,,,-73.9880599975586,40.69040298461914,-73.95379638671875,40.66218948364258,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-13 16:46:42,2016-01-13 17:21:55,1,4.6,,,-73.94927215576172,40.74147033691406,-73.87722778320312,40.74092483520508,1,N,2,24.0,1.0,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-02 21:12:22,2016-01-02 21:38:24,2,5.92,,,-73.95928955078125,40.71493148803711,-73.98619079589844,40.75697326660156,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,,24.3,1.0 +1,2016-01-25 20:09:39,2016-01-25 20:17:56,2,1.9,,,-73.97883605957031,40.65085220336914,-73.97180938720703,40.67144775390625,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-09 02:21:33,2016-01-09 02:23:07,1,0.55,,,-73.88324737548828,40.74985122680664,-73.87870025634766,40.754432678222656,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-15 00:45:17,2016-01-15 00:52:27,3,1.14,,,-73.89073181152344,40.747039794921875,-73.8704605102539,40.747161865234375,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-24 13:21:00,2016-01-24 13:29:19,1,1.0,,,-73.96073913574219,40.66047668457031,-73.96337127685547,40.6751823425293,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-30 22:52:10,2016-01-30 23:15:14,2,4.92,,,-73.94644927978516,40.806331634521484,-73.97982788085938,40.74923324584961,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-23 04:55:15,2016-01-23 05:02:15,1,0.99,,,-73.92157745361328,40.767086029052734,-73.92752075195312,40.77287292480469,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-18 00:00:43,2016-01-18 00:04:54,1,0.79,,,-73.9213638305664,40.7667121887207,-73.9333724975586,40.76887893676758,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-25 19:35:09,2016-01-25 19:45:46,1,1.96,,,-73.93954467773438,40.712242126464844,-73.9051284790039,40.71070098876953,1,N,1,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-30 21:24:40,2016-01-30 21:44:04,1,2.3,,,-73.94268798828125,40.82733154296875,-73.90969848632812,40.83209228515625,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-13 07:35:52,2016-01-13 07:42:26,1,1.08,,,-73.97286224365234,40.693424224853516,-73.98712158203125,40.69391632080078,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 01:38:11,2016-01-01 01:47:31,1,3.51,,,-73.95466613769531,40.68711853027344,-73.95053100585938,40.72785568237305,1,N,1,12.0,0.5,0.5,0.3,2.0,0.0,,15.3,1.0 +2,2016-01-04 09:04:09,2016-01-04 09:27:38,1,5.46,,,-73.98334503173828,40.67268371582031,-73.95710754394531,40.716575622558594,1,N,1,21.0,0.0,0.5,0.3,5.45,0.0,,27.25,1.0 +1,2016-01-15 22:47:00,2016-01-15 23:00:10,1,2.3,,,-73.9734115600586,40.6859016418457,-73.93211364746094,40.69061279296875,1,N,1,11.0,0.5,0.5,0,2.4,0.0,,14.4,1.0 +2,2016-01-30 17:36:19,2016-01-30 17:49:44,2,1.81,,,-73.86961364746094,40.733978271484375,-73.86442565917969,40.7512321472168,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-17 11:23:13,2016-01-17 11:31:22,2,2.15,,,-73.93778991699219,40.812644958496094,-73.94692993164062,40.80570602416992,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 19:13:04,2016-01-10 19:21:30,1,1.19,,,-73.91600799560547,40.81998062133789,-73.90780639648438,40.81134796142578,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-20 10:20:50,2016-01-20 10:52:14,1,7.78,,,-73.9626235961914,40.7122802734375,-73.87117767333984,40.774017333984375,1,N,2,28.0,0.0,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-22 07:42:05,2016-01-22 07:46:49,1,0.71,,,-74.0223388671875,40.66432571411133,-73.94058990478516,40.794795989990234,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-25 19:05:09,2016-01-25 19:10:52,1,0.8,,,-73.95549774169922,40.80430603027344,-73.96580505371094,40.79960632324219,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-12 17:30:08,2016-01-12 17:44:03,1,3.88,,,-73.90845489501953,40.86164093017578,-73.94132995605469,40.82362747192383,1,N,1,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-04 09:15:09,2016-01-04 09:21:07,1,1.1,,,-73.84423065185547,40.7214469909668,-73.84185791015625,40.72952651977539,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-21 17:33:03,2016-01-21 17:58:09,1,3.64,,,-73.96659088134766,40.804054260253906,-73.93350982666016,40.845035552978516,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-03 19:59:25,2016-01-03 20:05:26,1,1.27,,,-73.95785522460938,40.72175979614258,-73.94422149658203,40.72416687011719,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-25 17:01:51,2016-01-25 17:16:29,1,3.11,,,-73.9403305053711,40.83912658691406,-73.96647644042969,40.8040657043457,1,N,1,13.0,1.0,0.5,0.3,3.7,0.0,,18.5,1.0 +2,2016-01-13 09:55:37,2016-01-13 10:15:38,1,4.84,,,-73.92443084716797,40.77422332763672,-73.9742660522461,40.74994659423828,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-13 16:44:28,2016-01-13 17:02:32,2,1.86,,,-73.90650177001953,40.75338363647461,-73.92182159423828,40.76628112792969,1,N,1,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-18 13:19:34,2016-01-18 13:27:41,1,1.16,,,-73.95063781738281,40.80246353149414,-73.95530700683594,40.78850173950195,1,N,1,7.0,0.0,0.5,0.3,3.55,0.0,,11.35,1.0 +2,2016-01-07 15:35:32,2016-01-07 15:38:37,2,0.76,,,-73.97817993164062,40.671024322509766,-73.98226928710938,40.67858123779297,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 13:34:09,2016-01-21 13:39:58,1,0.86,,,-73.93850708007812,40.84637451171875,-73.94441986083984,40.834869384765625,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +1,2016-01-09 13:07:05,2016-01-09 13:27:27,1,5.5,,,-73.93780517578125,40.79267501831055,-73.988037109375,40.76063919067383,1,N,3,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-09 11:21:42,2016-01-09 11:30:37,1,1.77,,,-73.92621612548828,40.68302536010742,-73.94722747802734,40.69040298461914,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-18 00:05:07,2016-01-18 00:11:55,5,1.85,,,-73.92912292480469,40.8124885559082,-73.94524383544922,40.79939651489258,1,N,1,7.5,0.5,0.5,0.3,1.88,0.0,,10.68,1.0 +2,2016-01-08 17:19:06,2016-01-08 17:37:00,5,1.94,,,-73.97428894042969,40.68631362915039,-73.94449615478516,40.67464828491211,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-21 17:45:41,2016-01-21 17:55:14,1,1.36,,,-73.95246887207031,40.78955841064453,-73.93894958496094,40.80463409423828,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-25 12:13:57,2016-01-25 13:33:16,5,7.08,,,-73.94454193115234,40.78304672241211,-73.87073516845703,40.77384948730469,1,N,1,53.0,0.0,0.5,0.3,5.0,5.54,,64.34,1.0 +2,2016-01-16 11:39:30,2016-01-16 11:47:46,1,1.36,,,-73.93931579589844,40.70988845825195,-73.95004272460938,40.72395324707031,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-01 23:20:26,2016-01-01 23:31:08,1,1.3,,,-73.95931243896484,40.708805084228516,-73.95441436767578,40.70963668823242,1,N,1,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-20 00:49:37,2016-01-20 01:02:16,2,2.73,,,-73.89141845703125,40.74659729003906,-73.87285614013672,40.71800994873047,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-09 15:51:17,2016-01-09 16:05:18,1,2.89,,,-73.97679138183594,40.68697738647461,-73.92581176757812,40.69537353515625,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-18 09:30:19,2016-01-19 09:23:30,1,3.83,,,-73.99295806884766,40.70235061645508,-73.96426391601562,40.71316146850586,1,N,1,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-10 02:27:45,2016-01-10 02:37:59,1,1.66,,,-73.95657348632812,40.721126556396484,-73.96177673339844,40.70198059082031,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-23 10:19:17,2016-01-23 10:23:29,1,1.09,,,-73.95311737060547,40.58720397949219,-73.9352798461914,40.58601760864258,1,N,1,5.5,0.0,0.5,0.3,10.0,0.0,,16.3,1.0 +1,2016-01-13 12:08:22,2016-01-13 12:22:55,3,3.0,,,-73.93804931640625,40.74881362915039,-73.9582290649414,40.71533966064453,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-06 08:31:19,2016-01-06 08:41:02,1,1.73,,,-74.00909423828125,40.63082504272461,-74.02970123291016,40.64018630981445,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-10 19:35:40,2016-01-10 19:41:59,1,1.2,,,-73.94210052490234,40.82302474975586,-73.9538803100586,40.811737060546875,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-10 22:10:50,2016-01-10 22:18:20,1,2.37,,,-73.88304901123047,40.73774337768555,-73.84659576416016,40.72092056274414,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-09 15:38:15,2016-01-09 15:42:17,1,0.93,,,-73.95509338378906,40.788753509521484,-73.9544448852539,40.77891159057617,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-15 21:57:00,2016-01-15 22:00:07,1,0.0,,,-73.95150756835938,40.66963577270508,-73.95147705078125,40.66963577270508,5,N,1,70.0,0.0,0.0,0,0.0,0.0,,70.0,2.0 +2,2016-01-20 21:00:51,2016-01-20 21:05:34,1,0.92,,,-73.92635345458984,40.8281135559082,-73.92964172363281,40.83772659301758,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-01 00:38:00,2016-01-01 00:50:16,3,2.5,,,-73.94226837158203,40.7540397644043,-73.91816711425781,40.74238204956055,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-09 10:57:38,2016-01-09 11:05:51,1,1.54,,,-73.95650482177734,40.67475128173828,-73.9761962890625,40.684852600097656,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-02 21:16:08,2016-01-02 21:27:26,1,3.23,,,-73.94513702392578,40.80807876586914,-73.96084594726562,40.77507019042969,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-07 22:26:35,2016-01-07 22:31:53,1,1.1,,,-73.96247863769531,40.671844482421875,-73.95840454101562,40.68169021606445,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-08 12:50:12,2016-01-08 13:11:49,1,3.5,,,-73.90721893310547,40.65562438964844,-73.94027709960938,40.68438720703125,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,,20.15,1.0 +2,2016-01-06 18:03:43,2016-01-06 18:20:48,1,2.26,,,-73.93855285644531,40.698673248291016,-73.93130493164062,40.669769287109375,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-25 12:16:09,2016-01-25 12:26:10,1,1.4,,,-73.94776916503906,40.829925537109375,-73.93696594238281,40.848941802978516,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-10 23:03:48,2016-01-10 23:19:14,1,3.8,,,-73.9453353881836,40.71147537231445,-73.9449234008789,40.75386428833008,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-05 12:03:29,2016-01-05 12:15:19,1,1.67,,,-73.91944885253906,40.67877960205078,-73.9414291381836,40.67561340332031,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-12 21:46:44,2016-01-12 21:49:11,1,0.61,,,-73.9115982055664,40.7751350402832,-73.91496276855469,40.778385162353516,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-04 17:47:35,2016-01-04 18:15:53,1,2.46,,,-73.86966705322266,40.74910354614258,-73.83016967773438,40.75508117675781,1,N,1,18.5,1.0,0.5,0.3,4.06,0.0,,24.36,1.0 +1,2016-01-16 23:10:51,2016-01-16 23:15:19,1,1.1,,,-73.96770477294922,40.6932487487793,-73.95059204101562,40.69219207763672,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 17:11:02,2016-01-06 17:23:15,2,1.75,,,-73.95234680175781,40.789791107177734,-73.96233367919922,40.80498123168945,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-04 14:32:13,2016-01-04 14:36:48,1,0.66,,,-73.94387817382812,40.79253387451172,-73.94046783447266,40.800148010253906,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-05 14:59:25,2016-01-05 15:13:02,1,2.32,,,-73.99282836914062,40.697601318359375,-73.97676086425781,40.68373107910156,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-18 04:07:42,2016-01-18 04:10:18,6,0.51,,,-73.92727661132812,40.75422668457031,-73.923828125,40.76112365722656,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-13 10:11:26,2016-01-13 10:18:53,1,5.02,,,-73.81304168701172,40.69729232788086,-73.78329467773438,40.64373779296875,5,N,2,25.0,0.0,0.0,0,0.0,0.0,,25.0,2.0 +2,2016-01-05 11:54:43,2016-01-05 12:10:31,1,3.23,,,-73.91694641113281,40.76138687133789,-73.95700073242188,40.74800109863281,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-07 19:32:30,2016-01-07 19:47:33,1,4.2,,,-73.82244873046875,40.68698501586914,-73.86497497558594,40.7259635925293,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-30 17:27:17,2016-01-30 17:39:46,5,1.41,,,-73.92532348632812,40.810123443603516,-73.9056396484375,40.81247329711914,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-22 20:36:52,2016-01-22 20:39:32,1,0.4,,,-73.8297348022461,40.71366882324219,-73.82328796386719,40.71327590942383,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,,6.62,1.0 +2,2016-01-14 02:07:07,2016-01-14 02:27:45,1,10.78,,,-73.93634033203125,40.80396270751953,-73.8398666381836,40.88874435424805,1,N,2,31.5,0.5,0.5,0.3,0.0,0.0,,32.8,1.0 +2,2016-01-01 03:21:14,2016-01-01 03:23:59,1,0.5,,,-73.93154907226562,40.76514434814453,-73.92588806152344,40.76897430419922,1,N,1,4.0,0.5,0.5,0.3,2.5,0.0,,7.8,1.0 +2,2016-01-20 21:58:00,2016-01-20 22:03:22,5,1.02,,,-73.87117004394531,40.73387145996094,-73.87696075439453,40.744049072265625,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 09:25:36,2016-01-28 09:37:57,1,3.71,,,-73.93701934814453,40.80427169799805,-73.92864990234375,40.79050064086914,1,N,1,13.0,0.0,0.5,0.3,4.84,5.54,,24.18,1.0 +2,2016-01-04 00:41:49,2016-01-04 00:47:13,1,1.21,,,-73.95499420166016,40.80483627319336,-73.937744140625,40.80465316772461,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 12:54:34,2016-01-22 13:05:04,1,1.65,,,-73.93792724609375,40.80380630493164,-73.95327758789062,40.78261947631836,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-28 14:36:16,2016-01-28 14:41:19,1,0.6,,,-73.92442321777344,40.76156997680664,-73.91748809814453,40.764930725097656,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 02:42:14,2016-01-01 02:54:48,1,2.3,,,-73.94047546386719,40.8057975769043,-73.91004180908203,40.81898880004883,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-11 19:53:08,2016-01-11 20:07:58,1,3.0,,,-73.9557113647461,40.68877410888672,-73.92180633544922,40.68357849121094,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-04 14:08:34,2016-01-04 14:19:25,1,4.2,,,-73.8619613647461,40.73030090332031,-73.80886840820312,40.727230072021484,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-30 21:52:30,2016-01-30 22:05:37,1,2.5,,,-73.95463562011719,40.73307418823242,-73.93401336669922,40.707496643066406,1,N,1,11.0,0.5,0.5,0.3,2.45,0.0,,14.75,1.0 +2,2016-01-16 17:43:30,2016-01-16 17:49:20,1,1.11,,,-73.91895294189453,40.759090423583984,-73.92438507080078,40.771087646484375,1,N,1,6.0,0.0,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-29 09:42:38,2016-01-29 09:53:44,1,1.54,,,-73.93223571777344,40.8576545715332,-73.94276428222656,40.837127685546875,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-14 12:58:24,2016-01-14 13:10:56,1,2.65,,,-73.95431518554688,40.58750534057617,-73.95826721191406,40.618247985839844,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-10 19:10:41,2016-01-10 19:12:38,1,0.23,,,-73.954345703125,40.78968811035156,-73.95237731933594,40.79066848754883,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-10 16:23:56,2016-01-10 16:35:33,2,2.62,,,-73.9869155883789,40.6916618347168,-74.00442504882812,40.72157669067383,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,,15.38,1.0 +2,2016-01-19 15:17:58,2016-01-19 15:27:50,1,1.03,,,-73.98504638671875,40.67738342285156,-73.97554016113281,40.66905975341797,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-07 18:00:13,2016-01-07 18:08:22,1,0.89,,,-73.93641662597656,40.80585861206055,-73.94092559814453,40.8118782043457,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-03 02:19:19,2016-01-03 02:32:10,1,2.7,,,-73.91981506347656,40.75811004638672,-73.89851379394531,40.73839569091797,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-19 16:03:13,2016-01-19 16:07:33,1,0.6,,,-73.99161529541016,40.69098663330078,-73.99447631835938,40.687984466552734,1,Y,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-29 12:40:17,2016-01-29 12:55:38,1,2.6,,,-73.95111846923828,40.82567596435547,-73.94126892089844,40.79848098754883,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-20 13:34:58,2016-01-20 13:40:08,1,0.8,,,-73.94994354248047,40.72230911254883,-73.96114349365234,40.71907043457031,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-23 02:14:21,2016-01-23 02:37:57,1,5.8,,,-73.98617553710938,40.669185638427734,-73.95034790039062,40.723079681396484,1,N,1,20.5,0.5,0.5,0.3,6.54,0.0,,28.34,1.0 +2,2016-01-11 23:18:31,2016-01-11 23:28:08,1,2.77,,,-73.95264434814453,40.695068359375,-73.9261245727539,40.67212677001953,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-18 18:39:55,2016-01-18 18:52:43,1,4.43,,,-73.93895721435547,40.80503845214844,-73.9276351928711,40.855125427246094,1,N,1,15.5,0.0,0.5,0.3,4.08,0.0,,20.38,1.0 +2,2016-01-15 20:30:47,2016-01-15 20:41:33,1,1.51,,,-73.9111328125,40.77580261230469,-73.89185333251953,40.76877975463867,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-19 19:35:50,2016-01-19 19:42:33,1,1.16,,,-73.948486328125,40.72254180908203,-73.95684814453125,40.733638763427734,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-05 09:10:52,2016-01-05 09:32:24,5,3.74,,,-73.91193389892578,40.76776885986328,-73.96529388427734,40.76179885864258,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-13 19:43:05,2016-01-13 19:58:11,1,3.2,,,-73.96556854248047,40.710323333740234,-73.98188781738281,40.732845306396484,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-05 11:09:45,2016-01-05 11:13:33,1,0.0,,,-73.90201568603516,40.763816833496094,-73.90203857421875,40.76382827758789,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-30 03:33:35,2016-01-30 03:53:06,1,3.94,,,-73.96195983886719,40.715938568115234,-73.98347473144531,40.72998046875,1,N,1,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-29 23:17:49,2016-01-29 23:27:38,6,1.77,,,-73.95569610595703,40.71774673461914,-73.93699645996094,40.71210479736328,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-18 12:25:13,2016-01-18 12:29:50,1,0.77,,,-73.88395690917969,40.74761199951172,-73.86929321289062,40.7490234375,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 00:36:01,2016-01-17 00:41:09,2,0.78,,,-73.9556655883789,40.80378723144531,-73.94746398925781,40.809993743896484,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-12 19:50:58,2016-01-12 20:05:02,1,5.97,,,-73.940185546875,40.840511322021484,-73.98096466064453,40.77448654174805,1,N,1,19.0,1.0,0.5,0.3,2.0,0.0,,22.8,1.0 +2,2016-01-07 08:17:03,2016-01-07 08:31:06,1,2.32,,,-73.91259002685547,40.746055603027344,-73.94773864746094,40.751468658447266,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-21 23:28:13,2016-01-21 23:44:24,1,3.26,,,-73.97412872314453,40.68626022338867,-73.92748260498047,40.68663024902344,1,N,1,13.5,0.5,0.5,0.3,3.7,0.0,,18.5,1.0 +1,2016-01-26 00:11:53,2016-01-26 00:22:02,2,1.7,,,-73.94526672363281,40.80780792236328,-73.93705749511719,40.82710266113281,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 17:52:58,2016-01-01 17:56:51,1,0.91,,,-73.97628784179688,40.68370819091797,-73.98736572265625,40.679168701171875,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-28 17:03:26,2016-01-28 17:17:00,1,1.5,,,-73.9459457397461,40.817291259765625,-73.9442367553711,40.834720611572266,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-20 17:25:52,2016-01-20 17:31:52,1,0.99,,,-73.94123840332031,40.801025390625,-73.94585418701172,40.81229019165039,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 15:42:20,2016-01-05 15:50:23,1,0.92,,,-73.99221801757812,40.6895637512207,-73.98330688476562,40.69486618041992,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-25 18:54:15,2016-01-25 19:06:10,1,2.42,,,-73.9815444946289,40.68974685668945,-73.99267578125,40.660919189453125,1,N,1,10.5,1.0,0.5,0.3,3.08,0.0,,15.38,1.0 +1,2016-01-14 13:19:22,2016-01-14 13:39:09,1,8.0,,,-73.90054321289062,40.677093505859375,-73.78242492675781,40.64487838745117,1,N,1,24.5,0.0,0.5,0.3,5.05,0.0,,30.35,1.0 +1,2016-01-19 17:23:52,2016-01-19 17:53:05,1,6.0,,,-73.99227905273438,40.6942138671875,-73.98343658447266,40.74077224731445,1,N,1,23.5,1.0,0.5,0.3,1.0,0.0,,26.3,1.0 +2,2016-01-30 19:56:43,2016-01-30 20:01:03,1,0.72,,,-73.9666976928711,40.803993225097656,-73.95914459228516,40.81018829345703,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-06 04:33:51,2016-01-06 04:47:26,1,3.5,,,-73.9484634399414,40.74489212036133,-73.930419921875,40.69706726074219,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-28 01:04:16,2016-01-28 01:13:21,1,1.8,,,-73.89136505126953,40.746917724609375,-73.87844848632812,40.75918197631836,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-15 08:02:12,2016-01-15 08:25:17,2,3.6,,,-73.9546127319336,40.67223358154297,-73.99288940429688,40.69548797607422,1,N,1,17.0,0.0,0.5,0.3,3.55,0.0,,21.35,1.0 +2,2016-01-12 13:04:14,2016-01-12 13:09:38,1,3.07,,,-73.89086151123047,40.74649429321289,-73.8709945678711,40.77391052246094,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-14 21:48:12,2016-01-14 21:51:39,1,0.8,,,-73.95648956298828,40.813533782958984,-73.94722747802734,40.81591796875,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-04 21:49:44,2016-01-04 21:57:49,1,1.5,,,-73.9321517944336,40.795440673828125,-73.94973754882812,40.78748321533203,1,N,1,8.0,0.5,0.5,0.3,1.7,0.0,,11.0,1.0 +1,2016-01-21 18:55:02,2016-01-21 19:05:46,1,1.2,,,-73.95231628417969,40.79812240600586,-73.9530258178711,40.78584289550781,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-11 16:18:42,2016-01-11 16:25:20,1,1.55,,,-73.9519271850586,40.790061950683594,-73.93538665771484,40.80033493041992,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-01 03:10:17,2016-01-01 03:23:21,1,4.98,,,-74.0113754272461,40.678653717041016,-73.96772766113281,40.71066665649414,1,N,1,16.5,0.5,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-22 09:51:19,2016-01-22 09:52:23,1,0.23,,,-73.96185302734375,40.805057525634766,-73.96595764160156,40.80635452270508,1,N,1,3.0,0.0,0.5,0.3,0.95,0.0,,4.75,1.0 +2,2016-01-22 22:43:39,2016-01-22 22:48:00,1,0.61,,,-73.9770736694336,40.68402862548828,-73.98179626464844,40.69185256958008,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-24 12:30:01,2016-01-24 12:38:52,1,2.31,,,-73.91112518310547,40.713253021240234,-73.94638061523438,40.72287368774414,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-08 07:40:11,2016-01-08 07:59:19,2,2.3,,,-73.95018005371094,40.79269027709961,-73.92567443847656,40.812992095947266,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-14 09:26:16,2016-01-14 09:34:13,1,0.8,,,-73.96631622314453,40.68971252441406,-73.9809799194336,40.68989562988281,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-10 04:20:15,2016-01-10 04:29:40,1,1.79,,,-73.99430084228516,40.6903076171875,-73.96260070800781,40.687992095947266,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-06 22:47:38,2016-01-06 22:53:08,1,1.13,,,-73.95830535888672,40.71729278564453,-73.95399475097656,40.72940444946289,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-27 07:56:42,2016-01-27 08:11:49,1,1.38,,,-73.88103485107422,40.73772430419922,-73.90714263916016,40.74205780029297,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-05 21:03:16,2016-01-05 21:21:18,1,4.2,,,-73.92525482177734,40.76829147338867,-73.9847183227539,40.76737594604492,1,N,1,16.5,0.5,0.5,0.3,3.0,0.0,,20.8,1.0 +2,2016-01-17 03:59:54,2016-01-17 04:10:05,1,2.18,,,-73.95158386230469,40.714359283447266,-73.92784881591797,40.70189666748047,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-05 12:24:45,2016-01-05 12:35:52,1,0.62,,,-73.9229507446289,40.817138671875,-73.92076110839844,40.81605529785156,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 11:01:46,2016-01-30 11:08:49,1,1.08,,,-73.9550552368164,40.811885833740234,-73.94332885742188,40.80855178833008,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-20 19:47:54,2016-01-20 20:35:10,1,8.3,,,-73.9841537475586,40.686519622802734,-73.9754409790039,40.765201568603516,1,N,1,36.0,0.5,0.5,0.3,7.45,0.0,,44.75,1.0 +2,2016-01-27 12:50:37,2016-01-27 12:55:33,1,0.75,,,-73.84429168701172,40.72136306762695,-73.85527038574219,40.721073150634766,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-14 09:19:45,2016-01-14 09:56:43,1,20.5,,,-73.93267822265625,40.85679626464844,-73.78955078125,40.64707565307617,1,N,1,55.5,0.0,0.5,0.3,4.0,5.54,,65.84,1.0 +2,2016-01-07 21:24:43,2016-01-07 21:31:50,1,2.49,,,-73.80706024169922,40.699371337890625,-73.8477554321289,40.68999099731445,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-29 18:05:36,2016-01-29 18:20:39,1,1.99,,,-73.85128784179688,40.71046447753906,-73.84561920166016,40.695682525634766,1,N,1,11.5,1.0,0.5,0.3,11.8,0.0,,25.1,1.0 +2,2016-01-21 12:04:39,2016-01-21 12:13:31,5,1.48,,,-73.93131256103516,40.75464630126953,-73.91217803955078,40.769065856933594,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-13 13:55:10,2016-01-13 14:02:12,1,1.37,,,-73.92257690429688,40.81785583496094,-73.90287780761719,40.823360443115234,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-13 15:37:06,2016-01-13 16:05:41,1,8.06,,,-73.94212341308594,40.841556549072266,-73.95631408691406,40.7677116394043,1,N,1,26.0,0.0,0.5,0.3,5.36,0.0,,32.16,1.0 +2,2016-01-02 17:40:10,2016-01-02 18:09:38,1,7.93,,,-73.99445343017578,40.6901969909668,-73.99549865722656,40.754432678222656,1,N,2,27.5,0.0,0.5,0.3,0.0,0.0,,28.3,1.0 +2,2016-01-12 19:17:45,2016-01-12 19:44:06,1,4.44,,,-73.84923553466797,40.6883430480957,-73.85375213623047,40.68691635131836,1,N,1,21.0,1.0,0.5,0.3,4.56,0.0,,27.36,1.0 +2,2016-01-15 10:01:24,2016-01-15 10:14:42,1,2.18,,,-73.94903564453125,40.69541931152344,-73.9144058227539,40.701393127441406,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-30 12:13:13,2016-01-30 12:21:06,1,1.05,,,-73.90042114257812,40.856224060058594,-73.88851928710938,40.85453414916992,1,N,1,6.5,0.0,0.5,0.3,0.7,0.0,,8.0,1.0 +2,2016-01-25 07:47:23,2016-01-25 08:12:47,6,4.1,,,-73.94480895996094,40.81367111206055,-73.90803527832031,40.85382080078125,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-28 20:20:50,2016-01-28 20:23:25,1,0.57,,,-73.96395874023438,40.80819320678711,-73.96807098388672,40.80061340332031,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-19 16:01:29,2016-01-19 16:01:50,2,0.0,,,-73.94695281982422,40.74492263793945,-73.94696044921875,40.74491882324219,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-18 13:26:45,2016-01-18 13:32:41,1,0.9,,,-73.97779846191406,40.68038558959961,-73.97357940673828,40.67300033569336,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-29 11:42:12,2016-01-29 11:52:59,2,2.3,,,-73.96280670166016,40.71211624145508,-73.9891357421875,40.72360610961914,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-13 13:20:25,2016-01-13 13:35:00,1,2.2,,,-73.9417724609375,40.798763275146484,-73.93741607666016,40.82383346557617,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-22 18:20:02,2016-01-22 18:27:43,5,0.88,,,-73.98729705810547,40.691734313964844,-73.98507690429688,40.682518005371094,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-05 12:39:44,2016-01-05 13:01:15,1,9.25,,,-73.930908203125,40.865169525146484,-73.98078918457031,40.769256591796875,1,N,2,28.5,0.0,0.5,0.3,0.0,0.0,,29.3,1.0 +1,2016-01-03 11:13:28,2016-01-03 11:34:24,1,4.4,,,0.0,0.0,-74.00004577636719,40.721309661865234,1,N,1,18.0,0.0,0.5,0.3,3.75,0.0,,22.55,1.0 +2,2016-01-07 10:56:05,2016-01-07 11:12:25,1,6.01,,,-73.86290740966797,40.7305908203125,-73.926025390625,40.76108932495117,1,N,1,20.0,0.0,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-17 20:36:08,2016-01-17 20:40:33,1,0.65,,,-73.8896255493164,40.74714660644531,-73.89997100830078,40.74391555786133,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-12 22:58:25,2016-01-12 23:06:47,1,1.42,,,-73.89151000976562,40.74671173095703,-73.89579772949219,40.72935485839844,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 14:20:35,2016-01-06 14:46:58,1,13.57,,,-73.99263763427734,40.66209030151367,-73.87067413330078,40.77363967895508,1,N,2,37.5,0.0,0.5,0.3,0.0,0.0,,38.3,1.0 +1,2016-01-19 18:39:55,2016-01-19 19:07:28,1,4.3,,,-73.99088287353516,40.69290542602539,-73.91986083984375,40.708160400390625,1,N,1,20.5,1.0,0.5,0.3,3.0,0.0,,25.3,1.0 +2,2016-01-04 18:30:31,2016-01-04 18:38:49,1,2.17,,,-73.92312622070312,40.75523376464844,-73.89946746826172,40.7459831237793,1,N,1,8.5,1.0,0.5,0.3,3.09,0.0,,13.39,1.0 +2,2016-01-30 23:45:51,2016-01-30 23:51:59,1,1.08,,,-73.96096801757812,40.806846618652344,-73.95284271240234,40.803558349609375,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-21 21:55:45,2016-01-21 22:20:34,1,8.64,,,-73.92549133300781,40.827877044677734,-73.99369812011719,40.75227355957031,1,N,1,28.0,0.5,0.5,0.3,8.79,0.0,,38.09,1.0 +2,2016-01-17 17:20:23,2016-01-17 17:41:04,1,4.33,,,-73.981689453125,40.674713134765625,-74.01046752929688,40.719886779785156,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-13 22:39:20,2016-01-13 23:09:43,1,6.51,,,-73.95182800292969,40.725608825683594,-73.98210906982422,40.7639274597168,1,N,1,24.5,0.5,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-12 22:21:04,2016-01-12 22:39:55,1,9.8,,,-73.95081329345703,40.7305793762207,-73.97738647460938,40.63821792602539,1,N,2,28.5,0.5,0.5,0.3,0.0,0.0,,29.8,1.0 +1,2016-01-26 05:11:27,2016-01-26 05:40:34,1,19.1,,,-73.99447631835938,40.69023513793945,-73.77961730957031,40.645240783691406,1,N,1,51.0,0.5,0.5,0.3,15.65,0.0,,67.95,1.0 +2,2016-01-05 14:38:17,2016-01-05 14:41:51,1,0.5,,,-73.9216079711914,40.67868423461914,-73.92365264892578,40.6871337890625,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 23:06:43,2016-01-21 23:15:17,1,1.95,,,-73.9611587524414,40.71889114379883,-73.93563079833984,40.722225189208984,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-30 14:15:30,2016-01-30 14:19:18,2,0.5,,,-73.99174499511719,40.663021087646484,-73.98612213134766,40.66938400268555,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-26 20:53:44,2016-01-26 21:16:48,1,3.4,,,-73.94562530517578,40.69212341308594,-73.90528106689453,40.669273376464844,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-17 17:50:55,2016-01-17 18:04:48,1,2.77,,,-73.97379302978516,40.68325424194336,-73.96405029296875,40.65341567993164,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-19 07:58:27,2016-01-19 08:38:25,6,11.02,,,-73.80757904052734,40.700340270996094,-73.74824523925781,40.76796340942383,1,N,1,34.5,0.0,0.5,0.3,0.0,0.0,,35.3,1.0 +1,2016-01-07 03:44:09,2016-01-07 04:04:18,1,8.2,,,-73.87677764892578,40.748321533203125,-73.88151550292969,40.81454086303711,1,N,2,25.0,0.5,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-08 19:37:24,2016-01-08 19:59:50,1,8.16,,,-73.91348266601562,40.75638198852539,-73.9883041381836,40.72181701660156,1,N,1,26.0,1.0,0.5,0.3,5.56,0.0,,33.36,1.0 +2,2016-01-09 15:53:41,2016-01-09 15:57:55,1,0.78,,,-73.94506072998047,40.746131896972656,-73.95320129394531,40.74526596069336,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-25 17:53:36,2016-01-25 18:06:15,1,3.46,,,-73.9404067993164,40.839691162109375,-73.92240142822266,40.8487663269043,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-20 10:38:48,2016-01-20 10:46:45,1,1.1,,,-73.94636535644531,40.806800842285156,-73.96150970458984,40.806312561035156,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,,9.3,1.0 +1,2016-01-29 19:39:03,2016-01-29 20:00:52,1,4.8,,,-73.92611694335938,40.7442741394043,-73.86141204833984,40.73762130737305,1,N,1,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +1,2016-01-14 15:10:42,2016-01-14 15:29:25,1,3.5,,,-73.92168426513672,40.76679229736328,-73.96727752685547,40.76524353027344,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,,18.35,1.0 +1,2016-01-13 00:02:54,2016-01-13 00:09:21,1,1.2,,,-73.95760345458984,40.71799850463867,-73.94397735595703,40.722103118896484,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-15 19:42:46,2016-01-15 19:51:40,1,1.39,,,-73.99201202392578,40.689701080322266,-73.9710693359375,40.68409729003906,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-20 15:33:09,2016-01-20 15:44:38,1,1.72,,,-73.94287109375,40.84354019165039,-73.93805694580078,40.823158264160156,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-21 23:06:13,2016-01-21 23:29:31,1,9.55,,,-73.85202026367188,40.728668212890625,-73.95183563232422,40.681610107421875,1,N,1,28.5,0.5,0.5,0.3,0.3,0.0,,30.1,1.0 +1,2016-01-06 13:23:50,2016-01-06 13:33:44,1,1.7,,,-73.99356079101562,40.699153900146484,-73.99225616455078,40.684059143066406,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,,10.8,1.0 +2,2016-01-08 18:38:07,2016-01-08 19:07:21,1,5.31,,,-73.86955261230469,40.65190887451172,-73.93916320800781,40.63390350341797,1,N,1,22.0,1.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-10 04:11:37,2016-01-10 04:22:28,1,2.05,,,-73.89013671875,40.74692916870117,-73.86611938476562,40.759483337402344,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-17 18:05:30,2016-01-17 18:06:30,1,0.29,,,-73.9103775024414,40.85453414916992,-73.90576934814453,40.85723876953125,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-20 20:21:43,2016-01-20 20:32:24,1,1.37,,,-73.97797393798828,40.68500518798828,-73.96748352050781,40.69329833984375,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-17 11:30:46,2016-01-17 11:40:21,1,1.79,,,-73.962158203125,40.66965103149414,-73.97084045410156,40.68790817260742,1,N,1,9.0,0.0,0.5,0.3,4.0,0.0,,13.8,1.0 +1,2016-01-02 21:13:22,2016-01-02 21:18:18,1,1.7,,,-73.84529876708984,40.849185943603516,-73.83104705810547,40.851844787597656,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 20:38:36,2016-01-09 20:56:35,1,7.36,,,-73.95781707763672,40.73121643066406,-73.99787902832031,40.67877960205078,1,N,1,22.5,0.5,0.5,0.3,5.95,0.0,,29.75,1.0 +2,2016-01-07 17:07:25,2016-01-07 17:16:11,1,1.06,,,-73.8908920288086,40.74689865112305,-73.89712524414062,40.75812911987305,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-01 22:47:00,2016-01-01 22:54:01,1,1.7,,,-73.94282531738281,40.79918670654297,-73.94047546386719,40.81901931762695,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-12 09:31:49,2016-01-12 10:06:51,1,6.3,,,-73.9923324584961,40.682621002197266,-74.01395416259766,40.71172332763672,1,N,1,26.5,0.0,0.5,0.3,5.46,0.0,,32.76,1.0 +1,2016-01-22 13:30:04,2016-01-22 13:39:27,1,1.3,,,-73.98493194580078,40.69150161743164,-73.96617889404297,40.6933479309082,1,N,4,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 05:24:22,2016-01-30 05:37:28,5,7.72,,,-73.86189270019531,40.73017883300781,-73.92703247070312,40.76126480102539,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +1,2016-01-17 17:03:57,2016-01-17 17:28:16,1,4.5,,,-73.95004272460938,40.655029296875,-74.00618743896484,40.625118255615234,1,N,1,18.0,0.0,0.5,0.3,1.0,0.0,,19.8,1.0 +2,2016-01-02 18:43:22,2016-01-02 18:53:47,1,2.09,,,-73.84435272216797,40.721378326416016,-73.84674835205078,40.73694610595703,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 15:22:31,2016-01-30 15:33:49,1,3.86,,,-73.89093780517578,40.74700927734375,-73.861572265625,40.76787567138672,1,N,1,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-30 02:27:33,2016-01-30 02:41:28,1,3.0,,,-73.92286682128906,40.70664596557617,-73.9650650024414,40.714271545410156,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-28 22:49:17,2016-01-28 22:53:41,2,0.4,,,-73.93925476074219,40.80522918701172,-73.94486999511719,40.80854034423828,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-26 08:18:40,2016-01-26 08:23:59,1,0.65,,,-73.95516967773438,40.804603576660156,-73.94767761230469,40.81490707397461,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-01 04:46:55,2016-01-01 04:55:03,2,2.2,,,-73.97854614257812,40.683860778808594,-73.9537353515625,40.66429138183594,1,N,1,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-30 20:45:48,2016-01-30 20:50:41,1,0.56,,,-73.91698455810547,40.74318313598633,-73.92527770996094,40.74190902709961,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-03 12:22:56,2016-01-03 12:29:30,1,1.3,,,-73.94510650634766,40.79961013793945,-73.93628692626953,40.81717300415039,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-14 17:55:11,2016-01-14 18:02:04,1,0.96,,,-73.99240112304688,40.69413375854492,-73.99930572509766,40.683414459228516,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,,8.8,1.0 +1,2016-01-04 05:29:35,2016-01-04 05:59:42,2,18.7,,,-73.96476745605469,40.806583404541016,-73.78510284423828,40.6431884765625,2,N,1,52.0,0.0,0.5,0.3,14.55,5.54,,72.89,1.0 +2,2016-01-29 12:04:00,2016-01-29 12:23:40,1,3.27,,,-73.95934295654297,40.80931091308594,-73.98202514648438,40.76942825317383,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-30 19:54:26,2016-01-30 20:03:33,1,1.46,,,-73.80789184570312,40.70012283325195,-73.81466674804688,40.711830139160156,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-21 09:58:19,2016-01-21 10:03:59,1,1.2,,,-73.91259765625,40.75595474243164,-73.90371704101562,40.76681137084961,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-12 11:25:09,2016-01-12 12:00:13,3,5.35,,,-73.96074676513672,40.690311431884766,-74.0055923461914,40.74103546142578,1,N,1,25.0,0.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-15 03:45:50,2016-01-15 03:49:06,1,1.23,,,-73.9577865600586,40.80131149291992,-73.96759033203125,40.792972564697266,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-25 22:15:51,2016-01-25 22:34:08,5,3.89,,,-73.95783233642578,40.670928955078125,-74.00353240966797,40.65654373168945,1,N,1,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-01 14:20:20,2016-01-01 14:28:18,3,0.75,,,-73.9510498046875,40.67851638793945,-73.94610595703125,40.68018341064453,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-03 22:05:54,2016-01-03 22:19:40,1,2.8,,,-73.95208740234375,40.679771423339844,-73.95758056640625,40.71150207519531,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-03 05:09:51,2016-01-03 05:30:07,1,9.9,,,-73.9471435546875,40.74799346923828,-73.83482360839844,40.70707321166992,1,N,2,28.5,0.5,0.5,0.3,0.0,0.0,,29.8,1.0 +2,2016-01-25 15:01:57,2016-01-25 15:29:47,1,5.55,,,-73.93616485595703,40.79928970336914,-73.92277526855469,40.867183685302734,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-14 23:06:16,2016-01-14 23:09:43,1,0.52,,,-73.91886901855469,40.74299621582031,-73.92111206054688,40.735904693603516,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-25 22:47:57,2016-01-25 23:17:18,1,6.34,,,-73.94453430175781,40.809051513671875,-73.99974060058594,40.734100341796875,1,N,1,23.0,0.5,0.5,0.3,2.7,0.0,,27.0,1.0 +2,2016-01-19 12:22:03,2016-01-19 12:27:26,5,0.88,,,-73.94036102294922,40.80038833618164,-73.93438720703125,40.80316162109375,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-24 13:52:28,2016-01-24 13:59:01,1,1.0,,,-73.95724487304688,40.81216049194336,-73.96796417236328,40.8014030456543,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-17 22:36:12,2016-01-17 22:39:20,1,1.14,,,-73.95370483398438,40.78789520263672,-73.97013092041016,40.789146423339844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 19:19:16,2016-01-19 19:31:13,1,3.46,,,-73.99175262451172,40.695560455322266,-73.95272827148438,40.71478271484375,1,N,1,13.5,1.0,0.5,0.3,3.06,0.0,,18.36,1.0 +1,2016-01-10 00:04:48,2016-01-10 00:21:29,1,3.4,,,-73.94051361083984,40.67991638183594,-73.99169921875,40.683982849121094,1,N,1,14.0,0.5,0.5,0.3,2.0,0.0,,17.3,1.0 +2,2016-01-03 21:24:03,2016-01-03 21:44:20,5,4.53,,,-73.94420623779297,40.71287155151367,-73.94580078125,40.65967559814453,1,N,1,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +1,2016-01-05 18:17:36,2016-01-05 18:20:41,1,0.6,,,-73.92546081542969,40.76187515258789,-73.9271469116211,40.76731872558594,1,N,1,4.0,1.0,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-21 07:56:47,2016-01-21 08:00:44,1,0.55,,,-73.95809936523438,40.80030059814453,-73.96034240722656,40.804771423339844,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-15 12:53:23,2016-01-15 13:05:08,1,3.2,,,-73.99236297607422,40.69451904296875,-73.95035552978516,40.71665573120117,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,,16.55,1.0 +2,2016-01-04 18:11:50,2016-01-04 18:30:44,1,3.41,,,-73.89170837402344,40.861907958984375,-73.9051284790039,40.887535095214844,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-01 21:03:38,2016-01-01 21:05:58,1,0.7,,,-73.9612045288086,40.67414093017578,-73.95596313476562,40.67588806152344,1,N,1,4.0,0.5,0.5,0.3,1.59,0.0,,6.89,1.0 +2,2016-01-02 13:51:23,2016-01-02 13:56:38,1,0.94,,,-73.95137786865234,40.799835205078125,-73.93952178955078,40.80145263671875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 18:56:12,2016-01-30 19:05:36,1,3.14,,,-73.92875671386719,40.76310729980469,-73.95423126220703,40.76403045654297,1,N,1,11.0,0.0,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-01 03:14:03,2016-01-01 03:33:33,1,3.75,,,-73.95777893066406,40.71774673461914,-73.95994567871094,40.683746337890625,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-15 15:58:13,2016-01-15 16:07:08,1,0.7,,,-73.93495178222656,40.847843170166016,-73.92424011230469,40.844974517822266,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-07 09:10:09,2016-01-07 09:25:26,1,4.33,,,-73.8814926147461,40.74227523803711,-73.81941986083984,40.742130279541016,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-10 20:02:30,2016-01-10 20:08:15,1,0.84,,,-73.95198822021484,40.7899055480957,-73.95034790039062,40.784278869628906,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-13 00:48:30,2016-01-13 00:52:06,1,0.89,,,-73.83029174804688,40.713462829589844,-73.83404541015625,40.70492935180664,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-09 01:15:14,2016-01-09 01:20:17,2,1.54,,,-73.95450592041016,40.73520278930664,-73.95252227783203,40.71826171875,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-14 11:46:46,2016-01-14 11:48:18,1,0.4,,,-73.8901138305664,40.746036529541016,-73.88713073730469,40.74115753173828,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-09 12:38:19,2016-01-09 12:49:56,1,4.71,,,-73.9217300415039,40.835758209228516,-73.90674591064453,40.87949752807617,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-08 22:13:29,2016-01-08 22:24:13,6,2.66,,,-73.95568084716797,40.71406555175781,-73.95118713378906,40.745113372802734,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-13 22:31:54,2016-01-13 22:39:35,1,1.01,,,-73.921630859375,40.76680374145508,-73.92871856689453,40.77394485473633,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-14 08:05:10,2016-01-14 08:16:53,1,2.0,,,-73.98724365234375,40.6922492980957,-73.9813003540039,40.67116165161133,1,Y,1,9.5,0.0,0.5,0.3,1.0,0.0,,11.3,1.0 +2,2016-01-28 13:57:32,2016-01-28 14:00:39,1,0.56,,,-73.89641571044922,40.746280670166016,-73.88623809814453,40.744415283203125,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-07 07:36:13,2016-01-07 07:58:42,1,5.75,,,-73.94709014892578,40.800960540771484,-73.94002532958984,40.75030517578125,1,N,1,20.0,0.0,0.5,0.3,4.16,0.0,,24.96,1.0 +2,2016-01-11 12:25:36,2016-01-11 12:34:58,1,2.44,,,-73.98938751220703,40.703041076660156,-73.9994125366211,40.71764373779297,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-05 08:00:18,2016-01-05 08:30:02,1,4.67,,,-73.92898559570312,40.73889923095703,-73.98152923583984,40.746551513671875,1,N,1,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-03 03:30:28,2016-01-03 03:45:59,1,9.57,,,-73.96098327636719,40.716758728027344,-74.02486419677734,40.635982513427734,1,N,2,27.5,0.5,0.5,0.3,0.0,0.0,,28.8,1.0 +1,2016-01-20 01:16:14,2016-01-20 01:32:27,1,6.3,,,-73.9563217163086,40.71440887451172,-73.99015808105469,40.756900787353516,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-29 15:14:44,2016-01-29 15:41:24,1,1.72,,,-73.95235443115234,40.79014587402344,-73.94367218017578,40.77664566040039,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,,20.16,1.0 +2,2016-01-29 07:48:32,2016-01-29 08:29:05,1,12.6,,,-74.0186996459961,40.63238525390625,-73.95366668701172,40.7669563293457,1,N,1,40.0,0.0,0.5,0.3,10.0,5.54,,56.34,1.0 +1,2016-01-14 17:14:22,2016-01-14 17:19:29,1,0.9,,,-73.96338653564453,40.682796478271484,-73.96878051757812,40.692935943603516,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-16 11:11:33,2016-01-16 11:14:57,5,0.37,,,-73.94226837158203,40.83778381347656,-73.943603515625,40.832733154296875,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-30 21:51:24,2016-01-31 21:28:54,1,2.56,,,-73.96552276611328,40.713478088378906,-73.9926986694336,40.72260284423828,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-04 19:47:34,2016-01-04 19:53:33,1,1.5,,,-73.91831970214844,40.77018356323242,-73.89252471923828,40.77055358886719,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-28 19:42:55,2016-01-28 19:50:46,1,0.9,,,-73.92046356201172,40.766448974609375,-73.92894744873047,40.775821685791016,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 14:50:55,2016-01-13 15:12:17,1,3.38,,,-73.94390106201172,40.711822509765625,-73.94508361816406,40.755348205566406,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-20 01:38:24,2016-01-20 01:41:36,1,0.56,,,-73.89093017578125,40.74707794189453,-73.88258361816406,40.74995040893555,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-20 00:09:32,2016-01-20 00:29:07,1,5.47,,,-73.95565795898438,40.80411911010742,-74.00262451171875,40.739803314208984,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-06 15:41:58,2016-01-06 15:51:33,3,2.88,,,-73.9423828125,40.840518951416016,-73.967529296875,40.80717086791992,1,N,1,11.0,0.0,0.5,0.3,2.2,0.0,,14.0,1.0 +2,2016-01-29 08:02:50,2016-01-29 08:11:37,1,0.85,,,-73.88957214355469,40.74925231933594,-73.88021850585938,40.75605010986328,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 22:04:51,2016-01-30 22:09:31,5,0.79,,,-73.95758819580078,40.71794509887695,-73.94841003417969,40.726558685302734,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-11 11:03:43,2016-01-11 11:06:39,1,0.5,,,-73.91217803955078,40.823768615722656,-73.91990661621094,40.82621383666992,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-29 17:50:13,2016-01-29 18:05:48,1,1.6,,,-73.9756851196289,40.676116943359375,-73.9916000366211,40.690956115722656,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-27 18:59:54,2016-01-27 19:01:09,6,0.43,,,-73.94474029541016,40.808631896972656,-73.93978881835938,40.8116569519043,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 16:25:50,2016-01-01 16:41:17,1,2.71,,,-73.95415496826172,40.80097198486328,-73.98133850097656,40.78083419799805,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-21 14:28:44,2016-01-21 14:45:32,1,3.45,,,-73.79714965820312,40.7032470703125,-73.85641479492188,40.68611145019531,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,,18.36,1.0 +1,2016-01-02 02:35:23,2016-01-02 02:39:45,1,0.8,,,-73.90571594238281,40.81072235107422,-73.89592742919922,40.8180046081543,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +1,2016-01-29 03:57:40,2016-01-29 04:04:35,1,1.6,,,-73.8602294921875,40.83790588378906,-73.84532928466797,40.822265625,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-06 00:23:50,2016-01-06 00:29:32,1,1.11,,,-73.95865631103516,40.81489562988281,-73.94363403320312,40.81018829345703,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-17 02:01:30,2016-01-17 02:15:03,5,2.55,,,-73.95057678222656,40.743736267089844,-73.90992736816406,40.74626541137695,1,N,1,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-29 21:10:52,2016-01-29 21:17:51,1,2.22,,,-73.89495086669922,40.75463104248047,-73.92120361328125,40.76726531982422,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-07 13:51:07,2016-01-07 14:02:10,1,2.11,,,-73.94709014892578,40.79981231689453,-73.92306518554688,40.80887222290039,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-06 10:13:08,2016-01-06 10:24:58,1,2.1,,,-73.96880340576172,40.672828674316406,-73.93085479736328,40.67057418823242,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-25 01:32:51,2016-01-25 01:41:14,1,1.09,,,-73.95796203613281,40.721900939941406,-73.96221923828125,40.71174621582031,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-01 03:57:01,2016-01-01 04:06:58,1,1.29,,,-73.9173355102539,40.815921783447266,-73.90476989746094,40.83018112182617,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-21 15:39:58,2016-01-21 15:49:38,2,1.9,,,-73.84420013427734,40.72102355957031,-73.8736572265625,40.735233306884766,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-24 17:18:52,2016-01-24 17:23:29,2,1.03,,,-73.95331573486328,40.79154586791992,-73.95618438720703,40.78437423706055,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-18 02:36:09,2016-01-18 02:38:23,1,0.9,,,-73.93132019042969,40.80166244506836,-73.92243957519531,40.809814453125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-18 19:31:26,2016-01-18 19:35:40,1,0.99,,,-73.9444351196289,40.819339752197266,-73.95381164550781,40.80638122558594,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-04 22:10:52,2016-01-04 22:12:23,1,0.66,,,-73.9446792602539,40.787452697753906,-73.95097351074219,40.77900695800781,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 15:15:53,2016-01-29 15:43:04,1,2.9,,,-73.96397399902344,40.808162689208984,-73.98233032226562,40.76993179321289,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,,23.16,1.0 +2,2016-01-25 17:55:17,2016-01-25 18:12:28,1,1.93,,,-73.93901062011719,40.843868255615234,-73.92259216308594,40.86616134643555,1,N,1,12.0,1.0,0.5,0.3,3.45,0.0,,17.25,1.0 +1,2016-01-16 01:16:52,2016-01-16 01:40:09,2,3.4,,,-74.01181030273438,40.67386245727539,-73.96935272216797,40.68954849243164,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-16 09:46:35,2016-01-16 09:50:24,1,0.61,,,-73.99787139892578,40.68303298950195,-73.99565887451172,40.6906623840332,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-09 16:22:32,2016-01-09 16:28:44,1,1.02,,,-73.9605484008789,40.65966796875,-73.95623779296875,40.671241760253906,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-30 17:16:01,2016-01-30 17:34:55,1,3.53,,,-73.97306060791016,40.691673278808594,-73.9964370727539,40.66412353515625,1,N,1,15.5,0.0,0.5,0.3,4.08,0.0,,20.38,1.0 +2,2016-01-21 15:59:56,2016-01-21 16:40:09,1,5.86,,,-73.93211364746094,40.75358963012695,-73.85990142822266,40.71162414550781,1,N,2,27.5,0.0,0.5,0.3,0.0,0.0,,28.3,1.0 +1,2016-01-22 08:58:39,2016-01-22 09:01:19,1,0.6,,,-73.96048736572266,40.81573486328125,-73.96427917480469,40.8079719543457,1,N,1,4.0,0.0,0.5,0.3,0.95,0.0,,5.75,1.0 +1,2016-01-20 08:00:50,2016-01-20 08:09:18,1,1.5,,,-73.95391845703125,40.58767318725586,-73.93408203125,40.59668731689453,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,,10.55,1.0 +1,2016-01-04 22:36:23,2016-01-04 22:44:45,3,2.9,,,-73.94544982910156,40.83356857299805,-73.9366455078125,40.806617736816406,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 12:18:29,2016-01-16 12:24:44,1,1.22,,,-73.94507598876953,40.818485260009766,-73.95669555664062,40.817596435546875,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-02 01:36:53,2016-01-02 01:42:47,1,2.38,,,-73.86005401611328,40.71184539794922,-73.84062194824219,40.68574905395508,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-22 18:39:22,2016-01-22 18:59:56,1,4.23,,,-73.93299865722656,40.795989990234375,-73.9698486328125,40.75761795043945,1,N,2,17.5,1.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-01 23:09:20,2016-01-01 23:22:48,5,2.5,,,-73.8858413696289,40.747493743896484,-73.92897033691406,40.739356994628906,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-28 11:51:42,2016-01-28 12:22:30,2,12.75,,,-73.97544860839844,40.67002868652344,-73.77640533447266,40.64523696899414,1,N,1,37.0,0.0,0.5,0.3,5.5,0.0,,43.3,1.0 +2,2016-01-27 18:51:52,2016-01-27 18:57:30,1,0.76,,,-73.89166259765625,40.82122039794922,-73.88927459716797,40.814056396484375,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 18:27:10,2016-01-08 19:41:33,5,9.19,,,-73.92942810058594,40.68475341796875,-73.99568939208984,40.60329818725586,1,N,1,50.0,1.0,0.5,0.3,40.0,0.0,,91.8,1.0 +2,2016-01-13 13:20:19,2016-01-13 13:42:32,1,6.46,,,-73.86941528320312,40.7345085144043,-73.93099975585938,40.76576232910156,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-18 11:42:26,2016-01-18 11:49:03,1,1.55,,,-73.95619201660156,40.74672317504883,-73.9398193359375,40.756614685058594,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-19 07:46:19,2016-01-19 07:51:05,2,0.78,,,-73.91184997558594,40.76776885986328,-73.91976928710938,40.758094787597656,1,N,1,5.5,0.0,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-10 00:17:12,2016-01-10 00:23:11,1,1.08,,,-73.95344543457031,40.63972854614258,-73.95276641845703,40.65378189086914,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-08 18:21:36,2016-01-08 18:24:18,1,0.39,,,-73.9138412475586,40.76545333862305,-73.90885162353516,40.76754379272461,1,N,1,3.5,1.0,0.5,0.3,1.5,0.0,,6.8,1.0 +1,2016-01-18 10:50:20,2016-01-18 11:02:34,1,3.5,,,-73.92630767822266,40.76616668701172,-73.97078704833984,40.751766204833984,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-26 13:21:58,2016-01-26 13:34:55,1,1.89,,,-73.9370346069336,40.81362533569336,-73.95317077636719,40.79151153564453,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-21 19:23:44,2016-01-21 19:29:19,1,1.1,,,-73.98551940917969,40.67387771606445,-73.97206115722656,40.676631927490234,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-29 00:18:29,2016-01-29 00:20:05,1,0.6,,,-73.97091674804688,40.68776321411133,-73.96033477783203,40.68894577026367,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-03 14:09:12,2016-01-03 14:20:00,1,1.73,,,-73.95703125,40.684818267822266,-73.95032501220703,40.69975662231445,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-03 08:15:26,2016-01-03 08:17:26,1,0.87,,,-73.94803619384766,40.790042877197266,-73.95436096191406,40.77901077270508,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-17 21:40:28,2016-01-17 22:07:30,1,7.26,,,-73.9527816772461,40.786399841308594,-74.00272369384766,40.73388671875,1,N,1,25.5,0.5,0.5,0.3,5.36,0.0,,32.16,1.0 +1,2016-01-30 13:57:54,2016-01-30 14:08:58,2,1.7,,,-73.97605895996094,40.68388366699219,-73.98754119873047,40.66473388671875,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-13 20:53:50,2016-01-13 20:59:19,1,1.23,,,-73.96131896972656,40.810298919677734,-73.9715805053711,40.795326232910156,1,N,1,6.5,0.5,0.5,0.3,1.25,0.0,,9.05,1.0 +2,2016-01-12 09:17:59,2016-01-12 09:39:06,1,2.01,,,-73.92912292480469,40.679344177246094,-73.95169830322266,40.689796447753906,1,N,1,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-14 11:37:37,2016-01-14 11:47:44,1,1.51,,,-73.9369125366211,40.80420684814453,-73.95330047607422,40.81747817993164,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-20 11:53:43,2016-01-20 11:53:47,1,6.1,,,-73.94853210449219,40.829349517822266,-73.94862365722656,40.82920837402344,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-09 16:00:55,2016-01-09 16:08:11,1,1.15,,,-73.89144897460938,40.7465705871582,-73.89095306396484,40.7352180480957,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-26 19:41:47,2016-01-26 19:47:59,1,0.83,,,-73.98741149902344,40.69190216064453,-73.99480438232422,40.6845703125,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-26 11:34:34,2016-01-26 11:43:49,1,1.44,,,-73.95694732666016,40.71854019165039,-73.95033264160156,40.73417282104492,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-27 23:51:15,2016-01-28 00:03:13,1,2.6,,,-73.96401977539062,40.678794860839844,-73.93779754638672,40.66089630126953,1,N,1,11.0,0.5,0.5,0.3,2.21,0.0,,14.51,1.0 +2,2016-01-01 01:13:13,2016-01-01 01:13:19,1,0.0,,,-73.79655456542969,40.70952606201172,-73.79654693603516,40.709537506103516,5,N,1,22.0,0.0,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-15 20:57:08,2016-01-15 21:03:38,1,1.22,,,-73.9924545288086,40.69864273071289,-74.0020980834961,40.68488311767578,1,N,1,6.5,0.5,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-17 05:38:35,2016-01-17 05:45:52,1,2.09,,,-73.95411682128906,40.7107048034668,-73.92240905761719,40.70927810668945,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-02 16:21:30,2016-01-02 16:33:23,1,1.65,,,-73.94180297851562,40.8381462097168,-73.93106079101562,40.822601318359375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-20 14:16:47,2016-01-20 14:25:39,1,1.21,,,-73.88972473144531,40.746002197265625,-73.869140625,40.749046325683594,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-16 10:33:56,2016-01-16 11:02:11,1,2.6,,,-73.86282348632812,40.749656677246094,-73.82215118408203,40.75428771972656,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-03 19:57:09,2016-01-03 20:13:25,1,2.81,,,-73.95960998535156,40.71612548828125,-73.95733642578125,40.68770980834961,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-29 21:39:37,2016-01-29 22:05:17,1,4.4,,,-73.97467803955078,40.680362701416016,-73.97594451904297,40.72854995727539,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-02 12:03:45,2016-01-02 12:12:09,1,1.53,,,-73.9196548461914,40.76603698730469,-73.8955078125,40.766357421875,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 21:43:13,2016-01-30 21:51:07,1,1.07,,,-73.95560455322266,40.80420684814453,-73.94087219238281,40.800010681152344,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-04 22:46:32,2016-01-04 23:10:02,2,5.23,,,-73.9666519165039,40.6834602355957,-73.98377990722656,40.74375534057617,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-16 02:11:17,2016-01-16 02:26:37,1,7.2,,,-73.890869140625,40.746826171875,-73.82166290283203,40.78583908081055,1,N,1,22.0,0.5,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-16 01:40:07,2016-01-16 01:48:13,1,1.4,,,-73.94851684570312,40.82888412475586,-73.94466400146484,40.81446075439453,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-01 01:00:09,2016-01-01 01:08:27,1,0.69,,,-73.9544448852539,40.73112869262695,-73.95764923095703,40.725059509277344,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-27 20:06:48,2016-01-27 20:14:22,1,1.47,,,-73.93892669677734,40.805137634277344,-73.9532241821289,40.78578186035156,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-21 12:23:11,2016-01-21 13:28:39,1,11.49,,,-73.99050903320312,40.701141357421875,-73.95970153808594,40.709022521972656,1,N,1,49.5,0.0,0.5,0.3,0.0,0.0,,50.3,1.0 +2,2016-01-30 20:14:33,2016-01-30 20:40:39,5,2.73,,,-73.96014404296875,40.71553039550781,-73.99842834472656,40.7242317199707,1,N,1,17.0,0.5,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-16 20:26:35,2016-01-16 20:34:26,1,1.56,,,-73.93245697021484,40.79567337036133,-73.95387268066406,40.80640411376953,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-25 20:50:54,2016-01-25 21:01:59,1,1.8,,,-73.99417877197266,40.6607666015625,-73.97944641113281,40.677650451660156,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-12 12:40:51,2016-01-12 12:44:39,1,0.81,,,-73.93872833251953,40.826988220214844,-73.9464340209961,40.81683349609375,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-22 08:39:11,2016-01-22 08:52:53,1,4.7,,,-73.98178100585938,40.57698059082031,-74.02851867675781,40.618682861328125,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,,20.16,1.0 +2,2016-01-17 17:41:11,2016-01-17 17:51:23,1,1.92,,,-73.93856048583984,40.81712341308594,-73.91409301757812,40.83152389526367,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 18:55:50,2016-01-30 19:10:14,1,3.04,,,-73.9392318725586,40.80541229248047,-73.97575378417969,40.79149627685547,1,N,1,12.0,0.0,0.5,0.3,1.25,0.0,,14.05,1.0 +1,2016-01-21 17:54:12,2016-01-21 18:00:34,1,1.1,,,-73.92561340332031,40.76190948486328,-73.93852996826172,40.75286865234375,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 05:25:00,2016-01-10 06:05:28,1,19.05,,,-73.95344543457031,40.78655242919922,-73.78976440429688,40.64693069458008,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,,70.01,1.0 +2,2016-01-29 21:28:15,2016-01-29 21:30:25,1,0.45,,,-73.85122680664062,40.694000244140625,-73.8541259765625,40.70064163208008,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-29 03:15:48,2016-01-29 03:26:31,1,2.06,,,-73.95594787597656,40.804649353027344,-73.94877624511719,40.82902145385742,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-09 09:48:24,2016-01-09 09:53:59,1,0.84,,,-73.8899917602539,40.74687194824219,-73.88536071777344,40.7553596496582,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-15 17:43:45,2016-01-15 17:51:24,2,1.53,,,-73.82998657226562,40.713783264160156,-73.83170318603516,40.699832916259766,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-09 11:46:34,2016-01-09 11:57:12,1,1.6,,,-73.99554443359375,40.682960510253906,-73.97978973388672,40.669166564941406,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-28 12:34:23,2016-01-28 12:39:51,1,1.18,,,-73.95228576660156,40.81117630004883,-73.94600677490234,40.82539749145508,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-25 18:24:41,2016-01-25 18:47:34,1,4.0,,,-73.86217498779297,40.73033905029297,-73.84651184082031,40.69514846801758,1,N,1,17.5,1.0,0.5,0.3,3.85,0.0,,23.15,1.0 +2,2016-01-25 14:02:57,2016-01-25 14:21:32,1,5.94,,,-73.99801635742188,40.68271255493164,-73.96467590332031,40.715248107910156,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-26 11:06:38,2016-01-26 11:41:20,1,14.81,,,-73.8272705078125,40.85261535644531,-73.98974609375,40.767425537109375,1,N,1,43.0,0.0,0.5,0.3,10.95,0.0,,54.75,1.0 +2,2016-01-30 19:41:41,2016-01-30 19:46:04,3,0.58,,,-73.96380615234375,40.80311965942383,-73.9559326171875,40.80354309082031,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-08 14:45:17,2016-01-08 15:01:56,6,2.53,,,-73.84423065185547,40.72138977050781,-73.8490982055664,40.69453048706055,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-12 16:45:49,2016-01-12 16:50:57,1,1.0,,,-73.9188232421875,40.75911331176758,-73.90834045410156,40.7708854675293,1,N,1,5.5,1.0,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-29 22:01:13,2016-01-29 22:22:44,1,5.4,,,-73.88846588134766,40.747127532958984,-73.95951080322266,40.71807861328125,1,N,1,21.0,0.5,0.5,0.3,3.0,0.0,,25.3,1.0 +2,2016-01-29 03:53:48,2016-01-29 03:59:38,1,1.15,,,-73.94676971435547,40.8161506652832,-73.93936920166016,40.83150863647461,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-16 23:20:04,2016-01-16 23:35:31,1,3.74,,,-73.90753936767578,40.835914611816406,-73.87625122070312,40.829124450683594,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-16 03:15:45,2016-01-16 03:35:14,2,2.58,,,-73.95502471923828,40.68909454345703,-73.9308853149414,40.67142868041992,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-17 16:30:30,2016-01-17 16:38:24,1,1.0,,,-73.97756958007812,40.684417724609375,-73.9874038696289,40.683006286621094,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-14 07:48:12,2016-01-14 08:39:42,1,5.1,,,-73.90638732910156,40.74550247192383,-73.95206451416016,40.77388381958008,1,N,1,32.5,0.0,0.5,0.3,2.0,0.0,,35.3,1.0 +2,2016-01-05 06:35:42,2016-01-05 06:44:20,1,1.95,,,-73.95455932617188,40.805763244628906,-73.9747314453125,40.79081726074219,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-29 18:12:53,2016-01-29 18:16:50,1,0.63,,,-73.94105529785156,40.78828811645508,-73.9352798461914,40.79624938964844,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-20 18:09:19,2016-01-20 19:00:22,1,18.12,,,-73.94039916992188,40.814666748046875,-73.78068542480469,40.64495849609375,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,,58.34,1.0 +2,2016-01-07 15:29:14,2016-01-07 15:42:32,1,3.2,,,-73.81533813476562,40.704532623291016,-73.76872253417969,40.70818328857422,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-20 11:15:06,2016-01-20 11:32:39,1,8.29,,,-73.8448486328125,40.72157287597656,-73.92115020751953,40.763160705566406,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-15 20:37:06,2016-01-15 21:00:02,1,2.84,,,-73.96199035644531,40.71337127685547,-73.99645233154297,40.72544479370117,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-26 12:28:54,2016-01-26 12:38:12,1,1.21,,,-73.9700698852539,40.694190979003906,-73.98094940185547,40.68997573852539,1,N,1,7.5,0.0,0.5,0.3,3.0,0.0,,11.3,1.0 +2,2016-01-09 14:45:35,2016-01-09 15:33:02,1,18.38,,,-73.98361206054688,40.661983489990234,-73.77637481689453,40.6452751159668,1,N,1,54.0,0.0,0.5,0.3,16.44,0.0,,71.24,1.0 +2,2016-01-12 15:19:21,2016-01-12 15:37:19,5,3.16,,,-73.93993377685547,40.82067108154297,-73.97035217285156,40.78590774536133,1,N,1,15.0,0.0,0.5,0.3,1.5,0.0,,17.3,1.0 +2,2016-01-14 23:24:39,2016-01-14 23:39:52,1,3.02,,,-73.97639465332031,40.68281173706055,-73.98784637451172,40.664058685302734,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,,15.3,1.0 +1,2016-01-25 11:17:58,2016-01-25 11:22:59,2,0.8,,,-73.84419250488281,40.72124099731445,-73.83751678466797,40.71260070800781,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-13 02:15:02,2016-01-13 02:30:22,1,6.27,,,-73.84424591064453,40.72092056274414,-73.9124526977539,40.69927215576172,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-24 16:18:20,2016-01-24 16:21:26,1,0.53,,,-73.90809631347656,40.81305694580078,-73.91820526123047,40.81627655029297,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-02 17:52:48,2016-01-02 18:11:00,2,5.1,,,-73.99459075927734,40.70297622680664,-73.98506164550781,40.724021911621094,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-19 18:11:38,2016-01-19 18:25:40,1,2.41,,,-73.94500732421875,40.808128356933594,-73.91468811035156,40.822998046875,1,N,1,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-28 15:22:44,2016-01-28 15:30:58,1,0.68,,,-73.9465103149414,40.80049514770508,-73.95315551757812,40.791412353515625,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-01 05:25:17,2016-01-01 05:33:07,3,1.5,,,-73.93440246582031,40.698570251464844,-73.96084594726562,40.697200775146484,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,,10.55,1.0 +1,2016-01-29 05:15:55,2016-01-29 05:26:03,1,2.9,,,-73.8900146484375,40.747291564941406,-73.922119140625,40.76727294921875,1,N,1,11.0,0.5,0.5,0.3,3.0,0.0,,15.3,1.0 +2,2016-01-20 19:17:01,2016-01-20 19:22:55,5,1.61,,,-73.95197296142578,40.79011154174805,-73.94164276123047,40.80946731567383,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-04 22:47:04,2016-01-04 22:49:13,1,0.48,,,-73.88522338867188,40.74403762817383,-73.87744903564453,40.73853302001953,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-27 14:21:47,2016-01-27 14:43:44,1,2.1,,,-73.94627380371094,40.680419921875,-73.94231414794922,40.702239990234375,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-02 18:01:30,2016-01-02 18:06:49,6,0.66,,,-73.98384857177734,40.67770004272461,-73.97484588623047,40.6800537109375,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 13:20:35,2016-01-10 13:34:17,1,2.19,,,-73.92556762695312,40.76184844970703,-73.95693969726562,40.74560546875,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-12 12:50:43,2016-01-12 12:58:23,1,1.3,,,-73.97864532470703,40.673065185546875,-73.99335479736328,40.66143035888672,1,N,1,7.0,0.0,0.5,0.3,1.25,0.0,,9.05,1.0 +2,2016-01-17 01:43:48,2016-01-17 02:06:29,1,4.13,,,-73.95832061767578,40.71739196777344,-73.91529083251953,40.70128631591797,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-08 10:51:14,2016-01-08 10:54:13,1,0.79,,,-73.959716796875,40.801109313964844,-73.95794677734375,40.81098175048828,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,,6.3,1.0 +2,2016-01-28 16:44:42,2016-01-28 16:51:42,1,1.22,,,-73.8075180053711,40.700653076171875,-73.8082504272461,40.686859130859375,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-09 11:41:13,2016-01-09 11:56:45,1,3.45,,,-73.98332214355469,40.677188873291016,-74.01964569091797,40.637935638427734,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-07 20:03:23,2016-01-07 20:08:40,1,1.0,,,-73.94447326660156,40.67571258544922,-73.94400024414062,40.66202163696289,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-15 22:18:26,2016-01-15 22:34:34,1,3.33,,,-73.9612045288086,40.714576721191406,-73.9710464477539,40.68003463745117,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-20 10:57:19,2016-01-20 11:27:03,1,3.95,,,-73.94965362548828,40.79693603515625,-73.98501586914062,40.759735107421875,1,N,1,20.0,0.0,0.5,0.3,4.16,0.0,,24.96,1.0 +2,2016-01-30 00:35:45,2016-01-30 00:43:38,1,1.47,,,-73.95994567871094,40.65630340576172,-73.96363067626953,40.677433013916016,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-13 19:25:32,2016-01-13 19:26:27,1,0.04,,,-73.85191345214844,40.83418655395508,-73.85139465332031,40.833221435546875,1,N,4,-2.5,-1.0,-0.5,-0.3,0.0,0.0,,-4.3,1.0 +2,2016-01-16 15:52:32,2016-01-16 15:57:34,1,1.05,,,-73.94658660888672,40.800506591796875,-73.94892120361328,40.7885856628418,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-16 13:33:51,2016-01-16 14:01:56,1,6.49,,,-73.9929428100586,40.69308090209961,-73.99095153808594,40.760738372802734,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-22 22:03:29,2016-01-22 22:09:50,1,0.59,,,-73.97716522216797,40.68141555786133,-73.98529052734375,40.670448303222656,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 15:21:13,2016-01-16 15:29:57,1,0.75,,,-73.99430847167969,40.68559265136719,-73.9930648803711,40.69443130493164,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-20 17:05:19,2016-01-20 17:08:22,1,0.5,,,-73.95413970947266,40.80607223510742,-73.95389556884766,40.80119323730469,1,N,1,4.5,1.0,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-09 21:01:35,2016-01-09 21:32:52,2,9.49,,,-73.83587646484375,40.71796417236328,-73.95819091796875,40.773006439208984,1,N,1,31.5,0.5,0.5,0.3,8.2,0.0,,41.0,1.0 +2,2016-01-19 19:52:02,2016-01-19 20:11:14,1,8.77,,,-73.88195037841797,40.75587844848633,-73.80797576904297,40.68755340576172,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-17 00:41:13,2016-01-17 00:46:48,3,1.52,,,-73.96245574951172,40.7099723815918,-73.9573745727539,40.72234344482422,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-15 10:58:06,2016-01-15 11:07:46,1,1.31,,,-73.9286117553711,40.85649871826172,-73.937255859375,40.84078598022461,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-08 00:16:35,2016-01-08 00:38:30,1,5.45,,,-73.91165161132812,40.775630950927734,-73.94877624511719,40.773860931396484,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-28 17:17:41,2016-01-28 17:20:43,1,0.49,,,-73.93305969238281,40.7639274597168,-73.93862915039062,40.7648811340332,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 14:11:24,2016-01-17 14:26:27,1,3.65,,,-73.91869354248047,40.74301528930664,-73.91708374023438,40.703033447265625,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-07 13:53:44,2016-01-07 14:04:10,1,1.55,,,-73.96195983886719,40.80552291870117,-73.94499206542969,40.813777923583984,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-04 06:15:25,2016-01-04 06:35:38,1,7.8,,,-73.94574737548828,40.820068359375,-73.87332153320312,40.77429962158203,1,N,1,25.0,0.0,0.5,0.3,6.25,5.54,,37.59,1.0 +2,2016-01-12 06:58:44,2016-01-12 07:38:42,1,5.37,,,-73.97850036621094,40.68788528442383,-73.9766616821289,40.75615692138672,1,N,2,28.0,0.0,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-17 07:14:43,2016-01-17 07:17:57,1,0.91,,,-73.9539794921875,40.800540924072266,-73.95374298095703,40.79079818725586,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-14 18:56:33,2016-01-14 18:58:35,5,0.36,,,-73.93340301513672,40.71018600463867,-73.93329620361328,40.7053337097168,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-22 17:03:09,2016-01-22 17:58:49,1,11.4,,,-73.959228515625,40.68247604370117,-73.78282928466797,40.64404296875,1,N,1,45.0,1.0,0.5,0.3,9.35,0.0,,56.15,1.0 +1,2016-01-30 10:17:31,2016-01-30 10:23:34,1,0.7,,,-73.98442077636719,40.671485900878906,-73.97781372070312,40.674530029296875,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-07 16:30:00,2016-01-07 16:48:19,1,6.04,,,-73.80005645751953,40.7027473449707,-73.85352325439453,40.7542610168457,1,N,2,20.5,1.0,0.5,0.3,0.0,0.0,,22.3,1.0 +1,2016-01-16 15:39:59,2016-01-16 15:53:27,1,2.2,,,-73.86373138427734,40.732784271240234,-73.83958435058594,40.7212028503418,1,N,1,10.5,0.0,0.5,0.3,2.8,0.0,,14.1,1.0 +1,2016-01-19 17:26:41,2016-01-19 17:36:45,1,1.7,,,-73.96202087402344,40.69403076171875,-73.96324920654297,40.71018981933594,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-08 03:06:42,2016-01-08 03:13:44,1,1.5,,,-73.95641326904297,40.708675384521484,-73.950439453125,40.72499465942383,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-07 15:36:55,2016-01-07 16:03:35,1,6.5,,,-73.9949722290039,40.66046142578125,-74.00212860107422,40.72999572753906,1,N,2,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-13 19:27:18,2016-01-13 19:29:58,1,0.47,,,-73.93915557861328,40.798797607421875,-73.93447875976562,40.801876068115234,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-14 08:03:53,2016-01-14 08:24:07,1,4.06,,,-73.91926574707031,40.749420166015625,-73.97511291503906,40.75601577758789,1,N,1,16.5,0.0,0.5,0.3,2.0,0.0,,19.3,1.0 +2,2016-01-30 13:25:08,2016-01-30 13:31:14,1,1.16,,,-73.90281677246094,40.74150466918945,-73.89022827148438,40.74593734741211,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-18 22:22:14,2016-01-18 22:24:46,1,0.3,,,-73.86990356445312,40.74911117553711,-73.8675308227539,40.74778747558594,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-17 00:12:41,2016-01-17 00:20:17,1,1.34,,,-73.89117431640625,40.746952056884766,-73.87043762207031,40.73745346069336,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-12 17:51:09,2016-01-12 18:19:46,3,4.82,,,-73.98566436767578,40.677650451660156,-73.98722076416016,40.738983154296875,1,N,1,21.5,1.0,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-17 14:37:10,2016-01-17 14:48:04,1,2.2,,,-73.8915786743164,40.74715805053711,-73.87140655517578,40.762210845947266,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,,12.3,1.0 +2,2016-01-22 07:51:49,2016-01-22 08:02:35,1,1.78,,,-73.98294830322266,40.65756607055664,-73.97877502441406,40.66636276245117,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-10 05:18:36,2016-01-10 05:39:11,1,8.38,,,-73.95787811279297,40.72184753417969,-74.00469970703125,40.65088653564453,1,N,2,25.5,0.5,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-04 17:43:57,2016-01-04 17:49:00,1,0.87,,,-73.9556884765625,40.803958892822266,-73.9450454711914,40.80823516845703,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-14 10:03:24,2016-01-14 10:11:49,1,1.8,,,-74.00340270996094,40.57773971557617,-73.9818115234375,40.576927185058594,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-10 02:27:52,2016-01-10 02:38:36,1,4.32,,,-73.94268035888672,40.83726119995117,-73.9760513305664,40.79154586791992,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-12 15:30:31,2016-01-12 15:42:31,1,2.32,,,-73.90338134765625,40.74538803100586,-73.9043960571289,40.72195053100586,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-24 16:04:30,2016-01-24 16:11:47,2,1.18,,,-73.94863891601562,40.80836486816406,-73.94078063964844,40.822418212890625,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-12 11:45:19,2016-01-12 11:51:24,1,1.93,,,-73.89273834228516,40.74725341796875,-73.88726806640625,40.76081085205078,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-26 10:14:23,2016-01-26 10:20:36,1,0.7,,,-73.99641418457031,40.671478271484375,-73.98918151855469,40.66573715209961,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-12 07:09:59,2016-01-12 07:48:15,1,7.39,,,-73.94514465332031,40.81861114501953,-73.97087860107422,40.744834899902344,1,N,2,29.0,0.0,0.5,0.3,0.0,0.0,,29.8,1.0 +1,2016-01-11 20:17:16,2016-01-11 20:29:05,1,1.4,,,-73.8782958984375,40.748199462890625,-73.86560821533203,40.75148010253906,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-13 14:53:34,2016-01-13 15:02:46,1,1.58,,,-73.93365478515625,40.79850387573242,-73.95217895507812,40.80315017700195,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-18 13:19:08,2016-01-18 13:28:07,1,3.33,,,-73.93201446533203,40.79560089111328,-73.96117401123047,40.76261901855469,5,N,1,16.5,0.0,0.0,0,2.0,0.0,,18.5,2.0 +2,2016-01-07 15:08:41,2016-01-07 15:25:15,1,1.98,,,-73.98583984375,40.67384338378906,-73.98397064208984,40.695281982421875,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,,15.36,1.0 +1,2016-01-16 22:52:19,2016-01-16 23:14:08,2,4.4,,,-73.94424438476562,40.7147216796875,-73.97508239746094,40.674224853515625,1,N,1,18.0,0.5,0.5,0.3,2.0,0.0,,21.3,1.0 +2,2016-01-22 01:29:01,2016-01-22 01:35:52,1,1.23,,,-73.89092254638672,40.746952056884766,-73.87753295898438,40.75362014770508,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-08 23:52:59,2016-01-09 00:04:16,1,1.44,,,-73.94326782226562,40.708065032958984,-73.95641326904297,40.72161865234375,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,,11.3,1.0 +2,2016-01-12 19:21:23,2016-01-12 19:29:56,1,1.43,,,-73.97434997558594,40.68971633911133,-73.99549102783203,40.69062042236328,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-26 09:26:54,2016-01-26 09:48:16,1,8.53,,,-73.95021057128906,40.78680419921875,-73.86412811279297,40.76980972290039,1,N,1,26.5,0.0,0.5,0.3,6.57,5.54,,39.41,1.0 +2,2016-01-26 19:34:34,2016-01-26 19:38:20,1,0.58,,,-73.91383361816406,40.76536560058594,-73.92020416259766,40.75749206542969,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 11:57:14,2016-01-21 12:01:56,1,0.6,,,-73.8985595703125,40.85158157348633,-73.88909149169922,40.848201751708984,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-18 09:11:25,2016-01-18 09:30:06,1,4.68,,,-73.87877655029297,40.82804870605469,-73.92902374267578,40.82215118408203,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-11 22:48:27,2016-01-11 23:08:31,1,10.11,,,-73.9813232421875,40.68998336791992,-73.87313842773438,40.70461654663086,1,N,2,29.5,0.5,0.5,0.3,0.0,0.0,,30.8,1.0 +2,2016-01-12 08:07:14,2016-01-12 08:11:37,1,0.5,,,-73.98297119140625,40.67316818237305,-73.98859405517578,40.670677185058594,1,N,1,5.0,0.0,0.5,0.3,0.58,0.0,,6.38,1.0 +2,2016-01-09 01:44:57,2016-01-09 01:56:29,1,2.53,,,-73.9451675415039,40.808021545410156,-73.9092025756836,40.81587600708008,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-08 10:48:57,2016-01-08 11:49:03,2,7.3,,,-73.94841766357422,40.82950973510742,-73.95462036132812,40.765846252441406,1,N,3,40.0,0.0,0.5,0.3,0.0,0.0,,40.8,1.0 +2,2016-01-18 00:03:23,2016-01-18 00:19:30,1,4.2,,,-73.96760559082031,40.6873664855957,-74.00041198730469,40.72881317138672,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-15 11:29:22,2016-01-15 11:54:26,1,3.1,,,-73.97785949707031,40.684814453125,-74.00101470947266,40.72032928466797,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-15 17:11:45,2016-01-15 17:21:55,1,1.19,,,-73.95626831054688,40.80308532714844,-73.93956756591797,40.804046630859375,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-27 05:24:35,2016-01-27 05:34:17,3,2.44,,,-73.93598937988281,40.79528045654297,-73.96212005615234,40.776302337646484,1,N,1,10.0,0.5,0.5,0.3,2.0,0.0,,13.3,1.0 +2,2016-01-20 19:48:45,2016-01-20 19:52:15,1,0.72,,,-73.83087158203125,40.713932037353516,-73.82591247558594,40.705963134765625,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-18 15:27:21,2016-01-18 15:37:50,1,1.7,,,-73.91384887695312,40.75360870361328,-73.94391632080078,40.75476837158203,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-06 08:41:02,2016-01-06 08:54:40,2,3.0,,,-73.86344909667969,40.753665924072266,-73.81629180908203,40.75526428222656,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-22 17:48:32,2016-01-22 17:58:09,1,0.77,,,-73.99041748046875,40.686790466308594,-73.97876739501953,40.685546875,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-01 02:52:55,2016-01-01 03:07:07,1,9.2,,,-73.93916320800781,40.848514556884766,-74.06200408935547,40.92084884643555,3,N,2,43.5,0.5,0.0,0.3,0.0,10.5,,54.8,1.0 +2,2016-01-27 18:32:39,2016-01-27 18:41:34,1,2.52,,,-73.95218658447266,40.79853820800781,-73.9707260131836,40.78860855102539,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-19 19:22:39,2016-01-19 19:35:46,1,3.02,,,-73.96009063720703,40.80833053588867,-73.95242309570312,40.77849578857422,1,N,1,12.5,1.0,0.5,0.3,3.58,0.0,,17.88,1.0 +2,2016-01-01 05:13:49,2016-01-01 05:25:08,1,2.03,,,-73.94657897949219,40.695823669433594,-73.92244720458984,40.68111038208008,1,N,1,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-27 16:28:27,2016-01-27 17:08:12,2,7.7,,,-73.83125305175781,40.714656829833984,-73.93577575683594,40.68569564819336,1,N,1,31.0,1.0,0.5,0.3,8.2,0.0,,41.0,1.0 +2,2016-01-23 02:39:18,2016-01-23 02:42:06,1,0.67,,,-73.92616271972656,40.82816696166992,-73.9306411743164,40.83412170410156,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-07 04:11:24,2016-01-07 04:17:59,1,2.29,,,-73.95897674560547,40.714752197265625,-73.94778442382812,40.687286376953125,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-28 09:05:19,2016-01-28 09:08:07,1,0.4,,,-73.9964599609375,40.69403839111328,-73.99291229248047,40.69760513305664,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-10 02:35:50,2016-01-10 02:41:30,1,1.06,,,-73.95755767822266,40.7178955078125,-73.9540786743164,40.729888916015625,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 18:59:40,2016-01-08 19:29:27,1,5.06,,,-74.01046752929688,40.671974182128906,-73.9405288696289,40.674705505371094,1,N,1,21.5,1.0,0.5,0.3,4.66,0.0,,27.96,1.0 +2,2016-01-29 22:58:53,2016-01-29 23:02:05,1,0.65,,,-73.97673034667969,40.68724822998047,-73.97079467773438,40.69301986694336,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-08 16:15:39,2016-01-08 16:16:18,1,0.01,,,-73.9939193725586,40.70274353027344,-73.99417114257812,40.70275115966797,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-30 16:41:17,2016-01-30 16:50:33,1,1.7,,,-73.94217681884766,40.82889938354492,-73.9501724243164,40.809844970703125,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-18 01:45:19,2016-01-18 01:49:42,1,0.83,,,-73.9435806274414,40.8255729675293,-73.93775177001953,40.83482360839844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-21 19:48:01,2016-01-21 19:51:46,1,1.04,,,-73.99413299560547,40.68608474731445,-74.00155639648438,40.672908782958984,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 20:57:01,2016-01-06 21:02:43,1,1.11,,,-73.91902160644531,40.75893783569336,-73.90574645996094,40.76442337036133,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 22:35:49,2016-01-08 22:45:58,1,2.32,,,-73.97718048095703,40.68358612060547,-73.95701599121094,40.6567268371582,1,N,1,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-13 21:44:35,2016-01-13 21:55:39,3,1.79,,,-73.92545318603516,40.76173400878906,-73.90320587158203,40.77406692504883,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-13 22:45:35,2016-01-13 23:12:02,1,10.8,,,-73.95864868164062,40.72119903564453,-73.9234848022461,40.809391021728516,1,N,2,32.0,0.5,0.5,0.3,0.0,0.0,,33.3,1.0 +2,2016-01-25 07:52:09,2016-01-25 08:09:34,1,5.67,,,-73.82503509521484,40.724979400634766,-73.83649444580078,40.78295135498047,1,N,1,19.5,0.0,0.5,0.3,5.0,0.0,,25.3,1.0 +2,2016-01-02 09:53:37,2016-01-02 10:00:50,1,1.4,,,-73.93697357177734,40.75960159301758,-73.91813659667969,40.761390686035156,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-16 00:18:30,2016-01-16 00:22:48,1,0.77,,,-73.95381164550781,40.66386795043945,-73.96117401123047,40.671504974365234,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 19:21:35,2016-01-28 19:49:57,1,4.2,,,-73.97465515136719,40.6756477355957,-73.94288635253906,40.7073860168457,1,N,1,21.0,1.0,0.5,0.3,0.0,0.0,,22.8,1.0 +1,2016-01-14 12:59:52,2016-01-14 13:08:30,1,2.1,,,-73.917724609375,40.834259033203125,-73.89685821533203,40.85429382324219,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 22:31:04,2016-01-30 22:36:12,1,1.04,,,-73.96131134033203,40.68230056762695,-73.95510864257812,40.68916702270508,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-13 23:14:59,2016-01-13 23:55:22,1,10.2,,,-73.91801452636719,40.66366958618164,-73.84593963623047,40.70967483520508,1,N,1,37.5,0.5,0.5,0.3,38.0,0.0,,76.8,1.0 +1,2016-01-17 11:53:28,2016-01-17 12:00:24,1,1.8,,,-73.93910217285156,40.80516815185547,-73.956787109375,40.785972595214844,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,,10.35,1.0 +2,2016-01-09 20:14:49,2016-01-09 20:21:16,1,1.04,,,-73.977783203125,40.68475341796875,-73.96634674072266,40.69083023071289,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-03 00:18:25,2016-01-03 00:29:32,1,2.3,,,-73.94025421142578,40.72323989868164,-73.92610931396484,40.69800567626953,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,,14.15,1.0 +2,2016-01-28 14:03:01,2016-01-28 14:33:30,1,3.61,,,-73.95208740234375,40.79005813598633,-73.98939514160156,40.757076263427734,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-12 10:07:45,2016-01-12 10:13:29,1,0.72,,,-73.84426879882812,40.72136306762695,-73.85507202148438,40.72134017944336,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-15 11:32:43,2016-01-15 11:35:44,1,0.32,,,-73.94611358642578,40.792503356933594,-73.94463348388672,40.787540435791016,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-07 08:16:28,2016-01-07 08:29:26,1,1.51,,,-73.92447662353516,40.66957092285156,-73.93598175048828,40.67888641357422,1,N,1,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-18 18:52:35,2016-01-18 19:08:23,1,3.22,,,-73.91883850097656,40.7430419921875,-73.8918228149414,40.75482940673828,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-30 17:39:16,2016-01-30 17:51:02,1,2.41,,,-73.94642639160156,40.79228973388672,-73.97783660888672,40.7867431640625,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-02 21:36:09,2016-01-02 21:41:49,1,1.03,,,-74.00447845458984,40.65419387817383,-73.99152374267578,40.66022872924805,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-10 02:44:31,2016-01-10 02:51:01,1,2.38,,,-73.92137145996094,40.64494323730469,-73.89388275146484,40.66472625732422,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-16 22:44:07,2016-01-16 22:52:01,1,1.7,,,-73.9551010131836,40.69454574584961,-73.96377563476562,40.67770004272461,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-21 13:37:36,2016-01-21 13:58:20,1,3.82,,,-73.944580078125,40.794620513916016,-73.91778564453125,40.83712387084961,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +1,2016-01-15 14:46:19,2016-01-15 14:50:44,1,0.7,,,-73.90345001220703,40.745792388916016,-73.90755462646484,40.73723220825195,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-04 08:41:47,2016-01-04 09:15:18,1,17.91,,,-73.94142150878906,40.811805725097656,-73.77870178222656,40.64677047729492,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +2,2016-01-17 20:50:54,2016-01-17 20:58:27,2,1.4,,,-73.95833587646484,40.71723556518555,-73.93829345703125,40.721092224121094,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-01 14:31:05,2016-01-01 14:39:33,2,2.29,,,-73.9406509399414,40.673927307128906,-73.97752380371094,40.68426513671875,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-08 23:19:45,2016-01-08 23:51:05,1,8.23,,,-73.89390563964844,40.65005111694336,-73.7776870727539,40.68800354003906,1,N,2,27.5,0.5,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-07 16:38:00,2016-01-07 17:08:06,1,2.74,,,-73.95361328125,40.79090118408203,-73.9745101928711,40.75827407836914,1,N,2,19.0,1.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-20 17:37:01,2016-01-20 17:44:58,1,2.9,,,-73.82615661621094,40.74710464477539,-73.83138275146484,40.769710540771484,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-16 13:17:27,2016-01-16 13:29:29,1,2.2,,,-73.9566650390625,40.747867584228516,-73.92173767089844,40.74532699584961,1,N,1,10.5,0.5,0.5,0.3,1.0,0.0,,12.8,1.0 +2,2016-01-16 00:37:41,2016-01-16 00:57:30,1,3.27,,,-73.95648193359375,40.71692657470703,-73.92034912109375,40.69072723388672,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-22 16:28:00,2016-01-22 16:39:29,1,1.51,,,-73.95143127441406,40.79085159301758,-73.95279693603516,40.776485443115234,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-07 16:38:18,2016-01-07 16:46:47,1,1.54,,,-73.9869384765625,40.69126510620117,-73.968994140625,40.6939811706543,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-25 20:19:50,2016-01-25 20:33:12,1,2.38,,,-73.93953704833984,40.80509567260742,-73.9537353515625,40.77870178222656,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-03 16:13:13,2016-01-03 16:22:55,1,3.24,,,-73.89105224609375,40.74675750732422,-73.8704833984375,40.773765563964844,1,N,1,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-06 19:46:15,2016-01-06 19:53:42,1,0.91,,,-73.8886489868164,40.74711990356445,-73.88318634033203,40.75403594970703,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 12:24:42,2016-01-09 12:58:09,1,8.62,,,-73.98595428466797,40.66903305053711,-73.99031829833984,40.76073455810547,1,N,1,30.0,0.0,0.5,0.3,7.7,0.0,,38.5,1.0 +1,2016-01-05 15:15:56,2016-01-05 15:20:43,1,1.2,,,-73.92029571533203,40.83100509643555,-73.90785217285156,40.84376525878906,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-21 12:35:49,2016-01-21 12:39:36,1,0.83,,,-73.9472427368164,40.82585144042969,-73.94868469238281,40.81593322753906,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-19 20:14:51,2016-01-19 20:20:21,6,1.44,,,-73.99457550048828,40.690399169921875,-74.00720977783203,40.675819396972656,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-19 23:37:15,2016-01-19 23:56:22,1,5.6,,,-73.99332427978516,40.668609619140625,-74.00289916992188,40.73764419555664,1,N,1,19.0,0.5,0.5,0.3,7.75,5.54,,33.59,1.0 +2,2016-01-12 22:46:04,2016-01-12 23:08:51,1,5.1,,,-73.9578628540039,40.722049713134766,-73.98291778564453,40.66840744018555,1,N,1,19.0,0.5,0.5,0.3,3.0,0.0,,23.3,1.0 +2,2016-01-05 18:46:29,2016-01-05 18:55:33,6,1.24,,,-73.99088287353516,40.692378997802734,-73.97053527832031,40.68772506713867,1,N,1,7.5,1.0,0.5,0.3,2.79,0.0,,12.09,1.0 +2,2016-01-26 21:00:00,2016-01-26 21:06:29,1,1.21,,,-73.95336151123047,40.71894073486328,-73.93598937988281,40.71455383300781,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-04 00:16:42,2016-01-04 00:17:55,1,0.1,,,-73.94336700439453,40.81079864501953,-73.94384002685547,40.81026077270508,1,N,3,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-26 18:56:34,2016-01-26 19:02:46,1,1.27,,,-73.9958267211914,40.67910385131836,-74.0112075805664,40.67888259887695,1,N,1,6.5,1.0,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-16 02:17:58,2016-01-16 02:24:07,1,0.8,,,-73.9576644897461,40.72216033935547,-73.96585083007812,40.71278381347656,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-14 17:57:02,2016-01-14 18:39:47,1,8.02,,,-73.85102081298828,40.73058319091797,-73.96773529052734,40.69743347167969,1,N,1,31.5,1.0,0.5,0.3,8.32,0.0,,41.62,1.0 +2,2016-01-02 22:13:28,2016-01-02 22:17:09,1,0.62,,,-73.90453338623047,40.87238311767578,-73.89918518066406,40.87415313720703,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 08:41:26,2016-01-27 08:59:40,1,2.68,,,-73.95951080322266,40.81410217285156,-73.98428344726562,40.77984619140625,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-21 16:02:30,2016-01-21 16:12:46,1,0.94,,,-73.92262268066406,40.678993225097656,-73.93183898925781,40.68767166137695,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-05 22:11:00,2016-01-05 22:21:44,1,2.11,,,-73.99552154541016,40.690521240234375,-73.96204376220703,40.68478012084961,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,,13.5,1.0 +1,2016-01-02 07:47:37,2016-01-02 07:49:40,2,0.3,,,-73.94608306884766,40.75008010864258,-73.94559478759766,40.74618148803711,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-09 23:11:37,2016-01-09 23:26:27,1,6.3,,,-73.9909439086914,40.686012268066406,-74.02869415283203,40.62456512451172,1,N,1,19.5,0.5,0.5,0.3,4.15,0.0,,24.95,1.0 +1,2016-01-15 22:13:03,2016-01-15 22:37:28,1,5.1,,,-73.9494857788086,40.79182052612305,-73.9364242553711,40.73616027832031,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-07 08:35:20,2016-01-07 09:05:48,1,6.78,,,-73.99765014648438,40.695194244384766,-73.97389221191406,40.61285400390625,1,N,1,25.0,0.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-21 19:09:31,2016-01-21 19:29:41,1,3.38,,,-73.94041442871094,40.798179626464844,-73.98164367675781,40.78105163574219,1,N,1,15.5,1.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-08 18:47:49,2016-01-08 19:02:11,3,2.67,,,-73.94843292236328,40.80336380004883,-73.97793579101562,40.78351593017578,1,N,1,11.5,1.0,0.5,0.3,1.5,0.0,,14.8,1.0 +1,2016-01-20 08:57:13,2016-01-20 09:28:27,1,5.2,,,-73.96615600585938,40.58514404296875,-73.9830551147461,40.64670181274414,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-25 11:42:09,2016-01-25 11:48:35,5,0.84,,,-73.94245147705078,40.84153366088867,-73.93755340576172,40.8529167175293,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-29 12:55:43,2016-01-29 13:01:33,1,0.58,,,-73.85704040527344,40.728477478027344,-73.86265563964844,40.72972869873047,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-10 19:36:05,2016-01-10 19:48:04,1,3.16,,,-73.9391098022461,40.80529022216797,-73.97563171386719,40.78757858276367,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-12 10:38:19,2016-01-12 10:57:11,1,6.35,,,-73.8021240234375,40.701881408691406,-73.75540161132812,40.65146255493164,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-11 19:02:13,2016-01-11 19:05:50,1,0.68,,,-73.95293426513672,40.67891311645508,-73.9625015258789,40.67752456665039,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-21 17:23:20,2016-01-21 17:27:34,1,0.55,,,-73.93905639648438,40.79541015625,-73.93949127197266,40.79024887084961,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-02 09:56:37,2016-01-02 10:04:33,1,1.3,,,-73.8667221069336,40.7495231628418,-73.89000701904297,40.74710464477539,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-02 14:07:06,2016-01-02 14:31:32,1,9.99,,,-73.9033432006836,40.745853424072266,-73.79512023925781,40.70745849609375,1,N,1,31.0,0.0,0.5,0.3,6.36,0.0,,38.16,1.0 +1,2016-01-15 18:46:56,2016-01-15 19:17:30,1,5.9,,,-73.98916625976562,40.69368362426758,-73.98780059814453,40.75609588623047,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-13 16:57:24,2016-01-13 17:20:23,5,5.86,,,-73.94415283203125,40.79551315307617,-73.92660522460938,40.866825103759766,1,N,2,23.0,1.0,0.5,0.3,0.0,0.0,,24.8,1.0 +1,2016-01-01 23:46:41,2016-01-01 23:58:00,2,3.1,,,-73.99463653564453,40.68489456176758,-73.95744323730469,40.687705993652344,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,,15.35,1.0 +2,2016-01-06 10:13:20,2016-01-06 10:27:48,1,2.17,,,-73.94461822509766,40.794612884521484,-73.9734115600586,40.789554595947266,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-30 01:25:56,2016-01-30 01:41:48,2,4.0,,,-73.98857879638672,40.67013168334961,-73.96144104003906,40.62519836425781,1,Y,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-08 17:52:00,2016-01-08 18:07:06,1,2.32,,,-73.83058166503906,40.75947952270508,-73.84230041503906,40.783180236816406,1,N,1,12.0,1.0,0.5,0.3,4.14,0.0,,17.94,1.0 +2,2016-01-24 17:39:21,2016-01-24 17:49:46,1,1.98,,,-73.9371566772461,40.80169677734375,-73.93521881103516,40.80091094970703,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-03 00:06:01,2016-01-03 00:09:54,1,0.76,,,-73.84253692626953,40.71933364868164,-73.85551452636719,40.72195053100586,1,N,1,5.0,0.5,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-15 20:16:29,2016-01-15 20:18:12,1,0.34,,,-73.94207000732422,40.81227111816406,-73.93900299072266,40.81650924682617,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-06 19:27:08,2016-01-06 19:40:48,1,5.15,,,-73.95045471191406,40.8099365234375,-73.98722839355469,40.768768310546875,1,N,1,17.0,1.0,0.5,0.3,4.7,0.0,,23.5,1.0 +2,2016-01-28 18:12:54,2016-01-28 18:23:36,1,1.15,,,-73.91205596923828,40.775203704833984,-73.89640045166016,40.76927185058594,1,N,1,8.0,1.0,0.5,0.3,2.94,0.0,,12.74,1.0 +2,2016-01-20 17:23:16,2016-01-20 17:33:05,6,1.68,,,-73.90362548828125,40.74492645263672,-73.90023803710938,40.72903060913086,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-27 17:21:50,2016-01-27 17:43:05,1,3.47,,,-73.96741485595703,40.69084167480469,-74.01078033447266,40.67490768432617,1,N,1,14.5,1.0,0.5,0.3,4.08,0.0,,20.38,1.0 +2,2016-01-15 19:25:24,2016-01-15 19:30:28,1,0.67,,,-73.98578643798828,40.6696891784668,-73.97936248779297,40.678192138671875,1,N,1,5.5,1.0,0.5,0.3,1.82,0.0,,9.12,1.0 +1,2016-01-06 08:51:39,2016-01-06 09:01:57,1,1.1,,,-73.93898010253906,40.80550765991211,-73.94910430908203,40.79158401489258,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-03 14:33:03,2016-01-03 14:40:03,1,1.2,,,-73.95760345458984,40.71792984008789,-73.95455932617188,40.73243713378906,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-10 17:25:29,2016-01-10 17:42:04,1,2.35,,,-73.99052429199219,40.6937370300293,-73.97818756103516,40.671085357666016,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-11 17:20:42,2016-01-11 17:47:35,1,4.32,,,-73.95891571044922,40.81510543823242,-73.97260284423828,40.76331329345703,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-28 12:26:04,2016-01-28 13:04:00,1,12.63,,,-73.99056243896484,40.686641693115234,-73.87268829345703,40.77444839477539,1,N,1,40.0,0.0,0.5,0.3,5.0,0.0,,45.8,1.0 +1,2016-01-10 14:20:34,2016-01-10 14:26:56,1,0.7,,,-73.8848648071289,40.74763107299805,-73.89533233642578,40.74713897705078,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-15 00:51:36,2016-01-15 00:55:44,1,1.07,,,-73.92146301269531,40.766666412353516,-73.91050720214844,40.778873443603516,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 02:57:31,2016-01-29 03:06:23,1,2.18,,,-73.8304672241211,40.759586334228516,-73.83627319335938,40.785911560058594,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-24 10:22:06,2016-01-24 10:22:54,1,0.09,,,-73.8442153930664,40.72243118286133,-73.84394836425781,40.72121047973633,5,N,1,20.0,0.0,0.0,0,0.0,0.0,,20.0,2.0 +2,2016-01-09 22:01:12,2016-01-09 22:19:24,1,4.07,,,-73.9457778930664,40.79301834106445,-73.98822784423828,40.7644157409668,1,N,1,16.0,0.5,0.5,0.3,2.0,0.0,,19.3,1.0 +2,2016-01-14 15:34:25,2016-01-14 16:07:27,1,5.46,,,-73.87895965576172,40.879852294921875,-73.92548370361328,40.81761169433594,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-15 21:38:46,2016-01-15 21:43:27,1,0.95,,,-73.95317840576172,40.786865234375,-73.9531021118164,40.77681350708008,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-03 17:48:12,2016-01-03 18:15:01,1,7.33,,,-73.94204711914062,40.84184646606445,-73.99376678466797,40.75715637207031,1,N,2,26.5,0.0,0.5,0.3,0.0,0.0,,27.3,1.0 +2,2016-01-08 16:04:00,2016-01-08 16:11:25,1,0.67,,,-73.87810516357422,40.748321533203125,-73.89107513427734,40.74702072143555,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-05 18:35:43,2016-01-05 18:40:50,1,1.23,,,-73.91161346435547,40.768028259277344,-73.89222717285156,40.76708984375,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 22:14:08,2016-01-27 22:16:27,1,0.48,,,-73.86219787597656,40.73046875,-73.85391998291016,40.733158111572266,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-08 07:35:44,2016-01-08 07:38:27,1,0.54,,,-73.93649291992188,40.82033920288086,-73.94388580322266,40.819759368896484,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-27 17:35:16,2016-01-27 17:35:32,1,0.0,,,-73.89044952392578,40.75737380981445,-73.89038848876953,40.757328033447266,1,N,1,2.5,1.0,0.5,0.3,2.7,0.0,,7.0,1.0 +2,2016-01-17 03:10:03,2016-01-17 03:10:19,2,0.07,,,-73.92884826660156,40.819034576416016,-73.9305191040039,40.82049560546875,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-08 13:22:08,2016-01-08 13:25:34,1,0.79,,,-73.9119873046875,40.77518844604492,-73.91552734375,40.781620025634766,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,,7.25,1.0 +2,2016-01-28 20:07:32,2016-01-28 20:15:23,1,1.21,,,-73.91161346435547,40.77555847167969,-73.91461944580078,40.76377868652344,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-19 12:25:59,2016-01-19 12:29:02,1,0.3,,,-73.8693618774414,40.73558807373047,-73.87093353271484,40.73398971557617,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-21 21:20:23,2016-01-21 21:28:01,1,1.54,,,-73.98725891113281,40.69195556640625,-73.97991180419922,40.67724609375,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-09 22:15:24,2016-01-09 22:24:55,1,1.53,,,-73.87085723876953,40.73402404785156,-73.86393737792969,40.752342224121094,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-16 12:49:34,2016-01-16 13:07:01,1,3.76,,,-73.94171905517578,40.676456451416016,-73.87902069091797,40.674591064453125,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-12 20:20:20,2016-01-12 20:26:11,2,2.98,,,-73.98722839355469,40.693824768066406,-73.9494400024414,40.71259689331055,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,,14.12,1.0 +2,2016-01-14 23:24:08,2016-01-14 23:42:04,2,3.85,,,-73.96558380126953,40.71330261230469,-74.00833892822266,40.721168518066406,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-16 11:37:37,2016-01-16 11:55:34,2,3.7,,,-73.86953735351562,40.74945831298828,-73.91224670410156,40.72588348388672,1,N,1,15.5,0.0,0.5,0.3,2.0,0.0,,18.3,1.0 +2,2016-01-07 22:14:06,2016-01-07 22:24:46,6,3.26,,,-73.97351837158203,40.69326400756836,-73.98690032958984,40.725284576416016,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-25 01:37:35,2016-01-25 01:48:47,1,5.9,,,-73.83013916015625,40.75957107543945,-73.7530288696289,40.73952865600586,1,N,1,17.5,0.5,0.5,0.3,5.64,0.0,,24.44,1.0 +1,2016-01-09 23:41:58,2016-01-09 23:53:27,1,1.9,,,-73.92719268798828,40.762760162353516,-73.90290069580078,40.74662399291992,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,,13.55,1.0 +1,2016-01-11 18:26:38,2016-01-11 18:34:47,1,1.5,,,-73.97541046142578,40.686744689941406,-73.98607635498047,40.70317840576172,1,N,1,7.5,1.0,0.5,0.3,2.3,0.0,,11.6,1.0 +2,2016-01-02 20:06:23,2016-01-02 20:22:05,1,3.28,,,-73.95648193359375,40.67487335205078,-73.90802001953125,40.66280746459961,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-07 07:14:00,2016-01-07 07:30:28,1,4.95,,,-73.93993377685547,40.7978515625,-73.90023040771484,40.827781677246094,1,N,1,17.5,0.0,0.5,0.3,1.7,0.0,,20.0,1.0 +1,2016-01-03 22:43:47,2016-01-03 23:06:23,1,5.1,,,-73.95530700683594,40.804443359375,-73.97697448730469,40.74858856201172,1,N,1,19.0,0.5,0.5,0.3,4.05,0.0,,24.35,1.0 +2,2016-01-09 04:07:04,2016-01-09 04:09:56,1,0.55,,,-73.9217529296875,40.75545883178711,-73.91740417480469,40.75544738769531,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-20 11:30:43,2016-01-20 11:35:36,1,0.96,,,-73.95329284667969,40.72817611694336,-73.95816040039062,40.71546936035156,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-20 19:27:08,2016-01-20 19:36:48,1,1.23,,,-73.87680053710938,40.74849319458008,-73.89212036132812,40.75606155395508,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-16 01:11:56,2016-01-16 01:29:41,1,4.25,,,-73.9957504272461,40.69059371948242,-73.9595947265625,40.642513275146484,1,N,1,16.0,0.5,0.5,0.3,1.0,0.0,,18.3,1.0 +1,2016-01-02 00:56:16,2016-01-02 01:05:03,1,1.9,,,-73.88055419921875,40.741573333740234,-73.85321044921875,40.73977279663086,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-06 14:33:28,2016-01-06 14:38:05,1,0.54,,,-73.96072387695312,40.80172348022461,-73.9678726196289,40.8010368347168,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-30 11:28:21,2016-01-30 11:38:00,1,1.9,,,-73.94302368164062,40.789939880371094,-73.97207641601562,40.79462432861328,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-21 09:49:04,2016-01-21 09:58:30,1,1.46,,,-73.96141052246094,40.714378356933594,-73.94397735595703,40.70804977416992,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 19:37:55,2016-01-05 19:43:46,1,0.89,,,-73.95272827148438,40.80805587768555,-73.9410629272461,40.80512237548828,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,,8.3,1.0 +1,2016-01-14 06:56:47,2016-01-14 07:19:39,1,4.2,,,-73.95184326171875,40.72343444824219,-73.95663452148438,40.67457962036133,1,N,1,17.5,0.0,0.5,0.3,3.0,0.0,,21.3,1.0 +2,2016-01-27 21:50:41,2016-01-27 21:58:22,1,1.28,,,-73.8769302368164,40.74825668334961,-73.85335540771484,40.752254486083984,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 07:34:54,2016-01-04 07:55:41,1,5.87,,,-73.98931121826172,40.68818664550781,-73.97686004638672,40.74106979370117,1,N,1,20.0,0.0,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-02 16:39:13,2016-01-02 16:49:46,1,2.41,,,-73.91932678222656,40.806724548339844,-73.9444808959961,40.79153823852539,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-13 16:47:18,2016-01-13 16:55:02,1,1.16,,,-73.94945526123047,40.7850456237793,-73.96609497070312,40.7898063659668,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-05 19:23:18,2016-01-05 19:42:10,1,2.62,,,-73.97783660888672,40.68437194824219,-73.96460723876953,40.65293502807617,1,N,1,14.0,1.0,0.5,0.3,3.75,0.0,,19.55,1.0 +2,2016-01-04 20:24:43,2016-01-04 20:37:36,1,2.82,,,-73.88577270507812,40.876461029052734,-73.91162109375,40.84354782104492,1,N,1,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-25 09:05:05,2016-01-25 09:20:28,1,1.96,,,-73.92839050292969,40.8347053527832,-73.9428482055664,40.83892059326172,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-04 22:08:25,2016-01-04 22:20:03,1,2.65,,,-73.8852767944336,40.7503662109375,-73.92245483398438,40.76015853881836,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-17 14:27:18,2016-01-17 14:30:49,1,0.82,,,-73.95227813720703,40.78986358642578,-73.94393920898438,40.79808807373047,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-07 06:36:05,2016-01-07 06:39:28,1,0.67,,,-73.93904113769531,40.799312591552734,-73.94025421142578,40.80652618408203,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-30 08:59:59,2016-01-30 09:06:59,1,0.8,,,-73.95137786865234,40.80983352661133,-73.94495391845703,40.80171203613281,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-29 02:03:49,2016-01-29 02:06:26,1,0.9,,,-73.92896270751953,40.67930603027344,-73.92555236816406,40.67028045654297,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-22 08:52:43,2016-01-22 09:23:58,1,5.78,,,-73.94047546386719,40.839630126953125,-73.96575164794922,40.7719612121582,1,N,1,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-16 12:12:32,2016-01-16 12:22:31,1,2.4,,,-73.94630432128906,40.789207458496094,-73.9395523071289,40.81599426269531,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-08 18:02:20,2016-01-08 18:15:53,2,3.8,,,-73.93929290771484,40.80516815185547,-73.91883850097656,40.76585388183594,1,N,2,13.5,1.0,0.5,0.3,0.0,5.54,,20.84,1.0 +2,2016-01-30 20:22:12,2016-01-30 20:37:09,1,2.49,,,-73.84432220458984,40.72137451171875,-73.87184143066406,40.7055549621582,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-21 10:15:13,2016-01-21 10:28:11,1,4.88,,,-73.87974548339844,40.879737854003906,-73.8751449584961,40.827667236328125,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-19 09:31:39,2016-01-19 09:31:58,2,0.0,,,-73.93727111816406,40.79591369628906,-73.9373550415039,40.795799255371094,1,N,3,-2.5,0.0,-0.5,-0.3,0.0,0.0,,-3.3,1.0 +2,2016-01-01 21:31:22,2016-01-01 21:49:20,1,4.48,,,-73.95800018310547,40.72185516357422,-73.98060607910156,40.739593505859375,1,N,1,16.5,0.5,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-10 20:59:16,2016-01-10 21:13:46,6,5.88,,,-73.95832061767578,40.815982818603516,-73.89776611328125,40.85783004760742,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-16 16:35:50,2016-01-16 16:40:37,2,0.67,,,-73.93959045410156,40.815467834472656,-73.94145965576172,40.82265853881836,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-07 19:38:52,2016-01-07 19:43:55,1,0.76,,,-73.9417724609375,40.82271194458008,-73.95246887207031,40.82390594482422,1,N,1,5.5,1.0,0.5,0.3,0.73,0.0,,8.03,1.0 +2,2016-01-21 00:36:41,2016-01-21 00:45:36,1,1.93,,,-73.88959503173828,40.747066497802734,-73.92230987548828,40.76063919067383,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-16 15:09:12,2016-01-16 15:12:56,1,1.1,,,-73.8638687133789,40.7329216003418,-73.84656524658203,40.7380485534668,1,N,1,5.5,0.0,0.5,0.3,3.0,0.0,,9.3,1.0 +2,2016-01-05 08:20:52,2016-01-05 08:27:15,1,0.52,,,-73.93240356445312,40.65654754638672,-73.94225311279297,40.655941009521484,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-11 10:17:44,2016-01-11 10:45:28,1,3.8,,,-73.91946411132812,40.83501052856445,-73.94052124023438,40.789695739746094,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-04 15:07:26,2016-01-04 15:12:57,1,0.93,,,-73.9659194946289,40.80550003051758,-73.9660415649414,40.794952392578125,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 20:26:31,2016-01-10 20:32:32,1,1.55,,,-73.91477966308594,40.763771057128906,-73.89275360107422,40.75850296020508,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-30 19:22:47,2016-01-30 19:32:05,2,1.77,,,-73.88764953613281,40.83763885498047,-73.91192626953125,40.82160186767578,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +1,2016-01-21 21:45:30,2016-01-21 21:57:15,1,2.1,,,-73.97794342041016,40.684959411621094,-73.94294738769531,40.68011474609375,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-19 11:58:52,2016-01-19 12:12:08,1,1.64,,,-73.93817138671875,40.80039596557617,-73.95195007324219,40.79032516479492,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-20 22:27:25,2016-01-20 22:30:44,1,0.75,,,-73.96611022949219,40.68353271484375,-73.97032165527344,40.6895866394043,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-30 01:49:47,2016-01-30 02:34:42,1,13.49,,,-73.98735809326172,40.67908477783203,-73.93988800048828,40.81523132324219,1,N,1,44.0,0.5,0.5,0.3,1.0,0.0,,46.3,1.0 +2,2016-01-13 00:54:22,2016-01-13 01:02:25,1,2.44,,,-73.80760955810547,40.70035171508789,-73.83373260498047,40.68154525756836,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-06 18:30:55,2016-01-06 18:39:42,1,0.89,,,-73.84429931640625,40.721351623535156,-73.85166931152344,40.71044158935547,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-21 19:50:35,2016-01-21 20:35:05,1,12.5,,,-73.98291015625,40.689849853515625,-73.80703735351562,40.73194122314453,1,N,1,39.5,0.5,0.5,0.3,8.15,0.0,,48.95,1.0 +2,2016-01-17 18:34:15,2016-01-17 19:04:06,5,14.51,,,-73.9256362915039,40.761783599853516,-73.78262329101562,40.644065856933594,1,N,1,40.5,0.0,0.5,0.3,0.0,0.0,,41.3,1.0 +2,2016-01-06 18:04:15,2016-01-06 18:14:55,1,1.88,,,-73.84491729736328,40.72214126586914,-73.82227325439453,40.72277069091797,1,N,1,9.0,1.0,0.5,0.3,1.5,0.0,,12.3,1.0 +2,2016-01-21 23:47:53,2016-01-21 23:57:47,1,3.33,,,-73.97677612304688,40.683326721191406,-73.99114990234375,40.7244873046875,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-07 14:23:09,2016-01-07 14:33:59,1,1.52,,,-73.9486083984375,40.79779052734375,-73.96284484863281,40.77842330932617,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-11 20:27:39,2016-01-11 20:40:30,1,3.26,,,-73.95942687988281,40.71819305419922,-73.91796112060547,40.70189666748047,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +1,2016-01-20 07:48:39,2016-01-20 07:56:11,1,1.2,,,-73.97920227050781,40.678165435791016,-73.99137878417969,40.66326141357422,1,N,1,7.0,0.0,0.5,0.3,2.5,0.0,,10.3,1.0 +2,2016-01-28 17:20:38,2016-01-28 17:33:11,1,1.87,,,-73.94232940673828,40.79478454589844,-73.93978881835938,40.81309127807617,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-07 08:51:02,2016-01-07 08:55:04,1,1.02,,,-73.93757629394531,40.79294204711914,-73.93756866455078,40.80448532104492,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-28 15:36:44,2016-01-28 15:46:58,1,1.7,,,-73.9393310546875,40.82148742675781,-73.95280456542969,40.800132751464844,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-04 19:25:16,2016-01-04 19:35:19,1,1.58,,,-73.99246215820312,40.689544677734375,-74.00640869140625,40.67866516113281,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-13 11:30:30,2016-01-13 11:41:17,1,2.57,,,-73.9501953125,40.65725326538086,-73.97661590576172,40.68293762207031,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-09 18:26:27,2016-01-09 18:27:52,1,0.29,,,-73.89044952392578,40.746097564697266,-73.88676452636719,40.743690490722656,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-14 15:03:49,2016-01-14 15:11:30,1,1.28,,,-73.89128875732422,40.746910095214844,-73.91170501708984,40.7435188293457,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-01 21:51:50,2016-01-01 22:08:28,1,3.8,,,-73.92913818359375,40.675750732421875,-73.9928207397461,40.68862533569336,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-15 14:22:34,2016-01-15 14:28:28,1,0.65,,,-73.9527816772461,40.8104248046875,-73.95280456542969,40.81808090209961,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-28 12:05:07,2016-01-28 12:13:56,1,1.8,,,-73.91915130615234,40.75897216796875,-73.93525695800781,40.76832962036133,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-21 10:11:07,2016-01-21 10:21:36,1,2.0,,,-73.95333862304688,40.7318115234375,-73.95745849609375,40.710350036621094,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-08 07:55:08,2016-01-08 08:14:08,1,4.19,,,-73.95123291015625,40.72454833984375,-73.99829864501953,40.725040435791016,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-19 00:39:05,2016-01-19 00:41:32,1,0.37,,,-73.92204284667969,40.75528335571289,-73.91704559326172,40.75487518310547,1,N,1,3.5,0.5,0.5,0.3,1.0,0.0,,5.8,1.0 +2,2016-01-16 02:24:06,2016-01-16 02:30:15,1,1.48,,,-73.87260437011719,40.84137725830078,-73.8534164428711,40.84388732910156,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-19 11:24:08,2016-01-19 11:26:52,1,0.6,,,-73.93781280517578,40.74920654296875,-73.94680786132812,40.751163482666016,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-28 20:14:00,2016-01-28 20:19:20,1,0.74,,,-73.97325134277344,40.67763137817383,-73.9729232788086,40.67348861694336,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 18:27:31,2016-01-15 18:32:34,5,0.87,,,-73.94754028320312,40.74742889404297,-73.95942687988281,40.743988037109375,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-03 15:21:14,2016-01-03 15:25:24,1,0.93,,,-73.95482635498047,40.81167984008789,-73.95011901855469,40.80156326293945,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-30 04:02:39,2016-01-30 04:12:32,1,2.5,,,-73.89952087402344,40.65895462036133,-73.89991760253906,40.657135009765625,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-22 19:10:35,2016-01-22 19:14:52,1,1.21,,,-73.95891571044922,40.708866119384766,-73.95689392089844,40.720428466796875,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +1,2016-01-15 23:59:50,2016-01-16 00:04:06,1,0.8,,,-73.92581176757812,40.8278923034668,-73.93790435791016,40.829410552978516,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-06 14:28:27,2016-01-06 14:44:12,1,0.81,,,-73.9508285522461,40.79182052612305,-73.95513916015625,40.782745361328125,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-15 20:43:32,2016-01-15 21:06:42,1,3.4,,,-73.93209838867188,40.67948532104492,-73.99056243896484,40.69254684448242,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-20 17:29:31,2016-01-20 17:32:34,1,0.71,,,-73.96218872070312,40.709503173828125,-73.96410369873047,40.70330810546875,1,N,1,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-30 18:18:12,2016-01-30 18:40:32,1,6.8,,,-73.88780975341797,40.67709732055664,-73.78389739990234,40.67945861816406,1,N,1,22.5,0.0,0.5,0.3,4.65,0.0,,27.95,1.0 +2,2016-01-21 19:19:51,2016-01-21 19:44:24,1,8.05,,,-73.8617935180664,40.83327865600586,-73.94768524169922,40.775360107421875,1,N,1,25.5,1.0,0.5,0.3,5.0,0.0,,32.3,1.0 +2,2016-01-30 01:30:03,2016-01-30 01:36:45,5,2.07,,,-73.84483337402344,40.72019958496094,-73.8134536743164,40.71040344238281,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-08 18:17:17,2016-01-08 18:28:48,1,1.48,,,-73.93921661376953,40.8165283203125,-73.94929504394531,40.801815032958984,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-21 08:13:13,2016-01-21 08:29:30,1,3.08,,,-73.99214935302734,40.68955993652344,-74.0077896118164,40.72476577758789,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-13 01:50:32,2016-01-13 01:59:21,1,1.94,,,-73.91535949707031,40.74309158325195,-73.88916778564453,40.75333786010742,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-29 16:24:04,2016-01-29 17:10:01,1,4.9,,,-73.93702697753906,40.805110931396484,-73.93619537353516,40.849586486816406,1,N,3,28.0,1.0,0.5,0.3,0.0,0.0,,29.8,1.0 +1,2016-01-07 19:20:55,2016-01-07 19:30:58,1,0.8,,,-73.86056518554688,40.83327102661133,-73.8563003540039,40.83774185180664,1,N,1,8.0,1.0,0.5,0.3,1.2,0.0,,11.0,1.0 +2,2016-01-03 13:00:16,2016-01-03 13:06:30,1,1.69,,,-73.87429809570312,40.7350959777832,-73.85302734375,40.72695541381836,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-14 15:12:22,2016-01-14 15:15:06,1,0.53,,,-73.95730590820312,40.8120002746582,-73.9648666381836,40.808616638183594,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-22 20:45:18,2016-01-22 20:54:44,1,2.24,,,-73.92353057861328,40.825538635253906,-73.94817352294922,40.80922317504883,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-25 23:52:23,2016-01-25 23:57:42,1,1.0,,,-73.95753479003906,40.71796798706055,-73.95416259765625,40.72974395751953,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 01:07:19,2016-01-26 01:12:08,1,0.66,,,-73.89096069335938,40.74660110473633,-73.8959732055664,40.74070739746094,1,N,1,5.0,0.5,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-22 14:54:27,2016-01-22 15:17:01,1,2.67,,,-73.96414947509766,40.807945251464844,-73.9571304321289,40.782840728759766,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-08 11:00:38,2016-01-08 11:11:45,1,3.16,,,-73.912109375,40.84353256225586,-73.86251831054688,40.832305908203125,1,N,1,12.5,0.0,0.5,0.3,2.0,0.0,,15.3,1.0 +2,2016-01-04 21:47:57,2016-01-04 21:59:57,1,4.39,,,-73.98738861083984,40.6920166015625,-74.00569152832031,40.74580764770508,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-29 14:58:29,2016-01-29 15:05:27,1,0.7,,,-73.93856811523438,40.842613220214844,-73.9314193725586,40.848331451416016,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 10:40:45,2016-01-09 10:50:49,2,1.81,,,-73.9752197265625,40.67463684082031,-73.96356201171875,40.69377517700195,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-11 11:24:51,2016-01-11 11:36:04,1,2.2,,,-73.95433044433594,40.78953170776367,-73.98086547851562,40.779754638671875,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-13 09:39:09,2016-01-13 09:45:36,1,1.34,,,-73.8863296508789,40.86650085449219,-73.88095092773438,40.881752014160156,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 09:49:17,2016-01-28 10:09:40,1,5.69,,,-73.9917221069336,40.69023513793945,-73.98307800292969,40.7386360168457,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-05 03:37:58,2016-01-05 03:43:23,1,1.28,,,-73.95166778564453,40.713905334472656,-73.94835662841797,40.69549560546875,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-25 06:53:26,2016-01-25 07:12:50,1,5.0,,,-73.84424591064453,40.72137451171875,-73.81807708740234,40.75143814086914,1,N,1,18.5,0.0,0.5,0.3,3.0,0.0,,22.3,1.0 +2,2016-01-10 15:16:17,2016-01-10 15:29:28,1,2.21,,,-73.93814849853516,40.797237396240234,-73.96908569335938,40.7986946105957,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-16 20:11:21,2016-01-16 20:21:18,1,2.1,,,-73.8863296508789,40.744529724121094,-73.91983795166016,40.74351119995117,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-29 22:08:17,2016-01-29 22:13:22,1,0.9,,,-73.93919372558594,40.8051872253418,-73.95072937011719,40.80152893066406,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-21 15:44:16,2016-01-21 15:57:02,1,1.97,,,-73.94271850585938,40.84084701538086,-73.92910766601562,40.85919952392578,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-06 18:05:53,2016-01-06 18:58:27,5,12.19,,,-73.94461822509766,40.704444885253906,-73.91770935058594,40.826744079589844,1,N,2,47.0,1.0,0.5,0.3,0.0,5.54,,54.34,1.0 +2,2016-01-29 08:13:34,2016-01-29 08:38:58,1,7.15,,,-73.9905776977539,40.702537536621094,-73.97190856933594,40.76297378540039,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,,30.36,1.0 +1,2016-01-06 23:44:22,2016-01-06 23:44:37,1,0.2,,,-74.0239028930664,40.762672424316406,-74.02194213867188,40.764305114746094,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-27 10:59:54,2016-01-27 11:07:35,1,1.83,,,-73.88884735107422,40.76521682739258,-73.87096405029297,40.77409744262695,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-05 16:21:02,2016-01-05 16:26:20,1,0.7,,,-73.99302673339844,40.69526672363281,-73.98924255371094,40.68861389160156,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-08 17:36:19,2016-01-08 17:39:40,1,0.56,,,-73.92623901367188,40.77202606201172,-73.93183898925781,40.765201568603516,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-18 22:49:19,2016-01-18 22:55:00,1,1.3,,,-73.88479614257812,40.74755859375,-73.86695098876953,40.75469970703125,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-24 09:31:42,2016-01-24 09:31:46,1,0.0,,,-73.92123413085938,40.8679084777832,-73.92121887207031,40.86793899536133,5,N,1,10.0,0.0,0.0,0,2.5,0.0,,12.5,2.0 +2,2016-01-03 19:31:05,2016-01-03 19:37:45,1,1.49,,,-73.9578628540039,40.81516647338867,-73.95088958740234,40.814231872558594,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +1,2016-01-27 08:30:36,2016-01-27 08:55:59,1,5.9,,,-73.95153045654297,40.82516860961914,-73.98650360107422,40.76078414916992,1,N,1,21.5,0.0,0.5,0.3,2.0,0.0,,24.3,1.0 +2,2016-01-01 15:23:23,2016-01-01 15:30:53,2,1.68,,,-73.95634460449219,40.813114166259766,-73.93911743164062,40.81597137451172,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-03 15:21:01,2016-01-03 15:32:15,1,4.02,,,-73.91000366210938,40.87464141845703,-73.93821716308594,40.855228424072266,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-01 03:52:44,2016-01-01 04:09:29,1,3.01,,,-73.93673706054688,40.81991195678711,-73.8905258178711,40.823158264160156,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,,17.76,1.0 +1,2016-01-14 07:47:01,2016-01-14 08:02:43,1,5.0,,,-73.93824768066406,40.846885681152344,-73.97052764892578,40.7938117980957,1,N,1,17.5,0.0,0.5,0.3,2.0,0.0,,20.3,1.0 +2,2016-01-01 01:58:51,2016-01-01 02:10:38,1,2.14,,,-73.89018249511719,40.82679748535156,-73.92280578613281,40.81745147705078,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 00:58:13,2016-01-16 01:03:08,1,0.61,,,-73.94844818115234,40.803916931152344,-73.94438934326172,40.79883575439453,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-26 12:54:42,2016-01-26 13:04:39,1,3.0,,,-73.9337387084961,40.80266189575195,-73.92134857177734,40.77110290527344,1,N,2,12.0,0.0,0.5,0.3,0.0,5.54,,18.34,1.0 +2,2016-01-21 19:35:02,2016-01-21 19:39:05,1,0.85,,,-73.96514892578125,40.806514739990234,-73.96043395996094,40.81581497192383,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-30 09:37:58,2016-01-30 09:41:07,1,0.54,,,-73.95511627197266,40.81507873535156,-73.95272827148438,40.80811309814453,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-29 12:50:18,2016-01-29 12:54:39,1,0.7,,,-73.95572662353516,40.68101501464844,-73.94977569580078,40.684757232666016,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-29 19:06:06,2016-01-29 19:14:51,1,1.27,,,-73.95972442626953,40.67673110961914,-73.95062255859375,40.66850662231445,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-11 20:23:57,2016-01-11 20:37:16,1,3.19,,,-73.96473693847656,40.71678161621094,-73.99015045166016,40.72511291503906,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-26 14:49:11,2016-01-26 15:01:06,1,1.1,,,-73.8851089477539,40.74583053588867,-73.89131927490234,40.73902130126953,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-22 06:33:32,2016-01-22 06:55:21,1,7.58,,,-73.96149444580078,40.695674896240234,-73.92435455322266,40.75623321533203,1,N,1,25.0,0.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-27 06:57:01,2016-01-27 07:09:41,1,2.49,,,-73.95580291748047,40.681251525878906,-73.91082000732422,40.67734909057617,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-27 07:00:03,2016-01-27 07:06:03,1,0.61,,,-73.95809936523438,40.810813903808594,-73.95508575439453,40.81986618041992,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 21:14:08,2016-01-19 21:23:23,1,2.1,,,-73.93909454345703,40.805118560791016,-73.967529296875,40.801082611083984,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-22 11:42:11,2016-01-22 11:55:54,1,4.2,,,-73.86131286621094,40.833595275878906,-73.89305877685547,40.86801528930664,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-28 14:21:28,2016-01-28 14:33:28,1,1.63,,,-73.95289611816406,40.81098937988281,-73.94693756103516,40.831111907958984,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-12 15:21:51,2016-01-12 15:45:23,1,9.7,,,-73.99101257324219,40.695228576660156,-73.87090301513672,40.7740592956543,1,N,1,27.5,0.0,0.5,0.3,5.65,0.0,,33.95,1.0 +2,2016-01-17 04:03:30,2016-01-17 04:27:05,1,3.07,,,-73.98706817626953,40.70237350463867,-73.96831512451172,40.67314147949219,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-16 12:31:43,2016-01-16 12:31:46,1,0.0,,,-73.91255187988281,40.887115478515625,-73.91255187988281,40.88712692260742,5,N,1,17.0,0.0,0.0,0,3.4,0.0,,20.4,2.0 +2,2016-01-13 13:22:12,2016-01-13 13:25:27,1,0.63,,,-73.91036987304688,40.77586364746094,-73.90168762207031,40.769737243652344,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-29 10:32:23,2016-01-29 10:36:49,1,0.77,,,-73.95209503173828,40.82392120361328,-73.9451675415039,40.83340835571289,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-19 07:43:49,2016-01-19 07:48:52,1,0.66,,,-73.94571685791016,40.812713623046875,-73.95266723632812,40.80653762817383,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 13:19:46,2016-01-17 13:21:23,1,0.35,,,-73.94197845458984,40.822513580322266,-73.94221496582031,40.81882858276367,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-02 16:12:57,2016-01-02 16:25:51,3,5.7,,,-73.98959350585938,40.700767517089844,-73.97189331054688,40.749725341796875,1,N,2,17.0,1.0,0.5,0.3,0.0,0.0,,18.8,1.0 +1,2016-01-11 11:45:09,2016-01-11 11:58:54,1,5.8,,,-73.8563003540039,40.85727310180664,-73.8653793334961,40.8321647644043,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +1,2016-01-10 18:18:37,2016-01-10 18:22:25,1,0.6,,,-73.96369934082031,40.71065139770508,-73.95796966552734,40.717681884765625,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-11 00:54:58,2016-01-11 01:07:33,1,2.03,,,-73.9190673828125,40.743019104003906,-73.88340759277344,40.749664306640625,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-26 15:12:10,2016-01-26 15:33:53,1,5.6,,,-73.89933013916016,40.85414505004883,-73.8292465209961,40.86381530761719,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-05 19:28:08,2016-01-05 19:38:05,1,2.25,,,-73.96200561523438,40.71339416503906,-73.9332504272461,40.70502471923828,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-02 15:00:52,2016-01-02 15:03:12,1,0.19,,,-73.93961334228516,40.79859161376953,-73.94208526611328,40.798057556152344,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-07 23:51:03,2016-01-08 00:06:19,1,8.14,,,-73.94584655761719,40.745849609375,-74.00428771972656,40.681671142578125,1,N,1,23.5,0.5,0.5,0.3,3.0,0.0,,27.8,1.0 +2,2016-01-16 21:50:51,2016-01-16 22:16:27,1,3.99,,,-73.96549987792969,40.71059799194336,-73.97264099121094,40.677310943603516,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-17 14:12:59,2016-01-17 14:29:24,1,3.48,,,-73.94095611572266,40.839515686035156,-73.96819305419922,40.801055908203125,1,N,1,14.5,0.0,0.5,0.3,1.5,0.0,,16.8,1.0 +1,2016-01-12 17:35:41,2016-01-12 17:53:34,1,3.9,,,-73.94835662841797,40.829566955566406,-73.97605895996094,40.780948638916016,1,N,1,15.5,0.5,0.5,0.3,3.35,0.0,,20.15,1.0 +2,2016-01-20 13:20:19,2016-01-20 13:26:43,6,1.0,,,-73.97686004638672,40.68185043334961,-73.9789047241211,40.69198989868164,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-06 02:07:17,2016-01-06 02:21:36,1,3.56,,,-73.95801544189453,40.721805572509766,-73.92359161376953,40.69253158569336,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-23 03:28:25,2016-01-23 03:36:38,1,1.46,,,-73.89129638671875,40.74675369262695,-73.866943359375,40.74231719970703,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-27 16:30:05,2016-01-27 16:45:45,1,2.23,,,-73.9364013671875,40.81452178955078,-73.9613265991211,40.80253219604492,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-14 01:05:21,2016-01-14 01:12:06,1,1.11,,,-73.96632385253906,40.71302795410156,-73.9537582397461,40.70783996582031,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-09 22:38:07,2016-01-09 23:01:11,2,9.26,,,-74.00433349609375,40.67374801635742,-73.93028259277344,40.75454330444336,1,N,1,27.5,0.5,0.5,0.3,2.0,0.0,,30.8,1.0 +2,2016-01-03 23:49:16,2016-01-04 00:09:12,1,5.29,,,-73.96299743652344,40.711822509765625,-73.99268341064453,40.662139892578125,1,N,1,18.5,0.5,0.5,0.3,1.0,0.0,,20.8,1.0 +2,2016-01-09 21:52:54,2016-01-09 22:33:26,1,10.15,,,-73.94462585449219,40.72306823730469,-73.97260284423828,40.79607009887695,1,N,1,36.0,0.5,0.5,0.3,7.46,0.0,,44.76,1.0 +1,2016-01-04 13:03:36,2016-01-04 13:32:45,1,4.8,,,-73.97866821289062,40.68456268310547,-73.9203109741211,40.65298080444336,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,,23.3,1.0 +1,2016-01-24 17:37:25,2016-01-24 18:06:28,1,6.1,,,-73.93067169189453,40.67291259765625,-74.00101470947266,40.64380645751953,1,N,2,23.0,0.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-06 13:17:22,2016-01-06 14:02:34,1,16.8,,,-73.98027038574219,40.66849136352539,-74.17743682861328,40.6906852722168,1,N,1,51.0,0.0,0.5,0.3,12.46,10.5,,74.76,1.0 +2,2016-01-26 09:33:56,2016-01-26 09:45:53,1,1.76,,,-73.90361022949219,40.745765686035156,-73.9308853149414,40.744808197021484,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,,12.88,1.0 +1,2016-01-07 07:01:12,2016-01-07 07:16:33,1,2.6,,,-73.92813110351562,40.68359375,-73.94892883300781,40.66619110107422,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-16 08:19:30,2016-01-16 08:28:07,1,1.94,,,-73.91392517089844,40.76560592651367,-73.93629455566406,40.7498893737793,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-12 15:58:11,2016-01-12 16:11:03,1,2.35,,,-73.97743225097656,40.689788818359375,-73.95442199707031,40.672637939453125,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-25 09:59:02,2016-01-25 10:28:26,1,3.35,,,-73.95683288574219,40.74467849731445,-73.98595428466797,40.72944641113281,1,N,1,19.0,0.0,0.5,0.3,3.96,0.0,,23.76,1.0 +1,2016-01-02 05:12:44,2016-01-02 05:33:01,1,5.8,,,-73.95752716064453,40.7223014831543,-73.98809814453125,40.749942779541016,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,,25.56,1.0 +1,2016-01-01 16:39:17,2016-01-01 16:47:49,1,1.5,,,-73.94292449951172,40.827274322509766,-73.95423126220703,40.80561065673828,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 10:39:30,2016-01-30 10:42:02,1,0.5,,,-73.94676208496094,40.82650375366211,-73.94591522216797,40.82150650024414,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-27 20:23:42,2016-01-27 20:40:27,1,2.36,,,-73.989013671875,40.675315856933594,-73.95903778076172,40.67372512817383,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-01 02:06:41,2016-01-01 02:18:09,1,2.27,,,-73.98377227783203,40.68804168701172,-73.9479751586914,40.67676544189453,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-29 15:07:44,2016-01-29 15:14:33,1,0.89,,,-73.80754089355469,40.700443267822266,-73.80401611328125,40.68922424316406,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 13:27:39,2016-01-19 13:41:45,1,2.16,,,-73.9825210571289,40.67815017700195,-73.97354888916016,40.69792938232422,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +1,2016-01-01 05:45:14,2016-01-01 05:52:04,2,1.2,,,-73.95258331298828,40.695594787597656,-73.94259643554688,40.70286178588867,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-07 07:47:24,2016-01-07 07:54:56,2,1.01,,,-73.94173431396484,40.78950881958008,-73.94759368896484,40.79606246948242,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-09 04:22:57,2016-01-09 04:25:23,1,0.8,,,-73.9291000366211,40.67919921875,-73.93345642089844,40.68820571899414,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-03 03:28:43,2016-01-03 03:44:41,1,3.51,,,-73.83219146728516,40.75700759887695,-73.88797760009766,40.74726104736328,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-15 08:27:34,2016-01-15 08:30:31,1,0.51,,,-73.9803237915039,40.66838836669922,-73.97896575927734,40.6739387512207,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-28 16:17:18,2016-01-28 16:35:26,5,2.34,,,-73.94930267333984,40.78486251831055,-73.95860290527344,40.8074951171875,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-26 14:56:44,2016-01-26 15:02:28,1,0.63,,,-73.92965698242188,40.764068603515625,-73.91918182373047,40.7590446472168,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-29 16:00:42,2016-01-29 16:18:58,1,5.07,,,-73.80722045898438,40.6993408203125,-73.76393127441406,40.73430633544922,1,N,1,17.5,0.0,0.5,0.3,2.0,0.0,,20.3,1.0 +1,2016-01-30 12:32:58,2016-01-30 12:48:42,1,2.2,,,0.0,0.0,-73.89081573486328,40.748199462890625,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-30 16:16:58,2016-01-30 16:19:37,1,0.39,,,-73.94839477539062,40.81406021118164,-73.95054626464844,40.80995178222656,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-20 20:15:12,2016-01-20 20:49:16,1,9.33,,,-73.95426940917969,40.730281829833984,-73.95344543457031,40.81198501586914,1,N,2,31.5,0.5,0.5,0.3,0.0,0.0,,32.8,1.0 +2,2016-01-19 11:23:18,2016-01-19 11:29:11,1,0.58,,,-73.953125,40.7884635925293,-73.95642852783203,40.78154754638672,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-13 20:15:41,2016-01-13 20:21:32,1,1.68,,,-73.94732666015625,40.63243865966797,-73.92281341552734,40.623817443847656,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-09 21:34:23,2016-01-09 21:38:26,1,0.53,,,-73.95042419433594,40.786705017089844,-73.95328521728516,40.791439056396484,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 02:23:57,2016-01-01 02:35:20,1,2.99,,,-73.99111938476562,40.6856803894043,-73.9876937866211,40.71982192993164,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-14 10:08:35,2016-01-14 10:20:45,1,2.32,,,-73.96709442138672,40.684661865234375,-73.99095153808594,40.70266342163086,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +1,2016-01-10 13:36:15,2016-01-10 13:50:46,1,5.6,,,-73.93113708496094,40.859413146972656,-73.95062255859375,40.794986724853516,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-22 12:18:49,2016-01-22 12:31:43,1,2.4,,,-73.95952606201172,40.80916213989258,-73.95005798339844,40.785491943359375,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-28 19:25:14,2016-01-28 19:29:22,1,1.06,,,-73.94381713867188,40.680137634277344,-73.94882202148438,40.693519592285156,1,N,1,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-11 06:47:21,2016-01-11 06:51:24,1,1.0,,,-73.9495620727539,40.68024826049805,-73.94303131103516,40.68787384033203,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,,6.95,1.0 +2,2016-01-02 03:39:45,2016-01-02 04:06:22,1,11.15,,,-73.93016815185547,40.85697555541992,-73.87803649902344,40.75445556640625,1,N,1,33.5,0.5,0.5,0.3,2.0,5.54,,42.34,1.0 +1,2016-01-05 07:57:49,2016-01-05 08:13:54,1,2.1,,,-73.95994567871094,40.81376647949219,-73.94818878173828,40.79299545288086,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-06 11:16:31,2016-01-06 11:51:52,2,5.09,,,-73.89127349853516,40.86189270019531,-73.89387512207031,40.87555694580078,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-19 08:38:56,2016-01-19 08:41:52,1,0.54,,,-73.91197204589844,40.767601013183594,-73.91702270507812,40.77095031738281,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-08 15:00:12,2016-01-08 15:24:46,1,7.73,,,-73.82913970947266,40.713443756103516,-73.74373626708984,40.639808654785156,1,N,2,26.0,0.0,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-30 11:46:38,2016-01-30 11:56:27,1,1.67,,,-73.9268798828125,40.69804000854492,-73.91840362548828,40.681705474853516,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-09 12:49:10,2016-01-09 12:56:19,1,1.23,,,-73.9454345703125,40.79035568237305,-73.95758056640625,40.78258514404297,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-28 21:47:36,2016-01-28 22:09:29,1,5.2,,,-73.92514038085938,40.76851272583008,-73.99308776855469,40.736717224121094,1,N,1,19.0,0.5,0.5,0.3,3.0,0.0,,23.3,1.0 +2,2016-01-05 09:53:33,2016-01-05 09:56:16,1,0.85,,,-73.99341583251953,40.687618255615234,-73.99960327148438,40.68830490112305,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-02 00:23:58,2016-01-02 00:29:43,3,1.04,,,-73.95587921142578,40.714019775390625,-73.94778442382812,40.72270584106445,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-19 12:39:03,2016-01-19 12:41:40,1,0.59,,,-73.9595947265625,40.80877685546875,-73.95296478271484,40.81084442138672,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-13 17:48:30,2016-01-13 18:07:14,2,4.0,,,-73.96115112304688,40.664390563964844,-73.94729614257812,40.71784973144531,1,N,1,15.0,1.0,0.5,0.3,3.0,0.0,,19.8,1.0 +2,2016-01-26 21:12:17,2016-01-26 21:32:58,1,6.92,,,-73.99295043945312,40.689117431640625,-73.98963165283203,40.61983871459961,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-11 22:02:15,2016-01-11 22:05:17,1,0.79,,,-73.93914794921875,40.805381774902344,-73.94699096679688,40.796791076660156,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-26 12:20:21,2016-01-26 12:55:22,1,6.52,,,-74.00730895996094,40.65620040893555,-73.98424530029297,40.726402282714844,1,N,1,26.0,0.0,0.5,0.3,3.0,0.0,,29.8,1.0 +1,2016-01-03 20:04:22,2016-01-03 20:07:42,1,0.7,,,-73.94916534423828,40.71260452270508,-73.94361877441406,40.71892166137695,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-02 01:31:59,2016-01-02 01:35:35,1,0.71,,,-73.91693878173828,40.761417388916016,-73.91141510009766,40.768898010253906,1,N,1,4.5,0.5,0.5,0.3,2.0,0.0,,7.8,1.0 +2,2016-01-27 23:18:29,2016-01-27 23:26:09,1,1.17,,,-73.8907699584961,40.74641418457031,-73.8983154296875,40.7587890625,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-12 19:04:26,2016-01-12 19:09:21,1,0.75,,,-73.9062271118164,40.77281188964844,-73.91490936279297,40.76408767700195,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-14 20:10:53,2016-01-14 20:39:56,1,5.67,,,-73.95783996582031,40.717803955078125,-73.98526763916016,40.74967956542969,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-10 14:47:59,2016-01-10 14:52:33,1,0.63,,,-73.98699951171875,40.695621490478516,-73.99210357666016,40.69032287597656,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-26 22:24:37,2016-01-26 22:55:33,1,8.29,,,-73.95794677734375,40.72185134887695,-73.96968841552734,40.80008316040039,1,N,1,28.0,0.5,0.5,0.3,5.86,0.0,,35.16,1.0 +2,2016-01-07 21:38:57,2016-01-07 21:43:03,1,0.91,,,-73.92097473144531,40.76667022705078,-73.9197998046875,40.75802230834961,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-26 19:53:51,2016-01-26 20:28:29,1,4.47,,,-73.91854095458984,40.666046142578125,-73.93974304199219,40.684471130371094,1,N,1,22.5,1.0,0.5,0.3,6.08,0.0,,30.38,1.0 +2,2016-01-21 17:48:20,2016-01-21 17:57:29,1,1.93,,,-73.9879379272461,40.70158386230469,-74.00409698486328,40.684688568115234,1,N,1,8.5,1.0,0.5,0.3,2.0,0.0,,12.3,1.0 +2,2016-01-03 20:18:31,2016-01-03 20:22:16,1,0.83,,,-73.96369171142578,40.80284881591797,-73.95153045654297,40.80275344848633,1,N,1,5.0,0.5,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-10 01:20:14,2016-01-10 01:21:34,1,0.32,,,-73.95650482177734,40.716957092285156,-73.95880889892578,40.7134895324707,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-26 07:49:22,2016-01-26 08:15:36,1,2.23,,,-73.95008850097656,40.82217025756836,-73.92115783691406,40.82649230957031,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-01 03:45:49,2016-01-01 03:53:25,1,1.21,,,-73.95375061035156,40.80366134643555,-73.93666076660156,40.79865264892578,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-26 10:24:39,2016-01-26 10:31:25,1,1.04,,,-73.91939544677734,40.86489486694336,-73.92913818359375,40.85567855834961,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 17:14:17,2016-01-28 17:28:25,2,1.59,,,-73.88507843017578,40.749698638916016,-73.8961181640625,40.73497009277344,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-19 11:49:20,2016-01-19 11:59:48,1,2.17,,,-73.95064544677734,40.66965866088867,-73.92546081542969,40.68042755126953,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,,13.5,1.0 +1,2016-01-05 16:51:11,2016-01-05 17:00:34,1,1.2,,,-73.9550552368164,40.734283447265625,-73.94358825683594,40.726097106933594,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 21:01:11,2016-01-14 21:04:11,1,0.93,,,-73.92097473144531,40.7565803527832,-73.91309356689453,40.76076889038086,1,N,1,4.5,0.5,0.5,0.3,1.45,0.0,,7.25,1.0 +2,2016-01-04 01:25:00,2016-01-04 01:35:37,3,4.79,,,-73.91466522216797,40.76370620727539,-73.88450622558594,40.73240280151367,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-29 08:22:05,2016-01-29 08:24:54,1,0.51,,,-73.95035552978516,40.80641174316406,-73.9482421875,40.80138397216797,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-13 08:44:14,2016-01-13 08:52:24,1,2.05,,,-73.9408950805664,40.78841781616211,-73.92013549804688,40.81302261352539,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-11 21:28:16,2016-01-11 21:33:29,1,1.5,,,-73.93260955810547,40.77286148071289,-73.94271850585938,40.755897521972656,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-03 09:40:09,2016-01-03 10:02:02,1,5.77,,,-73.948974609375,40.63419723510742,-74.02809143066406,40.63776397705078,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-01 05:03:44,2016-01-01 05:22:29,2,3.7,,,-73.93016815185547,40.75608825683594,-73.8726577758789,40.74597930908203,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-03 08:28:47,2016-01-03 08:33:36,1,1.61,,,-73.95301055908203,40.79166030883789,-73.94754028320312,40.775611877441406,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-07 22:53:25,2016-01-07 23:01:26,1,1.87,,,-73.95136260986328,40.81032180786133,-73.935791015625,40.83197784423828,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-09 02:27:25,2016-01-09 02:44:13,1,2.62,,,-73.95677947998047,40.72081756591797,-73.92593383789062,40.69747543334961,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-18 12:13:14,2016-01-18 12:24:39,1,2.24,,,-73.95236206054688,40.747798919677734,-73.95036315917969,40.76112365722656,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-02 04:43:13,2016-01-02 04:52:52,1,2.9,,,-73.86012268066406,40.8388786315918,-73.9001235961914,40.84914779663086,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-23 09:55:04,2016-01-23 10:14:49,2,2.44,,,-73.85468292236328,40.73765563964844,-73.884033203125,40.74818420410156,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-08 15:53:06,2016-01-08 16:01:31,3,1.49,,,-73.95243835449219,40.78655242919922,-73.93887329101562,40.80502700805664,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-09 00:49:48,2016-01-09 00:54:26,1,0.78,,,-73.94781494140625,40.82535171508789,-73.93716430664062,40.81929397583008,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-24 17:04:56,2016-01-24 17:05:17,4,0.0,,,-73.94764709472656,40.63218688964844,-73.947509765625,40.632144927978516,5,N,1,40.0,0.0,0.0,0,0.01,0.0,,40.01,2.0 +2,2016-01-04 06:35:45,2016-01-04 06:41:03,1,0.75,,,-73.95097351074219,40.7913703918457,-73.94624328613281,40.78521728515625,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 22:32:18,2016-01-30 23:01:14,5,4.61,,,-73.98265075683594,40.677860260009766,-73.98162078857422,40.73253631591797,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-15 02:53:17,2016-01-15 03:08:24,1,6.43,,,-73.9535903930664,40.72282028198242,-73.99451446533203,40.684288024902344,1,N,1,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-14 09:46:30,2016-01-14 09:51:07,1,1.49,,,-73.86026763916016,40.71535110473633,-73.86959838867188,40.733943939208984,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-20 08:10:15,2016-01-20 08:14:29,5,0.79,,,-73.94589233398438,40.72557830810547,-73.94298553466797,40.73417282104492,1,N,1,5.0,0.0,0.5,0.3,0.87,0.0,,6.67,1.0 +2,2016-01-18 15:48:20,2016-01-18 15:54:24,1,0.88,,,-73.98723602294922,40.691932678222656,-73.98194122314453,40.70132064819336,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 17:52:57,2016-01-30 18:03:19,1,1.67,,,-73.98518371582031,40.678199768066406,-73.9589614868164,40.67830276489258,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-09 08:30:55,2016-01-09 08:41:14,1,2.9,,,-73.95003509521484,40.8271369934082,-73.96432495117188,40.792049407958984,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-04 09:08:25,2016-01-04 09:28:22,1,6.36,,,-73.92315673828125,40.743465423583984,-73.991455078125,40.69725799560547,1,N,1,22.0,0.0,0.5,0.3,3.2,0.0,,26.0,1.0 +2,2016-01-05 14:32:20,2016-01-05 14:36:19,1,0.73,,,-73.9984359741211,40.6770133972168,-73.9921875,40.68100357055664,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 20:42:35,2016-01-09 20:49:55,1,1.16,,,-73.9439926147461,40.83503723144531,-73.93263244628906,40.84828567504883,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-10 13:42:02,2016-01-10 13:44:46,1,0.68,,,-73.95655822753906,40.74469757080078,-73.94872283935547,40.74844741821289,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-02 19:22:15,2016-01-02 19:53:58,2,10.47,,,-73.9668960571289,40.683433532714844,-73.92984771728516,40.75883483886719,1,N,1,33.0,0.0,0.5,0.3,3.8,0.0,,37.6,1.0 +2,2016-01-10 17:53:11,2016-01-10 17:58:29,1,1.26,,,-73.94957733154297,40.796600341796875,-73.95333099365234,40.7826042175293,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-05 04:57:26,2016-01-05 05:00:11,1,0.45,,,-73.91038513183594,40.76949691772461,-73.91820526123047,40.77028274536133,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-14 08:37:53,2016-01-14 09:13:21,1,7.43,,,-73.99506378173828,40.7025032043457,-73.97689819335938,40.7626953125,1,N,1,28.5,0.0,0.5,0.3,5.86,0.0,,35.16,1.0 +2,2016-01-18 02:02:59,2016-01-18 02:05:40,1,0.38,,,-73.92142486572266,40.76668167114258,-73.91690063476562,40.770931243896484,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-16 02:52:39,2016-01-16 02:57:30,1,0.92,,,-73.90619659423828,40.69684600830078,-73.91222381591797,40.686405181884766,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 10:14:42,2016-01-15 10:18:47,1,0.74,,,-73.9597396850586,40.687232971191406,-73.97351837158203,40.686031341552734,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-14 20:16:02,2016-01-14 20:24:19,2,2.17,,,-73.95596313476562,40.71403121948242,-73.9261703491211,40.70094299316406,1,N,1,9.0,0.5,0.5,0.3,1.75,0.0,,12.05,1.0 +2,2016-01-27 12:13:56,2016-01-28 11:50:58,1,4.45,,,-73.92164611816406,40.76670837402344,-73.94940948486328,40.77012252807617,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-21 12:38:54,2016-01-21 13:31:21,1,18.42,,,-73.9888687133789,40.700897216796875,-73.82418823242188,40.78356170654297,1,N,1,56.5,0.0,0.5,0.3,11.46,0.0,,68.76,1.0 +2,2016-01-14 07:54:24,2016-01-14 08:10:36,1,3.0,,,-73.9809341430664,40.68491744995117,-74.0097885131836,40.7155876159668,1,N,1,13.5,0.0,0.5,0.3,2.5,0.0,,16.8,1.0 +2,2016-01-28 07:24:12,2016-01-28 07:47:16,1,3.84,,,-73.88152313232422,40.747955322265625,-73.8250961303711,40.7557373046875,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-09 18:23:00,2016-01-09 18:23:04,1,0.0,,,-73.92231750488281,40.82680130004883,-73.92231750488281,40.826805114746094,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +1,2016-01-17 12:39:25,2016-01-17 12:43:38,1,1.1,,,-73.91685485839844,40.76145553588867,-73.90336608886719,40.771751403808594,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 00:03:30,2016-01-01 00:11:01,1,1.47,,,-73.95904541015625,40.67775344848633,-73.94842529296875,40.691436767578125,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-18 13:03:27,2016-01-18 13:20:27,4,3.73,,,-73.94493103027344,40.79167175292969,-73.94747924804688,40.8308219909668,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-16 23:58:48,2016-01-17 00:09:47,3,1.92,,,-73.95214080810547,40.81472396850586,-73.93985748291016,40.823665618896484,1,N,1,9.5,0.5,0.5,0.3,1.5,0.0,,12.3,1.0 +2,2016-01-22 18:18:21,2016-01-22 18:22:25,1,0.57,,,-73.82992553710938,40.71370315551758,-73.82160949707031,40.714698791503906,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-15 21:18:31,2016-01-15 21:29:02,1,2.21,,,-73.9668197631836,40.71055603027344,-73.97907257080078,40.69273376464844,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-06 11:17:14,2016-01-06 11:26:11,1,3.67,,,-73.90320587158203,40.865360260009766,-73.9373779296875,40.824161529541016,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-03 14:48:06,2016-01-03 14:54:51,1,0.79,,,-74.00003051757812,40.678443908691406,-73.99488830566406,40.68925476074219,1,N,1,6.5,0.0,0.5,0.3,1.5,0.0,,8.8,1.0 +1,2016-01-01 00:48:01,2016-01-01 01:04:04,3,5.9,,,-73.99266052246094,40.70219421386719,-73.93653869628906,40.71149444580078,1,Y,2,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-08 19:33:41,2016-01-08 19:38:53,1,1.09,,,-73.95123291015625,40.7911491394043,-73.93831634521484,40.79896545410156,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-30 12:47:18,2016-01-30 12:54:26,1,1.2,,,-73.91365814208984,40.76554870605469,-73.92781066894531,40.755645751953125,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-18 20:51:15,2016-01-18 20:54:02,1,0.41,,,-73.96426391601562,40.80315017700195,-73.9671401977539,40.80736541748047,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 17:56:02,2016-01-21 18:08:33,1,0.9,,,-73.92141723632812,40.766746520996094,-73.92096710205078,40.77622985839844,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-30 11:26:40,2016-01-30 11:41:56,1,6.4,,,-73.9404296875,40.85129928588867,-73.98282623291016,40.77333068847656,5,N,2,23.0,0.0,0.0,0,0.0,0.0,,23.0,2.0 +2,2016-01-15 01:01:07,2016-01-15 01:05:42,1,1.51,,,-73.95246124267578,40.8109130859375,-73.94478607177734,40.82916259765625,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-15 11:41:26,2016-01-15 11:55:07,1,2.34,,,-73.83431243896484,40.75784683227539,-73.81468963623047,40.73420715332031,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-01 05:08:35,2016-01-01 05:19:14,2,1.99,,,-73.94819641113281,40.70722198486328,-73.92388153076172,40.6982421875,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-13 18:26:40,2016-01-13 18:50:44,1,4.79,,,-73.9261703491211,40.77204513549805,-73.93936157226562,40.71596908569336,1,N,1,19.5,1.0,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-17 20:40:54,2016-01-17 20:52:12,1,1.68,,,-73.89083862304688,40.74699401855469,-73.8958740234375,40.746421813964844,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-17 00:54:27,2016-01-17 00:57:57,1,0.98,,,-73.95145416259766,40.74281692504883,-73.95413970947266,40.73019027709961,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 08:18:51,2016-01-07 08:28:58,1,2.24,,,-74.00086975097656,40.681243896484375,-73.98839569091797,40.70163345336914,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-20 15:06:47,2016-01-21 00:00:00,1,1.55,,,-73.92719268798828,40.67920684814453,-73.91372680664062,40.669837951660156,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-18 15:39:50,2016-01-18 15:44:34,1,0.8,,,-73.97765350341797,40.68449020385742,-73.98332214355469,40.69440841674805,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-03 01:41:47,2016-01-03 01:43:33,1,0.64,,,-73.93663024902344,40.798683166503906,-73.9441146850586,40.79519271850586,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 08:31:01,2016-01-21 08:36:45,5,1.5,,,-73.87984466552734,40.87974548339844,-73.8969955444336,40.862613677978516,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-03 11:38:44,2016-01-03 11:53:07,5,4.23,,,-73.99716186523438,40.684478759765625,-73.99342346191406,40.727291107177734,1,N,1,15.0,0.0,0.5,0.3,3.0,0.0,,18.8,1.0 +2,2016-01-17 14:12:47,2016-01-17 14:38:21,1,3.71,,,-73.96363830566406,40.808223724365234,-73.98844146728516,40.760013580322266,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,,23.16,1.0 +2,2016-01-20 11:21:54,2016-01-20 11:39:39,1,2.08,,,-73.95569610595703,40.787818908691406,-73.9655990600586,40.80556106567383,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-30 05:10:42,2016-01-30 05:21:21,1,4.62,,,-73.95772552490234,40.72248077392578,-73.98383331298828,40.696868896484375,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-11 13:53:08,2016-01-11 13:55:49,1,1.41,,,-73.87120056152344,40.87856674194336,-73.86897277832031,40.86540222167969,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 18:48:48,2016-01-10 18:55:01,1,1.24,,,-73.92304992675781,40.75557327270508,-73.93948364257812,40.751617431640625,1,N,1,6.5,0.0,0.5,0.3,0.73,0.0,,8.03,1.0 +2,2016-01-07 18:14:56,2016-01-07 18:31:03,3,2.02,,,-73.84429931640625,40.72135925292969,-73.82508087158203,40.73417282104492,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-09 22:55:29,2016-01-09 23:02:35,1,0.9,,,-73.9942855834961,40.690277099609375,-73.9897689819336,40.70163345336914,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-13 21:30:08,2016-01-13 21:47:16,1,5.27,,,-73.9503402709961,40.67141342163086,-73.9524917602539,40.731781005859375,1,N,1,17.5,0.5,0.5,0.3,4.7,0.0,,23.5,1.0 +2,2016-01-24 12:59:42,2016-01-24 13:12:15,1,1.69,,,-73.98619079589844,40.66938781738281,-74.00342559814453,40.65005111694336,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-30 14:50:58,2016-01-30 15:19:03,1,4.04,,,-73.83026123046875,40.75943374633789,-73.88614654541016,40.75538635253906,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-04 06:32:09,2016-01-04 06:51:59,1,8.0,,,-73.9489517211914,40.79704666137695,-73.8651351928711,40.770572662353516,1,N,1,25.0,0.0,0.5,0.3,13.0,0.0,,38.8,1.0 +2,2016-01-28 16:52:14,2016-01-28 17:02:07,1,1.97,,,-73.99562072753906,40.66365432739258,-73.97469329833984,40.650901794433594,1,N,1,9.5,1.0,0.5,0.3,2.82,0.0,,14.12,1.0 +1,2016-01-22 22:37:33,2016-01-22 22:44:53,1,2.2,,,-73.9393081665039,40.80525588989258,-73.95698547363281,40.77827835083008,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,,12.3,1.0 +2,2016-01-17 08:35:08,2016-01-17 08:43:25,1,2.12,,,-73.939208984375,40.805545806884766,-73.95245361328125,40.779876708984375,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-11 17:34:04,2016-01-11 17:45:30,1,2.32,,,-73.95857238769531,40.649993896484375,-73.96749114990234,40.68138885498047,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-29 17:41:15,2016-01-29 17:50:15,1,1.0,,,-73.95237731933594,40.79846954345703,-73.95193481445312,40.79011154174805,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-01 05:07:03,2016-01-01 05:26:13,1,4.97,,,-73.96342468261719,40.67569351196289,-73.99150848388672,40.62002182006836,1,N,1,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-17 15:32:17,2016-01-17 15:37:53,1,0.86,,,-73.95972442626953,40.71632385253906,-73.95391845703125,40.72568130493164,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 15:10:51,2016-01-09 15:21:19,5,1.68,,,-73.97956085205078,40.67022705078125,-74.00157928466797,40.679683685302734,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 14:10:11,2016-01-29 14:30:19,1,3.35,,,-73.93909454345703,40.80485534667969,-73.88697052001953,40.816043853759766,1,N,1,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-08 20:09:25,2016-01-08 20:23:14,1,3.12,,,-73.94850158691406,40.72264099121094,-73.94157409667969,40.682044982910156,1,N,1,12.0,0.5,0.5,0.3,3.32,0.0,,16.62,1.0 +2,2016-01-13 07:14:31,2016-01-13 07:22:34,1,1.83,,,-73.95903015136719,40.71664047241211,-73.9569091796875,40.7364387512207,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-21 22:56:31,2016-01-21 22:59:05,1,0.7,,,-73.91081237792969,40.77589797973633,-73.91606140136719,40.783321380615234,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 02:27:24,2016-01-09 02:44:49,3,5.98,,,-73.9535903930664,40.68891525268555,-73.97359466552734,40.74357604980469,1,N,1,19.5,0.5,0.5,0.3,4.16,0.0,,24.96,1.0 +2,2016-01-10 10:55:48,2016-01-10 11:00:46,5,1.06,,,-73.95750427246094,40.80146408081055,-73.94757080078125,40.812007904052734,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-02 19:48:24,2016-01-02 20:37:43,1,11.8,,,-73.95028686523438,40.656394958496094,-73.97801971435547,40.77854919433594,1,N,1,41.5,0.5,0.5,0.3,8.55,0.0,,51.35,1.0 +2,2016-01-16 01:58:19,2016-01-16 02:12:05,1,2.98,,,-73.9620361328125,40.71601867675781,-73.91976165771484,40.70026779174805,1,N,1,12.0,0.5,0.5,0.3,1.5,0.0,,14.8,1.0 +2,2016-01-07 16:33:50,2016-01-07 16:35:41,1,0.33,,,-73.95408630371094,40.78742980957031,-73.95226287841797,40.79147720336914,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-15 00:33:04,2016-01-15 00:34:33,1,0.55,,,-73.95325469970703,40.788665771484375,-73.94348907470703,40.78486633300781,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-07 08:13:10,2016-01-07 08:21:01,1,1.86,,,-73.91984558105469,40.77277374267578,-73.9411392211914,40.75543975830078,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 15:09:05,2016-01-30 15:12:17,1,0.7,,,-73.9562759399414,40.65523910522461,-73.94801330566406,40.6609992980957,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-08 16:38:07,2016-01-08 16:46:39,1,1.2,,,-73.95844268798828,40.649288177490234,-73.94425964355469,40.646244049072266,1,N,1,7.5,1.0,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-14 16:05:39,2016-01-14 16:28:53,3,3.57,,,-73.977783203125,40.686893463134766,-73.95745086669922,40.67800521850586,1,N,1,17.0,1.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-16 00:32:15,2016-01-16 00:34:08,2,0.46,,,-73.956787109375,40.71665954589844,-73.96146392822266,40.711273193359375,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-22 15:04:14,2016-01-22 15:17:59,1,2.18,,,-73.94245910644531,40.696102142333984,-73.95523834228516,40.68102264404297,1,N,1,10.5,0.0,0.5,0.3,2.82,0.0,,14.12,1.0 +2,2016-01-08 22:18:33,2016-01-08 22:21:27,1,0.38,,,-73.92323303222656,40.76055145263672,-73.92684936523438,40.76044464111328,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 18:17:47,2016-01-29 18:28:35,1,0.71,,,-73.8443832397461,40.72138595581055,-73.8548583984375,40.72174835205078,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-20 20:18:18,2016-01-20 20:28:24,6,1.15,,,-73.95528411865234,40.804527282714844,-73.93754577636719,40.804359436035156,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-20 22:55:56,2016-01-20 22:59:22,1,0.6,,,-73.94004821777344,40.8409309387207,-73.93486022949219,40.847965240478516,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-19 13:10:46,2016-01-19 13:32:04,1,3.6,,,-73.96289825439453,40.809452056884766,-73.96437072753906,40.77042007446289,1,N,1,17.0,0.0,0.5,0.3,3.55,0.0,,21.35,1.0 +1,2016-01-04 08:01:19,2016-01-04 08:13:16,1,2.9,,,-73.86216735839844,40.73041534423828,-73.83161926269531,40.756370544433594,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-21 18:56:34,2016-01-21 19:07:51,5,1.77,,,-73.89022827148438,40.74623489379883,-73.92070770263672,40.743221282958984,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-06 17:56:06,2016-01-06 18:15:57,1,2.35,,,-73.95359802246094,40.680755615234375,-73.98812103271484,40.69448471069336,1,N,2,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-30 19:56:11,2016-01-30 20:18:47,1,2.3,,,-73.8710708618164,40.73392868041992,-73.88640594482422,40.75587463378906,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,,18.95,1.0 +2,2016-01-07 18:17:28,2016-01-07 18:35:41,2,2.99,,,-73.96550750732422,40.8060417175293,-73.94003295898438,40.78624725341797,1,N,1,14.5,1.0,0.5,0.3,3.26,0.0,,19.56,1.0 +1,2016-01-16 17:44:52,2016-01-16 17:49:08,5,0.9,,,-73.91627502441406,40.67857360839844,-73.92351531982422,40.6872444152832,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-12 07:54:11,2016-01-12 08:00:38,1,1.0,,,-73.89640808105469,40.864566802978516,-73.90229797363281,40.87196731567383,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 22:05:23,2016-01-29 22:08:12,1,0.6,,,-73.93710327148438,40.69326400756836,-73.92681884765625,40.69197082519531,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-03 01:08:56,2016-01-03 01:23:15,1,4.0,,,-73.92997741699219,40.75641632080078,-73.88849639892578,40.748233795166016,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-09 19:16:16,2016-01-09 19:16:20,1,0.0,,,-73.9000244140625,40.67642593383789,-73.90001678466797,40.67641067504883,5,N,1,50.0,0.0,0.0,0,0.0,0.0,,50.0,2.0 +1,2016-01-01 00:47:34,2016-01-01 01:03:38,3,2.4,,,-73.93617248535156,40.809688568115234,-73.90581512451172,40.82292556762695,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-21 23:56:06,2016-01-22 00:09:06,1,3.21,,,-73.97594451904297,40.686946868896484,-73.96212005615234,40.71868896484375,1,N,1,12.0,0.5,0.5,0.3,2.0,0.0,,15.3,1.0 +2,2016-01-25 16:55:27,2016-01-25 17:24:22,1,4.96,,,-73.95894622802734,40.716827392578125,-73.92790222167969,40.77225112915039,1,N,1,21.0,1.0,0.5,0.3,4.56,0.0,,27.36,1.0 +2,2016-01-29 22:16:03,2016-01-29 22:23:02,1,0.7,,,-73.95978546142578,40.71791076660156,-73.95661163330078,40.714229583740234,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-14 14:28:12,2016-01-14 14:32:50,1,0.56,,,-73.95850372314453,40.800926208496094,-73.96736145019531,40.80533981323242,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 07:54:57,2016-01-27 08:05:57,1,1.71,,,-73.98385620117188,40.66400146484375,-74.00234985351562,40.680397033691406,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-21 14:42:24,2016-01-21 14:49:38,1,1.14,,,-73.954345703125,40.78731918334961,-73.97000885009766,40.78926467895508,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-12 18:28:39,2016-01-12 18:58:27,1,5.8,,,-73.95735931396484,40.675201416015625,-73.8665542602539,40.66933822631836,1,N,1,23.0,1.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-06 22:57:30,2016-01-06 23:01:43,1,0.96,,,-73.97781372070312,40.68457794189453,-73.97893524169922,40.69611740112305,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-25 19:59:59,2016-01-25 20:14:48,1,2.5,,,-73.86922454833984,40.73406219482422,-73.8550796508789,40.706851959228516,1,N,1,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-17 16:32:53,2016-01-17 17:18:08,1,7.57,,,-73.9661636352539,40.80485153198242,-73.95346069335938,40.72671127319336,1,N,2,32.5,0.0,0.5,0.3,0.0,0.0,,33.3,1.0 +2,2016-01-10 00:24:37,2016-01-10 00:38:01,1,2.61,,,-73.96910858154297,40.6931037902832,-73.99481201171875,40.68060302734375,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-01 17:08:04,2016-01-01 17:08:17,1,0.0,,,-73.93809509277344,40.804569244384766,-73.9376449584961,40.80442810058594,3,N,2,20.0,0.0,0.0,0.3,0.0,0.0,,20.3,1.0 +1,2016-01-08 03:14:18,2016-01-08 03:22:19,1,2.2,,,-73.91516876220703,40.76399612426758,-73.90504455566406,40.738563537597656,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-02 00:44:03,2016-01-02 00:52:25,1,2.3,,,-73.96585083007812,40.677391052246094,-73.94686126708984,40.695621490478516,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-26 20:23:03,2016-01-26 21:01:36,1,6.23,,,-73.96104431152344,40.806922912597656,-73.99234008789062,40.73729705810547,1,N,1,27.0,0.5,0.5,0.3,0.0,0.0,,28.3,1.0 +2,2016-01-12 07:25:50,2016-01-12 07:31:16,1,1.37,,,-73.84417724609375,40.72172927856445,-73.8551025390625,40.70859909057617,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 17:35:52,2016-01-22 17:40:14,1,0.84,,,-73.94621276855469,40.68024444580078,-73.94805908203125,40.68729019165039,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 08:16:54,2016-01-10 08:23:31,1,1.1,,,-73.89115905761719,40.74680709838867,-73.87709045410156,40.74609375,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-15 19:41:31,2016-01-15 20:01:35,1,3.64,,,-73.95780181884766,40.671363830566406,-73.95846557617188,40.717140197753906,1,N,1,16.0,1.0,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-10 21:55:25,2016-01-10 22:00:09,1,1.04,,,-73.98748016357422,40.69285583496094,-73.97368621826172,40.69741439819336,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,,9.49,1.0 +1,2016-01-20 19:47:21,2016-01-20 20:09:13,1,6.5,,,-73.93793487548828,40.79705810546875,-73.99449157714844,40.73891067504883,1,N,2,23.0,1.0,0.5,0.3,0.0,0.0,,24.8,1.0 +1,2016-01-29 23:31:06,2016-01-29 23:42:57,1,2.1,,,-73.9452133178711,40.808048248291016,-73.94065856933594,40.82807159423828,1,Y,1,10.0,0.5,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-27 10:44:13,2016-01-27 10:57:09,1,1.74,,,-73.86923217773438,40.73388671875,-73.86253356933594,40.751556396484375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-21 09:41:16,2016-01-21 10:18:05,1,7.65,,,-73.97869110107422,40.690513610839844,-73.97513580322266,40.74994659423828,1,N,1,30.0,0.0,0.5,0.3,6.16,0.0,,36.96,1.0 +2,2016-01-18 04:11:56,2016-01-18 04:18:56,1,0.97,,,-73.91082763671875,40.77601623535156,-73.92252349853516,40.77428436279297,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-06 11:29:42,2016-01-06 11:33:03,1,0.86,,,-73.95488739013672,40.78919982910156,-73.95635223388672,40.77980041503906,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-07 14:40:33,2016-01-07 14:54:03,1,1.36,,,-73.93938446044922,40.80493927001953,-73.9534912109375,40.79127502441406,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,,11.8,1.0 +1,2016-01-16 13:54:03,2016-01-16 14:01:33,1,1.5,,,-73.936279296875,40.82030487060547,-73.9091567993164,40.81298065185547,1,N,4,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-17 23:03:54,2016-01-17 23:16:05,1,3.03,,,-73.83042907714844,40.75952911376953,-73.81014251708984,40.72289276123047,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-20 16:57:51,2016-01-20 17:07:05,2,1.38,,,-73.95100402832031,40.8026123046875,-73.94713592529297,40.79103469848633,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-07 18:05:04,2016-01-07 18:10:17,1,1.1,,,-73.95429992675781,40.58732223510742,-73.93761444091797,40.58815002441406,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-05 23:57:15,2016-01-06 00:11:34,1,3.7,,,-73.95582580566406,40.7139778137207,-73.94249725341797,40.75756072998047,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,,18.35,1.0 +2,2016-01-01 00:50:05,2016-01-01 01:18:13,1,5.16,,,-73.91962432861328,40.75923156738281,-73.97720336914062,40.78464126586914,1,N,1,22.0,0.5,0.5,0.3,5.82,0.0,,29.12,1.0 +2,2016-01-16 20:28:13,2016-01-16 20:38:12,1,3.51,,,-73.94343566894531,40.8360481262207,-73.9289779663086,40.86337661743164,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-11 13:41:09,2016-01-11 13:50:42,1,1.19,,,-73.95891571044922,40.71669387817383,-73.96748352050781,40.71128845214844,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 03:28:26,2016-01-10 03:50:25,5,7.54,,,-73.91395568847656,40.76504135131836,-73.82568359375,40.75285720825195,1,N,1,24.0,0.5,0.5,0.3,5.06,0.0,,30.36,1.0 +2,2016-01-20 12:05:54,2016-01-20 12:20:03,2,1.68,,,-73.9803695678711,40.67649459838867,-73.96881866455078,40.69295883178711,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-30 16:25:58,2016-01-30 16:34:31,1,1.53,,,-73.94963073730469,40.80195999145508,-73.9383544921875,40.78811264038086,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 17:29:04,2016-01-26 17:49:00,1,1.5,,,-73.95111083984375,40.786033630371094,-73.9728775024414,40.797821044921875,1,N,1,13.0,1.0,0.5,0.3,3.0,0.0,,17.8,1.0 +2,2016-01-09 02:44:53,2016-01-09 03:05:06,1,4.11,,,-73.91544342041016,40.677181243896484,-73.94583129882812,40.69319534301758,1,N,1,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-27 17:40:28,2016-01-27 18:09:27,1,5.09,,,-73.93724822998047,40.80439758300781,-73.87604522705078,40.82632064819336,1,N,1,20.0,1.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-05 16:12:44,2016-01-05 16:13:20,1,0.03,,,-73.95189666748047,40.789085388183594,-73.95256805419922,40.78933334350586,1,N,1,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-26 21:43:28,2016-01-26 22:05:51,1,4.24,,,-73.98222351074219,40.68998336791992,-73.91778564453125,40.675193786621094,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-17 09:02:34,2016-01-17 09:06:12,1,1.1,,,-73.9412841796875,40.81367492675781,-73.95237731933594,40.802276611328125,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-18 00:18:50,2016-01-18 00:33:01,1,6.41,,,-73.91671752929688,40.764739990234375,-73.82772064208984,40.754150390625,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-13 23:00:18,2016-01-13 23:11:12,1,1.76,,,-73.9747543334961,40.68650436401367,-73.98473358154297,40.6711311340332,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-29 02:28:12,2016-01-29 02:40:40,2,3.29,,,-73.95271301269531,40.72702407836914,-73.95930480957031,40.68669128417969,1,N,1,12.0,0.5,0.5,0.3,3.0,0.0,,16.3,1.0 +1,2016-01-15 10:54:27,2016-01-15 11:00:07,1,0.8,,,-73.89181518554688,40.74668884277344,-73.87966918945312,40.750118255615234,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-25 11:56:38,2016-01-25 12:15:45,1,2.52,,,-73.96239471435547,40.804832458496094,-73.94190979003906,40.832969665527344,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-26 14:50:49,2016-01-26 15:03:31,1,2.84,,,-73.73587036132812,40.72856521606445,-73.7821273803711,40.71312713623047,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,,15.36,1.0 +1,2016-01-22 11:54:19,2016-01-22 11:59:11,2,1.0,,,-73.95999908447266,40.80815887451172,-73.96908569335938,40.79857635498047,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-18 22:19:29,2016-01-18 22:29:19,1,1.78,,,-73.88725280761719,40.7474365234375,-73.86190032958984,40.752559661865234,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-09 23:40:02,2016-01-09 23:51:12,1,1.83,,,-73.96195220947266,40.71358108520508,-73.93843078613281,40.70062255859375,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-06 18:20:31,2016-01-06 18:28:00,1,1.36,,,-73.94352722167969,40.81058120727539,-73.95855712890625,40.8005256652832,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-07 21:13:41,2016-01-07 21:29:44,1,6.25,,,-73.90799713134766,40.6778564453125,-73.83627319335938,40.72157287597656,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-19 13:18:15,2016-01-19 13:21:38,1,0.6,,,-73.949951171875,40.80956268310547,-73.94313049316406,40.81412887573242,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-19 12:46:27,2016-01-19 12:57:14,5,3.06,,,-73.9119644165039,40.77510452270508,-73.90425872802734,40.74821853637695,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-25 15:03:24,2016-01-25 15:08:14,1,0.89,,,-73.83049011230469,40.71338653564453,-73.83595275878906,40.70528793334961,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-26 18:05:37,2016-01-26 18:16:23,1,1.72,,,-73.94435119628906,40.79184341430664,-73.93641662597656,40.81230545043945,1,N,1,9.0,1.0,0.5,0.3,1.0,0.0,,11.8,1.0 +1,2016-01-15 08:56:24,2016-01-15 09:28:48,1,5.4,,,-73.9567642211914,40.74793243408203,-74.00640869140625,40.71381378173828,1,N,1,22.5,0.0,0.5,0.3,4.0,5.54,,32.84,1.0 +2,2016-01-03 18:19:25,2016-01-03 18:24:44,1,0.85,,,-73.94786071777344,40.80116271972656,-73.93846893310547,40.8087158203125,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 12:25:43,2016-01-05 12:34:03,1,3.51,,,-73.90311431884766,40.74604797363281,-73.87326049804688,40.77420425415039,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-28 09:58:14,2016-01-28 10:06:51,1,1.2,,,-73.95372772216797,40.58729553222656,-73.96722412109375,40.580718994140625,1,N,2,7.5,0.0,0.5,0,0.0,0.0,,8.0,1.0 +2,2016-01-29 05:48:03,2016-01-29 05:50:37,1,1.09,,,-73.9431381225586,40.78532028198242,-73.93207550048828,40.795101165771484,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-29 17:53:45,2016-01-29 17:57:55,1,0.68,,,-73.95650482177734,40.71699142456055,-73.96610260009766,40.71453094482422,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-03 17:36:28,2016-01-03 17:42:44,2,1.44,,,-73.89190673828125,40.82469177246094,-73.89173126220703,40.841495513916016,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-10 02:00:03,2016-01-10 02:08:19,1,1.83,,,-73.95050048828125,40.66155242919922,-73.94677734375,40.68296813964844,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-20 00:30:09,2016-01-20 00:36:29,1,1.8,,,-73.84420013427734,40.72105407714844,-73.85970306396484,40.741947174072266,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-02 16:26:01,2016-01-02 16:29:43,1,1.15,,,-73.99028015136719,40.685882568359375,-73.98651885986328,40.67400360107422,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-20 09:09:41,2016-01-21 08:57:30,1,0.73,,,-73.92317199707031,40.817596435546875,-73.93666076660156,40.820133209228516,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-12 18:21:54,2016-01-12 18:24:28,1,0.47,,,-73.91291046142578,40.774444580078125,-73.91878509521484,40.77212142944336,1,N,1,4.0,1.0,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-28 07:30:31,2016-01-28 07:53:25,1,2.75,,,-73.94230651855469,40.786468505859375,-73.95581817626953,40.81277847290039,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-25 05:04:36,2016-01-25 05:33:50,1,15.3,,,-73.91867065429688,40.743289947509766,-73.79039764404297,40.643741607666016,1,N,2,43.0,0.5,0.5,0.3,0.0,0.0,,44.3,1.0 +2,2016-01-05 08:27:05,2016-01-05 08:34:53,1,1.49,,,-73.87804412841797,40.756412506103516,-73.90592956542969,40.75353240966797,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 21:44:11,2016-01-04 21:59:35,1,3.98,,,-73.99185180664062,40.69095230102539,-73.93163299560547,40.680721282958984,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-25 19:47:34,2016-01-25 20:01:43,1,2.3,,,-73.9471664428711,40.80100631713867,-73.97301483154297,40.785301208496094,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-30 15:24:52,2016-01-30 15:34:43,1,0.9,,,-73.9538803100586,40.81127166748047,-73.93859100341797,40.80516815185547,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-02 20:49:53,2016-01-02 20:59:42,1,1.99,,,-73.97594451904297,40.683963775634766,-73.96334838867188,40.682701110839844,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-16 16:02:14,2016-01-16 16:22:29,1,3.7,,,-73.94607543945312,40.71147918701172,-73.9892349243164,40.7315559387207,1,N,1,16.5,0.0,0.5,0.3,3.45,0.0,,20.75,1.0 +2,2016-01-02 21:36:48,2016-01-02 21:46:49,2,2.69,,,-73.93902587890625,40.80531311035156,-73.96875762939453,40.786033630371094,1,N,1,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-26 23:14:11,2016-01-26 23:33:49,1,5.52,,,-73.94062042236328,40.71189498901367,-73.83734130859375,40.70802688598633,1,N,1,19.0,0.5,0.5,0.3,3.0,0.0,,23.3,1.0 +2,2016-01-29 17:46:30,2016-01-29 17:54:16,1,1.12,,,-73.96231842041016,40.8049201965332,-73.94979858398438,40.801761627197266,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-22 19:56:52,2016-01-22 20:06:14,1,1.79,,,-73.92972564697266,40.68630599975586,-73.90962219238281,40.674678802490234,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-13 23:36:58,2016-01-13 23:46:37,1,1.82,,,-73.89142608642578,40.74664306640625,-73.85962677001953,40.745914459228516,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-04 10:42:03,2016-01-04 10:47:01,1,0.98,,,-73.9068603515625,40.76008605957031,-73.91893005371094,40.759090423583984,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-25 17:22:20,2016-01-25 17:30:39,1,1.1,,,-73.94966125488281,40.67803192138672,-73.95266723632812,40.68825149536133,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-04 16:54:37,2016-01-04 17:26:38,1,4.68,,,-73.93428802490234,40.80183029174805,-73.9178466796875,40.84897994995117,1,N,2,22.0,1.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-16 10:04:47,2016-01-16 10:09:52,1,0.9,,,-73.91875457763672,40.8250617980957,-73.9098892211914,40.8352165222168,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 01:48:12,2016-01-30 01:56:47,5,1.74,,,-73.8894271850586,40.73929214477539,-73.8725814819336,40.7522087097168,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-18 16:03:54,2016-01-18 16:18:03,2,2.33,,,-73.97314453125,40.68586349487305,-73.98487091064453,40.662986755371094,1,N,1,11.5,0.0,0.5,0.3,3.0,0.0,,15.3,1.0 +1,2016-01-08 20:16:55,2016-01-08 20:30:18,5,2.5,,,-73.97636413574219,40.68368148803711,-73.95207977294922,40.68156814575195,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-27 21:12:59,2016-01-27 21:26:46,1,4.6,,,-73.99639129638672,40.694095611572266,-73.98091125488281,40.645328521728516,1,N,1,15.0,0.5,0.5,0.3,1.5,0.0,,17.8,1.0 +1,2016-01-04 13:04:01,2016-01-04 13:13:24,1,2.4,,,-73.9300308227539,40.75654983520508,-73.96587371826172,40.75845718383789,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-25 09:45:44,2016-01-25 09:54:32,1,1.66,,,-73.90505981445312,40.745506286621094,-73.89237213134766,40.75857162475586,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-22 01:44:29,2016-01-22 01:58:59,1,5.99,,,-73.95365905761719,40.787723541259766,-73.9346923828125,40.844688415527344,1,N,1,19.5,0.5,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-15 18:55:28,2016-01-15 19:27:36,1,8.31,,,-73.95219421386719,40.80355453491211,-73.86498260498047,40.85247039794922,1,N,1,28.0,1.0,0.5,0.3,5.96,0.0,,35.76,1.0 +2,2016-01-07 18:23:03,2016-01-07 18:39:48,1,2.92,,,-73.93670654296875,40.8492317199707,-73.90364837646484,40.88056182861328,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-18 16:15:31,2016-01-18 16:27:58,2,2.4,,,-73.96409606933594,40.8079719543457,-73.94852447509766,40.78490447998047,1,N,1,11.5,0.0,0.5,0.3,1.25,0.0,,13.55,1.0 +2,2016-01-14 22:53:11,2016-01-14 22:57:49,1,1.09,,,-73.95594024658203,40.694637298583984,-73.97120666503906,40.68968200683594,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 19:07:00,2016-01-06 19:35:42,1,4.75,,,-73.9563217163086,40.723228454589844,-73.95074462890625,40.66175842285156,1,N,2,20.0,1.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-16 20:45:50,2016-01-16 21:26:57,1,6.7,,,-73.94731903076172,40.83018112182617,-73.99580383300781,40.753173828125,1,N,1,30.5,0.5,0.5,0.3,6.36,0.0,,38.16,1.0 +2,2016-01-28 17:36:44,2016-01-28 17:59:58,1,3.5,,,-73.96038818359375,40.8040657043457,-73.95415496826172,40.767208099365234,1,N,1,16.5,1.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-30 02:25:13,2016-01-30 02:38:07,1,4.03,,,-73.96192932128906,40.71580123901367,-73.98815155029297,40.68492889404297,1,N,1,14.5,0.5,0.5,0.3,3.0,0.0,,18.8,1.0 +2,2016-01-21 22:56:15,2016-01-21 23:03:43,1,1.89,,,-73.95808410644531,40.81526565551758,-73.94168090820312,40.829978942871094,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-12 18:26:08,2016-01-12 18:38:57,1,1.7,,,-73.99082946777344,40.70256042480469,-73.97798919677734,40.68516540527344,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-15 23:00:25,2016-01-15 23:11:40,1,4.7,,,-73.9420394897461,40.837703704833984,-73.97673034667969,40.78845977783203,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +1,2016-01-01 07:33:41,2016-01-01 07:40:14,1,2.7,,,-73.94165802001953,40.838279724121094,-73.9126205444336,40.84637451171875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-16 19:10:13,2016-01-16 19:24:18,1,1.36,,,-73.98680877685547,40.67887878417969,-73.9716567993164,40.67623519897461,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-27 20:15:58,2016-01-27 20:20:52,1,0.87,,,-73.93661499023438,40.82054138183594,-73.92211151123047,40.82035827636719,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-18 03:34:34,2016-01-19 00:00:00,1,3.3,,,-73.92721557617188,40.81859588623047,-73.91627502441406,40.85403060913086,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-27 10:49:30,2016-01-27 10:56:03,1,0.68,,,-73.89048767089844,40.86110305786133,-73.89165496826172,40.853206634521484,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-04 13:06:01,2016-01-04 13:47:09,1,19.97,,,-73.93109130859375,40.84800338745117,-73.78270721435547,40.644039154052734,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,,58.34,1.0 +2,2016-01-10 11:04:34,2016-01-10 11:26:35,1,4.89,,,-73.94979858398438,40.68123245239258,-73.99575805664062,40.72460174560547,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-20 14:12:05,2016-01-20 14:18:32,1,1.36,,,-73.93887329101562,40.82704544067383,-73.95252227783203,40.81096649169922,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 21:23:15,2016-01-09 21:38:12,1,2.98,,,-74.00811767578125,40.631317138671875,-73.9704818725586,40.636390686035156,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-04 18:45:45,2016-01-04 18:58:52,1,2.76,,,-73.84432220458984,40.721343994140625,-73.83695220947266,40.69416809082031,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-11 13:23:02,2016-01-11 13:34:22,1,2.47,,,-73.92059326171875,40.76807403564453,-73.89138793945312,40.751869201660156,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-04 16:36:55,2016-01-04 16:53:48,1,3.52,,,-73.80345916748047,40.716896057128906,-73.82441711425781,40.6880989074707,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-15 23:22:34,2016-01-15 23:29:03,1,1.33,,,-73.90834045410156,40.770957946777344,-73.91939544677734,40.75579071044922,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 16:33:24,2016-01-17 16:41:39,2,1.4,,,-73.954833984375,40.804176330566406,-73.93229675292969,40.795291900634766,1,N,1,7.5,0.0,0.5,0.3,1.5,0.0,,9.8,1.0 +2,2016-01-11 19:12:32,2016-01-11 19:23:27,1,1.89,,,-73.95812225341797,40.815162658691406,-73.97313690185547,40.7928581237793,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-29 22:39:15,2016-01-29 23:02:51,1,6.14,,,-73.83332061767578,40.67328643798828,-73.92516326904297,40.65569305419922,5,N,2,25.0,0.0,0.0,0,0.0,0.0,,25.0,2.0 +2,2016-01-16 20:46:53,2016-01-16 20:55:30,2,2.04,,,-73.94943237304688,40.74855041503906,-73.92632293701172,40.765647888183594,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-10 20:27:55,2016-01-10 20:37:10,1,1.63,,,-73.9222640991211,40.75525665283203,-73.94004821777344,40.75245666503906,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-16 03:00:10,2016-01-16 03:16:11,2,4.51,,,-73.95674896240234,40.81382751464844,-73.88733673095703,40.81603240966797,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +1,2016-01-09 09:15:38,2016-01-09 09:17:34,1,0.5,,,-73.94464874267578,40.81376266479492,-73.93997955322266,40.82020950317383,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +2,2016-01-20 17:47:59,2016-01-20 17:49:17,1,0.14,,,-73.95018005371094,40.680423736572266,-73.94750213623047,40.680259704589844,1,N,2,2.5,1.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-11 18:13:17,2016-01-11 18:25:54,1,1.49,,,-73.93376159667969,40.76301193237305,-73.91216278076172,40.76908874511719,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-01 18:53:51,2016-01-01 19:02:48,1,2.94,,,-73.80757141113281,40.700313568115234,-73.80050659179688,40.66805648803711,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-03 02:36:26,2016-01-03 02:37:25,1,0.2,,,-73.85807037353516,40.75279235839844,-73.85731506347656,40.755516052246094,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-26 13:44:28,2016-01-26 13:52:28,1,1.07,,,-73.95414733886719,40.72990417480469,-73.95635223388672,40.71713638305664,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-08 11:13:16,2016-01-08 11:29:33,1,5.0,,,-73.95406341552734,40.58744812011719,-73.99320220947266,40.61608123779297,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +1,2016-01-15 19:48:39,2016-01-15 19:51:10,1,0.4,,,-73.94831848144531,40.8039665222168,-73.94429016113281,40.80944061279297,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 21:01:31,2016-01-09 21:04:51,1,0.69,,,-73.91124725341797,40.70402145385742,-73.91937255859375,40.70425033569336,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-25 18:19:15,2016-01-25 18:30:14,1,3.06,,,-73.92243957519531,40.83643341064453,-73.91897583007812,40.80746078491211,1,N,1,11.5,1.0,0.5,0.3,5.0,0.0,,18.3,1.0 +2,2016-01-16 15:00:34,2016-01-16 15:05:25,1,0.55,,,-73.86199188232422,40.730438232421875,-73.86460876464844,40.73434066772461,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 15:54:16,2016-01-13 16:11:58,1,3.46,,,-73.85163116455078,40.850242614746094,-73.90461730957031,40.863258361816406,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-21 09:13:36,2016-01-21 09:22:39,1,1.3,,,-73.84434509277344,40.721282958984375,-73.83457946777344,40.71232223510742,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-19 08:12:48,2016-01-19 08:26:57,1,1.74,,,-73.96358489990234,40.802913665771484,-73.93952178955078,40.805198669433594,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-22 23:00:45,2016-01-22 23:14:02,1,5.86,,,-73.90557861328125,40.745338439941406,-73.83238220214844,40.76276779174805,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +1,2016-01-07 20:38:53,2016-01-07 20:52:50,1,6.2,,,-73.944580078125,40.783424377441406,-73.98258209228516,40.71996307373047,1,N,1,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +1,2016-01-10 16:56:57,2016-01-10 17:01:35,1,1.2,,,-73.95243835449219,40.798282623291016,-73.941162109375,40.81265640258789,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-06 15:31:31,2016-01-06 15:39:16,1,1.02,,,-73.92568969726562,40.761863708496094,-73.9362564086914,40.749839782714844,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-18 23:08:50,2016-01-18 23:13:32,1,1.23,,,-73.95024108886719,40.728885650634766,-73.95170593261719,40.71562576293945,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-27 09:30:58,2016-01-27 10:08:13,1,6.4,,,-73.98680877685547,40.702476501464844,-73.97575378417969,40.75695037841797,1,N,1,30.0,0.0,0.5,0.3,6.15,0.0,,36.95,1.0 +1,2016-01-16 13:15:21,2016-01-16 13:31:13,1,2.6,,,-73.96835327148438,40.68642807006836,-73.95826721191406,40.6549186706543,1,N,1,12.5,0.0,0.5,0.3,1.33,0.0,,14.63,1.0 +2,2016-01-30 22:16:21,2016-01-30 22:20:17,1,0.51,,,-73.9901351928711,40.68727111816406,-73.98892211914062,40.69373321533203,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-26 20:36:18,2016-01-26 20:43:13,1,1.3,,,-73.95431518554688,40.58734130859375,-73.93505096435547,40.58470916748047,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-20 20:46:28,2016-01-20 21:09:44,1,4.0,,,-73.96273040771484,40.71738052368164,-74.01048278808594,40.71989822387695,1,N,1,18.0,0.5,0.5,0.3,3.86,0.0,,23.16,1.0 +2,2016-01-13 21:58:31,2016-01-13 22:02:38,1,0.85,,,-73.94992065429688,40.65542221069336,-73.9368896484375,40.65870666503906,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-17 07:32:07,2016-01-17 07:40:11,1,1.55,,,-73.9542007446289,40.685176849365234,-73.93070983886719,40.691253662109375,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-08 21:37:17,2016-01-08 21:46:15,1,1.28,,,-73.90052032470703,40.8583984375,-73.9122085571289,40.8431510925293,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +1,2016-01-17 12:21:05,2016-01-17 12:36:46,2,3.7,,,-73.95491790771484,40.815101623535156,-73.9557113647461,40.776363372802734,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-17 22:54:31,2016-01-17 23:11:14,1,4.35,,,-73.9576187133789,40.72998809814453,-73.99547576904297,40.727020263671875,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-18 20:27:19,2016-01-18 20:36:03,1,0.81,,,-73.95420837402344,40.72996139526367,-73.94490051269531,40.725582122802734,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-26 22:07:02,2016-01-26 22:34:03,1,5.1,,,-73.978515625,40.68443298339844,-73.90391540527344,40.70740509033203,1,N,1,20.5,0.5,0.5,0.3,4.35,0.0,,26.15,1.0 +1,2016-01-13 22:23:41,2016-01-13 23:02:23,1,14.3,,,-73.95201873779297,40.78993606567383,-73.80875396728516,40.753421783447266,1,N,2,44.0,0.5,0.5,0.3,0.0,0.0,,45.3,1.0 +2,2016-01-28 13:33:32,2016-01-28 13:47:52,1,2.43,,,-73.9893798828125,40.66972732543945,-74.01624298095703,40.65318298339844,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,,13.8,1.0 +2,2016-01-01 16:37:40,2016-01-01 16:44:47,1,3.37,,,-73.86387634277344,40.73291778564453,-73.81074523925781,40.73487091064453,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-03 08:23:02,2016-01-03 08:29:56,1,1.6,,,-73.97430419921875,40.68620300292969,-73.95333862304688,40.6921501159668,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +1,2016-01-20 17:23:32,2016-01-20 17:51:03,1,5.9,,,-73.97817993164062,40.689815521240234,-73.98844909667969,40.755775451660156,1,N,1,22.0,1.0,0.5,0.3,2.2,0.0,,26.0,1.0 +2,2016-01-30 14:25:46,2016-01-30 14:39:57,1,2.24,,,-73.89096069335938,40.746971130371094,-73.88945007324219,40.73381805419922,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-27 07:24:19,2016-01-27 07:43:15,1,3.0,,,-73.94183349609375,40.83845138549805,-73.95609283447266,40.80140686035156,1,N,1,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-16 23:56:17,2016-01-17 00:09:04,2,3.34,,,-73.92625427246094,40.8193244934082,-73.9131851196289,40.84012222290039,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-04 09:09:11,2016-01-04 09:15:03,1,0.85,,,-73.92157745361328,40.83576583862305,-73.9115219116211,40.84377670288086,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 00:28:40,2016-01-01 00:36:10,2,1.42,,,-73.885986328125,40.744422912597656,-73.91510772705078,40.74348068237305,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-13 16:59:25,2016-01-13 17:10:29,1,1.8,,,-73.90438842773438,40.85177230834961,-73.8868637084961,40.85784912109375,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-05 19:42:13,2016-01-05 19:59:34,1,7.7,,,-73.9493408203125,40.80266571044922,-73.97911071777344,40.718505859375,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-10 21:48:18,2016-01-10 22:02:18,1,4.32,,,-73.8839340209961,40.75259017944336,-73.82276153564453,40.78091049194336,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-07 17:26:01,2016-01-07 17:32:46,1,0.99,,,-73.9559097290039,40.81293869018555,-73.94467163085938,40.803070068359375,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-17 03:07:40,2016-01-17 03:25:52,2,8.1,,,-73.9422836303711,40.819732666015625,-73.85862731933594,40.86601638793945,5,N,2,20.0,0.0,0.0,0,0.0,0.0,,20.0,2.0 +2,2016-01-06 23:05:24,2016-01-06 23:09:36,1,0.66,,,-73.94169616699219,40.70069885253906,-73.93121337890625,40.69464874267578,1,N,1,4.5,0.5,0.5,0.3,1.45,0.0,,7.25,1.0 +2,2016-01-29 20:02:03,2016-01-29 20:16:38,5,1.9,,,-73.88455200195312,40.74481201171875,-73.89519500732422,40.76028060913086,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-07 08:18:14,2016-01-07 08:22:05,1,0.55,,,-73.98710632324219,40.66818618774414,-73.9804916381836,40.672115325927734,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +1,2016-01-21 14:05:42,2016-01-21 14:27:23,1,3.6,,,-73.99266815185547,40.689727783203125,-73.94205474853516,40.686458587646484,1,N,1,16.5,0.0,0.5,0.3,3.45,0.0,,20.75,1.0 +2,2016-01-05 13:12:11,2016-01-05 13:29:48,5,3.02,,,-73.91736602783203,40.81595230102539,-73.89246368408203,40.85246658325195,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-17 18:23:05,2016-01-17 18:32:36,1,1.8,,,-73.84407806396484,40.72109603881836,-73.81524658203125,40.71090316772461,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-19 07:24:34,2016-01-19 07:51:08,1,5.55,,,-73.81877899169922,40.70899963378906,-73.9068832397461,40.727882385253906,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-30 10:27:52,2016-01-30 10:36:25,1,2.36,,,-73.99258422851562,40.703330993652344,-74.00529479980469,40.718326568603516,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-21 19:43:00,2016-01-21 19:58:09,1,3.77,,,-73.97086334228516,40.69337463378906,-74.00965881347656,40.70502853393555,1,N,1,14.5,1.0,0.5,0.3,2.0,0.0,,18.3,1.0 +2,2016-01-03 20:06:32,2016-01-03 20:18:47,1,4.87,,,-73.869384765625,40.733802795410156,-73.81536102294922,40.727081298828125,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-30 20:16:43,2016-01-30 20:44:30,1,3.2,,,-73.95806884765625,40.723609924316406,-73.9897689819336,40.72255325317383,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,,22.55,1.0 +1,2016-01-09 11:40:57,2016-01-09 11:53:47,1,3.2,,,-73.94882202148438,40.829002380371094,-73.94009399414062,40.79303741455078,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-07 20:40:19,2016-01-07 20:54:04,2,3.5,,,-73.9189453125,40.7428092956543,-73.91339111328125,40.70528030395508,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-06 19:50:46,2016-01-06 20:08:20,1,5.84,,,-73.84392547607422,40.72147750854492,-73.82111358642578,40.76067352294922,1,N,1,19.0,1.0,0.5,0.3,0.0,0.0,,20.8,1.0 +1,2016-01-28 10:21:58,2016-01-28 10:25:16,1,1.0,,,-73.93864440917969,40.67984390258789,-73.9489974975586,40.687923431396484,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 23:19:14,2016-01-27 23:31:34,2,2.41,,,-73.87669372558594,40.74834442138672,-73.8827896118164,40.73099136352539,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-01 02:11:43,2016-01-01 02:33:05,1,5.0,,,-73.99322509765625,40.695369720458984,-73.9913330078125,40.74660110473633,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-06 09:38:15,2016-01-06 09:41:10,1,0.59,,,-73.95843505859375,40.714725494384766,-73.96566009521484,40.7144775390625,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,,5.8,1.0 +2,2016-01-18 08:13:18,2016-01-18 08:18:13,5,2.46,,,-73.93798828125,40.82121276855469,-73.92863464355469,40.83977127075195,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-10 00:07:20,2016-01-10 00:15:27,1,1.86,,,-73.95315551757812,40.807743072509766,-73.95526123046875,40.82693099975586,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 13:41:05,2016-01-30 13:52:58,1,1.87,,,-73.96805572509766,40.689361572265625,-73.95066833496094,40.6684684753418,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,,11.3,1.0 +1,2016-01-06 00:17:52,2016-01-06 00:22:54,1,1.0,,,-73.91523742675781,40.690399169921875,-73.9030532836914,40.695289611816406,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,,8.15,1.0 +1,2016-01-24 16:37:10,2016-01-24 16:53:11,1,5.4,,,-73.93986511230469,40.84112548828125,-73.94033813476562,40.792327880859375,1,N,1,18.0,0.0,0.5,0.3,1.2,0.0,,20.0,1.0 +2,2016-01-20 15:31:45,2016-01-20 15:45:59,1,2.72,,,-73.94795989990234,40.80975341796875,-73.9754867553711,40.7822380065918,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-30 08:17:37,2016-01-30 08:34:23,1,4.76,,,-73.96515655517578,40.8060417175293,-73.97753143310547,40.76110076904297,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-04 08:34:20,2016-01-04 09:01:01,1,3.95,,,-73.97755432128906,40.68442153930664,-74.0151596069336,40.70850372314453,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +1,2016-01-21 11:21:20,2016-01-21 11:27:26,1,1.4,,,-73.94808197021484,40.798561096191406,-73.954345703125,40.81085205078125,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,,8.3,1.0 +1,2016-01-27 10:25:51,2016-01-27 10:36:42,1,2.3,,,-73.97908020019531,40.69347381591797,-73.95307159423828,40.67642593383789,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-17 11:54:20,2016-01-17 12:04:55,1,2.7,,,-73.97883605957031,40.689937591552734,-73.99823760986328,40.72256088256836,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,,14.15,1.0 +2,2016-01-05 19:24:46,2016-01-05 19:30:03,1,1.13,,,-73.99071502685547,40.69254684448242,-73.98333740234375,40.70135498046875,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 16:54:23,2016-01-17 16:57:05,5,0.63,,,-73.96710968017578,40.67439651489258,-73.95787811279297,40.671058654785156,1,N,1,4.0,0.0,0.5,0.3,0.48,0.0,,5.28,1.0 +1,2016-01-08 14:00:36,2016-01-08 14:11:51,1,4.6,,,-73.94475555419922,40.834442138671875,-73.92208862304688,40.881065368652344,1,N,1,15.0,0.0,0.5,0.3,2.0,2.54,,20.34,1.0 +2,2016-01-03 16:37:20,2016-01-03 16:44:24,1,0.87,,,-73.9930419921875,40.70100784301758,-73.99413299560547,40.690940856933594,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-02 13:47:10,2016-01-02 14:06:55,1,5.2,,,-73.99140167236328,40.68534469604492,-74.02333068847656,40.630828857421875,1,N,1,18.5,0.0,0.5,0.3,5.79,0.0,,25.09,1.0 +2,2016-01-08 15:06:39,2016-01-08 15:11:17,1,0.9,,,-73.83049011230469,40.708770751953125,-73.81941986083984,40.71373748779297,1,N,1,5.5,0.0,0.5,0.3,0.7,0.0,,7.0,1.0 +1,2016-01-10 04:32:51,2016-01-10 05:13:08,1,11.9,,,-73.95877838134766,40.722164154052734,-73.95721435546875,40.80424880981445,1,N,2,37.5,0.5,0.5,0.3,0.0,0.0,,38.8,1.0 +1,2016-01-03 00:25:21,2016-01-03 00:47:26,1,5.8,,,-73.95791625976562,40.64445114135742,-73.99333190917969,40.72183609008789,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-14 20:24:20,2016-01-14 20:29:01,1,0.74,,,-73.95680236816406,40.74557113647461,-73.94737243652344,40.748130798339844,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,,7.3,1.0 +2,2016-01-23 03:11:00,2016-01-23 03:34:18,4,6.53,,,-73.94805908203125,40.746063232421875,-73.99046325683594,40.737186431884766,1,N,1,22.0,0.5,0.5,0.3,5.82,0.0,,29.12,1.0 +2,2016-01-15 15:49:24,2016-01-15 16:24:14,1,4.41,,,-73.99247741699219,40.6895637512207,-73.92631530761719,40.67641830444336,1,N,1,22.5,0.0,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-26 03:54:31,2016-01-26 04:12:49,1,7.2,,,-73.94213104248047,40.71571350097656,-73.99143981933594,40.75142288208008,1,N,1,22.0,0.5,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-29 08:45:47,2016-01-29 08:55:35,1,1.8,,,-73.8768081665039,40.74832534790039,-73.8641357421875,40.73148727416992,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-11 20:35:40,2016-01-11 20:49:54,1,3.67,,,-73.92139434814453,40.76661682128906,-73.87653350830078,40.74851608276367,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-04 16:45:10,2016-01-04 16:57:10,1,2.11,,,-73.9654769897461,40.806068420410156,-73.93891906738281,40.80470657348633,1,N,1,10.0,1.0,0.5,0.3,1.18,0.0,,12.98,1.0 +2,2016-01-15 16:41:48,2016-01-15 17:10:04,1,4.76,,,-73.93868255615234,40.749752044677734,-73.87049102783203,40.755226135253906,1,N,2,20.0,1.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-13 16:09:43,2016-01-13 17:19:31,1,15.13,,,-73.87589263916016,40.770870208740234,-73.9569091796875,40.652183532714844,1,N,1,52.0,1.0,0.5,0.3,10.76,0.0,,64.56,1.0 +1,2016-01-16 00:13:15,2016-01-16 00:21:12,1,2.1,,,-73.95694732666016,40.71652603149414,-73.98619079589844,40.71794128417969,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-19 20:33:03,2016-01-19 20:48:52,1,5.13,,,-73.9559555053711,40.719390869140625,-73.96781921386719,40.76809310913086,1,N,1,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +1,2016-01-01 04:44:14,2016-01-01 04:48:43,1,0.6,,,0.0,0.0,-73.9540023803711,40.8045768737793,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-20 01:15:47,2016-01-20 01:19:33,1,1.1,,,-73.95486450195312,40.72069549560547,-73.9556884765625,40.7337646484375,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 20:52:28,2016-01-22 20:58:33,1,1.39,,,-73.92171478271484,40.767032623291016,-73.9345703125,40.776580810546875,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-01 00:19:39,2016-01-01 00:39:18,1,3.56,,,-73.95267486572266,40.723175048828125,-73.92391967773438,40.76137924194336,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-15 18:46:54,2016-01-15 18:54:46,1,1.1,,,-73.89712524414062,40.821109771728516,-73.9157485961914,40.82563018798828,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-10 22:21:56,2016-01-10 22:29:20,1,1.87,,,-73.99288177490234,40.68283462524414,-73.98405456542969,40.664024353027344,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +1,2016-01-29 18:11:05,2016-01-29 18:34:50,3,4.3,,,-73.9607162475586,40.809898376464844,-73.95037078857422,40.77143859863281,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-29 01:42:43,2016-01-29 01:44:56,1,0.68,,,-73.78734588623047,40.72926330566406,-73.78706359863281,40.735347747802734,1,N,1,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-08 18:46:39,2016-01-08 18:48:50,1,0.19,,,-73.99357604980469,40.687225341796875,-73.99549102783203,40.685787200927734,1,N,1,3.5,1.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-04 06:02:16,2016-01-04 06:08:37,1,3.28,,,-73.890869140625,40.746925354003906,-73.87236785888672,40.77452087402344,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-08 20:17:57,2016-01-08 20:29:26,2,4.0,,,-73.95020294189453,40.72795486450195,-73.99188995361328,40.71486282348633,1,N,1,14.0,0.5,0.5,0.3,3.06,0.0,,18.36,1.0 +2,2016-01-15 01:24:03,2016-01-15 01:31:04,1,1.36,,,-73.94517517089844,40.80854415893555,-73.94425964355469,40.81437683105469,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-05 23:59:59,2016-01-06 00:32:25,1,11.2,,,-73.87727355957031,40.748409271240234,-73.92274475097656,40.66817092895508,1,N,1,34.5,0.5,0.5,0.3,3.0,0.0,,38.8,1.0 +2,2016-01-08 18:55:38,2016-01-08 19:02:42,1,0.96,,,-73.95661163330078,40.7462158203125,-73.94393157958984,40.74494552612305,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 21:46:19,2016-01-09 21:57:07,2,2.07,,,-73.95396423339844,40.78730010986328,-73.97279357910156,40.76462936401367,1,N,1,10.0,0.5,0.5,0.3,2.1,0.0,,13.4,1.0 +2,2016-01-03 17:44:32,2016-01-03 17:59:23,1,3.66,,,-73.98623657226562,40.669193267822266,-74.00047302246094,40.63655471801758,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-25 22:40:26,2016-01-25 22:55:57,1,3.1,,,-73.98662567138672,40.70397186279297,-73.9554443359375,40.68939208984375,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,,17.25,1.0 +2,2016-01-27 20:32:53,2016-01-27 20:40:44,5,1.41,,,-73.87733459472656,40.737178802490234,-73.85848999023438,40.74399948120117,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 05:54:56,2016-01-01 06:03:03,5,1.63,,,-73.86114501953125,40.75791931152344,-73.87574005126953,40.74569320678711,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-17 21:17:06,2016-01-17 21:36:09,1,10.11,,,-73.92362976074219,40.82536315917969,-73.99140930175781,40.766326904296875,1,N,1,29.0,0.5,0.5,0.3,0.0,0.0,,30.3,1.0 +2,2016-01-30 00:49:42,2016-01-30 01:05:36,1,3.0,,,-73.91403198242188,40.70009231567383,-73.96117401123047,40.688079833984375,1,N,1,13.0,0.5,0.5,0.3,4.0,0.0,,18.3,1.0 +1,2016-01-30 21:31:57,2016-01-30 21:44:53,4,2.1,,,-73.86865997314453,40.73416519165039,-73.87870788574219,40.74984359741211,1,N,1,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-09 11:41:38,2016-01-09 11:54:37,1,6.68,,,-73.95670318603516,40.7473258972168,-73.88689422607422,40.76847457885742,1,N,1,20.0,0.0,0.5,0.3,4.16,0.0,,24.96,1.0 +2,2016-01-02 00:49:28,2016-01-02 00:59:04,1,2.08,,,-73.95157623291016,40.713951110839844,-73.9657974243164,40.69296646118164,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-27 07:12:29,2016-01-27 07:29:07,1,2.73,,,-73.9405746459961,40.814212799072266,-73.90579986572266,40.831241607666016,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-30 23:24:23,2016-01-30 23:31:22,1,1.3,,,-73.92687225341797,40.865596771240234,-73.9054946899414,40.87333297729492,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-21 23:09:02,2016-01-21 23:20:36,1,2.15,,,-73.99539184570312,40.68813705444336,-73.962158203125,40.67832565307617,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-11 11:44:33,2016-01-11 11:49:40,1,0.78,,,-73.95454406738281,40.78730392456055,-73.95951843261719,40.77992630004883,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 22:45:32,2016-01-13 22:50:50,1,0.99,,,-73.92169952392578,40.76670455932617,-73.93400573730469,40.770225524902344,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +1,2016-01-11 15:39:30,2016-01-11 15:51:33,1,2.0,,,-73.93843078613281,40.80524444580078,-73.96683502197266,40.80345153808594,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-14 15:36:02,2016-01-14 15:58:18,1,3.9,,,-73.88508605957031,40.74967575073242,-73.82869720458984,40.760623931884766,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-08 00:18:32,2016-01-08 00:23:30,5,1.06,,,-73.9076919555664,40.77404022216797,-73.90898895263672,40.76456069946289,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-06 10:07:59,2016-01-06 10:19:37,1,2.47,,,-74.007080078125,40.68228530883789,-73.9837875366211,40.70233154296875,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-17 04:44:28,2016-01-17 04:50:02,1,1.48,,,-73.91890716552734,40.759056091308594,-73.91918182373047,40.77284622192383,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-28 22:06:08,2016-01-28 22:13:46,1,2.62,,,-73.94103240966797,40.83930206298828,-73.91459655761719,40.8412971496582,1,N,1,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-12 09:48:35,2016-01-12 10:06:02,7,3.39,,,-73.83357238769531,40.827964782714844,-73.88492584228516,40.83669662475586,5,N,2,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-30 14:13:08,2016-01-30 14:29:18,1,1.82,,,-73.92346954345703,40.76419448852539,-73.90292358398438,40.746761322021484,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-26 19:06:20,2016-01-26 19:20:01,1,2.4,,,-73.96083068847656,40.806861877441406,-73.95288848876953,40.783138275146484,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-11 15:47:24,2016-01-11 16:04:37,1,2.04,,,-73.96337127685547,40.710323333740234,-73.94902038574219,40.68866729736328,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-10 16:03:37,2016-01-10 16:19:31,1,3.9,,,-73.98725891113281,40.69401550292969,-74.00251007080078,40.738624572753906,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-02 21:05:05,2016-01-02 21:12:02,1,3.39,,,-73.82984161376953,40.71367263793945,-73.80580139160156,40.67482376098633,1,N,1,11.5,0.5,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-13 19:03:53,2016-01-13 19:10:13,3,0.93,,,-73.92726135253906,40.703941345214844,-73.91505432128906,40.699378967285156,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-29 19:17:16,2016-01-29 19:35:36,6,2.19,,,-73.95996856689453,40.71546173095703,-73.98696899414062,40.72080993652344,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,,17.3,1.0 +2,2016-01-02 17:52:24,2016-01-02 17:58:03,1,0.77,,,-73.94692993164062,40.632171630859375,-73.94751739501953,40.640098571777344,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-17 18:57:52,2016-01-17 19:08:03,1,1.89,,,-73.98053741455078,40.67631530761719,-73.9496078491211,40.67517852783203,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-30 18:36:38,2016-01-30 18:58:50,1,3.7,,,-73.83070373535156,40.75932312011719,-73.81581115722656,40.71418380737305,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,,21.36,1.0 +1,2016-01-03 14:58:57,2016-01-03 15:07:23,1,2.8,,,-73.943603515625,40.836204528808594,-73.96310424804688,40.8057861328125,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-21 10:35:05,2016-01-21 10:42:25,1,1.12,,,-73.94773864746094,40.79594039916992,-73.93240356445312,40.79558181762695,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-28 10:34:44,2016-01-28 10:43:03,1,1.2,,,-73.87870025634766,40.75632095336914,-73.8900375366211,40.747047424316406,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-14 13:08:35,2016-01-14 13:14:52,5,1.2,,,-73.95835876464844,40.734683990478516,-73.9488754272461,40.7264289855957,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 21:45:34,2016-01-22 22:06:24,1,3.46,,,-73.99243927001953,40.6894645690918,-73.9532699584961,40.656028747558594,1,N,1,16.0,0.5,0.5,0.3,4.32,0.0,,21.62,1.0 +2,2016-01-08 10:04:19,2016-01-08 10:08:36,1,0.5,,,-73.96278381347656,40.712158203125,-73.95692443847656,40.71734619140625,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-19 11:03:41,2016-01-19 11:11:45,1,1.01,,,-73.96490478515625,40.8067512512207,-73.95425415039062,40.80588150024414,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-09 18:39:13,2016-01-09 18:46:49,1,1.3,,,-73.97649383544922,40.67488479614258,-73.98885345458984,40.66320037841797,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-15 00:32:51,2016-01-15 00:39:29,1,1.31,,,-73.95481872558594,40.72060012817383,-73.95932006835938,40.73268508911133,1,N,1,6.5,0.5,0.5,0.3,0.05,0.0,,7.85,1.0 +2,2016-01-10 01:17:24,2016-01-10 01:19:47,1,0.79,,,-73.83024597167969,40.714111328125,-73.82046508789062,40.719181060791016,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-07 01:42:49,2016-01-07 01:47:06,1,1.11,,,-73.93323516845703,40.70301818847656,-73.95333862304688,40.699066162109375,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-13 18:46:48,2016-01-13 18:50:06,2,0.82,,,-73.92561340332031,40.714088439941406,-73.94053649902344,40.71205139160156,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-25 10:51:05,2016-01-25 10:56:00,1,0.4,,,-73.9444580078125,40.79475402832031,-73.94912719726562,40.79423522949219,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-22 20:02:37,2016-01-22 20:12:52,1,1.6,,,-73.80779266357422,40.70045471191406,-73.78472900390625,40.706443786621094,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,,11.75,1.0 +2,2016-01-14 19:55:11,2016-01-14 19:57:32,1,0.44,,,-73.86228942871094,40.73037338256836,-73.86944580078125,40.73342514038086,1,N,1,4.0,1.0,0.5,0.3,1.74,0.0,,7.54,1.0 +2,2016-01-17 17:10:56,2016-01-17 17:31:00,1,4.22,,,-73.95686340332031,40.748111724853516,-73.96100616455078,40.77752685546875,1,N,1,16.5,0.0,0.5,0.3,4.32,0.0,,21.62,1.0 +2,2016-01-21 15:02:42,2016-01-21 15:22:26,1,1.94,,,-73.96649169921875,40.80427169799805,-73.9751205444336,40.78047180175781,1,N,1,13.5,0.0,0.5,0.3,2.0,0.0,,16.3,1.0 +2,2016-01-03 21:46:46,2016-01-03 21:56:30,1,2.18,,,-73.83043670654297,40.75950241088867,-73.84314727783203,40.783050537109375,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-26 06:23:05,2016-01-26 06:47:30,1,4.3,,,-73.9786605834961,40.670257568359375,-73.98585510253906,40.721343994140625,1,N,1,19.0,0.0,0.5,0.3,3.0,0.0,,22.8,1.0 +1,2016-01-12 10:05:32,2016-01-12 10:30:57,1,2.7,,,-73.9390869140625,40.80513000488281,-73.96531677246094,40.77176284790039,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-22 14:30:35,2016-01-22 14:34:46,1,0.47,,,-73.95768737792969,40.717777252197266,-73.96218872070312,40.71968078613281,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-08 18:07:08,2016-01-08 18:15:55,1,1.56,,,-73.92107391357422,40.867523193359375,-73.93592071533203,40.849815368652344,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 22:52:26,2016-01-29 22:58:10,6,0.99,,,-73.89118957519531,40.747005462646484,-73.87532806396484,40.75065612792969,1,N,1,6.0,0.5,0.5,0.3,0.5,0.0,,7.8,1.0 +2,2016-01-26 21:06:11,2016-01-26 21:20:50,5,2.34,,,-73.88472747802734,40.74473190307617,-73.85603332519531,40.747581481933594,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-30 13:36:00,2016-01-30 13:39:28,2,0.59,,,-73.969482421875,40.689537048339844,-73.98037719726562,40.689979553222656,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-13 01:44:38,2016-01-13 01:47:49,1,0.37,,,-73.9505615234375,40.67069625854492,-73.95745086669922,40.6715087890625,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-28 21:18:25,2016-01-28 21:22:38,1,1.0,,,-73.86835479736328,40.74913024902344,-73.8583984375,40.755672454833984,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-16 00:45:26,2016-01-16 01:12:42,1,4.29,,,-73.96292114257812,40.71721267700195,-73.9353256225586,40.68434143066406,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-04 06:53:15,2016-01-04 07:06:53,2,4.08,,,-73.99642181396484,40.68602752685547,-73.98998260498047,40.73227310180664,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-09 20:21:06,2016-01-09 20:38:29,1,3.3,,,-73.95796203613281,40.71759033203125,-73.98389434814453,40.70146179199219,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-21 00:16:58,2016-01-21 00:29:11,1,6.3,,,-73.95767211914062,40.73032760620117,-74.00320434570312,40.682926177978516,1,N,1,19.0,0.5,0.5,0.3,2.0,0.0,,22.3,1.0 +2,2016-01-09 11:18:27,2016-01-09 11:30:12,2,2.09,,,-73.95471954345703,40.7893180847168,-73.9664306640625,40.764671325683594,1,N,1,10.0,0.0,0.5,0.3,1.62,0.0,,12.42,1.0 +2,2016-01-09 02:13:51,2016-01-09 02:43:52,1,7.32,,,-73.9570083618164,40.72107696533203,-73.98297119140625,40.763221740722656,1,N,1,26.0,0.5,0.5,0.3,2.5,0.0,,29.8,1.0 +2,2016-01-17 16:17:22,2016-01-17 16:26:48,1,1.45,,,-73.99803161621094,40.68305587768555,-73.97686004638672,40.681697845458984,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-06 08:23:38,2016-01-06 08:30:53,1,1.1,,,-73.93917083740234,40.80510330200195,-73.9407958984375,40.792823791503906,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,,9.1,1.0 +2,2016-01-27 18:20:51,2016-01-27 18:32:32,1,1.81,,,-73.86405944824219,40.732391357421875,-73.83920288085938,40.71834182739258,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-03 02:30:12,2016-01-03 02:44:16,1,6.38,,,-73.9516830444336,40.71481704711914,-73.91898345947266,40.769378662109375,1,N,1,20.0,0.5,0.5,0.3,2.0,0.0,,23.3,1.0 +2,2016-01-22 18:17:52,2016-01-22 18:32:14,1,3.32,,,-73.87760925292969,40.73647689819336,-73.82555389404297,40.74372863769531,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-22 15:10:34,2016-01-22 15:19:44,1,1.54,,,-73.98883056640625,40.675437927246094,-73.9922103881836,40.6590690612793,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 23:07:09,2016-01-26 23:10:42,5,0.91,,,-73.9253921508789,40.761775970458984,-73.93894958496094,40.76509094238281,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-13 21:26:52,2016-01-13 22:10:31,1,15.5,,,0.0,0.0,0.0,0.0,1,N,1,46.5,0.5,0.5,0.3,0.0,0.0,,47.8,1.0 +2,2016-01-09 16:30:36,2016-01-09 16:47:05,1,2.88,,,-73.91796875,40.758506774902344,-73.87651062011719,40.74849319458008,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-16 18:38:42,2016-01-16 18:58:10,1,6.0,,,-73.90750122070312,40.853919982910156,-73.8329849243164,40.83559036254883,1,N,1,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-16 23:00:39,2016-01-16 23:16:34,1,4.39,,,-73.94098663330078,40.818363189697266,-73.97274780273438,40.76470184326172,1,N,1,15.5,0.5,0.5,0.3,2.0,0.0,,18.8,1.0 +2,2016-01-01 20:12:04,2016-01-01 20:18:56,1,0.89,,,-73.96151733398438,40.71131896972656,-73.95655059814453,40.71692657470703,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +1,2016-01-22 13:36:35,2016-01-22 13:42:24,1,0.8,,,-73.97538757324219,40.67470932006836,-73.9675064086914,40.67434310913086,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-15 18:08:54,2016-01-15 18:23:01,1,1.7,,,-73.94169616699219,40.79873275756836,-73.96632385253906,40.80487060546875,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-18 14:36:52,2016-01-18 14:50:10,1,2.67,,,-73.8709716796875,40.7340202331543,-73.92045593261719,40.74161911010742,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-01 17:30:14,2016-01-01 18:20:24,1,13.04,,,-73.89537811279297,40.6700325012207,-73.98460388183594,40.5766487121582,1,N,2,47.0,0.0,0.5,0.3,0.0,0.0,,47.8,1.0 +2,2016-01-21 11:09:10,2016-01-21 11:18:32,1,1.26,,,-73.9479751586914,40.79561996459961,-73.96572875976562,40.80531692504883,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +1,2016-01-18 00:50:45,2016-01-18 01:11:43,1,7.6,,,-73.9409408569336,40.814022064208984,-74.00395965576172,40.74300765991211,1,N,3,24.5,0.5,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-09 07:19:19,2016-01-09 07:44:04,1,5.87,,,-73.87167358398438,40.7531852722168,-73.96913146972656,40.75609588623047,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,,22.8,1.0 +1,2016-01-02 03:33:43,2016-01-02 04:23:36,1,9.8,,,-73.97531127929688,40.68666458129883,-73.99764251708984,40.737762451171875,1,N,1,41.0,0.5,0.5,0.3,30.0,0.0,,72.3,1.0 +2,2016-01-08 09:20:28,2016-01-08 09:37:16,1,7.78,,,-73.84429931640625,40.72138214111328,-73.77693939208984,40.64631652832031,1,N,1,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-10 10:53:22,2016-01-10 10:56:22,1,0.62,,,-73.91996765136719,40.75776290893555,-73.91685485839844,40.7647819519043,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,,6.62,1.0 +2,2016-01-29 22:16:40,2016-01-29 22:41:54,1,4.4,,,-73.96839904785156,40.67898178100586,-73.91519927978516,40.70480728149414,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +1,2016-01-14 07:49:08,2016-01-14 08:06:30,1,4.8,,,-73.98465728759766,40.70240783691406,-73.959228515625,40.72917938232422,1,N,1,17.5,0.0,0.5,0.3,3.65,0.0,,21.95,1.0 +2,2016-01-19 02:42:19,2016-01-19 02:56:13,2,2.8,,,-73.96553039550781,40.713523864746094,-73.9268569946289,40.69257354736328,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-02 16:52:56,2016-01-02 17:07:36,1,1.78,,,-73.95896911621094,40.68185043334961,-73.98738861083984,40.69124984741211,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-14 12:40:32,2016-01-14 12:42:44,1,0.64,,,-73.97007751464844,40.68953323364258,-73.98092651367188,40.68864440917969,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-10 04:30:56,2016-01-10 04:32:45,1,0.41,,,-73.9516830444336,40.71493148803711,-73.94895935058594,40.711238861083984,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-16 00:44:55,2016-01-16 00:47:28,1,0.64,,,-73.98866271972656,40.67038345336914,-73.98225402832031,40.678470611572266,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-03 19:01:37,2016-01-03 19:09:39,1,1.13,,,-73.87434387207031,40.73508071899414,-73.88441467285156,40.74055862426758,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-21 01:22:29,2016-01-21 01:29:11,1,2.38,,,-73.83189392089844,40.71525192260742,-73.8073501586914,40.71416473388672,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,,12.3,1.0 +1,2016-01-01 07:59:45,2016-01-01 08:08:00,1,2.1,,,-73.86953735351562,40.832706451416016,-73.89259338378906,40.824317932128906,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-13 17:54:44,2016-01-13 18:10:15,1,2.7,,,-73.99207305908203,40.69034194946289,-73.97923278808594,40.66325759887695,1,N,1,12.0,1.0,0.5,0.3,2.75,0.0,,16.55,1.0 +2,2016-01-15 18:30:06,2016-01-15 18:35:43,1,1.25,,,-73.951904296875,40.78974533081055,-73.9549789428711,40.77940368652344,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-20 14:37:08,2016-01-20 14:39:34,1,0.54,,,-73.91352844238281,40.76553726196289,-73.9075927734375,40.76482009887695,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-02 18:35:49,2016-01-02 18:39:18,1,1.21,,,-73.93800354003906,40.79678726196289,-73.94673919677734,40.78078079223633,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-11 13:35:26,2016-01-11 13:50:35,1,2.6,,,-73.98159790039062,40.6890983581543,-73.9358139038086,40.688716888427734,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-20 13:01:22,2016-01-20 13:27:56,2,2.56,,,-73.92252349853516,40.82696533203125,-73.92315673828125,40.85139846801758,1,N,1,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-22 21:34:38,2016-01-22 21:50:22,1,6.16,,,-73.94013977050781,40.79777908325195,-73.88066101074219,40.750492095947266,1,N,2,19.5,0.5,0.5,0.3,0.0,5.54,,26.34,1.0 +2,2016-01-09 22:45:37,2016-01-09 22:56:42,1,2.61,,,-73.93585205078125,40.6773567199707,-73.95824432373047,40.69438171386719,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-12 20:46:42,2016-01-12 20:53:36,1,0.71,,,-73.97754669189453,40.68434143066406,-73.9847412109375,40.683048248291016,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 03:32:01,2016-01-01 03:57:11,1,4.35,,,-73.95167541503906,40.713348388671875,-73.93558502197266,40.66724395751953,1,N,1,19.0,0.5,0.5,0.3,4.06,0.0,,24.36,1.0 +2,2016-01-15 01:45:18,2016-01-15 01:45:41,1,0.0,,,-73.8147201538086,40.73030471801758,-73.81472778320312,40.73030090332031,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +1,2016-01-25 09:53:42,2016-01-25 10:04:05,1,1.8,,,-73.98995208740234,40.70265579223633,-73.97279357910156,40.688087463378906,1,N,1,8.5,0.0,0.5,0.3,2.7,0.0,,12.0,1.0 +2,2016-01-06 11:09:08,2016-01-06 11:11:45,1,0.63,,,-73.9173812866211,40.76102066040039,-73.92477416992188,40.7618408203125,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-22 15:28:43,2016-01-22 15:42:07,2,2.21,,,-73.8869857788086,40.730342864990234,-73.85140991210938,40.73088836669922,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-13 19:34:42,2016-01-13 19:50:35,1,7.41,,,-73.84605407714844,40.85647964477539,-73.9316635131836,40.828697204589844,1,N,1,22.0,1.0,0.5,0.3,4.76,0.0,,28.56,1.0 +2,2016-01-26 18:54:23,2016-01-26 19:08:07,6,2.0,,,-73.98746490478516,40.66780090332031,-73.97260284423828,40.68745040893555,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-18 10:56:28,2016-01-18 11:00:06,1,0.5,,,-73.94142150878906,40.79950714111328,-73.94084930419922,40.805389404296875,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 09:08:48,2016-01-02 09:09:12,1,0.16,,,-73.94017028808594,40.81516647338867,-73.94110107421875,40.81172561645508,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-30 02:52:15,2016-01-30 02:58:00,1,1.67,,,-73.83453369140625,40.83771514892578,-73.86277770996094,40.84139633178711,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-13 05:41:31,2016-01-13 05:53:57,1,5.3,,,-73.92158508300781,40.766807556152344,-73.8546371459961,40.752052307128906,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +1,2016-01-11 17:59:39,2016-01-11 18:14:54,1,3.3,,,-73.93017578125,40.83152389526367,-73.8956298828125,40.85609817504883,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-10 00:56:30,2016-01-10 01:04:28,5,2.67,,,-73.92460632324219,40.76165771484375,-73.8901596069336,40.770835876464844,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-14 08:38:26,2016-01-14 08:45:33,1,0.54,,,-73.99766540527344,40.68361282348633,-74.0018081665039,40.68285369873047,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-24 15:26:16,2016-01-24 15:27:28,1,0.07,,,-73.92381286621094,40.68932342529297,-73.92698669433594,40.68746566772461,1,N,1,2.5,0.0,0.5,0.3,10.0,0.0,,13.3,1.0 +2,2016-01-19 17:35:53,2016-01-19 17:49:03,1,1.82,,,-73.9521484375,40.791175842285156,-73.94983673095703,40.77362823486328,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-02 17:29:25,2016-01-02 17:37:21,1,1.1,,,-73.95590209960938,40.80366516113281,-73.94232177734375,40.79561996459961,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 17:28:24,2016-01-22 17:33:32,5,0.82,,,-73.91014862060547,40.752296447753906,-73.90335083007812,40.745853424072266,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-24 18:51:34,2016-01-24 19:17:46,1,2.21,,,-73.85633850097656,40.74592971801758,-73.87686920166016,40.75056838989258,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-21 19:14:28,2016-01-21 19:22:25,1,2.19,,,-73.78495788574219,40.70790100097656,-73.74442291259766,40.71622848510742,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-17 09:49:13,2016-01-17 10:01:39,5,3.35,,,-73.95225524902344,40.78982162475586,-73.96135711669922,40.756256103515625,1,N,1,13.0,0.0,0.5,0.3,4.0,0.0,,17.8,1.0 +2,2016-01-01 01:28:22,2016-01-01 02:08:32,1,11.0,,,-73.9201431274414,40.76833724975586,-73.94032287597656,40.832908630371094,1,N,1,37.5,0.5,0.5,0.3,0.0,0.0,,38.8,1.0 +1,2016-01-17 00:42:35,2016-01-17 00:44:21,1,0.3,,,-73.91879272460938,40.758907318115234,-73.92359161376953,40.76118469238281,1,N,1,3.5,0.5,0.5,0.3,1.0,0.0,,5.8,1.0 +1,2016-01-07 19:32:08,2016-01-07 19:33:39,1,0.2,,,-73.94857788085938,40.81337356567383,-73.95098876953125,40.810325622558594,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-06 16:36:57,2016-01-06 16:41:27,1,0.7,,,-73.90348815917969,40.745723724365234,-73.89703369140625,40.75135803222656,1,N,2,5.0,1.0,0.5,0,0.0,0.0,,6.5,1.0 +2,2016-01-01 01:15:54,2016-01-01 01:39:41,1,6.22,,,-73.99166870117188,40.688785552978516,-73.98423767089844,40.73625946044922,1,N,1,23.0,0.5,0.5,0.3,4.86,0.0,,29.16,1.0 +2,2016-01-24 12:10:32,2016-01-24 12:37:04,1,0.49,,,-73.9663314819336,40.58567810058594,-73.96926879882812,40.58527374267578,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-25 19:00:26,2016-01-25 19:21:41,1,3.34,,,-73.8287353515625,40.756385803222656,-73.82989501953125,40.75967025756836,1,N,2,15.5,1.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-12 00:28:36,2016-01-12 00:31:05,3,0.75,,,-73.9435806274414,40.709598541259766,-73.93671417236328,40.714515686035156,1,N,4,-4.5,-0.5,-0.5,-0.3,0.0,0.0,,-5.8,1.0 +2,2016-01-17 15:17:28,2016-01-17 15:30:03,1,2.48,,,-73.97602844238281,40.68379592895508,-73.95685577392578,40.65985107421875,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-29 12:52:45,2016-01-29 13:01:11,1,1.04,,,-73.94718170166016,40.79939651489258,-73.94499206542969,40.79100799560547,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-20 08:28:19,2016-01-20 08:46:59,5,5.1,,,-73.95219421386719,40.82429122924805,-73.99076080322266,40.765838623046875,1,N,1,16.5,0.0,0.5,0.3,1.0,0.0,,18.3,1.0 +2,2016-01-12 10:23:56,2016-01-12 10:34:26,1,2.23,,,-73.90231323242188,40.85420608520508,-73.93489837646484,40.849822998046875,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-09 12:09:41,2016-01-10 11:57:26,3,1.04,,,-73.93777465820312,40.7926025390625,-73.94844055175781,40.797794342041016,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-11 19:00:41,2016-01-11 19:07:40,1,1.3,,,-73.95482635498047,40.789100646972656,-73.96685791015625,40.77268981933594,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-27 12:17:06,2016-01-27 12:39:17,1,4.8,,,-73.9867935180664,40.7023811340332,-73.9936752319336,40.724609375,1,N,1,19.0,0.0,0.5,0.3,4.0,0.0,,23.8,1.0 +2,2016-01-28 23:46:24,2016-01-28 23:51:15,1,0.81,,,-73.94023132324219,40.84054183959961,-73.9365234375,40.84947204589844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-19 01:27:16,2016-01-19 01:41:00,6,2.95,,,-73.9677963256836,40.683712005615234,-73.92942810058594,40.69581604003906,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,,17.88,1.0 +2,2016-01-13 18:56:12,2016-01-13 19:12:48,5,3.57,,,-73.96365356445312,40.80278015136719,-73.91798400878906,40.82327651977539,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-18 08:56:51,2016-01-18 09:02:50,2,0.99,,,-73.91484069824219,40.764060974121094,-73.90412139892578,40.774959564208984,1,N,1,6.0,0.0,0.5,0.3,0.22,0.0,,7.02,1.0 +2,2016-01-16 21:51:14,2016-01-16 21:52:59,1,0.44,,,-73.80751037597656,40.700103759765625,-73.8101806640625,40.69587326049805,1,N,1,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-01 01:24:08,2016-01-01 01:34:20,1,1.62,,,-73.94467163085938,40.81381607055664,-73.94046020507812,40.833431243896484,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-12 14:05:04,2016-01-12 14:11:32,1,0.94,,,-73.99774932861328,40.6832389831543,-73.99137878417969,40.696075439453125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-11 16:47:07,2016-01-11 16:53:26,1,1.27,,,-73.94805145263672,40.80910110473633,-73.9493179321289,40.82257080078125,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 12:16:26,2016-01-04 12:25:50,1,2.86,,,-73.89006805419922,40.755401611328125,-73.87550354003906,40.77215576171875,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-26 17:39:26,2016-01-26 18:20:59,1,4.47,,,-73.95233917236328,40.78996658325195,-73.99078369140625,40.750938415527344,1,N,2,25.5,1.0,0.5,0.3,0.0,0.0,,27.3,1.0 +2,2016-01-12 19:43:36,2016-01-12 20:15:43,1,7.6,,,-73.98587799072266,40.68965148925781,-73.95378112792969,40.6121940612793,1,N,1,26.0,1.0,0.5,0.3,0.0,0.0,,27.8,1.0 +2,2016-01-13 08:02:06,2016-01-13 08:11:25,1,4.5,,,-73.86993408203125,40.733673095703125,-73.794677734375,40.7382926940918,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-01 01:16:02,2016-01-01 01:25:46,1,2.22,,,-73.93604278564453,40.795074462890625,-73.94638061523438,40.81645584106445,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-06 20:47:24,2016-01-07 20:36:12,1,2.82,,,-73.86841583251953,40.835906982421875,-73.88824462890625,40.81367111206055,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-08 19:37:07,2016-01-08 19:46:53,1,1.85,,,-73.9866943359375,40.70234298706055,-73.97909545898438,40.68353271484375,1,N,1,9.0,1.0,0.5,0.3,2.0,0.0,,12.8,1.0 +2,2016-01-30 19:47:30,2016-01-30 19:57:15,1,1.95,,,-73.9034423828125,40.745365142822266,-73.91116333007812,40.767704010009766,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-09 16:23:19,2016-01-09 16:30:42,1,0.78,,,-73.89302825927734,40.75078201293945,-73.89544677734375,40.74271774291992,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 23:20:19,2016-01-26 23:34:30,1,3.36,,,-73.97045135498047,40.6515007019043,-73.9739761352539,40.688873291015625,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-19 18:52:11,2016-01-19 19:06:49,6,0.0,,,-73.89302062988281,40.750614166259766,-73.92709350585938,40.75263977050781,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-20 11:21:12,2016-01-20 11:27:49,1,1.29,,,-73.919677734375,40.743499755859375,-73.94432830810547,40.74677276611328,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 18:24:40,2016-01-17 18:38:33,1,4.39,,,-73.90509796142578,40.879150390625,-73.94380187988281,40.835323333740234,1,N,1,15.0,0.0,0.5,0.3,3.0,0.0,,18.8,1.0 +2,2016-01-29 09:04:14,2016-01-29 09:08:59,1,0.78,,,-73.93759155273438,40.80411148071289,-73.94501495361328,40.794002532958984,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-16 14:28:48,2016-01-16 14:34:14,1,1.09,,,-73.92436981201172,40.76953125,-73.928466796875,40.75799560546875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 15:45:27,2016-01-05 15:50:16,1,0.74,,,-73.98603820800781,40.669097900390625,-73.99471282958984,40.66352844238281,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 10:58:55,2016-01-27 11:06:44,1,1.5,,,-73.99452209472656,40.69034957885742,-74.0052719116211,40.679649353027344,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-23 03:26:05,2016-01-23 03:39:13,1,2.5,,,-73.92140197753906,40.76662063598633,-73.91283416748047,40.7443962097168,1,N,1,10.5,0.5,0.5,0.3,3.54,0.0,,15.34,1.0 +2,2016-01-29 17:34:00,2016-01-29 17:38:30,1,0.46,,,-73.84429931640625,40.72138595581055,-73.84841918945312,40.71619415283203,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-16 02:54:54,2016-01-16 02:59:48,1,1.51,,,-73.84417724609375,40.721248626708984,-73.83106994628906,40.729652404785156,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-07 23:46:45,2016-01-07 23:51:53,1,0.7,,,-73.95040130615234,40.714111328125,-73.96247863769531,40.71498107910156,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-08 17:34:39,2016-01-08 17:35:42,1,0.0,,,-73.75659942626953,40.67155456542969,-73.75659942626953,40.67155838012695,5,N,2,65.0,0.0,0.0,0,0.0,0.0,,65.0,2.0 +2,2016-01-29 15:48:02,2016-01-29 15:55:22,1,1.3,,,-73.92568969726562,40.761863708496094,-73.94273376464844,40.75985336303711,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-07 23:34:43,2016-01-07 23:42:12,1,1.6,,,-73.90966033935547,40.82637023925781,-73.89002227783203,40.82699966430664,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-19 13:28:44,2016-01-19 13:58:02,1,5.16,,,-73.91665649414062,40.76474380493164,-73.98196411132812,40.753753662109375,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-22 18:36:34,2016-01-22 18:47:03,1,0.53,,,-73.8691635131836,40.73385238647461,-73.86214447021484,40.7376594543457,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-15 15:33:06,2016-01-15 16:27:35,1,12.79,,,-73.95307159423828,40.680633544921875,-73.79045104980469,40.646697998046875,1,N,1,45.5,0.0,0.5,0.3,8.08,0.0,,54.38,1.0 +2,2016-01-21 00:02:43,2016-01-21 00:08:00,2,1.28,,,-73.9819107055664,40.68586349487305,-73.99497985839844,40.69572830200195,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-18 13:48:58,2016-01-18 13:52:31,1,0.8,,,-73.97937774658203,40.67819595336914,-73.97991180419922,40.66892623901367,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-02 10:03:51,2016-01-02 10:09:12,1,1.2,,,-73.95639038085938,40.717105865478516,-73.94271087646484,40.72574996948242,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 16:03:08,2016-01-22 16:33:03,1,5.76,,,-73.94471740722656,40.82391357421875,-73.88883972167969,40.872833251953125,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +1,2016-01-03 21:01:38,2016-01-03 21:30:21,1,14.0,,,-73.95210266113281,40.78977966308594,-73.98246765136719,40.6575813293457,1,N,1,39.0,0.5,0.5,0.3,10.05,0.0,,50.35,1.0 +2,2016-01-23 09:53:59,2016-01-23 10:03:36,1,1.79,,,-73.946533203125,40.7849006652832,-73.95157623291016,40.79938888549805,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 18:58:22,2016-01-14 19:04:34,5,1.13,,,-73.95408630371094,40.587310791015625,-73.94610595703125,40.59741973876953,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-11 09:59:59,2016-01-11 10:08:30,1,1.41,,,-73.94438934326172,40.81940841674805,-73.95068359375,40.802547454833984,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-27 08:06:35,2016-01-27 08:13:27,1,1.6,,,-73.88761138916016,40.76521682739258,-73.91590881347656,40.77027130126953,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,,10.35,1.0 +1,2016-01-15 17:36:14,2016-01-15 18:04:52,1,5.1,,,-73.93182373046875,40.765193939208984,-73.94551849365234,40.70713806152344,1,N,2,21.0,0.5,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-16 12:02:28,2016-01-16 12:11:52,1,2.25,,,-73.97062683105469,40.692020416259766,-73.99605560302734,40.69078826904297,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-16 22:46:21,2016-01-16 23:07:57,1,3.77,,,-73.8848648071289,40.747493743896484,-73.8308334350586,40.765262603759766,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,,22.56,1.0 +1,2016-01-18 05:30:33,2016-01-18 06:04:21,1,6.7,,,-73.94981384277344,40.65266036987305,-73.92250061035156,40.708961486816406,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-17 23:45:18,2016-01-17 23:54:15,1,3.04,,,-73.8908462524414,40.746910095214844,-73.8705062866211,40.763031005859375,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-25 15:00:11,2016-01-26 14:59:39,1,4.4,,,-73.92807006835938,40.74431610107422,-73.85212707519531,40.72896194458008,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-03 03:00:48,2016-01-03 03:02:07,1,0.4,,,-73.96266174316406,40.68708419799805,-73.95504760742188,40.68796920776367,1,N,1,3.5,0.5,0.5,0.3,0.86,0.0,,5.66,1.0 +2,2016-01-26 22:49:02,2016-01-26 22:57:51,1,1.41,,,-73.99250793457031,40.68364334106445,-73.98796081542969,40.70161437988281,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-01 09:42:48,2016-01-01 09:45:53,2,0.8,,,-73.94338989257812,40.81544876098633,-73.9356918334961,40.825897216796875,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-26 18:05:31,2016-01-26 18:28:32,1,2.81,,,-73.9610824584961,40.718971252441406,-73.93124389648438,40.70375061035156,1,N,1,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-12 08:56:48,2016-01-12 08:56:50,1,0.0,,,-73.91929626464844,40.816776275634766,-73.91932678222656,40.81684112548828,5,N,1,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +1,2016-01-07 15:08:21,2016-01-07 15:25:22,1,2.2,,,-73.96601867675781,40.80555725097656,-73.95458221435547,40.78413009643555,1,N,1,12.5,0.0,0.5,0.3,1.7,0.0,,15.0,1.0 +2,2016-01-22 01:40:43,2016-01-22 01:42:44,1,0.37,,,-73.86981964111328,40.74980163574219,-73.87353515625,40.7529411315918,1,N,1,3.5,0.5,0.5,0.3,1.44,0.0,,6.24,1.0 +1,2016-01-06 18:21:58,2016-01-06 18:38:32,1,3.4,,,-73.81558227539062,40.700340270996094,-73.80413055419922,40.731300354003906,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-12 07:59:01,2016-01-12 08:13:47,1,2.07,,,-73.95011138916016,40.785579681396484,-73.9749526977539,40.77766799926758,1,N,1,11.5,0.0,0.5,0.3,3.69,0.0,,15.99,1.0 +1,2016-01-18 21:42:15,2016-01-18 22:13:13,1,11.6,,,-73.9466781616211,40.63180160522461,-73.79463195800781,40.596832275390625,1,N,1,35.5,0.5,0.5,0.3,0.0,0.0,,36.8,1.0 +2,2016-01-28 21:50:35,2016-01-28 22:13:39,1,5.58,,,-73.95310974121094,40.81777572631836,-73.97084045410156,40.753421783447266,1,N,1,20.5,0.5,0.5,0.3,2.0,0.0,,23.8,1.0 +1,2016-01-19 12:48:04,2016-01-19 13:09:00,1,6.2,,,-73.96326446533203,40.80876159667969,-73.99258422851562,40.754722595214844,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-08 19:09:40,2016-01-08 19:14:41,1,0.77,,,-73.95065307617188,40.818603515625,-73.94100189208984,40.81932830810547,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-11 08:05:39,2016-01-11 08:26:58,1,3.3,,,-73.95216369628906,40.64788818359375,-73.97321319580078,40.685001373291016,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-23 00:43:37,2016-01-23 01:19:47,1,11.47,,,-73.94744110107422,40.79069137573242,-73.9610595703125,40.685760498046875,1,N,2,36.5,0.5,0.5,0.3,0.0,0.0,,37.8,1.0 +2,2016-01-30 01:53:35,2016-01-30 02:11:44,2,6.3,,,-73.95120239257812,40.723880767822266,-73.89506530761719,40.76717758178711,1,N,1,20.0,0.5,0.5,0.3,2.22,0.0,,23.52,1.0 +1,2016-01-16 21:58:30,2016-01-16 22:05:13,3,1.4,,,-73.95343780517578,40.8226203918457,-73.95805358886719,40.805503845214844,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-22 13:36:27,2016-01-22 13:45:25,1,3.2,,,-73.89067840576172,40.746910095214844,-73.87225341796875,40.77444076538086,1,N,1,12.0,0.0,0.5,0.3,2.55,0.0,,15.35,1.0 +2,2016-01-20 15:14:35,2016-01-20 15:18:08,1,0.51,,,-73.9848861694336,40.670833587646484,-73.97996520996094,40.677085876464844,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 22:27:10,2016-01-11 22:33:55,1,1.3,,,-73.95781707763672,40.670963287353516,-73.93637084960938,40.672855377197266,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 21:30:01,2016-01-04 21:35:10,1,0.91,,,-73.86965942382812,40.733551025390625,-73.85921478271484,40.73712158203125,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 20:23:29,2016-01-01 20:30:47,1,1.37,,,-73.96220397949219,40.80558776855469,-73.95246887207031,40.80318069458008,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 15:32:09,2016-01-04 15:48:17,1,2.64,,,-73.95501708984375,40.789276123046875,-73.98059844970703,40.75925827026367,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,,15.96,1.0 +1,2016-01-04 10:12:15,2016-01-04 10:16:24,2,0.6,,,-73.94134521484375,40.8392448425293,-73.94007873535156,40.83633041381836,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,,6.35,1.0 +2,2016-01-22 17:34:31,2016-01-22 17:48:00,1,0.71,,,-73.97425079345703,40.671661376953125,-73.96976470947266,40.67455291748047,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-18 16:42:55,2016-01-18 16:53:05,1,2.7,,,-73.96025848388672,40.80803680419922,-73.98140716552734,40.77387619018555,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-05 15:55:25,2016-01-05 16:17:35,1,2.85,,,-73.95703125,40.80263137817383,-73.95565032958984,40.773597717285156,1,N,1,16.0,0.0,0.5,0.3,2.0,0.0,,18.8,1.0 +2,2016-01-19 07:56:54,2016-01-19 07:59:58,2,0.94,,,-73.94697570800781,40.831172943115234,-73.95533752441406,40.81999206542969,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 20:31:39,2016-01-27 20:50:55,1,6.03,,,-73.94181823730469,40.84121322631836,-73.96012878417969,40.77964782714844,1,N,1,20.5,0.5,0.5,0.3,3.27,0.0,,25.07,1.0 +1,2016-01-08 23:55:27,2016-01-09 00:01:39,4,1.3,,,-73.96351623535156,40.676780700683594,-73.96881866455078,40.69233703613281,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 16:08:42,2016-01-22 16:22:36,1,4.24,,,-73.94283294677734,40.84122848510742,-73.93915557861328,40.805416107177734,1,N,1,15.0,1.0,0.5,0.3,4.2,0.0,,21.0,1.0 +2,2016-01-10 10:36:31,2016-01-10 10:44:07,1,1.27,,,-73.98755645751953,40.693050384521484,-73.99930572509766,40.68342971801758,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,,9.75,1.0 +1,2016-01-10 20:39:37,2016-01-10 20:46:31,1,2.0,,,-73.9393081665039,40.805145263671875,-73.96332550048828,40.79384994506836,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-10 23:31:20,2016-01-10 23:45:26,1,4.4,,,-73.95853424072266,40.715023040771484,-73.9996109008789,40.744171142578125,1,N,1,15.0,0.5,0.5,0.3,3.25,0.0,,19.55,1.0 +1,2016-01-19 18:43:32,2016-01-19 19:09:14,1,5.5,,,-73.90300750732422,40.745853424072266,-73.9876480102539,40.75204086303711,1,N,2,21.0,1.0,0.5,0.3,0.0,5.54,,28.34,1.0 +2,2016-01-01 02:23:41,2016-01-01 02:37:51,1,5.49,,,-73.89276123046875,40.72227478027344,-73.981201171875,40.7442741394043,1,N,1,18.0,0.5,0.5,0.3,2.48,5.54,,27.32,1.0 +2,2016-01-25 15:06:52,2016-01-25 15:32:46,1,3.19,,,-73.9531478881836,40.798553466796875,-73.98207092285156,40.769195556640625,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-25 10:47:19,2016-01-25 11:01:41,1,4.35,,,-73.95539855957031,40.72007369995117,-73.99051666259766,40.69390106201172,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-20 17:37:09,2016-01-20 17:55:49,1,2.95,,,-73.94598388671875,40.806922912597656,-73.96439361572266,40.77371597290039,1,N,2,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-22 23:41:14,2016-01-22 23:49:27,2,1.51,,,-73.86209869384766,40.7303581237793,-73.86930084228516,40.7490234375,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-08 23:01:08,2016-01-08 23:06:46,1,1.0,,,-73.95387268066406,40.729286193847656,-73.95619201660156,40.71729278564453,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-30 19:03:12,2016-01-30 19:24:39,1,4.47,,,-73.99398040771484,40.68154525756836,-74.00589752197266,40.73589324951172,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,,21.96,1.0 +1,2016-01-01 03:23:52,2016-01-01 03:42:57,1,6.7,,,-73.93841552734375,40.8131103515625,-73.99613189697266,40.75655746459961,1,N,1,21.5,0.5,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-30 22:02:43,2016-01-30 22:07:40,1,0.81,,,-73.95459747314453,40.8055534362793,-73.96424102783203,40.800750732421875,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,,8.8,1.0 +2,2016-01-12 22:43:22,2016-01-12 22:46:37,1,0.64,,,-73.98468017578125,40.67111587524414,-73.99142456054688,40.6633415222168,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-30 20:49:35,2016-01-30 21:05:36,1,3.36,,,-73.94535064697266,40.807708740234375,-73.95093536376953,40.771663665771484,1,N,1,14.0,0.5,0.5,0.3,3.82,0.0,,19.12,1.0 +2,2016-01-24 16:48:28,2016-01-24 17:04:58,1,2.49,,,-73.97354125976562,40.6965446472168,-73.9581298828125,40.670475006103516,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-28 22:52:11,2016-01-28 22:57:51,2,0.79,,,-73.84404754638672,40.721153259277344,-73.8421859741211,40.71310043334961,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 19:00:44,2016-01-15 19:09:16,1,0.96,,,-73.8907699584961,40.746978759765625,-73.88134002685547,40.754188537597656,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-02 16:11:56,2016-01-02 16:20:51,1,0.95,,,-73.94298553466797,40.79922103881836,-73.95216369628906,40.808631896972656,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-08 23:20:30,2016-01-08 23:49:32,1,6.12,,,-73.91590118408203,40.76416778564453,-74.00274658203125,40.74973678588867,1,N,1,23.0,0.5,0.5,0.3,4.86,0.0,,29.16,1.0 +2,2016-01-22 09:44:29,2016-01-22 09:47:05,1,0.54,,,-73.94291687011719,40.811405181884766,-73.95088958740234,40.81169128417969,1,N,1,4.0,0.0,0.5,0.3,1.44,0.0,,6.24,1.0 +2,2016-01-30 19:50:29,2016-01-30 20:01:18,5,1.86,,,-73.9176025390625,40.74351501464844,-73.94593811035156,40.750816345214844,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-02 21:31:45,2016-01-02 21:39:06,3,0.97,,,-73.95794677734375,40.72183609008789,-73.96186828613281,40.71320343017578,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-01 03:42:48,2016-01-01 03:52:48,5,1.7,,,-73.91592407226562,40.85028076171875,-73.9371337890625,40.83958435058594,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-28 18:11:27,2016-01-28 18:17:41,1,1.3,,,-73.94763946533203,40.764198303222656,-73.93034362792969,40.76455307006836,1,N,1,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-28 12:24:05,2016-01-28 12:34:45,1,1.39,,,-73.8302230834961,40.71369171142578,-73.84542083740234,40.72123336791992,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-16 19:04:14,2016-01-16 19:09:40,1,1.0,,,-73.89602661132812,40.74540328979492,-73.9043960571289,40.75010299682617,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,,7.55,1.0 +1,2016-01-28 16:13:24,2016-01-28 16:22:26,1,0.9,,,-73.94122314453125,40.68805694580078,-73.94042205810547,40.67995834350586,1,Y,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-26 07:50:08,2016-01-26 07:55:08,1,1.41,,,-73.82747650146484,40.85262680053711,-73.82813262939453,40.833404541015625,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 21:13:05,2016-01-28 21:21:27,2,1.75,,,-73.9033203125,40.745784759521484,-73.89541625976562,40.7289924621582,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-07 11:43:17,2016-01-07 11:55:52,1,4.0,,,-73.9622802734375,40.805240631103516,-73.9887924194336,40.76918411254883,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-21 17:55:51,2016-01-21 17:59:48,1,0.67,,,-73.98760986328125,40.69203186035156,-73.98137664794922,40.69584274291992,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 14:24:17,2016-01-10 14:35:19,1,2.97,,,-73.96671295166016,40.714786529541016,-73.98766326904297,40.70158767700195,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-02 16:41:13,2016-01-02 16:55:51,1,2.8,,,-73.94869232177734,40.80916213989258,-73.95516967773438,40.777713775634766,1,N,1,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-30 10:00:46,2016-01-30 10:16:08,1,2.7,,,-73.9889144897461,40.670494079589844,-73.9600830078125,40.66476821899414,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-22 19:19:47,2016-01-22 19:36:19,1,4.1,,,-73.88761138916016,40.74714660644531,-73.91339874267578,40.784725189208984,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-20 15:13:23,2016-01-20 15:20:09,1,0.98,,,-73.88545227050781,40.745689392089844,-73.86991119384766,40.742374420166016,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-20 01:17:03,2016-01-20 01:24:22,6,1.67,,,-73.95494842529297,40.69477844238281,-73.92420959472656,40.69755554199219,1,N,1,7.5,0.5,0.5,0.3,2.0,0.0,,10.8,1.0 +2,2016-01-04 12:21:40,2016-01-04 12:38:16,2,2.26,,,-73.98739624023438,40.6913948059082,-73.95984649658203,40.67079162597656,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-17 15:44:53,2016-01-17 16:18:48,1,15.1,,,-73.94329833984375,40.840606689453125,-73.80513763427734,40.77423858642578,1,N,2,42.5,0.0,0.5,0.3,0.0,5.54,,48.84,1.0 +1,2016-01-30 17:31:56,2016-01-30 17:39:24,1,0.9,,,-73.95368194580078,40.728797912597656,-73.94650268554688,40.72273635864258,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-16 01:21:11,2016-01-16 01:29:05,1,1.39,,,-73.95793914794922,40.81526184082031,-73.94127655029297,40.80672836303711,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-25 17:20:38,2016-01-25 17:52:13,1,1.95,,,-73.87435913085938,40.73655319213867,-73.8671875,40.72687530517578,1,N,2,18.5,1.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-30 17:03:12,2016-01-30 17:23:58,2,4.51,,,-73.95480346679688,40.733795166015625,-74.00655364990234,40.7495002746582,1,N,2,18.0,0.0,0.5,0.3,0.0,5.54,,24.34,1.0 +1,2016-01-02 09:14:04,2016-01-02 09:45:31,1,8.7,,,-73.96031188964844,40.6743278503418,-73.97897338867188,40.76407241821289,1,N,1,29.0,0.0,0.5,0.3,4.5,0.0,,34.3,1.0 +2,2016-01-27 07:37:10,2016-01-27 07:49:28,3,2.29,,,-73.96984100341797,40.692962646484375,-73.93621063232422,40.6878662109375,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-13 14:30:16,2016-01-13 14:37:38,1,0.91,,,-73.94189453125,40.79841613769531,-73.9406509399414,40.78873825073242,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-13 05:30:46,2016-01-13 05:44:34,1,3.37,,,-73.97772979736328,40.688636779785156,-73.99260711669922,40.72826385498047,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-25 22:18:17,2016-01-25 22:27:54,5,2.04,,,-73.94963073730469,40.7855339050293,-73.96414184570312,40.80394744873047,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-13 08:23:57,2016-01-13 08:30:15,1,0.89,,,-73.93791961669922,40.818241119384766,-73.94900512695312,40.81260681152344,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 11:54:25,2016-01-09 12:04:14,1,1.98,,,-73.95375061035156,40.79877471923828,-73.95477294921875,40.77772521972656,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-30 20:31:45,2016-01-30 20:52:42,3,5.82,,,-73.94036865234375,40.840606689453125,-73.95167541503906,40.78626251220703,1,N,1,21.5,0.5,0.5,0.3,5.0,0.0,,27.8,1.0 +2,2016-01-08 21:45:47,2016-01-08 21:51:57,1,1.04,,,-73.84429168701172,40.720821380615234,-73.85980987548828,40.72943878173828,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-21 19:12:27,2016-01-21 19:26:32,1,3.55,,,-73.82991027832031,40.71375274658203,-73.83132934570312,40.68069076538086,1,N,1,12.5,1.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-29 23:38:23,2016-01-29 23:47:41,1,2.07,,,-73.91268157958984,40.64056396484375,-73.94776916503906,40.63315200805664,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,,11.3,1.0 +1,2016-01-15 07:02:03,2016-01-15 07:02:20,1,0.2,,,-73.95134735107422,40.80025863647461,-73.95219421386719,40.80058670043945,1,N,1,2.5,0.0,0.5,0.3,6.0,0.0,,9.3,1.0 +1,2016-01-09 20:48:12,2016-01-09 20:57:16,2,1.6,,,-73.9371566772461,40.824562072753906,-73.94779205322266,40.804744720458984,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 15:02:35,2016-01-06 15:10:40,1,2.62,,,-73.9213638305664,40.766666412353516,-73.90251922607422,40.75149154663086,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-16 18:50:04,2016-01-16 19:17:06,1,4.6,,,-73.97968292236328,40.671085357666016,-74.00982666015625,40.71099090576172,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,,25.56,1.0 +1,2016-01-28 11:50:13,2016-01-28 12:04:43,1,2.3,,,-73.9398422241211,40.83595657348633,-73.95127868652344,40.80523681640625,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,,13.8,1.0 +1,2016-01-15 11:13:44,2016-01-15 11:20:30,1,1.5,,,-73.95479583740234,40.688106536865234,-73.9705581665039,40.69792556762695,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-06 01:24:27,2016-01-06 01:27:42,3,0.87,,,-73.94163513183594,40.818626403808594,-73.94640350341797,40.80723571777344,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-01 05:13:44,2016-01-01 05:15:58,1,0.6,,,-73.91890716552734,40.7657470703125,-73.92573547363281,40.76000213623047,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 04:11:32,2016-01-01 04:14:22,1,0.5,,,-73.83091735839844,40.70805740356445,-73.8301773071289,40.71349334716797,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-20 09:59:49,2016-01-20 10:02:22,1,0.61,,,-73.96427154541016,40.803131103515625,-73.96051025390625,40.809871673583984,1,N,1,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-03 10:13:09,2016-01-03 10:25:00,1,1.57,,,-73.97262573242188,40.67662048339844,-73.96480560302734,40.660091400146484,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-06 18:28:55,2016-01-06 18:59:34,1,3.76,,,-73.95997619628906,40.65059280395508,-73.93344116210938,40.66120529174805,1,N,1,21.0,1.0,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-22 10:08:02,2016-01-22 10:24:36,1,3.21,,,-73.88529968261719,40.85842514038086,-73.92154693603516,40.84021759033203,1,N,1,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-16 13:02:00,2016-01-16 13:16:13,1,2.46,,,-73.86489868164062,40.75776672363281,-73.90968322753906,40.75345230102539,1,N,1,12.5,0.0,0.5,0.3,1.33,0.0,,14.63,1.0 +2,2016-01-19 11:21:15,2016-01-19 11:30:29,1,0.84,,,-73.96092224121094,40.714698791503906,-73.9483642578125,40.71836853027344,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-28 22:04:44,2016-01-28 22:19:56,1,4.93,,,-73.86178588867188,40.730491638183594,-73.90678405761719,40.76570129394531,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-19 19:11:14,2016-01-19 19:17:54,1,0.92,,,-73.89697265625,40.86241149902344,-73.88744354248047,40.855674743652344,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +1,2016-01-17 03:36:44,2016-01-17 03:48:51,1,3.3,,,-73.94539642333984,40.80796813964844,-73.93925476074219,40.84330368041992,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-28 15:35:41,2016-01-28 15:45:37,1,1.91,,,-73.87030029296875,40.75708770751953,-73.84098815917969,40.763851165771484,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-27 18:57:46,2016-01-27 19:05:23,2,1.59,,,-73.96573638916016,40.712974548339844,-73.9439926147461,40.7118034362793,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-10 09:11:08,2016-01-10 09:30:39,1,7.35,,,-73.95423126220703,40.73167419433594,-73.87324523925781,40.77435302734375,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,,30.36,1.0 +1,2016-01-24 21:54:01,2016-01-24 22:03:50,1,3.3,,,-73.95614624023438,40.818824768066406,-73.9328842163086,40.84556198120117,1,N,1,11.5,0.5,0.5,0.3,1.0,0.0,,13.8,1.0 +1,2016-01-16 17:23:25,2016-01-16 17:48:04,2,4.6,,,-73.95977020263672,40.80807113647461,-73.97763061523438,40.753787994384766,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-13 19:54:41,2016-01-13 20:08:04,1,3.19,,,-73.80792999267578,40.70036315917969,-73.77389526367188,40.678123474121094,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-19 09:08:49,2016-01-19 09:14:53,1,1.08,,,-73.99195861816406,40.690364837646484,-73.9801025390625,40.68207931518555,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-13 22:26:46,2016-01-13 22:35:25,1,2.21,,,-73.9607925415039,40.660797119140625,-73.93386840820312,40.649898529052734,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-11 08:29:10,2016-01-11 08:35:53,1,1.4,,,-73.9511947631836,40.82560348510742,-73.94286346435547,40.840492248535156,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 08:01:15,2016-01-09 08:05:07,1,0.8,,,-73.93760681152344,40.848480224609375,-73.94257354736328,40.83742141723633,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-15 00:16:23,2016-01-15 00:35:10,1,4.4,,,-73.93390655517578,40.69822311401367,-73.99029541015625,40.72737121582031,1,N,1,17.5,0.5,0.5,0.3,4.7,0.0,,23.5,1.0 +2,2016-01-18 20:15:06,2016-01-18 20:20:49,1,1.06,,,-73.82910919189453,40.71339416503906,-73.83424377441406,40.70562744140625,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-07 08:44:02,2016-01-07 08:48:55,1,0.82,,,-73.89112854003906,40.7469596862793,-73.88493347167969,40.75367736816406,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 16:24:06,2016-01-28 16:40:13,1,2.03,,,-73.95511627197266,40.79936599731445,-73.9489517211914,40.822532653808594,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-03 04:37:45,2016-01-03 04:51:26,1,2.9,,,-73.95166015625,40.74299621582031,-73.94580841064453,40.707820892333984,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-01 01:59:21,2016-01-01 02:13:45,1,4.21,,,-73.91732025146484,40.83464813232422,-73.8653335571289,40.82338333129883,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-05 08:04:44,2016-01-05 08:16:42,1,2.31,,,-73.92402648925781,40.81538009643555,-73.95299530029297,40.813926696777344,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-28 17:33:10,2016-01-28 18:03:08,1,6.1,,,-73.9532699584961,40.58720016479492,-73.99779510498047,40.5969352722168,1,N,2,25.5,1.0,0.5,0.3,0.0,0.0,,27.3,1.0 +2,2016-01-20 09:17:26,2016-01-20 09:19:15,1,0.43,,,-73.99220275878906,40.6994514465332,-73.99376678466797,40.69389343261719,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-13 14:30:56,2016-01-13 14:46:09,1,3.85,,,-73.9548568725586,40.80509567260742,-73.94266510009766,40.841304779052734,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-10 01:44:19,2016-01-10 01:55:30,1,2.89,,,-73.89200592041016,40.86935043334961,-73.92146301269531,40.84010314941406,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +1,2016-01-25 11:12:46,2016-01-25 11:26:29,1,2.0,,,-73.97703552246094,40.68400955200195,-73.9520034790039,40.69294738769531,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-10 17:56:57,2016-01-10 18:05:26,1,1.76,,,-73.93303680419922,40.69875717163086,-73.91331481933594,40.7061653137207,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-09 16:18:13,2016-01-09 16:31:27,1,2.4,,,-73.99193572998047,40.683284759521484,-73.97989654541016,40.66489028930664,1,N,1,11.0,0.0,0.5,0.3,2.95,0.0,,14.75,1.0 +1,2016-01-06 10:27:03,2016-01-06 10:33:40,1,1.4,,,-73.94786071777344,40.82541275024414,-73.9441146850586,40.84243392944336,1,N,1,7.0,0.0,0.5,0.3,2.3,0.0,,10.1,1.0 +2,2016-01-20 23:35:29,2016-01-20 23:49:14,1,2.89,,,-73.96142578125,40.71426010131836,-73.92036437988281,40.70071029663086,1,N,1,12.0,0.5,0.5,0.3,3.32,0.0,,16.62,1.0 +2,2016-01-02 12:55:15,2016-01-02 13:02:51,1,1.82,,,-73.94679260253906,40.80015182495117,-73.96018981933594,40.77924346923828,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +1,2016-01-08 14:41:41,2016-01-08 16:05:36,1,7.0,,,-73.96890258789062,40.69363784790039,-73.92113494873047,40.66842269897461,1,N,1,48.5,0.0,0.5,0.3,12.33,0.0,,61.63,1.0 +2,2016-01-01 01:29:12,2016-01-01 01:46:01,5,4.64,,,-73.97136688232422,40.67558670043945,-73.95194244384766,40.71404266357422,1,N,1,17.0,0.5,0.5,0.3,4.58,0.0,,22.88,1.0 +1,2016-01-07 18:15:54,2016-01-07 18:30:58,1,3.1,,,-73.9389877319336,40.750396728515625,-73.96002960205078,40.719825744628906,1,N,1,13.0,1.0,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-13 17:53:42,2016-01-13 17:53:47,1,0.0,,,-73.94307708740234,40.81019592285156,-73.94306945800781,40.81019592285156,5,N,1,9.0,0.0,0.0,0,0.0,0.0,,9.0,2.0 +2,2016-01-07 15:14:01,2016-01-07 15:17:53,1,0.71,,,-73.92574310302734,40.761905670166016,-73.93263244628906,40.753021240234375,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-26 20:17:17,2016-01-26 20:32:45,1,2.2,,,-73.86377716064453,40.73283386230469,-73.8959732055664,40.732784271240234,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-11 10:27:39,2016-01-11 10:34:59,1,0.89,,,-73.9428939819336,40.79688262939453,-73.95277404785156,40.78752136230469,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-27 06:04:26,2016-01-27 06:12:42,1,2.5,,,-73.93681335449219,40.743385314941406,-73.9588851928711,40.76081466674805,5,N,3,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +1,2016-01-25 21:07:07,2016-01-25 21:19:55,1,3.1,,,-73.94486999511719,40.80847930908203,-73.91376495361328,40.83837890625,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-15 22:33:46,2016-01-15 22:43:08,1,1.1,,,-73.97688293457031,40.68144226074219,-73.96249389648438,40.68490219116211,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-16 01:20:31,2016-01-16 01:23:13,1,0.33,,,-73.9548110961914,40.80510711669922,-73.95336151123047,40.80940628051758,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-19 07:37:52,2016-01-19 07:45:43,1,1.79,,,-73.92559051513672,40.76178741455078,-73.94963836669922,40.76247024536133,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-22 22:53:59,2016-01-22 23:11:26,1,5.16,,,-73.94539642333984,40.7459831237793,-73.94574737548828,40.69222640991211,1,N,1,17.0,0.5,0.5,0.3,2.74,0.0,,21.04,1.0 +2,2016-01-27 16:36:12,2016-01-27 18:07:00,1,3.28,,,-73.97713470458984,40.62777328491211,-73.96650695800781,40.631385803222656,1,N,1,49.0,1.0,0.5,0.3,12.7,0.0,,63.5,1.0 +2,2016-01-11 09:56:15,2016-01-11 10:17:19,1,5.71,,,-73.93620300292969,40.80324935913086,-73.99390411376953,40.768802642822266,1,N,1,20.0,0.0,0.5,0.3,1.0,0.0,,21.8,1.0 +1,2016-01-08 01:46:04,2016-01-08 01:50:40,2,1.2,,,-73.9796371459961,40.67768478393555,-73.99212646484375,40.66646194458008,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-04 14:11:01,2016-01-04 14:47:30,1,9.45,,,-73.84857177734375,40.72378158569336,-73.95330810546875,40.778564453125,1,N,1,34.0,0.0,0.5,0.3,6.96,0.0,,41.76,1.0 +2,2016-01-24 22:29:02,2016-01-24 22:44:36,1,3.21,,,-73.94995880126953,40.722347259521484,-73.983642578125,40.724491119384766,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-25 13:05:52,2016-01-25 13:18:00,1,1.69,,,-73.9379653930664,40.80467224121094,-73.9643783569336,40.80928039550781,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 13:44:30,2016-01-17 13:57:13,1,2.38,,,-73.98133850097656,40.689056396484375,-73.94590759277344,40.67509460449219,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-21 00:15:59,2016-01-21 00:21:57,1,1.23,,,-73.92720031738281,40.81870651245117,-73.91033935546875,40.819950103759766,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-08 19:52:10,2016-01-08 20:25:26,1,12.45,,,-73.97125244140625,40.68766784667969,-73.77632141113281,40.64540481567383,1,N,1,37.0,1.0,0.5,0.3,7.76,0.0,,46.56,1.0 +2,2016-01-14 13:37:08,2016-01-14 13:43:03,1,1.34,,,-73.95111846923828,40.791481018066406,-73.93721008300781,40.80192184448242,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-21 11:24:10,2016-01-21 11:28:03,1,1.04,,,-73.94003295898438,40.8251838684082,-73.94584655761719,40.81222152709961,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-12 07:15:41,2016-01-12 07:43:22,1,3.76,,,-73.90288543701172,40.81745529174805,-73.89729309082031,40.86177444458008,5,N,2,13.0,0.0,0.0,0,0.0,0.0,,13.0,2.0 +2,2016-01-22 02:32:34,2016-01-22 02:35:03,2,0.48,,,-73.92777252197266,40.69782638549805,-73.92076110839844,40.7014045715332,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +1,2016-01-11 20:24:09,2016-01-11 20:37:06,1,2.7,,,-73.94622039794922,40.68025588989258,-73.95140075683594,40.64502716064453,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-18 08:54:46,2016-01-18 09:09:56,1,4.63,,,-73.94493103027344,40.787132263183594,-73.99627685546875,40.753257751464844,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-08 20:47:58,2016-01-08 21:19:09,1,6.87,,,-73.95795440673828,40.72185134887695,-73.95561981201172,40.652313232421875,1,N,1,26.0,0.5,0.5,0.3,5.46,0.0,,32.76,1.0 +1,2016-01-20 22:55:41,2016-01-20 22:59:11,1,0.7,,,-73.94490814208984,40.82411193847656,-73.94625854492188,40.83036804199219,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-04 03:18:05,2016-01-04 03:30:10,1,3.09,,,-73.95771026611328,40.74341583251953,-73.97952270507812,40.758888244628906,1,N,1,12.0,0.5,0.5,0.3,3.77,5.54,,22.61,1.0 +2,2016-01-07 10:37:28,2016-01-07 10:44:28,1,0.7,,,-73.99346923828125,40.69221878051758,-73.99212646484375,40.70183563232422,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +1,2016-01-16 16:02:08,2016-01-16 16:13:09,4,1.2,,,-73.95209503173828,40.80300521850586,-73.93233489990234,40.794822692871094,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-12 07:44:33,2016-01-12 08:32:16,1,5.29,,,-73.963623046875,40.677406311035156,-73.9974365234375,40.73658752441406,1,N,1,31.5,0.0,0.5,0.3,8.08,0.0,,40.38,1.0 +2,2016-01-25 10:19:17,2016-01-25 10:28:39,1,1.02,,,-73.96369171142578,40.80290222167969,-73.96904754638672,40.790950775146484,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,,10.38,1.0 +1,2016-01-04 16:09:10,2016-01-04 16:24:08,1,4.2,,,-73.95307922363281,40.727699279785156,-73.99718475341797,40.72399139404297,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-26 12:47:56,2016-01-26 12:59:05,1,1.46,,,-73.91121673583984,40.74454116821289,-73.8860855102539,40.7400016784668,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-30 20:08:48,2016-01-30 20:14:37,1,1.09,,,-73.92980194091797,40.75652313232422,-73.92227172851562,40.745365142822266,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-21 20:34:12,2016-01-21 20:38:59,3,1.0,,,-73.86953735351562,40.74910354614258,-73.86528778076172,40.73542022705078,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-29 19:08:03,2016-01-29 19:16:31,1,1.22,,,-73.86228942871094,40.730369567871094,-73.87213134765625,40.72632598876953,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 19:05:45,2016-01-20 19:55:40,1,6.28,,,-73.95769500732422,40.7215461730957,-73.88018035888672,40.735286712646484,1,N,2,31.5,1.0,0.5,0.3,0.0,0.0,,33.3,1.0 +2,2016-01-15 18:42:20,2016-01-15 18:50:13,1,0.73,,,-73.97636413574219,40.67311477661133,-73.97042846679688,40.67610168457031,1,N,1,6.5,1.0,0.5,0.3,1.0,0.0,,9.3,1.0 +2,2016-01-01 01:21:32,2016-01-01 01:31:47,1,2.25,,,-73.94818878173828,40.81434631347656,-73.94779205322266,40.79022979736328,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-19 20:44:03,2016-01-19 20:50:38,1,1.24,,,-73.95401763916016,40.58723831176758,-73.93553924560547,40.58705139160156,1,N,1,7.0,0.5,0.5,0.3,2.49,0.0,,10.79,1.0 +1,2016-01-01 07:56:49,2016-01-01 07:58:16,3,0.3,,,-73.88949584960938,40.74587631225586,-73.88400268554688,40.743492126464844,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,,5.3,1.0 +1,2016-01-03 03:59:52,2016-01-03 04:11:05,1,2.5,,,-73.89089965820312,40.74653625488281,-73.9317626953125,40.7567253112793,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-08 10:20:40,2016-01-08 11:01:21,6,8.21,,,-73.946044921875,40.78955841064453,-74.0010986328125,40.71461868286133,1,N,1,33.5,0.0,0.5,0.3,5.0,0.0,,39.3,1.0 +1,2016-01-02 15:58:48,2016-01-02 15:58:57,1,2.0,,,-74.00775909423828,40.654632568359375,-74.00775909423828,40.65463638305664,1,N,3,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-09 22:14:52,2016-01-09 22:22:39,1,1.13,,,-73.98735046386719,40.6878662109375,-73.98013305664062,40.676944732666016,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-21 19:27:22,2016-01-21 19:35:37,6,1.99,,,-73.96629333496094,40.80475616455078,-73.94349670410156,40.81612014770508,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-12 18:09:52,2016-01-12 18:19:36,1,1.3,,,-73.95782470703125,40.7176628112793,-73.96875762939453,40.70909118652344,1,N,1,8.0,1.0,0.5,0.3,1.95,0.0,,11.75,1.0 +2,2016-01-24 19:09:38,2016-01-24 19:12:12,1,0.73,,,-73.91063690185547,40.77614974975586,-73.91096496582031,40.77970886230469,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-30 04:11:34,2016-01-30 04:12:07,1,0.06,,,-73.84419250488281,40.72120666503906,-73.84537506103516,40.72002410888672,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +1,2016-01-14 20:33:00,2016-01-14 20:37:15,1,0.7,,,-73.97017669677734,40.684539794921875,-73.96448516845703,40.68928909301758,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-12 13:59:39,2016-01-12 14:05:53,5,1.22,,,-73.96060180664062,40.6595573425293,-73.96328735351562,40.676551818847656,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-29 17:53:03,2016-01-29 17:56:57,1,0.7,,,-73.9437484741211,40.74656677246094,-73.93896484375,40.754947662353516,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-14 10:59:58,2016-01-14 11:16:12,1,2.9,,,-73.94971466064453,40.68128967285156,-73.95659637451172,40.64425277709961,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-05 08:11:31,2016-01-05 08:26:00,1,1.69,,,-73.9419174194336,40.82263946533203,-73.94207763671875,40.84123611450195,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-05 11:45:57,2016-01-05 12:00:20,1,3.04,,,-73.92546081542969,40.7619743347168,-73.97052764892578,40.764339447021484,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-27 22:31:49,2016-01-27 22:59:15,2,7.0,,,-73.98983001708984,40.7023811340332,-73.97099304199219,40.759029388427734,1,N,1,25.5,0.5,0.5,0.3,5.0,0.0,,31.8,1.0 +1,2016-01-17 09:49:49,2016-01-17 09:59:03,1,4.8,,,-73.9249038696289,40.86640167236328,-73.96238708496094,40.81059646606445,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,,18.95,1.0 +2,2016-01-30 06:41:19,2016-01-30 06:55:39,1,3.9,,,-73.90747833251953,40.77391052246094,-73.90499877929688,40.74549102783203,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-03 10:10:47,2016-01-03 10:14:43,1,1.5,,,-73.93929290771484,40.80527877807617,-73.95247650146484,40.78978729248047,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-20 19:18:58,2016-01-20 19:38:28,1,4.08,,,-73.94347381591797,40.78934860229492,-73.94625091552734,40.82701873779297,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-30 19:56:00,2016-01-30 20:03:36,1,1.08,,,-73.8438491821289,40.72163009643555,-73.85742950439453,40.72545623779297,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-03 12:49:57,2016-01-03 12:56:13,5,0.69,,,-73.94367218017578,40.79304122924805,-73.93462371826172,40.79563903808594,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-17 21:42:33,2016-01-17 21:45:09,1,0.52,,,-73.97296905517578,40.67799377441406,-73.97755432128906,40.68452835083008,1,N,1,4.0,0.5,0.5,0.3,0.5,0.0,,5.8,1.0 +2,2016-01-15 15:22:27,2016-01-15 15:34:29,1,2.19,,,-73.93836975097656,40.800086975097656,-73.947509765625,40.821937561035156,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-04 15:35:02,2016-01-04 15:46:38,1,2.01,,,-73.94951629638672,40.68003463745117,-73.92237854003906,40.671451568603516,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-14 01:35:20,2016-01-14 01:44:41,1,1.37,,,-73.98709869384766,40.69110107421875,-73.97068786621094,40.687137603759766,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-09 10:23:33,2016-01-09 10:41:13,1,4.08,,,-73.9451904296875,40.80809020996094,-73.97903442382812,40.761837005615234,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +1,2016-01-20 10:08:06,2016-01-20 10:10:48,1,0.7,,,-73.94312286376953,40.796451568603516,-73.93701934814453,40.802242279052734,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,,5.8,1.0 +2,2016-01-30 22:46:06,2016-01-30 22:52:21,1,1.17,,,-73.95247650146484,40.7990608215332,-73.96894836425781,40.80359649658203,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-30 21:49:24,2016-01-30 21:57:05,1,1.27,,,-73.9052505493164,40.8624153137207,-73.91036224365234,40.87434005737305,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-17 02:15:52,2016-01-17 02:27:37,1,2.47,,,-73.9564208984375,40.71902847290039,-73.92340850830078,40.70689392089844,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-15 23:35:18,2016-01-15 23:54:42,1,4.82,,,-73.96100616455078,40.68034362792969,-73.91939544677734,40.6390380859375,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-15 08:06:46,2016-01-15 08:27:14,1,4.7,,,-73.93927001953125,40.80537414550781,-73.98625183105469,40.780616760253906,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-21 18:25:47,2016-01-21 18:51:26,1,5.03,,,-73.92129516601562,40.766666412353516,-73.86295318603516,40.74913024902344,1,N,2,20.5,1.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-07 20:41:19,2016-01-07 20:44:29,6,0.51,,,-73.94953155517578,40.807472229003906,-73.95568084716797,40.803985595703125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-02 09:07:59,2016-01-02 09:21:08,1,4.6,,,-73.9900131225586,40.668670654296875,-74.00291442871094,40.72069549560547,1,N,2,15.0,0.0,0.5,0.3,0.0,5.54,,21.34,1.0 +1,2016-01-25 18:19:58,2016-01-25 18:29:46,1,1.2,,,-73.99610900878906,40.69065856933594,-73.97732543945312,40.68387222290039,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-14 17:16:03,2016-01-14 17:18:12,1,0.4,,,-73.95198059082031,40.81056213378906,-73.95796203613281,40.811222076416016,1,N,1,3.5,1.0,0.5,0.3,0.01,0.0,,5.31,1.0 +1,2016-01-24 20:35:23,2016-01-24 20:50:30,1,1.4,,,-73.92919158935547,40.679317474365234,-73.92435455322266,40.67293167114258,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,,13.55,1.0 +1,2016-01-01 02:52:55,2016-01-01 03:08:22,1,2.9,,,-73.87904357910156,40.74174499511719,-73.9212417602539,40.75768280029297,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-06 01:49:53,2016-01-06 01:54:36,1,1.2,,,-73.99513244628906,40.690372467041016,-73.97850036621094,40.68968200683594,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-15 19:53:36,2016-01-15 20:04:10,1,2.2,,,-73.96141815185547,40.71437072753906,-73.96376037597656,40.69373321533203,1,N,1,9.5,0.5,0.5,0.3,2.0,0.0,,12.8,1.0 +2,2016-01-14 15:18:03,2016-01-14 15:23:27,1,0.68,,,-73.90845489501953,40.75408172607422,-73.92037963867188,40.75963592529297,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-07 11:48:14,2016-01-07 12:41:21,1,30.98,,,-73.97599792480469,40.68412399291992,-73.71148681640625,40.66232681274414,1,N,1,84.0,0.0,0.5,0.3,84.44,0.0,,169.24,1.0 +2,2016-01-25 17:56:24,2016-01-25 18:33:49,1,10.56,,,-73.84425354003906,40.72133255004883,-73.7176513671875,40.70142364501953,1,N,2,34.0,1.0,0.5,0.3,0.0,0.0,,35.8,1.0 +2,2016-01-12 19:40:24,2016-01-12 19:44:41,2,0.82,,,-73.92980194091797,40.756324768066406,-73.91922760009766,40.75908660888672,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-20 13:45:45,2016-01-20 13:54:28,1,1.0,,,-73.94441223144531,40.80731964111328,-73.93379974365234,40.79866027832031,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-03 01:29:32,2016-01-03 01:37:13,5,1.52,,,-73.95443725585938,40.73008728027344,-73.95590209960938,40.71401596069336,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-22 08:57:28,2016-01-22 09:45:50,1,7.03,,,-73.96627807617188,40.680694580078125,-73.9996109008789,40.753963470458984,1,N,1,33.5,0.0,0.5,0.3,6.86,0.0,,41.16,1.0 +1,2016-01-30 20:22:05,2016-01-30 20:31:41,1,1.6,,,-73.95072174072266,40.80241394042969,-73.96888732910156,40.7943115234375,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,,10.8,1.0 +1,2016-01-16 16:16:06,2016-01-16 16:34:15,1,5.4,,,-73.94529724121094,40.74601745605469,-73.99889373779297,40.71997833251953,1,N,1,19.5,1.0,0.5,0.3,1.0,0.0,,22.3,1.0 +2,2016-01-19 12:20:07,2016-01-19 12:25:24,1,0.39,,,-73.95498657226562,40.701271057128906,-73.95466613769531,40.69704818725586,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-28 21:09:35,2016-01-28 21:19:24,2,1.95,,,-73.972900390625,40.685733795166016,-73.93666076660156,40.69011688232422,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-08 17:42:38,2016-01-08 17:48:39,1,1.0,,,-73.97855377197266,40.684600830078125,-73.98461151123047,40.67179870605469,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-28 00:58:12,2016-01-28 01:08:26,1,3.97,,,-73.97539520263672,40.68671417236328,-73.9444580078125,40.71156692504883,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,,16.3,1.0 +2,2016-01-10 21:19:29,2016-01-10 21:30:46,1,1.9,,,-73.9546890258789,40.820472717285156,-73.93677520751953,40.84225845336914,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-25 17:44:48,2016-01-25 17:48:26,1,0.7,,,-73.96109008789062,40.81199264526367,-73.9676513671875,40.80307388305664,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-03 01:17:57,2016-01-03 01:41:17,1,6.54,,,-73.94953918457031,40.714012145996094,-73.99273681640625,40.763248443603516,1,N,1,22.0,0.5,0.5,0.3,4.66,0.0,,27.96,1.0 +2,2016-01-01 09:09:32,2016-01-01 09:18:49,1,2.64,,,-73.84320068359375,40.72087478637695,-73.83295440673828,40.74781799316406,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-20 23:08:31,2016-01-20 23:11:51,1,0.87,,,-73.91875457763672,40.75883865356445,-73.91202545166016,40.764862060546875,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 08:18:30,2016-01-22 08:38:11,1,4.1,,,-73.99825286865234,40.690223693847656,-73.98753356933594,40.732627868652344,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,,21.36,1.0 +2,2016-01-01 16:43:13,2016-01-01 16:51:44,1,3.59,,,-73.94268035888672,40.79983139038086,-73.91869354248047,40.77017593383789,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-27 16:42:21,2016-01-27 16:51:03,1,0.7,,,-73.90354919433594,40.74490737915039,-73.90837860107422,40.736663818359375,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-20 22:48:07,2016-01-20 22:53:06,1,1.1,,,-73.95751190185547,40.71793746948242,-73.9424057006836,40.724761962890625,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,,8.15,1.0 +1,2016-01-10 19:17:31,2016-01-10 19:19:21,2,0.4,,,-73.95732879638672,40.681495666503906,-73.95413208007812,40.677303314208984,1,N,1,3.5,0.0,0.5,0.3,2.0,0.0,,6.3,1.0 +2,2016-01-30 09:44:20,2016-01-30 09:49:21,1,0.89,,,-73.94352722167969,40.81536865234375,-73.9501953125,40.82171630859375,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-08 15:13:25,2016-01-08 15:18:51,1,0.73,,,-73.93843841552734,40.79732131958008,-73.9505615234375,40.80237579345703,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-25 10:52:06,2016-01-25 11:02:16,1,1.1,,,-73.81602478027344,40.831573486328125,-73.82054901123047,40.82505798339844,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-11 19:20:39,2016-01-11 19:29:17,1,2.14,,,-73.9903564453125,40.66423034667969,-73.97344970703125,40.641441345214844,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-05 17:32:59,2016-01-05 17:56:41,1,4.6,,,-73.98664093017578,40.703895568847656,-74.00044250488281,40.745445251464844,1,N,1,19.5,1.0,0.5,0.3,2.0,0.0,,23.3,1.0 +2,2016-01-16 22:35:31,2016-01-16 22:46:11,1,3.1,,,-73.99098205566406,40.68596649169922,-74.01461029052734,40.70623779296875,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-14 20:04:12,2016-01-14 20:16:37,1,1.9,,,-73.98713684082031,40.69341278076172,-73.96698760986328,40.6772575378418,1,N,1,10.0,0.5,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-15 14:25:19,2016-01-15 14:46:48,1,3.36,,,-73.95484161376953,40.78932571411133,-73.98995971679688,40.757652282714844,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-20 16:53:00,2016-01-20 16:59:02,1,1.0,,,-73.95467376708984,40.789424896240234,-73.95692443847656,40.77851867675781,1,N,1,6.0,1.0,0.5,0.3,1.2,0.0,,9.0,1.0 +1,2016-01-09 17:31:39,2016-01-09 17:50:32,1,3.5,,,-73.95979309082031,40.7160530090332,-73.91841125488281,40.74336624145508,1,N,1,15.0,1.0,0.5,0.3,2.0,0.0,,18.8,1.0 +1,2016-01-30 21:01:45,2016-01-30 21:12:21,2,1.8,,,-73.95361328125,40.78710174560547,-73.9771499633789,40.78764343261719,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-06 08:35:58,2016-01-06 08:58:19,2,6.72,,,-73.83048248291016,40.75948715209961,-73.74717712402344,40.74406051635742,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +1,2016-01-29 13:26:22,2016-01-29 13:37:01,2,1.5,,,-73.97859954833984,40.68423080444336,-73.99707794189453,40.67950439453125,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-10 23:47:15,2016-01-10 23:54:06,1,1.73,,,-73.95758056640625,40.7297477722168,-73.95873260498047,40.71494674682617,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-17 11:47:44,2016-01-17 11:51:46,1,0.56,,,-73.96038055419922,40.654632568359375,-73.9565200805664,40.65788650512695,1,N,1,4.5,0.0,0.5,0.3,2.0,0.0,,7.3,1.0 +2,2016-01-09 01:11:53,2016-01-09 01:13:32,1,0.34,,,-73.95159149169922,40.809539794921875,-73.95484161376953,40.80521011352539,1,N,1,3.5,0.5,0.5,0.3,1.0,0.0,,5.8,1.0 +1,2016-01-10 03:24:26,2016-01-10 03:35:51,1,2.4,,,-73.94953918457031,40.714046478271484,-73.9223403930664,40.691864013671875,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,,14.15,1.0 +2,2016-01-10 02:29:49,2016-01-10 02:41:07,1,2.46,,,-73.92681884765625,40.81975555419922,-73.9579086303711,40.81536865234375,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-02 16:48:39,2016-01-02 16:58:27,1,2.89,,,-74.0286865234375,40.622947692871094,-74.00318145751953,40.658287048339844,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-29 23:37:11,2016-01-29 23:42:58,2,1.39,,,-73.96334838867188,40.710262298583984,-73.95851135253906,40.721981048583984,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-18 13:37:57,2016-01-18 13:56:23,1,2.87,,,-73.95834350585938,40.721431732177734,-73.93521881103516,40.697017669677734,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-07 23:42:39,2016-01-07 23:53:31,1,4.04,,,-73.90971374511719,40.87480163574219,-73.91007232666016,40.84828567504883,1,N,1,14.0,0.5,0.5,0.3,3.06,0.0,,18.36,1.0 +2,2016-01-30 07:04:36,2016-01-30 07:10:12,5,0.83,,,-73.903564453125,40.74495315551758,-73.89582824707031,40.739601135253906,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-14 08:46:49,2016-01-14 09:06:16,1,3.64,,,-73.92163848876953,40.75577926635742,-73.95870971679688,40.72127151489258,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,,19.75,1.0 +2,2016-01-08 21:13:45,2016-01-08 21:19:41,5,1.81,,,-73.82075500488281,40.71023178100586,-73.84898376464844,40.72288513183594,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-08 07:40:25,2016-01-08 07:57:04,6,1.72,,,-73.93858337402344,40.79326248168945,-73.95462036132812,40.80747985839844,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,,13.8,1.0 +2,2016-01-19 23:17:43,2016-01-19 23:28:49,2,2.69,,,-73.9512710571289,40.810302734375,-73.93465423583984,40.845550537109375,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-30 22:21:08,2016-01-30 22:32:33,1,2.09,,,-73.9402084350586,40.83950424194336,-73.91845703125,40.82571792602539,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-11 19:11:38,2016-01-11 19:17:46,1,1.09,,,-73.95046997070312,40.67100524902344,-73.96864318847656,40.67579650878906,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-05 02:57:48,2016-01-05 03:13:45,1,3.62,,,-73.9163589477539,40.76228713989258,-73.91246032714844,40.72439956665039,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-06 16:31:47,2016-01-07 15:47:37,6,3.33,,,-73.98912048339844,40.69103240966797,-73.95158386230469,40.66404342651367,1,N,2,16.5,1.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-14 21:56:12,2016-01-14 22:01:55,2,2.53,,,-73.93606567382812,40.795074462890625,-73.92301940917969,40.82371139526367,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-11 23:16:25,2016-01-11 23:18:23,1,0.39,,,-73.92131042480469,40.766658782958984,-73.92488861083984,40.77151107788086,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-08 16:47:33,2016-01-08 16:50:23,5,0.67,,,-73.86180877685547,40.73051834106445,-73.85047912597656,40.734580993652344,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-25 21:37:14,2016-01-25 21:46:38,2,1.41,,,-73.99116516113281,40.68560028076172,-73.97205352783203,40.689449310302734,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-06 19:48:28,2016-01-06 20:20:31,1,7.37,,,-73.92290496826172,40.683860778808594,-73.99102783203125,40.72773742675781,1,N,1,27.0,1.0,0.5,0.3,0.0,0.0,,28.8,1.0 +1,2016-01-30 11:39:29,2016-01-30 11:41:35,1,0.3,,,-73.93756866455078,40.70331954956055,-73.93980407714844,40.70771789550781,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-18 04:33:13,2016-01-18 04:46:37,1,5.07,,,-73.94246673583984,40.797603607177734,-73.98117065429688,40.73382568359375,1,N,1,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-14 15:31:14,2016-01-14 15:38:52,1,1.66,,,-73.95500183105469,40.81202697753906,-73.94155883789062,40.830963134765625,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-01 21:05:35,2016-01-01 21:25:42,1,5.37,,,-73.92910766601562,40.681190490722656,-73.99275207519531,40.71514129638672,1,N,2,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +1,2016-01-04 12:27:56,2016-01-04 12:40:36,1,2.2,,,-73.94021606445312,40.81498718261719,-73.94754791259766,40.790565490722656,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-27 10:39:14,2016-01-27 10:49:01,1,1.6,,,-73.91829681396484,40.86650466918945,-73.93656158447266,40.8494758605957,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-18 17:32:53,2016-01-18 17:36:50,1,1.5,,,-73.94795989990234,40.79849624633789,-73.96101379394531,40.77840805053711,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 18:53:59,2016-01-09 19:12:54,1,6.39,,,-73.9173812866211,40.770179748535156,-73.91419982910156,40.70347213745117,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +1,2016-01-06 00:07:10,2016-01-06 00:25:11,1,3.8,,,-73.96345520019531,40.710174560546875,-73.99304962158203,40.72978591918945,1,N,1,15.0,0.5,0.5,0.3,3.25,0.0,,19.55,1.0 +2,2016-01-10 10:35:30,2016-01-10 10:40:44,1,1.52,,,-74.01648712158203,40.674346923828125,-73.99768829345703,40.685691833496094,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-13 11:39:02,2016-01-13 11:54:19,6,2.99,,,-73.98313903808594,40.688472747802734,-73.94768524169922,40.66413879394531,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-16 20:30:03,2016-01-17 20:20:30,1,1.5,,,-73.9295654296875,40.69976806640625,-73.9343032836914,40.71406555175781,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-11 15:24:27,2016-01-11 15:42:30,1,3.85,,,-73.9203109741211,40.726654052734375,-73.86955261230469,40.7340202331543,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-28 08:15:41,2016-01-28 08:44:11,1,5.4,,,-73.88569641113281,40.73114013671875,-73.82650756835938,40.753868103027344,5,N,2,15.55,0.0,0.0,0,0.0,0.0,,15.55,2.0 +2,2016-01-19 20:33:54,2016-01-19 20:45:22,1,2.35,,,-73.8070297241211,40.698753356933594,-73.79911041259766,40.68319320678711,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-29 00:08:49,2016-01-29 00:30:56,5,4.28,,,-73.986572265625,40.70323181152344,-73.9910659790039,40.66264343261719,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-20 19:18:38,2016-01-20 19:26:01,1,1.51,,,-73.93921661376953,40.80501174926758,-73.95287322998047,40.78605651855469,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-09 00:51:33,2016-01-09 01:06:15,1,3.4,,,-73.90917205810547,40.74488067626953,-73.96593475341797,40.75844955444336,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-22 23:41:39,2016-01-22 23:49:55,1,1.99,,,-73.8303451538086,40.759403228759766,-73.83104705810547,40.74276351928711,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 23:23:27,2016-01-17 23:52:42,1,5.43,,,-73.95085906982422,40.72779846191406,-73.91373443603516,40.665000915527344,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-09 10:51:17,2016-01-09 10:57:21,1,1.42,,,-73.9580307006836,40.608863830566406,-73.93699645996094,40.62044143676758,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-12 20:00:03,2016-01-12 20:04:16,1,0.9,,,-73.95857238769531,40.72127914428711,-73.96553039550781,40.710758209228516,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,,7.55,1.0 +2,2016-01-11 21:19:13,2016-01-11 21:24:43,1,0.6,,,-73.9610595703125,40.71443176269531,-73.95452117919922,40.718841552734375,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 14:28:24,2016-01-07 14:34:34,1,1.14,,,-73.9503402709961,40.671146392822266,-73.96089172363281,40.680519104003906,1,N,1,6.0,0.0,0.5,0.3,5.0,0.0,,11.8,1.0 +2,2016-01-22 22:03:22,2016-01-22 22:11:23,1,1.67,,,-73.90228271484375,40.74568557739258,-73.8978042602539,40.729576110839844,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-19 22:01:02,2016-01-19 22:08:50,2,1.19,,,-73.95918273925781,40.80925369262695,-73.94755554199219,40.80481719970703,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 23:54:55,2016-01-14 00:18:11,1,5.39,,,-73.95316314697266,40.68061447143555,-73.8752212524414,40.66696548461914,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-01 04:41:43,2016-01-01 04:49:53,1,1.7,,,-73.93563842773438,40.841583251953125,-73.93998718261719,40.82621383666992,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-02 14:34:15,2016-01-02 14:59:01,1,4.1,,,-73.95928955078125,40.67701721191406,-74.01048278808594,40.645076751708984,1,Y,2,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +1,2016-01-01 04:21:25,2016-01-01 04:42:01,2,6.7,,,-73.96156311035156,40.71405792236328,-73.95304870605469,40.78031539916992,1,N,1,21.5,0.5,0.5,0.3,4.0,0.0,,26.8,1.0 +2,2016-01-29 21:08:13,2016-01-29 21:14:21,1,1.45,,,-73.95983123779297,40.813743591308594,-73.97144317626953,40.794803619384766,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,,9.3,1.0 +1,2016-01-28 16:12:07,2016-01-28 16:27:41,2,1.2,,,-73.95438385009766,40.78950881958008,-73.96011352539062,40.77613830566406,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-02 12:31:54,2016-01-02 12:34:52,1,0.67,,,-73.94513702392578,40.80803680419922,-73.93611145019531,40.8095703125,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-16 18:12:24,2016-01-16 18:29:42,1,2.1,,,-73.92182159423828,40.67905044555664,-73.96150970458984,40.68191146850586,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-21 14:05:11,2016-01-21 14:16:36,1,1.54,,,-73.80760192871094,40.7005615234375,-73.79962158203125,40.71412658691406,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-16 15:00:17,2016-01-16 15:07:25,1,1.34,,,-73.94380187988281,40.80992889404297,-73.9415512084961,40.825077056884766,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-09 03:11:41,2016-01-09 03:29:24,1,4.91,,,-73.91060638427734,40.68253707885742,-73.93778991699219,40.62493133544922,1,N,1,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-08 07:39:25,2016-01-08 07:55:37,1,2.57,,,-73.9549560546875,40.734214782714844,-73.95484924316406,40.73422622680664,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-01 18:07:10,2016-01-01 18:26:11,6,3.03,,,-73.86922454833984,40.735111236572266,-73.89900970458984,40.75654602050781,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-20 17:04:40,2016-01-20 17:12:29,1,1.2,,,-73.90345764160156,40.7453498840332,-73.89612579345703,40.73481369018555,1,N,1,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 20:12:00,2016-01-26 20:25:04,1,3.01,,,-73.96141052246094,40.80621337890625,-73.98553466796875,40.771934509277344,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-09 14:06:32,2016-01-10 14:02:19,1,3.27,,,-73.98772430419922,40.66749954223633,-73.96051025390625,40.647300720214844,1,N,1,13.0,0.0,0.5,0.3,2.07,0.0,,15.87,1.0 +2,2016-01-27 15:44:05,2016-01-27 16:01:31,1,2.31,,,-73.96466827392578,40.8067512512207,-73.96002960205078,40.78232192993164,1,N,1,12.5,0.0,0.5,0.3,3.32,0.0,,16.62,1.0 +2,2016-01-30 10:00:22,2016-01-30 10:06:30,1,1.22,,,-73.84501647949219,40.72211456298828,-73.84934997558594,40.73631286621094,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-11 17:20:47,2016-01-11 17:38:52,3,2.64,,,-73.94705200195312,40.7882194519043,-73.95499420166016,40.814964294433594,1,N,1,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-05 00:55:16,2016-01-05 00:58:39,1,0.77,,,-73.91780853271484,40.77000427246094,-73.90689086914062,40.76581573486328,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-17 15:04:16,2016-01-17 15:06:15,1,0.4,,,-73.92263793945312,40.67742919921875,-73.92263793945312,40.677433013916016,1,N,3,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +1,2016-01-13 05:24:27,2016-01-13 05:46:00,2,10.4,,,-73.9432601928711,40.6907958984375,-73.86154174804688,40.7681770324707,1,N,1,30.5,0.5,0.5,0.3,3.0,0.0,,34.8,1.0 +2,2016-01-11 15:40:38,2016-01-11 15:57:32,2,2.75,,,-73.9168930053711,40.747291564941406,-73.95630645751953,40.74364471435547,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-30 04:08:57,2016-01-30 04:11:54,1,0.39,,,-73.92522430419922,40.86240768432617,-73.91915130615234,40.864349365234375,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 20:04:51,2016-01-02 20:11:40,1,3.88,,,-73.86087799072266,40.833595275878906,-73.86593627929688,40.87712860107422,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-22 11:04:08,2016-01-22 11:08:12,1,0.5,,,-73.95211029052734,40.786380767822266,-73.95791625976562,40.781341552734375,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-14 13:43:33,2016-01-14 13:51:49,1,3.2,,,-73.95872497558594,40.81494140625,-73.9361343383789,40.84979248046875,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 01:37:51,2016-01-16 01:45:27,1,1.34,,,-73.95758056640625,40.800350189208984,-73.94953918457031,40.787689208984375,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,,9.3,1.0 +2,2016-01-30 23:58:38,2016-01-31 00:16:39,5,9.66,,,-73.9391860961914,40.805145263671875,-73.90612030029297,40.90524673461914,1,N,1,28.0,0.5,0.5,0.3,5.86,0.0,,35.16,1.0 +2,2016-01-02 23:37:42,2016-01-02 23:47:22,1,2.65,,,-73.95073699951172,40.74363708496094,-73.95064544677734,40.71176528930664,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,,14.12,1.0 +1,2016-01-14 07:52:13,2016-01-14 07:56:54,1,1.2,,,-73.9513168334961,40.791290283203125,-73.93798065185547,40.800880432128906,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-16 10:19:23,2016-01-16 10:32:54,1,2.8,,,-73.94607543945312,40.79233932495117,-73.9801254272461,40.78071212768555,1,N,1,11.5,0.0,0.5,0.3,1.23,0.0,,13.53,1.0 +1,2016-01-02 11:38:56,2016-01-02 11:44:47,1,2.8,,,-73.9583740234375,40.815494537353516,-73.93924713134766,40.848716735839844,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-24 13:18:17,2016-01-24 13:33:12,1,4.26,,,-73.97274780273438,40.689666748046875,-73.96150970458984,40.717437744140625,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-16 15:22:26,2016-01-16 15:28:41,1,0.87,,,-73.94105529785156,40.80598831176758,-73.95413970947266,40.80877685546875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-21 15:45:29,2016-01-21 15:52:18,1,1.0,,,-73.95127868652344,40.7860221862793,-73.9665298461914,40.79258728027344,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-25 04:43:52,2016-01-25 04:51:19,1,1.43,,,-73.93305206298828,40.70304870605469,-73.95507049560547,40.709014892578125,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-04 00:52:04,2016-01-04 00:56:14,1,0.8,,,-73.95802307128906,40.72182083129883,-73.94734191894531,40.72685241699219,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-14 13:14:56,2016-01-14 13:18:22,1,0.6,,,-73.94145965576172,40.823387145996094,-73.94478607177734,40.816558837890625,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 20:57:36,2016-01-16 21:02:28,1,0.83,,,-73.8697738647461,40.73357009887695,-73.87489318847656,40.72867965698242,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 17:16:50,2016-01-01 17:42:03,1,9.19,,,-73.8281021118164,40.760093688964844,-73.96627807617188,40.76258087158203,1,N,1,29.0,0.0,0.5,0.3,7.45,0.0,,37.25,1.0 +2,2016-01-25 06:41:42,2016-01-25 06:42:06,1,0.03,,,-73.92127227783203,40.86117172241211,-73.92072296142578,40.86194610595703,5,N,1,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-03 08:09:57,2016-01-03 08:25:47,1,9.4,,,-73.94488525390625,40.834251403808594,-73.98430633544922,40.73468017578125,1,N,1,26.5,0.0,0.5,0.3,3.7,0.0,,31.0,1.0 +1,2016-01-15 20:53:23,2016-01-15 21:29:55,2,7.9,,,-73.89804077148438,40.72567367553711,-73.97240447998047,40.76248550415039,5,N,3,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-12 23:18:25,2016-01-12 23:18:27,1,0.0,,,-73.85932922363281,40.669769287109375,-73.85932922363281,40.66977310180664,5,N,1,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-20 19:08:45,2016-01-20 19:14:12,1,0.68,,,-73.97850799560547,40.68938064575195,-73.97626495361328,40.683738708496094,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-27 23:02:53,2016-01-27 23:56:39,1,13.99,,,-73.83602142333984,40.76825714111328,-73.95498657226562,40.80494689941406,1,N,2,44.5,0.5,0.5,0.3,0.0,0.0,,45.8,1.0 +2,2016-01-05 20:58:17,2016-01-05 21:01:20,2,0.53,,,-73.91154479980469,40.775596618652344,-73.90691375732422,40.77107238769531,1,N,1,4.0,0.5,0.5,0.3,1.59,0.0,,6.89,1.0 +1,2016-01-04 14:26:03,2016-01-04 14:41:26,1,2.2,,,-73.9425277709961,40.68006134033203,-73.96541595458984,40.691925048828125,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,,14.75,1.0 +2,2016-01-09 11:41:58,2016-01-09 11:57:14,3,3.19,,,-73.93989562988281,40.80972671508789,-73.9735107421875,40.784664154052734,1,N,1,13.0,0.0,0.5,0.3,1.7,0.0,,15.5,1.0 +2,2016-01-18 01:52:01,2016-01-18 02:03:00,1,3.04,,,-73.96646118164062,40.804813385009766,-73.96204376220703,40.77385711669922,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +1,2016-01-04 04:57:38,2016-01-04 05:09:30,1,2.7,,,-73.8857421875,40.86595153808594,-73.86470031738281,40.84415817260742,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-08 10:46:04,2016-01-08 10:52:07,1,1.36,,,-73.95709228515625,40.68780517578125,-73.97613525390625,40.68484115600586,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-18 12:53:28,2016-01-18 12:59:18,1,0.79,,,-73.96302032470703,40.80421829223633,-73.9554672241211,40.806884765625,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +1,2016-01-24 16:53:30,2016-01-24 16:57:29,1,1.0,,,-73.94017028808594,40.79371643066406,-73.94973754882812,40.78050231933594,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,,7.5,1.0 +2,2016-01-16 21:33:56,2016-01-16 22:04:41,2,11.03,,,-73.94341278076172,40.70855712890625,-73.78998565673828,40.64332580566406,1,N,1,35.0,0.5,0.5,0.3,7.26,0.0,,43.56,1.0 +1,2016-01-27 11:17:30,2016-01-27 11:27:25,1,2.0,,,-73.94075775146484,40.805965423583984,-73.94275665283203,40.82722854614258,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 20:44:30,2016-01-30 20:59:09,1,2.8,,,-73.99267578125,40.68921661376953,-73.94456481933594,40.67659378051758,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-26 22:36:54,2016-01-26 23:13:49,1,26.17,,,-73.90340423583984,40.74544143676758,-73.58723449707031,40.72392654418945,4,N,1,99.5,0.5,0.5,0.3,25.2,0.0,,126.0,1.0 +2,2016-01-29 23:55:10,2016-01-29 23:58:27,1,0.64,,,-73.84795379638672,40.729698181152344,-73.84465789794922,40.72039031982422,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 20:40:35,2016-01-17 20:45:37,5,0.93,,,-73.95115661621094,40.78605270385742,-73.96527862548828,40.792869567871094,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-04 07:06:14,2016-01-04 07:45:28,1,10.67,,,-73.93202209472656,40.858158111572266,-73.86715698242188,40.77082443237305,1,N,2,37.5,0.0,0.5,0.3,0.0,5.54,,43.84,1.0 +2,2016-01-22 16:29:59,2016-01-22 17:31:13,1,9.48,,,-73.92514038085938,40.66811752319336,-73.99345397949219,40.752349853515625,1,N,2,41.0,1.0,0.5,0.3,0.0,0.0,,42.8,1.0 +2,2016-01-27 13:47:01,2016-01-27 13:54:55,1,2.73,,,-73.93778991699219,40.804508209228516,-73.92063903808594,40.79456329345703,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-07 22:16:25,2016-01-07 22:57:22,1,11.96,,,-73.95518493652344,40.80427932739258,-73.92958068847656,40.699806213378906,1,N,1,39.5,0.5,0.5,0.3,0.0,0.0,,40.8,1.0 +2,2016-01-19 11:31:36,2016-01-19 11:37:11,1,0.87,,,-73.935302734375,40.79604721069336,-73.93936920166016,40.79038619995117,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-25 12:45:52,2016-01-26 12:29:45,1,4.05,,,-73.92568969726562,40.752193450927734,-73.95033264160156,40.783668518066406,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-20 21:45:32,2016-01-20 21:54:08,1,2.13,,,-73.90324401855469,40.74574279785156,-73.91808319091797,40.767601013183594,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-03 10:50:37,2016-01-03 10:54:00,5,0.64,,,-73.86956787109375,40.76948165893555,-73.88053894042969,40.767276763916016,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-20 16:44:09,2016-01-20 17:12:51,1,4.2,,,-73.94872283935547,40.78593826293945,-73.94220733642578,40.83243179321289,1,N,2,20.0,1.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-17 14:45:37,2016-01-17 15:06:07,1,4.14,,,-73.92122650146484,40.763267517089844,-73.9581527709961,40.72172164916992,1,N,1,17.0,0.0,0.5,0.3,2.67,0.0,,20.47,1.0 +2,2016-01-28 20:45:38,2016-01-28 21:01:06,3,7.4,,,-73.89119720458984,40.74696731567383,-73.85005187988281,40.72333526611328,1,N,1,23.0,0.5,0.5,0.3,1.0,0.0,,25.3,1.0 +2,2016-01-10 07:04:31,2016-01-10 07:20:28,1,2.86,,,-73.9337158203125,40.715213775634766,-73.9313735961914,40.70719528198242,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,,14.3,1.0 +2,2016-01-16 08:14:35,2016-01-16 08:21:09,1,1.34,,,-73.9542465209961,40.8162956237793,-73.93852996826172,40.80491638183594,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-06 16:46:13,2016-01-06 17:04:11,1,6.39,,,-73.81680297851562,40.71287155151367,-73.78373718261719,40.64359664916992,1,N,2,20.5,1.0,0.5,0.3,0.0,0.0,,22.3,1.0 +2,2016-01-30 07:40:14,2016-01-30 08:00:12,1,8.4,,,-73.90876007080078,40.824195861816406,-73.97173309326172,40.79800033569336,1,N,1,25.0,0.0,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-05 20:08:40,2016-01-05 20:17:16,1,1.72,,,-73.8401107788086,40.71918869018555,-73.8582992553711,40.733516693115234,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-26 06:44:29,2016-01-26 07:21:05,1,4.1,,,-73.91783905029297,40.657875061035156,-73.94418334960938,40.69961929321289,1,N,1,22.5,0.0,0.5,0.3,4.65,0.0,,27.95,1.0 +1,2016-01-01 20:46:39,2016-01-01 20:53:54,2,1.3,,,-73.9149169921875,40.76392364501953,-73.91307830810547,40.777915954589844,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-03 15:39:51,2016-01-03 15:46:02,1,0.78,,,-73.98604583740234,40.689762115478516,-73.97650146484375,40.68359375,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-22 11:56:55,2016-01-22 12:04:57,1,3.23,,,-73.89083099365234,40.74686813354492,-73.87105560302734,40.774070739746094,1,N,1,11.5,0.0,0.5,0.3,0.01,0.0,,12.31,1.0 +1,2016-01-12 06:27:01,2016-01-12 07:02:24,2,12.7,,,-73.98170471191406,40.6673698425293,-73.77998352050781,40.64561080932617,1,N,1,39.5,0.0,0.5,0.3,8.05,0.0,,48.35,1.0 +2,2016-01-09 19:54:35,2016-01-09 20:02:17,6,1.29,,,-73.92549133300781,40.7618293762207,-73.9287109375,40.77570724487305,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-29 18:51:15,2016-01-29 19:15:18,1,3.16,,,-73.95521545410156,40.72024154663086,-73.99000549316406,40.719730377197266,1,N,1,16.5,1.0,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-20 22:41:30,2016-01-20 23:02:40,1,13.8,,,-73.80756378173828,40.700416564941406,-73.73778533935547,40.79115676879883,4,N,1,45.0,0.5,0.5,0.3,7.0,0.0,,53.3,1.0 +2,2016-01-16 17:01:30,2016-01-16 17:43:20,1,6.16,,,-73.86991882324219,40.74995422363281,-73.86599731445312,40.75955581665039,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +1,2016-01-28 15:16:05,2016-01-28 15:34:00,1,2.1,,,-73.9620590209961,40.80569839477539,-73.95235443115234,40.78972625732422,1,N,1,12.0,0.0,0.5,0.3,1.5,0.0,,14.3,1.0 +1,2016-01-13 11:33:16,2016-01-13 11:36:14,1,0.5,,,-73.95735168457031,40.80181884765625,-73.95954132080078,40.80598831176758,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-03 01:51:39,2016-01-03 02:08:09,1,6.98,,,-73.95653533935547,40.71695327758789,-73.98611450195312,40.66057586669922,1,N,1,21.0,0.5,0.5,0.3,4.46,0.0,,26.76,1.0 +2,2016-01-14 22:22:25,2016-01-14 22:43:08,1,9.77,,,-73.96391296386719,40.67809295654297,-73.91500091552734,40.77519607543945,1,N,1,28.0,0.5,0.5,0.3,5.86,0.0,,35.16,1.0 +2,2016-01-20 08:11:48,2016-01-20 08:48:34,1,6.99,,,-73.98375701904297,40.66425704956055,-73.98736572265625,40.735042572021484,1,N,1,28.0,0.0,0.5,0.3,4.2,0.0,,33.0,1.0 +1,2016-01-21 11:04:16,2016-01-21 11:08:04,1,0.5,,,-73.94563293457031,40.83572769165039,-73.94206237792969,40.83861541748047,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-21 22:36:20,2016-01-21 23:01:38,1,3.81,,,-73.95079803466797,40.78587341308594,-73.98980712890625,40.747413635253906,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-29 22:57:32,2016-01-29 23:01:36,6,0.89,,,-73.92174530029297,40.76713562011719,-73.9329605102539,40.775508880615234,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-08 16:40:59,2016-01-08 16:44:25,1,0.51,,,-73.94727325439453,40.830963134765625,-73.94781494140625,40.82528305053711,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-29 16:04:22,2016-01-29 16:23:05,1,5.4,,,-73.95203399658203,40.82450866699219,-73.98766326904297,40.77006530761719,1,N,4,19.5,1.0,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-09 17:57:29,2016-01-09 18:02:45,1,1.0,,,-73.95762634277344,40.71791458129883,-73.94181823730469,40.72591781616211,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-29 09:20:39,2016-01-29 09:34:07,1,3.38,,,-73.84391021728516,40.72099685668945,-73.80362701416016,40.69556427001953,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-18 23:02:42,2016-01-18 23:16:44,1,2.55,,,-73.96208190917969,40.71598434448242,-73.9693603515625,40.69304656982422,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-02 17:09:01,2016-01-02 17:17:25,1,2.12,,,-73.93758392333984,40.797306060791016,-73.95439147949219,40.77054214477539,1,N,1,8.5,0.0,0.5,0.3,2.0,0.0,,11.3,1.0 +2,2016-01-13 16:04:15,2016-01-13 16:13:34,1,1.18,,,-73.96604919433594,40.805301666259766,-73.94906616210938,40.796958923339844,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 16:20:28,2016-01-29 16:56:11,1,4.62,,,-73.94789123535156,40.632755279541016,-73.88286590576172,40.65962600708008,1,N,1,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-03 19:56:38,2016-01-03 20:03:56,1,1.33,,,-73.9784927368164,40.68455505371094,-74.00022888183594,40.692787170410156,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 01:51:19,2016-01-17 02:15:21,1,5.09,,,-73.95590209960938,40.714046478271484,-73.91900634765625,40.757625579833984,1,N,1,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +1,2016-01-01 16:28:14,2016-01-01 16:34:14,1,1.2,,,-73.98860931396484,40.689918518066406,-73.97171783447266,40.69355773925781,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-15 21:56:09,2016-01-15 22:03:05,1,2.9,,,-73.89093780517578,40.74694061279297,-73.8770523071289,40.7670783996582,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-11 14:48:33,2016-01-11 15:02:47,1,5.2,,,-73.939208984375,40.8017578125,-73.88689422607422,40.76646423339844,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-12 12:37:17,2016-01-12 12:57:52,1,3.97,,,-73.91692352294922,40.765621185302734,-73.9544448852539,40.76606750488281,1,N,1,17.0,0.0,0.5,0.3,5.34,0.0,,23.14,1.0 +1,2016-01-25 14:37:15,2016-01-25 14:51:43,2,1.6,,,-73.96389770507812,40.71046447753906,-73.96788024902344,40.71077346801758,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,,11.3,1.0 +1,2016-01-10 17:04:23,2016-01-10 17:17:05,1,2.5,,,-73.95757293701172,40.71153259277344,-73.97933197021484,40.715511322021484,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,,14.75,1.0 +2,2016-01-15 14:21:37,2016-01-15 14:30:01,1,1.68,,,-73.95315551757812,40.78889465332031,-73.9600601196289,40.804718017578125,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-09 02:29:52,2016-01-09 02:37:57,1,1.63,,,-73.93699645996094,40.69277572631836,-73.94291687011719,40.67652893066406,1,N,1,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 09:31:58,2016-01-05 09:38:28,1,1.18,,,-73.96224212646484,40.67981719970703,-73.9789047241211,40.683258056640625,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-21 12:49:11,2016-01-21 13:03:35,1,1.9,,,-73.84413146972656,40.721431732177734,-73.81269073486328,40.71685028076172,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-21 17:40:07,2016-01-21 18:02:57,1,2.8,,,-73.98985290527344,40.70248031616211,-73.98441314697266,40.67132568359375,1,N,1,15.5,1.0,0.5,0.3,3.45,0.0,,20.75,1.0 +2,2016-01-15 08:29:05,2016-01-15 08:52:21,1,1.78,,,-73.95510864257812,40.80482864379883,-73.95033264160156,40.7867431640625,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-11 20:21:07,2016-01-11 20:29:12,1,1.83,,,-73.94970703125,40.71403503417969,-73.95524597167969,40.73637390136719,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-03 15:37:35,2016-01-03 15:43:27,1,1.43,,,-73.94091796875,40.67600631713867,-73.94398498535156,40.68470001220703,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-10 16:13:14,2016-01-10 16:25:57,1,1.3,,,-73.8921127319336,40.74694061279297,-73.88229370117188,40.754093170166016,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-25 21:11:01,2016-01-25 21:13:35,1,0.31,,,-73.99962615966797,40.69175720214844,-74.00144958496094,40.68768310546875,1,N,1,3.5,0.5,0.5,0.3,1.44,0.0,,6.24,1.0 +1,2016-01-28 19:08:32,2016-01-28 19:23:44,1,2.6,,,-73.96662139892578,40.69340133666992,-73.94200134277344,40.67478942871094,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-03 22:59:09,2016-01-03 23:05:28,2,1.11,,,-73.89064025878906,40.74687576293945,-73.88066864013672,40.75592803955078,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-20 15:35:47,2016-01-20 15:44:57,2,1.2,,,-73.96024322509766,40.65693664550781,-73.96088409423828,40.673160552978516,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-11 18:46:45,2016-01-11 18:51:06,1,0.66,,,-73.9533920288086,40.801612854003906,-73.94697570800781,40.801910400390625,5,N,1,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-01 18:00:03,2016-01-01 18:14:10,2,2.81,,,-73.8722915649414,40.73428726196289,-73.92218780517578,40.743778228759766,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-19 21:04:05,2016-01-19 21:22:01,1,2.1,,,-73.8407211303711,40.84541702270508,-73.86824798583984,40.85369110107422,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +1,2016-01-01 03:01:04,2016-01-01 03:09:30,1,2.6,,,-73.86036682128906,40.75468063354492,-73.85819244384766,40.74189758300781,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-16 18:39:42,2016-01-16 18:43:47,1,0.4,,,-73.942626953125,40.79903793334961,-73.94918823242188,40.80183410644531,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-10 11:01:24,2016-01-10 11:13:52,1,2.43,,,-73.95578002929688,40.812721252441406,-73.94210815429688,40.787353515625,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-06 04:56:45,2016-01-06 04:59:23,5,0.4,,,-73.88406372070312,40.747798919677734,-73.87716674804688,40.74835968017578,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-17 00:39:45,2016-01-17 00:59:04,1,4.4,,,-73.95746612548828,40.729248046875,-73.95913696289062,40.68416213989258,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,,22.55,1.0 +2,2016-01-04 11:56:37,2016-01-04 12:06:24,2,1.14,,,-73.9256362915039,40.768917083740234,-73.91887664794922,40.759151458740234,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-01 22:18:14,2016-01-01 22:18:17,1,0.13,,,-73.93626403808594,40.71654510498047,-73.9354019165039,40.71462631225586,5,N,1,10.0,0.0,0.0,0,3.0,0.0,,13.0,2.0 +2,2016-01-26 18:48:51,2016-01-26 18:56:37,1,1.34,,,-73.85315704345703,40.75231170654297,-73.85746765136719,40.739837646484375,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-24 14:54:10,2016-01-24 15:03:39,1,1.14,,,-73.97917938232422,40.687774658203125,-73.9778823852539,40.67551040649414,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-21 19:18:24,2016-01-21 19:24:44,6,0.88,,,-73.94001007080078,40.805538177490234,-73.9539566040039,40.80897521972656,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +2,2016-01-15 19:47:23,2016-01-15 19:52:59,1,0.85,,,-73.89261627197266,40.7489013671875,-73.90303039550781,40.75319290161133,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-22 10:52:12,2016-01-22 10:56:36,1,1.0,,,-73.94318389892578,40.79362869262695,-73.93810272216797,40.80378341674805,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-11 12:42:03,2016-01-11 13:05:24,1,6.9,,,-73.93872833251953,40.804996490478516,-73.86502838134766,40.77046585083008,1,N,2,23.0,0.0,0.5,0.3,0.0,5.54,,29.34,1.0 +2,2016-01-19 10:26:18,2016-01-19 10:39:26,1,2.19,,,-73.96289825439453,40.809146881103516,-73.94264221191406,40.837066650390625,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,,15.38,1.0 +2,2016-01-10 12:07:14,2016-01-10 12:11:57,4,0.91,,,-73.96833038330078,40.6908073425293,-73.97923278808594,40.68647384643555,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 20:13:58,2016-01-17 20:18:50,1,1.18,,,-73.99574279785156,40.687355041503906,-74.01006317138672,40.6797981262207,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-15 21:22:55,2016-01-15 21:30:11,1,1.5,,,-73.9759292602539,40.682159423828125,-73.97229766845703,40.69472885131836,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-19 11:43:21,2016-01-19 12:01:17,1,6.52,,,-73.93844604492188,40.80536651611328,-73.87516021728516,40.831642150878906,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +2,2016-01-02 04:08:35,2016-01-02 04:13:30,1,0.71,,,-73.844482421875,40.720481872558594,-73.84805297851562,40.73001480102539,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-20 17:54:26,2016-01-20 18:01:51,1,1.55,,,-73.9942855834961,40.681148529052734,-74.01412200927734,40.67635726928711,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-18 03:07:05,2016-01-18 03:32:13,3,6.27,,,-73.95750427246094,40.72224044799805,-74.00305938720703,40.7517204284668,1,N,1,23.0,0.5,0.5,0.3,4.86,0.0,,29.16,1.0 +2,2016-01-06 19:21:06,2016-01-06 19:29:38,1,1.33,,,-73.84441375732422,40.72145080566406,-73.85504150390625,40.705772399902344,1,N,1,7.5,1.0,0.5,0.3,3.0,0.0,,12.3,1.0 +2,2016-01-30 12:51:12,2016-01-30 13:06:57,1,2.77,,,-73.98321533203125,40.67723846435547,-74.00624084472656,40.64728546142578,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-05 15:14:21,2016-01-05 15:31:21,1,1.59,,,-73.95655059814453,40.699012756347656,-73.96529388427734,40.71039962768555,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-10 01:09:06,2016-01-10 01:38:27,1,11.38,,,-73.89549255371094,40.85166549682617,-73.99276733398438,40.723602294921875,5,N,2,40.0,0.0,0.0,0,0.0,0.0,,40.0,2.0 +1,2016-01-16 21:44:37,2016-01-16 21:56:06,1,1.5,,,-73.98734283447266,40.69212341308594,-74.00411987304688,40.6847038269043,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 16:30:43,2016-01-01 16:35:37,5,1.1,,,-73.94298553466797,40.78965377807617,-73.95439910888672,40.77899169921875,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-02 16:11:31,2016-01-02 16:42:06,2,12.9,,,-73.94547271728516,40.822872161865234,-73.82828521728516,40.70936584472656,1,N,1,38.5,0.0,0.5,0.3,8.97,5.54,,53.81,1.0 +2,2016-01-17 17:49:28,2016-01-17 18:05:20,1,2.24,,,-73.9034194946289,40.74577713012695,-73.92328643798828,40.76588821411133,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-02 13:01:33,2016-01-02 13:11:46,1,1.7,,,-73.95964813232422,40.691463470458984,-73.97228240966797,40.68589401245117,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-25 11:37:40,2016-01-25 11:50:41,1,3.4,,,-73.90143585205078,40.8579216003418,-73.84595489501953,40.8559455871582,1,N,1,13.0,0.0,0.5,0.3,4.0,0.0,,17.8,1.0 +2,2016-01-13 15:55:40,2016-01-13 16:04:39,1,1.86,,,-73.93151092529297,40.76529312133789,-73.91352844238281,40.781673431396484,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-08 21:29:16,2016-01-08 21:54:03,1,11.38,,,-73.7993392944336,40.703773498535156,-73.69520568847656,40.67487335205078,1,N,1,33.5,0.5,0.5,0.3,0.0,0.0,,34.8,1.0 +2,2016-01-15 19:21:51,2016-01-15 19:35:26,5,3.69,,,-73.84427642822266,40.72132110595703,-73.81951141357422,40.68650436401367,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-30 11:43:37,2016-01-30 12:02:43,1,6.5,,,-73.94731903076172,40.80116653442383,-73.98505401611328,40.73237991333008,1,N,1,21.5,0.0,0.5,0.3,6.65,0.0,,28.95,1.0 +2,2016-01-23 12:27:27,2016-01-23 12:42:23,1,2.8,,,-73.84427642822266,40.72139358520508,-73.88513946533203,40.71244430541992,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-11 08:07:15,2016-01-11 08:46:15,1,11.9,,,-73.93510437011719,40.62583541870117,-73.7899398803711,40.646942138671875,1,N,1,41.5,0.0,0.5,0.3,0.0,0.0,,42.3,1.0 +2,2016-01-26 21:33:32,2016-01-26 21:44:23,1,2.21,,,-73.95867156982422,40.65030288696289,-73.96168518066406,40.667686462402344,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-27 01:06:44,2016-01-27 01:29:27,1,9.0,,,-73.95626068115234,40.67319869995117,-73.97775268554688,40.74565124511719,1,N,1,27.5,0.5,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-15 23:32:00,2016-01-15 23:47:19,1,6.4,,,-73.99732208251953,40.679439544677734,-73.94972229003906,40.7222785949707,1,N,1,19.5,0.5,0.5,0.3,5.2,0.0,,26.0,1.0 +2,2016-01-17 11:44:23,2016-01-17 11:50:06,1,0.99,,,-73.95574951171875,40.80122756958008,-73.95195007324219,40.81149673461914,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 17:18:57,2016-01-10 18:06:20,1,11.52,,,-73.96014404296875,40.685096740722656,-73.98179626464844,40.77889633178711,1,N,1,39.5,0.0,0.5,0.3,6.0,0.0,,46.3,1.0 +2,2016-01-09 23:36:47,2016-01-09 23:58:56,1,4.9,,,-73.98320007324219,40.672855377197266,-73.99830627441406,40.73525619506836,1,N,1,18.5,0.5,0.5,0.3,3.96,0.0,,23.76,1.0 +1,2016-01-19 22:00:54,2016-01-19 22:15:08,1,3.5,,,-73.92460632324219,40.761592864990234,-73.97135925292969,40.75676727294922,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-17 13:05:01,2016-01-17 13:13:22,1,1.6,,,-73.94302368164062,40.79383850097656,-73.95134735107422,40.80980682373047,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-12 00:07:15,2016-01-12 00:15:35,1,1.96,,,-73.92243194580078,40.75537109375,-73.94960021972656,40.74421310424805,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-28 11:33:52,2016-01-28 11:44:43,1,1.38,,,-73.88198852539062,40.88202667236328,-73.89654541015625,40.86709213256836,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-01 10:05:12,2016-01-01 10:30:28,1,14.3,,,-73.95675659179688,40.74799346923828,-73.77989196777344,40.76286315917969,1,N,1,41.5,0.0,0.5,0.3,8.45,0.0,,50.75,1.0 +2,2016-01-21 17:00:06,2016-01-21 17:04:53,5,0.72,,,-73.95601654052734,40.80366516113281,-73.96622467041016,40.80413818359375,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +1,2016-01-13 20:18:38,2016-01-13 20:57:58,1,17.5,,,-73.8663330078125,40.84524917602539,-73.986328125,40.69206237792969,1,N,2,48.5,0.5,0.5,0.3,0.0,0.0,,49.8,1.0 +2,2016-01-22 20:18:47,2016-01-22 20:24:49,1,0.67,,,-73.95218658447266,40.82379150390625,-73.94226837158203,40.82323455810547,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-27 11:20:49,2016-01-27 11:26:21,1,1.49,,,-73.9814682006836,40.66678237915039,-73.97306823730469,40.65095520019531,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 11:04:44,2016-01-30 11:11:26,1,1.66,,,-73.9496078491211,40.714054107666016,-73.9595718383789,40.69549560546875,1,N,1,7.5,0.0,0.5,0.3,2.49,0.0,,10.79,1.0 +2,2016-01-28 09:37:26,2016-01-28 09:49:12,1,3.37,,,-73.83038330078125,40.75960159301758,-73.81233978271484,40.79123306274414,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-29 15:58:09,2016-01-29 16:00:55,1,0.54,,,-73.95757293701172,40.7180061340332,-73.95088958740234,40.72370147705078,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-14 17:07:42,2016-01-14 17:13:24,1,1.01,,,-73.95384216308594,40.787208557128906,-73.96830749511719,40.79170227050781,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-02 15:01:29,2016-01-02 15:06:58,1,0.75,,,-73.86203002929688,40.73042678833008,-73.87116241455078,40.73401641845703,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-04 07:48:15,2016-01-04 08:08:22,1,2.5,,,-73.9390640258789,40.80547332763672,-73.96137237548828,40.7745361328125,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-01 01:58:56,2016-01-01 02:07:45,1,2.01,,,-73.96300506591797,40.71174621582031,-73.94774627685547,40.694828033447266,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-22 18:56:46,2016-01-22 19:49:14,1,15.19,,,-73.9571762084961,40.71849060058594,-73.79013061523438,40.64362716674805,1,N,2,48.0,1.0,0.5,0.3,0.0,0.0,,49.8,1.0 +2,2016-01-16 17:39:58,2016-01-16 17:55:19,1,2.94,,,-73.9542236328125,40.821327209472656,-73.97935485839844,40.7837028503418,1,N,1,13.0,0.0,0.5,0.3,2.2,0.0,,16.0,1.0 +2,2016-01-09 23:59:15,2016-01-10 00:01:42,1,0.29,,,-73.91937255859375,40.75857925415039,-73.92235565185547,40.7548713684082,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-11 22:57:51,2016-01-11 23:13:00,1,3.63,,,-73.99324798583984,40.692562103271484,-73.98025512695312,40.65703201293945,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-03 07:46:45,2016-01-03 08:00:09,1,4.32,,,-73.92139434814453,40.76674270629883,-73.97806549072266,40.75282287597656,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-19 22:14:22,2016-01-19 22:47:24,5,11.97,,,-73.95217895507812,40.78963088989258,-73.95415496826172,40.68435287475586,1,N,2,37.0,0.5,0.5,0.3,0.0,0.0,,38.3,1.0 +2,2016-01-28 11:15:38,2016-01-28 11:21:47,1,0.97,,,-73.8074951171875,40.69999313354492,-73.79633331298828,40.6895637512207,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-03 00:59:56,2016-01-03 01:07:20,5,1.25,,,-73.90322875976562,40.74592971801758,-73.92076873779297,40.74143981933594,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-01 09:31:24,2016-01-01 09:55:43,1,5.68,,,-73.95018005371094,40.69981384277344,-73.95496368408203,40.62374496459961,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-15 22:58:48,2016-01-15 23:10:45,1,5.54,,,-73.94692993164062,40.79711151123047,-73.91858673095703,40.86494064331055,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-14 12:16:25,2016-01-14 13:00:03,1,14.52,,,-73.89657592773438,40.851802825927734,-73.99256134033203,40.71503448486328,1,N,1,45.0,0.0,0.5,0.3,0.0,0.0,,45.8,1.0 +2,2016-01-19 07:26:32,2016-01-19 07:35:27,1,1.46,,,-73.95045471191406,40.8262825012207,-73.93901062011719,40.844261169433594,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-06 20:47:30,2016-01-06 20:55:23,1,1.75,,,-73.9390869140625,40.8052864074707,-73.9532241821289,40.78273010253906,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-27 01:01:07,2016-01-27 01:07:51,1,3.1,,,-73.83018493652344,40.713722229003906,-73.81043243408203,40.678836822509766,1,N,1,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-03 20:17:24,2016-01-03 20:28:55,1,2.88,,,-73.94509887695312,40.80815887451172,-73.974853515625,40.78274154663086,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +2,2016-01-09 00:54:12,2016-01-09 01:02:38,1,2.3,,,-73.96190643310547,40.71586990356445,-73.99006652832031,40.719417572021484,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,,11.8,1.0 +1,2016-01-11 18:31:09,2016-01-11 18:49:35,1,2.3,,,-73.94940185546875,40.68044662475586,-73.95066833496094,40.6541862487793,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-17 19:18:39,2016-01-17 19:25:31,1,1.08,,,-73.94491577148438,40.80852127075195,-73.96025848388672,40.817466735839844,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-09 12:54:49,2016-01-09 13:14:25,1,7.08,,,-73.98426818847656,40.69612121582031,-73.98102569580078,40.75558853149414,1,N,1,23.0,0.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-29 14:07:25,2016-01-29 14:10:19,1,0.52,,,-73.96440124511719,40.8075065612793,-73.96720886230469,40.8010139465332,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +2,2016-01-16 21:21:13,2016-01-16 21:29:21,1,1.42,,,-73.97931671142578,40.688228607177734,-74.0000228881836,40.69188690185547,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-27 11:19:49,2016-01-27 11:28:19,1,4.46,,,-73.82684326171875,40.71272659301758,-73.83143615722656,40.76331329345703,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-10 09:30:00,2016-01-10 09:32:45,1,0.41,,,-73.92137908935547,40.76669692993164,-73.91500854492188,40.76388931274414,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-29 20:41:13,2016-01-29 20:49:27,1,1.5,,,-73.92484283447266,40.75583267211914,-73.90186309814453,40.75104522705078,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-07 19:26:17,2016-01-07 19:32:26,1,0.77,,,-73.96492004394531,40.68316650390625,-73.96931457519531,40.680419921875,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 19:30:11,2016-01-01 19:38:56,1,1.99,,,-73.88737487792969,40.755401611328125,-73.92375183105469,40.754478454589844,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-06 00:11:22,2016-01-06 00:14:52,1,0.82,,,-73.99079132080078,40.69255065917969,-73.99956512451172,40.68717956542969,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-03 20:11:28,2016-01-03 20:13:44,1,0.48,,,-73.95557403564453,40.804176330566406,-73.96050262451172,40.799835205078125,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-30 21:48:39,2016-01-30 21:56:18,1,0.84,,,-73.95629119873047,40.71416473388672,-73.9469223022461,40.711341857910156,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-20 07:27:50,2016-01-20 07:46:21,1,10.75,,,-74.0184326171875,40.64069747924805,-73.93971252441406,40.58980941772461,1,N,1,29.5,0.0,0.5,0.3,6.06,0.0,,36.36,1.0 +1,2016-01-07 09:37:01,2016-01-07 09:43:51,1,1.5,,,-73.97611236572266,40.687042236328125,-73.98905944824219,40.70158767700195,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-16 01:34:24,2016-01-16 01:53:19,1,3.32,,,-73.95111846923828,40.711490631103516,-73.9964599609375,40.72539138793945,1,N,1,15.0,0.5,0.5,0.3,3.0,0.0,,19.3,1.0 +2,2016-01-05 07:17:35,2016-01-05 07:30:19,1,2.6,,,-73.93946838378906,40.821346282958984,-73.95394897460938,40.790428161621094,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-28 19:13:19,2016-01-28 19:27:00,1,2.63,,,-73.93607330322266,40.803802490234375,-73.9469223022461,40.82834243774414,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-28 14:41:58,2016-01-28 14:52:19,1,1.1,,,-73.86959838867188,40.748985290527344,-73.86520385742188,40.73515319824219,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 14:03:46,2016-01-05 14:14:02,1,2.5,,,-73.94470977783203,40.808963775634766,-73.9222640991211,40.827205657958984,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-28 16:43:21,2016-01-28 16:56:09,1,1.52,,,-73.88031005859375,40.741268157958984,-73.8603515625,40.735992431640625,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +1,2016-01-10 17:09:20,2016-01-10 17:22:24,1,2.5,,,-73.97900390625,40.683876037597656,-73.95317077636719,40.6989631652832,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,,13.55,1.0 +2,2016-01-06 08:14:39,2016-01-06 08:26:01,1,1.0,,,-73.97602844238281,40.69341278076172,-73.990966796875,40.6916618347168,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-06 13:29:16,2016-01-06 13:41:02,1,2.21,,,-73.93958282470703,40.75065231323242,-73.91932678222656,40.746742248535156,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-15 17:53:00,2016-01-15 18:01:09,1,0.95,,,-73.82874298095703,40.713226318359375,-73.8296890258789,40.70393753051758,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 23:08:34,2016-01-15 23:31:08,1,4.31,,,-73.96165466308594,40.718441009521484,-73.99641418457031,40.73789596557617,1,N,1,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-01 01:05:37,2016-01-02 00:00:00,1,1.88,,,-73.92522430419922,40.758140563964844,-73.9032211303711,40.74555206298828,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-02 10:08:26,2016-01-02 10:14:20,1,1.01,,,-73.91954803466797,40.76602554321289,-73.93319702148438,40.766876220703125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-15 18:47:52,2016-01-15 18:56:51,1,1.64,,,-73.9451904296875,40.71664047241211,-73.96797180175781,40.710845947265625,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-25 15:01:57,2016-01-25 15:11:17,1,1.21,,,-73.93213653564453,40.757694244384766,-73.9150161743164,40.756988525390625,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 03:55:09,2016-01-13 04:04:08,1,3.06,,,-73.96221923828125,40.80495834350586,-73.9859390258789,40.76984786987305,1,N,1,10.5,0.5,0.5,0.3,1.0,0.0,,12.8,1.0 +1,2016-01-14 01:09:47,2016-01-14 01:09:53,1,0.8,,,-73.88959503173828,40.83625030517578,-73.88919067382812,40.8365592956543,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-30 19:52:49,2016-01-30 20:02:47,1,2.1,,,-73.94992065429688,40.71700668334961,-73.95243835449219,40.69487762451172,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-01 00:30:58,2016-01-01 00:38:29,1,1.09,,,-73.95896911621094,40.650333404541016,-73.94078063964844,40.65312194824219,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-12 17:53:57,2016-01-12 18:07:53,1,2.5,,,-73.84434509277344,40.72132873535156,-73.88412475585938,40.70548629760742,1,N,1,11.0,1.0,0.5,0.3,3.84,0.0,,16.64,1.0 +2,2016-01-11 08:00:32,2016-01-11 08:40:10,1,5.38,,,-73.9549331665039,40.73396682739258,-73.98458862304688,40.73687744140625,1,N,1,26.5,0.0,0.5,0.3,5.46,0.0,,32.76,1.0 +1,2016-01-07 13:04:23,2016-01-07 13:20:07,1,2.1,,,-73.98838806152344,40.66987228393555,-73.96428680419922,40.68462371826172,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-09 15:33:49,2016-01-09 15:45:29,1,1.91,,,-73.98515319824219,40.66257095336914,-73.97917175292969,40.684715270996094,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-10 04:31:29,2016-01-10 04:35:50,1,0.04,,,-73.86278533935547,40.749942779541016,-73.86479187011719,40.74974060058594,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-15 22:06:44,2016-01-15 22:11:31,2,0.6,,,-73.9560546875,40.71697998046875,-73.95719909667969,40.72210693359375,1,Y,1,5.0,0.5,0.5,0.3,1.85,0.0,,8.15,1.0 +2,2016-01-13 23:05:30,2016-01-13 23:14:22,2,1.87,,,-73.97876739501953,40.678924560546875,-73.9961166381836,40.69447326660156,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-03 04:10:43,2016-01-03 04:16:44,1,1.18,,,-73.96097564697266,40.71894454956055,-73.9508056640625,40.70838165283203,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-11 10:53:31,2016-01-11 10:56:05,1,0.5,,,-73.96149444580078,40.80216979980469,-73.9555892944336,40.80450439453125,1,N,1,4.0,0.0,0.5,0.3,1.4,0.0,,6.2,1.0 +2,2016-01-30 23:36:34,2016-01-30 23:37:13,1,0.0,,,-73.91098022460938,40.76878356933594,-73.90808868408203,40.768428802490234,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-16 11:59:34,2016-01-16 12:03:39,1,0.51,,,-73.95032501220703,40.80988693237305,-73.95733642578125,40.814762115478516,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-08 19:17:20,2016-01-08 19:20:58,1,0.45,,,-73.94198608398438,40.798828125,-73.94966888427734,40.80194854736328,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 08:11:46,2016-01-21 08:18:34,1,0.58,,,-73.94700622558594,40.7968635559082,-73.94742584228516,40.803775787353516,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 19:23:59,2016-01-13 19:41:43,1,3.63,,,-73.95528411865234,40.71824645996094,-73.97466278076172,40.68324661254883,1,N,1,15.0,1.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-20 16:21:26,2016-01-20 16:36:29,3,1.42,,,-73.9742431640625,40.68620681762695,-73.95048522949219,40.68397521972656,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,,13.3,1.0 +2,2016-01-10 18:33:53,2016-01-10 18:38:20,1,0.48,,,-73.88077545166016,40.7481689453125,-73.88623809814453,40.74454116821289,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-26 22:24:32,2016-01-26 22:29:56,1,1.01,,,-73.91034698486328,40.7758674621582,-73.89537048339844,40.7683219909668,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-09 16:40:22,2016-01-09 16:49:01,6,0.66,,,-73.99436950683594,40.68558120727539,-73.98709106445312,40.68768310546875,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-21 19:08:39,2016-01-21 19:13:18,1,0.88,,,-73.94308471679688,40.823280334472656,-73.94068908691406,40.814476013183594,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-14 10:12:36,2016-01-14 10:15:22,1,0.68,,,-73.95689392089844,40.74832534790039,-73.95439910888672,40.74274826049805,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-05 18:05:50,2016-01-05 18:34:08,1,6.94,,,-73.99066925048828,40.70268630981445,-73.96904754638672,40.759117126464844,1,N,1,26.5,1.0,0.5,0.3,5.66,0.0,,33.96,1.0 +2,2016-01-25 05:49:23,2016-01-25 06:16:11,1,4.72,,,-73.92122650146484,40.7668342590332,-73.9811782836914,40.74982833862305,1,N,1,19.0,0.5,0.5,0.3,4.06,0.0,,24.36,1.0 +2,2016-01-15 22:16:48,2016-01-15 22:29:39,1,2.02,,,-73.93921661376953,40.842281341552734,-73.91962432861328,40.86471176147461,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-14 08:50:57,2016-01-14 08:52:32,1,0.34,,,-73.94647979736328,40.80624771118164,-73.94660186767578,40.81150436401367,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-05 17:07:34,2016-01-05 17:19:40,1,1.36,,,-73.9829330444336,40.69211959838867,-73.98123168945312,40.68632125854492,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-09 14:08:08,2016-01-09 14:31:08,1,2.64,,,-73.91352081298828,40.765403747558594,-73.88288116455078,40.743011474609375,1,N,1,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-02 11:22:18,2016-01-02 11:25:29,1,0.59,,,-73.94499206542969,40.832489013671875,-73.94851684570312,40.82665252685547,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-15 13:46:57,2016-01-15 14:13:55,1,7.66,,,-73.9424057006836,40.841407775878906,-73.95448303222656,40.76590347290039,1,N,1,26.5,0.0,0.5,0.3,5.46,0.0,,32.76,1.0 +2,2016-01-30 13:20:15,2016-01-30 13:48:22,1,4.26,,,-73.97422790527344,40.676536560058594,-73.99842071533203,40.729583740234375,1,N,1,21.0,0.0,0.5,0.3,4.36,0.0,,26.16,1.0 +2,2016-01-15 23:17:41,2016-01-15 23:27:42,1,2.59,,,-73.9679946899414,40.69328689575195,-73.93742370605469,40.679954528808594,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-21 19:58:00,2016-01-21 20:03:58,1,0.87,,,-73.94000244140625,40.84120559692383,-73.94502258300781,40.83491134643555,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-09 01:47:36,2016-01-09 02:10:06,1,5.6,,,-73.9450912475586,40.80839538574219,-73.91121673583984,40.76216506958008,1,N,1,21.5,0.5,0.5,0.3,3.0,5.54,,31.34,1.0 +2,2016-01-14 14:02:33,2016-01-14 14:12:57,3,2.01,,,-73.95052337646484,40.68048858642578,-73.92997741699219,40.690853118896484,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-08 01:44:10,2016-01-08 01:58:43,2,4.74,,,-73.90233612060547,40.868770599365234,-73.93802642822266,40.84701156616211,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-04 09:00:15,2016-01-04 09:03:03,5,0.46,,,-73.98113250732422,40.67176818847656,-73.98553466796875,40.66615676879883,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-13 11:27:14,2016-01-13 11:33:52,1,1.5,,,-73.94113159179688,40.81399917602539,-73.93339538574219,40.79882049560547,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-03 22:17:42,2016-01-03 22:32:43,1,5.99,,,-73.93802642822266,40.84756851196289,-73.96038818359375,40.799278259277344,1,N,1,19.5,0.5,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-11 22:15:11,2016-01-11 22:28:15,2,2.22,,,-73.9625015258789,40.71006774902344,-73.97080993652344,40.69321060180664,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-25 18:58:26,2016-01-25 19:04:21,1,0.78,,,-73.85481262207031,40.70273971557617,-73.86674499511719,40.70457458496094,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-23 03:19:59,2016-01-23 03:27:26,1,1.71,,,-73.99234771728516,40.68971633911133,-73.96248626708984,40.68684387207031,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-22 22:43:20,2016-01-22 22:59:58,1,2.9,,,-73.95738220214844,40.68148422241211,-73.92935180664062,40.69691467285156,1,Y,1,12.5,0.5,0.5,0.3,2.0,0.0,,15.8,1.0 +2,2016-01-27 17:24:26,2016-01-27 17:39:09,1,1.42,,,-73.95113372802734,40.79115295410156,-73.93708038330078,40.79756546020508,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-29 18:57:00,2016-01-29 19:03:55,1,1.07,,,-73.9942398071289,40.69037628173828,-73.98475646972656,40.700748443603516,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 00:36:22,2016-01-01 00:47:05,1,1.58,,,-73.9685287475586,40.693180084228516,-73.95413208007812,40.70796203613281,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-13 20:42:48,2016-01-13 20:46:34,1,0.93,,,-74.02865600585938,40.622947692871094,-74.01547241210938,40.61945343017578,1,N,1,5.5,0.5,0.5,0.3,3.0,0.0,,9.8,1.0 +2,2016-01-22 19:02:11,2016-01-23 18:41:58,1,9.73,,,-73.86383819580078,40.73290252685547,-73.75137329101562,40.663795471191406,1,N,2,34.5,1.0,0.5,0.3,0.0,0.0,,36.3,1.0 +2,2016-01-08 18:00:22,2016-01-08 18:06:27,1,0.77,,,-73.9369125366211,40.802337646484375,-73.94187927246094,40.80958557128906,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-15 20:50:40,2016-01-15 20:53:51,1,0.46,,,-73.99095916748047,40.69232177734375,-73.99486541748047,40.68440628051758,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 17:38:20,2016-01-11 17:49:20,1,1.91,,,-73.84718322753906,40.837093353271484,-73.8796157836914,40.831199645996094,5,N,2,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +1,2016-01-30 22:19:23,2016-01-30 22:30:29,1,1.9,,,-73.884521484375,40.74729919433594,-73.86107635498047,40.75815200805664,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-02 01:28:28,2016-01-02 01:39:14,1,2.97,,,-73.95809936523438,40.67087936401367,-73.94324493408203,40.655006408691406,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-27 17:25:39,2016-01-27 17:31:47,1,1.27,,,-73.95033264160156,40.792476654052734,-73.93673706054688,40.803226470947266,1,N,1,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 16:08:28,2016-01-22 16:22:19,3,1.43,,,-73.96038055419922,40.80142593383789,-73.93814849853516,40.797157287597656,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-07 10:03:27,2016-01-07 10:31:34,1,6.59,,,-73.95186614990234,40.80915832519531,-73.99503326416016,40.75001525878906,1,N,1,24.5,0.0,0.5,0.3,6.32,0.0,,31.62,1.0 +2,2016-01-25 23:15:55,2016-01-25 23:20:54,1,0.97,,,-73.80742645263672,40.69926834106445,-73.79450988769531,40.693397521972656,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 22:04:10,2016-01-08 22:14:21,1,2.28,,,-73.94505310058594,40.808101654052734,-73.94709777832031,40.78410339355469,1,N,1,10.0,0.5,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-22 00:02:30,2016-01-22 00:07:25,1,1.05,,,-73.93301391601562,40.670658111572266,-73.92621612548828,40.68002700805664,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 02:15:27,2016-01-22 02:21:03,1,1.01,,,-73.95123291015625,40.81000518798828,-73.94738006591797,40.79945373535156,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-04 10:49:58,2016-01-04 10:52:54,1,0.49,,,-73.92535400390625,40.768798828125,-73.93146514892578,40.774085998535156,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-22 19:43:50,2016-01-22 19:53:00,1,1.64,,,-73.94183349609375,40.822723388671875,-73.91584777832031,40.8134765625,1,N,1,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-10 14:58:02,2016-01-10 15:05:37,1,1.2,,,-73.92132568359375,40.766666412353516,-73.90677642822266,40.77939987182617,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-18 16:18:01,2016-01-18 16:24:55,2,1.57,,,-73.9151382446289,40.76382827758789,-73.93204498291016,40.77371597290039,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-08 01:11:33,2016-01-08 01:17:24,1,0.92,,,-73.95303344726562,40.788387298583984,-73.94678497314453,40.78169631958008,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-29 18:28:30,2016-01-29 18:30:16,1,0.27,,,-73.87757873535156,40.754638671875,-73.87688446044922,40.750492095947266,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-30 21:55:51,2016-01-30 22:03:32,1,2.0,,,-73.9600830078125,40.81382369995117,-73.96890258789062,40.79088592529297,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,,10.8,1.0 +2,2016-01-09 19:03:49,2016-01-09 19:08:52,5,0.75,,,-73.98058319091797,40.676490783691406,-73.99024963378906,40.672000885009766,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-07 19:09:11,2016-01-07 19:14:14,2,0.9,,,-73.86178588867188,40.73053741455078,-73.86028289794922,40.73830795288086,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-14 18:43:59,2016-01-14 18:47:57,2,0.56,,,-73.95853424072266,40.71746063232422,-73.96593475341797,40.716331481933594,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-25 00:25:25,2016-01-25 00:41:23,1,2.34,,,-73.94032287597656,40.84050369262695,-73.95836639404297,40.813148498535156,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-06 03:50:03,2016-01-06 04:09:04,1,7.84,,,-73.93151092529297,40.69748306274414,-73.91351318359375,40.76314163208008,1,N,2,24.5,0.5,0.5,0.3,0.0,0.0,,25.8,1.0 +2,2016-01-02 11:20:55,2016-01-02 11:22:47,1,0.46,,,-73.91132354736328,40.678321838378906,-73.91993713378906,40.67880630493164,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-26 20:51:57,2016-01-26 21:00:53,1,1.84,,,-73.94241333007812,40.816978454589844,-73.94259643554688,40.837379455566406,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-21 07:19:31,2016-01-21 07:33:50,2,1.47,,,-73.9294204711914,40.81275939941406,-73.95055389404297,40.810848236083984,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-30 08:31:05,2016-01-30 08:53:31,1,5.4,,,-73.93684387207031,40.848846435546875,-73.9120864868164,40.85916519165039,1,Y,2,20.5,0.0,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-22 08:05:13,2016-01-22 08:41:09,1,8.2,,,-73.97635650634766,40.673072814941406,-73.97265625,40.7527961730957,1,N,1,30.5,0.0,0.5,0.3,2.7,0.0,,34.0,1.0 +1,2016-01-01 02:26:35,2016-01-01 02:48:51,1,8.4,,,-73.84441375732422,40.72138595581055,-73.91582489013672,40.760765075683594,1,N,1,26.5,0.5,0.5,0.3,7.0,0.0,,34.8,1.0 +2,2016-01-12 07:34:30,2016-01-12 07:47:53,1,2.18,,,-73.95557403564453,40.6690673828125,-73.93635559082031,40.688629150390625,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-22 00:27:04,2016-01-22 00:38:50,1,2.1,,,-73.95270538330078,40.742557525634766,-73.92426300048828,40.761348724365234,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,,13.8,1.0 +2,2016-01-11 23:50:33,2016-01-11 23:56:53,1,2.08,,,-73.97769927978516,40.684783935546875,-73.94414520263672,40.69142532348633,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-10 12:18:42,2016-01-10 12:35:48,1,3.41,,,-73.90343475341797,40.74586868286133,-73.87842559814453,40.71288299560547,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-18 22:54:53,2016-01-18 23:05:09,1,1.9,,,-73.94742584228516,40.830387115478516,-73.9207992553711,40.83450698852539,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-05 14:12:19,2016-01-05 14:17:22,1,0.91,,,-73.93460845947266,40.766822814941406,-73.92855834960938,40.758209228515625,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-06 18:50:12,2016-01-06 18:57:22,1,1.16,,,-73.95606994628906,40.8033561706543,-73.96934509277344,40.79728698730469,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 16:36:47,2016-01-10 16:43:00,1,0.89,,,-73.98551177978516,40.69609069824219,-73.99309539794922,40.68772888183594,1,N,1,6.0,0.0,0.5,0.3,2.04,0.0,,8.84,1.0 +2,2016-01-30 03:54:49,2016-01-30 04:12:28,1,3.43,,,-73.96446990966797,40.68302917480469,-73.91597747802734,40.70401382446289,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-16 17:48:03,2016-01-16 18:12:38,1,9.1,,,-73.95284271240234,40.81083679199219,-73.98593139648438,40.71574020385742,1,N,2,28.0,0.0,0.5,0.3,0.0,0.0,,28.8,1.0 +2,2016-01-02 18:59:01,2016-01-02 19:06:29,1,1.15,,,-73.95951843261719,40.71900939941406,-73.94916534423828,40.710426330566406,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-30 18:21:49,2016-01-30 18:36:08,1,2.16,,,-73.9531478881836,40.7454719543457,-73.92313385009766,40.75927734375,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-17 16:05:13,2016-01-17 16:16:05,1,2.33,,,-73.99083709716797,40.70254135131836,-74.01455688476562,40.71528625488281,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,,13.5,1.0 +1,2016-01-19 11:32:45,2016-01-19 11:41:03,1,1.6,,,-73.95480346679688,40.5860595703125,-73.93819427490234,40.57835388183594,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-20 20:29:33,2016-01-20 20:36:35,1,1.21,,,-73.90333557128906,40.745941162109375,-73.89080047607422,40.75404357910156,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 04:47:33,2016-01-01 05:14:12,2,8.45,,,-73.95502471923828,40.68104934692383,-73.99115753173828,40.75135803222656,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,,33.96,1.0 +2,2016-01-15 23:42:49,2016-01-16 00:06:39,1,7.17,,,-73.94339752197266,40.80765151977539,-73.88160705566406,40.75027084350586,1,N,1,24.0,0.5,0.5,0.3,0.0,5.54,,30.84,1.0 +2,2016-01-24 20:29:29,2016-01-24 20:47:24,1,9.66,,,-73.98961639404297,40.70323181152344,-73.91968536376953,40.7677116394043,1,N,1,27.5,0.5,0.5,0.3,5.76,0.0,,34.56,1.0 +2,2016-01-08 19:12:10,2016-01-08 19:16:57,1,1.0,,,-73.96109008789062,40.71464157104492,-73.95074462890625,40.721832275390625,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-09 22:01:43,2016-01-09 22:05:28,1,0.59,,,-73.87276458740234,40.84101104736328,-73.86618041992188,40.83659744262695,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-22 19:17:58,2016-01-22 19:29:17,1,2.49,,,-73.93698120117188,40.79806137084961,-73.9600601196289,40.770263671875,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-15 18:00:49,2016-01-15 18:27:37,1,3.79,,,-73.83007049560547,40.71320724487305,-73.82099914550781,40.670448303222656,1,N,2,18.5,1.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-27 15:26:14,2016-01-27 15:49:49,2,3.09,,,-73.90312194824219,40.7458381652832,-73.90314483642578,40.745750427246094,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-08 23:08:01,2016-01-08 23:14:09,1,0.96,,,-73.98211669921875,40.67898178100586,-73.99376678466797,40.68244552612305,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-12 12:09:05,2016-01-12 12:13:29,1,0.99,,,-73.94762420654297,40.8028564453125,-73.93695831298828,40.80998611450195,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-29 14:49:54,2016-01-29 15:08:28,3,4.1,,,-73.9325942993164,40.74457931518555,-73.85608673095703,40.73265075683594,1,N,4,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-19 09:38:15,2016-01-19 09:51:13,1,4.29,,,-73.95367431640625,40.78779220581055,-73.9876708984375,40.7696533203125,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-20 18:27:06,2016-01-20 18:29:22,1,0.38,,,-73.9529037475586,40.8104362487793,-73.95844268798828,40.81056213378906,1,N,1,3.5,1.0,0.5,0.3,1.0,0.0,,6.3,1.0 +2,2016-01-08 03:44:56,2016-01-08 04:03:22,1,5.21,,,-73.99202728271484,40.66254806518555,-74.01129150390625,40.7134895324707,1,N,1,18.5,0.5,0.5,0.3,5.0,0.0,,24.8,1.0 +1,2016-01-04 19:43:09,2016-01-04 19:49:43,1,1.2,,,-73.96968841552734,40.67601013183594,-73.9590072631836,40.67658615112305,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,,9.35,1.0 +2,2016-01-23 00:04:51,2016-01-23 00:24:44,1,3.63,,,-73.95855712890625,40.72123718261719,-73.97911071777344,40.731040954589844,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +2,2016-01-26 21:32:08,2016-01-26 21:42:26,6,1.45,,,-73.92083740234375,40.76874923706055,-73.9347915649414,40.7520637512207,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-03 09:45:09,2016-01-03 10:10:55,1,12.01,,,-73.87782287597656,40.756431579589844,-73.98397827148438,40.664024353027344,1,N,2,35.0,0.0,0.5,0.3,0.0,0.0,,35.8,1.0 +1,2016-01-17 17:42:59,2016-01-17 17:49:27,1,1.1,,,-73.9578857421875,40.72193908691406,-73.94676971435547,40.717899322509766,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-29 18:18:10,2016-01-29 18:23:01,1,0.96,,,-73.96003723144531,40.81360626220703,-73.96810150146484,40.80131149291992,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-20 19:27:07,2016-01-20 19:52:21,1,5.0,,,-73.98110961914062,40.66737747192383,-73.91720581054688,40.70282745361328,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,,21.3,1.0 +1,2016-01-01 14:03:11,2016-01-01 14:11:24,1,2.6,,,-73.91195678710938,40.77509689331055,-73.90311431884766,40.74631881713867,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-03 13:47:06,2016-01-03 13:49:49,6,0.51,,,-73.95067596435547,40.785789489746094,-73.95608520507812,40.77973937988281,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-08 22:24:44,2016-01-08 22:45:44,1,5.84,,,-73.94889068603516,40.81542205810547,-73.97810363769531,40.763946533203125,1,N,1,21.5,0.5,0.5,0.3,4.56,0.0,,27.36,1.0 +2,2016-01-27 16:27:45,2016-01-27 16:39:29,1,4.67,,,-74.02131652832031,40.63274383544922,-74.00241088867188,40.677162170410156,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-10 01:57:59,2016-01-10 02:10:38,1,2.8,,,-73.95521545410156,40.804691314697266,-73.94156646728516,40.83848571777344,1,N,4,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-11 00:56:14,2016-01-11 01:08:55,1,1.62,,,-73.79822540283203,40.704193115234375,-73.82536315917969,40.70034408569336,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 20:24:09,2016-01-16 20:41:46,1,4.09,,,-73.99227905273438,40.689876556396484,-73.9597396850586,40.72016143798828,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-06 18:59:35,2016-01-06 19:00:57,1,0.3,,,-73.9402084350586,40.78949737548828,-73.93692016601562,40.79246520996094,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-20 18:33:37,2016-01-20 18:44:08,1,1.7,,,-73.96206665039062,40.80535888671875,-73.9390869140625,40.805118560791016,1,Y,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-02 20:34:05,2016-01-02 20:42:26,1,1.75,,,-73.9461669921875,40.82325744628906,-73.95620727539062,40.803321838378906,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-16 21:53:23,2016-01-16 21:55:32,1,0.2,,,-73.95425415039062,40.73005294799805,-73.9527816772461,40.72724533081055,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-04 12:08:51,2016-01-04 12:10:17,1,0.1,,,-73.9486083984375,40.80907440185547,-73.95054626464844,40.809932708740234,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-17 11:38:23,2016-01-17 11:42:44,1,1.47,,,-73.94593048095703,40.74580764770508,-73.94927978515625,40.72638702392578,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +1,2016-01-14 10:57:39,2016-01-14 11:00:01,1,0.8,,,-73.94332122802734,40.78532409667969,-73.93531036376953,40.794349670410156,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 07:44:39,2016-01-02 07:56:34,1,4.98,,,-73.94186401367188,40.84183883666992,-73.97490692138672,40.790557861328125,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-28 15:01:25,2016-01-28 15:10:25,1,0.53,,,-73.9565658569336,40.71696472167969,-73.96440887451172,40.71739196777344,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-13 21:40:26,2016-01-13 21:42:22,5,0.7,,,-73.99889373779297,40.68089294433594,-73.99435424804688,40.690067291259766,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +1,2016-01-15 21:55:52,2016-01-15 22:04:31,1,2.3,,,-73.99176025390625,40.690650939941406,-73.99625396728516,40.71638870239258,1,N,1,10.0,0.5,0.5,0.3,1.0,0.0,,12.3,1.0 +1,2016-01-30 18:43:07,2016-01-30 18:45:06,3,0.5,,,-73.94962310791016,40.80209732055664,-73.94453430175781,40.80888748168945,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-09 12:02:05,2016-01-09 12:19:39,1,5.17,,,-73.8839340209961,40.74794387817383,-73.94960021972656,40.71108627319336,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,,22.56,1.0 +2,2016-01-21 10:34:46,2016-01-21 10:44:00,1,1.84,,,-73.94725036621094,40.805572509765625,-73.94598388671875,40.785560607910156,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-02 10:11:37,2016-01-02 10:15:17,1,1.2,,,-73.94208526611328,40.79125213623047,-73.95243072509766,40.776763916015625,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-15 00:54:47,2016-01-15 01:00:48,1,1.41,,,-73.95805358886719,40.72182846069336,-73.9560317993164,40.7358283996582,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +1,2016-01-22 08:29:11,2016-01-22 08:47:41,1,3.4,,,-73.83552551269531,40.69782257080078,-73.86959838867188,40.724266052246094,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +1,2016-01-07 15:52:11,2016-01-07 16:07:35,1,4.8,,,-73.93568420410156,40.803932189941406,-73.92217254638672,40.86546325683594,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-06 20:54:51,2016-01-06 20:58:53,1,1.03,,,-73.95077514648438,40.66208267211914,-73.9394760131836,40.65496826171875,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 10:55:07,2016-01-06 11:51:00,1,7.14,,,-73.99986267089844,40.683597564697266,-73.97328186035156,40.75861358642578,1,N,1,35.5,0.0,0.5,0.3,7.26,0.0,,43.56,1.0 +2,2016-01-09 07:54:42,2016-01-09 07:54:48,1,0.0,,,-73.86580657958984,40.85060119628906,-73.86583709716797,40.8505973815918,5,N,1,11.0,0.0,0.0,0,0.0,0.0,,11.0,2.0 +2,2016-01-15 14:48:57,2016-01-15 14:55:42,1,0.88,,,-73.93685913085938,40.68783187866211,-73.94195556640625,40.68001174926758,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-16 17:25:17,2016-01-16 17:28:26,2,0.5,,,-73.89085388183594,40.845733642578125,-73.88525390625,40.851165771484375,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-30 18:21:51,2016-01-30 18:27:48,1,1.0,,,-73.99420166015625,40.69089889526367,-73.99820709228516,40.68315887451172,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-22 12:47:48,2016-01-22 13:07:34,1,5.0,,,-73.90360260009766,40.745548248291016,-73.95101928710938,40.709716796875,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +1,2016-01-01 02:06:22,2016-01-01 02:18:12,3,1.8,,,-73.99370574951172,40.686920166015625,-73.97895812988281,40.67245101928711,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-25 21:47:26,2016-01-25 22:04:18,1,5.1,,,-73.92404174804688,40.75612258911133,-73.97615814208984,40.73590850830078,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-13 09:01:53,2016-01-13 09:09:54,1,1.17,,,-73.94259643554688,40.82182312011719,-73.94482421875,40.8338737487793,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-13 20:35:54,2016-01-13 20:41:26,1,1.2,,,-73.95816040039062,40.810665130615234,-73.95120239257812,40.824989318847656,1,N,1,6.5,0.5,0.5,0.3,1.17,0.0,,8.97,1.0 +2,2016-01-11 20:34:25,2016-01-11 20:47:31,1,3.23,,,-73.84432220458984,40.72135543823242,-73.81673431396484,40.68983840942383,1,N,1,13.0,0.5,0.5,0.3,1.25,0.0,,15.55,1.0 +2,2016-01-05 18:02:08,2016-01-05 18:08:27,1,1.15,,,-73.95763397216797,40.71787643432617,-73.95187377929688,40.72917175292969,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-06 08:53:01,2016-01-06 08:59:53,1,1.07,,,-73.95599365234375,40.80364990234375,-73.96829223632812,40.79977035522461,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-30 00:53:26,2016-01-30 00:59:03,1,0.89,,,-73.91361999511719,40.765716552734375,-73.902587890625,40.77381134033203,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 00:15:30,2016-01-28 00:19:43,1,0.8,,,-73.95317077636719,40.80746078491211,-73.94245147705078,40.80896759033203,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-01 16:54:13,2016-01-01 17:10:50,1,2.87,,,-73.9451675415039,40.800209045410156,-73.94120788574219,40.83140563964844,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-09 18:45:12,2016-01-09 18:48:27,1,0.6,,,-73.95692443847656,40.8125114440918,-73.96012878417969,40.81934356689453,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-22 22:24:55,2016-01-22 22:37:19,1,1.79,,,-73.942138671875,40.786685943603516,-73.95879364013672,40.79981994628906,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +2,2016-01-13 21:40:31,2016-01-13 21:43:55,1,0.57,,,-73.92967224121094,40.68616485595703,-73.940185546875,40.6851806640625,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 10:49:46,2016-01-09 11:03:54,1,2.54,,,-73.95494842529297,40.734127044677734,-73.9527816772461,40.709068298339844,1,N,1,12.0,0.0,0.5,0.3,3.84,0.0,,16.64,1.0 +1,2016-01-24 10:27:49,2016-01-24 10:38:02,1,1.4,,,-73.90360260009766,40.745506286621094,-73.90042114257812,40.734710693359375,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-24 17:52:40,2016-01-24 17:57:43,1,0.49,,,-73.8909683227539,40.74684524536133,-73.88359069824219,40.743446350097656,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-19 11:18:17,2016-01-19 11:34:10,1,2.33,,,-73.99274444580078,40.6934814453125,-74.0079116821289,40.71172332763672,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-04 19:05:11,2016-01-04 19:13:50,1,1.41,,,-73.95794677734375,40.71757507324219,-73.9691162109375,40.709327697753906,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-22 17:24:30,2016-01-22 17:28:31,1,0.52,,,-73.94255065917969,40.753971099853516,-73.9475326538086,40.74763107299805,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-07 18:54:54,2016-01-07 19:01:23,1,2.59,,,-73.94264221191406,40.84044647216797,-73.92694854736328,40.86342239379883,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-16 20:51:19,2016-01-16 21:16:03,1,8.14,,,-73.937744140625,40.74906539916992,-73.83247375488281,40.759952545166016,1,N,1,26.5,0.5,0.5,0.3,2.22,0.0,,30.02,1.0 +2,2016-01-17 14:27:59,2016-01-17 14:34:43,1,1.12,,,-73.98141479492188,40.685630798339844,-73.98906707763672,40.67531204223633,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-19 14:55:26,2016-01-19 14:59:36,1,0.86,,,-73.94823455810547,40.7422981262207,-73.93717956542969,40.7363166809082,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 18:03:21,2016-01-10 18:23:32,1,4.37,,,-73.94944763183594,40.68045425415039,-74.00515747070312,40.680416107177734,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-13 18:43:17,2016-01-13 18:48:21,1,0.61,,,-73.93357849121094,40.79851150512695,-73.93739318847656,40.80437088012695,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-28 10:09:40,2016-01-28 10:17:05,1,1.3,,,-73.94991302490234,40.806640625,-73.93828582763672,40.82305908203125,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 11:08:03,2016-01-13 11:14:03,1,1.22,,,-73.97779083251953,40.66682815551758,-73.98653411865234,40.67377853393555,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-28 06:30:00,2016-01-28 06:55:18,1,5.91,,,-73.9524917602539,40.72666549682617,-74.00975036621094,40.73747253417969,1,N,1,22.0,0.0,0.5,0.3,3.0,0.0,,25.8,1.0 +2,2016-01-07 18:24:23,2016-01-07 18:37:51,2,3.11,,,-73.88677215576172,40.8432502746582,-73.85456085205078,40.87164306640625,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-07 21:44:13,2016-01-07 21:48:15,1,0.72,,,-73.9214096069336,40.766597747802734,-73.91158294677734,40.76270294189453,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-25 11:42:49,2016-01-25 11:50:56,1,1.08,,,-73.9471664428711,40.81889724731445,-73.94424438476562,40.8339729309082,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-09 00:37:19,2016-01-09 00:45:13,1,1.3,,,-73.98249053955078,40.68844223022461,-73.97735595703125,40.696598052978516,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-04 16:56:43,2016-01-04 17:14:32,1,1.82,,,-73.99803161621094,40.68981170654297,-73.9720687866211,40.678218841552734,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-16 23:29:48,2016-01-16 23:36:13,1,0.85,,,-73.91942596435547,40.75837326049805,-73.91658020019531,40.766883850097656,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-10 08:45:26,2016-01-10 08:54:55,2,2.36,,,-73.9378433227539,40.84807586669922,-73.9131088256836,40.87299346923828,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,,12.8,1.0 +1,2016-01-19 19:03:28,2016-01-19 19:20:59,3,2.4,,,-73.91323852539062,40.838436126708984,-73.88941955566406,40.818939208984375,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-06 07:45:38,2016-01-06 07:57:32,1,2.5,,,-73.84405517578125,40.72174835205078,-73.81553649902344,40.69681930541992,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-19 20:19:59,2016-01-19 20:51:21,1,5.9,,,-73.95037078857422,40.66962814331055,-73.90538787841797,40.666259765625,1,N,1,25.0,0.5,0.5,0.3,26.3,0.0,,52.6,1.0 +2,2016-01-02 18:36:31,2016-01-02 18:40:09,2,0.88,,,-73.95579528808594,40.692726135253906,-73.95941162109375,40.70057678222656,1,N,1,5.0,0.0,0.5,0.3,0.2,0.0,,6.0,1.0 +2,2016-01-10 15:49:44,2016-01-10 16:01:12,1,1.5,,,-73.86962890625,40.733890533447266,-73.87005615234375,40.74501419067383,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-08 10:52:51,2016-01-08 11:14:23,1,2.6,,,-73.94744873046875,40.790611267089844,-73.96070098876953,40.7687873840332,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-29 12:35:55,2016-01-29 12:52:48,1,3.51,,,-73.95098114013672,40.81037521362305,-73.9280014038086,40.85484313964844,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-29 13:31:23,2016-01-29 13:46:04,1,3.7,,,-73.92752075195312,40.81843948364258,-73.937744140625,40.841209411621094,1,N,1,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-06 19:24:45,2016-01-06 19:25:36,1,0.15,,,-73.94970703125,40.81221008300781,-73.95111846923828,40.81025314331055,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-15 12:33:06,2016-01-15 12:37:07,1,1.2,,,-73.9546127319336,40.587459564208984,-73.9719467163086,40.58412551879883,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 04:45:08,2016-01-01 04:51:58,1,1.08,,,-73.92147827148438,40.76661682128906,-73.91160583496094,40.76266860961914,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-05 09:22:27,2016-01-05 09:23:36,1,2.9,,,-73.93868255615234,40.80512619018555,-73.93821716308594,40.80478286743164,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-16 16:44:57,2016-01-16 16:56:37,1,2.6,,,-73.9540023803711,40.742637634277344,-73.93128967285156,40.77402877807617,1,N,1,11.0,0.0,0.5,0.3,2.95,0.0,,14.75,1.0 +2,2016-01-14 18:06:19,2016-01-14 18:34:05,5,5.39,,,-73.95223236083984,40.78962707519531,-73.99058532714844,40.758140563964844,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-30 11:54:19,2016-01-30 11:57:36,1,0.38,,,-73.88860321044922,40.74733352661133,-73.88978576660156,40.753929138183594,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-09 22:08:47,2016-01-09 22:21:30,1,2.4,,,-73.94551849365234,40.8074951171875,-73.91443634033203,40.81169128417969,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-02 18:11:12,2016-01-02 18:20:07,1,1.59,,,-73.84412384033203,40.72114181518555,-73.8545150756836,40.742591857910156,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-17 13:32:39,2016-01-17 13:47:10,2,3.0,,,-73.97654724121094,40.6822509765625,-74.0086441040039,40.64874267578125,1,N,1,12.5,0.0,0.5,0.3,3.99,0.0,,17.29,1.0 +2,2016-01-25 20:04:33,2016-01-25 20:12:18,1,0.92,,,-73.9125747680664,40.68963623046875,-73.91270446777344,40.68947982788086,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-12 16:54:42,2016-01-12 17:10:09,1,2.42,,,-73.98724365234375,40.69241714477539,-73.9656982421875,40.70952606201172,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-01 16:21:10,2016-01-01 16:27:55,1,2.0,,,-73.83433532714844,40.757835388183594,-73.86286163330078,40.745330810546875,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 13:01:24,2016-01-29 13:11:30,1,0.91,,,-73.9233627319336,40.81683349609375,-73.91170501708984,40.819583892822266,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 22:36:49,2016-01-09 22:37:36,1,0.24,,,-73.95724487304688,40.66387176513672,-73.95318603515625,40.66374206542969,1,N,1,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +1,2016-01-10 01:26:07,2016-01-10 01:37:12,1,2.2,,,-73.978759765625,40.68394088745117,-73.9459457397461,40.67951583862305,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-20 17:45:42,2016-01-20 17:52:42,1,1.17,,,-73.9411392211914,40.81391143798828,-73.93928527832031,40.82518768310547,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 14:38:52,2016-01-29 14:45:48,1,0.77,,,-73.90125274658203,40.838287353515625,-73.91339874267578,40.83866882324219,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-04 16:53:39,2016-01-04 16:57:22,1,0.76,,,-73.9155502319336,40.76326370239258,-73.92579650878906,40.7622184753418,1,N,1,4.5,1.0,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-18 02:20:06,2016-01-18 02:28:33,1,2.82,,,-73.93190002441406,40.6973762512207,-73.95873260498047,40.67911148071289,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,,14.12,1.0 +2,2016-01-14 09:04:30,2016-01-14 09:19:37,1,2.51,,,-73.94478607177734,40.803001403808594,-73.96561431884766,40.77185821533203,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-19 14:39:46,2016-01-19 14:46:33,1,1.18,,,-73.94044494628906,40.805667877197266,-73.94135284423828,40.818294525146484,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-22 21:00:07,2016-01-22 21:11:55,1,2.8,,,-73.88661193847656,40.747413635253906,-73.91194152832031,40.72101593017578,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-25 18:53:26,2016-01-25 19:02:24,3,1.01,,,-73.91663360595703,40.76472091674805,-73.90662384033203,40.77128601074219,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 08:44:35,2016-01-05 09:03:57,1,4.51,,,-73.85929107666016,40.83790588378906,-73.88910675048828,40.873291015625,5,N,2,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +2,2016-01-25 20:58:32,2016-01-25 21:09:22,1,1.55,,,-73.97530364990234,40.674705505371094,-73.99310302734375,40.68278121948242,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-25 12:34:15,2016-01-25 12:41:12,1,0.94,,,-73.9213638305664,40.766746520996094,-73.90780639648438,40.76594161987305,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-29 18:10:02,2016-01-29 18:33:01,1,2.45,,,-73.98639678955078,40.703895568847656,-74.00336456298828,40.72315216064453,1,N,1,16.0,1.0,0.5,0.3,5.34,0.0,,23.14,1.0 +2,2016-01-15 19:50:21,2016-01-15 20:01:07,1,1.66,,,-73.96021270751953,40.688838958740234,-73.94544219970703,40.68906021118164,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-03 19:43:56,2016-01-03 19:52:11,1,3.25,,,-73.91758728027344,40.83994674682617,-73.88455963134766,40.830936431884766,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-04 15:12:05,2016-01-04 15:25:31,1,2.01,,,-73.99208068847656,40.690494537353516,-73.99210357666016,40.66603088378906,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-27 21:33:24,2016-01-27 21:42:21,1,2.04,,,-73.93924713134766,40.81047821044922,-73.9435043334961,40.78774642944336,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 00:13:38,2016-01-01 00:26:26,1,3.37,,,-73.9858627319336,40.67771530151367,-73.98703002929688,40.714420318603516,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,,16.3,1.0 +2,2016-01-04 11:38:03,2016-01-04 11:42:27,2,0.63,,,-73.91878509521484,40.759315490722656,-73.9212875366211,40.7530517578125,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-25 08:16:07,2016-01-25 08:22:42,1,1.28,,,-73.92085266113281,40.85203170776367,-73.92821502685547,40.835784912109375,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-20 19:30:57,2016-01-20 19:50:25,1,2.3,,,-73.97785949707031,40.68514633178711,-73.98458099365234,40.659725189208984,1,N,1,14.0,1.0,0.5,0.3,3.0,0.0,,18.8,1.0 +2,2016-01-17 03:06:10,2016-01-17 03:18:35,1,3.07,,,-73.994384765625,40.645233154296875,-74.03217315673828,40.61737823486328,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-01 11:14:29,2016-01-01 11:21:14,1,1.64,,,-73.9933090209961,40.687740325927734,-74.01350402832031,40.676910400390625,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-29 21:33:21,2016-01-29 21:38:08,1,0.8,,,-73.95722961425781,40.71827697753906,-73.95315551757812,40.7279052734375,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-27 00:41:05,2016-01-27 00:41:08,1,0.0,,,-73.94662475585938,40.826690673828125,-73.94661712646484,40.82667541503906,5,N,1,300.0,0.0,0.0,0,0.0,0.0,,300.0,2.0 +1,2016-01-01 13:45:26,2016-01-01 14:07:14,1,5.1,,,0.0,0.0,-74.0023422241211,40.734413146972656,1,N,1,19.0,0.0,0.5,0.3,3.95,0.0,,23.75,1.0 +1,2016-01-22 16:24:34,2016-01-22 16:33:18,1,1.3,,,-73.9052505493164,40.74542999267578,-73.9171142578125,40.7581672668457,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-14 18:30:59,2016-01-14 18:52:10,1,3.58,,,-73.82991790771484,40.713783264160156,-73.87350463867188,40.72981262207031,1,N,2,17.0,1.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-27 11:32:05,2016-01-27 11:40:18,1,1.14,,,-73.94252014160156,40.81705856323242,-73.93907928466797,40.80503463745117,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-26 20:02:14,2016-01-26 20:21:04,1,4.36,,,-73.90582275390625,40.745452880859375,-73.95287322998047,40.76787567138672,1,N,1,17.0,0.5,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-02 10:42:00,2016-01-02 10:48:33,1,0.93,,,-73.92153930664062,40.76663589477539,-73.92929077148438,40.7682991027832,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-10 13:05:51,2016-01-10 13:14:39,1,1.38,,,-73.91895294189453,40.74309158325195,-73.9083251953125,40.75724411010742,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-11 21:10:33,2016-01-11 21:14:27,1,0.75,,,-73.89147186279297,40.74665832519531,-73.8988265991211,40.7448616027832,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-30 21:52:43,2016-01-30 21:58:19,1,1.2,,,-73.96268463134766,40.682613372802734,-73.94810485839844,40.68276596069336,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,,9.35,1.0 +1,2016-01-21 04:01:08,2016-01-21 04:07:26,1,0.7,,,-73.88233947753906,40.747806549072266,-73.89598846435547,40.746429443359375,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-12 21:48:40,2016-01-12 21:56:16,1,2.5,,,-73.95291137695312,40.67840576171875,-73.96272277832031,40.71207809448242,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,,12.95,1.0 +2,2016-01-19 19:36:33,2016-01-19 20:37:36,1,9.95,,,-73.96526336669922,40.71419143676758,-73.92528533935547,40.81215286254883,1,N,2,44.5,0.5,0.5,0.3,0.0,0.0,,45.8,1.0 +2,2016-01-29 03:46:01,2016-01-29 04:05:20,2,7.8,,,-73.88638305664062,40.74736785888672,-73.986572265625,40.7259407043457,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +1,2016-01-04 19:27:51,2016-01-04 19:46:11,1,4.6,,,-73.94181060791016,40.798709869384766,-73.93651580810547,40.85049819946289,1,N,1,17.0,1.0,0.5,0.3,4.7,0.0,,23.5,1.0 +1,2016-01-25 17:17:11,2016-01-25 17:24:59,1,0.8,,,-73.95230865478516,40.78987121582031,-73.94136810302734,40.788509368896484,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-04 08:34:14,2016-01-04 08:45:46,1,1.13,,,-73.86896514892578,40.74928283691406,-73.89069366455078,40.74695587158203,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-16 01:14:27,2016-01-16 01:22:45,2,1.9,,,-73.98052978515625,40.67634963989258,-73.99030303955078,40.68997573852539,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-11 00:59:42,2016-01-11 01:04:08,1,1.0,,,-73.86983489990234,40.74909210205078,-73.85884857177734,40.7408561706543,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-03 22:59:56,2016-01-03 23:34:51,1,14.1,,,-73.87584686279297,40.750118255615234,-73.92280578613281,40.66804122924805,1,N,2,42.0,0.5,0.5,0.3,0.0,0.0,,43.3,1.0 +2,2016-01-06 23:37:53,2016-01-06 23:42:05,1,0.61,,,-73.88948822021484,40.74717330932617,-73.89009094238281,40.73940658569336,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 09:12:04,2016-01-10 09:19:44,1,1.83,,,-73.94428253173828,40.82469177246094,-73.93698120117188,40.804866790771484,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-12 19:28:12,2016-01-12 19:47:21,2,6.6,,,-73.94019317626953,40.8407096862793,-73.95817565917969,40.778377532958984,1,N,1,21.5,1.0,0.5,0.3,4.66,0.0,,27.96,1.0 +1,2016-01-08 21:25:30,2016-01-08 21:27:40,1,0.3,,,-73.91956329345703,40.8682975769043,-73.91874694824219,40.87168502807617,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-12 12:44:00,2016-01-12 12:58:00,1,1.86,,,-73.95320129394531,40.78890609741211,0.0,0.0,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-01 12:18:43,2016-01-01 12:27:45,1,2.15,,,-73.9328384399414,40.75267791748047,-73.9033203125,40.745704650878906,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-30 11:29:14,2016-01-30 11:43:41,1,2.42,,,-73.95794677734375,40.800987243652344,-73.94661712646484,40.7889518737793,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-22 21:04:25,2016-01-22 21:13:24,1,1.6,,,-73.91876220703125,40.759647369384766,-73.91499328613281,40.777305603027344,1,N,1,8.0,0.5,0.5,0.3,3.0,0.0,,12.3,1.0 +2,2016-01-29 17:21:08,2016-01-29 17:40:08,6,2.35,,,-73.9152603149414,40.76374435424805,-73.91838836669922,40.735572814941406,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-25 06:46:40,2016-01-25 07:02:21,1,2.4,,,-73.9104995727539,40.83578109741211,-73.8824234008789,40.82176971435547,5,N,2,13.0,0.0,0.0,0,0.0,0.0,,13.0,2.0 +2,2016-01-09 17:27:26,2016-01-09 17:35:11,1,2.58,,,-73.83026885986328,40.71422576904297,-73.78551483154297,40.72968673706055,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-15 16:29:43,2016-01-15 16:39:59,1,1.59,,,-73.90046691894531,40.67251205444336,-73.91989135742188,40.66379928588867,1,N,1,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-24 17:32:07,2016-01-24 17:44:52,1,2.54,,,-73.8705062866211,40.73382568359375,-73.91661834716797,40.743141174316406,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-08 18:09:58,2016-01-08 18:19:11,1,0.86,,,-73.84488677978516,40.72164535522461,-73.85057830810547,40.714595794677734,1,N,1,7.5,1.0,0.5,0.3,2.32,0.0,,11.62,1.0 +1,2016-01-03 00:56:07,2016-01-03 01:14:29,1,5.6,,,-73.92566680908203,40.76158142089844,-73.96916198730469,40.79069519042969,1,N,1,19.5,0.5,0.5,0.3,4.15,0.0,,24.95,1.0 +2,2016-01-18 18:59:47,2016-01-18 19:15:24,1,1.44,,,-73.94974517822266,40.680545806884766,-73.96448516845703,40.68299102783203,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,,14.16,1.0 +1,2016-01-06 17:14:32,2016-01-06 17:27:50,1,2.1,,,-73.93666076660156,40.83013916015625,-73.94734954833984,40.805397033691406,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-23 04:20:39,2016-01-23 04:23:19,1,0.49,,,-73.90030670166016,40.74583053588867,-73.8910903930664,40.74644088745117,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-18 14:12:04,2016-01-18 14:30:02,1,3.91,,,-73.94072723388672,40.712093353271484,-73.98585510253906,40.73124313354492,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,,19.56,1.0 +1,2016-01-19 10:29:10,2016-01-19 10:31:15,1,0.4,,,-73.9830551147461,40.66525650024414,-73.984130859375,40.6602783203125,1,N,1,4.0,0.0,0.5,0.3,1.4,0.0,,6.2,1.0 +2,2016-01-15 09:59:16,2016-01-15 10:03:46,1,0.55,,,-73.9325942993164,40.7999382019043,-73.93627166748047,40.80559158325195,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-01 05:44:03,2016-01-01 05:50:08,1,1.31,,,-73.89149475097656,40.74671173095703,-73.88176727294922,40.735198974609375,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 19:26:52,2016-01-30 19:34:42,1,2.35,,,-73.95228576660156,40.80305862426758,-73.95233917236328,40.77826690673828,1,N,1,8.5,0.0,0.5,0.3,2.79,0.0,,12.09,1.0 +1,2016-01-11 12:10:38,2016-01-11 12:19:33,1,1.2,,,-73.97781372070312,40.685123443603516,-73.98609161376953,40.697235107421875,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-21 22:10:16,2016-01-21 22:18:43,5,1.3,,,-73.9832763671875,40.67912673950195,-73.99006652832031,40.69126510620117,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-01 00:25:55,2016-01-01 00:31:20,1,1.06,,,-73.97138214111328,40.68639373779297,-73.98334503173828,40.68558120727539,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 16:53:52,2016-01-22 17:11:35,1,3.06,,,-73.98750305175781,40.69123077392578,-73.93853759765625,40.68544387817383,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-06 14:23:56,2016-01-06 14:27:35,1,0.6,,,-73.95567321777344,40.812591552734375,-73.95072937011719,40.806602478027344,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 23:31:12,2016-01-30 00:21:09,1,16.7,,,-73.96432495117188,40.71925735473633,-73.89387512207031,40.882904052734375,1,N,2,52.5,0.5,0.5,0.3,0.0,0.0,,53.8,1.0 +2,2016-01-22 21:46:42,2016-01-22 22:03:34,1,6.27,,,-73.94198608398438,40.81780242919922,-73.9903335571289,40.76245880126953,1,N,1,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-13 09:20:50,2016-01-13 09:26:54,5,1.95,,,-73.95637512207031,40.71906661987305,-73.95140075683594,40.74324417114258,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,,10.8,1.0 +2,2016-01-09 00:07:43,2016-01-09 00:19:16,1,3.65,,,-73.9581298828125,40.72164535522461,-73.983154296875,40.6938362121582,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-26 13:28:27,2016-01-26 13:31:20,1,0.6,,,-73.94918060302734,40.80260467529297,-73.94367980957031,40.81014633178711,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-03 23:47:28,2016-01-03 23:53:25,1,1.33,,,-73.96401977539062,40.80311584472656,-73.95140838623047,40.80111312866211,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-27 08:08:22,2016-01-27 08:30:14,1,2.41,,,-73.91284942626953,40.814510345458984,-73.93871307373047,40.804046630859375,5,N,2,18.0,0.0,0.0,0,0.0,0.0,,18.0,2.0 +1,2016-01-02 20:14:35,2016-01-02 20:22:25,4,1.0,,,-73.97805786132812,40.68489456176758,-73.97300720214844,40.69393539428711,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-01 09:40:59,2016-01-01 09:49:13,1,2.1,,,-73.89083099365234,40.74652862548828,-73.85871887207031,40.735408782958984,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-13 08:54:04,2016-01-13 08:57:18,1,0.36,,,-73.95121002197266,40.786094665527344,-73.95235443115234,40.78966522216797,1,N,1,4.0,0.0,0.5,0.3,0.5,0.0,,5.3,1.0 +2,2016-01-14 21:30:40,2016-01-14 21:38:27,1,1.74,,,-73.9482421875,40.82924270629883,-73.93510437011719,40.851497650146484,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-02 05:33:50,2016-01-02 05:49:53,1,12.4,,,-73.99370574951172,40.69005584716797,-73.96492004394531,40.58081817626953,1,N,2,34.5,0.5,0.5,0.3,0.0,0.0,,35.8,1.0 +2,2016-01-09 13:30:54,2016-01-09 13:46:31,5,8.9,,,-73.93867492675781,40.80834197998047,-73.86528015136719,40.8769645690918,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,,26.3,1.0 +1,2016-01-11 00:33:48,2016-01-11 01:01:51,2,11.2,,,-73.92385864257812,40.659698486328125,-73.99396514892578,40.573524475097656,1,N,1,33.5,0.5,0.5,0.3,6.95,0.0,,41.75,1.0 +2,2016-01-12 21:22:05,2016-01-12 21:46:00,4,4.87,,,-73.92387390136719,40.75598907470703,-73.88243865966797,40.72767639160156,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,,25.56,1.0 +1,2016-01-08 14:24:24,2016-01-08 14:37:55,1,1.2,,,-73.97747039794922,40.693443298339844,-73.9916000366211,40.69396209716797,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-10 13:08:49,2016-01-10 13:10:32,1,0.36,,,-73.99282836914062,40.68880844116211,-73.997314453125,40.687965393066406,1,N,1,3.5,0.0,0.5,0.3,1.29,0.0,,5.59,1.0 +2,2016-01-27 19:05:59,2016-01-27 19:11:38,1,0.82,,,-73.93535614013672,40.796138763427734,-73.94496154785156,40.79418182373047,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 16:38:34,2016-01-30 16:49:14,1,0.82,,,-73.89098358154297,40.74687576293945,-73.89037322998047,40.75712585449219,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-14 17:21:31,2016-01-14 17:26:04,1,1.0,,,-73.95452880859375,40.80028533935547,-73.94557189941406,40.812599182128906,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-21 16:05:43,2016-01-21 16:25:46,5,2.2,,,-73.9527587890625,40.79169845581055,-73.95841217041016,40.76719665527344,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,,17.3,1.0 +2,2016-01-04 09:11:03,2016-01-04 09:20:59,1,3.26,,,-73.9118423461914,40.775245666503906,-73.8711929321289,40.77421188354492,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,,15.96,1.0 +1,2016-01-12 23:15:54,2016-01-12 23:23:13,1,1.0,,,-73.9903793334961,40.671199798583984,-74.00631713867188,40.67713165283203,1,N,1,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-03 02:19:49,2016-01-03 02:20:18,1,0.01,,,-73.98486328125,40.68283462524414,-73.98487854003906,40.682701110839844,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,,52.8,1.0 +2,2016-01-14 22:40:53,2016-01-14 22:46:01,1,1.42,,,-73.82965850830078,40.7140007019043,-73.81689453125,40.71780014038086,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-26 18:59:45,2016-01-26 19:10:50,5,1.8,,,-73.9477767944336,40.63329315185547,-73.96676635742188,40.64024353027344,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-16 03:19:08,2016-01-16 03:27:51,1,1.63,,,-73.89108276367188,40.747066497802734,-73.88298034667969,40.763099670410156,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-03 21:18:13,2016-01-03 21:22:44,1,0.77,,,-73.94564056396484,40.81610107421875,-73.94010162353516,40.815277099609375,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-18 18:32:51,2016-01-18 18:37:30,1,1.0,,,-73.95374298095703,40.78799057006836,-73.96855163574219,40.7913703918457,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-09 11:54:07,2016-01-09 11:59:39,1,1.2,,,-73.95587921142578,40.68113708496094,-73.97566986083984,40.68354034423828,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-19 15:29:04,2016-01-19 16:05:51,1,8.64,,,-73.94202423095703,40.84199523925781,-73.97200012207031,40.7498664855957,1,N,1,33.0,0.0,0.5,0.3,6.76,0.0,,40.56,1.0 +2,2016-01-30 00:13:18,2016-01-30 00:35:14,1,5.99,,,-73.91368103027344,40.75358581542969,-73.94488525390625,40.791725158691406,1,N,1,20.5,0.5,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-27 07:14:15,2016-01-27 08:32:22,1,13.23,,,-73.90664672851562,40.8641471862793,-73.89784240722656,40.85251235961914,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +2,2016-01-13 22:07:58,2016-01-13 22:13:06,1,0.75,,,-73.88859558105469,40.747047424316406,-73.89550018310547,40.750701904296875,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 04:58:06,2016-01-09 05:04:15,1,1.8,,,-73.95467376708984,40.69477081298828,-73.95751953125,40.71158218383789,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-05 09:32:01,2016-01-05 09:32:24,1,0.07,,,-73.87146759033203,40.77430725097656,-73.87264251708984,40.77439880371094,2,N,1,52.0,0.0,0.5,0.3,1.2,0.0,,54.0,1.0 +2,2016-01-11 09:13:35,2016-01-11 09:19:51,1,1.11,,,-73.96783447265625,40.68367004394531,-73.95634460449219,40.69080352783203,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 13:22:01,2016-01-08 13:29:19,1,0.95,,,-73.94485473632812,40.79425811767578,-73.95155334472656,40.78282165527344,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-16 08:28:46,2016-01-16 08:42:56,1,3.5,,,-73.9420166015625,40.817848205566406,-73.9769058227539,40.78017044067383,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,,17.15,1.0 +1,2016-01-19 11:15:32,2016-01-19 11:29:08,2,1.1,,,-73.9515380859375,40.79091262817383,-73.95146179199219,40.78120803833008,1,N,1,9.5,0.0,0.5,0.3,2.55,0.0,,12.85,1.0 +1,2016-01-30 20:19:00,2016-01-30 20:28:44,1,1.9,,,-73.91708374023438,40.76124954223633,-73.89331817626953,40.77294158935547,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-26 20:17:54,2016-01-26 20:36:02,1,5.53,,,-73.90716552734375,40.81694412231445,-73.86933135986328,40.8701286315918,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-29 14:40:53,2016-01-29 15:00:47,1,2.76,,,-73.86204528808594,40.73041915893555,-73.86922454833984,40.708984375,1,N,1,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +1,2016-01-24 21:07:50,2016-01-24 21:13:15,1,0.8,,,-73.97608947753906,40.68377685546875,-73.96398162841797,40.67884826660156,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-05 17:54:30,2016-01-05 17:54:33,1,0.0,,,-73.76873779296875,40.75993347167969,-73.76873779296875,40.75993347167969,5,N,2,221.0,0.0,0.0,0,0.0,0.0,,221.0,2.0 +2,2016-01-01 21:05:59,2016-01-01 21:19:34,1,2.7,,,-73.95842742919922,40.71022033691406,-73.92028045654297,40.68842697143555,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-01 04:12:58,2016-01-01 04:18:47,1,1.2,,,-73.9872817993164,40.69231414794922,-73.97599792480469,40.689170837402344,1,N,1,6.0,0.5,0.5,0.3,1.8,0.0,,9.1,1.0 +2,2016-01-01 23:11:47,2016-01-01 23:33:19,1,4.63,,,-73.91121673583984,40.67836380004883,-73.95639038085938,40.63623809814453,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-27 23:37:48,2016-01-27 23:42:30,1,0.83,,,-73.95979309082031,40.72011947631836,-73.9579086303711,40.73200225830078,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-17 06:39:28,2016-01-17 06:44:42,1,1.42,,,-73.98055267333984,40.68869400024414,-73.95530700683594,40.69084548950195,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-14 07:37:04,2016-01-14 07:40:30,1,0.52,,,-73.94091796875,40.81237030029297,-73.94599914550781,40.807029724121094,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,,6.62,1.0 +2,2016-01-01 20:50:09,2016-01-01 21:03:24,1,3.04,,,-73.9576644897461,40.71780776977539,-73.96524047851562,40.68509292602539,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-01 17:55:12,2016-01-01 18:00:33,2,1.1,,,-73.948974609375,40.794578552246094,-73.93323516845703,40.795127868652344,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-05 12:06:43,2016-01-05 12:15:48,1,1.83,,,-73.96082305908203,40.80706787109375,-73.94428253173828,40.829833984375,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-15 07:55:50,2016-01-15 07:58:06,1,0.51,,,-73.84407806396484,40.72173309326172,-73.85292053222656,40.72188186645508,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-21 10:00:36,2016-01-21 10:23:08,1,2.74,,,-73.9547119140625,40.789276123046875,-73.97505187988281,40.75470733642578,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-11 09:44:54,2016-01-11 09:52:42,1,0.9,,,-73.95866394042969,40.716915130615234,-73.9456787109375,40.725406646728516,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-06 15:43:39,2016-01-06 16:01:34,1,2.5,,,-73.96615600585938,40.803890228271484,-73.95536041259766,40.779380798339844,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-05 19:08:59,2016-01-05 19:17:04,1,1.96,,,-73.98957061767578,40.70241165161133,-73.96795654296875,40.68879699707031,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-15 08:30:10,2016-01-15 08:58:15,1,4.64,,,-73.96675872802734,40.69342803955078,-73.99365997314453,40.740848541259766,1,N,1,20.5,0.0,0.5,0.3,3.0,0.0,,24.3,1.0 +2,2016-01-09 18:00:49,2016-01-09 18:14:55,1,2.5,,,-73.98876953125,40.693382263183594,-73.95500183105469,40.68860626220703,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-27 08:16:45,2016-01-27 08:43:35,5,3.37,,,-73.90299987792969,40.72108840942383,-73.95108032226562,40.6996955871582,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-07 08:45:14,2016-01-07 08:59:26,1,3.38,,,-73.9405517578125,40.84758377075195,-73.964111328125,40.807926177978516,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-12 18:16:00,2016-01-12 18:38:32,1,4.31,,,-73.97850036621094,40.684120178222656,-73.91484069824219,40.656368255615234,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-06 19:11:24,2016-01-06 19:24:01,1,1.95,,,-73.92427062988281,40.8236198425293,-73.94033813476562,40.83618927001953,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-24 21:30:49,2016-01-24 21:56:35,2,7.07,,,-73.99291229248047,40.688499450683594,-73.91375732421875,40.7442741394043,1,N,1,25.0,0.5,0.5,0.3,6.58,0.0,,32.88,1.0 +2,2016-01-11 20:46:44,2016-01-11 20:57:53,1,1.52,,,-73.992431640625,40.68949890136719,-73.97696685791016,40.678436279296875,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-22 23:55:28,2016-01-23 00:04:41,1,1.48,,,-73.95208740234375,40.80897903442383,-73.94064331054688,40.797027587890625,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-17 16:29:42,2016-01-17 16:37:54,1,1.28,,,-73.98384857177734,40.668052673339844,-73.9979476928711,40.679725646972656,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-01 03:12:45,2016-01-01 03:15:54,1,0.77,,,-73.9146957397461,40.769447326660156,-73.92129516601562,40.76026153564453,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-07 22:59:17,2016-01-07 23:08:23,1,1.7,,,-73.90354919433594,40.74576187133789,-73.88846588134766,40.733890533447266,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-05 19:25:15,2016-01-05 19:31:56,1,0.94,,,-73.97673034667969,40.67267990112305,-73.9881820678711,40.67791748046875,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-02 08:59:12,2016-01-02 09:07:52,1,3.34,,,-73.99728393554688,40.67938232421875,-73.98046875,40.7002067565918,1,N,1,11.0,0.0,0.5,0.3,1.5,0.0,,13.3,1.0 +2,2016-01-09 02:05:59,2016-01-09 02:14:54,1,1.98,,,-73.90428161621094,40.74539566040039,-73.89139556884766,40.757568359375,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,,12.88,1.0 +2,2016-01-23 00:10:26,2016-01-23 00:31:40,2,2.89,,,-73.93315124511719,40.7068977355957,-73.96542358398438,40.71365737915039,1,N,1,13.5,0.5,0.5,0.3,2.5,0.0,,17.3,1.0 +2,2016-01-19 14:26:37,2016-01-20 00:00:00,1,1.04,,,-73.8917007446289,40.74700927734375,-73.87555694580078,40.75065612792969,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-03 02:54:24,2016-01-03 03:03:08,1,1.94,,,-73.938720703125,40.80514144897461,-73.91737365722656,40.81187438964844,1,N,1,8.5,0.5,0.5,0.3,0.11,0.0,,9.91,1.0 +1,2016-01-11 16:18:53,2016-01-11 16:25:44,1,1.0,,,-73.93467712402344,40.801353454589844,-73.94800567626953,40.79841232299805,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-29 07:47:57,2016-01-29 07:58:06,4,1.41,,,-73.99740600585938,40.67456817626953,-73.97930908203125,40.66969680786133,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-30 01:01:25,2016-01-30 01:25:00,1,4.4,,,-73.88442993164062,40.747474670410156,-73.90657806396484,40.700523376464844,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-09 06:43:36,2016-01-09 07:02:05,1,6.49,,,-73.95390319824219,40.73021697998047,-73.95238494873047,40.78968048095703,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,,21.8,1.0 +2,2016-01-06 02:11:40,2016-01-06 02:33:43,5,8.28,,,-73.99456787109375,40.62188720703125,-73.94266510009766,40.64006423950195,1,N,2,26.0,0.5,0.5,0.3,0.0,0.0,,27.3,1.0 +1,2016-01-08 09:59:59,2016-01-08 10:26:17,1,5.2,,,-73.93775177001953,40.81264877319336,-73.90142822265625,40.77655029296875,1,N,1,22.0,0.0,0.5,0.3,5.65,5.54,,33.99,1.0 +2,2016-01-30 00:22:07,2016-01-30 00:50:00,5,14.85,,,-73.9134292602539,40.76587677001953,-73.97561645507812,40.647804260253906,1,N,1,42.0,0.5,0.5,0.3,8.66,0.0,,51.96,1.0 +2,2016-01-01 21:20:40,2016-01-01 21:21:35,1,0.12,,,-73.95830535888672,40.71342849731445,-73.95616149902344,40.7140998840332,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-29 06:33:32,2016-01-29 06:35:45,1,0.95,,,-73.9455795288086,40.798858642578125,-73.93958282470703,40.810306549072266,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-28 14:41:40,2016-01-28 14:54:59,1,1.56,,,-73.95734405517578,40.811824798583984,-73.96854400634766,40.794456481933594,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-19 13:40:23,2016-01-19 13:56:46,1,2.86,,,-73.9643783569336,40.710453033447266,-73.99710845947266,40.72562789916992,1,N,1,13.5,0.0,0.5,0.3,2.0,0.0,,16.3,1.0 +1,2016-01-16 22:00:41,2016-01-16 22:06:40,1,1.4,,,-73.92893981933594,40.83359146118164,-73.9272689819336,40.819114685058594,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-17 00:48:34,2016-01-17 00:54:09,1,1.05,,,-73.99749755859375,40.6745719909668,-74.01217651367188,40.67793655395508,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-07 09:08:26,2016-01-07 09:16:11,1,1.2,,,-73.95979309082031,40.67577362060547,-73.98016357421875,40.68164825439453,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-27 17:57:34,2016-01-27 18:38:56,1,3.16,,,-73.94879913330078,40.68032455444336,-73.9145736694336,40.66189956665039,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-17 23:15:47,2016-01-17 23:23:45,1,1.68,,,-73.90895080566406,40.77837371826172,-73.92029571533203,40.76142883300781,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-30 02:08:07,2016-01-30 02:12:56,1,1.08,,,-73.95243835449219,40.81096267700195,-73.94841766357422,40.823875427246094,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-26 06:12:18,2016-01-26 06:25:26,1,2.94,,,-73.88363647460938,40.747894287109375,-73.92362976074219,40.74691390991211,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-11 09:45:46,2016-01-11 10:02:52,1,3.28,,,-73.9729232788086,40.68962097167969,-73.99995422363281,40.724281311035156,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-15 16:22:53,2016-01-15 16:43:05,2,2.53,,,-73.95234680175781,40.789852142333984,-73.9227066040039,40.80926513671875,1,N,1,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-27 00:24:28,2016-01-27 00:32:55,1,1.8,,,-73.89149475097656,40.74665832519531,-73.89440155029297,40.72652053833008,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-16 20:14:52,2016-01-16 20:27:34,1,2.93,,,-73.94883728027344,40.784828186035156,-73.97967529296875,40.76108169555664,1,N,1,11.5,0.5,0.5,0.3,1.92,0.0,,14.72,1.0 +2,2016-01-11 03:42:55,2016-01-11 03:49:52,1,2.25,,,-73.98189544677734,40.685726165771484,-73.95270538330078,40.693363189697266,1,N,1,8.5,0.5,0.5,0.3,4.0,0.0,,13.8,1.0 +2,2016-01-15 01:37:40,2016-01-15 01:44:51,2,1.3,,,-73.91424560546875,40.77531814575195,-73.92481231689453,40.761741638183594,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-24 14:12:19,2016-01-24 14:24:33,1,1.52,,,-73.95285034179688,40.810386657714844,-73.96522521972656,40.79191970825195,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-17 17:31:01,2016-01-17 17:35:40,1,0.6,,,-73.94467163085938,40.68015670776367,-73.93795776367188,40.682838439941406,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-19 22:02:20,2016-01-19 22:20:01,5,8.42,,,-73.91490936279297,40.763893127441406,-73.96815490722656,40.689876556396484,1,N,2,25.5,0.5,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-04 11:08:04,2016-01-04 11:17:55,1,2.76,,,-73.98461151123047,40.69651412963867,-74.00706481933594,40.705230712890625,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-27 00:13:13,2016-01-27 00:27:32,1,6.5,,,-73.92842864990234,40.82914352416992,-73.96643829345703,40.764381408691406,5,N,1,25.0,0.0,0.0,0,5.0,0.0,,30.0,2.0 +2,2016-01-15 12:58:45,2016-01-15 13:19:00,1,2.23,,,-73.9654541015625,40.71077346801758,-73.99044036865234,40.717140197753906,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-08 18:02:59,2016-01-08 18:06:24,1,0.49,,,-73.91896057128906,40.75910568237305,-73.91358184814453,40.76564025878906,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-16 19:45:26,2016-01-16 19:58:07,1,2.42,,,-73.98143005371094,40.68954849243164,-73.99626159667969,40.6619987487793,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-16 19:25:09,2016-01-16 19:41:37,1,7.03,,,-73.8442153930664,40.721412658691406,-73.76651763916016,40.665916442871094,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,,22.3,1.0 +1,2016-01-10 18:05:13,2016-01-10 18:19:54,2,3.4,,,-73.9468002319336,40.74546813964844,-73.93309020996094,40.706939697265625,1,N,1,13.5,0.0,0.5,0.3,3.55,0.0,,17.85,1.0 +2,2016-01-29 19:59:02,2016-01-29 20:09:33,1,2.0,,,-73.95189666748047,40.72323226928711,-73.95726013183594,40.74544143676758,1,N,1,9.5,1.0,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-28 22:38:48,2016-01-28 22:48:06,1,2.18,,,-73.89581298828125,40.741058349609375,-73.90081787109375,40.713623046875,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-10 16:34:42,2016-01-10 16:47:31,4,1.3,,,-73.86390686035156,40.732994079589844,-73.8683853149414,40.75001907348633,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-02 19:20:18,2016-01-02 19:25:46,1,1.15,,,-73.95361328125,40.7907829284668,-73.97150421142578,40.7950553894043,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-04 10:18:25,2016-01-04 10:30:59,1,2.1,,,-73.95503234863281,40.688812255859375,-73.9398193359375,40.707767486572266,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-28 01:19:12,2016-01-28 01:21:07,1,0.58,,,-73.95234680175781,40.789878845214844,-73.9486083984375,40.796817779541016,1,N,1,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 23:45:21,2016-01-16 23:58:06,1,2.8,,,-73.82998657226562,40.75945281982422,-73.81278991699219,40.786590576171875,1,N,1,12.0,0.5,0.5,0.3,1.0,0.0,,14.3,1.0 +1,2016-01-10 06:25:05,2016-01-10 06:53:58,2,5.7,,,-73.95276641845703,40.72702407836914,-73.91999053955078,40.68821716308594,1,N,2,23.0,0.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-19 14:54:45,2016-01-19 15:12:24,1,3.54,,,-73.9217529296875,40.76681900024414,-73.87095642089844,40.75157928466797,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-17 00:41:14,2016-01-17 01:00:30,5,2.92,,,-73.95014190673828,40.721946716308594,-73.98170471191406,40.72128677368164,1,N,1,14.5,0.5,0.5,0.3,2.0,0.0,,17.8,1.0 +1,2016-01-20 08:14:05,2016-01-20 09:12:33,1,11.8,,,-73.99850463867188,40.69320297241211,-73.86320495605469,40.767234802246094,1,N,1,45.5,0.0,0.5,0.3,11.55,0.0,,57.85,1.0 +1,2016-01-21 18:08:19,2016-01-21 18:23:09,1,2.0,,,-73.97850036621094,40.683837890625,-73.99111938476562,40.660980224609375,1,N,1,10.5,1.0,0.5,0.3,3.05,0.0,,15.35,1.0 +1,2016-01-04 10:14:17,2016-01-04 10:24:35,2,2.2,,,-73.95914459228516,40.81351089477539,-73.94328308105469,40.83834457397461,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-01 23:32:00,2016-01-01 23:40:19,1,2.9,,,-73.9924545288086,40.702571868896484,-73.99829864501953,40.68197250366211,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-26 23:49:22,2016-01-27 00:06:47,1,2.91,,,-73.9657211303711,40.71443557739258,-73.94476318359375,40.68756866455078,1,N,1,13.0,0.5,0.5,0.3,1.5,0.0,,15.8,1.0 +2,2016-01-22 21:54:41,2016-01-22 21:57:26,1,0.71,,,-73.99208068847656,40.69940185546875,-73.99949645996094,40.69348907470703,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-09 02:20:41,2016-01-09 02:24:11,2,1.2,,,-73.93707275390625,40.69296646118164,-73.93140411376953,40.679603576660156,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 19:36:01,2016-01-22 19:42:31,1,0.8,,,-73.92138671875,40.76654815673828,-73.92001342773438,40.757789611816406,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-24 13:15:52,2016-01-24 13:24:37,1,1.24,,,-73.97927856445312,40.66073989868164,-73.98762512207031,40.67154312133789,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-25 16:19:24,2016-01-25 17:07:22,1,4.8,,,-73.84398651123047,40.72172164916992,-73.87261199951172,40.772029876708984,1,N,2,30.5,1.0,0.5,0.3,0.0,0.0,,32.3,1.0 +2,2016-01-24 12:55:20,2016-01-24 13:02:46,1,1.51,,,-73.86534881591797,40.82778549194336,-73.85581970214844,40.84218215942383,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-13 08:05:35,2016-01-13 08:36:18,1,5.58,,,-73.93164825439453,40.76808166503906,-73.99089050292969,40.73392105102539,1,N,1,23.0,0.0,0.5,0.3,4.76,0.0,,28.56,1.0 +2,2016-01-17 00:44:58,2016-01-17 00:49:15,1,0.74,,,-73.90310668945312,40.74555587768555,-73.90825653076172,40.736717224121094,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 06:03:28,2016-01-01 06:15:03,1,3.15,,,-73.91938781738281,40.86815643310547,-73.89656829833984,40.906517028808594,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,,16.0,1.0 +2,2016-01-13 22:59:51,2016-01-13 23:05:02,1,1.74,,,-73.9765853881836,40.68281555175781,-73.95283508300781,40.66978454589844,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-16 22:00:00,2016-01-16 22:14:29,1,2.34,,,-73.93904113769531,40.80517578125,-73.96783447265625,40.8019905090332,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,,14.76,1.0 +2,2016-01-07 08:21:46,2016-01-07 08:35:03,1,2.58,,,-73.84820556640625,40.819419860839844,-73.86663055419922,40.82084655761719,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-20 12:38:05,2016-01-20 12:56:57,1,4.18,,,-73.826904296875,40.712745666503906,-73.88522338867188,40.747711181640625,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-01 13:55:46,2016-01-01 14:00:58,1,0.78,,,-73.90618896484375,40.7728157043457,-73.91521453857422,40.763729095458984,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,,7.3,1.0 +1,2016-01-12 09:29:26,2016-01-12 09:44:25,1,4.0,,,-73.86994171142578,40.733604431152344,-73.94388580322266,40.746665954589844,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-28 21:39:17,2016-01-28 21:41:58,1,0.65,,,-73.90515899658203,40.83998489379883,-73.89946746826172,40.847023010253906,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-01 01:21:13,2016-01-01 01:45:55,3,8.0,,,-73.892822265625,40.861873626708984,-73.94458770751953,40.78465270996094,1,N,2,26.5,0.5,0.5,0.3,0.0,0.0,,27.8,1.0 +2,2016-01-02 15:59:31,2016-01-02 16:02:03,1,0.69,,,-73.95584106445312,40.69084167480469,-73.96650695800781,40.69163131713867,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-27 13:45:57,2016-01-28 00:00:00,1,3.26,,,-73.96287536621094,40.71723556518555,-74.0011215209961,40.72414779663086,1,N,1,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-22 21:15:02,2016-01-22 21:15:27,3,0.1,,,-73.93724822998047,40.80448532104492,-73.936767578125,40.804039001464844,1,N,3,2.5,0.5,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-24 18:56:31,2016-01-24 19:06:23,1,2.2,,,-73.93915557861328,40.80521011352539,-73.96549987792969,40.792903900146484,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-10 15:54:04,2016-01-10 16:10:51,5,1.96,,,-73.8694076538086,40.73458480834961,-73.87520599365234,40.75724792480469,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,,15.38,1.0 +2,2016-01-27 22:17:30,2016-01-27 22:43:55,1,7.43,,,-73.96183013916016,40.80556869506836,-73.91632843017578,40.76634979248047,1,N,1,24.5,0.5,0.5,0.3,5.16,0.0,,30.96,1.0 +1,2016-01-03 02:57:04,2016-01-03 03:01:29,1,0.8,,,-73.9041976928711,40.753700256347656,-73.9186019897461,40.75886535644531,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-20 13:50:11,2016-01-20 14:08:10,1,3.26,,,-73.97891235351562,40.693458557128906,-73.94428253173828,40.7139778137207,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-12 16:38:57,2016-01-12 16:44:59,2,0.71,,,-73.90345001220703,40.745445251464844,-73.90312194824219,40.73967361450195,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-06 00:35:16,2016-01-06 00:57:22,1,6.54,,,-73.97872161865234,40.683963775634766,-73.89314270019531,40.69744873046875,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-02 17:43:38,2016-01-02 17:50:28,1,0.95,,,-73.94757843017578,40.80860900878906,-73.95494842529297,40.799354553222656,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-26 21:49:40,2016-01-26 22:02:46,1,2.76,,,-73.9215316772461,40.76669692993164,-73.87345123291016,40.7625732421875,1,N,1,12.0,0.5,0.5,0.3,3.32,0.0,,16.62,1.0 +2,2016-01-05 17:34:24,2016-01-05 17:46:06,3,1.59,,,-73.84416198730469,40.72096633911133,-73.85448455810547,40.74259567260742,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-09 22:35:22,2016-01-09 22:40:49,1,1.12,,,-73.94140625,40.679954528808594,-73.94541931152344,40.69081497192383,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-29 08:34:23,2016-01-29 08:37:04,1,0.65,,,-73.9561538696289,40.81309509277344,-73.94808197021484,40.81681823730469,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-13 19:48:47,2016-01-13 19:59:30,1,1.3,,,-73.88504028320312,40.744178771972656,-73.86959075927734,40.749080657958984,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-27 14:46:31,2016-01-27 15:00:04,1,1.82,,,-73.87983703613281,40.737457275390625,-73.9089584350586,40.74496841430664,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-27 18:00:07,2016-01-27 18:12:28,1,1.41,,,-73.87113952636719,40.73400115966797,-73.86951446533203,40.72433090209961,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-22 19:39:07,2016-01-22 19:55:55,1,3.16,,,-73.9393539428711,40.80495071411133,-73.96847534179688,40.76491165161133,1,N,1,14.0,1.0,0.5,0.3,3.95,0.0,,19.75,1.0 +2,2016-01-10 15:43:49,2016-01-10 15:52:36,1,0.96,,,-73.97858428955078,40.68442916870117,-73.99079132080078,40.686180114746094,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,,10.14,1.0 +2,2016-01-02 15:31:04,2016-01-02 15:35:03,1,0.88,,,-73.92998504638672,40.86235046386719,-73.92794799804688,40.85480880737305,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-04 12:52:51,2016-01-04 12:53:54,1,0.17,,,-73.99453735351562,40.66032791137695,-73.99689483642578,40.658050537109375,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-13 06:59:26,2016-01-13 07:01:51,1,0.67,,,-73.95256042480469,40.810829162597656,-73.94985961914062,40.81794738769531,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +1,2016-01-05 17:38:53,2016-01-05 17:52:15,1,1.8,,,-73.94434356689453,40.79491424560547,-73.96997833251953,40.79483413696289,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,,13.3,1.0 +2,2016-01-16 20:28:19,2016-01-16 20:36:48,1,1.29,,,-73.95713806152344,40.718360900878906,-73.96839141845703,40.71112823486328,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-22 21:44:10,2016-01-22 21:48:51,1,0.63,,,-73.9432373046875,40.80693435668945,-73.94432067871094,40.81397247314453,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-27 18:47:43,2016-01-27 18:49:50,1,0.0,,,-73.92826080322266,40.763633728027344,-73.92833709716797,40.763526916503906,5,N,3,-9.0,0.0,0.0,0,0.0,0.0,,-9.0,2.0 +2,2016-01-28 21:05:39,2016-01-28 21:11:56,1,0.71,,,-73.91187286376953,40.77522277832031,-73.90062713623047,40.77183532714844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-26 01:51:11,2016-01-26 02:06:53,2,3.76,,,-73.88946533203125,40.74711608886719,-73.90584564208984,40.70695877075195,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-02 14:37:11,2016-01-02 14:40:49,1,0.6,,,-73.95811462402344,40.80088424682617,-73.95257568359375,40.80296325683594,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 20:40:50,2016-01-10 20:26:54,1,0.83,,,-73.95117950439453,40.710975646972656,-73.96266174316406,40.7150993347168,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 20:17:08,2016-01-22 20:19:33,1,0.67,,,-73.94694519042969,40.80839538574219,-73.94031524658203,40.80908203125,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-05 21:11:18,2016-01-05 21:18:38,1,1.16,,,-73.87637329101562,40.74840545654297,-73.86543273925781,40.7557373046875,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 18:59:49,2016-01-09 19:04:34,1,0.89,,,-73.9506607055664,40.785850524902344,-73.94755554199219,40.79585647583008,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,,7.88,1.0 +2,2016-01-07 19:41:50,2016-01-07 19:48:21,1,0.89,,,-73.9574203491211,40.71805191040039,-73.9445571899414,40.72557830810547,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-18 21:02:57,2016-01-18 21:17:30,1,3.11,,,-73.98482513427734,40.673583984375,-73.95204162597656,40.68761444091797,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,,17.25,1.0 +2,2016-01-16 14:10:51,2016-01-16 14:25:03,1,2.15,,,-73.91546630859375,40.754180908203125,-73.94783782958984,40.763916015625,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-11 08:57:04,2016-01-11 09:09:30,1,1.37,,,-73.96904754638672,40.69313430786133,-73.98965454101562,40.692317962646484,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-08 18:23:34,2016-01-08 18:37:14,1,3.43,,,-73.89128875732422,40.746826171875,-73.87252807617188,40.77445602416992,1,N,1,14.0,1.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-02 21:23:05,2016-01-02 21:28:59,1,0.74,,,-73.97100067138672,40.681270599365234,-73.97791290283203,40.68684768676758,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-02 15:57:31,2016-01-02 16:14:24,1,5.77,,,-73.92062377929688,40.743614196777344,-73.98331451416016,40.728328704833984,1,N,1,18.5,0.0,0.5,0.3,2.8,0.0,,22.1,1.0 +2,2016-01-09 23:12:23,2016-01-09 23:25:03,1,2.56,,,-73.95423126220703,40.68516540527344,-73.95582580566406,40.714046478271484,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,,14.16,1.0 +2,2016-01-22 18:18:17,2016-01-22 18:30:27,1,1.16,,,-73.86927795410156,40.73396301269531,-73.86742401123047,40.742244720458984,1,N,1,9.0,1.0,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-09 18:12:51,2016-01-09 18:23:41,3,1.86,,,-73.97769165039062,40.684627532958984,-73.98987579345703,40.70258712768555,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,,12.3,1.0 +2,2016-01-25 09:48:25,2016-01-25 09:54:43,5,0.97,,,-73.82984924316406,40.71369171142578,-73.8138656616211,40.70967102050781,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-27 10:16:29,2016-01-27 10:28:40,1,1.63,,,-73.9589614868164,40.681861877441406,-73.9820327758789,40.69203186035156,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-01 10:41:54,2016-01-01 10:52:21,1,2.91,,,-73.94718170166016,40.80567169189453,-73.97899627685547,40.781761169433594,1,N,1,11.0,0.0,0.5,0.3,3.54,0.0,,15.34,1.0 +2,2016-01-22 20:42:47,2016-01-22 20:50:36,1,1.74,,,-73.95116424560547,40.73050308227539,-73.94313049316406,40.70674133300781,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +2,2016-01-02 17:03:56,2016-01-02 17:18:40,1,2.1,,,-73.94083404541016,40.80587387084961,-73.9502944946289,40.82640838623047,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-01 22:46:17,2016-01-01 22:58:30,1,2.69,,,-73.93524932861328,40.79612731933594,-73.95600128173828,40.8222770690918,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-08 05:25:53,2016-01-08 05:43:25,1,7.01,,,-73.9566650390625,40.74850845336914,-74.01229095458984,40.701351165771484,1,N,1,21.5,0.5,0.5,0.3,5.67,5.54,,34.01,1.0 +2,2016-01-30 10:15:58,2016-01-30 10:26:48,1,2.97,,,-73.92571258544922,40.76181411743164,-73.95939636230469,40.76308822631836,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-12 17:05:45,2016-01-12 17:08:18,1,0.38,,,-73.90277099609375,40.74616622924805,-73.90643310546875,40.74582290649414,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 17:46:09,2016-01-21 18:05:55,2,1.93,,,-73.97595977783203,40.68392562866211,-73.94808959960938,40.67331314086914,1,N,1,13.0,1.0,0.5,0.3,2.0,0.0,,16.8,1.0 +2,2016-01-28 21:55:23,2016-01-28 22:10:25,1,3.76,,,-73.8743667602539,40.73504638671875,-73.91648864746094,40.70351791381836,1,N,1,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-12 07:13:25,2016-01-12 07:31:00,1,3.01,,,-73.935302734375,40.80051803588867,-73.95467376708984,40.765953063964844,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-20 01:25:59,2016-01-20 01:34:18,1,1.39,,,-73.9620132446289,40.81035614013672,-73.94759368896484,40.807289123535156,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-12 20:27:37,2016-01-12 20:30:36,1,0.4,,,-73.84431457519531,40.72132110595703,-73.83997344970703,40.720157623291016,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-06 19:23:24,2016-01-06 19:33:15,1,1.38,,,-73.94358825683594,40.81047439575195,-73.93241882324219,40.79945373535156,1,N,1,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-20 22:48:06,2016-01-20 23:08:42,2,4.33,,,-73.977294921875,40.681190490722656,-73.91806030273438,40.70183181762695,1,N,1,17.0,0.5,0.5,0.3,3.66,0.0,,21.96,1.0 +1,2016-01-25 23:11:56,2016-01-25 23:19:37,2,1.3,,,-73.91217803955078,40.69956970214844,-73.91445922851562,40.685401916503906,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-30 23:42:53,2016-01-31 00:13:09,1,6.94,,,-73.95698547363281,40.7210807800293,-74.00886535644531,40.738895416259766,1,N,1,26.0,0.5,0.5,0.3,5.46,0.0,,32.76,1.0 +2,2016-01-04 17:59:42,2016-01-04 18:54:59,1,9.4,,,-73.86209106445312,40.73038864135742,-73.94129180908203,40.78514862060547,1,N,2,31.5,1.0,0.5,0.3,0.0,0.0,,33.3,1.0 +2,2016-01-28 08:02:46,2016-01-28 08:18:10,1,2.21,,,-73.94243621826172,40.81218338012695,-73.96531677246094,40.79110336303711,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-04 11:43:43,2016-01-04 11:45:16,1,0.35,,,-73.88518524169922,40.74409103393555,-73.8909912109375,40.746585845947266,1,N,1,3.5,0.0,0.5,0.3,1.29,0.0,,5.59,1.0 +2,2016-01-08 22:56:54,2016-01-08 23:00:19,1,0.84,,,-73.92324829101562,40.67902374267578,-73.93887329101562,40.6799201965332,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-18 17:55:17,2016-01-18 18:04:28,1,1.02,,,-73.87096405029297,40.73398208618164,-73.88246154785156,40.74169921875,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-12 20:14:13,2016-01-12 20:22:55,1,2.47,,,-73.9873275756836,40.692527770996094,-73.96844482421875,40.70866012573242,1,N,1,10.0,0.5,0.5,0.3,3.39,0.0,,14.69,1.0 +2,2016-01-19 11:08:46,2016-01-19 11:13:15,1,1.07,,,-73.96119689941406,40.72078323364258,-73.95464324951172,40.73235321044922,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-27 10:34:47,2016-01-27 10:59:53,3,2.98,,,-73.99093627929688,40.694698333740234,-73.94466400146484,40.68009567260742,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-28 21:48:46,2016-01-28 22:00:39,1,1.7,,,-73.96074676513672,40.660194396972656,-73.9607162475586,40.66017532348633,1,N,3,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-05 20:05:53,2016-01-05 20:10:21,1,1.0,,,-73.98717498779297,40.702396392822266,-73.97464752197266,40.696998596191406,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-07 22:46:30,2016-01-07 22:53:48,1,1.68,,,-73.93152618408203,40.70366668701172,-73.94000244140625,40.68526077270508,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 05:30:38,2016-01-30 05:42:35,1,3.27,,,-73.96208190917969,40.716026306152344,-73.92909240722656,40.6894645690918,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-09 18:13:34,2016-01-09 18:28:58,1,3.25,,,-73.95844268798828,40.71720886230469,-73.91346740722656,40.702938079833984,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-14 10:36:59,2016-01-14 10:53:34,1,7.2,,,-73.9215087890625,40.766746520996094,-73.84162139892578,40.720462799072266,1,N,1,22.5,0.0,0.5,0.3,4.66,0.0,,27.96,1.0 +2,2016-01-07 00:11:14,2016-01-07 00:18:13,5,1.52,,,-73.9034423828125,40.74534606933594,-73.9002685546875,40.7279052734375,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-05 17:48:42,2016-01-05 17:51:24,1,0.48,,,-73.9111557006836,40.775787353515625,-73.91607666015625,40.772743225097656,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-21 16:58:57,2016-01-21 17:02:10,1,0.46,,,-73.9922866821289,40.69001388549805,-73.99174499511719,40.684932708740234,1,N,1,4.0,1.0,0.5,0.3,1.16,0.0,,6.96,1.0 +1,2016-01-30 21:35:46,2016-01-30 21:43:36,1,0.6,,,-73.96207427978516,40.684844970703125,-73.95865631103516,40.68196487426758,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-08 08:33:02,2016-01-08 08:58:28,1,2.73,,,-73.96607208251953,40.804161071777344,-73.95358276367188,40.77941131591797,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +1,2016-01-22 21:56:48,2016-01-22 22:00:45,1,0.6,,,-73.97715759277344,40.68144607543945,-73.9822998046875,40.67408752441406,1,Y,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-24 16:30:28,2016-01-24 16:46:54,1,4.6,,,-73.939208984375,40.80543899536133,-73.87458038330078,40.82926940917969,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-20 14:26:41,2016-01-20 14:47:37,1,4.11,,,-73.98645782470703,40.68986511230469,-73.95360565185547,40.63834762573242,1,N,1,16.5,0.0,0.5,0.3,2.0,0.0,,19.3,1.0 +2,2016-01-07 12:08:55,2016-01-07 12:16:09,1,1.19,,,-73.87499237060547,40.7352294921875,-73.87933349609375,40.73118209838867,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-01 22:47:25,2016-01-01 22:58:21,1,2.4,,,-73.99205780029297,40.694393157958984,-73.96896362304688,40.67487716674805,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,,14.15,1.0 +1,2016-01-21 07:51:35,2016-01-21 07:58:13,1,1.5,,,-73.99057006835938,40.702613830566406,-74.0042953491211,40.712860107421875,1,N,1,7.0,0.0,0.5,0.3,1.5,0.0,,9.3,1.0 +2,2016-01-07 16:15:11,2016-01-07 16:19:19,1,0.8,,,-73.96607208251953,40.805240631103516,-73.96929168701172,40.79545974731445,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-01 03:07:07,2016-01-01 03:12:46,5,1.43,,,-73.8440933227539,40.721107482910156,-73.82268524169922,40.71365737915039,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-08 18:54:52,2016-01-08 19:07:27,1,2.07,,,-73.99201202392578,40.66260528564453,-73.98571014404297,40.68552017211914,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-16 08:40:09,2016-01-16 09:03:07,1,4.3,,,-73.94507598876953,40.807559967041016,-73.92593383789062,40.762603759765625,1,N,2,18.0,0.0,0.5,0.3,0.0,5.54,,24.34,1.0 +2,2016-01-27 23:03:59,2016-01-27 23:04:07,1,0.0,,,-73.94469451904297,40.834449768066406,-73.9447021484375,40.834449768066406,5,N,1,15.0,0.0,0.0,0,0.0,0.0,,15.0,2.0 +1,2016-01-01 17:28:28,2016-01-01 17:36:16,2,0.9,,,-73.88310241699219,40.74988555908203,-73.89117431640625,40.75625228881836,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-19 20:43:26,2016-01-19 20:47:46,3,0.97,,,-73.93229675292969,40.795536041259766,-73.9441146850586,40.79050827026367,1,N,1,5.5,0.5,0.5,0.3,1.2,0.0,,8.0,1.0 +2,2016-01-30 11:34:45,2016-01-30 11:47:50,1,2.29,,,-73.92826843261719,40.85672378540039,-73.91028594970703,40.87444305419922,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-02 10:16:21,2016-01-02 10:54:56,1,5.1,,,-73.87053680419922,40.73353576660156,-73.87056732177734,40.732940673828125,1,N,2,28.5,0.0,0.5,0.3,0.0,0.0,,29.3,1.0 +2,2016-01-30 16:01:46,2016-01-30 16:11:39,1,1.72,,,-73.97273254394531,40.685638427734375,-73.99754333496094,40.69118881225586,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-03 19:27:49,2016-01-03 19:36:28,1,2.5,,,-73.86914825439453,40.73432922363281,-73.8794937133789,40.705177307128906,1,N,3,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-17 02:59:32,2016-01-17 03:04:49,1,0.88,,,-73.88263702392578,40.747703552246094,-73.87386322021484,40.75421142578125,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 16:49:10,2016-01-22 16:54:05,1,0.68,,,-73.93901062011719,40.805145263671875,-73.94257354736328,40.81181716918945,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-29 18:51:16,2016-01-29 18:58:55,1,1.22,,,-73.9535140991211,40.79079818725586,-73.95549774169922,40.77774429321289,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-14 23:29:08,2016-01-14 23:31:15,1,0.32,,,-73.87178039550781,40.73419189453125,-73.87369537353516,40.73849105834961,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,,5.76,1.0 +2,2016-01-01 15:45:21,2016-01-01 16:08:06,2,7.42,,,-73.94334411621094,40.81089782714844,-74.0000228881836,40.74592971801758,1,N,2,26.0,0.0,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-18 21:51:18,2016-01-18 21:54:11,1,0.47,,,-73.83003234863281,40.713722229003906,-73.8299331665039,40.70945358276367,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,,6.62,1.0 +1,2016-01-04 11:55:20,2016-01-04 12:02:55,1,1.1,,,-73.99430084228516,40.694828033447266,-74.00357818603516,40.68325424194336,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-30 11:12:17,2016-01-31 00:00:00,1,2.14,,,-73.8675765991211,40.757503509521484,-73.8692626953125,40.734256744384766,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-07 17:27:26,2016-01-07 17:40:40,1,1.62,,,-73.95355224609375,40.788818359375,-73.95784759521484,40.770423889160156,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,,14.76,1.0 +1,2016-01-29 18:44:25,2016-01-29 18:53:39,1,1.1,,,-73.87055969238281,40.75103759765625,-73.87157440185547,40.76316452026367,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-22 11:44:46,2016-01-22 11:52:28,1,1.23,,,-73.92225646972656,40.743797302246094,-73.94502258300781,40.746910095214844,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 14:03:32,2016-01-04 14:12:09,1,1.29,,,-73.92171478271484,40.766788482666016,-73.91775512695312,40.77813720703125,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-10 12:14:26,2016-01-10 12:43:10,1,7.6,,,-73.93781280517578,40.82361602783203,-73.99517059326172,40.74991989135742,1,N,1,27.0,0.0,0.5,0.3,1.5,0.0,,29.3,1.0 +2,2016-01-10 05:52:08,2016-01-10 06:28:53,1,13.61,,,-73.8881607055664,40.73908615112305,-73.90424346923828,40.86144256591797,1,N,2,41.0,0.5,0.5,0.3,0.0,0.0,,42.3,1.0 +1,2016-01-12 06:57:03,2016-01-12 07:05:11,1,0.4,,,-73.9813003540039,40.689979553222656,-73.9796371459961,40.69356918334961,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-17 17:47:43,2016-01-17 17:54:39,1,1.15,,,-73.95668029785156,40.67416000366211,-73.96065521240234,40.65949630737305,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 18:51:32,2016-01-01 18:59:27,1,1.68,,,-73.94514465332031,40.81834411621094,-73.93390655517578,40.80235290527344,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-22 18:22:49,2016-01-22 18:32:06,1,2.13,,,-73.94798278808594,40.824920654296875,-73.96549224853516,40.800376892089844,1,N,1,9.0,1.0,0.5,0.3,3.24,0.0,,14.04,1.0 +2,2016-01-16 10:44:55,2016-01-16 10:46:48,1,0.5,,,-73.93921661376953,40.80574035644531,-73.94351959228516,40.79948043823242,1,N,1,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-19 21:03:56,2016-01-19 21:21:57,1,2.86,,,-73.97357177734375,40.69801330566406,-73.98258972167969,40.66551971435547,1,N,1,14.0,0.5,0.5,0.3,4.59,0.0,,19.89,1.0 +2,2016-01-14 07:33:24,2016-01-14 08:01:51,1,3.76,,,-73.95870208740234,40.67873764038086,-74.00122833251953,40.66059112548828,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-01 21:11:58,2016-01-01 21:26:16,1,3.1,,,-73.93959045410156,40.81568145751953,-73.93846130371094,40.849273681640625,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,,17.16,1.0 +2,2016-01-16 18:22:00,2016-01-16 18:29:43,1,0.9,,,-73.94512176513672,40.800201416015625,-73.9525146484375,40.807945251464844,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 14:23:44,2016-01-01 14:28:49,1,1.21,,,-73.8944320678711,40.6666374206543,-73.9032974243164,40.67836380004883,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-25 17:33:05,2016-01-25 17:47:26,1,2.22,,,-73.95906066894531,40.80937194824219,-73.97924041748047,40.78425216674805,1,N,1,11.5,1.0,0.5,0.3,2.75,0.0,,16.05,1.0 +1,2016-01-11 18:13:05,2016-01-11 18:15:54,1,0.9,,,-73.84986114501953,40.82685089111328,-73.837890625,40.824134826660156,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-20 09:30:02,2016-01-20 09:37:12,1,1.2,,,-73.93795776367188,40.80065155029297,-73.9517822265625,40.79337692260742,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-16 10:47:57,2016-01-16 10:55:24,1,1.4,,,-73.95284271240234,40.80796432495117,-73.96649932861328,40.792484283447266,1,N,1,7.5,0.0,0.5,0.3,1.25,0.0,,9.55,1.0 +2,2016-01-19 03:28:49,2016-01-19 03:42:20,1,3.07,,,-73.95264434814453,40.71392059326172,-73.91556549072266,40.6986083984375,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +1,2016-01-02 23:18:54,2016-01-02 23:27:21,1,2.0,,,-73.94877624511719,40.80339050292969,-73.97064208984375,40.786651611328125,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-08 14:13:46,2016-01-08 14:42:42,1,5.29,,,-73.95452117919922,40.686302185058594,-73.93919372558594,40.748451232910156,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,,23.3,1.0 +2,2016-01-05 17:07:39,2016-01-05 17:14:38,1,1.6,,,-73.94237518310547,40.806217193603516,-73.94261169433594,40.7908935546875,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-01 19:05:15,2016-01-01 19:25:51,2,2.19,,,-73.87445068359375,40.7448844909668,-73.87093353271484,40.73357391357422,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-15 20:04:58,2016-01-15 20:08:49,1,0.75,,,-73.83023834228516,40.71370315551758,-73.82096862792969,40.71546936035156,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-01 00:57:32,2016-01-01 01:12:27,1,3.0,,,-73.9638671875,40.802913665771484,-73.9477767944336,40.834774017333984,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,,15.8,1.0 +2,2016-01-07 02:14:08,2016-01-07 02:17:52,1,0.87,,,-73.91081237792969,40.775970458984375,-73.89897155761719,40.77315902709961,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-11 18:41:55,2016-01-11 18:48:39,1,1.2,,,-73.95464324951172,40.69093322753906,-73.9773941040039,40.69000244140625,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-01 07:53:18,2016-01-01 07:59:36,1,1.54,,,-73.81507873535156,40.731075286865234,-73.8255844116211,40.74375915527344,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-26 21:51:44,2016-01-26 21:53:09,1,0.47,,,-73.9437026977539,40.82054901123047,-73.94406127929688,40.81500244140625,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-24 12:47:09,2016-01-24 12:58:51,6,1.49,,,-73.94309997558594,40.70160675048828,-73.9571533203125,40.68855667114258,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-29 00:40:07,2016-01-29 00:45:10,1,1.05,,,-73.89089965820312,40.74643325805664,-73.89689636230469,40.73548126220703,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 14:32:17,2016-01-13 15:11:34,1,4.44,,,-73.96094512939453,40.80685806274414,-73.97301483154297,40.758995056152344,1,N,1,25.5,0.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-14 23:26:15,2016-01-14 23:48:57,1,9.03,,,-73.95585632324219,40.80464172363281,-73.86148071289062,40.89469528198242,1,N,1,28.0,0.5,0.5,0.3,0.0,0.0,,29.3,1.0 +2,2016-01-14 21:44:59,2016-01-14 22:00:52,1,2.84,,,-73.97816467285156,40.686012268066406,-73.93138885498047,40.69447326660156,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-05 22:54:21,2016-01-05 22:58:15,1,0.94,,,-73.94058990478516,40.8139533996582,-73.93938446044922,40.804298400878906,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-14 17:59:49,2016-01-14 18:01:40,1,0.2,,,-73.92169952392578,40.76666259765625,-73.92445373535156,40.764892578125,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-20 23:12:46,2016-01-20 23:54:03,1,12.02,,,-73.9558334350586,40.71415328979492,-73.95683288574219,40.82094955444336,1,N,2,40.0,0.5,0.5,0.3,0.0,0.0,,41.3,1.0 +1,2016-01-19 13:14:04,2016-01-19 13:23:26,1,1.5,,,-73.95922088623047,40.80923080444336,-73.94080352783203,40.81485366821289,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,,10.3,1.0 +2,2016-01-04 14:54:34,2016-01-04 15:04:09,1,2.66,,,-73.91358947753906,40.765586853027344,-73.87749481201172,40.75372314453125,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-18 03:33:49,2016-01-18 03:43:08,1,2.9,,,-73.96147918701172,40.71855163574219,-73.96279907226562,40.68479537963867,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-16 01:16:36,2016-01-16 01:21:54,1,1.5,,,-73.94219970703125,40.75426483154297,-73.92754364013672,40.77231979370117,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-20 08:28:30,2016-01-20 08:35:59,1,0.9,,,-73.96879577636719,40.689449310302734,-73.9840087890625,40.6922492980957,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,,8.75,1.0 +2,2016-01-07 15:11:48,2016-01-07 15:23:04,1,1.84,,,-73.93902587890625,40.80527877807617,-73.9490966796875,40.82321548461914,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-07 09:05:38,2016-01-07 09:14:18,1,2.63,,,-73.80753326416016,40.70035171508789,-73.80143737792969,40.67475891113281,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-10 00:35:58,2016-01-10 00:42:25,1,1.38,,,-73.93929290771484,40.805301666259766,-73.94356536865234,40.79022979736328,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 23:50:53,2016-01-15 23:58:49,1,1.49,,,-73.94486999511719,40.808555603027344,-73.92543029785156,40.80972671508789,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-21 22:24:27,2016-01-21 22:50:08,1,7.12,,,-73.94277954101562,40.74705123901367,-73.97647094726562,40.67313766479492,1,N,1,24.5,0.5,0.5,0.3,6.0,0.0,,31.8,1.0 +2,2016-01-25 12:24:35,2016-01-25 13:06:06,1,6.97,,,-74.00330352783203,40.65178298950195,-73.89688110351562,40.676029205322266,1,N,1,29.0,0.0,0.5,0.3,5.96,0.0,,35.76,1.0 +2,2016-01-02 21:06:22,2016-01-02 21:10:43,1,0.65,,,-73.94441223144531,40.71480941772461,-73.955322265625,40.71411895751953,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-14 00:14:23,2016-01-14 00:20:30,1,1.44,,,-73.89055633544922,40.74803161621094,-73.86998748779297,40.75471115112305,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-18 08:57:06,2016-01-18 09:00:38,1,0.8,,,-73.95558166503906,40.80455017089844,-73.9623794555664,40.804908752441406,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-06 15:37:32,2016-01-06 15:55:06,1,3.63,,,-73.88365936279297,40.747745513916016,-73.92498016357422,40.71593475341797,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,,15.3,1.0 +1,2016-01-20 11:43:13,2016-01-20 11:53:54,1,1.5,,,-73.94255065917969,40.832115173339844,-73.93486785888672,40.851966857910156,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-29 14:04:22,2016-01-29 14:10:19,1,0.82,,,-73.95238494873047,40.81064987182617,-73.95480346679688,40.801673889160156,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-13 06:18:16,2016-01-13 06:32:04,1,5.59,,,-74.16342163085938,40.638694763183594,-74.07250213623047,40.64350891113281,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +1,2016-01-21 19:44:18,2016-01-21 21:01:18,1,7.0,,,-73.93948364257812,40.820777893066406,-73.97343444824219,40.73064041137695,1,N,2,45.5,0.5,0.5,0.3,0.0,0.0,,46.8,1.0 +1,2016-01-06 13:34:39,2016-01-06 13:38:12,1,0.5,,,-73.9759750366211,40.68375778198242,-73.96768188476562,40.68165588378906,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-09 17:04:43,2016-01-09 17:09:20,1,0.89,,,-73.98421478271484,40.68016815185547,-73.97500610351562,40.675193786621094,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,,7.25,1.0 +2,2016-01-14 19:27:04,2016-01-14 19:49:54,1,5.57,,,-73.9580078125,40.71760177612305,-73.88516998291016,40.75456619262695,1,N,1,21.0,1.0,0.5,0.3,6.0,0.0,,28.8,1.0 +2,2016-01-25 18:28:51,2016-01-25 18:34:39,1,0.83,,,-73.95037078857422,40.80567932128906,-73.93822479248047,40.80382537841797,1,N,1,6.0,1.0,0.5,0.3,2.08,0.0,,9.88,1.0 +2,2016-01-30 17:39:23,2016-01-30 17:46:03,1,1.29,,,-73.9188003540039,40.75925827026367,-73.91596984863281,40.74717712402344,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 18:06:32,2016-01-08 18:16:05,1,1.23,,,-73.94913482666016,40.801822662353516,-73.9357681274414,40.80711364746094,1,N,1,8.0,1.0,0.5,0.3,2.0,0.0,,11.8,1.0 +2,2016-01-22 23:46:06,2016-01-22 23:54:35,1,1.38,,,-73.890869140625,40.7469482421875,-73.89483642578125,40.76078796386719,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-09 19:01:27,2016-01-09 19:35:26,1,5.2,,,-73.96928405761719,40.689537048339844,-73.89347076416016,40.663063049316406,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,,26.3,1.0 +2,2016-01-23 04:37:14,2016-01-23 05:02:46,1,2.93,,,-73.95160675048828,40.7138671875,-73.91650390625,40.69779586791992,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-15 23:45:16,2016-01-15 23:48:17,1,1.2,,,-73.95370483398438,40.790653228759766,-73.97205352783203,40.7946662902832,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-08 11:48:52,2016-01-08 12:05:04,1,3.54,,,-73.94702911376953,40.8105354309082,-73.92044067382812,40.85245132446289,1,N,1,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-20 21:40:19,2016-01-20 21:47:01,5,1.18,,,-73.97784423828125,40.685115814208984,-73.97636413574219,40.69544982910156,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-25 22:51:56,2016-01-25 22:56:04,1,0.77,,,-73.94489288330078,40.81386184692383,-73.95252990722656,40.803279876708984,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-27 23:41:25,2016-01-27 23:48:25,1,1.25,,,-73.95862579345703,40.7170295715332,-73.94598388671875,40.7202262878418,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +1,2016-01-13 17:06:47,2016-01-13 17:18:06,2,1.7,,,-73.9486312866211,40.809078216552734,-73.93212890625,40.79520797729492,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-28 08:53:50,2016-01-28 09:07:56,1,1.27,,,-73.93778228759766,40.80382537841797,-73.95191192626953,40.79150390625,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-06 22:23:51,2016-01-06 22:32:30,2,1.7,,,-73.94984436035156,40.71686935424805,-73.94027709960938,40.70994186401367,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-13 16:31:57,2016-01-13 16:33:59,1,0.51,,,-73.94841003417969,40.79499053955078,-73.94825744628906,40.80046844482422,1,N,1,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-17 09:25:47,2016-01-17 09:48:53,1,4.7,,,-73.92444610595703,40.74361801147461,-73.98529052734375,40.77833938598633,1,N,1,19.5,0.0,0.5,0.3,3.0,0.0,,23.3,1.0 +2,2016-01-15 21:08:26,2016-01-15 21:16:19,1,1.39,,,-73.99140930175781,40.6854362487793,-73.98280334472656,40.67330551147461,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +1,2016-01-11 22:38:35,2016-01-11 22:46:46,1,1.6,,,-73.94603729248047,40.82465362548828,-73.95182800292969,40.80466079711914,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,,11.15,1.0 +1,2016-01-09 00:13:22,2016-01-09 00:35:27,4,6.4,,,-73.9681625366211,40.693153381347656,-73.89386749267578,40.746646881103516,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-16 19:11:58,2016-01-16 19:23:41,1,1.87,,,-73.95133972167969,40.7310676574707,-73.96530151367188,40.71691131591797,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-08 09:40:39,2016-01-08 09:58:59,5,3.22,,,-73.973388671875,40.690826416015625,-73.99661254882812,40.72355651855469,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-06 19:28:14,2016-01-06 19:35:20,1,1.22,,,-73.95869445800781,40.71498107910156,-73.94415283203125,40.707252502441406,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-01 20:21:33,2016-01-01 20:24:55,1,0.63,,,-73.96263885498047,40.7100715637207,-73.95821380615234,40.7172966003418,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-12 11:56:46,2016-01-12 12:20:02,1,9.52,,,-73.98992156982422,40.696048736572266,-73.86128234863281,40.7120361328125,1,N,2,29.0,0.0,0.5,0.3,0.0,0.0,,29.8,1.0 +2,2016-01-16 03:10:55,2016-01-16 03:19:11,1,1.26,,,-73.87828826904297,40.74821472167969,-73.87747192382812,40.73716735839844,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-04 10:08:22,2016-01-04 10:13:41,1,1.07,,,-73.95568084716797,40.78804397583008,-73.95539855957031,40.77690124511719,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-21 06:52:17,2016-01-21 07:00:25,1,1.8,,,-73.93730163574219,40.797977447509766,-73.95246124267578,40.775882720947266,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 06:38:39,2016-01-30 07:13:43,1,11.8,,,-73.83012390136719,40.7137565612793,-73.95317077636719,40.76493835449219,1,N,1,39.0,0.0,0.5,0.3,2.0,0.0,,41.8,1.0 +1,2016-01-10 18:04:58,2016-01-10 18:10:55,1,1.1,,,-73.93871307373047,40.805076599121094,-73.94982147216797,40.81364059448242,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 17:36:24,2016-01-09 17:42:32,1,0.94,,,-73.97821044921875,40.670963287353516,-73.9866943359375,40.661861419677734,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-18 22:17:12,2016-01-18 22:29:08,1,2.84,,,-73.9542236328125,40.71924591064453,-73.979248046875,40.72190856933594,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-04 08:41:05,2016-01-04 08:46:10,1,1.37,,,-73.93356323242188,40.79849624633789,-73.93779754638672,40.81291580200195,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-20 19:54:35,2016-01-20 20:22:14,1,4.9,,,-73.96317291259766,40.71022415161133,-73.99633026123047,40.66896057128906,1,N,1,21.0,1.0,0.5,0.3,5.7,0.0,,28.5,1.0 +2,2016-01-04 19:36:24,2016-01-04 19:56:11,1,5.15,,,-73.87136840820312,40.73433303833008,-73.8250732421875,40.70298385620117,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-13 23:27:16,2016-01-13 23:44:26,1,4.21,,,-73.92677307128906,40.701297760009766,-73.95223999023438,40.661476135253906,1,N,1,16.0,0.5,0.5,0.3,5.19,0.0,,22.49,1.0 +2,2016-01-27 14:59:00,2016-01-27 15:13:11,6,1.77,,,-73.94703674316406,40.80582046508789,-73.95113372802734,40.785858154296875,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-08 11:25:38,2016-01-08 11:28:07,1,0.65,,,-73.96472930908203,40.80683135986328,-73.97058868408203,40.7986946105957,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-25 04:34:01,2016-01-25 04:55:48,1,7.42,,,-73.99764251708984,40.678855895996094,-73.92267608642578,40.70877456665039,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-17 23:59:28,2016-01-18 00:05:18,5,1.21,,,-73.89080810546875,40.74700164794922,-73.88371276855469,40.75699234008789,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-07 10:30:52,2016-01-07 10:45:17,1,2.26,,,-73.95320892333984,40.68063735961914,-73.96009063720703,40.705848693847656,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-21 01:16:03,2016-01-21 01:28:42,1,3.23,,,-73.90682983398438,40.67033386230469,-73.86665344238281,40.6655387878418,1,N,1,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-12 17:11:42,2016-01-12 17:44:07,1,7.8,,,-73.95238494873047,40.810726165771484,-73.86165618896484,40.76833724975586,1,N,1,29.0,1.0,0.5,0.3,4.0,5.54,,40.34,1.0 +1,2016-01-01 00:17:01,2016-01-01 00:23:32,1,2.0,,,-73.9394760131836,40.81028747558594,-73.95207977294922,40.790225982666016,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-05 13:39:08,2016-01-05 13:46:31,1,1.6,,,-73.9466552734375,40.80082321166992,-73.93568420410156,40.81855392456055,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-17 00:56:13,2016-01-17 00:58:16,1,0.2,,,-73.95524597167969,40.80431365966797,-73.95381164550781,40.80647277832031,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-24 15:09:09,2016-01-24 15:33:04,1,3.84,,,-73.93933868408203,40.80514907836914,-73.9766616821289,40.779090881347656,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +1,2016-01-13 15:03:11,2016-01-13 15:09:44,1,0.9,,,-73.96377563476562,40.68284225463867,-73.97772979736328,40.6845817565918,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-17 16:46:53,2016-01-17 17:02:17,2,2.27,,,-73.8693618774414,40.73452377319336,-73.84845733642578,40.736446380615234,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +1,2016-01-16 20:12:57,2016-01-16 20:13:52,3,0.2,,,-73.98661041259766,40.66496658325195,-73.9895248413086,40.6635627746582,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-21 19:19:54,2016-01-21 19:25:13,1,0.61,,,-73.94387817382812,40.81016540527344,-73.95386505126953,40.811344146728516,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 10:29:52,2016-01-01 10:44:21,1,7.71,,,-73.94147491455078,40.79887771606445,-73.99031066894531,40.725154876708984,1,N,1,23.0,0.0,0.5,0.3,2.0,0.0,,25.8,1.0 +2,2016-01-29 08:40:27,2016-01-29 08:51:50,1,4.14,,,-73.86961364746094,40.733455657958984,-73.80516052246094,40.73877716064453,1,N,1,14.5,0.0,0.5,0.3,2.0,0.0,,17.3,1.0 +1,2016-01-21 22:25:18,2016-01-21 22:48:28,1,6.2,,,-73.95472717285156,40.73317337036133,-73.97232818603516,40.674495697021484,1,N,1,22.0,0.5,0.5,0.3,4.65,0.0,,27.95,1.0 +1,2016-01-01 20:07:54,2016-01-01 20:25:01,3,3.0,,,-73.95716094970703,40.68885040283203,-73.9853286743164,40.67833709716797,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-06 11:19:42,2016-01-06 11:43:51,1,4.76,,,-73.96012115478516,40.71933364868164,-73.96765899658203,40.68128967285156,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-22 16:07:54,2016-01-22 16:21:43,1,2.11,,,-73.99124145507812,40.691890716552734,-74.0098648071289,40.67198181152344,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-05 18:49:39,2016-01-05 19:11:36,1,4.1,,,-73.94955444335938,40.6507453918457,-73.92487335205078,40.62694549560547,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-30 17:31:53,2016-01-30 17:44:12,1,2.86,,,-73.87222290039062,40.734195709228516,-73.92405700683594,40.743995666503906,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-16 04:47:42,2016-01-16 04:51:40,1,1.03,,,-73.90328979492188,40.74562072753906,-73.88846588134766,40.74610900878906,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 14:27:35,2016-01-30 14:36:57,1,4.16,,,-73.95552062988281,40.71409225463867,-73.99952697753906,40.693538665771484,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,,17.16,1.0 +1,2016-01-17 19:32:42,2016-01-17 19:39:59,1,1.5,,,-73.91584777832031,40.7601432800293,-73.9067153930664,40.745243072509766,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-25 08:26:41,2016-01-25 09:07:43,1,5.27,,,-73.90135955810547,40.74575424194336,-73.89900970458984,40.74855041503906,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,,26.3,1.0 +1,2016-01-13 20:30:51,2016-01-13 20:42:50,1,1.9,,,-73.95628356933594,40.81871795654297,-73.94400024414062,40.79960250854492,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +1,2016-01-07 22:51:39,2016-01-07 23:09:23,1,7.8,,,-73.97809600830078,40.684898376464844,-74.03485870361328,40.61985778808594,1,N,1,24.0,0.5,0.5,0.3,5.05,0.0,,30.35,1.0 +2,2016-01-27 01:44:15,2016-01-27 01:51:54,1,1.99,,,-73.94780731201172,40.80470657348633,-73.94891357421875,40.783199310302734,1,N,1,8.5,0.5,0.5,0.3,1.2,0.0,,11.0,1.0 +1,2016-01-08 18:13:55,2016-01-08 18:18:51,1,1.1,,,-73.94578552246094,40.80776596069336,-73.93531799316406,40.821720123291016,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-13 18:14:25,2016-01-13 18:27:53,1,5.8,,,-73.82733154296875,40.852630615234375,-73.89246368408203,40.83177185058594,1,N,2,18.5,1.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-26 07:12:20,2016-01-26 07:16:53,1,1.13,,,-73.86603546142578,40.89598083496094,-73.87870788574219,40.8890266418457,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-02 15:00:48,2016-01-02 15:10:46,1,2.23,,,-73.9968032836914,40.661476135253906,-73.973876953125,40.6707763671875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-27 08:33:27,2016-01-28 00:00:00,1,1.73,,,-73.96188354492188,40.66791915893555,-73.94682312011719,40.657283782958984,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-28 14:10:55,2016-01-28 14:20:08,1,1.56,,,-73.96502685546875,40.693702697753906,-73.98715209960938,40.69347381591797,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-10 17:56:46,2016-01-10 18:05:10,1,2.02,,,-73.9882583618164,40.68834686279297,-73.98600006103516,40.66973876953125,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-11 23:07:47,2016-01-11 23:20:17,1,4.93,,,-73.97774505615234,40.68471145629883,-73.95449829101562,40.73181915283203,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-23 11:18:32,2016-01-23 11:31:43,1,1.63,,,-73.90726470947266,40.753211975097656,-73.87806701660156,40.756263732910156,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +1,2016-01-10 16:57:36,2016-01-10 17:14:33,1,4.7,,,-73.89077758789062,40.712154388427734,-73.89032745361328,40.712154388427734,1,N,1,10.5,0.0,0.5,0.3,2.8,0.0,,14.1,1.0 +1,2016-01-25 13:14:15,2016-01-25 13:37:42,1,0.6,,,-73.88300323486328,40.74765396118164,-73.87153625488281,40.74882125854492,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-13 17:14:42,2016-01-13 17:21:49,1,0.5,,,-73.9423828125,40.842018127441406,-73.94669342041016,40.83631896972656,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-10 00:21:35,2016-01-10 00:38:16,2,5.35,,,-73.97872161865234,40.68396759033203,-74.03231048583984,40.63495635986328,1,N,1,18.5,0.5,0.5,0.3,3.96,0.0,,23.76,1.0 +2,2016-01-06 18:34:03,2016-01-06 19:25:30,1,15.47,,,-73.91265869140625,40.7668571472168,-73.78996276855469,40.64694595336914,1,N,2,47.5,1.0,0.5,0.3,0.0,0.0,,49.3,1.0 +1,2016-01-16 18:37:13,2016-01-16 18:44:33,1,1.1,,,-73.96233367919922,40.71284866333008,-73.94998168945312,40.72243881225586,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-29 18:35:25,2016-01-29 19:01:48,3,4.0,,,-73.96112060546875,40.806793212890625,-73.9627456665039,40.76240158081055,1,N,1,19.0,1.0,0.5,0.3,3.5,0.0,,24.3,1.0 +1,2016-01-29 19:24:49,2016-01-29 19:25:45,1,0.2,,,-73.95770263671875,40.7179069519043,-73.95538330078125,40.720096588134766,1,N,3,3.0,1.0,0.5,0.3,0.0,0.0,,4.8,1.0 +1,2016-01-07 09:35:43,2016-01-07 09:38:14,1,0.4,,,-73.95527648925781,40.80448532104492,-73.95304870605469,40.81005859375,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-27 19:08:45,2016-01-27 19:17:51,1,1.83,,,-73.9594497680664,40.80940246582031,-73.97372436523438,40.789764404296875,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-01 00:32:37,2016-01-01 00:42:44,1,1.82,,,-73.94446563720703,40.8245735168457,-73.95060729980469,40.802459716796875,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-16 19:37:07,2016-01-16 19:46:50,3,1.1,,,-73.95811462402344,40.72184371948242,-73.95319366455078,40.70842361450195,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-04 18:55:08,2016-01-04 19:14:49,1,6.86,,,-73.85181427001953,40.834083557128906,-73.95325469970703,40.807273864746094,1,N,2,22.0,1.0,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-22 21:01:33,2016-01-22 21:06:25,1,0.65,,,-73.91740417480469,40.840187072753906,-73.92573547363281,40.84111785888672,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-06 12:18:03,2016-01-06 12:23:19,1,0.98,,,-73.9904556274414,40.68667221069336,-73.99658203125,40.67719268798828,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 12:47:09,2016-01-30 12:50:49,1,0.49,,,-73.92520904541016,40.76223373413086,-73.92652130126953,40.75643539428711,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-16 19:28:22,2016-01-16 19:40:07,1,5.12,,,-73.8604507446289,40.833736419677734,-73.921875,40.81289291381836,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-05 19:50:38,2016-01-05 19:53:38,5,0.5,,,-73.92549896240234,40.76167678833008,-73.9255142211914,40.767738342285156,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-27 22:26:51,2016-01-27 22:47:21,6,9.3,,,-73.99091339111328,40.66380310058594,-73.96411895751953,40.75468826293945,1,N,2,27.0,0.5,0.5,0.3,0.0,0.0,,28.3,1.0 +2,2016-01-06 21:52:23,2016-01-06 21:54:23,1,0.54,,,-73.82919311523438,40.71217346191406,-73.83177947998047,40.70604705810547,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-16 18:05:44,2016-01-16 18:12:51,5,1.23,,,-73.85345458984375,40.72711181640625,-73.8619613647461,40.7249870300293,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-07 22:19:45,2016-01-07 22:38:59,1,4.8,,,-73.9688949584961,40.693145751953125,-73.91748046875,40.74650192260742,1,N,1,17.5,0.5,0.5,0.3,2.0,0.0,,20.8,1.0 +2,2016-01-02 21:14:31,2016-01-02 21:18:16,1,0.59,,,-73.91876983642578,40.75913619995117,-73.91297149658203,40.76633834838867,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 23:29:02,2016-01-09 23:42:08,1,2.7,,,-73.97747039794922,40.6875,-73.93647003173828,40.67693328857422,1,N,1,11.5,0.5,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-29 09:25:32,2016-01-29 09:29:59,3,0.48,,,-73.95206451416016,40.674381256103516,-73.95780181884766,40.67107391357422,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-03 00:59:03,2016-01-03 01:05:39,1,1.26,,,-73.95780181884766,40.67109680175781,-73.94693756103516,40.67232894897461,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-13 13:03:05,2016-01-13 13:11:06,1,1.3,,,-73.96482849121094,40.803524017333984,-73.95516967773438,40.81984329223633,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-16 19:13:02,2016-01-16 19:40:21,1,7.95,,,-73.93896484375,40.805816650390625,-73.98541259765625,40.72343063354492,1,N,1,27.5,0.0,0.5,0.3,5.66,0.0,,33.96,1.0 +2,2016-01-12 04:34:25,2016-01-12 04:47:54,5,10.56,,,-73.87020874023438,40.733726501464844,-74.01280975341797,40.67918395996094,1,N,1,29.0,0.5,0.5,0.3,0.0,0.0,,30.3,1.0 +2,2016-01-06 04:13:55,2016-01-06 04:37:15,1,9.45,,,-73.92142486572266,40.76663589477539,-74.00936889648438,40.7045783996582,1,N,1,29.5,0.5,0.5,0.3,6.16,0.0,,36.96,1.0 +2,2016-01-13 08:06:25,2016-01-13 08:18:05,1,1.96,,,-73.97061157226562,40.68704605102539,-73.97174835205078,40.67519760131836,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,,12.8,1.0 +1,2016-01-22 15:45:13,2016-01-22 15:57:54,1,1.6,,,-73.94989013671875,40.78551483154297,-73.95967102050781,40.76675796508789,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-02 12:21:02,2016-01-02 12:21:28,1,2.4,,,-73.90553283691406,40.81547927856445,-73.90553283691406,40.81547927856445,5,N,1,7.0,0.0,0.0,0,0.0,0.0,,7.0,2.0 +2,2016-01-19 19:10:08,2016-01-19 20:06:02,1,18.27,,,-73.80789184570312,40.70051193237305,-73.96076202392578,40.81407165527344,1,N,1,58.0,1.0,0.5,0.3,3.0,5.54,,68.34,1.0 +2,2016-01-19 02:39:40,2016-01-19 02:44:43,1,1.42,,,-73.91123962402344,40.744537353515625,-73.88644409179688,40.74730682373047,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-30 21:23:06,2016-01-30 21:39:05,1,2.04,,,-73.95328521728516,40.72807693481445,-73.94286346435547,40.713951110839844,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,,15.36,1.0 +1,2016-01-04 22:16:08,2016-01-04 22:27:15,1,4.3,,,-73.8343505859375,40.75770950317383,-73.78056335449219,40.73833084106445,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-08 21:20:55,2016-01-08 21:50:22,2,8.51,,,-73.95137023925781,40.71247100830078,-73.97406005859375,40.650596618652344,1,N,2,28.5,0.5,0.5,0.3,0.0,0.0,,29.8,1.0 +2,2016-01-09 16:16:38,2016-01-09 16:30:19,1,3.05,,,-73.95111846923828,40.71112060546875,-73.9836196899414,40.693721771240234,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,,16.56,1.0 +1,2016-01-19 09:50:59,2016-01-19 09:54:44,1,0.6,,,-73.97674560546875,40.68692398071289,-73.96879577636719,40.68280029296875,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-06 21:12:30,2016-01-06 21:19:48,1,1.5,,,-73.94009399414062,40.8095588684082,-73.94953918457031,40.82020568847656,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 10:31:07,2016-01-15 10:37:50,1,1.0,,,-73.89093017578125,40.7468376159668,-73.90049743652344,40.74156951904297,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-21 18:50:55,2016-01-21 18:59:23,1,2.45,,,-73.9864730834961,40.70399475097656,-73.99471282958984,40.721256256103516,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,,13.56,1.0 +2,2016-01-02 09:16:33,2016-01-02 09:20:17,1,1.2,,,-73.9384536743164,40.80891036987305,-73.93074798583984,40.821956634521484,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-08 23:06:34,2016-01-08 23:09:59,1,0.8,,,-73.94708251953125,40.81563949584961,-73.93817138671875,40.82271194458008,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-01 03:40:19,2016-01-01 03:49:31,1,2.07,,,-73.95706176757812,40.6732177734375,-73.97135162353516,40.6754035949707,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-02 21:04:26,2016-01-02 21:17:16,1,2.01,,,-73.9715576171875,40.67579650878906,-73.9999008178711,40.682762145996094,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-13 16:20:26,2016-01-13 16:28:23,1,0.77,,,-73.89664459228516,40.74618911743164,-73.88188171386719,40.74781036376953,1,N,1,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 13:39:13,2016-01-22 13:44:10,1,0.89,,,-73.94396209716797,40.815162658691406,-73.94564056396484,40.80464172363281,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-28 16:44:49,2016-01-28 17:23:14,3,3.1,,,-73.94508361816406,40.807647705078125,-73.90888977050781,40.83344268798828,1,Y,1,23.0,1.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-11 19:12:43,2016-01-11 19:19:23,1,0.88,,,-73.90327453613281,40.745811462402344,-73.90287017822266,40.738277435302734,1,N,1,6.0,1.0,0.5,0.3,0.62,0.0,,8.42,1.0 +2,2016-01-15 14:55:46,2016-01-15 15:26:00,5,5.9,,,-73.93769073486328,40.79862594604492,-73.99400329589844,40.75240707397461,1,N,2,24.0,0.0,0.5,0.3,0.0,0.0,,24.8,1.0 +2,2016-01-13 13:05:52,2016-01-13 13:29:24,1,3.67,,,-73.89679718017578,40.74623107910156,-73.85055541992188,40.74182891845703,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-17 02:04:19,2016-01-17 02:13:37,1,4.97,,,-73.99100494384766,40.692195892333984,-73.94874572753906,40.709938049316406,1,N,1,15.5,0.5,0.5,0.3,4.2,0.0,,21.0,1.0 +1,2016-01-28 06:40:53,2016-01-28 06:57:50,1,2.7,,,-73.86241912841797,40.840362548828125,-73.89046478271484,40.861289978027344,5,N,2,0.0,0.0,0.0,0,0.0,0.0,,0.0,2.0 +2,2016-01-19 22:40:59,2016-01-19 22:49:13,1,2.29,,,-73.9760513305664,40.68956756591797,-73.95736694335938,40.67334747314453,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-14 16:15:29,2016-01-14 16:29:39,1,2.43,,,-73.96210479736328,40.66278839111328,-73.98758697509766,40.69041061401367,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-20 22:29:58,2016-01-20 22:33:48,1,0.48,,,-73.9378662109375,40.804527282714844,-73.93763732910156,40.80977249145508,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 13:00:37,2016-01-13 13:00:42,1,0.0,,,-73.90135955810547,40.76384353637695,-73.9013671875,40.76385498046875,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-28 21:18:34,2016-01-28 21:21:59,1,0.61,,,-73.91209411621094,40.77509689331055,-73.90440368652344,40.77170181274414,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 17:06:31,2016-01-10 17:11:40,1,0.97,,,-73.9449234008789,40.81883239746094,-73.95354461669922,40.806884765625,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-01 02:24:21,2016-01-01 02:45:24,1,5.7,,,-74.02437591552734,40.63858413696289,-73.97040557861328,40.646934509277344,1,N,1,21.5,0.5,0.5,0.3,5.0,0.0,,27.8,1.0 +2,2016-01-28 10:03:06,2016-01-28 10:09:08,1,1.15,,,-73.88408660888672,40.7643928527832,-73.87214660644531,40.75394821166992,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-29 21:19:03,2016-01-29 21:33:26,1,3.1,,,-73.87957763671875,40.740806579589844,-73.85511016845703,40.721248626708984,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-29 18:22:49,2016-01-29 18:31:33,2,1.42,,,-73.95269012451172,40.78942108154297,-73.93885803222656,40.80485534667969,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-20 13:03:40,2016-01-20 13:05:12,1,0.48,,,-73.94233703613281,40.78644561767578,-73.9441909790039,40.79142761230469,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-27 19:22:27,2016-01-27 19:29:54,1,1.19,,,-73.83021545410156,40.713687896728516,-73.81085968017578,40.712642669677734,1,N,1,7.0,1.0,0.5,0.3,2.64,0.0,,11.44,1.0 +2,2016-01-29 18:07:34,2016-01-29 18:16:53,2,1.62,,,-73.9434585571289,40.747276306152344,-73.9386215209961,40.73496627807617,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,,12.25,1.0 +2,2016-01-16 10:28:58,2016-01-16 10:38:53,1,1.63,,,-73.83056640625,40.75955581665039,-73.80941009521484,40.7645263671875,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-05 08:06:03,2016-01-05 08:21:29,1,3.0,,,-73.9568099975586,40.748104095458984,-73.98587036132812,40.74992370605469,1,N,1,12.5,0.0,0.5,0.3,4.7,5.54,,23.54,1.0 +2,2016-01-21 16:39:08,2016-01-21 17:06:15,1,6.7,,,-73.9466552734375,40.79179763793945,-73.9844970703125,40.72037887573242,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,,25.3,1.0 +2,2016-01-09 12:29:35,2016-01-09 12:33:02,1,0.45,,,-73.93450164794922,40.848140716552734,-73.92965698242188,40.85232162475586,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 01:16:55,2016-01-01 01:22:20,1,1.15,,,-73.99443817138672,40.680816650390625,-74.0042953491211,40.681793212890625,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-05 17:07:22,2016-01-05 17:09:44,1,0.65,,,-73.95442199707031,40.78984069824219,-73.96450805664062,40.791866302490234,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-16 23:54:07,2016-01-17 00:00:30,1,1.19,,,-73.99549102783203,40.683189392089844,-73.98072814941406,40.68517303466797,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-15 14:15:48,2016-01-15 14:21:43,1,1.03,,,-73.8442611694336,40.721370697021484,-73.84671020507812,40.710693359375,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 08:38:35,2016-01-30 08:58:49,1,3.26,,,-73.95682525634766,40.74805450439453,-73.96177673339844,40.7182731628418,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-17 17:23:05,2016-01-17 17:42:52,1,3.71,,,-73.9629135131836,40.712005615234375,-73.9344253540039,40.75347900390625,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +1,2016-01-30 18:01:06,2016-01-30 18:21:57,1,2.8,,,-73.950439453125,40.821224212646484,-73.91813659667969,40.84185028076172,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-10 12:49:32,2016-01-10 12:57:34,1,1.31,,,-73.9188461303711,40.75908660888672,-73.90374755859375,40.774696350097656,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-13 13:50:56,2016-01-13 14:15:36,1,6.14,,,-73.94654846191406,40.80647277832031,-73.9819564819336,40.763675689697266,1,N,1,23.0,0.0,0.5,0.3,5.95,0.0,,29.75,1.0 +1,2016-01-06 13:38:59,2016-01-06 13:47:53,1,2.0,,,-73.99061584472656,40.70262908935547,-74.00658416748047,40.70986557006836,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,,11.75,1.0 +2,2016-01-27 18:45:47,2016-01-27 18:52:41,1,1.25,,,-73.90364074707031,40.745975494384766,-73.89457702636719,40.75836181640625,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-07 03:00:10,2016-01-07 03:07:53,1,1.89,,,-73.94015502929688,40.75031280517578,-73.92108154296875,40.735450744628906,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-26 12:50:54,2016-01-26 13:03:40,1,2.1,,,-73.97692108154297,40.672508239746094,-74.00044250488281,40.6546630859375,1,N,1,10.0,0.5,0.5,0.3,2.8,0.0,,14.1,1.0 +2,2016-01-09 21:18:30,2016-01-09 21:28:13,1,1.59,,,-73.89068603515625,40.74671173095703,-73.87088012695312,40.73390579223633,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-28 22:02:55,2016-01-28 22:14:38,1,5.53,,,-73.93912506103516,40.79096603393555,-73.91911315917969,40.853790283203125,1,N,1,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-05 23:10:54,2016-01-05 23:30:39,1,4.41,,,-73.98017883300781,40.668540954589844,-73.93965148925781,40.6390266418457,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-13 08:59:15,2016-01-13 09:00:24,1,0.53,,,-73.95525360107422,40.788719177246094,-73.96295928955078,40.793983459472656,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,,4.3,1.0 +2,2016-01-02 13:14:59,2016-01-02 13:22:42,1,1.85,,,-73.94313049316406,40.754398345947266,-73.93310546875,40.77470016479492,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-10 02:33:12,2016-01-10 03:02:46,1,7.37,,,-73.95664978027344,40.720882415771484,-73.97607421875,40.76539993286133,1,N,1,26.5,0.5,0.5,0.3,2.0,0.0,,29.8,1.0 +2,2016-01-13 20:38:08,2016-01-13 20:46:28,1,1.13,,,-73.89176940917969,40.74867630004883,-73.8833236694336,40.754661560058594,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-17 12:26:26,2016-01-17 12:37:54,1,6.0,,,-73.91761016845703,40.76996994018555,-73.95298767089844,40.765506744384766,1,N,1,18.0,0.0,0.5,0.3,7.3,5.54,,31.64,1.0 +2,2016-01-29 21:23:25,2016-01-29 21:28:34,1,0.79,,,-73.84630584716797,40.72273254394531,-73.85979461669922,40.72828674316406,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 21:58:54,2016-01-01 22:11:19,1,5.67,,,-73.95639038085938,40.813621520996094,-73.89404296875,40.84229278564453,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-03 21:37:15,2016-01-03 21:40:58,2,0.72,,,-73.89361572265625,40.74644088745117,-73.90311431884766,40.7457160949707,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,,6.96,1.0 +2,2016-01-20 16:08:49,2016-01-20 16:14:27,3,0.77,,,-73.98112487792969,40.66845703125,-73.98397827148438,40.663116455078125,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-05 16:19:32,2016-01-05 16:20:50,1,0.0,,,-73.93907928466797,40.805503845214844,-73.93883514404297,40.80520248413086,5,N,2,9.0,0.0,0.0,0,0.0,0.0,,9.0,2.0 +2,2016-01-13 08:38:04,2016-01-13 09:11:28,1,6.36,,,-73.98670959472656,40.70286178588867,-73.9865493774414,40.745826721191406,1,N,1,25.5,0.0,0.5,0.3,5.26,0.0,,31.56,1.0 +2,2016-01-02 13:05:36,2016-01-02 13:13:10,1,1.67,,,-73.91117095947266,40.77576446533203,-73.93073272705078,40.766387939453125,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-25 10:44:05,2016-01-25 10:55:44,1,4.82,,,-73.9428939819336,40.83669662475586,-73.9814224243164,40.78276443481445,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-11 07:52:07,2016-01-11 08:04:29,1,3.2,,,-73.87361907958984,40.756900787353516,-73.91034698486328,40.77593994140625,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-08 22:35:17,2016-01-08 22:39:40,1,0.68,,,-73.93968200683594,40.79874038696289,-73.95087432861328,40.8025016784668,1,N,1,5.0,0.5,0.5,0.3,0.5,0.0,,6.8,1.0 +2,2016-01-24 16:09:22,2016-01-24 16:13:14,1,0.49,,,-73.94884490966797,40.81342697143555,-73.95236206054688,40.814029693603516,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-29 21:12:22,2016-01-29 21:25:22,3,2.58,,,-73.97969818115234,40.66917037963867,-73.93708801269531,40.666439056396484,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-20 18:21:39,2016-01-20 18:33:45,1,4.42,,,-73.8290786743164,40.71348571777344,-73.8151626586914,40.66722869873047,1,N,1,14.5,1.0,0.5,0.3,2.7,0.0,,19.0,1.0 +2,2016-01-26 21:43:58,2016-01-26 22:20:34,1,13.21,,,-73.96231079101562,40.67024612426758,-73.96422576904297,40.79896926879883,1,N,1,40.5,0.5,0.5,0.3,3.0,0.0,,44.8,1.0 +2,2016-01-10 16:54:35,2016-01-10 16:59:47,1,0.87,,,-73.95700073242188,40.67332077026367,-73.94794464111328,40.6677131652832,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-20 03:39:52,2016-01-20 03:48:52,2,2.0,,,-73.88297271728516,40.74782180786133,-73.87623596191406,40.770320892333984,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-16 07:06:13,2016-01-16 07:09:08,1,0.7,,,-73.93518829345703,40.80066680908203,-73.94473266601562,40.80028533935547,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +1,2016-01-02 11:19:23,2016-01-02 11:27:26,2,3.2,,,-73.88471221923828,40.74778747558594,-73.91439056396484,40.77535629272461,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,,14.15,1.0 +2,2016-01-13 19:01:32,2016-01-13 19:08:48,1,1.2,,,-73.97772979736328,40.68459701538086,-73.96014404296875,40.68962860107422,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-26 10:17:12,2016-01-26 10:26:59,1,0.95,,,-73.98678588867188,40.70243453979492,-73.99050903320312,40.6933479309082,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-15 16:30:17,2016-01-15 16:33:38,1,0.5,,,-73.89637756347656,40.74608612060547,-73.89952087402344,40.741485595703125,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-07 18:56:40,2016-01-07 19:02:23,1,1.27,,,-73.919189453125,40.75910186767578,-73.93148803710938,40.76921844482422,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-30 23:47:37,2016-01-30 23:53:22,1,1.1,,,-73.96141052246094,40.7164421081543,-73.94732666015625,40.721527099609375,1,N,1,6.0,0.5,0.5,0.3,2.15,0.0,,9.45,1.0 +2,2016-01-03 05:54:58,2016-01-03 05:55:05,1,0.49,,,-73.865966796875,40.83477020263672,-73.85589599609375,40.83174514770508,5,N,1,17.8,0.0,0.0,0,0.0,0.0,,17.8,2.0 +2,2016-01-15 16:04:27,2016-01-15 16:19:18,1,2.24,,,-73.9246597290039,40.86642074584961,-73.9311294555664,40.859588623046875,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-06 14:57:57,2016-01-06 15:25:59,1,2.46,,,-73.95289611816406,40.78928756713867,-73.95728302001953,40.76665115356445,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-10 10:52:23,2016-01-10 11:07:04,1,3.53,,,-73.91381072998047,40.6755485534668,-73.970947265625,40.675376892089844,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-19 17:21:08,2016-01-19 17:27:27,1,0.88,,,-73.99324798583984,40.68276596069336,-73.99710845947266,40.684722900390625,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-02 18:08:51,2016-01-02 18:12:00,1,0.96,,,-73.9423599243164,40.79490280151367,-73.9417724609375,40.80626678466797,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-29 08:38:33,2016-01-29 08:47:00,1,1.05,,,-74.00088500976562,40.68379211425781,-73.98541259765625,40.67669677734375,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-02 20:44:56,2016-01-02 20:48:29,1,0.7,,,-73.91874694824219,40.76215362548828,-73.92371368408203,40.75456619262695,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-13 08:55:58,2016-01-13 09:05:36,1,1.45,,,-73.84416961669922,40.72134017944336,-73.85014343261719,40.7341423034668,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-29 23:02:41,2016-01-29 23:19:34,1,2.5,,,-73.89904022216797,40.74613952636719,-73.85688018798828,40.74317169189453,1,N,1,12.5,0.5,0.5,0.3,3.0,0.0,,16.8,1.0 +2,2016-01-17 16:39:05,2016-01-17 16:59:57,1,4.12,,,-74.01029205322266,40.672115325927734,-73.95850372314453,40.67911911010742,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-18 03:38:40,2016-01-18 03:56:20,1,4.2,,,-73.95773315429688,40.72206115722656,-74.0108642578125,40.72026824951172,1,N,1,16.5,0.5,0.5,0.3,1.0,0.0,,18.8,1.0 +2,2016-01-14 20:35:24,2016-01-14 20:51:44,1,3.99,,,-73.9677963256836,40.688201904296875,-74.01554870605469,40.71147155761719,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,,19.56,1.0 +1,2016-01-18 07:54:35,2016-01-18 08:00:28,1,1.7,,,-73.93917846679688,40.80499267578125,-73.95500183105469,40.788818359375,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,,9.95,1.0 +2,2016-01-05 16:48:25,2016-01-05 16:51:21,1,0.48,,,-73.95799255371094,40.60887145996094,-73.95404815673828,40.613182067871094,1,N,1,4.0,1.0,0.5,0.3,1.01,0.0,,6.81,1.0 +2,2016-01-19 05:10:15,2016-01-19 05:24:55,1,6.93,,,-73.95742797851562,40.714412689208984,-73.91362762451172,40.774871826171875,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +1,2016-01-14 21:47:40,2016-01-14 22:10:21,1,7.0,,,-73.98827362060547,40.670719146728516,-73.98564910888672,40.7238883972168,1,N,1,23.5,0.5,0.5,0.3,4.0,0.0,,28.8,1.0 +1,2016-01-23 06:56:24,2016-01-23 07:27:03,1,3.7,,,-73.94285583496094,40.78578567504883,-73.98811340332031,40.76902770996094,1,N,1,18.5,0.0,0.5,0.3,4.83,0.0,,24.13,1.0 +2,2016-01-09 10:39:01,2016-01-09 10:44:06,1,1.28,,,-73.93729400634766,40.8043212890625,-73.92640686035156,40.81065368652344,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 23:39:30,2016-01-07 23:47:49,1,1.14,,,-73.8802261352539,40.74815368652344,-73.87657165527344,40.7593879699707,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-30 01:09:58,2016-01-30 01:15:02,1,0.75,,,-73.82843780517578,40.713294982910156,-73.83331298828125,40.70670700073242,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-04 08:01:01,2016-01-04 08:06:51,2,0.79,,,-73.90617370605469,40.77280044555664,-73.91622924804688,40.76241683959961,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-11 21:09:59,2016-01-11 21:30:13,1,6.86,,,-73.98902130126953,40.69325637817383,-73.9849624633789,40.75188446044922,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,,23.8,1.0 +2,2016-01-11 07:51:08,2016-01-11 07:59:12,1,1.66,,,-73.95423126220703,40.742767333984375,-73.94049072265625,40.76124572753906,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +1,2016-01-05 17:09:48,2016-01-05 17:12:36,1,0.4,,,-73.94815826416016,40.79834747314453,-73.94239807128906,40.79908752441406,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-02 15:04:43,2016-01-02 15:05:17,1,0.2,,,-73.93867492675781,40.795814514160156,-73.94025421142578,40.79361343383789,1,N,1,2.5,0.0,0.5,0.3,0.1,0.0,,3.4,1.0 +2,2016-01-13 18:24:47,2016-01-13 18:31:42,1,0.77,,,-73.94215393066406,40.842098236083984,-73.93537139892578,40.850013732910156,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-16 01:55:31,2016-01-16 02:04:45,2,1.87,,,-73.99463653564453,40.68064880371094,-73.98063659667969,40.66566848754883,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-14 10:03:16,2016-01-14 10:09:16,1,1.26,,,-73.94650268554688,40.78545379638672,-73.9439468383789,40.798580169677734,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-01 16:57:58,2016-01-01 17:06:13,1,1.22,,,-73.93875122070312,40.8054313659668,-73.95735931396484,40.81474685668945,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-14 16:37:42,2016-01-14 17:22:53,1,13.77,,,-73.98872375488281,40.66526794433594,-73.8619613647461,40.76853561401367,1,N,1,41.0,1.0,0.5,0.3,8.56,0.0,,51.36,1.0 +2,2016-01-07 00:22:50,2016-01-07 00:31:09,1,1.38,,,-73.93917083740234,40.81075668334961,-73.95292663574219,40.80091094970703,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-15 05:39:42,2016-01-15 05:45:11,1,1.26,,,-73.95465087890625,40.73230743408203,-73.95641326904297,40.71712875366211,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-03 01:31:34,2016-01-03 01:33:44,1,0.53,,,-73.92452239990234,40.761512756347656,-73.92562103271484,40.75461959838867,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-12 15:54:19,2016-01-12 16:00:23,1,1.13,,,-73.96834564208984,40.70889663696289,-73.95757293701172,40.71778869628906,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-07 16:41:40,2016-01-07 17:00:01,6,2.52,,,-73.97994232177734,40.66889190673828,-73.95025634765625,40.68043518066406,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-12 10:04:25,2016-01-12 10:05:09,1,0.22,,,-73.93639373779297,40.79905700683594,-73.93843078613281,40.79623794555664,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-02 01:41:53,2016-01-02 01:49:27,1,1.38,,,-73.90741729736328,40.697418212890625,-73.90779876708984,40.70970916748047,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +1,2016-01-25 15:10:19,2016-01-25 15:25:15,2,4.3,,,-73.93746185302734,40.804264068603516,-73.8703384399414,40.82443618774414,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +1,2016-01-03 21:59:34,2016-01-03 22:12:06,1,3.8,,,-73.95824432373047,40.68172836303711,-73.94746398925781,40.7248420715332,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,,17.75,1.0 +2,2016-01-04 18:32:10,2016-01-04 18:38:45,3,1.27,,,-73.9893569946289,40.70249557495117,-73.98213958740234,40.6882438659668,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +1,2016-01-02 20:24:11,2016-01-02 20:32:16,1,0.8,,,-73.87435150146484,40.73508071899414,-73.86304473876953,40.73681640625,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-04 20:09:22,2016-01-04 20:12:19,1,0.55,,,-73.98272705078125,40.66563034057617,-73.99026489257812,40.66092300415039,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-24 22:34:29,2016-01-24 22:57:29,1,6.49,,,-73.9446029663086,40.7144889831543,-73.99288177490234,40.7542724609375,1,N,1,22.5,0.5,0.5,0.3,5.95,0.0,,29.75,1.0 +2,2016-01-27 16:28:07,2016-01-27 16:34:22,1,2.29,,,-73.80709075927734,40.699398040771484,-73.80580139160156,40.67485427856445,5,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-08 19:06:23,2016-01-08 19:29:19,1,4.32,,,-73.93417358398438,40.79750442504883,-73.9817886352539,40.76834487915039,1,N,1,18.0,1.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-26 18:02:03,2016-01-26 18:07:30,1,0.86,,,-73.99246978759766,40.69412612915039,-73.99913024902344,40.68485641479492,1,N,1,5.5,1.0,0.5,0.3,1.7,0.0,,9.0,1.0 +2,2016-01-09 22:51:03,2016-01-09 22:59:33,1,2.01,,,-73.896728515625,40.746185302734375,-73.8789291381836,40.73611831665039,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-08 05:12:28,2016-01-08 05:35:21,1,6.36,,,-73.95244598388672,40.67780685424805,-73.99032592773438,40.73777389526367,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,,23.3,1.0 +1,2016-01-08 18:47:18,2016-01-08 18:51:47,1,0.6,,,-73.95137023925781,40.809532165527344,-73.9547348022461,40.802520751953125,1,N,1,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 20:37:45,2016-01-16 20:44:13,1,1.07,,,-73.8697280883789,40.73358154296875,-73.86396026611328,40.72587585449219,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-29 07:51:40,2016-01-29 08:03:53,1,1.6,,,-73.88951110839844,40.74701690673828,-73.86353302001953,40.74562072753906,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-08 00:14:07,2016-01-08 00:24:36,2,2.5,,,-73.98619079589844,40.66932678222656,-73.95681762695312,40.673946380615234,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,,13.8,1.0 +2,2016-01-12 00:14:23,2016-01-12 01:10:22,3,10.46,,,-73.78560638427734,40.594966888427734,-73.8095932006836,40.692203521728516,5,N,1,35.0,0.0,0.0,0,0.0,0.0,,35.0,2.0 +2,2016-01-14 17:10:21,2016-01-14 17:15:37,1,0.75,,,-73.87508392333984,40.735286712646484,-73.88802337646484,40.738990783691406,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-14 08:38:35,2016-01-14 08:48:11,1,1.2,,,-73.92855834960938,40.769161224365234,-73.94221496582031,40.7543830871582,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-08 23:14:42,2016-01-08 23:57:51,1,13.1,,,-73.91814422607422,40.69879150390625,-73.8650894165039,40.74962615966797,1,N,2,41.0,0.5,0.5,0.3,0.0,0.0,,42.3,1.0 +2,2016-01-10 02:18:28,2016-01-10 02:22:36,1,0.95,,,-73.9962158203125,40.690895080566406,-73.98484802246094,40.68366622924805,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,,7.56,1.0 +2,2016-01-21 07:42:42,2016-01-21 08:02:49,1,2.71,,,-73.85675048828125,40.84031677246094,-73.8663330078125,40.8456916809082,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-15 19:19:16,2016-01-15 19:21:44,1,0.5,,,-73.95085144042969,40.66292190551758,-73.94538879394531,40.65989685058594,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-08 18:33:16,2016-01-08 18:47:06,1,2.1,,,-73.9868392944336,40.68767547607422,-73.9564437866211,40.675048828125,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-03 09:38:29,2016-01-03 09:46:28,1,1.99,,,-73.91917419433594,40.83514404296875,-73.90809631347656,40.85390090942383,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-11 10:30:59,2016-01-11 10:39:34,1,0.82,,,-73.93915557861328,40.80550003051758,-73.95038604736328,40.811622619628906,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-21 21:48:00,2016-01-21 22:08:42,1,3.83,,,-73.99251556396484,40.689491271972656,-73.93363952636719,40.68069839477539,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-01 00:13:46,2016-01-01 00:31:57,1,4.19,,,-73.89212036132812,40.7466926574707,-73.90043640136719,40.69689178466797,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-16 16:02:23,2016-01-16 16:08:45,3,0.91,,,-73.9561996459961,40.714298248291016,-73.9578857421875,40.72194290161133,1,N,1,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 16:25:45,2016-01-08 16:32:33,1,0.89,,,-73.92486572265625,40.81802749633789,-73.9412612915039,40.8226318359375,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-01 02:07:27,2016-01-01 02:14:08,1,1.1,,,-73.93016052246094,40.86186599731445,-73.9384536743164,40.846519470214844,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-21 07:14:52,2016-01-21 07:22:00,1,1.4,,,-73.94794464111328,40.80141830444336,-73.96050262451172,40.807586669921875,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,,9.3,1.0 +1,2016-01-01 02:54:22,2016-01-01 03:00:47,1,1.4,,,-73.99310302734375,40.68279266357422,-73.983642578125,40.679256439208984,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-27 14:30:56,2016-01-27 14:43:08,1,2.1,,,-73.95209503173828,40.82414245605469,-73.9349594116211,40.85182571411133,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-28 09:23:11,2016-01-28 09:34:21,1,2.09,,,-73.93878936767578,40.80534362792969,-73.95246124267578,40.81070327758789,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-18 10:26:31,2016-01-18 10:39:18,1,2.01,,,-73.88221740722656,40.830257415771484,-73.9156723022461,40.8175163269043,5,N,2,10.0,0.0,0.0,0,0.0,0.0,,10.0,2.0 +1,2016-01-28 20:21:11,2016-01-28 20:27:43,1,0.9,,,-73.89152526855469,40.746681213378906,-73.9029769897461,40.7447624206543,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-26 10:24:36,2016-01-26 10:27:40,1,0.42,,,-73.94497680664062,40.834197998046875,-73.94400787353516,40.83014678955078,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-19 17:28:13,2016-01-19 17:38:33,1,1.81,,,-73.84536743164062,40.85573196411133,-73.87126159667969,40.84223175048828,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-30 20:49:23,2016-01-30 21:05:08,1,4.84,,,-73.8442153930664,40.72100067138672,-73.87847900390625,40.75953674316406,1,N,1,17.0,0.5,0.5,0.3,5.49,0.0,,23.79,1.0 +1,2016-01-22 17:38:08,2016-01-22 18:22:29,1,7.8,,,-73.99345397949219,40.68214797973633,-73.98257446289062,40.75701141357422,1,N,1,33.0,1.0,0.5,0.3,10.4,0.0,,45.2,1.0 +2,2016-01-13 18:22:34,2016-01-13 18:41:50,1,3.57,,,-73.94815063476562,40.79536437988281,-73.93840789794922,40.82969284057617,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-14 00:51:43,2016-01-14 00:59:15,1,1.36,,,-73.95773315429688,40.72211456298828,-73.95869445800781,40.708675384521484,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-22 10:14:33,2016-01-22 10:17:08,1,0.38,,,-73.97364044189453,40.69325256347656,-73.97087860107422,40.693626403808594,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-11 19:16:23,2016-01-11 19:24:11,1,1.57,,,-73.8714599609375,40.733821868896484,-73.85005187988281,40.72443389892578,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-18 08:30:05,2016-01-18 08:34:22,1,0.66,,,-73.99295806884766,40.69765853881836,-73.98942565917969,40.703338623046875,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-11 09:26:41,2016-01-11 09:33:09,1,1.08,,,-73.94535827636719,40.82011795043945,-73.94495391845703,40.80866622924805,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-13 20:57:26,2016-01-13 21:02:36,1,1.35,,,-73.90348052978516,40.74538803100586,-73.90135955810547,40.73224639892578,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-30 14:48:02,2016-01-30 15:07:28,1,7.82,,,-73.85613250732422,40.73702621459961,-73.9853286743164,40.74481964111328,1,N,2,24.5,0.0,0.5,0.3,0.0,5.54,,30.84,1.0 +2,2016-01-17 21:27:52,2016-01-17 21:34:30,1,3.98,,,-73.89118194580078,40.746490478515625,-73.85971069335938,40.76057052612305,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-12 11:36:31,2016-01-12 11:51:55,1,2.91,,,-73.97994995117188,40.668758392333984,-73.95177459716797,40.688316345214844,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-11 18:28:00,2016-01-11 18:42:44,5,3.04,,,-73.99076843261719,40.69249725341797,-73.95032501220703,40.67195129394531,1,N,1,13.0,1.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-30 02:57:57,2016-01-30 03:02:02,1,1.11,,,-73.9538345336914,40.730220794677734,-73.93778991699219,40.73415756225586,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 01:19:36,2016-01-16 01:34:33,1,4.41,,,-73.9556884765625,40.71963882446289,-73.93339538574219,40.77198791503906,1,N,1,15.5,0.5,0.5,0.3,3.2,0.0,,20.0,1.0 +2,2016-01-29 20:02:08,2016-01-29 20:13:31,1,1.88,,,-73.91129302978516,40.76570129394531,-73.92778778076172,40.74523162841797,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-10 15:11:13,2016-01-10 15:34:07,2,4.5,,,-73.95655822753906,40.674896240234375,-73.94596862792969,40.62721633911133,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +2,2016-01-30 16:51:37,2016-01-30 17:00:44,1,1.21,,,-73.93110656738281,40.8215217590332,-73.94947814941406,40.8260612487793,1,N,1,8.0,0.0,0.5,0.3,1.5,0.0,,10.3,1.0 +1,2016-01-13 20:23:41,2016-01-13 20:37:00,3,2.8,,,-73.9735107421875,40.68326950073242,-73.93727111816406,40.690093994140625,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-09 04:28:54,2016-01-09 04:39:38,5,1.97,,,-73.98748779296875,40.66773986816406,-73.99311828613281,40.68775939941406,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-01 19:42:43,2016-01-01 20:06:36,1,6.52,,,-73.97091674804688,40.67536926269531,-73.98338317871094,40.729949951171875,1,N,1,23.0,0.0,0.5,0.3,5.95,0.0,,29.75,1.0 +2,2016-01-14 21:46:45,2016-01-14 21:53:24,1,1.61,,,-73.95406341552734,40.805946350097656,-73.94037628173828,40.82636642456055,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-15 21:08:25,2016-01-15 21:24:25,1,3.41,,,-73.97713470458984,40.687435150146484,-73.98489379882812,40.72807693481445,1,N,1,14.0,0.5,0.5,0.3,3.06,0.0,,18.36,1.0 +2,2016-01-02 14:23:58,2016-01-02 14:42:42,1,4.93,,,-73.94995880126953,40.7972412109375,-73.99464416503906,40.75062561035156,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-25 19:03:36,2016-01-25 19:06:25,2,0.33,,,-73.93846893310547,40.80607986450195,-73.93876647949219,40.80837631225586,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-22 07:34:42,2016-01-22 07:44:45,1,2.59,,,-73.85523223876953,40.661720275878906,-73.84580993652344,40.6839485168457,1,N,1,10.5,0.0,0.5,0.3,2.82,0.0,,14.12,1.0 +2,2016-01-26 07:45:59,2016-01-26 08:01:06,1,2.14,,,-73.98678588867188,40.7024040222168,-74.01461791992188,40.714508056640625,1,N,1,11.5,0.0,0.5,0.3,3.69,0.0,,15.99,1.0 +2,2016-01-30 17:21:15,2016-01-30 17:49:27,1,5.14,,,-73.93693542480469,40.697933197021484,-73.99344635009766,40.6990966796875,1,N,1,20.5,0.0,0.5,0.3,2.0,0.0,,23.3,1.0 +2,2016-01-03 07:06:26,2016-01-03 07:10:01,1,0.78,,,-73.9421615600586,40.7541618347168,-73.93342590332031,40.759586334228516,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-20 13:56:41,2016-01-20 14:02:57,1,0.95,,,-73.95038604736328,40.79234313964844,-73.93701171875,40.802120208740234,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-30 18:19:41,2016-01-30 18:27:28,1,1.26,,,-73.95706176757812,40.71843338012695,-73.94094848632812,40.72108459472656,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-30 19:51:49,2016-01-30 20:03:00,1,2.63,,,-73.86382293701172,40.73284149169922,-73.85702514648438,40.702857971191406,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-21 16:42:38,2016-01-21 16:55:06,1,1.78,,,-73.94987487792969,40.680477142333984,-73.97785186767578,40.68510437011719,1,N,1,10.0,1.0,0.5,0.3,2.2,0.0,,14.0,1.0 +2,2016-01-30 04:27:47,2016-01-30 04:36:16,1,1.5,,,-73.95110321044922,40.723968505859375,-73.95013427734375,40.70746612548828,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-01 05:20:50,2016-01-01 05:32:07,1,3.74,,,-73.94026947021484,40.83697509765625,-73.92524719238281,40.861328125,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +2,2016-01-30 22:04:27,2016-01-30 22:08:50,3,0.59,,,-73.9188003540039,40.76569747924805,-73.91112518310547,40.7673225402832,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 03:59:10,2016-01-22 04:18:40,1,6.63,,,-73.9213638305664,40.76666259765625,-73.86804962158203,40.722469329833984,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-21 10:12:29,2016-01-21 10:35:23,1,3.68,,,-73.95634460449219,40.745399475097656,-73.97045135498047,40.75908660888672,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-30 01:43:35,2016-01-31 01:26:23,5,1.33,,,-73.92572021484375,40.761802673339844,-73.93986511230469,40.751285552978516,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-25 20:04:32,2016-01-25 20:25:01,1,4.29,,,-73.93915557861328,40.80546951293945,-73.98790740966797,40.77968978881836,1,N,1,16.5,0.5,0.5,0.3,2.0,0.0,,19.8,1.0 +2,2016-01-09 20:35:25,2016-01-09 20:53:27,5,4.85,,,-73.91200256347656,40.7752685546875,-73.9588394165039,40.772281646728516,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-19 14:16:00,2016-01-19 14:22:51,1,0.78,,,-73.95125579833984,40.791141510009766,-73.94166564941406,40.78937530517578,1,N,1,6.0,0.0,0.5,0.3,0.7,0.0,,7.5,1.0 +2,2016-01-07 00:58:39,2016-01-07 01:08:12,1,2.25,,,-73.95791625976562,40.72186279296875,-73.93299865722656,40.70921325683594,1,N,1,9.5,0.5,0.5,0.3,2.2,0.0,,13.0,1.0 +2,2016-01-02 07:02:20,2016-01-02 07:15:51,1,6.05,,,-73.95037078857422,40.82676696777344,-73.9902572631836,40.757686614990234,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,,19.8,1.0 +2,2016-01-09 21:45:21,2016-01-09 21:55:18,1,1.39,,,-73.87577819824219,40.73552322387695,-73.89537048339844,40.72618865966797,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-19 17:39:56,2016-01-19 17:43:59,1,0.93,,,-73.94197082519531,40.78706359863281,-73.93267822265625,40.79501724243164,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-28 17:49:50,2016-01-28 18:02:57,2,2.81,,,-73.99275970458984,40.69784164428711,-74.01038360595703,40.72285079956055,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,,15.96,1.0 +2,2016-01-26 14:10:51,2016-01-26 14:28:49,1,5.68,,,-73.99588775634766,40.687129974365234,-73.97940063476562,40.727508544921875,1,N,1,19.0,0.0,0.5,0.3,4.95,0.0,,24.75,1.0 +2,2016-01-08 13:01:10,2016-01-08 13:01:37,1,0.12,,,-73.91426086425781,40.87099075317383,-73.91276550292969,40.872310638427734,5,N,1,8.0,0.0,0.0,0,2.0,0.0,,10.0,2.0 +2,2016-01-28 16:06:39,2016-01-28 16:17:17,2,1.07,,,-73.97599029541016,40.683692932128906,-73.98320007324219,40.69499969482422,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-02 17:15:32,2016-01-02 17:24:09,2,1.5,,,-73.97590637207031,40.67372131347656,-73.99198913574219,40.65871810913086,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-25 17:18:42,2016-01-25 17:27:04,2,0.87,,,-73.9502182006836,40.71254348754883,-73.96137237548828,40.71644973754883,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-02 15:49:22,2016-01-02 16:00:49,1,2.1,,,-73.90696716308594,40.75080490112305,-73.87110900878906,40.75190734863281,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-03 18:47:49,2016-01-03 18:56:45,1,1.7,,,-73.94707489013672,40.676910400390625,-73.91937255859375,40.67636489868164,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-18 14:11:44,2016-01-18 14:14:54,1,1.37,,,-73.89158630371094,40.766666412353516,-73.91903686523438,40.77213668823242,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 14:14:58,2016-01-16 14:19:07,1,0.47,,,-73.92298126220703,40.760746002197266,-73.9151611328125,40.757118225097656,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-01 22:38:09,2016-01-01 22:43:22,1,0.97,,,-73.88948822021484,40.7470703125,-73.89778137207031,40.755558013916016,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-27 22:40:00,2016-01-27 22:51:04,1,3.32,,,-73.97663879394531,40.682861328125,-73.98542785644531,40.72349166870117,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-07 22:33:41,2016-01-07 22:49:48,1,6.51,,,-73.99024200439453,40.67247772216797,-73.9798583984375,40.713905334472656,1,N,1,20.5,0.5,0.5,0.3,5.45,0.0,,27.25,1.0 +2,2016-01-24 14:33:47,2016-01-24 14:55:11,1,4.4,,,-73.97796630859375,40.6903190612793,-73.97480010986328,40.74232864379883,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,,18.8,1.0 +1,2016-01-22 11:45:13,2016-01-22 11:51:43,1,0.7,,,-73.9521484375,40.798797607421875,-73.96001434326172,40.80453872680664,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-16 16:29:51,2016-01-16 16:46:04,1,3.41,,,-73.8343505859375,40.75783157348633,-73.88870239257812,40.74557113647461,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-02 16:14:45,2016-01-02 16:36:00,1,2.46,,,-73.89423370361328,40.75460433959961,-73.86975860595703,40.7354736328125,1,N,1,14.5,0.0,0.5,0.3,1.0,0.0,,16.3,1.0 +1,2016-01-02 12:11:39,2016-01-02 12:19:37,1,1.3,,,-73.95185089111328,40.7254524230957,-73.9499740600586,40.711090087890625,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-09 22:42:14,2016-01-09 22:44:14,1,0.4,,,-73.9519271850586,40.81049728393555,-73.94408416748047,40.807212829589844,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-14 23:27:10,2016-01-14 23:33:22,1,2.69,,,-73.82963562011719,40.71366882324219,-73.81806945800781,40.685604095458984,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,,11.8,1.0 +2,2016-01-06 23:08:21,2016-01-06 23:17:44,1,2.05,,,-73.89041900634766,40.746822357177734,-73.86293029785156,40.757713317871094,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-04 07:48:24,2016-01-04 08:11:25,1,14.6,,,-73.90339660644531,40.7453498840332,-73.83834075927734,40.838768005371094,1,N,1,40.0,0.0,0.5,0.3,12.2,0.0,,53.0,1.0 +2,2016-01-16 00:43:11,2016-01-16 00:55:10,2,2.77,,,-73.9584732055664,40.71908187866211,-73.95484161376953,40.688751220703125,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-01 10:39:14,2016-01-01 11:10:32,1,6.1,,,-73.90973663330078,40.67392349243164,-73.91239166259766,40.671573638916016,1,N,1,26.0,0.0,0.5,0.3,0.0,0.0,,26.8,1.0 +2,2016-01-25 23:49:23,2016-01-25 23:56:48,1,1.36,,,-73.9600830078125,40.70320129394531,-73.94744873046875,40.70322036743164,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-11 23:28:20,2016-01-11 23:31:21,1,0.67,,,-73.95305633544922,40.68062973022461,-73.9654312133789,40.6832275390625,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-30 12:33:08,2016-01-30 12:48:48,5,6.25,,,-73.91156768798828,40.768035888671875,-73.92736053466797,40.70864486694336,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-22 20:21:41,2016-01-22 20:26:39,1,1.03,,,-73.94464874267578,40.83463668823242,-73.95447540283203,40.82248306274414,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-18 20:26:05,2016-01-18 20:34:11,1,1.48,,,-73.95946502685547,40.69478988647461,-73.94253540039062,40.703468322753906,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,,10.56,1.0 +1,2016-01-08 20:36:18,2016-01-08 20:40:09,1,0.6,,,-73.9442367553711,40.8094482421875,-73.93848419189453,40.811893463134766,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +1,2016-01-29 15:36:54,2016-01-29 15:49:21,1,1.4,,,-73.94803619384766,40.78997039794922,-73.9700698852539,40.79483413696289,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-01 13:04:25,2016-01-01 13:11:56,1,1.3,,,-73.91376495361328,40.82404327392578,-73.91695404052734,40.81148147583008,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-29 13:57:11,2016-01-29 14:33:20,1,8.28,,,-73.86750793457031,40.741981506347656,-73.87532043457031,40.652408599853516,1,N,2,31.0,0.0,0.5,0.3,0.0,0.0,,31.8,1.0 +2,2016-01-01 14:27:00,2016-01-01 14:31:18,1,1.64,,,-73.95360565185547,40.78800582885742,-73.9366455078125,40.80318832397461,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +1,2016-01-20 09:38:11,2016-01-20 09:42:41,1,1.2,,,-73.94002532958984,40.679954528808594,-73.95108032226562,40.68916702270508,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-27 08:30:02,2016-01-27 08:48:42,1,3.0,,,-73.90634155273438,40.82809829711914,-73.89697265625,40.86298370361328,1,N,1,14.0,0.0,0.5,0.3,0.2,0.0,,15.0,1.0 +2,2016-01-06 17:24:45,2016-01-06 17:35:16,1,1.25,,,-73.99382781982422,40.6959114074707,-73.98095703125,40.68535614013672,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-30 23:35:26,2016-01-30 23:38:03,1,0.85,,,-73.9354019165039,40.80036163330078,-73.94017791748047,40.7896842956543,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-25 11:44:23,2016-01-25 11:48:46,1,0.58,,,-73.95258331298828,40.80828857421875,-73.95234680175781,40.8138313293457,1,N,1,4.5,0.0,0.5,0.3,1.59,0.0,,6.89,1.0 +1,2016-01-03 16:53:40,2016-01-03 17:14:30,1,3.7,,,-73.93684387207031,40.63240432739258,-73.9304428100586,40.679420471191406,1,N,1,16.0,0.0,0.5,0.3,0.0,0.0,,16.8,1.0 +2,2016-01-29 21:04:32,2016-01-29 21:25:34,1,2.92,,,-73.9403076171875,40.679931640625,-73.91939544677734,40.65678024291992,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-11 16:12:06,2016-01-11 16:20:01,2,1.81,,,-73.94361877441406,40.78914260864258,-73.93899536132812,40.80455017089844,1,N,1,8.0,1.0,0.5,0.3,0.01,0.0,,9.81,1.0 +2,2016-01-16 14:33:11,2016-01-16 14:39:32,1,1.07,,,-73.94496154785156,40.78719711303711,-73.95486450195312,40.7736701965332,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,,7.8,1.0 +2,2016-01-07 16:26:50,2016-01-07 16:31:59,2,0.71,,,-73.97679138183594,40.68180847167969,-73.9761962890625,40.67343521118164,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-15 10:48:09,2016-01-15 11:01:30,2,2.95,,,-73.88157653808594,40.88020706176758,-73.91193389892578,40.84379577636719,5,N,2,12.0,0.0,0.0,0,0.0,0.0,,12.0,2.0 +2,2016-01-15 13:06:34,2016-01-15 13:37:13,1,7.25,,,-73.95518493652344,40.69090270996094,-74.0030746459961,40.756187438964844,1,N,1,26.5,0.0,0.5,0.3,3.0,0.0,,30.3,1.0 +2,2016-01-08 12:31:38,2016-01-08 12:36:43,1,1.0,,,-73.92550659179688,40.76167678833008,-73.93627166748047,40.74982833862305,1,N,1,5.5,0.0,0.5,0.3,1.89,0.0,,8.19,1.0 +2,2016-01-25 09:39:18,2016-01-25 10:10:36,1,3.34,,,-73.99684143066406,40.64701843261719,-73.94770812988281,40.642433166503906,1,N,1,19.0,0.0,0.5,0.3,5.94,0.0,,25.74,1.0 +2,2016-01-25 04:57:56,2016-01-25 05:01:44,1,0.39,,,-73.88373565673828,40.747737884521484,-73.8911361694336,40.747013092041016,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-02 11:39:25,2016-01-02 11:41:29,1,1.8,,,-73.92949676513672,40.83967590332031,-73.93133544921875,40.81388854980469,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-21 22:26:18,2016-01-21 22:38:56,1,3.37,,,-73.9573745727539,40.65499496459961,-73.92478942871094,40.67020797729492,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-17 16:39:23,2016-01-17 16:47:14,2,2.0,,,-73.98682403564453,40.70244598388672,-73.97696685791016,40.683326721191406,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-26 20:05:54,2016-01-26 20:07:53,5,0.4,,,-73.94819641113281,40.80903625488281,-73.94486999511719,40.81416702270508,1,N,1,3.5,0.5,0.5,0.3,1.0,0.0,,5.8,1.0 +2,2016-01-01 05:38:20,2016-01-01 05:50:57,6,2.6,,,-73.91873931884766,40.75886535644531,-73.87903594970703,40.74403762817383,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-08 19:16:35,2016-01-08 19:39:03,1,3.76,,,-73.97610473632812,40.68367385864258,-73.9188003540039,40.69674301147461,1,N,1,16.5,1.0,0.5,0.3,5.49,0.0,,23.79,1.0 +2,2016-01-25 14:10:13,2016-01-25 14:39:51,2,3.67,,,-73.9416732788086,40.798641204833984,-73.94258117675781,40.83707046508789,1,N,1,19.5,0.0,0.5,0.3,2.0,0.0,,22.3,1.0 +1,2016-01-20 11:58:46,2016-01-20 12:03:03,1,0.5,,,-73.99219512939453,40.698951721191406,-73.99186706542969,40.70261001586914,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-13 18:33:53,2016-01-13 18:41:22,1,1.21,,,-73.84416961669922,40.72136688232422,-73.85807800292969,40.711360931396484,1,N,1,7.0,1.0,0.5,0.3,2.0,0.0,,10.8,1.0 +2,2016-01-12 18:31:29,2016-01-12 18:46:47,1,2.35,,,-73.95046997070312,40.82670211791992,-73.9473876953125,40.799278259277344,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,,16.56,1.0 +2,2016-01-22 18:28:55,2016-01-22 18:37:11,1,1.38,,,-73.95932006835938,40.677120208740234,-73.95967102050781,40.690338134765625,1,N,1,7.5,1.0,0.5,0.3,2.32,0.0,,11.62,1.0 +1,2016-01-21 10:26:18,2016-01-21 10:33:45,1,2.2,,,-73.89802551269531,40.852455139160156,-73.93120574951172,40.84831237792969,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-09 02:05:14,2016-01-09 02:09:10,5,1.0,,,-73.95771026611328,40.67117691040039,-73.94192504882812,40.67111587524414,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,,8.16,1.0 +2,2016-01-06 07:36:14,2016-01-06 07:59:30,1,2.55,,,-73.93915557861328,40.80550765991211,-73.96208953857422,40.77333450317383,1,N,1,15.0,0.0,0.5,0.3,1.0,0.0,,16.8,1.0 +2,2016-01-14 20:55:14,2016-01-14 21:02:17,5,0.88,,,-73.97673797607422,40.6819953918457,-73.9834976196289,40.67123031616211,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-08 09:05:47,2016-01-08 09:22:18,1,2.44,,,-73.97212982177734,40.67736053466797,-73.9345932006836,40.68075180053711,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-15 15:25:29,2016-01-15 15:32:44,1,0.93,,,-73.96875762939453,40.67335510253906,-73.9757308959961,40.6788215637207,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 22:57:30,2016-01-07 23:04:26,1,1.27,,,-73.90189361572266,40.74568557739258,-73.8897476196289,40.7359733581543,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-25 23:54:10,2016-01-25 23:58:02,1,0.9,,,-73.97667694091797,40.682861328125,-73.97807312011719,40.6712646484375,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-22 08:50:34,2016-01-22 08:59:07,1,2.75,,,-73.94026184082031,40.840084075927734,-73.92411041259766,40.86428451538086,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-08 11:26:15,2016-01-08 11:26:29,1,0.06,,,-73.92256164550781,40.690242767333984,-73.92268371582031,40.69215393066406,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-16 15:55:43,2016-01-16 16:06:24,1,2.16,,,-73.87107849121094,40.734039306640625,-73.84994506835938,40.72673416137695,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-04 23:57:37,2016-01-05 00:44:59,1,16.59,,,-73.945068359375,40.80815887451172,-73.95288848876953,40.6636848449707,1,N,1,52.0,0.5,0.5,0.3,0.0,0.0,,53.3,1.0 +2,2016-01-06 16:20:43,2016-01-06 16:29:44,1,1.32,,,-73.96190643310547,40.805625915527344,-73.94737243652344,40.80539321899414,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-09 23:42:53,2016-01-09 23:49:25,1,1.47,,,-73.99293518066406,40.6618537902832,-73.98110961914062,40.67750549316406,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-25 08:26:42,2016-01-25 08:32:13,1,1.01,,,-73.93357849121094,40.8543586730957,-73.92431640625,40.866573333740234,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-01 07:18:28,2016-01-01 07:53:05,1,13.64,,,-73.96598815917969,40.63465118408203,-73.92572784423828,40.764461517333984,1,N,1,42.0,0.0,0.5,0.3,6.0,0.0,,48.8,1.0 +1,2016-01-02 17:39:57,2016-01-02 17:45:28,1,0.9,,,-73.94636535644531,40.80080795288086,-73.95167541503906,40.80938720703125,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,,8.15,1.0 +2,2016-01-14 23:48:17,2016-01-15 00:05:10,1,7.89,,,-73.96236419677734,40.716190338134766,-73.92879486083984,40.75791931152344,1,N,1,23.5,0.5,0.5,0.3,4.96,0.0,,29.76,1.0 +2,2016-01-15 13:38:18,2016-01-15 13:57:31,1,3.73,,,-73.91193389892578,40.77520751953125,-73.86756134033203,40.743534088134766,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-18 08:01:01,2016-01-18 08:15:51,1,6.37,,,-73.9450912475586,40.82875061035156,-73.9661865234375,40.76306915283203,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,,20.8,1.0 +2,2016-01-26 17:41:47,2016-01-26 17:52:13,1,1.42,,,-73.94670104980469,40.82012176513672,-73.95122528076172,40.80266189575195,1,N,1,8.5,1.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-14 11:59:31,2016-01-14 12:06:02,1,0.97,,,-73.9628677368164,40.71196365356445,-73.9549789428711,40.718406677246094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-09 10:15:28,2016-01-09 10:23:27,1,1.36,,,-73.91890716552734,40.74338150024414,-73.94345092773438,40.74760055541992,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,,10.56,1.0 +2,2016-01-29 18:16:10,2016-01-29 18:21:57,1,0.92,,,-73.93999481201172,40.84105682373047,-73.9478988647461,40.82963562011719,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-10 17:54:52,2016-01-10 18:00:58,1,1.7,,,-73.93917083740234,40.8055534362793,-73.95391082763672,40.78476333618164,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,,9.95,1.0 +1,2016-01-01 05:03:39,2016-01-01 05:20:41,1,8.8,,,-73.95170593261719,40.71492004394531,-73.9696044921875,40.75164031982422,1,N,1,25.5,0.5,0.5,0.3,5.0,0.0,,31.8,1.0 +2,2016-01-08 11:16:10,2016-01-08 11:38:06,1,3.95,,,-73.92664337158203,40.76068115234375,-73.96260833740234,40.776519775390625,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,,21.96,1.0 +2,2016-01-20 10:53:11,2016-01-20 10:55:46,1,0.76,,,-73.93402099609375,40.80296325683594,-73.9237289428711,40.80816650390625,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-17 12:04:06,2016-01-17 12:04:19,1,0.16,,,-73.93447875976562,40.80153274536133,-73.93971252441406,40.79783630371094,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,,3.3,1.0 +2,2016-01-25 09:49:55,2016-01-25 10:01:09,6,2.17,,,-73.96155548095703,40.701541900634766,-73.9892349243164,40.69135665893555,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-04 08:00:19,2016-01-04 08:17:09,1,4.1,,,-73.94376373291016,40.82377243041992,-73.96834564208984,40.78672409057617,1,N,1,15.5,0.0,0.5,0.3,3.2,0.0,,19.5,1.0 +2,2016-01-30 18:15:39,2016-01-30 18:26:00,1,1.76,,,-73.87092590332031,40.733890533447266,-73.89768981933594,40.730743408203125,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-24 13:43:10,2016-01-24 13:55:17,1,1.77,,,-73.95244598388672,40.72841262817383,-73.96566772460938,40.7105712890625,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +2,2016-01-29 23:45:39,2016-01-30 00:06:08,1,5.02,,,-73.9635009765625,40.67668914794922,-73.95674133300781,40.73354721069336,1,N,1,18.5,0.5,0.5,0.3,3.96,0.0,,23.76,1.0 +2,2016-01-15 08:45:09,2016-01-15 08:50:59,1,1.48,,,-73.91287231445312,40.7489128112793,-73.93643951416016,40.7452278137207,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-12 16:33:47,2016-01-12 17:04:22,1,5.87,,,-73.93950653076172,40.805335998535156,-73.92872619628906,40.86266326904297,1,N,1,23.0,1.0,0.5,0.3,4.96,0.0,,29.76,1.0 +2,2016-01-07 21:12:42,2016-01-07 21:28:27,1,3.3,,,-73.94441986083984,40.807315826416016,-73.91546630859375,40.83049011230469,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,,14.8,1.0 +1,2016-01-29 16:46:04,2016-01-29 17:07:56,2,1.6,,,-73.99246978759766,40.68943786621094,-73.9693374633789,40.69316864013672,1,N,1,14.0,1.0,0.5,0.3,3.15,0.0,,18.95,1.0 +2,2016-01-16 21:20:42,2016-01-16 21:31:51,1,2.48,,,-73.95502471923828,40.714054107666016,-73.99346160888672,40.72151184082031,1,N,1,11.0,0.5,0.5,0.3,1.88,0.0,,14.18,1.0 +1,2016-01-26 15:39:52,2016-01-26 16:02:56,1,2.5,,,-73.88631439208984,40.749473571777344,-73.8577880859375,40.735164642333984,1,N,1,15.0,1.0,0.5,0.3,1.0,0.0,,17.8,1.0 +2,2016-01-25 18:01:47,2016-01-25 18:15:57,1,1.6,,,-73.88317108154297,40.747737884521484,-73.9030990600586,40.75589370727539,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,,12.3,1.0 +1,2016-01-17 17:56:37,2016-01-17 18:09:51,1,2.5,,,-73.86294555664062,40.7373161315918,-73.84397888183594,40.721187591552734,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-08 19:08:28,2016-01-08 19:26:08,1,5.29,,,-73.94756317138672,40.81022644042969,-73.9872055053711,40.77119445800781,1,N,1,19.0,1.0,0.5,0.3,2.0,0.0,,22.8,1.0 +1,2016-01-12 23:48:37,2016-01-12 23:53:36,1,1.0,,,-73.95784759521484,40.72196578979492,-73.96404266357422,40.71027374267578,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-14 12:30:49,2016-01-14 12:40:24,6,2.02,,,-73.92768096923828,40.81080627441406,-73.95134735107422,40.79119110107422,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-05 16:25:25,2016-01-05 16:33:16,2,0.9,,,-73.97781372070312,40.68696212768555,-73.96322631835938,40.681793212890625,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,,9.96,1.0 +2,2016-01-18 16:46:33,2016-01-18 16:58:15,1,2.58,,,-73.80797576904297,40.70046615600586,-73.7910385131836,40.67250442504883,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,,12.3,1.0 +2,2016-01-10 19:28:52,2016-01-10 19:33:32,1,1.02,,,-73.95516204833984,40.80491638183594,-73.94566345214844,40.81770324707031,1,N,1,5.5,0.0,0.5,0.3,0.7,0.0,,7.0,1.0 +2,2016-01-05 14:56:09,2016-01-05 15:27:54,1,15.01,,,-73.94615173339844,40.61753463745117,-73.79002380371094,40.64691925048828,1,N,1,43.0,0.0,0.5,0.3,8.76,0.0,,52.56,1.0 +2,2016-01-11 00:07:39,2016-01-11 00:32:23,1,10.95,,,-73.97277069091797,40.67772674560547,-73.92578887939453,40.767051696777344,1,N,1,33.0,0.5,0.5,0.3,6.86,0.0,,41.16,1.0 +2,2016-01-05 14:13:10,2016-01-05 14:21:29,1,1.55,,,-73.92874145507812,40.822628021240234,-73.94482421875,40.82743453979492,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-10 21:35:00,2016-01-10 21:51:00,1,2.38,,,-73.94269561767578,40.72575759887695,-73.93207550048828,40.69575119018555,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-10 14:48:15,2016-01-10 15:01:27,5,1.47,,,-73.98545837402344,40.68901824951172,-73.96646881103516,40.683349609375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-16 07:46:03,2016-01-16 08:03:14,1,3.94,,,-73.91754150390625,40.77003479003906,-73.96853637695312,40.76111602783203,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-25 22:29:34,2016-01-25 22:53:19,1,5.98,,,-73.95838928222656,40.71722412109375,-73.9801254272461,40.77046203613281,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,,22.8,1.0 +2,2016-01-18 09:53:21,2016-01-18 10:02:22,1,6.33,,,-73.8289794921875,40.713356018066406,-73.7811279296875,40.6447639465332,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-16 19:26:58,2016-01-16 19:39:42,1,2.8,,,-73.88514709472656,40.74409866333008,-73.91777801513672,40.77128982543945,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,,14.8,1.0 +2,2016-01-05 16:01:59,2016-01-05 16:08:46,1,1.43,,,-73.95609283447266,40.8189811706543,-73.94364166259766,40.835933685302734,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-14 19:11:07,2016-01-14 19:23:13,1,2.12,,,-73.84427642822266,40.721351623535156,-73.81448364257812,40.70893478393555,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-02 13:25:07,2016-01-02 13:30:22,1,1.25,,,-73.96929931640625,40.69308090209961,-73.98294830322266,40.700748443603516,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-16 11:09:11,2016-01-16 11:18:43,1,2.2,,,-73.95745086669922,40.80146026611328,-73.94427490234375,40.8297004699707,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-12 09:35:53,2016-01-12 09:45:42,1,1.5,,,-73.95452117919922,40.80562210083008,-73.94692993164062,40.791324615478516,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,,11.15,1.0 +2,2016-01-17 23:11:37,2016-01-17 23:17:40,1,1.12,,,-73.94181060791016,40.81769943237305,-73.95437622070312,40.81566619873047,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,,9.75,1.0 +2,2016-01-26 10:06:18,2016-01-26 11:25:25,1,11.25,,,-73.83003997802734,40.71327590942383,-73.95527648925781,40.76534652709961,1,N,1,53.0,0.0,0.5,0.3,10.76,0.0,,64.56,1.0 +2,2016-01-01 17:41:42,2016-01-01 18:05:37,1,4.2,,,-73.99427795410156,40.69035720825195,-73.98883056640625,40.72900390625,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,,19.3,1.0 +2,2016-01-06 21:50:39,2016-01-06 22:02:43,1,3.96,,,-73.95455169677734,40.71383285522461,-73.98487854003906,40.675140380859375,1,N,1,14.5,0.5,0.5,0.3,2.37,0.0,,18.17,1.0 +2,2016-01-03 00:52:31,2016-01-03 01:03:35,1,3.16,,,-73.86936950683594,40.749080657958984,-73.82609558105469,40.764251708984375,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-14 12:30:52,2016-01-14 16:31:40,1,28.27,,,-73.92631530761719,40.65854263305664,-73.9201889038086,40.670921325683594,5,N,1,3.0,0.0,0.0,0,10.0,0.0,,13.0,2.0 +2,2016-01-08 15:08:07,2016-01-08 15:25:21,1,1.9,,,-73.89092254638672,40.74687576293945,-73.88986206054688,40.73058319091797,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-15 21:10:57,2016-01-15 21:18:07,1,0.94,,,-73.9578857421875,40.67100524902344,-73.95687866210938,40.672367095947266,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-18 06:36:58,2016-01-18 06:50:38,1,3.6,,,-73.98323822021484,40.69677734375,-73.99154663085938,40.7387580871582,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,,17.76,1.0 +2,2016-01-16 20:00:10,2016-01-16 20:10:47,1,4.68,,,-73.95329284667969,40.58721160888672,-73.9218521118164,40.60951614379883,1,N,1,15.0,0.0,0.5,0.3,4.74,0.0,,20.54,1.0 +2,2016-01-09 09:07:04,2016-01-09 09:12:12,1,1.01,,,-73.94025421142578,40.798126220703125,-73.94550323486328,40.807533264160156,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-07 14:14:17,2016-01-07 14:21:12,1,2.64,,,-73.95620727539062,40.81878662109375,-73.97273254394531,40.794090270996094,1,N,1,9.5,0.0,0.5,0.3,1.2,0.0,,11.5,1.0 +2,2016-01-17 13:02:35,2016-01-17 13:04:39,1,0.55,,,-73.94908142089844,40.7853889465332,-73.94268035888672,40.790714263916016,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-30 21:04:07,2016-01-30 21:09:09,1,1.22,,,-73.98727416992188,40.692501068115234,-73.97087860107422,40.69337844848633,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-26 22:01:42,2016-01-26 22:12:08,1,1.9,,,-73.98729705810547,40.691349029541016,-74.0107421875,40.679256439208984,1,N,1,9.0,0.5,0.5,0.3,1.5,0.0,,11.8,1.0 +1,2016-01-07 08:28:14,2016-01-07 08:44:47,1,2.0,,,-73.9521255493164,40.78990173339844,-73.94918823242188,40.7731819152832,1,N,1,12.0,0.0,0.5,0.3,2.55,0.0,,15.35,1.0 +1,2016-01-09 01:35:25,2016-01-09 01:49:58,1,4.0,,,-73.94841003417969,40.69110107421875,-73.94766998291016,40.692623138427734,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,,15.3,1.0 +2,2016-01-22 18:45:33,2016-01-22 18:55:54,1,1.73,,,-73.96105194091797,40.8120002746582,-73.94805145263672,40.82710647583008,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-13 19:32:55,2016-01-13 19:41:31,1,1.4,,,-73.98674774169922,40.70392990112305,-73.99267578125,40.689090728759766,1,N,1,7.5,1.0,0.5,0.3,2.79,0.0,,12.09,1.0 +1,2016-01-30 14:50:41,2016-01-30 14:57:45,2,0.9,,,-73.9395523071289,40.798805236816406,-73.94390869140625,40.80712127685547,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-28 07:44:55,2016-01-28 08:05:26,2,1.53,,,-73.9134750366211,40.83955001831055,-73.91350555419922,40.839927673339844,1,N,1,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +1,2016-01-14 21:53:22,2016-01-14 22:08:05,1,3.4,,,-73.96601867675781,40.714508056640625,-73.98765563964844,40.728763580322266,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,,17.75,1.0 +1,2016-01-20 09:00:25,2016-01-20 09:05:45,1,0.4,,,-73.93923950195312,40.84858322143555,-73.94104766845703,40.84160232543945,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +1,2016-01-25 18:46:46,2016-01-25 18:46:49,1,0.6,,,-73.94474029541016,40.616634368896484,-73.94474029541016,40.616634368896484,1,N,1,2.5,1.0,0.5,0.3,30.0,0.0,,34.3,1.0 +1,2016-01-11 08:18:26,2016-01-11 08:47:27,1,4.9,,,-73.9677734375,40.69628143310547,-73.98107147216797,40.737518310546875,1,N,1,21.5,0.0,0.5,0.3,5.55,0.0,,27.85,1.0 +2,2016-01-17 10:05:48,2016-01-17 10:15:36,1,2.28,,,-73.87205505371094,40.748924255371094,-73.9090576171875,40.742252349853516,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +1,2016-01-14 15:14:26,2016-01-14 15:39:50,1,3.9,,,-73.95500946044922,40.71411895751953,-73.98269653320312,40.67328643798828,1,N,1,18.5,0.0,0.5,0.3,3.85,0.0,,23.15,1.0 +2,2016-01-04 17:37:55,2016-01-04 17:45:29,1,1.53,,,-73.86906433105469,40.73422622680664,-73.89070892333984,40.728275299072266,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-21 07:10:04,2016-01-21 07:11:11,1,0.9,,,-73.93924713134766,40.80528259277344,-73.9393539428711,40.8051872253418,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,,3.8,1.0 +2,2016-01-04 18:09:54,2016-01-04 18:14:52,5,1.07,,,-73.9406967163086,40.79297637939453,-73.95050048828125,40.77974319458008,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,,8.76,1.0 +2,2016-01-11 19:18:29,2016-01-11 19:29:28,1,1.91,,,-73.93880462646484,40.805015563964844,-73.96288299560547,40.79725646972656,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-11 14:19:21,2016-01-11 14:21:51,1,0.48,,,-73.95427703857422,40.81624221801758,-73.95286560058594,40.81082534790039,1,N,1,4.0,0.0,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-27 20:16:24,2016-01-27 20:21:22,1,0.78,,,-73.9577865600586,40.71770095825195,-73.94678497314453,40.725032806396484,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-13 10:25:32,2016-01-13 10:41:35,1,2.8,,,-73.93437957763672,40.751686096191406,-73.9550552368164,40.729434967041016,1,N,4,13.0,0.0,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-05 21:29:59,2016-01-05 21:44:33,1,2.57,,,-73.94786071777344,40.70006561279297,-73.90330505371094,40.7004280090332,1,N,1,12.0,0.5,0.5,0.3,3.99,0.0,,17.29,1.0 +1,2016-01-14 12:35:02,2016-01-14 13:01:02,1,5.8,,,-73.98973083496094,40.70077133178711,-73.99105072021484,40.760746002197266,1,N,1,22.5,0.0,0.5,0.3,4.65,0.0,,27.95,1.0 +2,2016-01-10 13:40:52,2016-01-10 13:56:55,1,3.13,,,-73.87825775146484,40.74827575683594,-73.9207534790039,40.74235534667969,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-21 20:59:26,2016-01-21 21:06:54,1,0.99,,,-73.9830551147461,40.689693450927734,-73.96900939941406,40.68932342529297,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-22 23:17:23,2016-01-22 23:59:38,1,7.33,,,-73.91482543945312,40.68855667114258,-74.00260925292969,40.739540100097656,1,N,1,30.0,0.5,0.5,0.3,0.0,0.0,,31.3,1.0 +2,2016-01-26 16:47:29,2016-01-26 16:54:29,1,1.35,,,-73.91478729248047,40.74340057373047,-73.89768981933594,40.738677978515625,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-13 21:25:44,2016-01-13 21:39:38,5,3.83,,,-73.97804260253906,40.680023193359375,-73.97305297851562,40.6364860534668,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,,18.96,1.0 +2,2016-01-09 18:24:04,2016-01-09 18:34:37,1,1.67,,,-73.96726989746094,40.68355178833008,-73.94452667236328,40.686363220214844,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,,11.76,1.0 +1,2016-01-02 05:47:04,2016-01-02 05:48:53,1,0.4,,,-73.88428497314453,40.74746322631836,-73.89085388183594,40.74684524536133,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,,5.3,1.0 +2,2016-01-30 04:08:01,2016-01-30 04:10:50,1,0.85,,,-73.92137908935547,40.766483306884766,-73.93119049072266,40.77399826049805,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-16 04:18:24,2016-01-16 04:22:50,1,1.38,,,-73.71549987792969,40.74349594116211,-73.72434997558594,40.73185729980469,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-07 20:13:52,2016-01-07 20:22:16,1,1.63,,,-73.96533203125,40.80595397949219,-73.94685363769531,40.80606460571289,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,,9.3,1.0 +2,2016-01-17 02:07:14,2016-01-17 02:18:08,1,3.8,,,-73.8071517944336,40.69940185546875,-73.74610900878906,40.70750427246094,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +2,2016-01-20 21:44:28,2016-01-20 21:51:21,1,2.25,,,-73.8908462524414,40.74700164794922,-73.90889739990234,40.77150344848633,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,,12.3,1.0 +2,2016-01-13 21:34:36,2016-01-13 21:39:34,1,1.17,,,-74.00425720214844,40.6547737121582,-74.00605010986328,40.643428802490234,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,,9.49,1.0 +2,2016-01-19 13:00:27,2016-01-19 13:26:17,1,2.75,,,-73.95445251464844,40.78901672363281,-73.97119903564453,40.7558708190918,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-04 16:21:15,2016-01-04 16:25:57,1,0.75,,,-73.96641540527344,40.80475616455078,-73.97181701660156,40.79484558105469,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-10 02:08:05,2016-01-10 02:19:43,1,1.75,,,-73.95826721191406,40.721683502197266,-73.93978881835938,40.70741271972656,1,N,1,9.5,0.5,0.5,0.3,5.0,0.0,,15.8,1.0 +2,2016-01-27 20:57:50,2016-01-28 00:00:00,1,1.28,,,-73.8624267578125,40.84004592895508,-73.8752670288086,40.829280853271484,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-21 22:00:15,2016-01-21 22:13:30,1,2.89,,,-73.95854187011719,40.71717071533203,-73.92391967773438,40.70429611206055,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,,12.8,1.0 +2,2016-01-02 23:54:30,2016-01-02 23:56:48,1,0.28,,,-73.96026611328125,40.688873291015625,-73.95484924316406,40.68946075439453,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,,4.8,1.0 +2,2016-01-01 02:32:31,2016-01-01 02:38:12,1,1.28,,,-73.90869903564453,40.68149185180664,-73.92859649658203,40.68133544921875,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-03 00:30:27,2016-01-03 00:33:53,1,0.82,,,-73.95552062988281,40.722896575927734,-73.95236206054688,40.7303466796875,1,N,1,4.5,0.5,0.5,0.3,1.45,0.0,,7.25,1.0 +1,2016-01-30 07:48:03,2016-01-30 08:04:20,1,3.9,,,-73.9677963256836,40.696075439453125,-73.98986053466797,40.73393630981445,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,,19.75,1.0 +2,2016-01-18 10:13:25,2016-01-19 10:03:12,1,1.25,,,-73.97895812988281,40.68984603881836,-73.96876525878906,40.6929817199707,1,N,1,7.0,0.0,0.5,0.3,0.78,0.0,,8.58,1.0 +2,2016-01-02 22:09:43,2016-01-02 22:22:23,1,3.46,,,-73.86114501953125,40.83365249633789,-73.9197998046875,40.83073043823242,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,,14.3,1.0 +1,2016-01-18 15:18:26,2016-01-18 15:39:44,1,2.3,,,-73.98676300048828,40.70245361328125,-73.98001098632812,40.67620849609375,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,,18.35,1.0 +2,2016-01-22 11:58:41,2016-01-22 12:48:17,1,5.93,,,-73.92158508300781,40.663822174072266,-73.8729248046875,40.650569915771484,1,N,1,31.5,0.0,0.5,0.3,6.46,0.0,,38.76,1.0 +1,2016-01-22 18:22:42,2016-01-22 18:29:28,1,1.0,,,-73.95720672607422,40.69029998779297,-73.94976043701172,40.680694580078125,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,,8.8,1.0 +2,2016-01-21 23:38:36,2016-01-21 23:55:04,2,3.88,,,-73.89251708984375,40.748844146728516,-73.8733139038086,40.7708625793457,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,,16.3,1.0 +2,2016-01-30 19:03:56,2016-01-30 19:16:00,1,1.99,,,-73.9766845703125,40.686981201171875,-73.93975830078125,40.68973159790039,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-13 09:59:38,2016-01-13 10:02:38,1,0.75,,,-73.95269012451172,40.81086349487305,-73.961181640625,40.812034606933594,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,,6.36,1.0 +2,2016-01-06 17:51:38,2016-01-06 17:58:19,1,1.35,,,-73.89910125732422,40.86224365234375,-73.9181900024414,40.85316848754883,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-01 00:19:51,2016-01-01 00:29:41,1,2.01,,,-73.96257019042969,40.68720626831055,-73.9887924194336,40.685184478759766,1,N,1,9.0,0.5,0.5,0.3,6.0,0.0,,16.3,1.0 +2,2016-01-22 09:41:39,2016-01-22 09:44:29,1,0.5,,,-73.94026947021484,40.79752731323242,-73.93378448486328,40.79875946044922,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,,6.0,1.0 +2,2016-01-30 17:09:37,2016-01-30 17:29:58,1,3.1,,,-73.95869445800781,40.63790512084961,-73.97572326660156,40.67463684082031,1,N,1,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-27 18:00:41,2016-01-27 18:06:36,2,0.87,,,-73.9138412475586,40.76546096801758,-73.92603302001953,40.7656364440918,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-27 16:25:03,2016-01-27 16:38:14,1,3.83,,,-73.81446075439453,40.742401123046875,-73.86434936523438,40.756256103515625,1,N,2,14.0,1.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-14 07:44:06,2016-01-14 07:56:03,1,1.49,,,-73.9549789428711,40.805171966552734,-73.95475006103516,40.7891845703125,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,,12.36,1.0 +2,2016-01-16 01:31:04,2016-01-16 01:45:32,1,5.93,,,-73.91560363769531,40.76310729980469,-73.94249725341797,40.719093322753906,1,N,1,19.0,0.5,0.5,0.3,4.06,0.0,,24.36,1.0 +2,2016-01-27 21:57:42,2016-01-27 22:04:39,1,1.01,,,-73.94511413574219,40.808006286621094,-73.95311737060547,40.81768035888672,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-01 05:49:18,2016-01-01 06:04:20,1,3.66,,,-73.9390869140625,40.79087448120117,-73.95262908935547,40.82483673095703,1,N,1,14.5,0.5,0.5,0.3,1.0,0.0,,16.8,1.0 +2,2016-01-27 19:15:31,2016-01-27 19:29:45,1,1.51,,,-73.9345703125,40.67954635620117,-73.90670013427734,40.677303314208984,1,N,1,10.0,1.0,0.5,0.3,1.0,0.0,,12.8,1.0 +1,2016-01-01 19:55:01,2016-01-01 20:00:47,1,1.0,,,-73.98139190673828,40.6749267578125,-73.99348449707031,40.66758728027344,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,,8.5,1.0 +2,2016-01-08 21:19:18,2016-01-08 21:28:36,1,0.9,,,-73.9562759399414,40.720558166503906,-73.96275329589844,40.711944580078125,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,,10.38,1.0 +1,2016-01-05 22:13:43,2016-01-05 22:16:11,1,0.6,,,-73.91764068603516,40.760581970214844,-73.91130065917969,40.768489837646484,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,,6.35,1.0 +1,2016-01-30 03:33:08,2016-01-30 03:41:16,1,1.1,,,-73.95748901367188,40.71784973144531,-73.94767761230469,40.72266387939453,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-29 08:18:42,2016-01-29 08:45:58,1,6.75,,,-73.98709106445312,40.697635650634766,-73.98224639892578,40.756858825683594,1,N,1,25.0,0.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-22 20:21:11,2016-01-22 20:26:47,1,1.12,,,-73.84428405761719,40.721458435058594,-73.82927703857422,40.71242141723633,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-14 15:12:45,2016-01-14 15:45:49,1,5.88,,,-73.96440124511719,40.71040344238281,-73.98560333251953,40.75977325439453,1,N,1,25.0,0.0,0.5,0.3,6.27,5.54,,37.61,1.0 +2,2016-01-16 21:54:49,2016-01-16 21:59:38,1,0.8,,,-73.93919372558594,40.805328369140625,-73.93136596679688,40.80172348022461,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-02 15:43:16,2016-01-02 15:57:27,1,2.53,,,-73.92333221435547,40.816673278808594,-73.89093017578125,40.827728271484375,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-10 13:58:29,2016-01-10 14:09:32,1,1.73,,,-73.94398498535156,40.80112075805664,-73.9453353881836,40.81850051879883,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-13 21:20:57,2016-01-13 21:30:49,1,2.44,,,-73.83038330078125,40.75953674316406,-73.81069946289062,40.7358512878418,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,,12.96,1.0 +1,2016-01-25 18:17:12,2016-01-25 18:26:06,4,1.1,,,-73.99429321289062,40.681236267089844,-73.99229431152344,40.69487380981445,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-28 14:01:41,2016-01-28 14:19:26,1,2.2,,,-73.9700927734375,40.69320297241211,-73.95562744140625,40.669429779052734,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,,15.95,1.0 +1,2016-01-20 13:21:19,2016-01-20 13:55:31,1,5.3,,,-73.96652221679688,40.69109344482422,-73.98696899414062,40.74455261230469,1,N,1,24.5,0.0,0.5,0.3,5.05,0.0,,30.35,1.0 +2,2016-01-10 16:58:51,2016-01-10 17:23:38,1,5.21,,,-73.93199157714844,40.70684051513672,-73.97451782226562,40.75102615356445,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,,25.56,1.0 +2,2016-01-11 11:09:52,2016-01-11 11:30:13,1,3.71,,,-73.95221710205078,40.78990173339844,-73.98936462402344,40.762062072753906,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,,20.16,1.0 +1,2016-01-14 15:32:00,2016-01-14 15:36:07,1,0.6,,,-73.96656036376953,40.80455017089844,-73.96405029296875,40.80965042114258,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-03 01:28:09,2016-01-03 01:34:19,1,1.2,,,-73.94508361816406,40.80815887451172,-73.94731140136719,40.794349670410156,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +1,2016-01-04 17:03:49,2016-01-04 17:08:06,1,1.1,,,-73.94346618652344,40.78903579711914,-73.93392944335938,40.79811096191406,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-25 09:33:55,2016-01-25 09:58:39,1,5.95,,,-73.98367309570312,40.69672393798828,-73.96946716308594,40.74912643432617,1,N,1,23.5,0.0,0.5,0.3,4.86,0.0,,29.16,1.0 +2,2016-01-28 15:04:08,2016-01-28 15:11:52,1,1.54,,,-73.94921112060547,40.78547668457031,-73.93260192871094,40.79597473144531,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,,10.38,1.0 +2,2016-01-15 21:52:38,2016-01-15 21:59:11,1,1.23,,,-73.93563842773438,40.79619598388672,-73.94935607910156,40.80745315551758,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,,7.8,1.0 +2,2016-01-14 20:57:49,2016-01-14 21:04:01,1,1.59,,,-73.99264526367188,40.697715759277344,-73.99383544921875,40.68069839477539,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-30 10:51:24,2016-01-30 11:04:51,1,2.1,,,-73.9149169921875,40.83350372314453,-73.92818450927734,40.807228088378906,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-04 21:11:40,2016-01-04 21:52:14,1,10.24,,,-73.82688903808594,40.760501861572266,-73.98863983154297,40.74107360839844,1,N,2,36.0,0.5,0.5,0.3,0.0,0.0,,37.3,1.0 +1,2016-01-30 21:42:25,2016-01-30 22:09:58,1,5.1,,,-73.97904968261719,40.67843246459961,-74.0036392211914,40.742515563964844,1,N,1,21.5,0.5,0.5,0.3,4.55,0.0,,27.35,1.0 +2,2016-01-15 23:50:42,2016-01-16 00:01:48,1,2.23,,,-73.96932220458984,40.6895751953125,-73.93511962890625,40.69684600830078,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,,11.3,1.0 +1,2016-01-08 16:06:57,2016-01-08 16:11:39,1,0.8,,,-73.89134979248047,40.74650573730469,-73.88493347167969,40.75282669067383,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,,6.8,1.0 +2,2016-01-13 21:41:57,2016-01-13 22:01:21,1,5.69,,,-73.97665405273438,40.683040618896484,-73.98526000976562,40.7518310546875,1,N,1,19.0,0.5,0.5,0.3,0.0,0.0,,20.3,1.0 +2,2016-01-12 22:20:11,2016-01-12 22:23:13,1,0.63,,,-73.9480209350586,40.80918502807617,-73.94214630126953,40.81725311279297,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-19 11:09:12,2016-01-19 11:18:53,1,1.96,,,-73.95474243164062,40.671791076660156,-73.9203109741211,40.669254302978516,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,,10.3,1.0 +2,2016-01-16 21:41:19,2016-01-16 21:49:58,1,1.4,,,-73.8908920288086,40.746517181396484,-73.88330078125,40.75997543334961,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-08 07:39:12,2016-01-08 08:21:03,1,4.97,,,-73.9214096069336,40.81413269042969,-73.98135375976562,40.78082275390625,1,N,2,26.5,0.0,0.5,0.3,0.0,0.0,,27.3,1.0 +1,2016-01-03 15:57:08,2016-01-03 15:57:21,2,2.1,,,-73.92889404296875,40.681541442871094,-73.92890167236328,40.6815299987793,5,N,1,0.0,0.0,0.0,0,30.0,0.0,,30.0,2.0 +1,2016-01-26 10:25:52,2016-01-26 10:37:07,1,1.6,,,-73.87694549560547,40.748451232910156,-73.87629699707031,40.768672943115234,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,,9.3,1.0 +1,2016-01-08 16:01:56,2016-01-08 16:15:53,1,2.1,,,-73.93896484375,40.805057525634766,-73.96487426757812,40.79650115966797,1,N,1,11.0,1.0,0.5,0.3,3.8,0.0,,16.6,1.0 +2,2016-01-04 16:53:20,2016-01-04 17:03:38,1,1.16,,,-73.90751647949219,40.85381317138672,-73.9222640991211,40.852081298828125,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-08 09:46:59,2016-01-08 09:54:54,1,0.97,,,-73.9118423461914,40.77531814575195,-73.91563415527344,40.76449203491211,1,N,1,7.0,0.0,0.5,0.3,2.0,0.0,,9.8,1.0 +2,2016-01-29 21:06:51,2016-01-29 21:22:59,1,2.87,,,-73.94428253173828,40.83512496948242,-73.93971252441406,40.80711364746094,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,,15.3,1.0 +1,2016-01-06 10:12:26,2016-01-06 10:29:35,1,5.2,,,-73.91742706298828,40.769920349121094,-73.95396423339844,40.784847259521484,1,N,1,18.5,0.0,0.5,0.3,3.85,0.0,,23.15,1.0 +2,2016-01-25 16:21:26,2016-01-25 16:23:52,1,0.44,,,-73.9686508178711,40.693119049072266,-73.96329498291016,40.68849563598633,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-25 10:05:38,2016-01-25 10:42:39,1,10.02,,,-73.91718292236328,40.74485778808594,-73.8162841796875,40.75518035888672,1,N,1,33.5,0.0,0.5,0.3,6.86,0.0,,41.16,1.0 +2,2016-01-04 15:36:35,2016-01-04 15:53:19,1,2.21,,,-73.93892669677734,40.80525588989258,-73.96142578125,40.780765533447266,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,,14.3,1.0 +2,2016-01-03 00:25:45,2016-01-03 00:33:28,1,1.59,,,-73.92536926269531,40.761844635009766,-73.90727996826172,40.7729606628418,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,,11.62,1.0 +2,2016-01-16 15:23:11,2016-01-16 15:27:28,1,0.74,,,-73.98712921142578,40.692081451416016,-73.97599029541016,40.69432830810547,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 09:48:41,2016-01-09 09:56:01,1,1.0,,,-73.94068145751953,40.834632873535156,-73.94237518310547,40.84543228149414,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,,8.3,1.0 +2,2016-01-25 05:03:06,2016-01-25 05:15:21,1,2.6,,,-73.80459594726562,40.73799133300781,-73.78105163574219,40.71330261230469,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,,12.3,1.0 +2,2016-01-03 21:00:45,2016-01-03 21:04:16,1,0.55,,,-73.91492462158203,40.75196075439453,-73.91766357421875,40.75791931152344,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 02:30:42,2016-01-10 02:43:18,1,1.9,,,-73.9578628540039,40.721954345703125,-73.9402084350586,40.70399856567383,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,,11.8,1.0 +1,2016-01-20 15:31:38,2016-01-20 15:36:45,1,0.8,,,-73.97635650634766,40.67316818237305,-73.9771499633789,40.681053161621094,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-09 21:13:36,2016-01-09 21:25:24,1,1.97,,,-73.9029312133789,40.74660110473633,-73.8740463256836,40.74468231201172,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-05 20:22:16,2016-01-05 20:26:54,1,1.01,,,-73.95801544189453,40.7327995300293,-73.95234680175781,40.723323822021484,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 23:17:37,2016-01-22 23:32:11,1,2.9,,,-73.96485137939453,40.80662536621094,-73.94253540039062,40.786346435546875,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,,17.25,1.0 +1,2016-01-08 16:23:54,2016-01-08 16:28:00,1,0.8,,,-73.95195007324219,40.68055725097656,-73.94978332519531,40.68701934814453,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +1,2016-01-17 15:38:59,2016-01-17 15:43:04,1,0.6,,,-73.94671630859375,40.68901443481445,-73.93889617919922,40.68688201904297,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,,7.25,1.0 +2,2016-01-06 17:22:24,2016-01-06 17:46:53,1,6.86,,,-73.94268798828125,40.84123992919922,-73.98280334472656,40.76427459716797,1,N,1,24.0,1.0,0.5,0.3,5.16,0.0,,30.96,1.0 +2,2016-01-25 07:39:28,2016-01-25 07:45:25,1,1.13,,,-73.9127197265625,40.755916595458984,-73.92462921142578,40.74737548828125,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-08 06:33:29,2016-01-08 06:47:21,1,2.01,,,-73.80753326416016,40.70029830932617,-73.81784057617188,40.719112396240234,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,,11.8,1.0 +2,2016-01-14 11:43:30,2016-01-14 11:51:37,1,1.73,,,-73.91207122802734,40.775203704833984,-73.93053436279297,40.76454162597656,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,,9.8,1.0 +2,2016-01-30 05:38:49,2016-01-30 05:46:31,1,2.59,,,-73.98108673095703,40.667476654052734,-73.97048950195312,40.63637161254883,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,,10.8,1.0 +2,2016-01-17 01:41:53,2016-01-17 01:51:36,1,2.29,,,-73.946044921875,40.71154022216797,-73.91722869873047,40.702823638916016,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,,13.5,1.0 +2,2016-01-02 19:19:23,2016-01-02 19:39:49,1,4.2,,,-73.98334503173828,40.67267608642578,-73.92988586425781,40.686885833740234,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,,17.8,1.0 +2,2016-01-22 20:47:32,2016-01-22 20:59:15,1,1.99,,,-73.90314483642578,40.74565887451172,-73.92613983154297,40.76372528076172,1,N,1,9.5,0.5,0.5,0.3,5.0,0.0,,15.8,1.0 +2,2016-01-03 00:59:36,2016-01-03 01:05:52,1,1.58,,,-73.92095184326172,40.86775588989258,-73.93207550048828,40.8411865234375,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,,8.8,1.0 +2,2016-01-21 16:17:01,2016-01-21 16:23:37,5,2.76,,,-73.91753387451172,40.76997756958008,-73.87107849121094,40.77396011352539,1,N,1,10.0,1.0,0.5,0.3,3.0,0.0,,14.8,1.0 +2,2016-01-03 22:59:45,2016-01-03 23:03:40,1,0.71,,,-73.86933898925781,40.7490234375,-73.86629486083984,40.74034118652344,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,,6.3,1.0 +2,2016-01-30 23:38:36,2016-01-30 23:47:40,1,1.75,,,-73.97498321533203,40.688819885253906,-73.98487091064453,40.67185974121094,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,,11.16,1.0 +1,2016-01-13 10:07:46,2016-01-13 10:27:40,1,2.9,,,-73.93925476074219,40.805477142333984,-73.97433471679688,40.79343032836914,1,N,1,14.5,0.0,0.5,0.3,3.0,0.0,,18.3,1.0 +2,2016-01-08 23:09:48,2016-01-08 23:27:56,1,4.44,,,-73.8324966430664,40.715576171875,-73.90717315673828,40.7420768737793,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,,18.3,1.0 +2,2016-01-13 08:00:35,2016-01-13 08:04:26,1,0.76,,,-73.95521545410156,40.80450439453125,-73.94744873046875,40.81524658203125,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-16 08:34:18,2016-01-16 08:41:43,1,1.66,,,-73.9222412109375,40.75497055053711,-73.90406036376953,40.774497985839844,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-16 09:10:45,2016-01-16 09:16:50,1,1.17,,,-73.95965576171875,40.687259674072266,-73.97434997558594,40.68073654174805,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-22 16:39:21,2016-01-22 16:48:06,1,0.41,,,-73.85182189941406,40.83412170410156,-73.85015869140625,40.82813262939453,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-15 21:11:19,2016-01-15 21:36:54,6,6.24,,,-73.93016052246094,40.76686096191406,-73.95938110351562,40.801551818847656,1,N,2,22.5,0.5,0.5,0.3,0.0,5.54,,29.34,1.0 +2,2016-01-20 23:00:34,2016-01-20 23:03:57,1,0.97,,,-73.94132995605469,40.823795318603516,-73.9520263671875,40.81157302856445,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,,6.8,1.0 +2,2016-01-11 14:06:08,2016-01-11 14:16:03,1,1.34,,,-73.99251556396484,40.68943786621094,-73.9900131225586,40.70381546020508,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,,11.0,1.0 +2,2016-01-16 06:06:59,2016-01-16 06:42:21,2,16.82,,,-73.97067260742188,40.69219970703125,-73.78945922851562,40.64707565307617,1,N,1,47.5,0.0,0.5,0.3,7.24,0.0,,55.54,1.0 +2,2016-01-08 07:00:58,2016-01-08 07:01:41,1,0.3,,,-73.85545349121094,40.87126159667969,-73.85468292236328,40.87568664550781,5,N,1,10.0,0.0,0.0,0,2.0,0.0,,12.0,2.0 +2,2016-01-05 22:18:51,2016-01-05 22:47:50,1,5.98,,,-73.9803466796875,40.688621520996094,-73.89864349365234,40.66726303100586,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,,24.3,1.0 +2,2016-01-03 22:36:57,2016-01-03 22:56:47,5,3.85,,,-73.99258422851562,40.70332336425781,-73.95445251464844,40.67268753051758,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,,20.76,1.0 +2,2016-01-19 17:23:27,2016-01-19 17:45:02,1,3.47,,,-73.95602416992188,40.74715805053711,-73.96885681152344,40.75767135620117,1,N,2,15.5,1.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-19 19:05:31,2016-01-19 19:09:05,1,0.8,,,-73.94532775878906,40.80803298950195,-73.93838500976562,40.817989349365234,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,,8.16,1.0 +1,2016-01-05 16:09:57,2016-01-05 16:22:07,1,2.7,,,-73.99287414550781,40.702545166015625,-73.99959564208984,40.72343063354492,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-29 17:02:46,2016-01-29 17:12:08,1,1.34,,,-73.9351806640625,40.67610168457031,-73.94979095458984,40.68052291870117,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,,9.8,1.0 +1,2016-01-01 04:35:42,2016-01-01 04:49:44,1,7.8,,,-73.92471313476562,40.814453125,-73.86585235595703,40.865455627441406,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,,24.3,1.0 +1,2016-01-27 08:34:44,2016-01-27 08:41:19,1,1.6,,,-73.83001708984375,40.71436309814453,-73.80418395996094,40.717742919921875,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,,8.3,1.0 +2,2016-01-15 17:48:55,2016-01-15 17:52:18,1,0.57,,,-73.9117660522461,40.77538299560547,-73.91970825195312,40.777286529541016,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,,7.56,1.0 +1,2016-01-20 20:05:01,2016-01-20 20:20:19,1,2.9,,,-73.94383239746094,40.71173858642578,-73.90687561035156,40.70730972290039,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,,13.8,1.0 +2,2016-01-25 18:36:26,2016-01-25 18:42:40,1,0.96,,,-73.94344329833984,40.74720001220703,-73.95641326904297,40.74631118774414,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,,9.36,1.0 +2,2016-01-29 21:22:07,2016-01-29 22:01:05,1,7.79,,,-73.88545989990234,40.755645751953125,-73.98772430419922,40.72443389892578,1,N,1,33.0,0.5,0.5,0.3,0.0,0.0,,34.3,1.0 +1,2016-01-11 19:48:57,2016-01-11 19:58:28,1,2.0,,,-73.96151733398438,40.80612564086914,-73.9400863647461,40.825233459472656,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,,11.3,1.0 +2,2016-01-27 18:59:54,2016-01-27 19:02:09,1,0.45,,,-73.92164611816406,40.678688049316406,-73.92487335205078,40.68315505981445,1,N,1,3.5,1.0,0.5,0.3,0.0,0.0,,5.3,1.0 +2,2016-01-11 17:49:44,2016-01-11 18:01:58,1,2.28,,,-73.95455932617188,40.78952407836914,-73.97959899902344,40.771305084228516,1,N,1,11.0,1.0,0.5,0.3,1.5,0.0,,14.3,1.0 +2,2016-01-15 07:40:19,2016-01-15 07:46:57,1,1.25,,,-73.93904876708984,40.805458068847656,-73.95060729980469,40.79079818725586,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,,9.12,1.0 +2,2016-01-02 21:46:34,2016-01-02 22:16:54,1,10.1,,,-73.98408508300781,40.67399597167969,-73.94605255126953,40.77753448486328,1,N,1,32.0,0.5,0.5,0.3,0.0,0.0,,33.3,1.0 +2,2016-01-30 16:17:21,2016-01-30 16:33:30,1,3.88,,,-73.9103012084961,40.75267028808594,-73.87310028076172,40.73691177368164,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,,15.8,1.0 +2,2016-01-21 20:22:04,2016-01-21 20:27:11,1,1.23,,,-73.9451904296875,40.745975494384766,-73.92798614501953,40.74030303955078,1,N,1,6.0,0.5,0.5,0.3,1.7,0.0,,9.0,1.0 +2,2016-01-01 00:11:23,2016-01-01 00:20:25,1,1.9,,,-73.96439361572266,40.69367218017578,-73.94163513183594,40.687294006347656,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-14 22:43:35,2016-01-14 22:46:55,1,0.76,,,-73.92543029785156,40.76231384277344,-73.92521667480469,40.770347595214844,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-17 17:18:33,2016-01-17 17:18:35,1,0.0,,,-73.88468933105469,40.85027313232422,-73.8846664428711,40.850303649902344,5,N,1,8.0,0.0,0.0,0,0.0,0.0,,8.0,2.0 +2,2016-01-13 15:48:18,2016-01-13 16:07:58,1,4.38,,,-73.87138366699219,40.73411178588867,-73.90994262695312,40.70063400268555,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,,17.3,1.0 +2,2016-01-27 16:15:27,2016-01-27 16:18:32,1,0.52,,,-73.98751831054688,40.70016860961914,-73.99417114257812,40.70315170288086,1,N,1,4.0,1.0,0.5,0.3,0.0,0.0,,5.8,1.0 +2,2016-01-10 02:41:49,2016-01-10 02:50:26,1,2.02,,,-73.95213317871094,40.81053161621094,-73.93801879882812,40.79207229614258,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,,9.8,1.0 +2,2016-01-17 01:00:34,2016-01-17 01:11:34,1,3.27,,,-73.90472412109375,40.75346374511719,-73.88436126708984,40.73930740356445,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,,13.3,1.0 +2,2016-01-14 18:15:37,2016-01-14 18:20:11,1,0.83,,,-73.94327545166016,40.8360595703125,-73.93788146972656,40.8480110168457,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,,7.3,1.0 +2,2016-01-19 16:09:26,2016-01-19 16:21:26,1,2.21,,,-73.90038299560547,40.756134033203125,-73.85968780517578,40.75993728637695,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,,11.8,1.0 diff --git a/cli/jobs/pipelines/nyc-taxi/data/yellowTaxiData.csv b/cli/jobs/pipelines/nyc-taxi/data/yellowTaxiData.csv new file mode 100644 index 000000000..4182c8d64 --- /dev/null +++ b/cli/jobs/pipelines/nyc-taxi/data/yellowTaxiData.csv @@ -0,0 +1,5001 @@ +vendorID,tpepPickupDateTime,tpepDropoffDateTime,passengerCount,tripDistance,puLocationId,doLocationId,startLon,startLat,endLon,endLat,rateCodeId,storeAndFwdFlag,paymentType,fareAmount,extra,mtaTax,improvementSurcharge,tipAmount,tollsAmount,totalAmount +2,2016-01-06 12:09:13,2016-01-06 12:22:14,1,2.09,,,-73.98207092285156,40.74605941772461,-74.00462341308594,40.730628967285156,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-03 17:57:48,2016-01-03 18:08:18,3,1.5,,,-73.96627044677734,40.764835357666016,-73.98455047607422,40.75786209106445,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-18 07:37:51,2016-01-18 07:47:01,1,1.8,,,0.0,0.0,0.0,0.0,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-26 00:31:36,2016-01-26 00:38:47,1,1.96,,,-73.9906234741211,40.7553596496582,-73.97895812988281,40.78070831298828,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-20 23:37:22,2016-01-20 23:51:09,1,3.6,,,-73.98528289794922,40.76026153564453,-74.01127624511719,40.7148323059082,1,N,1,13.5,0.5,0.5,0.3,2.5,0.0,17.3 +2,2016-01-01 04:42:46,2016-01-01 05:20:45,1,10.22,,,-73.98728942871094,40.7484130859375,-73.95806121826172,40.667781829833984,1,N,1,32.5,0.5,0.5,0.3,6.76,0.0,40.56 +1,2016-01-22 17:44:40,2016-01-22 18:44:33,1,14.6,,,-73.96099090576172,40.7717399597168,-74.0313949584961,40.6330451965332,1,N,1,48.5,1.0,0.5,0.3,10.05,0.0,60.35 +2,2016-01-01 02:31:00,2016-01-01 02:35:47,1,1.01,,,-73.98570251464844,40.73516845703125,-74.00009155273438,40.74277877807617,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,8.5 +2,2016-01-07 10:35:42,2016-01-07 10:52:06,1,3.87,,,-73.98209381103516,40.74245071411133,-73.99495697021484,40.71377944946289,1,N,1,16.0,0.0,0.5,0.3,1.5,0.0,18.3 +2,2016-01-01 05:47:11,2016-01-01 06:10:47,5,5.9,,,-73.95330047607422,40.788448333740234,-73.93463134765625,40.85462188720703,1,N,2,21.0,0.5,0.5,0.3,0.0,0.0,22.3 +1,2016-01-24 14:48:26,2016-01-24 15:32:40,2,11.8,,,-73.77669525146484,40.64527130126953,-73.88290405273438,40.74116516113281,1,N,2,44.0,0.0,0.5,0.3,0.0,0.0,44.8 +1,2016-01-13 18:22:38,2016-01-13 18:26:43,1,0.9,,,-73.95618438720703,40.77394485473633,-73.95372772216797,40.784854888916016,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-20 09:24:35,2016-01-20 09:39:40,1,1.04,,,-73.97830200195312,40.752349853515625,-73.98131561279297,40.7474365234375,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-26 06:39:39,2016-01-26 06:49:11,1,1.8,,,-73.95655059814453,40.78083419799805,-73.97078704833984,40.75873565673828,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-20 00:37:51,2016-01-20 00:54:26,1,5.7,,,-74.00001525878906,40.71797180175781,-73.94308471679688,40.661277770996094,1,N,1,19.0,0.5,0.5,0.3,4.05,0.0,24.35 +1,2016-01-12 09:17:06,2016-01-12 09:20:17,1,0.5,,,-74.00064086914062,40.737117767333984,-73.99329376220703,40.73897171020508,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-08 19:28:32,2016-01-08 19:45:46,1,2.84,,,-73.99546813964844,40.71998596191406,-74.004150390625,40.74949264526367,1,N,1,13.0,1.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-11 22:03:18,2016-01-11 22:16:48,4,2.9,,,-73.98863220214844,40.73686981201172,-73.96682739257812,40.77246856689453,1,N,1,12.5,0.5,0.5,0.3,1.0,0.0,14.8 +1,2016-01-15 20:43:41,2016-01-15 20:54:35,1,1.9,,,-73.97463989257812,40.79113006591797,-73.95391845703125,40.77485275268555,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +2,2016-01-22 08:49:31,2016-01-22 09:01:14,1,1.27,,,-73.95458984375,40.76374053955078,-73.95513153076172,40.776859283447266,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-15 21:07:59,2016-01-15 21:21:50,5,4.18,,,-74.01505279541016,40.71485900878906,-73.97882843017578,40.723968505859375,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +1,2016-01-26 20:12:52,2016-01-26 20:18:43,1,1.4,,,-73.9683837890625,40.770137786865234,-73.97103881835938,40.7828254699707,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,9.35 +2,2016-01-07 20:36:23,2016-01-07 21:03:01,2,3.18,,,-73.99295806884766,40.74263381958008,-73.9799575805664,40.75508499145508,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,18.8 +2,2016-01-19 21:06:46,2016-01-19 21:14:45,1,1.96,,,-73.95514678955078,40.773414611816406,-73.98129272460938,40.77595520019531,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-04 09:53:27,2016-01-04 10:08:04,1,1.49,,,-73.98509979248047,40.72901153564453,-73.99890899658203,40.720211029052734,1,N,1,10.5,0.0,0.5,0.3,0.7,0.0,12.0 +2,2016-01-04 08:32:17,2016-01-04 08:37:28,6,0.71,,,-73.97496795654297,40.7930793762207,-73.97354125976562,40.78738021850586,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-06 15:47:40,2016-01-06 16:08:53,5,4.78,,,-74.01395416259766,40.71250534057617,-73.97935485839844,40.762046813964844,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,22.56 +2,2016-01-06 20:59:38,2016-01-06 21:12:27,2,2.68,,,-73.9713363647461,40.75851058959961,-73.98030090332031,40.78239822387695,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,15.36 +2,2016-01-21 12:11:38,2016-01-21 12:24:06,1,1.21,,,-73.98556518554688,40.75272750854492,-73.9712905883789,40.75898361206055,1,N,1,9.0,0.0,0.5,0.3,1.5,0.0,11.3 +1,2016-01-29 15:33:10,2016-01-29 15:43:44,1,1.5,,,-73.98204803466797,40.778480529785156,-73.96937561035156,40.788665771484375,1,N,1,8.5,0.0,0.5,0.3,2.75,0.0,12.05 +1,2016-01-16 17:50:42,2016-01-16 18:11:29,2,2.9,,,-73.98229217529297,40.72551727294922,-74.00563049316406,40.751033782958984,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,18.35 +1,2016-01-02 21:24:22,2016-01-02 21:30:58,1,1.1,,,-73.9749984741211,40.75738525390625,-73.98086547851562,40.76750946044922,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-04 11:14:18,2016-01-04 11:37:45,1,4.5,,,-73.99303436279297,40.75282287597656,-73.94447326660156,40.78786849975586,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +1,2016-01-13 20:42:30,2016-01-13 21:06:20,1,5.4,,,-73.99211120605469,40.75023651123047,-73.98055267333984,40.68132019042969,1,N,1,20.0,0.5,0.5,0.3,3.2,0.0,24.5 +1,2016-01-04 13:33:33,2016-01-04 13:51:14,1,3.1,,,-73.98228454589844,40.76982498168945,-73.95033264160156,40.783695220947266,1,N,1,14.0,0.0,0.5,0.3,3.7,0.0,18.5 +1,2016-01-15 18:56:09,2016-01-15 19:18:00,2,4.8,,,-73.9949951171875,40.760520935058594,-74.01011657714844,40.711238861083984,1,N,1,19.0,1.0,0.5,0.3,4.15,0.0,24.95 +2,2016-01-27 07:43:35,2016-01-27 07:57:11,5,1.23,,,-73.96894073486328,40.76403045654297,-73.95245361328125,40.76866149902344,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-16 17:31:58,2016-01-16 17:32:03,1,0.0,,,0.0,0.0,0.0,0.0,5,N,1,12.5,0.0,0.5,0.3,1.5,0.0,14.8 +1,2016-01-17 17:36:47,2016-01-17 17:51:31,2,1.3,,,-73.98927307128906,40.74240493774414,-73.99783325195312,40.754127502441406,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-19 20:52:44,2016-01-19 21:09:30,5,2.79,,,-73.97582244873047,40.78200912475586,-73.9752197265625,40.751380920410156,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +2,2016-01-18 17:12:34,2016-01-18 17:22:06,1,1.76,,,-73.97496795654297,40.7557487487793,-73.9930191040039,40.73982620239258,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-20 00:09:44,2016-01-20 00:19:34,1,1.71,,,-73.98434448242188,40.743038177490234,-73.9862060546875,40.75847625732422,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-17 08:04:29,2016-01-17 08:10:02,1,1.59,,,-73.98072814941406,40.76478958129883,-74.00060272216797,40.757911682128906,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 15:30:40,2016-01-11 15:40:25,6,2.17,,,-73.99412536621094,40.746517181396484,-74.00517272949219,40.718727111816406,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-04 15:51:28,2016-01-04 16:02:17,3,1.7,,,-73.96519470214844,40.77535629272461,-73.9847640991211,40.75986862182617,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-28 09:56:58,2016-01-28 10:10:25,2,2.0,,,-73.9681167602539,40.79209518432617,-73.9470443725586,40.808433532714844,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +2,2016-01-18 15:14:05,2016-01-18 15:25:00,1,2.02,,,-73.9529037475586,40.77634811401367,-73.97757720947266,40.76633834838867,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-12 15:56:54,2016-01-12 16:07:50,1,0.9,,,-73.95724487304688,40.769134521484375,-73.96733856201172,40.76332473754883,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-11 21:44:58,2016-01-11 21:50:50,1,1.5,,,-73.9746322631836,40.7514762878418,-73.97742462158203,40.7349739074707,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-30 03:40:15,2016-01-30 03:45:53,1,1.61,,,0.0,0.0,0.0,0.0,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-05 12:24:11,2016-01-05 12:40:35,1,1.74,,,-73.99815368652344,40.73380661010742,-73.99028015136719,40.72066879272461,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +1,2016-01-30 14:37:58,2016-01-30 14:58:34,1,2.7,,,-73.97148132324219,40.75107192993164,-74.00304412841797,40.733558654785156,1,N,1,14.5,0.0,0.5,0.3,2.0,0.0,17.3 +1,2016-01-30 23:54:16,2016-01-31 00:04:41,2,1.4,,,-73.9963607788086,40.721717834472656,-74.01072692871094,40.70866012573242,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-11 14:48:42,2016-01-11 14:54:25,2,1.38,,,-73.982177734375,40.773841857910156,-73.971923828125,40.791900634765625,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-09 22:22:36,2016-01-09 22:28:29,2,1.11,,,-73.97855377197266,40.78596115112305,-73.9781265258789,40.77320098876953,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-08 08:40:45,2016-01-08 08:56:34,2,2.4,,,-73.97816467285156,40.76324462890625,-73.96919250488281,40.79063034057617,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-24 13:16:51,2016-01-24 13:50:11,1,5.93,,,-73.98834228515625,40.73759841918945,-73.96678161621094,40.80397033691406,1,N,1,24.0,0.0,0.5,0.3,4.96,0.0,29.76 +1,2016-01-29 18:19:41,2016-01-29 18:26:33,1,0.7,,,-73.9598388671875,40.7738151550293,-73.95051574707031,40.771507263183594,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-19 14:40:01,2016-01-19 15:10:45,5,3.35,,,-73.97367858886719,40.75189971923828,-73.99947357177734,40.71775817871094,1,N,1,20.0,0.0,0.5,0.3,4.16,0.0,24.96 +2,2016-01-22 17:03:00,2016-01-22 17:15:18,1,2.4,,,-73.96263885498047,40.76985549926758,-73.98929595947266,40.760318756103516,1,N,1,11.0,1.0,0.5,0.3,2.0,0.0,14.8 +1,2016-01-16 23:59:46,2016-01-17 00:08:12,1,1.5,,,-73.98907470703125,40.75857925415039,-73.9778060913086,40.74552536010742,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-28 12:11:54,2016-01-28 12:31:14,1,1.54,,,-73.99215698242188,40.75918960571289,-74.00579833984375,40.74018096923828,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-14 23:59:51,2016-01-15 00:09:42,3,2.06,,,-73.98712921142578,40.757720947265625,-73.97901153564453,40.7363395690918,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-09 07:50:25,2016-01-09 08:03:10,1,3.1,,,-73.99002075195312,40.73455047607422,-73.95929718017578,40.771488189697266,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-29 19:49:52,2016-01-29 20:20:10,1,16.5,,,-73.7897720336914,40.64690017700195,-73.97124481201172,40.752925872802734,2,N,1,52.0,0.0,0.5,0.3,5.0,5.54,63.34 +1,2016-01-13 14:38:37,2016-01-13 14:42:41,1,0.6,,,-73.95714569091797,40.77084732055664,-73.95304107666016,40.776729583740234,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-20 10:09:22,2016-01-20 10:14:19,1,0.9,,,-73.96511840820312,40.755130767822266,-73.95703887939453,40.76625061035156,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-21 17:29:29,2016-01-21 17:37:46,1,1.3,,,-73.9892578125,40.73752212524414,-73.98130798339844,40.72492599487305,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-14 11:10:32,2016-01-14 11:22:13,1,1.5,,,-73.95199584960938,40.76927185058594,-73.96894836425781,40.757694244384766,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-08 06:28:37,2016-01-08 06:39:28,1,2.6,,,-73.94755554199219,40.775299072265625,-73.97598266601562,40.7553825378418,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,12.8 +1,2016-01-26 13:45:32,2016-01-26 14:28:05,1,14.0,,,-74.01421356201172,40.713951110839844,-73.86195373535156,40.76850128173828,1,N,1,43.5,0.0,0.5,0.3,11.05,0.0,55.35 +2,2016-01-01 06:34:36,2016-01-01 06:44:20,1,2.12,,,-73.99528503417969,40.764766693115234,-73.96990966796875,40.7503776550293,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-05 20:04:18,2016-01-05 20:07:52,1,0.6,,,-73.99908447265625,40.723167419433594,-74.00499725341797,40.72638702392578,1,N,1,4.5,0.5,0.5,0.3,0.5,0.0,6.3 +2,2016-01-19 11:50:45,2016-01-19 12:16:18,6,2.86,,,-73.98542785644531,40.74814987182617,-73.96273040771484,40.77838897705078,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +1,2016-01-23 01:04:30,2016-01-23 01:17:11,1,3.0,,,-73.9565200805664,40.771202087402344,-73.99126434326172,40.74973678588867,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +2,2016-01-22 19:45:42,2016-01-22 19:56:15,1,1.96,,,-73.95599365234375,40.78474044799805,-73.96007537841797,40.76301193237305,1,N,1,9.5,1.0,0.5,0.3,1.5,0.0,12.8 +1,2016-01-11 06:31:24,2016-01-11 06:46:58,3,6.3,,,-74.00719451904297,40.70363998413086,-73.97443389892578,40.760040283203125,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-09 12:24:44,2016-01-09 12:54:22,1,4.46,,,-74.00170135498047,40.746681213378906,-73.96379852294922,40.7712516784668,1,N,1,20.5,0.0,0.5,0.3,6.39,0.0,27.69 +2,2016-01-10 19:01:08,2016-01-10 19:11:45,1,2.66,,,-73.98859405517578,40.74519348144531,-73.9587173461914,40.7639045715332,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-15 17:52:22,2016-01-15 18:01:40,1,1.5,,,-73.99311065673828,40.74741744995117,-73.9810791015625,40.733821868896484,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-07 21:45:21,2016-01-07 21:54:01,1,1.52,,,-73.98220825195312,40.76805877685547,-74.00090789794922,40.76116943359375,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-21 03:12:47,2016-01-21 03:18:40,1,2.0,,,-73.97260284423828,40.7564582824707,-73.99075317382812,40.73466110229492,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-25 13:51:46,2016-01-25 14:12:49,1,2.15,,,-73.97207641601562,40.759666442871094,-73.99002838134766,40.77470016479492,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-17 23:47:31,2016-01-17 23:53:52,1,1.3,,,-73.98992156982422,40.73512268066406,-73.99626922607422,40.72209548950195,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-16 04:25:00,2016-01-16 04:26:11,1,0.0,,,-73.78266906738281,40.64402389526367,-73.78267669677734,40.644012451171875,5,N,1,55.0,0.0,0.0,0.3,10.0,0.0,65.3 +1,2016-01-09 01:39:06,2016-01-09 01:49:31,1,1.6,,,-74.0080795288086,40.73762512207031,-73.98333740234375,40.72645568847656,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-12 16:16:51,2016-01-12 16:23:57,1,1.58,,,-73.98759460449219,40.73263931274414,-73.97354125976562,40.75169372558594,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-22 22:58:57,2016-01-22 23:13:06,1,2.3,,,-73.99161529541016,40.74995422363281,-73.965576171875,40.755184173583984,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-06 22:23:15,2016-01-06 22:23:15,1,0.0,,,-73.7767105102539,40.64523696899414,0.0,0.0,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +2,2016-01-08 15:55:01,2016-01-08 16:02:49,1,0.94,,,-73.99495697021484,40.74516677856445,-74.00579071044922,40.740413665771484,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-14 15:15:22,2016-01-15 14:42:31,1,4.17,,,-73.98753356933594,40.75044631958008,-73.98796081542969,40.71284103393555,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +1,2016-01-02 09:20:35,2016-01-02 09:25:02,2,1.0,,,-73.95171356201172,40.77367401123047,-73.9626693725586,40.76277160644531,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-17 02:17:27,2016-01-17 02:24:35,6,1.52,,,-74.00907897949219,40.70680618286133,-73.99371337890625,40.72098159790039,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-13 13:59:04,2016-01-13 14:20:14,2,3.0,,,-73.97460174560547,40.79085159301758,-73.9791488647461,40.754058837890625,1,N,1,15.5,0.0,0.5,0.3,4.89,0.0,21.19 +2,2016-01-22 20:27:20,2016-01-22 20:31:37,1,0.73,,,-73.9814682006836,40.7569694519043,-73.98564147949219,40.75307083129883,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-26 21:10:04,2016-01-26 21:21:23,1,2.55,,,-73.99156951904297,40.74502182006836,-73.98452758789062,40.76942825317383,1,N,1,10.5,0.5,0.5,0.3,3.54,0.0,15.34 +2,2016-01-09 02:57:32,2016-01-09 03:01:15,1,0.79,,,-74.0063705444336,40.74453353881836,-73.9969711303711,40.74297332763672,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-26 23:16:12,2016-01-26 23:30:32,1,3.16,,,-74.00718688964844,40.743412017822266,-74.0146713256836,40.7155647277832,1,N,1,13.5,0.5,0.5,0.3,4.44,0.0,19.24 +2,2016-01-02 15:17:25,2016-01-02 15:23:09,2,0.41,,,-73.9509048461914,40.78678512573242,-73.95203399658203,40.79050064086914,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-11 06:20:44,2016-01-11 07:20:47,1,16.05,,,-73.79154968261719,40.64531707763672,-73.98927307128906,40.77186965942383,2,N,1,52.0,0.0,0.5,0.3,5.0,0.0,57.8 +2,2016-01-14 23:14:25,2016-01-14 23:20:59,1,1.32,,,-74.00129699707031,40.727500915527344,-73.98362731933594,40.72996139526367,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-29 23:45:50,2016-01-29 23:59:14,1,2.72,,,-73.98748016357422,40.68801498413086,-73.94823455810547,40.67829513549805,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-02 23:40:58,2016-01-02 23:46:11,4,1.02,,,-73.98902130126953,40.74388122558594,-73.9786376953125,40.752777099609375,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,9.49 +2,2016-01-21 14:20:06,2016-01-21 14:42:23,1,2.98,,,-73.98550415039062,40.758087158203125,-74.00341796875,40.72039794921875,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-22 15:18:26,2016-01-22 15:26:10,1,0.7,,,-73.97319030761719,40.753875732421875,-73.97312927246094,40.76132583618164,1,N,1,6.5,0.0,0.5,0.3,1.25,0.0,8.55 +1,2016-01-14 09:58:33,2016-01-14 10:16:59,1,1.7,,,-73.9616470336914,40.773712158203125,-73.9802474975586,40.760684967041016,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,14.3 +2,2016-01-17 10:25:12,2016-01-17 10:29:00,1,0.69,,,-74.0042724609375,40.75261306762695,-74.00157165527344,40.74660873413086,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-15 18:43:31,2016-01-15 19:02:05,2,1.89,,,-73.99434661865234,40.71937942504883,-74.00859832763672,40.70951843261719,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-19 07:50:41,2016-01-19 07:55:41,1,1.2,,,-73.97334289550781,40.74756622314453,-73.97003936767578,40.75807571411133,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,8.5 +2,2016-01-10 18:05:42,2016-01-10 18:11:31,5,1.09,,,-73.9681625366211,40.76491165161133,-73.9568862915039,40.77507019042969,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-11 20:18:22,2016-01-11 20:22:57,1,1.2,,,-73.98210144042969,40.76559066772461,-73.98213958740234,40.752994537353516,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-04 13:52:45,2016-01-04 13:55:59,1,0.64,,,-73.97236633300781,40.79132843017578,-73.96611785888672,40.79492950439453,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-21 21:36:05,2016-01-21 21:44:16,1,1.11,,,-73.97518157958984,40.760887145996094,-73.98564910888672,40.747074127197266,1,N,1,7.0,0.5,0.5,0.3,1.2,0.0,9.5 +1,2016-01-17 18:41:27,2016-01-17 18:44:48,1,0.6,,,-73.98091125488281,40.730831146240234,-73.97904968261719,40.73722839355469,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-29 09:16:10,2016-01-29 09:26:57,1,1.21,,,-73.95278930664062,40.78288269042969,-73.95922088623047,40.769161224365234,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-30 14:45:27,2016-01-30 15:00:13,1,3.11,,,-73.97145080566406,40.75831985473633,-73.97942352294922,40.78871154785156,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-14 08:44:03,2016-01-14 09:00:26,1,4.42,,,-73.95066833496094,40.7765007019043,-73.97711944580078,40.738033294677734,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,20.16 +2,2016-01-11 22:45:35,2016-01-11 22:50:16,1,1.45,,,-73.99738311767578,40.75204086303711,-74.00402069091797,40.73297882080078,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,9.75 +1,2016-01-06 18:24:46,2016-01-06 18:35:30,1,1.2,,,-73.99220275878906,40.74916076660156,-73.98017883300781,40.751312255859375,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-10 23:52:51,2016-01-11 00:07:39,2,10.8,,,-73.7882308959961,40.64127731323242,-73.8514404296875,40.758487701416016,1,N,1,29.5,0.5,0.5,0.3,2.0,0.0,32.8 +1,2016-01-06 19:04:21,2016-01-06 19:28:26,1,4.2,,,-73.9724349975586,40.76496887207031,-74.00835418701172,40.721412658691406,1,N,1,17.5,1.0,0.5,0.3,3.85,0.0,23.15 +1,2016-01-21 13:08:49,2016-01-21 13:24:45,1,0.9,,,-73.96426391601562,40.76736831665039,-73.97368621826172,40.757503509521484,1,N,1,11.0,0.0,0.5,0.3,3.5,0.0,15.3 +2,2016-01-15 07:54:00,2016-01-15 08:09:58,5,1.75,,,-73.9467544555664,40.77290344238281,-73.96929931640625,40.78529739379883,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-25 22:30:10,2016-01-25 22:38:23,1,1.78,,,-73.98246765136719,40.762813568115234,-73.99958038330078,40.74243927001953,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-20 11:10:38,2016-01-20 11:41:40,1,5.43,,,-74.00665283203125,40.705848693847656,-73.98204040527344,40.756431579589844,1,N,1,23.0,0.0,0.5,0.3,5.95,0.0,29.75 +2,2016-01-22 22:14:03,2016-01-22 22:20:14,1,0.68,,,-74.00592041015625,40.740081787109375,-73.99999237060547,40.73456954956055,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-12 08:48:16,2016-01-12 09:08:25,1,3.5,,,-73.98880767822266,40.727020263671875,-73.99575805664062,40.76382827758789,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,18.95 +1,2016-01-15 12:48:00,2016-01-15 13:21:23,1,13.4,,,-74.01599884033203,40.71505355834961,-73.87202453613281,40.774471282958984,1,N,1,39.5,0.0,0.5,0.3,8.05,0.0,48.35 +1,2016-01-28 17:50:30,2016-01-28 18:13:09,1,2.5,,,-74.00448608398438,40.74171447753906,-73.9781723022461,40.7523307800293,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-26 09:20:18,2016-01-26 09:31:58,1,0.9,,,-73.9651870727539,40.763919830322266,-73.9772720336914,40.76445770263672,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +2,2016-01-18 10:25:11,2016-01-18 10:44:25,6,5.36,,,-73.86307525634766,40.76877975463867,-73.81197357177734,40.770023345947266,1,N,1,19.5,0.0,0.5,0.3,4.06,0.0,24.36 +2,2016-01-09 00:57:45,2016-01-09 01:12:10,5,5.41,,,-73.99469757080078,40.660118103027344,-74.01162719726562,40.70771026611328,1,N,1,17.5,0.5,0.5,0.3,5.64,0.0,24.44 +1,2016-01-16 09:02:46,2016-01-16 09:20:49,1,4.5,,,-73.90192413330078,40.746334075927734,-73.97008514404297,40.75214385986328,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-06 23:42:57,2016-01-07 00:02:17,1,5.6,,,-73.98081970214844,40.782325744628906,-73.91263580322266,40.764129638671875,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,20.3 +1,2016-01-15 07:26:07,2016-01-15 07:32:14,1,1.0,,,-74.01025390625,40.718650817871094,-73.99884033203125,40.719825744628906,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-17 16:38:28,2016-01-17 16:56:35,1,2.4,,,-73.98249053955078,40.734649658203125,-73.98703002929688,40.75743865966797,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-01 22:22:50,2016-01-01 22:55:35,1,18.45,,,-73.78089904785156,40.64509582519531,-73.9934310913086,40.735862731933594,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-07 18:03:55,2016-01-07 18:05:52,1,0.2,,,-73.98832702636719,40.758766174316406,-73.98625183105469,40.76179122924805,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-26 07:32:54,2016-01-26 07:49:59,1,3.4,,,-74.00660705566406,40.73166275024414,-73.98596954345703,40.77288055419922,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-05 22:38:50,2016-01-05 22:45:17,1,1.3,,,-73.98224639892578,40.76836013793945,-73.99009704589844,40.756690979003906,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-24 14:56:17,2016-01-24 15:26:24,1,8.2,,,-73.95519256591797,40.764347076416016,-73.86442565917969,40.83171844482422,1,N,2,29.5,0.0,0.5,0.3,0.0,0.0,30.3 +2,2016-01-23 02:11:31,2016-01-23 02:33:12,1,6.12,,,-73.98800659179688,40.760040283203125,-73.90496063232422,40.72298049926758,1,N,1,20.5,0.5,0.5,0.3,0.0,5.54,27.34 +2,2016-01-19 07:24:13,2016-01-19 07:30:14,1,1.07,,,-73.95452117919922,40.784175872802734,-73.95890045166016,40.77247619628906,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-09 11:52:23,2016-01-09 12:01:58,1,1.8,,,-73.97652435302734,40.7191047668457,-73.98918151855469,40.734153747558594,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-09 02:56:05,2016-01-09 03:09:22,1,2.47,,,-73.98770141601562,40.72098922729492,-74.00995635986328,40.705841064453125,1,N,1,11.0,0.5,0.5,0.3,1.0,0.0,13.3 +1,2016-01-24 18:19:06,2016-01-24 18:26:11,2,0.8,,,-73.98084259033203,40.764217376708984,-73.97286987304688,40.75657653808594,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-06 10:38:51,2016-01-06 10:49:54,1,2.03,,,-73.99821472167969,40.73554611206055,-73.97569274902344,40.750213623046875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-22 15:44:28,2016-01-22 16:02:27,3,2.8,,,-73.99144744873047,40.74934387207031,-73.9634017944336,40.77275085449219,1,N,1,13.0,0.0,0.5,0.3,2.5,0.0,16.3 +2,2016-01-29 00:25:11,2016-01-29 00:33:52,1,2.1,,,-74.00303649902344,40.733341217041016,-74.00418090820312,40.70766830444336,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-17 14:59:28,2016-01-17 15:11:05,4,1.4,,,-73.98052978515625,40.73055648803711,-73.99515533447266,40.719844818115234,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-27 17:57:38,2016-01-27 18:35:33,1,3.8,,,-73.97317504882812,40.78262710571289,-73.99308776855469,40.737060546875,1,N,1,23.0,1.0,0.5,0.3,1.5,0.0,26.3 +1,2016-01-21 20:43:22,2016-01-21 20:49:04,1,1.1,,,-73.98347473144531,40.74412536621094,-73.99373626708984,40.732078552246094,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-04 12:57:09,2016-01-04 13:06:30,1,1.7,,,-73.95284271240234,40.77247619628906,-73.97954559326172,40.78371047973633,1,N,1,8.5,0.0,0.5,0.3,1.7,0.0,11.0 +2,2016-01-17 19:04:07,2016-01-17 19:09:29,1,1.25,,,-73.9932632446289,40.72249984741211,-74.0015869140625,40.70981216430664,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-16 20:38:48,2016-01-16 21:09:06,1,5.2,,,-74.0051040649414,40.720306396484375,-73.95761108398438,40.779232025146484,1,N,1,22.5,0.5,0.5,0.3,4.75,0.0,28.55 +2,2016-01-15 11:01:05,2016-01-15 11:12:10,1,1.46,,,-73.98764038085938,40.74101638793945,-74.00672912597656,40.7479362487793,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-11 10:56:20,2016-01-11 11:13:05,1,1.74,,,-73.98146057128906,40.768680572509766,-73.9533920288086,40.76670837402344,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +1,2016-01-27 20:35:39,2016-01-27 20:54:52,1,4.0,,,-73.98117065429688,40.76335906982422,-73.94947814941406,40.80214309692383,1,N,1,15.5,0.5,0.5,0.3,5.0,0.0,21.8 +2,2016-01-10 09:44:35,2016-01-10 09:53:28,2,2.34,,,-74.00148010253906,40.73112106323242,-74.0071792602539,40.709999084472656,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-08 22:05:59,2016-01-08 22:38:41,1,4.5,,,-73.98235321044922,40.77262878417969,-73.92095947265625,40.762088775634766,1,N,1,23.5,0.5,0.5,0.3,4.95,0.0,29.75 +1,2016-01-15 13:28:59,2016-01-15 13:42:31,1,1.7,,,-73.97347259521484,40.763526916503906,-73.99195098876953,40.74912643432617,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-30 23:15:39,2016-01-30 23:40:04,1,3.7,,,-73.96131896972656,40.76514434814453,-74.001220703125,40.7365837097168,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,22.55 +2,2016-01-04 22:26:32,2016-01-04 22:33:49,1,1.69,,,-73.99138641357422,40.72968673706055,-73.976318359375,40.749122619628906,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-12 07:20:37,2016-01-12 07:26:09,5,1.08,,,-73.97937774658203,40.77133560180664,-73.98058319091797,40.78306579589844,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-16 15:39:54,2016-01-16 16:06:07,3,4.9,,,-74.00221252441406,40.755760192871094,-73.95361328125,40.78288269042969,1,N,1,21.0,0.0,0.5,0.3,6.5,0.0,28.3 +2,2016-01-20 11:59:32,2016-01-20 12:15:13,1,0.88,,,-73.96499633789062,40.7716064453125,-73.97309875488281,40.764305114746094,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-14 12:47:56,2016-01-14 12:52:21,1,0.5,,,-73.95401000976562,40.766361236572266,-73.9627685546875,40.769569396972656,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +1,2016-01-04 18:34:53,2016-01-04 18:38:21,1,0.7,,,-73.94872283935547,40.77381896972656,-73.95539093017578,40.76863098144531,1,N,1,4.5,1.0,0.5,0.3,1.7,0.0,8.0 +2,2016-01-14 18:05:55,2016-01-14 18:18:25,1,1.2,,,-73.99211120605469,40.742523193359375,-73.97515869140625,40.74155807495117,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-30 11:19:56,2016-01-30 11:23:18,1,0.7,,,0.0,0.0,0.0,0.0,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +2,2016-01-26 05:43:23,2016-01-26 06:10:50,1,7.52,,,-73.97686004638672,40.76412582397461,-73.8718490600586,40.774330139160156,1,N,2,26.0,0.5,0.5,0.3,0.0,0.0,27.3 +2,2016-01-05 21:21:33,2016-01-05 21:42:00,1,9.41,,,-73.86355590820312,40.76985168457031,-73.9666976928711,40.78892135620117,1,N,1,27.5,0.5,0.5,0.3,6.0,5.54,40.34 +2,2016-01-30 01:42:12,2016-01-30 01:44:53,1,0.48,,,-73.99950408935547,40.738834381103516,-74.0037841796875,40.733497619628906,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +1,2016-01-03 03:13:57,2016-01-03 03:28:55,1,4.7,,,-74.00257873535156,40.749935150146484,-73.94729614257812,40.772621154785156,1,N,1,16.0,0.5,0.5,0.3,3.45,0.0,20.75 +1,2016-01-07 19:27:49,2016-01-07 19:39:34,4,2.4,,,-73.98250579833984,40.739952087402344,-73.95744323730469,40.76560592651367,1,N,1,11.0,1.0,0.5,0.3,2.55,0.0,15.35 +1,2016-01-05 14:03:27,2016-01-05 14:11:32,1,1.5,,,-74.005859375,40.74016189575195,-74.00297546386719,40.723453521728516,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-20 18:25:25,2016-01-20 18:37:18,1,1.8,,,-73.94469451904297,40.79146957397461,-73.947021484375,40.77177810668945,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-13 06:09:38,2016-01-13 06:41:09,1,17.7,,,-73.95714569091797,40.74547576904297,-73.77637481689453,40.64601135253906,1,N,1,49.5,0.0,0.5,0.3,12.55,0.0,62.85 +1,2016-01-08 17:42:26,2016-01-08 17:49:38,2,1.2,,,-73.96577453613281,40.77420425415039,-73.951171875,40.77880859375,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-29 20:13:16,2016-01-29 20:22:30,1,1.28,,,-73.97354888916016,40.763038635253906,-73.97853088378906,40.773929595947266,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-28 09:08:12,2016-01-28 09:21:59,1,1.31,,,-73.95511627197266,40.76919174194336,-73.96853637695312,40.76108169555664,1,N,1,9.5,0.0,0.5,0.3,1.7,0.0,12.0 +2,2016-01-23 06:15:20,2016-01-23 06:21:11,1,1.11,,,-73.96502685546875,40.766510009765625,-73.98191833496094,40.7705192565918,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-29 18:17:00,2016-01-29 19:06:40,2,18.9,,,-73.79227447509766,40.64516830444336,-73.95753479003906,40.779693603515625,2,N,1,52.0,0.0,0.5,0.3,14.55,5.54,72.89 +2,2016-01-12 07:38:24,2016-01-12 07:47:41,3,2.11,,,-74.0015869140625,40.73511505126953,-73.9736557006836,40.7435417175293,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-03 10:24:06,2016-01-03 10:31:47,1,2.5,,,-73.93156433105469,40.7599983215332,-73.96722412109375,40.756744384765625,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-21 21:16:09,2016-01-21 21:32:04,2,3.09,,,-73.9798812866211,40.73493576049805,-73.9513168334961,40.77405548095703,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +1,2016-01-17 16:31:16,2016-01-17 16:36:06,1,1.0,,,0.0,0.0,-73.97595977783203,40.787986755371094,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-13 12:29:19,2016-01-13 12:39:22,6,1.19,,,-73.97770690917969,40.75714111328125,-73.99108123779297,40.74885940551758,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-29 19:17:15,2016-01-29 19:35:10,1,2.5,,,-73.95510864257812,40.689273834228516,-73.95439147949219,40.71896743774414,1,N,1,13.5,1.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-01 01:12:13,2016-01-01 01:21:03,1,1.91,,,-73.9853286743164,40.7473258972168,-73.96611785888672,40.763118743896484,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +2,2016-01-30 03:58:49,2016-01-30 04:13:23,1,3.47,,,-73.99453735351562,40.71925735473633,-73.96500396728516,40.763431549072266,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,15.3 +1,2016-01-15 11:53:39,2016-01-15 12:15:18,1,2.3,,,-73.97908020019531,40.74430465698242,-73.95594024658203,40.76800537109375,1,N,1,15.0,0.0,0.5,0.3,2.0,0.0,17.8 +2,2016-01-11 07:46:18,2016-01-11 07:51:03,5,0.43,,,-73.95828247070312,40.800048828125,-73.96550750732422,40.80295944213867,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,7.25 +1,2016-01-23 00:18:27,2016-01-23 00:25:44,1,1.5,,,-73.9637451171875,40.706512451171875,-73.95533752441406,40.689456939697266,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-19 20:18:46,2016-01-19 20:26:49,6,1.41,,,-73.97222900390625,40.759483337402344,-73.97454071044922,40.7442626953125,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +1,2016-01-30 16:51:21,2016-01-30 17:16:05,1,5.4,,,-73.91873168945312,40.75387954711914,-73.94544219970703,40.79069519042969,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +1,2016-01-15 19:23:19,2016-01-15 19:30:03,1,1.2,,,-73.97766876220703,40.78904724121094,-73.98008728027344,40.77615737915039,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-11 21:45:47,2016-01-11 21:58:20,1,4.64,,,-73.97064971923828,40.758148193359375,-73.99414825439453,40.71048355102539,1,N,1,15.5,0.5,0.5,0.3,5.04,0.0,21.84 +1,2016-01-02 21:38:33,2016-01-02 21:48:31,1,1.8,,,-73.98798370361328,40.764915466308594,-73.98934936523438,40.743934631347656,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-25 19:56:40,2016-01-25 20:06:38,1,1.8,,,-73.98017120361328,40.78066635131836,-73.96748352050781,40.803043365478516,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-04 09:37:52,2016-01-04 09:47:40,1,1.7,,,-73.97578430175781,40.787025451660156,-73.95220184326172,40.78408432006836,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-08 22:40:12,2016-01-08 22:42:09,1,0.5,,,-73.95677185058594,40.762847900390625,-73.95191955566406,40.76936721801758,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-08 17:13:16,2016-01-08 17:16:14,1,0.41,,,-73.9787368774414,40.77754592895508,-73.98120880126953,40.781150817871094,1,N,1,4.0,1.0,0.5,0.3,1.04,0.0,6.84 +2,2016-01-14 08:31:06,2016-01-14 08:44:15,1,2.09,,,-73.96719360351562,40.80371856689453,-73.98226165771484,40.7767333984375,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-08 20:40:03,2016-01-08 20:52:19,1,2.28,,,-73.97860717773438,40.752540588378906,-73.98899841308594,40.77436828613281,1,N,1,10.5,0.5,0.5,0.3,1.0,0.0,12.8 +1,2016-01-13 18:05:47,2016-01-13 18:22:36,1,2.8,,,-73.99151611328125,40.74248504638672,-74.01031494140625,40.70902633666992,1,N,1,12.5,1.0,0.5,0.3,2.85,0.0,17.15 +1,2016-01-17 10:09:00,2016-01-17 10:36:11,1,17.5,,,-73.78196716308594,40.64458084106445,-73.98505401611328,40.71918869018555,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +2,2016-01-17 23:08:12,2016-01-17 23:29:38,4,15.71,,,-73.87491607666016,40.77405548095703,-74.01461029052734,40.708335876464844,1,N,1,42.5,0.5,0.5,0.3,12.34,5.54,61.68 +1,2016-01-21 21:04:42,2016-01-21 21:09:49,1,1.3,,,-73.99356842041016,40.741676330566406,-73.99014282226562,40.756675720214844,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-29 22:06:04,2016-01-29 22:16:09,5,1.72,,,-73.9813232421875,40.781158447265625,-73.9939193725586,40.761531829833984,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-18 12:11:19,2016-01-18 12:20:22,1,1.03,,,-73.96997833251953,40.759456634521484,-73.9856948852539,40.7629508972168,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-15 11:50:14,2016-01-15 12:28:44,1,15.2,,,-73.87297821044922,40.77423858642578,-74.00547790527344,40.714996337890625,1,N,1,47.0,0.0,0.5,0.3,10.65,5.54,63.99 +1,2016-01-08 22:47:27,2016-01-08 22:54:58,1,1.5,,,-73.99188232421875,40.769493103027344,-73.9941177368164,40.75257873535156,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-18 13:23:26,2016-01-18 13:43:20,1,5.8,,,-74.00897979736328,40.7044792175293,-73.97703552246094,40.759239196777344,1,N,1,20.5,0.0,0.5,0.3,3.0,0.0,24.3 +1,2016-01-12 07:40:04,2016-01-12 08:05:22,1,6.1,,,-73.95639038085938,40.77584457397461,-73.9371566772461,40.849029541015625,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,30.36 +1,2016-01-14 20:00:38,2016-01-14 20:14:31,1,1.6,,,-73.96949768066406,40.753787994384766,-73.99038696289062,40.75270462036133,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-21 19:42:19,2016-01-21 19:54:49,6,2.25,,,-73.97463989257812,40.757259368896484,-73.94982147216797,40.77635955810547,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-02 20:31:13,2016-01-02 20:43:23,2,2.4,,,-73.95648956298828,40.771297454833984,-73.97348022460938,40.79266357421875,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-05 18:37:56,2016-01-05 18:53:50,3,2.18,,,-74.00642395019531,40.75117111206055,-73.99156951904297,40.73029327392578,1,N,1,12.0,1.0,0.5,0.3,1.5,0.0,15.3 +2,2016-01-20 20:03:45,2016-01-20 20:30:12,1,5.7,,,-74.00714874267578,40.72746276855469,-73.95478057861328,40.78757858276367,1,N,2,21.0,0.5,0.5,0.3,0.0,0.0,22.3 +2,2016-01-22 16:44:28,2016-01-22 17:14:22,1,8.81,,,-73.86363983154297,40.76968765258789,-73.97416687011719,40.74413299560547,1,N,1,28.5,1.0,0.5,0.3,7.0,5.54,42.84 +1,2016-01-16 20:50:39,2016-01-16 20:59:21,2,2.2,,,-73.95439910888672,40.778079986572266,-73.95213317871094,40.80308532714844,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-10 13:18:30,2016-01-10 13:33:56,4,3.9,,,-74.00569152832031,40.71160125732422,-74.0026626586914,40.75617218017578,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +2,2016-01-20 17:34:46,2016-01-20 17:43:03,1,1.02,,,-74.00096893310547,40.7418098449707,-73.98648834228516,40.73479080200195,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-07 12:36:08,2016-01-07 12:45:05,1,1.12,,,-73.98421478271484,40.74336242675781,-73.97718048095703,40.75587463378906,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-07 15:20:17,2016-01-07 15:39:02,5,1.76,,,-73.96903991699219,40.78554153442383,-73.95189666748047,40.76938247680664,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +1,2016-01-13 12:53:04,2016-01-13 13:01:00,1,0.9,,,-73.98374938964844,40.74679183959961,-73.97551727294922,40.757789611816406,1,N,1,6.5,0.0,0.5,0.3,2.15,0.0,9.45 +2,2016-01-04 12:43:06,2016-01-04 12:44:57,1,0.15,,,-73.99150848388672,40.73257827758789,-73.9902114868164,40.73208236694336,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +2,2016-01-15 23:12:33,2016-01-15 23:34:48,1,9.73,,,-73.87320709228516,40.77402114868164,-74.00167846679688,40.719207763671875,1,N,1,29.5,0.5,0.5,0.3,6.16,0.0,36.96 +1,2016-01-21 07:15:27,2016-01-21 07:27:49,1,1.9,,,-73.9760971069336,40.74831771850586,-73.9810562133789,40.76774215698242,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,13.5 +1,2016-01-08 15:14:52,2016-01-08 15:24:01,1,1.7,,,-73.97269439697266,40.749813079833984,-73.95513916015625,40.76561737060547,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-10 20:02:30,2016-01-10 20:12:46,1,1.73,,,-73.98922729492188,40.757511138916016,-73.96482849121094,40.75830078125,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-21 16:00:10,2016-01-21 16:02:31,1,0.64,,,-73.97144317626953,40.763736724853516,-73.9649887084961,40.769805908203125,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-11 14:30:06,2016-01-11 14:38:53,1,1.56,,,-73.98584747314453,40.73828887939453,-74.0044937133789,40.73067855834961,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-01 19:51:37,2016-01-01 20:05:40,1,4.73,,,-73.98583984375,40.73101043701172,-73.98970794677734,40.70246887207031,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-19 14:52:16,2016-01-19 15:10:15,1,1.8,,,-73.98217010498047,40.77854919433594,-73.97000122070312,40.76192855834961,1,N,1,12.5,0.0,0.5,0.3,3.3,0.0,16.6 +2,2016-01-19 23:02:31,2016-01-19 23:31:09,1,11.23,,,-73.88523864746094,40.772979736328125,-73.9845199584961,40.782470703125,1,N,1,34.5,0.5,0.5,0.3,7.16,0.0,42.96 +2,2016-01-27 16:50:58,2016-01-27 17:01:20,5,1.95,,,-73.95014953613281,40.772003173828125,-73.96570587158203,40.75414276123047,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-17 16:11:15,2016-01-17 16:23:25,6,1.95,,,-73.95308685302734,40.78010177612305,-73.97257995605469,40.76239013671875,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-08 10:08:41,2016-01-08 10:31:18,2,2.1,,,-73.96214294433594,40.77924346923828,-73.98231506347656,40.768741607666016,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-12 22:25:17,2016-01-12 22:35:32,1,1.81,,,-74.01053619384766,40.70452117919922,-74.0028305053711,40.72351837158203,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-29 12:58:19,2016-01-29 13:08:48,1,1.0,,,-73.97438049316406,40.783355712890625,-73.98667907714844,40.77718734741211,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,10.8 +2,2016-01-07 21:57:31,2016-01-07 22:15:48,1,2.88,,,-73.98401641845703,40.78044891357422,-73.94734954833984,40.77272033691406,1,N,1,14.5,0.5,0.5,0.3,3.95,0.0,19.75 +1,2016-01-20 21:18:22,2016-01-20 21:32:43,1,7.5,,,-74.01496124267578,40.713584899902344,-73.95601654052734,40.770565032958984,1,N,1,22.0,0.5,0.5,0.3,4.65,0.0,27.95 +2,2016-01-28 23:33:01,2016-01-28 23:45:46,1,3.2,,,-74.00807189941406,40.74005889892578,-73.98882293701172,40.7741813659668,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,15.8 +2,2016-01-04 15:08:00,2016-01-04 15:11:47,5,1.11,,,-73.98223876953125,40.77301788330078,-73.98823547363281,40.75994873046875,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-19 08:33:52,2016-01-19 09:12:17,5,6.59,,,-74.01715087890625,40.705406188964844,-73.98657989501953,40.75519561767578,1,N,1,28.0,0.0,0.5,0.3,5.76,0.0,34.56 +2,2016-01-15 21:20:27,2016-01-15 21:59:49,1,12.26,,,-73.9939193725586,40.74652099609375,-73.82344818115234,40.750938415527344,1,N,2,40.0,0.5,0.5,0.3,0.0,0.0,41.3 +2,2016-01-22 23:34:58,2016-01-22 23:41:43,1,1.65,,,-73.9705581665039,40.76401901245117,-73.95501708984375,40.780250549316406,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-10 09:55:36,2016-01-10 10:02:19,5,1.68,,,-73.97454833984375,40.78334045410156,-73.95765686035156,40.779571533203125,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-30 14:06:38,2016-01-30 14:15:36,1,1.39,,,-73.99748992919922,40.72454833984375,-74.0066909790039,40.70867919921875,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-21 13:15:06,2016-01-21 13:33:01,1,1.3,,,-73.9637680053711,40.76546859741211,-73.98113250732422,40.76913833618164,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-29 08:35:28,2016-01-29 09:02:53,2,5.5,,,-73.9813232421875,40.769046783447266,-74.01471710205078,40.711524963378906,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,22.3 +1,2016-01-16 11:57:00,2016-01-16 12:07:03,1,1.2,,,-73.99021911621094,40.751548767089844,-73.97725677490234,40.75202178955078,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-03 03:40:45,2016-01-03 03:48:07,3,1.7,,,-73.97059631347656,40.76277542114258,-73.98703002929688,40.74692916870117,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-22 08:22:49,2016-01-22 08:29:31,1,0.8,,,-73.987060546875,40.771095275878906,-73.97949981689453,40.781612396240234,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-27 13:17:54,2016-01-27 13:50:41,1,7.92,,,-73.87450408935547,40.77400588989258,-73.94883728027344,40.773582458496094,1,N,1,29.5,0.0,0.5,0.3,7.17,5.54,43.01 +2,2016-01-05 19:22:01,2016-01-05 19:25:50,1,0.64,,,-73.98069763183594,40.75502014160156,-73.98175811767578,40.74734878540039,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-09 12:02:24,2016-01-09 12:08:45,2,1.27,,,-73.90428924560547,40.75226974487305,-73.91986083984375,40.74671936035156,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-11 16:22:11,2016-01-11 16:29:30,2,0.7,,,-73.98040771484375,40.75432586669922,-73.98983764648438,40.74715805053711,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-28 19:28:32,2016-01-28 19:45:46,1,2.32,,,-73.97830200195312,40.752410888671875,-74.00138092041016,40.731082916259766,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-11 12:13:36,2016-01-11 12:21:00,3,1.05,,,-73.96338653564453,40.765968322753906,-73.95413970947266,40.77886962890625,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-22 00:43:19,2016-01-22 01:02:45,1,4.2,,,-74.0060806274414,40.73474884033203,-73.97004699707031,40.694374084472656,1,N,1,16.5,0.5,0.5,0.3,2.0,0.0,19.8 +2,2016-01-16 03:12:10,2016-01-16 03:22:38,2,3.42,,,-73.98551940917969,40.74462127685547,-73.98458862304688,40.78239822387695,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-11 20:48:17,2016-01-11 20:58:06,1,1.3,,,-73.97728729248047,40.76454544067383,-73.98973846435547,40.760616302490234,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-08 20:21:03,2016-01-08 20:26:52,1,0.4,,,0.0,0.0,0.0,0.0,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-21 17:24:04,2016-01-21 17:30:27,1,0.5,,,-73.97833251953125,40.741737365722656,-73.98677825927734,40.74545669555664,1,N,1,5.5,1.0,0.5,0.3,1.2,0.0,8.5 +2,2016-01-21 09:51:38,2016-01-21 09:58:50,1,0.6,,,-73.99263000488281,40.74306869506836,-73.996337890625,40.74834060668945,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-11 21:59:31,2016-01-11 22:06:54,1,0.95,,,-73.99488830566406,40.75271987915039,-73.98475646972656,40.74531936645508,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-01 00:16:41,2016-01-01 00:40:31,1,12.18,,,-73.9681625366211,40.7596435546875,-73.82514953613281,40.691619873046875,1,N,1,35.0,0.5,0.5,0.3,10.89,0.0,47.19 +1,2016-01-30 00:13:51,2016-01-30 00:20:12,2,0.8,,,-73.9675521850586,40.76021957397461,-73.98137664794922,40.765869140625,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 17:02:50,2016-01-07 17:07:02,1,1.2,,,-73.977294921875,40.7844352722168,-73.96635437011719,40.794437408447266,1,N,1,5.5,1.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-09 18:48:15,2016-01-09 18:54:21,1,1.1,,,-73.96662902832031,40.7646598815918,-73.97251892089844,40.751556396484375,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-26 20:08:44,2016-01-26 20:15:58,2,1.48,,,-73.99044036865234,40.7188835144043,-73.98806762695312,40.73517608642578,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +1,2016-01-12 23:33:53,2016-01-12 23:35:12,1,0.5,,,-74.00530242919922,40.740108489990234,-74.0032730102539,40.73418045043945,1,N,1,3.5,0.5,0.5,0.3,1.2,0.0,6.0 +2,2016-01-10 14:47:03,2016-01-10 14:50:43,1,0.83,,,-73.95428466796875,40.778865814208984,-73.94725036621094,40.771728515625,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-11 11:35:28,2016-01-11 11:37:51,1,0.46,,,-73.98414611816406,40.737396240234375,-73.98389434814453,40.742393493652344,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +1,2016-01-04 12:16:10,2016-01-04 12:18:37,1,0.6,,,-73.97991943359375,40.770938873291016,-73.97481536865234,40.77775955200195,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-17 14:02:26,2016-01-17 14:23:56,1,1.5,,,-73.99995422363281,40.72174072265625,-73.98749542236328,40.71150588989258,1,N,1,13.5,0.0,0.5,0.3,1.0,0.0,15.3 +2,2016-01-20 22:44:08,2016-01-20 23:05:00,4,4.4,,,-73.9851303100586,40.72357940673828,-73.99312591552734,40.76678466796875,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +1,2016-01-30 22:50:29,2016-01-30 23:02:35,2,1.0,,,-73.98469543457031,40.728572845458984,-73.99885559082031,40.732032775878906,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +2,2016-01-18 18:39:30,2016-01-18 19:06:53,1,9.22,,,-73.86332702636719,40.76982116699219,-73.9866714477539,40.75025177001953,1,N,2,28.5,0.0,0.5,0.3,0.0,5.54,34.84 +1,2016-01-20 18:03:15,2016-01-20 18:09:55,1,0.9,,,-73.9891586303711,40.741844177246094,-74.00537109375,40.74829864501953,1,Y,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-20 18:14:32,2016-01-20 18:58:35,1,6.5,,,-73.98970031738281,40.74178695678711,-73.93492889404297,40.690269470214844,1,N,1,29.5,1.0,0.5,0.3,6.25,0.0,37.55 +2,2016-01-29 20:29:57,2016-01-29 20:36:35,6,0.6,,,-73.99609375,40.73240280151367,-74.0027847290039,40.727264404296875,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-13 14:44:54,2016-01-13 14:59:56,1,1.66,,,-73.99358367919922,40.73301696777344,-73.98119354248047,40.750205993652344,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-09 22:50:19,2016-01-09 22:54:48,1,1.33,,,-73.95291137695312,40.780418395996094,-73.94738006591797,40.79399871826172,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-11 05:54:17,2016-01-11 05:59:20,3,1.48,,,-73.9709701538086,40.74816131591797,-73.96708679199219,40.76398849487305,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-08 08:39:28,2016-01-08 08:53:15,2,3.5,,,-74.00051879882812,40.727291107177734,-73.95756530761719,40.72049331665039,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-25 16:54:49,2016-01-25 17:06:20,1,1.8,,,-74.01520538330078,40.71540069580078,-74.00218963623047,40.7346305847168,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-17 09:52:03,2016-01-17 10:15:27,1,6.51,,,-73.95928955078125,40.76796340942383,-73.87349700927734,40.74606704711914,1,N,1,22.5,0.0,0.5,0.3,5.82,0.0,29.12 +2,2016-01-09 11:46:59,2016-01-09 11:59:41,1,2.14,,,-73.97489929199219,40.790618896484375,-73.98377990722656,40.761741638183594,1,N,1,10.5,0.0,0.5,0.3,3.39,0.0,14.69 +2,2016-01-02 12:04:34,2016-01-02 12:05:25,2,0.25,,,-73.95183563232422,40.773681640625,-73.94832611083984,40.77824401855469,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +1,2016-01-08 12:36:59,2016-01-08 13:20:30,1,9.7,,,-73.95940399169922,40.767478942871094,-73.875,40.87283706665039,1,N,1,35.0,0.0,0.5,0.3,2.0,0.0,37.8 +2,2016-01-06 18:21:15,2016-01-06 18:23:54,2,0.58,,,-73.95826721191406,40.778385162353516,-73.95338439941406,40.7835807800293,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-19 10:57:16,2016-01-19 11:06:09,1,1.11,,,-73.96732330322266,40.76610565185547,-73.9821548461914,40.775245666503906,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-20 19:01:21,2016-01-20 19:08:18,1,0.85,,,-73.98847961425781,40.77867126464844,-73.98226165771484,40.772098541259766,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,10.38 +1,2016-01-05 18:02:59,2016-01-05 18:11:43,1,1.4,,,-73.99079132080078,40.755645751953125,-73.98152923583984,40.772071838378906,1,N,1,8.0,1.0,0.5,0.3,2.9,0.0,12.7 +2,2016-01-06 16:14:34,2016-01-06 16:18:52,1,1.04,,,-73.97332763671875,40.75204849243164,-73.98001098632812,40.73937225341797,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-01 23:14:02,2016-01-01 23:20:05,1,1.53,,,-73.98007202148438,40.73896026611328,-73.982177734375,40.723785400390625,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +1,2016-01-30 18:03:22,2016-01-30 18:32:40,1,6.0,,,-73.98213958740234,40.77124786376953,-73.90301513671875,40.77070617675781,1,N,1,23.5,0.0,0.5,0.3,4.85,0.0,29.15 +1,2016-01-09 02:09:34,2016-01-09 02:37:13,1,7.5,,,-73.99211120605469,40.748592376708984,-73.88636779785156,40.745609283447266,1,Y,2,26.0,0.5,0.5,0.3,0.0,0.0,27.3 +1,2016-01-28 09:28:27,2016-01-28 09:42:47,1,1.5,,,-73.99059295654297,40.756492614746094,-73.9847412109375,40.742042541503906,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +1,2016-01-30 19:17:18,2016-01-30 19:25:50,1,1.0,,,-74.00052642822266,40.718326568603516,-74.00445556640625,40.708030700683594,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-17 00:59:24,2016-01-17 01:16:52,1,5.63,,,-73.98182678222656,40.75600814819336,-73.94550323486328,40.8178596496582,1,N,1,18.0,0.5,0.5,0.3,3.86,0.0,23.16 +1,2016-01-30 18:06:44,2016-01-30 18:20:40,2,1.7,,,-74.00579071044922,40.74094009399414,-73.98394012451172,40.744476318359375,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-08 21:10:19,2016-01-08 21:14:15,1,0.98,,,-74.00125885009766,40.75690841674805,-73.99740600585938,40.747318267822266,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-10 23:26:29,2016-01-10 23:43:24,2,6.48,,,0.0,0.0,0.0,0.0,1,N,1,20.5,0.5,0.5,0.3,5.45,0.0,27.25 +2,2016-01-02 00:14:27,2016-01-02 00:29:29,1,3.14,,,-73.99346923828125,40.751983642578125,-74.0016860961914,40.71705627441406,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,17.76 +1,2016-01-23 00:42:39,2016-01-23 00:55:09,3,1.4,,,-73.98973846435547,40.7205810546875,-73.97828674316406,40.724937438964844,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-08 05:07:44,2016-01-08 05:27:46,1,4.8,,,-73.98306274414062,40.76650619506836,-73.92205047607422,40.73597717285156,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,19.3 +2,2016-01-10 12:00:08,2016-01-10 12:00:12,1,0.0,,,0.0,0.0,-73.94397735595703,40.708038330078125,1,N,1,2.5,0.0,0.5,0.3,4.0,0.0,7.3 +2,2016-01-09 23:37:14,2016-01-09 23:47:00,4,1.63,,,-73.99642181396484,40.744380950927734,-73.98485565185547,40.75950241088867,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-15 19:30:57,2016-01-15 19:45:05,2,1.86,,,-73.95635986328125,40.763118743896484,-73.98243713378906,40.76189041137695,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,13.3 +2,2016-01-03 16:52:26,2016-01-03 17:07:38,2,2.34,,,-73.9435806274414,40.8206787109375,-73.938232421875,40.79644012451172,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-10 23:02:09,2016-01-10 23:19:15,3,2.87,,,-73.98155975341797,40.73271179199219,-73.98757934570312,40.76219177246094,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +2,2016-01-02 10:27:35,2016-01-02 10:30:56,1,0.68,,,-73.97923278808594,40.729888916015625,-73.99012756347656,40.73040008544922,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-21 10:17:40,2016-01-21 10:40:00,6,2.05,,,-73.99382781982422,40.74165344238281,-73.99539947509766,40.76374435424805,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +2,2016-01-02 09:41:44,2016-01-02 09:45:49,2,1.06,,,-73.99429321289062,40.75174331665039,-74.00472259521484,40.741668701171875,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-07 21:31:26,2016-01-07 21:42:38,1,1.9,,,-73.96833038330078,40.761356353759766,-73.98273468017578,40.7771110534668,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-28 16:58:38,2016-01-28 17:17:22,1,5.7,,,-73.94692993164062,40.772525787353516,-74.00019073486328,40.72498321533203,1,N,1,19.5,1.0,0.5,0.3,4.25,0.0,25.55 +2,2016-01-13 20:58:15,2016-01-13 21:23:33,1,10.51,,,-73.8709487915039,40.773738861083984,-74.00093841552734,40.731868743896484,1,N,1,32.0,0.5,0.5,0.3,6.66,0.0,39.96 +1,2016-01-01 16:02:07,2016-01-01 16:14:39,1,3.4,,,-73.9890365600586,40.73090744018555,-73.95574951171875,40.772464752197266,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-09 20:16:48,2016-01-09 20:22:30,1,0.7,,,-74.00143432617188,40.73115539550781,-73.9903335571289,40.72657012939453,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-29 13:08:57,2016-01-29 13:17:51,2,1.2,,,-73.96154022216797,40.779972076416016,-73.97314453125,40.764095306396484,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-14 17:54:12,2016-01-14 18:07:46,1,1.72,,,-73.98479461669922,40.74248504638672,-73.99687194824219,40.7250862121582,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-20 22:26:35,2016-01-20 22:34:18,1,1.6,,,-73.97640991210938,40.785831451416016,-73.95590209960938,40.776023864746094,1,N,1,8.0,0.5,0.5,0.3,1.4,0.0,10.7 +1,2016-01-02 15:32:58,2016-01-02 15:44:54,1,1.5,,,0.0,0.0,0.0,0.0,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-21 06:36:56,2016-01-21 06:42:17,1,0.59,,,-73.95594787597656,40.77653121948242,-73.956787109375,40.78118133544922,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-30 10:56:05,2016-01-30 11:10:12,1,2.63,,,-73.98873138427734,40.76359176635742,-73.95658874511719,40.768978118896484,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +1,2016-01-09 13:39:12,2016-01-09 13:43:43,3,0.5,,,-73.95457458496094,40.7696647644043,-73.9482421875,40.774662017822266,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-22 19:15:38,2016-01-22 19:26:15,2,1.07,,,-73.98206329345703,40.778785705566406,-73.98253631591797,40.764652252197266,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-04 18:06:58,2016-01-04 18:17:47,1,1.3,,,-73.9939956665039,40.74648666381836,-73.97815704345703,40.75236129760742,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-17 02:42:59,2016-01-17 02:56:46,1,4.1,,,-73.98387145996094,40.74075698852539,-73.9452133178711,40.788414001464844,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-23 00:45:59,2016-01-23 00:55:10,1,1.9,,,-73.98785400390625,40.75815963745117,-73.9900131225586,40.77473831176758,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +1,2016-01-21 05:22:14,2016-01-21 05:25:27,1,0.8,,,-73.9703140258789,40.78423309326172,-73.98100280761719,40.78089141845703,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +2,2016-01-09 00:19:40,2016-01-09 00:25:58,1,1.23,,,-73.9798355102539,40.76578140258789,-73.99124145507812,40.75018310546875,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 08:27:34,2016-01-07 08:33:51,4,1.1,,,-74.00900268554688,40.71409606933594,-74.00233459472656,40.72947311401367,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,9.1 +2,2016-01-07 13:22:45,2016-01-07 13:32:35,2,1.82,,,-73.9963150024414,40.73188781738281,-74.00747680664062,40.714908599853516,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-26 12:56:11,2016-01-26 13:16:45,1,1.1,,,-73.98381805419922,40.76636505126953,-73.9887924194336,40.752357482910156,1,N,1,13.0,0.0,0.5,0.3,1.0,0.0,14.8 +2,2016-01-05 21:05:24,2016-01-05 21:21:19,2,4.08,,,-73.99144744873047,40.737518310546875,-73.99590301513672,40.69327163696289,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,18.96 +2,2016-01-03 04:03:58,2016-01-03 04:17:30,6,5.27,,,-73.9914779663086,40.75001907348633,-73.91475677490234,40.744510650634766,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +1,2016-01-05 09:18:12,2016-01-05 09:20:07,1,0.1,,,-73.98193359375,40.77632522583008,-73.98200988769531,40.77377700805664,1,N,1,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +1,2016-01-30 00:59:32,2016-01-30 01:31:46,3,16.2,,,-73.99138641357422,40.75975799560547,-74.07330322265625,40.59897232055664,1,Y,2,45.5,0.5,0.5,0.3,0.0,16.62,63.42 +2,2016-01-21 15:45:06,2016-01-21 15:52:37,3,0.9,,,-73.98240661621094,40.76472091674805,-73.97480010986328,40.75672912597656,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-07 07:30:03,2016-01-07 07:40:39,1,2.1,,,-73.9649658203125,40.79155349731445,-73.98433685302734,40.76832580566406,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-26 10:12:57,2016-01-26 10:38:07,1,1.6,,,-73.9891586303711,40.747982025146484,-73.9711685180664,40.76142501831055,1,N,1,15.5,0.0,0.5,0.3,1.5,0.0,17.8 +2,2016-01-20 23:51:15,2016-01-21 00:06:22,1,3.02,,,-73.97405242919922,40.756778717041016,-73.99536895751953,40.721561431884766,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,17.88 +2,2016-01-24 13:42:29,2016-01-24 13:46:34,6,0.74,,,-73.98601531982422,40.74095916748047,-73.98016357421875,40.74924087524414,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-09 10:23:20,2016-01-09 10:39:24,1,5.21,,,-73.95230865478516,40.772850036621094,-73.99211883544922,40.71615982055664,1,N,1,17.5,0.0,0.5,0.3,3.0,0.0,21.3 +1,2016-01-29 22:37:36,2016-01-29 22:43:55,2,0.8,,,0.0,0.0,0.0,0.0,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-27 07:47:37,2016-01-27 07:52:05,1,0.4,,,-73.97284698486328,40.74373245239258,-73.98068237304688,40.746864318847656,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,7.5 +1,2016-01-26 18:42:22,2016-01-26 18:47:17,1,0.4,,,-73.97114562988281,40.76185989379883,-73.97481536865234,40.756507873535156,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-20 19:10:47,2016-01-20 19:25:57,1,2.4,,,-73.9809799194336,40.74174880981445,-73.98965454101562,40.76622772216797,1,N,1,11.5,1.0,0.5,0.3,3.0,0.0,16.3 +2,2016-01-24 23:41:44,2016-01-24 23:51:19,1,1.97,,,-73.99658966064453,40.73170852661133,-74.00619506835938,40.71007537841797,1,N,1,8.5,0.5,0.5,0.3,5.0,0.0,14.8 +2,2016-01-16 15:12:57,2016-01-16 15:33:19,4,3.42,,,-74.00762176513672,40.72501754760742,-73.97596740722656,40.765647888183594,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-10 00:59:50,2016-01-10 01:27:03,5,5.86,,,-73.9431381225586,40.707176208496094,-73.99066162109375,40.750587463378906,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,28.56 +2,2016-01-28 07:01:48,2016-01-28 07:07:42,1,0.73,,,-73.9891357421875,40.74540328979492,-73.97838592529297,40.741390228271484,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-21 15:45:19,2016-01-21 16:02:19,1,1.66,,,-73.9753646850586,40.77705001831055,-73.97624206542969,40.75953674316406,1,N,1,11.5,0.0,0.5,0.3,1.0,0.0,13.3 +1,2016-01-08 00:25:26,2016-01-08 00:31:35,1,1.7,,,-73.94343566894531,40.717559814453125,-73.9568099975586,40.732879638671875,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-14 12:29:48,2016-01-14 12:38:15,1,0.7,,,-73.96624755859375,40.76481628417969,-73.96472930908203,40.772823333740234,1,N,1,7.0,0.0,0.5,0.3,1.17,0.0,8.97 +2,2016-01-15 21:20:31,2016-01-15 21:30:51,6,3.17,,,-74.00761413574219,40.724761962890625,-73.9966812133789,40.76347351074219,1,N,1,12.0,0.5,0.5,0.3,1.0,0.0,14.3 +1,2016-01-10 14:08:51,2016-01-10 14:13:58,1,0.7,,,-73.98825073242188,40.720088958740234,-73.98711395263672,40.729061126708984,1,N,1,5.5,0.0,0.5,0.3,1.55,0.0,7.85 +1,2016-01-08 09:45:22,2016-01-08 09:52:22,1,0.9,,,-73.96269989013672,40.75812530517578,-73.97533416748047,40.755496978759766,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 16:33:00,2016-01-22 16:40:53,6,1.01,,,-73.98779296875,40.74998092651367,-73.97138214111328,40.74665832519531,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-05 14:06:27,2016-01-05 14:10:49,1,0.7,,,-73.96099090576172,40.76484298706055,-73.9693832397461,40.76299285888672,1,N,1,5.0,0.0,0.5,0.3,2.0,0.0,7.8 +1,2016-01-12 22:17:33,2016-01-12 22:33:03,2,1.5,,,-73.98405456542969,40.7739372253418,-73.9671630859375,40.78857421875,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-16 21:52:29,2016-01-16 22:09:03,2,2.4,,,-73.98912811279297,40.72130584716797,-73.98046875,40.74816131591797,1,N,1,12.0,0.5,0.5,0.3,2.65,0.0,15.95 +2,2016-01-05 15:19:56,2016-01-05 15:41:34,2,9.39,,,-73.99138641357422,40.746456146240234,-73.87066650390625,40.773860931396484,1,N,2,27.5,0.0,0.5,0.3,0.0,5.54,33.84 +1,2016-01-09 05:51:34,2016-01-09 05:56:37,1,1.9,,,-73.96903228759766,40.75816345214844,-73.95001983642578,40.7805061340332,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-29 13:04:57,2016-01-29 13:21:10,1,0.8,,,-73.99004364013672,40.73741912841797,-73.98368072509766,40.74695587158203,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-11 19:12:02,2016-01-11 19:16:19,1,1.0,,,-73.9671401977539,40.75654220581055,-73.97456359863281,40.74418258666992,1,N,1,5.5,1.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-30 13:07:02,2016-01-30 13:24:13,1,6.3,,,-74.01012420654297,40.70585632324219,-73.97057342529297,40.76495361328125,1,N,1,20.5,0.0,0.5,0.3,5.0,0.0,26.3 +2,2016-01-19 13:48:52,2016-01-19 14:24:28,5,17.92,,,-73.78398895263672,40.64868927001953,-73.98075103759766,40.73537826538086,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-05 20:15:19,2016-01-05 20:19:34,2,0.6,,,-73.98773193359375,40.75835418701172,-73.98159790039062,40.76082229614258,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-10 05:09:18,2016-01-10 05:46:30,2,17.0,,,-73.99072265625,40.75641632080078,-73.89067840576172,40.8648567199707,1,N,1,47.0,0.5,0.5,0.3,0.0,2.54,50.84 +2,2016-01-08 15:39:34,2016-01-08 16:21:44,1,11.05,,,-73.86305236816406,40.769630432128906,-73.97312927246094,40.755550384521484,1,N,1,37.0,0.0,0.5,0.3,4.0,5.54,47.34 +2,2016-01-09 21:10:20,2016-01-09 21:21:01,2,2.24,,,-73.98086547851562,40.7296257019043,-73.97069549560547,40.75172805786133,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-30 21:41:39,2016-01-30 21:49:49,1,1.92,,,-73.97240447998047,40.78630447387695,-73.96855926513672,40.7663459777832,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-13 13:00:58,2016-01-13 13:22:35,1,2.71,,,0.0,0.0,0.0,0.0,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-29 09:16:14,2016-01-29 09:20:25,1,0.94,,,-74.01500701904297,40.70972442626953,-74.01013946533203,40.72147750854492,1,N,1,5.0,0.0,0.5,0.3,2.0,0.0,7.8 +1,2016-01-05 17:33:26,2016-01-05 17:50:24,2,2.9,,,-73.97928619384766,40.77652359008789,-74.00392150878906,40.74761962890625,1,N,1,13.5,1.0,0.5,0.3,3.05,0.0,18.35 +1,2016-01-29 23:53:06,2016-01-30 00:13:34,1,3.6,,,-73.97681427001953,40.76481246948242,-73.92182159423828,40.74159622192383,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +1,2016-01-20 10:46:31,2016-01-20 11:00:26,1,1.2,,,-73.98689270019531,40.75822448730469,-73.9865493774414,40.76829528808594,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-02 22:12:59,2016-01-02 22:35:43,6,2.59,,,-73.98737335205078,40.750301361083984,-73.98187255859375,40.7830810546875,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +1,2016-01-15 15:30:32,2016-01-15 15:40:45,1,1.7,,,-73.98332977294922,40.75456619262695,-73.98223876953125,40.77436828613281,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-09 18:38:27,2016-01-09 18:43:34,3,0.85,,,-73.9887466430664,40.73103332519531,-73.97779083251953,40.73405838012695,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-03 07:43:15,2016-01-03 07:49:48,1,1.79,,,-73.97103881835938,40.79800796508789,-73.95281219482422,40.78327178955078,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-16 20:57:55,2016-01-16 21:19:56,1,5.9,,,-73.98368072509766,40.76522445678711,-73.90869903564453,40.774742126464844,1,N,1,21.0,0.5,0.5,0.3,4.45,0.0,26.75 +1,2016-01-16 19:30:53,2016-01-16 19:40:21,1,1.3,,,-73.9896469116211,40.741451263427734,-74.00447845458984,40.73054122924805,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-01 13:42:49,2016-01-01 13:52:43,2,2.75,,,-73.998779296875,40.723140716552734,-73.9841537475586,40.754600524902344,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-26 22:48:22,2016-01-26 23:03:54,2,7.41,,,-73.8743896484375,40.77402877807617,-73.95616149902344,40.80302047729492,1,N,1,22.0,0.5,0.5,0.3,3.0,5.54,31.84 +1,2016-01-24 15:45:24,2016-01-24 15:55:49,1,1.4,,,-74.00272369384766,40.70869827270508,-73.99250030517578,40.71875,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-12 14:05:02,2016-01-12 14:12:11,5,1.61,,,-74.00836181640625,40.72119140625,-74.00718688964844,40.741661071777344,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-26 02:44:02,2016-01-26 03:00:04,1,5.4,,,-73.89806365966797,40.74613952636719,-73.85204315185547,40.68922805786133,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,18.8 +1,2016-01-01 20:53:49,2016-01-01 20:59:18,2,0.9,,,-73.96880340576172,40.76247024536133,-73.97148895263672,40.75657653808594,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-17 13:00:22,2016-01-17 13:11:02,1,2.3,,,-73.99209594726562,40.755859375,-73.9805679321289,40.78242874145508,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-09 12:29:15,2016-01-09 12:55:20,1,7.6,,,-73.96400451660156,40.76797103881836,-73.91943359375,40.70166015625,1,N,1,25.5,0.0,0.5,0.3,5.25,0.0,31.55 +2,2016-01-08 08:37:43,2016-01-08 08:57:17,1,3.88,,,-73.9471664428711,40.77608871459961,-73.99427032470703,40.76895523071289,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,20.16 +2,2016-01-15 10:51:06,2016-01-15 11:14:24,2,2.0,,,-74.00284576416016,40.760494232177734,-73.9772720336914,40.76525115966797,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-04 21:51:39,2016-01-04 21:56:42,1,1.14,,,-73.99446105957031,40.747581481933594,-73.99807739257812,40.73455047607422,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-17 02:19:50,2016-01-17 02:28:06,1,2.1,,,-73.97064208984375,40.79352569580078,-73.94580078125,40.80712127685547,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-21 08:55:04,2016-01-21 09:03:30,1,0.7,,,-73.98954772949219,40.752262115478516,-73.9803237915039,40.75110626220703,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-30 01:37:38,2016-01-30 01:44:26,3,0.75,,,-73.98989868164062,40.72990798950195,-73.9878921508789,40.722591400146484,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-12 16:05:34,2016-01-12 16:14:25,1,1.3,,,-73.984619140625,40.7452392578125,-73.98068237304688,40.759971618652344,1,N,1,7.5,1.0,0.5,0.3,2.32,0.0,11.62 +1,2016-01-05 20:47:58,2016-01-05 20:52:55,1,0.7,,,-73.98601531982422,40.74356460571289,-73.97948455810547,40.75296401977539,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,8.8 +2,2016-01-28 00:14:16,2016-01-28 00:21:20,1,1.75,,,-73.98465728759766,40.7526969909668,-74.01412200927734,40.72536087036133,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +1,2016-01-17 14:59:26,2016-01-17 15:19:54,1,3.0,,,-73.99401092529297,40.74013137817383,-73.97222137451172,40.765296936035156,1,N,1,14.5,0.0,0.5,0.3,3.0,0.0,18.3 +2,2016-01-05 09:51:50,2016-01-05 09:54:08,1,0.45,,,-73.99901580810547,40.75468063354492,-73.99498748779297,40.760318756103516,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-10 19:52:00,2016-01-10 19:56:35,1,0.6,,,-73.99027252197266,40.7565803527832,-73.99788665771484,40.75453186035156,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-30 00:26:09,2016-01-30 00:52:40,2,8.24,,,-74.01052856445312,40.7114372253418,-74.03146362304688,40.62915802001953,1,N,2,28.5,0.5,0.5,0.3,0.0,0.0,29.8 +1,2016-01-25 12:11:03,2016-01-25 12:51:22,1,17.6,,,-73.99104309082031,40.749534606933594,-73.84232330322266,40.86275863647461,1,N,2,52.5,0.0,0.5,0.3,0.0,0.0,53.3 +1,2016-01-06 19:37:59,2016-01-06 19:55:24,1,3.6,,,-73.97994995117188,40.74888610839844,-73.97700500488281,40.78493118286133,1,N,1,15.0,1.0,0.5,0.3,3.36,0.0,20.16 +1,2016-01-03 01:45:43,2016-01-03 01:54:27,1,1.4,,,-73.98849487304688,40.72134017944336,-74.00587463378906,40.73317337036133,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,11.0 +2,2016-01-21 15:05:39,2016-01-21 15:14:25,1,1.16,,,-73.9437026977539,40.78879165649414,-73.94727325439453,40.79682159423828,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-10 21:36:32,2016-01-10 21:41:52,1,0.9,,,-73.99249267578125,40.7142219543457,-73.98893737792969,40.726829528808594,1,N,4,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-25 11:40:36,2016-01-25 11:48:54,1,0.88,,,-73.94969177246094,40.78064727783203,-73.95951843261719,40.773704528808594,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-26 01:29:28,2016-01-26 01:54:36,6,6.78,,,-74.00188446044922,40.73280334472656,-73.91707611083984,40.74634552001953,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,24.3 +2,2016-01-14 17:32:26,2016-01-14 17:49:49,1,2.87,,,-73.96430206298828,40.75624084472656,-73.95262908935547,40.78936004638672,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,17.3 +1,2016-01-13 16:12:53,2016-01-13 16:19:00,1,1.2,,,-73.97948455810547,40.78437805175781,-73.96784210205078,40.800289154052734,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-09 18:53:42,2016-01-09 19:05:55,1,1.56,,,-74.00009155273438,40.74607849121094,-74.00489807128906,40.739479064941406,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-16 15:51:40,2016-01-16 16:02:03,1,1.1,,,-74.00286865234375,40.730873107910156,-73.98854064941406,40.73418045043945,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-22 21:16:25,2016-01-22 21:31:04,1,1.24,,,-74.00651550292969,40.730308532714844,-73.9941635131836,40.721248626708984,1,N,1,10.0,0.5,0.5,0.3,1.75,0.0,13.05 +2,2016-01-25 17:37:25,2016-01-25 17:57:28,2,2.53,,,-73.97470092773438,40.75199890136719,-73.99920654296875,40.72190856933594,1,N,1,14.0,1.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-02 02:13:40,2016-01-02 02:16:37,1,0.77,,,-73.95452880859375,40.80552291870117,-73.94488525390625,40.79998016357422,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-03 01:21:32,2016-01-03 01:31:27,2,2.3,,,-73.98987579345703,40.73934555053711,-73.99739074707031,40.761356353759766,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-21 13:50:11,2016-01-21 13:56:34,1,0.5,,,-73.99197387695312,40.75456619262695,-73.98350524902344,40.750728607177734,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-16 23:43:39,2016-01-16 23:52:48,2,2.15,,,-73.97543334960938,40.744571685791016,-73.95699310302734,40.76628112792969,1,N,1,9.5,0.5,0.5,0.3,2.2,0.0,13.0 +2,2016-01-20 20:49:56,2016-01-20 20:56:35,1,1.8,,,-73.97852325439453,40.75277328491211,-73.97441101074219,40.73680877685547,1,N,1,7.5,0.5,0.5,0.3,2.64,0.0,11.44 +1,2016-01-23 01:38:58,2016-01-23 01:41:38,1,0.6,,,-73.98895263671875,40.76372146606445,-73.99034118652344,40.757293701171875,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,6.35 +1,2016-01-18 16:45:40,2016-01-18 16:47:43,2,0.3,,,-73.97813415527344,40.729530334472656,-73.98381042480469,40.73195266723633,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-02 12:09:40,2016-01-02 12:20:20,1,3.31,,,-73.96932983398438,40.75735092163086,-73.99087524414062,40.71855163574219,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-06 16:13:08,2016-01-06 16:21:33,2,1.3,,,-73.99003601074219,40.73459243774414,-73.97853088378906,40.75131607055664,1,N,1,7.5,1.0,0.5,0.3,2.0,0.0,11.3 +1,2016-01-21 11:47:06,2016-01-21 11:55:33,2,1.2,,,-73.99871063232422,40.7449951171875,-74.00807189941406,40.73958206176758,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-27 22:50:27,2016-01-27 23:00:04,1,2.0,,,-73.96546936035156,40.766048431396484,-73.95530700683594,40.785118103027344,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,12.3 +2,2016-01-02 10:31:50,2016-01-02 10:39:06,3,1.98,,,-73.97012329101562,40.756771087646484,-73.96212005615234,40.77933883666992,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +2,2016-01-30 11:28:38,2016-01-30 11:33:08,1,0.72,,,-73.95663452148438,40.778282165527344,-73.95580291748047,40.77107620239258,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-05 20:10:32,2016-01-05 20:26:44,1,4.3,,,-74.00469970703125,40.73048782348633,-73.9989013671875,40.67607879638672,1,N,1,15.0,0.5,0.5,0.3,4.05,0.0,20.35 +1,2016-01-06 13:30:59,2016-01-06 13:37:23,1,0.5,,,-73.98027801513672,40.7393798828125,-73.98558044433594,40.74382400512695,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-19 20:31:07,2016-01-19 20:39:30,6,0.98,,,-73.98143768310547,40.7592887878418,-73.96968841552734,40.766021728515625,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +1,2016-01-18 12:55:05,2016-01-18 13:00:35,1,0.4,,,-73.95760345458984,40.7818717956543,-73.94987487792969,40.7802734375,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,7.25 +1,2016-01-05 06:17:38,2016-01-05 06:27:23,1,4.6,,,-74.00657653808594,40.68383026123047,-73.99111938476562,40.755149841308594,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +1,2016-01-21 22:55:43,2016-01-21 23:00:35,1,1.5,,,0.0,0.0,0.0,0.0,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +1,2016-01-21 15:38:58,2016-01-21 16:14:17,1,5.6,,,-74.00045013427734,40.7186393737793,-73.97602844238281,40.78245162963867,1,N,1,24.0,0.0,0.5,0.3,2.2,0.0,27.0 +2,2016-01-26 19:37:33,2016-01-26 19:45:59,2,1.08,,,-73.99173736572266,40.73860168457031,-74.00540161132812,40.74591827392578,1,N,1,7.0,1.0,0.5,0.3,1.5,0.0,10.3 +2,2016-01-13 13:51:25,2016-01-13 13:59:42,1,1.91,,,-73.97603607177734,40.775943756103516,-73.95391845703125,40.78763961791992,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-26 17:03:14,2016-01-26 17:13:52,1,1.25,,,-74.0056381225586,40.73682403564453,-73.99991607666016,40.72248840332031,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-16 19:11:08,2016-01-16 19:24:43,1,1.6,,,-74.0049819946289,40.73005676269531,-73.98880767822266,40.73674392700195,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-16 12:35:34,2016-01-16 12:37:51,2,0.6,,,-73.96072387695312,40.78107833862305,-73.96930694580078,40.78535079956055,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,6.0 +2,2016-01-22 12:33:59,2016-01-22 12:45:36,1,1.51,,,-73.98086547851562,40.78171157836914,-73.97063446044922,40.76734161376953,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-08 23:14:45,2016-01-08 23:29:35,1,3.5,,,-73.97642517089844,40.784080505371094,-73.94065856933594,40.82456588745117,1,N,1,14.5,0.5,0.5,0.3,3.95,0.0,19.75 +2,2016-01-14 16:32:21,2016-01-14 16:37:56,1,0.66,,,-73.99251556396484,40.73736572265625,-73.98775482177734,40.73244094848633,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-21 09:55:10,2016-01-21 09:57:43,1,0.5,,,-73.98880004882812,40.77400207519531,-73.98924255371094,40.768550872802734,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-29 21:00:33,2016-01-29 21:14:54,1,1.25,,,-73.9528579711914,40.786476135253906,-73.95361328125,40.786865234375,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-12 21:58:18,2016-01-12 22:14:48,1,5.53,,,-73.98967742919922,40.741519927978516,-73.92462921142578,40.7398681640625,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,22.56 +2,2016-01-19 19:59:30,2016-01-19 20:13:10,1,1.71,,,-73.99344635009766,40.74203109741211,-73.99165344238281,40.72372817993164,1,N,1,10.0,1.0,0.5,0.3,2.0,0.0,13.8 +1,2016-01-08 15:42:12,2016-01-08 16:04:46,1,4.6,,,-73.99526977539062,40.718021392822266,-73.94444274902344,40.68574142456055,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,19.3 +2,2016-01-01 23:45:37,2016-01-01 23:51:00,6,0.93,,,-73.96369934082031,40.777061462402344,-73.96031951904297,40.76821517944336,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-10 18:38:01,2016-01-10 18:41:37,1,0.7,,,-73.9974136352539,40.74082946777344,-74.00563049316406,40.733154296875,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-08 20:47:45,2016-01-08 21:19:41,1,4.4,,,-74.00514221191406,40.71890640258789,-73.97433471679688,40.761566162109375,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,23.3 +2,2016-01-07 20:51:36,2016-01-07 21:01:15,6,1.6,,,-73.98011779785156,40.761566162109375,-73.95866394042969,40.7641487121582,1,N,1,8.5,0.5,0.5,0.3,1.2,0.0,11.0 +1,2016-01-27 18:03:51,2016-01-27 18:16:51,1,1.2,,,-73.99125671386719,40.749820709228516,-73.97734832763672,40.752540588378906,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-16 01:08:06,2016-01-16 01:13:16,1,1.59,,,-73.99829864501953,40.76097106933594,-74.00389099121094,40.74309158325195,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +2,2016-01-21 22:11:08,2016-01-21 22:22:01,1,1.34,,,-73.9898452758789,40.73426055908203,-73.98821258544922,40.7204475402832,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-24 22:35:03,2016-01-24 22:40:58,1,1.43,,,-73.97447967529297,40.78316116333008,-73.95305633544922,40.77238845825195,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-07 11:41:01,2016-01-07 11:47:04,1,1.17,,,-73.98997497558594,40.76974105834961,-73.9817886352539,40.78342819213867,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,9.49 +2,2016-01-25 19:48:59,2016-01-25 20:06:56,1,3.0,,,-73.9571533203125,40.77463150024414,-73.96650695800781,40.80414962768555,1,N,1,14.0,1.0,0.5,0.3,4.74,0.0,20.54 +1,2016-01-19 09:19:04,2016-01-19 09:38:45,1,2.5,,,-73.92505645751953,40.74412155151367,-73.96377563476562,40.759803771972656,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-01 01:25:33,2016-01-01 01:47:22,1,4.2,,,-73.95491027832031,40.73366165161133,-73.90475463867188,40.700313568115234,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +2,2016-01-09 01:57:28,2016-01-09 02:06:28,5,1.15,,,-74.00067901611328,40.729713439941406,-73.99777221679688,40.718353271484375,1,N,1,7.5,0.5,0.5,0.3,11.0,0.0,19.8 +1,2016-01-16 02:02:04,2016-01-16 02:24:10,1,5.1,,,-73.95854949951172,40.713253021240234,-73.98856353759766,40.75352478027344,1,N,4,19.0,0.5,0.5,0.3,0.0,0.0,20.3 +2,2016-01-22 14:06:40,2016-01-22 14:15:51,5,0.62,,,-73.97289276123047,40.758907318115234,-73.96469116210938,40.757938385009766,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-07 11:02:14,2016-01-07 11:19:53,1,2.9,,,-73.97909545898438,40.77679443359375,-73.98763275146484,40.7474479675293,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +1,2016-01-29 01:12:59,2016-01-29 01:28:37,1,4.2,,,-73.95425415039062,40.76426315307617,-73.95186614990234,40.75938415527344,1,N,1,14.5,0.5,0.5,0.3,2.5,0.0,18.3 +1,2016-01-26 19:13:00,2016-01-26 19:29:21,1,2.4,,,-73.98345184326172,40.76797866821289,-73.95401000976562,40.77901077270508,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-17 17:56:01,2016-01-17 18:02:13,2,0.96,,,-73.9742202758789,40.793861389160156,-73.97137451171875,40.7844123840332,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,8.5 +1,2016-01-04 12:54:06,2016-01-04 13:03:10,1,1.7,,,-73.95849609375,40.77263641357422,-73.98107147216797,40.77422332763672,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-05 17:12:43,2016-01-05 17:15:37,1,0.3,,,-73.96127319335938,40.774837493896484,-73.96420288085938,40.77127456665039,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-04 17:18:53,2016-01-04 17:34:43,1,2.3,,,-73.98645782470703,40.766754150390625,-73.9556884765625,40.76829147338867,1,N,1,12.0,1.0,0.5,0.3,2.5,0.0,16.3 +2,2016-01-01 20:21:12,2016-01-01 20:48:05,6,3.51,,,-73.98148345947266,40.767940521240234,-73.9916763305664,40.72983169555664,1,N,1,19.0,0.5,0.5,0.3,4.06,0.0,24.36 +2,2016-01-22 07:55:19,2016-01-22 08:07:45,1,1.78,,,-73.96222686767578,40.77626037597656,-73.97503662109375,40.75593566894531,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-28 22:49:26,2016-01-28 23:03:28,1,3.41,,,-73.95609283447266,40.771148681640625,-73.98308563232422,40.73893356323242,1,N,1,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +2,2016-01-11 21:43:08,2016-01-11 21:58:48,1,2.99,,,-73.98554992675781,40.7729606628418,-73.97718811035156,40.74620819091797,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-05 22:05:52,2016-01-05 22:14:31,1,1.3,,,-73.97105407714844,40.782958984375,-73.9749755859375,40.79286193847656,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-25 15:18:32,2016-01-25 15:33:52,1,1.24,,,-73.95751190185547,40.770111083984375,-73.95613098144531,40.78213882446289,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-14 08:04:57,2016-01-14 08:11:22,1,1.2,,,-73.9947509765625,40.725765228271484,-73.97559356689453,40.718833923339844,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-28 16:27:44,2016-01-28 16:32:57,2,1.11,,,-73.9575424194336,40.77389907836914,-73.95452117919922,40.78657913208008,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 15:59:23,2016-01-22 16:10:58,5,2.15,,,-73.96253967285156,40.778961181640625,-73.9837875366211,40.768009185791016,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-01 06:44:45,2016-01-01 06:52:23,2,1.49,,,-73.97341918945312,40.74885940551758,-73.99118041992188,40.74943923950195,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +1,2016-01-11 12:16:55,2016-01-11 12:38:57,1,2.0,,,-73.96229553222656,40.767066955566406,-73.98047637939453,40.75125503540039,1,N,1,14.5,0.0,0.5,0.3,3.8,0.0,19.1 +2,2016-01-14 19:53:34,2016-01-14 20:36:35,1,7.06,,,-73.94950103759766,40.83509826660156,-73.94950103759766,40.83509826660156,1,N,1,30.5,1.0,0.5,0.3,6.46,0.0,38.76 +2,2016-01-13 21:35:35,2016-01-13 21:45:55,5,2.41,,,-73.971923828125,40.76573944091797,-74.00199890136719,40.7557487487793,1,N,1,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-26 23:02:54,2016-01-26 23:14:46,1,2.56,,,-73.99861145019531,40.734840393066406,-73.97120666503906,40.75524139404297,1,N,1,10.5,0.5,0.5,0.3,1.75,0.0,13.55 +2,2016-01-04 08:29:04,2016-01-04 08:50:32,1,6.94,,,-73.93260192871094,40.744258880615234,-73.9905776977539,40.69343185424805,1,N,1,22.0,0.0,0.5,0.3,4.56,0.0,27.36 +2,2016-01-15 20:53:12,2016-01-15 20:57:44,2,1.03,,,-73.99424743652344,40.75120162963867,-73.99834442138672,40.760780334472656,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-17 10:48:13,2016-01-17 11:07:11,1,9.42,,,-73.86260986328125,40.76884841918945,-73.97252655029297,40.75632858276367,1,N,1,27.5,0.0,0.5,0.3,8.46,5.54,42.3 +2,2016-01-29 21:20:14,2016-01-29 21:31:55,2,1.7,,,-73.95742797851562,40.774391174316406,-73.97898864746094,40.783443450927734,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,14.12 +2,2016-01-14 01:35:15,2016-01-14 02:06:23,2,9.75,,,-73.98345184326172,40.74384689331055,-73.92060089111328,40.76738739013672,1,N,2,31.0,0.5,0.5,0.3,0.0,0.0,32.3 +2,2016-01-04 12:51:10,2016-01-04 13:05:22,6,2.26,,,-74.00772857666016,40.70537185668945,-73.99747467041016,40.72981643676758,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-19 20:16:59,2016-01-19 20:25:16,6,0.98,,,-73.99365234375,40.72438049316406,-73.98975372314453,40.71406173706055,1,N,1,7.0,0.5,0.5,0.3,3.0,0.0,11.3 +1,2016-01-01 02:17:04,2016-01-01 02:17:56,1,0.1,,,-73.98151397705078,40.74690628051758,-73.98188781738281,40.74501037597656,1,N,3,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +1,2016-01-18 17:36:56,2016-01-18 17:51:52,1,3.0,,,-73.99381256103516,40.757041931152344,-73.95755004882812,40.770301818847656,1,N,1,12.5,0.0,0.5,0.3,3.3,0.0,16.6 +1,2016-01-30 09:34:33,2016-01-30 09:43:39,1,1.0,,,-73.96477508544922,40.7616081237793,-73.97827911376953,40.756561279296875,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-19 18:16:49,2016-01-19 18:38:30,2,2.62,,,-73.99456787109375,40.72774124145508,-73.98542022705078,40.757991790771484,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-17 02:21:12,2016-01-17 02:31:35,1,2.62,,,-73.98049926757812,40.7217903137207,-73.97210693359375,40.75389862060547,1,N,1,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +1,2016-01-05 18:27:31,2016-01-05 18:31:37,1,0.5,,,-73.9688949584961,40.75423812866211,-73.9766845703125,40.75765609741211,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-15 16:03:13,2016-01-15 16:12:04,1,1.0,,,-73.98150634765625,40.76351547241211,-73.99127197265625,40.74986267089844,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-21 08:49:00,2016-01-21 08:59:49,1,1.6,,,-73.9764404296875,40.74393081665039,-73.99842834472656,40.74014663696289,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-01 22:33:39,2016-01-01 22:41:32,2,0.7,,,-73.98871612548828,40.75674819946289,-73.98030853271484,40.750030517578125,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-06 09:07:46,2016-01-06 09:29:21,1,4.8,,,-73.98226165771484,40.7628059387207,-74.01422882080078,40.713985443115234,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-14 19:17:59,2016-01-14 19:21:06,1,0.97,,,-73.95384979248047,40.77899169921875,-73.94915771484375,40.7901496887207,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-04 18:28:36,2016-01-04 18:38:57,5,0.87,,,-73.99288177490234,40.729984283447266,-73.98200988769531,40.723106384277344,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-14 11:36:49,2016-01-14 12:03:50,1,4.1,,,-73.95770263671875,40.773956298828125,-73.99010467529297,40.74639892578125,1,N,1,20.0,0.0,0.5,0.3,5.0,0.0,25.8 +2,2016-01-11 22:59:44,2016-01-11 23:08:44,2,3.12,,,-73.98444366455078,40.7288818359375,-73.96405029296875,40.76633834838867,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-30 16:45:12,2016-01-30 16:48:39,1,0.7,,,-73.98861694335938,40.71742630004883,-73.97775268554688,40.71324920654297,1,Y,1,4.5,0.0,0.5,0.3,1.55,0.0,6.85 +1,2016-01-03 00:00:07,2016-01-03 00:10:46,2,1.4,,,-73.98697662353516,40.753875732421875,-73.9777603149414,40.74840545654297,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-29 20:46:55,2016-01-29 20:59:40,1,0.5,,,-73.98546600341797,40.73564910888672,-73.983154296875,40.72990036010742,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-18 21:51:43,2016-01-18 22:10:19,1,3.79,,,-73.97441864013672,40.79122543334961,-73.96755981445312,40.75369644165039,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +2,2016-01-18 12:48:02,2016-01-18 12:56:21,1,1.35,,,-73.98319244384766,40.75613021850586,-73.96654510498047,40.761478424072266,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-02 10:31:10,2016-01-02 10:35:07,1,0.5,,,-74.01728820800781,40.70532989501953,-74.01372528076172,40.7094841003418,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +1,2016-01-10 00:04:19,2016-01-10 00:07:49,1,0.7,,,-73.9956283569336,40.739288330078125,-74.0050277709961,40.73562240600586,1,N,1,4.5,0.5,0.5,0.3,1.2,0.0,7.0 +1,2016-01-25 19:22:49,2016-01-25 19:37:51,1,5.4,,,-73.7890625,40.64710235595703,-73.78731536865234,40.6476936340332,1,N,1,18.0,1.0,0.5,0.3,4.95,0.0,24.75 +1,2016-01-26 12:20:42,2016-01-26 12:37:16,1,1.0,,,-73.99304962158203,40.7527961730957,-73.98834991455078,40.763912200927734,1,N,1,10.5,0.0,0.5,0.3,1.5,0.0,12.8 +1,2016-01-15 17:48:45,2016-01-15 17:52:20,1,0.6,,,-74.0037841796875,40.747554779052734,-73.99313354492188,40.74298858642578,1,N,3,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-06 07:17:15,2016-01-06 07:26:13,1,2.0,,,0.0,0.0,0.0,0.0,1,N,1,9.5,0.0,0.5,0.3,1.6,0.0,11.9 +2,2016-01-28 15:31:44,2016-01-28 15:40:23,1,1.0,,,-73.97520446777344,40.792476654052734,-73.9638442993164,40.800010681152344,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-29 19:35:35,2016-01-29 19:45:39,1,0.77,,,-73.9977798461914,40.756649017333984,-73.98887634277344,40.76185989379883,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-06 08:54:09,2016-01-06 09:08:15,5,3.23,,,-73.98478698730469,40.73719024658203,-73.9545669555664,40.765621185302734,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +2,2016-01-21 07:39:51,2016-01-21 07:55:58,2,3.18,,,-74.00846862792969,40.71443557739258,-73.98417663574219,40.75490188598633,1,N,1,13.0,0.0,0.5,0.3,3.45,0.0,17.25 +2,2016-01-10 11:19:21,2016-01-10 11:41:04,3,2.96,,,-73.954833984375,40.77751922607422,-73.95459747314453,40.77809143066406,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-04 08:53:28,2016-01-04 08:57:41,1,0.7,,,-73.98088836669922,40.74788284301758,-73.98986053466797,40.74531936645508,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-11 17:23:23,2016-01-11 17:39:14,2,1.9,,,-74.00838470458984,40.70447540283203,-73.9989013671875,40.725181579589844,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-10 16:20:12,2016-01-10 16:31:58,1,1.9,,,-73.9628677368164,40.766597747802734,-73.98346710205078,40.74973678588867,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-17 11:46:06,2016-01-17 11:54:18,1,1.3,,,-73.99598693847656,40.752376556396484,-73.98269653320312,40.752685546875,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-28 23:16:49,2016-01-28 23:24:00,1,1.5,,,-73.99259948730469,40.75925064086914,-73.9808120727539,40.770938873291016,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-26 09:39:48,2016-01-26 10:09:28,1,2.06,,,-73.9816665649414,40.74082946777344,-73.9629135131836,40.761619567871094,1,N,1,18.5,0.0,0.5,0.3,2.7,0.0,22.0 +2,2016-01-18 13:26:47,2016-01-18 13:30:09,1,0.89,,,-73.96578979492188,40.758827209472656,-73.97518920898438,40.75196075439453,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-20 15:44:48,2016-01-20 15:55:48,1,1.59,,,-73.96437072753906,40.80754089355469,-73.96602630615234,40.79001998901367,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-21 14:44:42,2016-01-21 14:54:10,1,0.9,,,-73.94962310791016,40.77700424194336,-73.96138000488281,40.7746696472168,1,N,1,7.5,0.0,0.5,0.3,1.25,0.0,9.55 +2,2016-01-16 13:00:49,2016-01-16 13:10:18,1,1.26,,,-73.99253845214844,40.73466873168945,-74.00279235839844,40.72356033325195,1,N,1,7.5,0.0,0.5,0.3,2.49,0.0,10.79 +1,2016-01-03 20:49:49,2016-01-03 20:56:55,1,1.1,,,-73.97818756103516,40.77809524536133,-73.96980285644531,40.78635025024414,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +1,2016-01-21 18:08:36,2016-01-21 18:10:53,2,0.5,,,-73.95033264160156,40.77965545654297,-73.9490737915039,40.774959564208984,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-01 22:55:21,2016-01-01 23:11:34,6,4.45,,,-73.99977111816406,40.726768493652344,-73.95562744140625,40.729408264160156,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-10 11:13:49,2016-01-10 11:18:38,1,0.86,,,-73.98538970947266,40.761329650878906,-73.99102783203125,40.755428314208984,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-27 10:55:53,2016-01-27 11:20:07,1,2.9,,,-73.97571563720703,40.744850158691406,-74.00985717773438,40.72598648071289,1,N,1,16.0,0.0,0.5,0.3,2.5,0.0,19.3 +1,2016-01-02 14:51:37,2016-01-02 14:56:35,1,0.9,,,-73.99435424804688,40.740753173828125,-74.0049057006836,40.7480583190918,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-25 17:00:07,2016-01-25 17:10:40,1,0.7,,,-73.98107147216797,40.78065872192383,-73.985107421875,40.774269104003906,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-27 06:37:20,2016-01-27 06:44:56,4,1.68,,,-73.9925765991211,40.730560302734375,-74.00981140136719,40.721519470214844,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +2,2016-01-03 20:19:00,2016-01-03 21:05:55,1,18.93,,,-73.8015365600586,40.674251556396484,-73.98877716064453,40.76673889160156,2,N,1,52.0,0.0,0.5,0.3,10.0,5.54,68.34 +1,2016-01-02 22:56:30,2016-01-02 23:07:08,1,0.6,,,-73.98323059082031,40.76092529296875,-73.97267150878906,40.7558708190918,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-16 10:25:36,2016-01-16 10:35:12,5,2.28,,,-73.9301528930664,40.76703643798828,-73.92945861816406,40.74422073364258,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-28 22:48:21,2016-01-28 23:36:37,2,10.8,,,-73.97354125976562,40.792198181152344,-73.85337829589844,40.722110748291016,1,N,1,40.5,0.5,0.5,0.3,10.45,0.0,52.25 +2,2016-01-25 19:48:40,2016-01-25 19:58:17,2,1.24,,,-73.95540618896484,40.77967071533203,-73.95687103271484,40.766788482666016,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-04 09:33:41,2016-01-04 09:38:35,1,1.08,,,-73.98148345947266,40.741085052490234,-73.97639465332031,40.75270462036133,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-10 18:38:51,2016-01-10 18:51:48,1,1.3,,,-73.99441528320312,40.7503776550293,-73.97337341308594,40.743656158447266,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-29 08:16:43,2016-01-29 08:26:21,6,1.74,,,-73.98802185058594,40.75457000732422,-73.98696899414062,40.73640060424805,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-19 10:42:09,2016-01-19 10:56:00,2,1.71,,,-73.97865295410156,40.74496078491211,-73.98103332519531,40.76271057128906,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-22 09:09:37,2016-01-22 09:20:51,1,1.8,,,-73.98593139648438,40.757022857666016,-73.9935302734375,40.73640823364258,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-07 14:05:57,2016-01-07 14:30:23,1,2.35,,,-73.9629135131836,40.778297424316406,-73.984619140625,40.748497009277344,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-20 18:54:25,2016-01-20 19:02:58,3,0.54,,,-74.00566101074219,40.72688293457031,-73.99937438964844,40.72236251831055,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-23 05:20:54,2016-01-23 05:24:59,5,0.84,,,-73.95050811767578,40.77985763549805,-73.95013427734375,40.7869873046875,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-22 19:00:09,2016-01-22 19:13:40,1,2.2,,,-73.99444580078125,40.765987396240234,-73.97889709472656,40.74595642089844,1,N,1,10.5,1.0,0.5,0.3,1.5,0.0,13.8 +2,2016-01-18 02:54:14,2016-01-18 03:14:07,6,5.29,,,-73.98722839355469,40.72881317138672,-73.94342041015625,40.67649841308594,1,N,1,19.0,0.5,0.5,0.3,1.7,0.0,22.0 +2,2016-01-30 19:49:20,2016-01-30 19:59:07,1,2.5,,,-73.97792053222656,40.78377151489258,-73.9469985961914,40.8008918762207,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-22 14:46:33,2016-01-22 14:57:39,2,1.89,,,-73.97623443603516,40.75156021118164,-73.99040985107422,40.72908020019531,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-04 20:08:24,2016-01-04 20:16:08,4,1.43,,,-74.00475311279297,40.73749923706055,-74.00775909423828,40.724727630615234,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-18 01:46:00,2016-01-18 01:52:36,1,1.74,,,-73.982177734375,40.745086669921875,-73.99945068359375,40.72746658325195,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-22 13:12:55,2016-01-22 13:25:46,1,1.23,,,-73.99143981933594,40.75010681152344,-73.98747253417969,40.757205963134766,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-18 06:22:45,2016-01-18 06:29:24,1,1.9,,,-73.97071075439453,40.7562255859375,-73.96214294433594,40.77813720703125,1,Y,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-09 17:59:28,2016-01-09 18:10:58,1,1.47,,,-73.98331451416016,40.755943298339844,-73.99362182617188,40.745628356933594,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-11 08:34:09,2016-01-11 08:53:27,1,2.0,,,-73.96528625488281,40.759429931640625,-73.98428344726562,40.73945617675781,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-03 19:42:14,2016-01-03 19:44:35,2,0.47,,,-73.96833801269531,40.75516891479492,-73.97242736816406,40.756500244140625,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-15 04:06:22,2016-01-15 04:09:59,5,0.6,,,-74.00125122070312,40.73188781738281,-73.99272155761719,40.730743408203125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-26 20:05:46,2016-01-26 20:45:56,1,17.7,,,-73.78883361816406,40.64754867553711,-73.99927520751953,40.74483871459961,2,N,1,52.0,0.0,0.5,0.3,2.0,5.54,60.34 +1,2016-01-27 17:28:33,2016-01-27 17:36:22,1,0.7,,,-73.95842742919922,40.775638580322266,-73.96638488769531,40.76787185668945,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-21 17:20:43,2016-01-21 17:24:24,5,0.77,,,-73.9591064453125,40.76340103149414,-73.95890045166016,40.771568298339844,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-27 23:12:48,2016-01-27 23:20:02,5,1.41,,,-73.96788024902344,40.765228271484375,-73.95446014404297,40.78224182128906,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +1,2016-01-17 00:55:51,2016-01-17 01:03:20,1,1.3,,,-73.9737777709961,40.74354934692383,-73.98821258544922,40.75334930419922,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-08 06:42:43,2016-01-08 06:50:02,1,1.0,,,0.0,0.0,0.0,0.0,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-04 23:05:58,2016-01-04 23:12:09,1,2.06,,,-73.99427032470703,40.74041748046875,-73.9759750366211,40.76542663574219,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-27 22:22:10,2016-01-27 22:51:14,1,15.44,,,-74.00892639160156,40.70600891113281,-73.830322265625,40.83290100097656,1,N,2,43.0,0.5,0.5,0.3,0.0,0.0,44.3 +1,2016-01-04 08:12:41,2016-01-04 08:28:57,1,3.3,,,-74.00264739990234,40.728782653808594,-73.96965026855469,40.761260986328125,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +1,2016-01-28 16:48:13,2016-01-28 16:53:12,1,0.6,,,-73.98703002929688,40.745399475097656,-73.99179077148438,40.73836135864258,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,8.5 +1,2016-01-21 14:29:26,2016-01-21 14:41:55,1,1.7,,,-73.98531341552734,40.75338363647461,-73.99188995361328,40.77067184448242,1,N,1,9.5,0.0,0.5,0.3,3.05,0.0,13.35 +2,2016-01-26 07:29:12,2016-01-26 07:39:18,1,2.15,,,-74.00745391845703,40.732391357421875,-73.99539947509766,40.75473403930664,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +2,2016-01-20 10:38:30,2016-01-20 10:46:38,5,1.24,,,-73.99220275878906,40.7519416809082,-74.0027084350586,40.73933029174805,1,N,1,7.5,0.0,0.5,0.3,2.49,0.0,10.79 +1,2016-01-26 23:41:56,2016-01-26 23:53:05,1,2.9,,,-73.97270965576172,40.758270263671875,-73.98521423339844,40.7244873046875,1,N,1,11.0,0.5,0.5,0.3,3.05,0.0,15.35 +1,2016-01-01 16:07:57,2016-01-01 16:17:26,1,1.9,,,-73.99234008789062,40.73771286010742,-73.97835540771484,40.720462799072266,1,N,1,8.5,0.0,0.5,0.3,2.0,0.0,11.3 +1,2016-01-21 20:47:08,2016-01-21 20:53:25,1,0.9,,,-74.00013732910156,40.737998962402344,-74.00051879882812,40.74797439575195,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-29 22:12:14,2016-01-29 22:49:09,1,9.4,,,-73.873046875,40.77415084838867,-73.99496459960938,40.720706939697266,1,N,1,35.0,0.5,0.5,0.3,7.25,0.0,43.55 +2,2016-01-08 11:49:41,2016-01-08 11:50:50,1,0.33,,,-73.9759521484375,40.78881072998047,-73.97244262695312,40.79154586791992,1,N,1,3.0,0.0,0.5,0.3,0.6,0.0,4.4 +1,2016-01-17 00:45:10,2016-01-17 00:51:21,2,1.4,,,-73.94486236572266,40.8339958190918,-73.93446350097656,40.853328704833984,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-02 12:15:43,2016-01-02 12:41:37,2,6.1,,,0.0,0.0,0.0,0.0,1,N,1,22.5,0.0,0.5,0.3,2.0,0.0,25.3 +2,2016-01-22 11:59:26,2016-01-22 12:18:01,1,1.88,,,-74.00691986083984,40.741615295410156,-74.00178527832031,40.72063064575195,1,N,1,12.5,0.0,0.5,0.3,2.0,0.0,15.3 +1,2016-01-20 17:19:51,2016-01-20 17:32:08,1,0.9,,,-73.99051666259766,40.75635528564453,-73.99100494384766,40.75019073486328,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-29 09:35:17,2016-01-29 10:10:22,1,10.5,,,-73.99588775634766,40.74911117553711,-73.86186218261719,40.768455505371094,1,N,1,36.0,0.0,0.5,0.3,7.8,5.54,50.14 +1,2016-01-28 14:44:37,2016-01-28 14:53:01,1,0.7,,,-73.97602081298828,40.75227737426758,-73.98263549804688,40.75761032104492,1,N,1,6.5,0.0,0.5,0.3,2.15,0.0,9.45 +2,2016-01-01 18:23:07,2016-01-01 18:25:04,5,0.69,,,-73.99508666992188,40.725318908691406,-73.9898681640625,40.73421859741211,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +1,2016-01-30 16:42:56,2016-01-30 16:49:34,1,0.8,,,-74.00039672851562,40.758140563964844,-73.99209594726562,40.76412582397461,1,N,1,6.0,0.0,0.5,0.3,2.0,0.0,8.8 +2,2016-01-13 08:31:53,2016-01-13 08:39:20,1,0.92,,,-73.98698425292969,40.7332649230957,-74.0013656616211,40.739322662353516,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-17 17:18:29,2016-01-17 17:40:18,1,4.0,,,-73.97399139404297,40.76382064819336,-73.95281219482422,40.72722244262695,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,18.3 +2,2016-01-17 14:17:18,2016-01-17 14:39:19,1,1.68,,,-73.99372100830078,40.758941650390625,-73.97693634033203,40.74617004394531,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-26 11:37:59,2016-01-26 11:55:27,1,1.87,,,-73.96517181396484,40.76909255981445,-73.97804260253906,40.778472900390625,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-01 12:18:08,2016-01-01 12:25:22,1,1.77,,,-73.98129272460938,40.732540130615234,-73.98020935058594,40.72045135498047,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-29 02:17:31,2016-01-29 02:30:26,1,3.08,,,-74.00462341308594,40.72861099243164,-73.97221374511719,40.747520446777344,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +1,2016-01-08 10:20:07,2016-01-08 10:34:56,2,5.6,,,-73.97509002685547,40.75578308105469,-74.01148223876953,40.70343017578125,1,N,1,18.0,0.0,0.5,0.3,3.75,0.0,22.55 +1,2016-01-05 08:47:40,2016-01-05 09:15:41,2,12.5,,,-73.8670654296875,40.770713806152344,-73.96878814697266,40.75862503051758,1,N,1,36.0,0.0,0.5,0.3,4.0,5.54,46.34 +2,2016-01-18 15:31:53,2016-01-18 16:09:40,1,17.33,,,-73.97484588623047,40.75769805908203,-73.79076385498047,40.64664077758789,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-07 15:46:12,2016-01-07 15:52:27,1,1.0,,,-73.96353149414062,40.77751541137695,-73.9682388305664,40.786712646484375,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-10 17:16:00,2016-01-10 17:18:00,3,0.3,,,0.0,0.0,0.0,0.0,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,5.3 +2,2016-01-20 10:27:50,2016-01-20 10:32:00,4,0.88,,,-73.9832534790039,40.7558708190918,-73.97422790527344,40.76475143432617,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-27 17:52:48,2016-01-27 17:59:49,1,0.9,,,-73.95378875732422,40.76698303222656,-73.96305847167969,40.77349853515625,1,N,1,6.0,1.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-21 09:47:56,2016-01-21 10:00:16,1,0.93,,,-73.95513916015625,40.77323913574219,-73.96450805664062,40.76456832885742,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-15 13:45:37,2016-01-15 14:31:53,1,16.7,,,-73.99005889892578,40.74668502807617,-73.77628326416016,40.64516830444336,2,N,1,52.0,0.0,0.5,0.3,10.55,0.0,63.35 +1,2016-01-16 17:48:46,2016-01-16 17:55:37,1,1.2,,,-73.9966812133789,40.72521209716797,-74.0110092163086,40.71590042114258,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-19 14:18:24,2016-01-19 14:34:11,1,2.9,,,-73.99162292480469,40.74916458129883,-74.01460266113281,40.714054107666016,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +1,2016-01-06 10:08:31,2016-01-06 10:15:11,2,0.8,,,-73.99652862548828,40.73470687866211,-73.99472045898438,40.7437744140625,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-14 14:33:07,2016-01-14 15:14:10,1,17.33,,,-73.79002380371094,40.64393997192383,-73.95855712890625,40.70298385620117,1,N,2,49.5,0.0,0.5,0.3,0.0,0.0,50.3 +2,2016-01-29 18:20:20,2016-01-29 18:27:01,3,0.93,,,-74.0064926147461,40.73210906982422,-73.9989013671875,40.73571014404297,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-28 06:59:20,2016-01-28 07:05:18,1,1.2,,,-73.97545623779297,40.750099182128906,-73.98403930664062,40.76057815551758,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-18 19:13:30,2016-01-18 19:30:19,6,3.1,,,-73.99165344238281,40.750431060791016,-73.9927978515625,40.714900970458984,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-17 10:45:27,2016-01-17 11:10:43,2,12.51,,,-73.86265563964844,40.76887512207031,-73.98881530761719,40.757774353027344,1,N,1,36.0,0.0,0.5,0.3,8.47,5.54,50.81 +1,2016-01-18 19:33:18,2016-01-18 19:44:32,1,2.0,,,-73.98213958740234,40.740230560302734,-73.97151184082031,40.764549255371094,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-06 21:28:02,2016-01-06 21:36:50,1,2.2,,,-73.97154235839844,40.757347106933594,-73.9863052368164,40.730438232421875,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-09 11:39:11,2016-01-09 11:48:01,6,4.79,,,-73.95374298095703,40.767066955566406,-73.98409271240234,40.710731506347656,1,N,1,15.0,0.0,0.5,0.3,1.0,0.0,16.8 +1,2016-01-11 08:27:18,2016-01-11 08:33:02,1,1.0,,,-74.01636505126953,40.71049880981445,-74.01007843017578,40.72145080566406,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-26 09:21:18,2016-01-26 09:27:50,1,0.54,,,-73.96479797363281,40.76388931274414,-73.97135162353516,40.760780334472656,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-14 20:07:43,2016-01-14 20:11:41,1,0.6,,,-73.95648956298828,40.696739196777344,-73.9502182006836,40.702362060546875,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +2,2016-01-05 16:37:27,2016-01-05 16:41:18,1,0.61,,,-73.97215270996094,40.786678314208984,-73.96752166748047,40.7879638671875,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-12 00:04:09,2016-01-12 00:20:37,1,6.38,,,-73.98658752441406,40.74277877807617,-73.94496154785156,40.818538665771484,1,N,1,19.0,0.5,0.5,0.3,6.09,0.0,26.39 +1,2016-01-08 09:38:37,2016-01-08 09:44:55,1,1.1,,,-73.96141052246094,40.76494598388672,-73.97225952148438,40.74992752075195,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-03 19:36:43,2016-01-03 19:56:29,1,7.0,,,-73.96646881103516,40.7601432800293,-74.01045227050781,40.71619415283203,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,21.8 +2,2016-01-09 09:27:30,2016-01-09 09:34:49,1,1.26,,,-73.98908233642578,40.758541107177734,-73.98828887939453,40.750370025634766,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-26 04:55:41,2016-01-26 05:11:57,1,7.0,,,-73.9551010131836,40.77774429321289,-73.88525390625,40.77016830444336,1,N,1,21.0,0.5,0.5,0.3,6.96,5.54,34.8 +1,2016-01-12 12:18:20,2016-01-12 12:26:43,1,1.1,,,-73.97442626953125,40.76197814941406,-73.96307373046875,40.77511215209961,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-05 04:37:12,2016-01-05 04:47:58,1,3.32,,,-73.97736358642578,40.63813018798828,-73.96456909179688,40.6003303527832,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +1,2016-01-19 19:46:45,2016-01-19 20:04:32,1,3.6,,,-73.98477935791016,40.76873779296875,-73.9884262084961,40.72966766357422,1,N,1,14.0,1.0,0.5,0.3,3.15,0.0,18.95 +1,2016-01-16 09:51:43,2016-01-16 10:01:37,2,1.8,,,-73.99408721923828,40.75115203857422,-74.00898742675781,40.7393684387207,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-17 11:15:24,2016-01-17 11:59:12,2,11.9,,,-74.01496124267578,40.68183517456055,-73.98602294921875,40.75983810424805,1,N,2,41.0,0.0,0.5,0.3,0.0,0.0,41.8 +2,2016-01-15 08:09:41,2016-01-15 08:11:25,6,0.25,,,-74.01468658447266,40.70513153076172,-74.01792907714844,40.706050872802734,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-09 23:47:04,2016-01-10 00:01:37,1,4.15,,,-73.99221801757812,40.725223541259766,-73.95719909667969,40.68859100341797,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +2,2016-01-28 23:15:10,2016-01-28 23:41:18,1,16.12,,,-73.78993225097656,40.64345169067383,-73.95857238769531,40.7442512512207,1,N,1,44.5,0.5,0.5,0.3,9.16,0.0,54.96 +1,2016-01-28 07:58:27,2016-01-28 08:10:14,1,1.6,,,-73.9806137084961,40.783206939697266,-73.97368621826172,40.76360321044922,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-20 10:26:26,2016-01-20 10:33:27,4,0.6,,,-73.98397064208984,40.75413513183594,-73.97562408447266,40.75494384765625,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-11 20:51:12,2016-01-11 21:22:22,2,18.0,,,-73.7822036743164,40.64445495605469,-73.98893737792969,40.736541748046875,2,N,1,52.0,0.0,0.5,0.3,11.65,5.54,69.99 +2,2016-01-06 09:55:45,2016-01-06 10:06:10,6,2.57,,,-73.95154571533203,40.769744873046875,-73.9771957397461,40.75804901123047,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-16 14:46:33,2016-01-16 14:51:01,1,0.55,,,-73.97968292236328,40.765380859375,-73.98908233642578,40.769309997558594,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-06 22:59:52,2016-01-06 23:02:42,1,0.4,,,-73.98506164550781,40.75997543334961,-73.97907257080078,40.7590217590332,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-11 18:42:58,2016-01-11 18:44:56,1,0.6,,,-73.97880554199219,40.68388366699219,-73.98511505126953,40.67830276489258,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-08 07:11:13,2016-01-08 07:22:44,1,2.4,,,-73.9476318359375,40.775184631347656,-73.98108673095703,40.778419494628906,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-18 21:16:28,2016-01-18 21:21:11,4,0.82,,,-73.998046875,40.73582077026367,-74.00628662109375,40.73357009887695,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +1,2016-01-20 15:25:04,2016-01-20 15:30:59,2,0.8,,,-73.97396087646484,40.74580764770508,-73.96406555175781,40.75699234008789,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-07 20:19:58,2016-01-07 20:28:18,4,1.1,,,-73.98115539550781,40.75061798095703,-73.98418426513672,40.76172637939453,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-19 06:38:11,2016-01-19 06:44:39,1,1.0,,,-73.97057342529297,40.75794982910156,-73.97333526611328,40.74742889404297,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-14 12:50:59,2016-01-14 13:02:10,1,1.4,,,-73.97183990478516,40.78639221191406,-73.9823989868164,40.77293014526367,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-04 20:36:20,2016-01-04 21:04:08,3,9.71,,,-73.98234558105469,40.75865936279297,-73.85266876220703,40.7386474609375,1,N,2,31.5,0.5,0.5,0.3,0.0,0.0,32.8 +1,2016-01-27 05:51:16,2016-01-27 06:35:41,1,18.3,,,-73.77653503417969,40.64530944824219,-73.99287414550781,40.756107330322266,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-03 21:41:30,2016-01-03 21:49:47,2,1.7,,,-73.99247741699219,40.748538970947266,-73.98580932617188,40.73604965209961,1,N,1,8.0,0.5,0.5,0.3,2.3,0.0,11.6 +1,2016-01-01 20:24:49,2016-01-01 21:00:04,1,17.9,,,-73.98674774169922,40.7550163269043,-73.78289031982422,40.64888381958008,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-11 16:14:02,2016-01-11 16:21:12,1,1.2,,,-73.96965026855469,40.76343536376953,-73.97938537597656,40.749691009521484,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-17 17:06:38,2016-01-17 17:12:17,1,1.02,,,-73.98915100097656,40.7420654296875,-74.00145721435547,40.7361946105957,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-01 00:21:19,2016-01-01 00:30:32,2,2.04,,,-73.9495620727539,40.78477478027344,-73.9548568725586,40.8050537109375,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-07 22:09:36,2016-01-07 22:30:09,5,10.97,,,-73.97406768798828,40.74286651611328,-73.97212982177734,40.63127517700195,1,N,1,31.0,0.5,0.5,0.3,6.46,0.0,38.76 +2,2016-01-05 18:06:05,2016-01-05 18:12:45,2,1.76,,,-73.97025299072266,40.78398895263672,-73.96556854248047,40.80377960205078,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-29 15:05:17,2016-01-29 15:40:00,1,15.46,,,-73.78195190429688,40.64487075805664,-73.95697021484375,40.74475860595703,1,N,2,44.0,0.0,0.5,0.3,0.0,0.0,44.8 +2,2016-01-09 14:11:09,2016-01-09 14:19:05,2,1.68,,,-74.00110626220703,40.72032165527344,-73.9951400756836,40.73973846435547,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-09 14:15:38,2016-01-09 14:23:34,2,1.3,,,-73.9581298828125,40.77910614013672,-73.97086334228516,40.76425552368164,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-19 15:30:58,2016-01-19 15:44:46,2,1.73,,,-73.95162963867188,40.78701400756836,-73.97281646728516,40.7502326965332,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +2,2016-01-18 15:53:04,2016-01-18 16:06:24,2,2.16,,,-73.95418548583984,40.787330627441406,-73.97135925292969,40.766761779785156,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +2,2016-01-29 21:48:40,2016-01-29 21:52:57,1,0.56,,,-73.98075866699219,40.76008987426758,-73.98593139648438,40.75785827636719,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-29 15:55:54,2016-01-29 16:07:33,1,0.95,,,-73.95401763916016,40.76654815673828,-73.96556091308594,40.761959075927734,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +2,2016-01-17 19:35:02,2016-01-17 19:42:17,5,1.09,,,-73.99604034423828,40.72520065307617,-73.98126220703125,40.72502899169922,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-22 18:50:58,2016-01-22 19:06:58,2,1.54,,,-73.99800872802734,40.682735443115234,-73.97846221923828,40.6879768371582,1,N,1,11.0,1.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-07 18:52:21,2016-01-07 18:57:24,1,1.2,,,-73.97571563720703,40.749141693115234,-73.96224975585938,40.7579345703125,1,N,1,6.0,1.0,0.5,0.3,3.0,0.0,10.8 +2,2016-01-29 15:59:23,2016-01-29 16:20:42,1,2.54,,,-73.949951171875,40.78028106689453,-73.98294067382812,40.77682113647461,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-26 13:53:50,2016-01-26 14:19:32,1,1.3,,,0.0,0.0,0.0,0.0,1,N,1,15.5,0.0,0.5,0.3,3.25,0.0,19.55 +1,2016-01-17 00:58:44,2016-01-17 01:04:47,1,1.3,,,-73.97591400146484,40.76031494140625,-73.97610473632812,40.74651336669922,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-10 23:23:04,2016-01-10 23:27:00,1,0.8,,,-74.00543975830078,40.7181282043457,-73.99444580078125,40.724639892578125,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +2,2016-01-10 15:15:03,2016-01-10 16:06:18,6,21.91,,,-73.7817611694336,40.644779205322266,-73.98869323730469,40.77415084838867,2,N,1,52.0,0.0,0.5,0.3,10.0,5.54,68.34 +1,2016-01-05 16:55:31,2016-01-05 17:03:45,1,2.0,,,-73.95320892333984,40.788394927978516,-73.9419937133789,40.81234359741211,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-22 23:10:18,2016-01-22 23:22:23,1,6.5,,,-73.96560668945312,40.76287841796875,-74.01260375976562,40.701515197753906,1,N,2,20.0,0.5,0.5,0.3,0.0,0.0,21.3 +2,2016-01-30 16:02:04,2016-01-30 16:20:15,5,3.06,,,-73.98567199707031,40.7679557800293,-73.9879150390625,40.76435470581055,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-18 18:25:57,2016-01-18 18:34:02,1,1.25,,,-73.97673034667969,40.74736785888672,-73.98282623291016,40.758758544921875,1,N,1,7.5,0.0,0.5,0.3,1.5,0.0,9.8 +1,2016-01-21 07:31:58,2016-01-21 07:38:48,1,1.0,,,-73.9721450805664,40.745880126953125,-73.98372650146484,40.75490951538086,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,9.1 +2,2016-01-14 10:10:14,2016-01-14 10:22:50,4,1.89,,,-73.96321105957031,40.808650970458984,-73.95301818847656,40.79164123535156,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-04 21:58:47,2016-01-04 22:04:12,6,1.3,,,-73.98726654052734,40.71841812133789,-73.98104858398438,40.73350143432617,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-28 18:03:32,2016-01-28 18:13:24,2,1.02,,,-73.98832702636719,40.73725891113281,-73.9974365234375,40.737796783447266,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-21 07:17:56,2016-01-21 07:28:17,1,2.3,,,-73.98678588867188,40.702457427978516,-74.00970458984375,40.72066879272461,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-29 20:23:49,2016-01-29 20:37:43,1,4.7,,,-73.97058868408203,40.79922866821289,-73.99667358398438,40.75027084350586,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,17.8 +2,2016-01-29 08:39:14,2016-01-29 08:48:17,6,2.01,,,-73.94393157958984,40.83539962768555,-73.95002746582031,40.81206130981445,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-07 03:45:32,2016-01-07 03:48:32,1,0.5,,,-73.98951721191406,40.76297378540039,-73.98836517333984,40.76927185058594,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +1,2016-01-01 12:47:43,2016-01-01 12:49:24,1,0.3,,,-74.0172348022461,40.7054328918457,-74.01777648925781,40.70801544189453,1,N,1,3.5,0.0,0.5,0.3,1.25,0.0,5.55 +2,2016-01-20 17:23:34,2016-01-20 17:30:46,1,0.9,,,-73.9862289428711,40.762298583984375,-73.97090911865234,40.755760192871094,1,N,1,6.0,1.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-25 08:38:19,2016-01-25 08:43:17,1,0.89,,,-73.98234558105469,40.74576187133789,-73.98059844970703,40.7386589050293,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,7.88 +1,2016-01-21 17:53:18,2016-01-21 18:00:21,1,0.9,,,-73.965087890625,40.75931930541992,-73.9760513305664,40.75568771362305,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-14 20:49:16,2016-01-14 20:53:25,1,0.8,,,-74.00428009033203,40.74764633178711,-74.00743865966797,40.74099349975586,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-14 08:50:05,2016-01-14 08:52:19,1,0.44,,,-73.99880981445312,40.745548248291016,-74.00615692138672,40.74863052368164,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +1,2016-01-25 16:51:02,2016-01-25 17:10:39,1,2.0,,,-73.99169921875,40.74393844604492,-73.96622467041016,40.75375747680664,1,N,1,13.5,1.0,0.5,0.3,4.7,0.0,20.0 +1,2016-01-08 17:51:29,2016-01-08 18:01:48,1,1.4,,,-73.95520782470703,40.776954650878906,-73.96548461914062,40.790653228759766,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-15 00:05:16,2016-01-15 00:15:14,1,1.6,,,-74.00888061523438,40.711021423339844,-73.98931884765625,40.71659851074219,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +1,2016-01-14 21:55:22,2016-01-14 22:19:53,1,7.3,,,-73.97689819335938,40.759132385253906,-73.99232482910156,40.691097259521484,1,N,1,25.0,0.5,0.5,0.3,6.55,0.0,32.85 +2,2016-01-12 07:39:57,2016-01-12 07:42:52,1,0.67,,,-73.9499282836914,40.77193832397461,-73.95314025878906,40.77870178222656,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-01 03:33:12,2016-01-01 03:53:35,2,10.43,,,-73.95525360107422,40.77927780151367,-73.8603515625,40.87058639526367,1,N,1,30.0,0.5,0.5,0.3,9.21,5.54,46.05 +1,2016-01-05 17:13:40,2016-01-05 17:21:24,1,0.8,,,-73.97218322753906,40.75334930419922,-73.97276306152344,40.7615966796875,1,N,1,6.5,1.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-06 18:03:52,2016-01-06 18:24:29,1,2.4,,,-73.97503662109375,40.752349853515625,-73.95787048339844,40.777862548828125,1,N,1,14.0,1.0,0.5,0.3,2.2,0.0,18.0 +1,2016-01-16 01:12:36,2016-01-16 01:18:16,1,2.0,,,-73.95391845703125,40.770660400390625,-73.94219970703125,40.79475784301758,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-13 11:01:15,2016-01-13 11:10:34,1,4.77,,,-74.00364685058594,40.707698822021484,-73.96829223632812,40.7540397644043,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-15 23:13:43,2016-01-15 23:16:11,1,0.5,,,-73.9768295288086,40.78535079956055,-73.9721908569336,40.79166030883789,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-30 01:35:08,2016-01-30 02:00:36,1,6.04,,,-73.98930358886719,40.726261138916016,-73.91910552978516,40.75878143310547,1,N,1,21.5,0.5,0.5,0.3,4.56,0.0,27.36 +1,2016-01-11 03:40:35,2016-01-11 03:49:53,1,1.9,,,-73.9766616821289,40.788265228271484,-73.94806671142578,40.7786750793457,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-26 18:08:49,2016-01-26 18:53:24,1,8.22,,,-73.87299346923828,40.77394104003906,-73.98538970947266,40.75083923339844,1,N,1,35.0,1.0,0.5,0.3,8.47,5.54,50.81 +1,2016-01-20 09:39:50,2016-01-20 09:47:03,1,0.9,,,-73.98040771484375,40.74808120727539,-73.97274780273438,40.75898361206055,1,N,1,6.5,0.0,0.5,0.3,2.15,0.0,9.45 +2,2016-01-11 22:16:59,2016-01-11 22:26:28,1,1.53,,,-73.97472381591797,40.756778717041016,-73.98515319824219,40.76937484741211,1,N,1,8.5,0.5,0.5,0.3,1.2,0.0,11.0 +1,2016-01-26 16:22:02,2016-01-26 16:40:53,1,1.5,,,-73.98226928710938,40.77138137817383,-73.99589538574219,40.75440979003906,1,N,1,12.5,1.0,0.5,0.3,0.03,0.0,14.33 +2,2016-01-16 14:26:52,2016-01-16 14:40:48,1,3.83,,,-73.94844055175781,40.77628707885742,-73.98680114746094,40.74894714355469,1,N,1,13.5,0.0,0.5,0.3,3.58,0.0,17.88 +2,2016-01-22 20:11:16,2016-01-22 20:14:34,6,0.73,,,-73.9696044921875,40.78535842895508,-73.95944213867188,40.7799072265625,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-25 19:18:42,2016-01-25 19:47:54,2,3.43,,,-73.97882080078125,40.75278091430664,-73.94564056396484,40.79034423828125,1,N,1,19.0,1.0,0.5,0.3,2.0,0.0,22.8 +1,2016-01-28 11:33:46,2016-01-28 11:42:50,1,0.9,,,-73.97298431396484,40.79332733154297,-73.98130798339844,40.78089141845703,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-20 10:54:18,2016-01-20 11:03:02,1,1.27,,,-73.96305084228516,40.76806640625,-73.95416259765625,40.78225326538086,1,N,1,7.5,0.0,0.5,0.3,1.24,0.0,9.54 +1,2016-01-20 12:09:13,2016-01-20 12:34:45,1,3.9,,,-74.01527404785156,40.70476150512695,-73.99484252929688,40.75010681152344,1,N,1,19.5,0.0,0.5,0.3,5.05,0.0,25.35 +2,2016-01-10 09:18:53,2016-01-10 09:29:13,1,2.63,,,-74.01557922363281,40.70854949951172,-73.99815368652344,40.738929748535156,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-06 22:00:12,2016-01-06 22:05:17,2,0.6,,,-73.97080993652344,40.75831985473633,-73.97454071044922,40.750980377197266,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +1,2016-01-07 21:05:47,2016-01-07 21:22:14,2,2.4,,,-73.9767074584961,40.73937225341797,-73.9930648803711,40.714576721191406,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,13.8 +2,2016-01-14 16:21:35,2016-01-14 17:18:43,1,15.57,,,-73.78217315673828,40.64467239379883,-73.9423599243164,40.748722076416016,1,N,1,53.0,1.0,0.5,0.3,10.96,0.0,65.76 +1,2016-01-23 09:46:51,2016-01-23 09:53:45,1,0.9,,,-73.9666976928711,40.770118713378906,-73.97369384765625,40.76279067993164,1,N,1,6.5,0.0,0.5,0.3,2.15,0.0,9.45 +2,2016-01-01 22:59:11,2016-01-01 23:05:06,1,1.62,,,-73.96054077148438,40.77281188964844,-73.97537994384766,40.75263977050781,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-23 08:21:04,2016-01-23 08:27:49,2,1.0,,,-73.98332214355469,40.771244049072266,-73.99676513671875,40.76752853393555,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-10 04:13:22,2016-01-10 04:23:28,1,2.88,,,-73.99169921875,40.726322174072266,-73.95115661621094,40.7100715637207,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-11 08:59:42,2016-01-11 09:17:49,1,2.0,,,-73.95073699951172,40.78605270385742,-73.97078704833984,40.764076232910156,1,N,1,12.5,0.0,0.5,0.3,2.5,0.0,15.8 +2,2016-01-17 13:11:24,2016-01-17 13:18:00,1,0.82,,,-73.95394897460938,40.78474044799805,-73.94483184814453,40.77891159057617,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-09 11:52:00,2016-01-09 12:00:09,4,2.0,,,-74.01427459716797,40.71395492553711,-74.00621032714844,40.73971176147461,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-08 12:14:44,2016-01-08 12:21:03,1,1.3,,,-73.97264099121094,40.79095458984375,-73.96550750732422,40.80620574951172,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,9.1 +2,2016-01-12 16:31:17,2016-01-12 16:55:30,1,2.93,,,-73.96856689453125,40.76647186279297,-74.0007095336914,40.747188568115234,1,N,2,16.5,1.0,0.5,0.3,0.0,0.0,18.3 +2,2016-01-12 17:39:37,2016-01-12 17:49:56,2,1.55,,,-73.97225952148438,40.75857162475586,-73.98126983642578,40.7411994934082,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-21 20:05:53,2016-01-21 20:10:35,1,0.9,,,-73.95698547363281,40.766475677490234,-73.94740295410156,40.779457092285156,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-03 12:51:29,2016-01-03 13:07:02,1,4.0,,,-74.0127182006836,40.70211410522461,-73.9966049194336,40.74867248535156,1,N,1,15.0,0.0,0.5,0.3,4.7,0.0,20.5 +2,2016-01-19 13:55:43,2016-01-19 14:07:19,1,1.75,,,-73.96941375732422,40.75733947753906,-73.97753143310547,40.774391174316406,1,N,1,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-11 18:25:49,2016-01-11 18:29:16,2,0.39,,,-73.99163055419922,40.72977828979492,-73.99600219726562,40.72603988647461,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-18 13:09:13,2016-01-18 13:13:18,2,0.61,,,-73.98662567138672,40.73408889770508,-73.99158477783203,40.73890686035156,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-04 11:40:03,2016-01-04 12:05:09,1,3.6,,,-73.99021911621094,40.755882263183594,-73.9502944946289,40.783748626708984,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +1,2016-01-16 19:02:20,2016-01-16 19:09:52,1,1.6,,,-73.99539184570312,40.74403762817383,-73.99861907958984,40.761043548583984,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-13 14:11:43,2016-01-13 14:27:49,1,2.9,,,-73.97909545898438,40.73627853393555,-73.96174621582031,40.77095031738281,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-19 09:48:13,2016-01-19 09:54:21,1,1.47,,,-73.97447967529297,40.791194915771484,-73.98007202148438,40.7755241394043,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-27 19:25:15,2016-01-27 19:32:21,1,1.03,,,-73.94608306884766,40.77555847167969,-73.95362854003906,40.78498077392578,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-04 09:38:47,2016-01-04 10:14:00,1,13.5,,,-73.8627700805664,40.76873016357422,-74.00116729736328,40.73585891723633,1,N,1,39.5,0.0,0.5,0.3,9.17,5.54,55.01 +1,2016-01-18 21:01:09,2016-01-18 21:02:49,1,0.6,,,-74.00550842285156,40.74054718017578,-74.00432586669922,40.747589111328125,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,6.35 +2,2016-01-19 18:15:40,2016-01-19 18:35:03,4,4.77,,,-73.98258972167969,40.76156234741211,-74.01387786865234,40.715232849121094,1,N,2,18.0,1.0,0.5,0.3,0.0,0.0,19.8 +2,2016-01-14 15:35:55,2016-01-14 15:43:21,3,1.76,,,-73.962646484375,40.75891876220703,-73.95401763916016,40.77988052368164,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-25 18:03:49,2016-01-25 18:19:47,1,1.8,,,-73.97453308105469,40.787044525146484,-73.98882293701172,40.77183151245117,1,N,1,11.5,1.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-24 19:29:01,2016-01-24 19:37:00,1,1.0,,,-73.99412536621094,40.74618911743164,-73.99378204345703,40.73613739013672,1,N,1,6.5,1.0,0.5,0.3,2.05,0.0,10.35 +1,2016-01-17 19:44:56,2016-01-17 19:52:45,1,1.4,,,-74.00179290771484,40.7322998046875,-73.99493408203125,40.7501106262207,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-13 16:16:59,2016-01-13 16:46:40,1,9.19,,,-73.87079620361328,40.773616790771484,-73.97401428222656,40.793174743652344,1,N,1,30.5,1.0,0.5,0.3,7.57,5.54,45.41 +2,2016-01-10 02:49:24,2016-01-10 02:51:48,2,0.38,,,-73.99089050292969,40.724361419677734,-73.99429321289062,40.72018051147461,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,5.76 +1,2016-01-02 16:17:25,2016-01-02 16:29:34,1,1.4,,,-73.97393035888672,40.763187408447266,-73.99005889892578,40.75074768066406,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-14 19:29:34,2016-01-14 19:42:40,1,4.1,,,-73.86353302001953,40.769901275634766,-73.92585754394531,40.76539993286133,1,N,1,15.0,1.0,0.5,0.3,5.0,0.0,21.8 +2,2016-01-14 13:33:49,2016-01-14 13:46:46,1,0.76,,,-73.99071502685547,40.7562255859375,-73.98225402832031,40.76167678833008,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-04 16:18:15,2016-01-04 16:31:02,5,2.06,,,-73.97278594970703,40.780731201171875,-73.97586822509766,40.758338928222656,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-06 18:54:41,2016-01-06 19:07:39,2,1.6,,,-73.99002075195312,40.75600814819336,-73.98090362548828,40.744468688964844,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-03 11:09:10,2016-01-04 11:07:31,2,1.31,,,-73.99472045898438,40.75056838989258,-74.00919342041016,40.74668884277344,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 11:57:21,2016-01-11 12:16:44,2,1.94,,,-73.97329711914062,40.7462043762207,-74.00080108642578,40.75761795043945,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-05 20:45:17,2016-01-05 20:55:42,1,1.9,,,-73.9800033569336,40.755577087402344,-73.9825210571289,40.77735900878906,1,N,1,9.0,0.5,0.5,0.3,1.8,0.0,12.1 +1,2016-01-21 19:52:47,2016-01-21 20:03:10,1,1.6,,,-73.9966049194336,40.73625946044922,-74.00838470458984,40.719886779785156,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-11 08:02:13,2016-01-11 08:04:54,1,0.86,,,-73.95118713378906,40.78266906738281,-73.94336700439453,40.79331970214844,1,N,1,4.5,0.0,0.5,0.3,0.5,0.0,5.8 +2,2016-01-16 18:11:59,2016-01-16 18:20:10,2,1.74,,,-74.00756072998047,40.74094009399414,-74.01042938232422,40.71895980834961,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-28 13:38:57,2016-01-28 13:57:54,1,6.0,,,-73.97969818115234,40.74681854248047,-74.01177978515625,40.714935302734375,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,25.56 +2,2016-01-03 22:20:26,2016-01-03 22:28:54,1,2.2,,,-74.01587677001953,40.71508026123047,-74.00764465332031,40.74078369140625,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-15 13:54:34,2016-01-15 13:59:11,1,0.65,,,-73.98455810546875,40.759395599365234,-73.99091339111328,40.750732421875,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-20 13:08:27,2016-01-20 13:41:27,1,3.98,,,-73.99337005615234,40.75246810913086,-74.00668334960938,40.70555877685547,1,N,1,22.0,0.0,0.5,0.3,5.7,0.0,28.5 +2,2016-01-15 09:12:13,2016-01-15 09:40:11,2,9.28,,,-73.86344146728516,40.76963424682617,-73.97760009765625,40.75484085083008,1,N,1,30.0,0.0,0.5,0.3,6.0,5.54,42.34 +2,2016-01-21 16:23:06,2016-01-21 16:38:44,1,2.42,,,-73.95328521728516,40.785850524902344,-73.98403930664062,40.780521392822266,1,N,1,12.0,1.0,0.5,0.3,1.2,0.0,15.0 +2,2016-01-11 20:08:09,2016-01-11 20:09:56,1,0.65,,,-73.9599609375,40.77061462402344,-73.95398712158203,40.77872085571289,1,N,1,4.0,0.5,0.5,0.3,1.0,0.0,6.3 +1,2016-01-22 12:27:15,2016-01-22 12:29:37,1,0.5,,,-73.98138427734375,40.78108596801758,-73.97736358642578,40.77663803100586,1,N,1,4.0,0.0,0.5,0.3,0.5,0.0,5.3 +2,2016-01-22 08:38:34,2016-01-22 08:50:01,2,1.67,,,-73.99759674072266,40.74177169799805,-74.00576782226562,40.725379943847656,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-29 06:17:49,2016-01-29 06:27:18,5,3.07,,,-73.94132995605469,40.799278259277344,-73.97055053710938,40.762630462646484,1,N,1,10.5,0.0,0.5,0.3,3.39,0.0,14.69 +2,2016-01-08 23:09:23,2016-01-08 23:25:53,1,4.03,,,-74.01078033447266,40.71007537841797,-73.99036407470703,40.757720947265625,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +1,2016-01-15 14:12:41,2016-01-15 14:22:32,1,1.1,,,-73.95995330810547,40.77355194091797,-73.97175598144531,40.760318756103516,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-28 00:37:36,2016-01-28 00:43:20,2,1.07,,,-73.99210357666016,40.729896545410156,-73.98418426513672,40.74320602416992,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-18 22:25:33,2016-01-18 22:31:40,1,1.7,,,-73.98255157470703,40.751705169677734,-73.98033142089844,40.733612060546875,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-07 09:50:56,2016-01-07 10:07:51,1,1.04,,,-73.9839096069336,40.74643325805664,-73.98724365234375,40.755767822265625,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-26 19:57:00,2016-01-26 20:29:23,5,22.25,,,-73.78177642822266,40.64472198486328,-73.55931854248047,40.7763557434082,1,N,1,59.0,1.0,0.5,0.3,12.16,0.0,72.96 +1,2016-01-07 20:41:52,2016-01-07 20:55:37,1,1.8,,,-73.9763412475586,40.74427032470703,-73.9872055053711,40.722232818603516,1,N,1,11.0,0.5,0.5,0.3,2.45,0.0,14.75 +2,2016-01-16 20:51:42,2016-01-16 20:55:56,1,0.63,,,-74.0108413696289,40.717281341552734,-74.01593780517578,40.71152114868164,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-23 01:04:22,2016-01-23 01:22:20,1,2.91,,,-73.984619140625,40.75908660888672,-73.97895812988281,40.72983169555664,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,17.76 +1,2016-01-30 13:32:19,2016-01-30 13:42:48,1,1.7,,,-73.97589111328125,40.6840705871582,-73.97504425048828,40.66712188720703,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +1,2016-01-08 14:52:24,2016-01-08 15:03:14,1,1.5,,,-73.96649932861328,40.773223876953125,-73.9789047241211,40.76678466796875,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-01 19:40:38,2016-01-01 19:46:12,1,0.7,,,-73.98502349853516,40.72834014892578,-73.98919677734375,40.7218132019043,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-27 00:54:37,2016-01-27 00:57:16,1,0.78,,,-73.95436096191406,40.77824020385742,-73.95214080810547,40.7711296081543,1,N,1,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-10 18:25:46,2016-01-10 18:32:21,1,1.51,,,-73.96296691894531,40.76253890991211,-73.9767074584961,40.7434196472168,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-11 21:14:31,2016-01-11 21:25:47,1,2.5,,,-73.98158264160156,40.75901794433594,-73.9775619506836,40.7868537902832,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,13.8 +2,2016-01-13 13:59:53,2016-01-13 14:41:09,1,3.67,,,-73.9388427734375,40.79658126831055,-73.9769515991211,40.764671325683594,1,N,2,25.0,0.0,0.5,0.3,0.0,0.0,25.8 +2,2016-01-28 12:50:52,2016-01-28 13:20:16,1,2.26,,,-73.98587036132812,40.72686004638672,-74.00016784667969,40.74763870239258,1,N,1,18.0,0.0,0.5,0.3,2.0,0.0,20.8 +1,2016-01-18 11:18:01,2016-01-18 11:26:19,1,1.2,,,-73.98591613769531,40.761329650878906,-74.00040435791016,40.75809860229492,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-30 22:49:06,2016-01-30 23:03:28,4,1.0,,,-73.98844146728516,40.731605529785156,-73.99562072753906,40.71699142456055,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +1,2016-01-04 16:00:21,2016-01-04 16:06:19,3,0.9,,,-73.95573425292969,40.78471374511719,-73.9571304321289,40.77418518066406,1,N,1,6.0,1.0,0.5,0.3,1.1,0.0,8.9 +1,2016-01-30 23:15:21,2016-01-30 23:38:13,1,9.8,,,-73.86454010009766,40.77052688598633,-73.96990966796875,40.79893112182617,1,N,1,30.0,0.5,0.5,0.3,4.0,5.54,40.84 +2,2016-01-26 13:15:44,2016-01-26 13:55:51,1,3.78,,,-73.99160766601562,40.73311996459961,-73.95562744140625,40.7761116027832,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,30.36 +1,2016-01-16 14:32:10,2016-01-16 14:46:09,3,1.5,,,-73.97148132324219,40.75779724121094,-73.99016571044922,40.751548767089844,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,13.5 +2,2016-01-20 20:49:16,2016-01-20 20:54:33,4,1.52,,,-73.98175811767578,40.771060943603516,-73.97345733642578,40.79051971435547,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-10 23:42:43,2016-01-11 00:02:04,1,5.1,,,-74.00760650634766,40.70458221435547,-73.99270629882812,40.75841522216797,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,20.3 +1,2016-01-14 08:00:11,2016-01-14 08:23:59,1,3.3,,,-73.9607925415039,40.802642822265625,-73.96851348876953,40.764610290527344,1,N,1,16.5,0.0,0.5,0.3,3.45,0.0,20.75 +1,2016-01-17 15:16:19,2016-01-17 15:34:35,1,2.9,,,-74.00808715820312,40.739410400390625,-73.97422790527344,40.75965881347656,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +2,2016-01-30 09:43:34,2016-01-30 09:49:02,1,1.39,,,-73.97860717773438,40.76245880126953,-73.96354675292969,40.77437973022461,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-08 18:49:07,2016-01-08 18:56:57,1,1.3,,,-73.96556854248047,40.79539489746094,-73.9485855102539,40.7978515625,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-09 19:23:00,2016-01-09 19:37:58,1,3.8,,,-73.98542022705078,40.73271179199219,-74.00792694091797,40.70442581176758,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,18.95 +1,2016-01-18 02:28:01,2016-01-18 02:52:31,2,11.0,,,-74.00411987304688,40.7525634765625,-73.92870330810547,40.83594512939453,1,Y,1,32.5,0.5,0.5,0.3,0.0,0.0,33.8 +1,2016-01-29 15:12:57,2016-01-29 15:33:59,1,1.8,,,-73.99202728271484,40.72945785522461,-73.99300384521484,40.74959945678711,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +1,2016-01-06 13:40:10,2016-01-06 13:49:46,1,2.5,,,-73.94892883300781,40.77349853515625,-73.97411346435547,40.75111770629883,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-16 21:06:33,2016-01-16 21:15:47,1,1.0,,,-73.98983764648438,40.733863830566406,-73.9874038696289,40.74542999267578,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-17 10:23:32,2016-01-17 10:32:19,1,2.1,,,-73.94739532470703,40.77566146850586,-73.97098541259766,40.76080322265625,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-19 14:04:04,2016-01-19 14:14:22,1,1.08,,,-73.95211791992188,40.773258209228516,-73.95662689208984,40.783897399902344,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-18 17:54:47,2016-01-18 18:26:10,1,11.8,,,0.0,0.0,0.0,0.0,1,N,1,34.5,0.0,0.5,0.3,7.05,0.0,42.35 +2,2016-01-08 09:11:47,2016-01-08 09:20:41,1,1.31,,,-74.00406646728516,40.74204635620117,-74.00469970703125,40.75206756591797,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-18 17:32:33,2016-01-18 17:52:07,1,10.11,,,-73.87094116210938,40.77375411987305,-73.8434066772461,40.85274124145508,1,N,1,29.0,0.0,0.5,0.3,4.0,5.54,39.34 +2,2016-01-22 18:36:45,2016-01-22 18:39:05,5,0.3,,,-73.97335052490234,40.76410675048828,-73.97542572021484,40.76006317138672,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-07 13:24:40,2016-01-07 13:38:00,6,2.21,,,-73.96663665771484,40.80426025390625,-73.97991180419922,40.78049850463867,1,N,1,11.0,0.0,0.5,0.3,2.0,0.0,13.8 +1,2016-01-05 19:40:11,2016-01-05 19:49:07,1,1.5,,,-74.00556182861328,40.73828887939453,-74.0101089477539,40.71963882446289,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-18 23:11:56,2016-01-18 23:27:42,6,4.08,,,-73.96542358398438,40.76184844970703,-74.00894927978516,40.72758865356445,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +1,2016-01-09 17:36:49,2016-01-09 18:07:13,1,5.5,,,-73.96854400634766,40.7911376953125,-73.92660522460938,40.76191329956055,1,N,1,23.0,0.0,0.5,0.3,4.75,0.0,28.55 +1,2016-01-15 12:19:56,2016-01-15 12:23:58,1,0.6,,,-73.94570922851562,40.777992248535156,-73.95561981201172,40.779319763183594,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-09 00:53:50,2016-01-09 01:04:28,1,3.67,,,-73.98921203613281,40.71818161010742,-73.97108459472656,40.751487731933594,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,15.3 +2,2016-01-09 21:55:50,2016-01-09 22:24:02,2,9.06,,,-74.00154876708984,40.73591995239258,-73.8899154663086,40.75120162963867,1,N,2,30.5,0.5,0.5,0.3,0.0,0.0,31.8 +1,2016-01-22 21:03:58,2016-01-22 21:12:48,1,1.1,,,-74.00048828125,40.732398986816406,-73.98884582519531,40.74540328979492,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-01 05:48:48,2016-01-01 06:17:39,5,9.88,,,-73.9832992553711,40.76401138305664,-73.92144775390625,40.69734191894531,1,N,1,31.0,0.5,0.5,0.3,6.46,0.0,38.76 +1,2016-01-09 22:58:09,2016-01-09 23:08:11,2,2.2,,,-73.99020385742188,40.738426208496094,-73.99443817138672,40.76074981689453,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-30 00:26:44,2016-01-30 00:41:37,1,3.3,,,-73.9468994140625,40.741268157958984,-73.99492645263672,40.76008224487305,2,N,1,52.0,0.0,0.5,0.3,11.65,5.54,69.99 +1,2016-01-16 11:42:21,2016-01-16 11:53:57,1,2.9,,,-73.97781372070312,40.758731842041016,-73.97577667236328,40.78795623779297,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-11 21:15:31,2016-01-11 21:38:47,1,5.4,,,-74.0019302368164,40.73045349121094,-73.95921325683594,40.68489456176758,1,N,1,20.5,0.5,0.5,0.3,4.35,0.0,26.15 +2,2016-01-19 11:54:20,2016-01-19 12:09:48,1,1.71,,,-73.97420501708984,40.759788513183594,-73.99348449707031,40.74692916870117,1,N,1,10.5,0.0,0.5,0.3,3.39,0.0,14.69 +2,2016-01-02 19:14:40,2016-01-02 19:19:23,2,1.08,,,-73.97492218017578,40.78774642944336,-73.9587631225586,40.780426025390625,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-07 14:05:17,2016-01-07 14:30:25,1,2.4,,,-73.95366668701172,40.784629821777344,-73.96147155761719,40.76032638549805,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-10 18:09:37,2016-01-10 18:17:33,1,1.6,,,-73.9715805053711,40.786163330078125,-73.98416900634766,40.7696533203125,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-07 22:06:15,2016-01-07 22:11:10,2,1.56,,,-73.9620590209961,40.7763557434082,-73.98052978515625,40.77497100830078,1,N,1,6.5,0.5,0.5,0.3,1.2,0.0,9.0 +1,2016-01-28 16:07:52,2016-01-28 16:30:59,1,2.4,,,-73.98924255371094,40.739566802978516,-73.99652862548828,40.763221740722656,1,N,1,15.0,1.0,0.5,0.3,3.35,0.0,20.15 +1,2016-01-12 07:36:25,2016-01-12 07:43:39,1,1.1,,,-73.98715209960938,40.744178771972656,-73.98648071289062,40.754451751708984,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-09 01:01:10,2016-01-09 01:09:56,1,1.62,,,-73.97991180419922,40.74628829956055,-73.97830963134766,40.72893142700195,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-12 15:12:24,2016-01-12 15:34:48,1,3.6,,,-73.9821548461914,40.76464080810547,-74.00218200683594,40.71895980834961,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-07 15:26:01,2016-01-07 15:29:05,1,0.4,,,-73.98696899414062,40.745174407958984,-73.98189544677734,40.74412536621094,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,6.0 +2,2016-01-29 14:45:44,2016-01-29 14:52:49,2,1.42,,,-73.96817016601562,40.7554817199707,-73.97682189941406,40.73937225341797,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-21 13:31:45,2016-01-21 14:24:15,4,9.6,,,-73.8726577758789,40.77422332763672,-73.9854965209961,40.76324462890625,1,N,2,41.5,0.0,0.5,0.3,0.0,5.54,47.84 +2,2016-01-25 00:06:29,2016-01-25 00:19:15,6,2.61,,,-73.92176055908203,40.70589065551758,-73.95317840576172,40.715946197509766,1,N,1,11.0,0.5,0.5,0.3,3.69,0.0,15.99 +2,2016-01-08 16:12:24,2016-01-08 16:20:32,6,1.57,,,-73.97834777832031,40.76298904418945,-73.96058654785156,40.773155212402344,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-25 20:18:37,2016-01-25 20:22:48,1,0.53,,,-73.98590850830078,40.7270393371582,-73.99231719970703,40.73078155517578,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +1,2016-01-26 08:38:55,2016-01-26 08:43:08,1,0.8,,,-73.98399353027344,40.77000427246094,-73.99442291259766,40.76642990112305,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-22 01:41:20,2016-01-22 01:49:18,2,2.3,,,-73.95569610595703,40.779380798339844,-73.95904541015625,40.80176544189453,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +2,2016-01-29 00:01:50,2016-01-29 00:12:46,1,1.96,,,-73.95854187011719,40.778568267822266,-73.97872924804688,40.76217269897461,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-05 06:08:01,2016-01-05 06:13:00,1,0.9,,,-73.99424743652344,40.75095748901367,-73.98516845703125,40.76019287109375,1,N,1,5.5,0.0,0.5,0.3,1.2,0.0,7.5 +2,2016-01-21 11:53:38,2016-01-21 11:57:49,2,0.64,,,-73.97211456298828,40.75127029418945,-73.96430969238281,40.754661560058594,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-15 18:35:38,2016-01-15 18:54:25,1,2.9,,,-74.00048828125,40.742454528808594,-73.99091339111328,40.77508544921875,1,N,1,14.0,1.0,0.5,0.3,1.0,0.0,16.8 +2,2016-01-07 23:12:24,2016-01-07 23:17:38,1,1.01,,,-73.98979187011719,40.729923248291016,-74.00045776367188,40.72513198852539,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +2,2016-01-01 00:55:11,2016-01-01 01:15:56,1,5.35,,,-73.98800659179688,40.74380111694336,-73.91307067871094,40.757511138916016,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,20.3 +2,2016-01-26 15:14:21,2016-01-26 15:38:17,1,2.1,,,-73.9660415649414,40.80509948730469,-73.93929290771484,40.80514144897461,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-17 00:59:05,2016-01-17 01:24:39,1,4.88,,,-73.98438262939453,40.74879837036133,-73.97276306152344,40.755741119384766,1,N,1,19.5,0.5,0.5,0.3,4.16,0.0,24.96 +1,2016-01-21 18:33:46,2016-01-21 18:41:04,2,0.9,,,-73.98421478271484,40.743186950683594,-73.99547576904297,40.739463806152344,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-29 07:48:51,2016-01-29 07:53:55,1,0.85,,,-73.99172973632812,40.73141098022461,-73.99768829345703,40.72304153442383,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-08 23:35:56,2016-01-08 23:41:56,1,1.16,,,-73.99784851074219,40.73588180541992,-73.99172973632812,40.749088287353516,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-05 14:06:28,2016-01-05 14:18:53,1,1.97,,,-73.97476196289062,40.7906608581543,-73.98091888427734,40.76430130004883,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-09 21:54:44,2016-01-09 22:15:18,2,2.6,,,-73.98259735107422,40.739253997802734,-74.00426483154297,40.7212028503418,1,N,1,14.5,0.5,0.5,0.3,3.15,0.0,18.95 +2,2016-01-11 20:05:27,2016-01-11 20:11:21,1,0.96,,,-73.97975158691406,40.75176239013672,-73.97437286376953,40.74421691894531,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-17 11:14:12,2016-01-17 11:28:18,1,4.76,,,-73.95481872558594,40.775848388671875,-73.99044799804688,40.72806930541992,1,N,1,16.5,0.0,0.5,0.3,1.73,0.0,19.03 +2,2016-01-21 23:15:03,2016-01-21 23:27:26,1,1.7,,,-73.97737884521484,40.759830474853516,-73.9999771118164,40.761451721191406,1,N,1,9.5,0.5,0.5,0.3,1.5,0.0,12.3 +2,2016-01-19 14:22:07,2016-01-19 14:40:49,1,1.96,,,-73.9998779296875,40.74137878417969,-73.98269653320312,40.76451873779297,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-04 22:48:51,2016-01-04 22:54:55,1,1.6,,,-73.982177734375,40.77196502685547,-73.97522735595703,40.79240036010742,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-12 20:22:21,2016-01-12 20:25:44,3,0.5,,,-73.99722290039062,40.74473571777344,-73.99462127685547,40.750465393066406,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +1,2016-01-01 16:48:43,2016-01-01 17:17:46,1,3.0,,,-73.96544647216797,40.76915740966797,-73.99476623535156,40.73421859741211,1,N,1,19.5,0.0,0.5,0.3,3.0,0.0,23.3 +2,2016-01-24 15:29:18,2016-01-24 15:39:20,1,1.19,,,-73.97605895996094,40.77613067626953,-73.98262786865234,40.764060974121094,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-15 23:03:25,2016-01-15 23:35:13,1,3.88,,,-73.97106170654297,40.75541687011719,-73.99791717529297,40.71692657470703,1,N,1,20.5,0.5,0.5,0.3,4.36,0.0,26.16 +1,2016-01-02 13:52:45,2016-01-02 14:01:45,1,1.1,,,-73.9839859008789,40.72163772583008,-73.99668884277344,40.71519470214844,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-14 22:04:37,2016-01-14 22:31:08,1,8.8,,,-73.96855163574219,40.7545166015625,-73.97384643554688,40.66842269897461,1,N,1,27.5,0.5,0.5,0.3,6.0,0.0,34.8 +1,2016-01-19 18:11:26,2016-01-19 18:28:09,1,1.4,,,-74.00408935546875,40.741912841796875,-74.00654602050781,40.72441482543945,1,N,1,11.5,1.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-09 13:39:59,2016-01-09 13:53:02,2,5.4,,,-74.00496673583984,40.706966400146484,-73.97638702392578,40.757896423339844,1,N,1,17.5,0.0,0.5,0.3,3.65,0.0,21.95 +2,2016-01-18 20:22:01,2016-01-18 20:30:01,1,0.82,,,-73.96932220458984,40.76108169555664,-73.95848846435547,40.76445007324219,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-12 07:08:55,2016-01-12 07:10:30,1,0.3,,,-73.98145294189453,40.741207122802734,-73.98067474365234,40.744136810302734,1,N,1,3.5,0.0,0.5,0.3,0.05,0.0,4.35 +2,2016-01-12 13:57:10,2016-01-12 14:23:40,1,9.9,,,-73.99600219726562,40.74355697631836,-73.87088012695312,40.77413558959961,1,N,2,31.5,0.0,0.5,0.3,0.0,5.54,37.84 +1,2016-01-23 10:09:19,2016-01-23 10:20:39,1,1.3,,,-73.98933410644531,40.72621154785156,-74.00691986083984,40.73041534423828,1,N,1,8.5,0.0,0.5,0.3,2.3,0.0,11.6 +1,2016-01-05 23:31:49,2016-01-05 23:32:59,1,0.3,,,-73.98165130615234,40.76371383666992,-73.97589111328125,40.76112747192383,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +2,2016-01-07 23:27:50,2016-01-07 23:33:57,1,1.23,,,-73.99987030029297,40.73316192626953,-73.98272705078125,40.73143768310547,1,N,1,6.5,0.5,0.5,0.3,2.0,0.0,9.8 +1,2016-01-07 23:02:35,2016-01-07 23:16:39,1,4.7,,,-73.9439697265625,40.71211624145508,-73.99481964111328,40.71599197387695,1,N,1,16.5,0.5,0.5,0.3,2.0,0.0,19.8 +2,2016-01-20 10:29:57,2016-01-20 11:03:45,5,8.54,,,-74.0101089477539,40.720645904541016,-73.94456481933594,40.74747848510742,1,N,1,30.0,0.0,0.5,0.3,1.0,0.0,31.8 +2,2016-01-14 07:16:01,2016-01-14 07:35:16,1,3.09,,,-73.9444808959961,40.77976608276367,-73.98101043701172,40.76057052612305,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +1,2016-01-29 06:36:38,2016-01-29 06:43:26,1,1.4,,,-73.96163940429688,40.76460266113281,-73.9765853881836,40.75181579589844,1,N,1,7.0,0.0,0.5,0.3,2.0,0.0,9.8 +1,2016-01-15 22:15:19,2016-01-15 22:25:04,3,2.8,,,-73.98247528076172,40.74293518066406,-73.98538970947266,40.71848678588867,1,N,1,11.0,0.5,0.5,0.3,2.0,0.0,14.3 +2,2016-01-20 07:46:18,2016-01-20 07:59:28,2,2.5,,,-73.99369049072266,40.76696014404297,-73.96443176269531,40.77730941772461,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-13 15:05:55,2016-01-13 15:23:46,1,1.7,,,-73.95023345947266,40.77149200439453,-73.9774169921875,40.78290557861328,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-09 14:14:47,2016-01-09 14:17:27,1,0.5,,,-73.98098754882812,40.738155364990234,-73.98838806152344,40.736328125,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-21 15:03:18,2016-01-21 15:19:02,1,1.3,,,-73.97325897216797,40.75278091430664,-73.9920883178711,40.74921798706055,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-17 11:29:08,2016-01-17 11:46:52,1,3.92,,,-73.9901123046875,40.756778717041016,-73.9486083984375,40.78633117675781,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-06 15:56:31,2016-01-06 16:03:28,1,1.2,,,-73.97775268554688,40.74949645996094,-73.98279571533203,40.73469161987305,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-05 15:09:07,2016-01-05 15:24:10,1,2.7,,,-73.94548034667969,40.77973175048828,-73.97825622558594,40.77327346801758,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-07 10:16:19,2016-01-07 10:44:44,2,8.4,,,0.0,0.0,0.0,0.0,1,N,1,29.5,0.0,0.5,0.3,5.0,0.0,35.3 +1,2016-01-13 22:34:45,2016-01-13 22:49:15,1,3.4,,,0.0,0.0,0.0,0.0,1,N,1,13.0,0.5,0.5,0.3,3.55,0.0,17.85 +1,2016-01-30 18:42:24,2016-01-30 18:52:42,1,2.3,,,-73.99626159667969,40.76231002807617,-73.9744644165039,40.7908821105957,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-05 05:40:09,2016-01-05 05:44:47,6,1.19,,,-73.99441528320312,40.73213577270508,-73.99259185791016,40.7432861328125,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 12:04:42,2016-01-07 12:13:51,1,0.7,,,-73.9891128540039,40.7450065612793,-73.9814682006836,40.74284744262695,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-13 12:00:58,2016-01-13 12:53:29,5,18.68,,,-73.78189849853516,40.64475631713867,-73.95832061767578,40.81053161621094,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-22 23:33:54,2016-01-22 23:52:52,1,4.83,,,-73.96222686767578,40.76216125488281,-73.96222686767578,40.76216125488281,1,N,1,17.0,0.5,0.5,0.3,3.66,0.0,21.96 +1,2016-01-20 17:47:23,2016-01-20 17:53:28,1,1.0,,,-73.96834564208984,40.76792526245117,-73.97599792480469,40.77717971801758,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-01 03:30:20,2016-01-01 04:05:07,1,9.41,,,-73.9906997680664,40.746158599853516,-73.95945739746094,40.80112075805664,1,N,2,30.0,0.5,0.5,0.3,0.0,0.0,31.3 +2,2016-01-22 12:16:42,2016-01-22 12:31:49,1,1.96,,,-73.99002075195312,40.73405838012695,-73.9728012084961,40.759281158447266,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-02 18:37:02,2016-01-02 19:08:36,1,3.32,,,-73.97512817382812,40.76533508300781,-73.99949645996094,40.730224609375,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-25 18:52:16,2016-01-25 18:58:02,1,0.9,,,-73.9736557006836,40.75070571899414,-73.96348571777344,40.75609588623047,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-09 02:38:44,2016-01-09 02:57:52,1,5.0,,,-74.00569152832031,40.7371711730957,-73.94918060302734,40.78110122680664,1,N,1,17.5,0.5,0.5,0.3,1.0,0.0,19.8 +1,2016-01-14 08:45:20,2016-01-14 08:53:51,1,1.4,,,-73.98847198486328,40.723114013671875,-73.97547149658203,40.740989685058594,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-20 13:22:57,2016-01-20 13:27:12,1,0.8,,,-73.9972915649414,40.7220458984375,-74.00293731689453,40.73031234741211,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,7.5 +1,2016-01-21 07:33:24,2016-01-21 07:49:54,1,2.9,,,-73.94489288330078,40.787353515625,-73.97383117675781,40.754669189453125,1,N,1,13.5,0.0,0.5,0.3,3.0,0.0,17.3 +2,2016-01-03 07:42:39,2016-01-03 07:47:52,1,1.36,,,-73.97732543945312,40.753990173339844,-73.99748992919922,40.7538948059082,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-06 09:21:54,2016-01-06 09:25:45,1,0.9,,,-73.98661804199219,40.72574234008789,-73.99189758300781,40.73542404174805,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-10 00:05:44,2016-01-10 00:21:32,2,2.5,,,-73.98340606689453,40.72600555419922,-73.99138641357422,40.750274658203125,1,N,1,12.0,0.5,0.5,0.3,2.0,0.0,15.3 +1,2016-01-10 17:02:52,2016-01-10 17:11:07,1,1.5,,,-73.95774841308594,40.7738037109375,-73.97250366210938,40.78629684448242,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-11 20:07:35,2016-01-11 20:16:56,1,1.8,,,-73.97317504882812,40.792842864990234,-73.95799255371094,40.77632141113281,1,N,1,8.5,0.5,0.5,0.3,1.2,0.0,11.0 +1,2016-01-15 12:22:29,2016-01-15 12:28:20,1,0.7,,,-73.98418426513672,40.76017761230469,-73.99093627929688,40.752262115478516,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-11 15:38:17,2016-01-11 15:52:25,1,1.85,,,-73.958984375,40.76902389526367,-73.97786712646484,40.78300857543945,1,N,1,10.5,0.0,0.5,0.3,2.82,0.0,14.12 +2,2016-01-03 01:25:12,2016-01-03 01:36:00,1,2.57,,,-73.96823120117188,40.79985809326172,-73.96723937988281,40.77241134643555,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-25 16:52:13,2016-01-25 16:55:50,1,0.5,,,-73.94880676269531,40.78486251831055,-73.95417022705078,40.78131103515625,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-22 16:54:42,2016-01-22 17:02:35,1,0.8,,,0.0,0.0,0.0,0.0,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-10 16:56:41,2016-01-10 17:11:48,1,2.86,,,-73.98220825195312,40.74001693725586,-73.99327850341797,40.75700378417969,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-08 23:43:56,2016-01-08 23:59:39,1,3.3,,,-74.00523376464844,40.721195220947266,-73.97359466552734,40.69681167602539,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +2,2016-01-05 07:58:45,2016-01-05 08:09:24,1,1.68,,,-73.994140625,40.75117111206055,-73.97618103027344,40.74013900756836,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-01 23:54:11,2016-01-01 23:59:07,1,0.5,,,-73.9837875366211,40.72691345214844,-73.98717498779297,40.720523834228516,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-15 00:06:44,2016-01-15 00:16:29,2,1.5,,,-73.97650146484375,40.760494232177734,-73.98175048828125,40.742374420166016,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +2,2016-01-30 08:28:17,2016-01-30 08:37:15,1,2.93,,,-74.00047302246094,40.74763870239258,-74.01431274414062,40.71393966674805,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-29 00:47:32,2016-01-29 01:03:40,1,3.86,,,-73.96914672851562,40.763919830322266,-74.00235748291016,40.719810485839844,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,18.96 +2,2016-01-13 18:46:37,2016-01-13 19:01:39,1,2.56,,,-73.96505737304688,40.75910186767578,-73.99115753173828,40.734310150146484,1,N,1,12.0,1.0,0.5,0.3,3.45,0.0,17.25 +2,2016-01-21 23:42:01,2016-01-21 23:46:29,1,0.94,,,-74.00025177001953,40.74277114868164,-74.00189208984375,40.75204086303711,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-03 23:24:31,2016-01-03 23:42:37,1,4.01,,,-73.9876708984375,40.7565803527832,-73.94390106201172,40.791141510009766,1,N,1,17.0,0.5,0.5,0.3,5.49,0.0,23.79 +2,2016-01-28 19:40:15,2016-01-28 19:53:33,1,1.52,,,-73.98985290527344,40.74152755737305,-74.00778198242188,40.73186111450195,1,N,1,9.5,1.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-29 15:24:21,2016-01-29 15:43:34,1,2.2,,,-73.95850372314453,40.78162384033203,-73.9851303100586,40.77899932861328,1,N,1,13.5,0.0,0.5,0.3,1.7,0.0,16.0 +2,2016-01-30 01:07:25,2016-01-30 01:22:48,2,3.34,,,-74.00514221191406,40.719722747802734,-73.98588562011719,40.76285934448242,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-29 22:51:10,2016-01-29 22:53:23,1,0.3,,,-73.96361541748047,40.71969223022461,-73.95926666259766,40.72248458862305,1,N,1,3.5,0.5,0.5,0.3,1.2,0.0,6.0 +2,2016-01-09 00:30:24,2016-01-09 00:36:15,2,1.18,,,-73.99109649658203,40.73326110839844,-73.98100280761719,40.74721908569336,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-12 07:22:25,2016-01-12 07:27:05,1,1.3,,,0.0,0.0,0.0,0.0,1,N,1,6.5,0.0,0.5,0.3,1.83,0.0,9.13 +2,2016-01-16 06:24:21,2016-01-16 06:38:07,1,6.59,,,-74.0164566040039,40.7153205871582,-73.97664642333984,40.75189971923828,1,N,1,20.0,0.0,0.5,0.3,2.0,0.0,22.8 +2,2016-01-03 19:58:53,2016-01-03 20:05:04,1,2.08,,,-73.98159790039062,40.772701263427734,-73.9525375366211,40.772300720214844,1,N,1,8.0,0.0,0.5,0.3,1.32,0.0,10.12 +2,2016-01-07 02:36:31,2016-01-07 02:47:30,2,3.65,,,-73.88020324707031,40.74129867553711,-73.82582092285156,40.7120475769043,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +1,2016-01-07 06:57:29,2016-01-07 07:02:52,1,0.8,,,-74.00511932373047,40.71921157836914,-73.9971694946289,40.724857330322266,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,7.88 +1,2016-01-30 12:03:43,2016-01-30 12:05:49,1,0.0,,,-73.9743423461914,40.75816345214844,-73.97437286376953,40.75831985473633,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,3.3 +2,2016-01-16 02:33:54,2016-01-16 02:38:35,1,0.93,,,-73.99237823486328,40.743927001953125,-74.00130462646484,40.74333572387695,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-14 07:28:37,2016-01-14 07:39:34,1,1.9,,,-73.99137878417969,40.729225158691406,-74.00439453125,40.7072868347168,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-18 15:59:43,2016-01-18 16:16:33,2,2.53,,,-73.9840316772461,40.750221252441406,-73.99983978271484,40.73329162597656,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-12 12:42:30,2016-01-12 12:52:22,1,1.31,,,-73.97054290771484,40.759063720703125,-73.9850082397461,40.74958038330078,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-01 04:01:44,2016-01-01 04:30:51,5,11.22,,,-74.00047302246094,40.73012161254883,-74.00853729248047,40.61078643798828,1,N,2,35.0,0.5,0.5,0.3,0.0,0.0,36.3 +1,2016-01-02 23:06:07,2016-01-02 23:09:33,2,0.6,,,-73.99359130859375,40.76055145263672,-73.99614715576172,40.7535514831543,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-25 11:57:02,2016-01-25 12:09:28,1,1.0,,,-74.00192260742188,40.7150993347168,-74.00769805908203,40.70771408081055,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-01 06:17:21,2016-01-01 06:22:46,6,1.19,,,-73.82994842529297,40.75941848754883,-73.84339141845703,40.77111053466797,1,N,1,6.5,0.0,0.5,0.3,5.0,0.0,12.3 +2,2016-01-12 21:47:57,2016-01-12 22:01:01,2,2.36,,,-74.0022964477539,40.755592346191406,-73.99202728271484,40.73113250732422,1,N,1,11.0,0.5,0.5,0.3,3.08,0.0,15.38 +2,2016-01-01 01:01:26,2016-01-01 01:17:08,2,2.8,,,-73.98433685302734,40.72050857543945,-73.96540832519531,40.71371078491211,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,16.3 +1,2016-01-14 14:02:30,2016-01-14 14:03:38,1,0.2,,,-73.97415924072266,40.793785095214844,-73.97161865234375,40.79508590698242,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +2,2016-01-07 00:48:24,2016-01-07 00:55:02,1,2.35,,,-73.96905517578125,40.757789611816406,-73.9857177734375,40.73121643066406,1,N,1,8.5,0.5,0.5,0.3,2.94,0.0,12.74 +2,2016-01-07 14:17:45,2016-01-07 14:26:43,2,0.94,,,-73.96867370605469,40.764564514160156,-73.9627456665039,40.775543212890625,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-04 21:09:13,2016-01-04 21:17:43,1,2.2,,,-73.9735336303711,40.763832092285156,-73.9487533569336,40.77670669555664,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-11 14:26:24,2016-01-11 14:51:01,1,2.4,,,-73.96782684326172,40.7655143737793,-73.99102783203125,40.75767135620117,1,N,1,16.5,0.0,0.5,0.3,4.32,0.0,21.62 +2,2016-01-17 23:04:13,2016-01-17 23:31:14,1,17.75,,,-73.79011535644531,40.646610260009766,-73.97696685791016,40.759193420410156,2,N,1,52.0,0.0,0.5,0.3,9.0,5.54,67.34 +2,2016-01-03 12:20:37,2016-01-03 12:24:50,3,1.05,,,-74.00093841552734,40.725738525390625,-73.99742126464844,40.737701416015625,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-03 17:12:30,2016-01-03 17:28:17,1,3.36,,,-73.9517593383789,40.76974868774414,-73.9905776977539,40.750858306884766,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-28 19:44:18,2016-01-28 19:54:24,1,2.22,,,-73.97003936767578,40.757286071777344,-73.94911193847656,40.783390045166016,1,N,1,9.5,1.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-03 09:18:54,2016-01-03 09:49:51,2,12.6,,,-73.86389923095703,40.76991271972656,-73.97102355957031,40.755859375,1,N,1,38.5,0.0,0.5,0.3,9.8,0.0,49.1 +1,2016-01-21 12:54:29,2016-01-21 13:09:11,1,2.0,,,-73.95948028564453,40.78208923339844,-73.9400405883789,40.80295944213867,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-05 00:09:39,2016-01-05 00:28:44,1,8.21,,,-73.95317840576172,40.77980041503906,-73.857177734375,40.840415954589844,1,N,1,25.0,0.5,0.5,0.3,0.0,0.0,26.3 +2,2016-01-26 00:12:44,2016-01-26 00:34:03,1,8.65,,,-73.98020935058594,40.75450897216797,-73.85867309570312,40.73332977294922,1,N,1,26.0,0.5,0.5,0.3,2.0,5.54,34.84 +2,2016-01-29 14:29:15,2016-01-29 14:50:43,3,2.18,,,-74.00509643554688,40.719970703125,-73.98259735107422,40.72964096069336,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-14 19:35:29,2016-01-14 19:41:45,1,1.4,,,-73.97114562988281,40.78824234008789,-73.9877700805664,40.780086517333984,1,N,1,7.0,1.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-19 06:45:17,2016-01-19 07:01:50,1,5.8,,,-73.90278625488281,40.7679557800293,-73.95287322998047,40.791786193847656,1,N,2,19.0,0.0,0.5,0.3,0.0,5.54,25.34 +1,2016-01-22 12:39:22,2016-01-22 12:43:23,3,1.1,,,-73.96662902832031,40.79391098022461,-73.97795867919922,40.78309631347656,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-17 15:20:32,2016-01-17 15:44:39,2,8.2,,,-73.8853530883789,40.77311706542969,-73.98273468017578,40.737953186035156,1,N,1,26.5,0.0,0.5,0.3,5.0,5.54,37.84 +2,2016-01-29 07:18:35,2016-01-29 07:21:04,1,0.68,,,-74.0118179321289,40.71371841430664,-74.0102310180664,40.721500396728516,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +2,2016-01-07 08:51:58,2016-01-07 09:19:05,1,11.26,,,-73.99897003173828,40.73242950439453,-73.8733901977539,40.77429962158203,1,N,1,34.5,0.0,0.5,0.3,7.06,0.0,42.36 +2,2016-01-30 09:50:44,2016-01-30 10:03:27,1,1.76,,,-73.97634887695312,40.72881317138672,-74.00458526611328,40.7360954284668,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +2,2016-01-13 07:14:36,2016-01-13 07:30:02,1,2.63,,,-73.96256256103516,40.75913619995117,-73.99201202392578,40.74956512451172,1,N,1,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-20 16:29:07,2016-01-20 16:44:33,1,2.23,,,-73.96129608154297,40.770023345947266,-73.98506164550781,40.75291061401367,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-08 11:57:37,2016-01-08 12:18:16,2,3.21,,,-74.0014419555664,40.75688171386719,-73.98152923583984,40.76008987426758,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-06 14:33:45,2016-01-06 15:04:48,1,6.1,,,-73.93141174316406,40.76555252075195,-73.99771881103516,40.72964859008789,1,N,1,24.0,0.0,0.5,0.3,0.0,0.0,24.8 +1,2016-01-15 00:36:19,2016-01-15 00:47:12,1,2.7,,,-73.98693084716797,40.72945785522461,-73.98888397216797,40.755699157714844,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,14.15 +1,2016-01-29 05:15:28,2016-01-29 05:17:36,1,0.8,,,-73.98853302001953,40.72279739379883,-73.97570037841797,40.71709442138672,1,N,1,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-12 18:06:45,2016-01-12 18:22:34,1,2.2,,,-73.96315002441406,40.77420425415039,-73.98109436035156,40.747161865234375,1,N,1,12.0,1.0,0.5,0.3,4.0,0.0,17.8 +2,2016-01-20 15:40:23,2016-01-20 16:14:28,1,6.74,,,-73.9883804321289,40.722774505615234,-73.9571304321289,40.786155700683594,1,N,2,25.0,0.0,0.5,0.3,0.0,0.0,25.8 +2,2016-01-28 21:31:37,2016-01-28 22:05:18,1,12.95,,,-73.86271667480469,40.76893997192383,-73.95797729492188,40.67353057861328,1,N,1,39.0,0.5,0.5,0.3,8.06,0.0,48.36 +2,2016-01-01 21:47:26,2016-01-01 21:52:44,2,3.54,,,-74.18278503417969,40.66400146484375,-74.18622589111328,40.70060729980469,5,N,1,132.0,0.0,0.5,0.3,0.0,0.0,132.8 +2,2016-01-05 08:55:22,2016-01-05 09:16:00,1,2.51,,,-73.97943115234375,40.78166961669922,-73.95439147949219,40.7901496887207,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-11 16:03:01,2016-01-11 16:09:55,1,1.1,,,0.0,0.0,0.0,0.0,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-28 22:03:58,2016-01-28 22:12:10,1,0.93,,,-73.9864730834961,40.762481689453125,-73.99746704101562,40.761268615722656,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-11 08:00:09,2016-01-11 08:18:07,1,3.6,,,-74.01467895507812,40.71657943725586,-73.99120330810547,40.757999420166016,1,N,1,15.5,0.0,0.5,0.3,3.25,0.0,19.55 +2,2016-01-07 08:37:36,2016-01-07 08:49:36,1,0.84,,,-73.97824096679688,40.76321792602539,-73.9792709350586,40.75471878051758,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-17 03:22:04,2016-01-17 03:31:37,1,0.9,,,-73.989013671875,40.72924041748047,-73.98568725585938,40.71966552734375,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-12 00:27:11,2016-01-12 00:36:03,2,4.6,,,-73.78178405761719,40.644657135009766,-73.75181579589844,40.6584358215332,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +1,2016-01-15 23:08:18,2016-01-15 23:14:53,3,1.0,,,-73.98477172851562,40.74842834472656,-73.98570251464844,40.73603057861328,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-06 22:21:55,2016-01-06 22:45:30,1,16.81,,,-73.78221130371094,40.64460754394531,-73.97171020507812,40.747161865234375,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-06 14:54:50,2016-01-06 15:05:20,1,0.7,,,-73.98502349853516,40.74214553833008,-73.99231719970703,40.74924850463867,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-30 18:26:20,2016-01-30 18:38:10,1,2.54,,,-73.95305633544922,40.79164123535156,-73.97718048095703,40.760658264160156,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-08 08:13:19,2016-01-08 08:18:54,1,0.6,,,-73.99153137207031,40.74992752075195,-73.98352813720703,40.744075775146484,1,N,1,5.5,0.0,0.5,0.3,0.7,0.0,7.0 +2,2016-01-14 11:02:20,2016-01-14 11:18:37,1,2.73,,,-73.98202514648438,40.762760162353516,-73.9915542602539,40.73890686035156,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-15 15:16:56,2016-01-15 15:44:37,1,8.02,,,-73.9548110961914,40.76546096801758,-73.99159240722656,40.684993743896484,1,N,1,26.5,0.0,0.5,0.3,5.46,0.0,32.76 +2,2016-01-03 09:48:18,2016-01-03 09:52:36,1,0.79,,,-73.97328186035156,40.74856185913086,-73.97797393798828,40.75475311279297,1,N,1,5.0,0.0,0.5,0.3,0.87,0.0,6.67 +1,2016-01-13 12:06:59,2016-01-13 12:12:16,1,1.0,,,-73.97994995117188,40.78367233276367,-73.9699478149414,40.797088623046875,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-03 16:28:21,2016-01-03 16:45:54,1,2.5,,,-73.95005798339844,40.784637451171875,-73.97628021240234,40.75918197631836,1,N,1,13.0,0.0,0.5,0.3,2.0,0.0,15.8 +1,2016-01-24 20:54:59,2016-01-24 21:07:29,1,1.0,,,-73.93872833251953,40.84543228149414,-73.94371032714844,40.832786560058594,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-22 10:12:25,2016-01-22 10:24:07,1,1.2,,,-74.00279998779297,40.74448013305664,-74.00504302978516,40.727725982666016,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-13 11:03:16,2016-01-13 11:12:48,6,1.37,,,-73.95318603515625,40.7857666015625,-73.95150756835938,40.77177047729492,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-25 15:02:12,2016-01-25 15:56:33,1,16.1,,,-73.98291015625,40.742923736572266,-73.78350830078125,40.64375686645508,2,N,1,52.0,0.0,0.5,0.3,4.0,5.54,62.34 +1,2016-01-20 22:31:54,2016-01-20 22:45:04,1,3.4,,,-74.0029525756836,40.7233772277832,-73.94874572753906,40.71555709838867,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +2,2016-01-12 17:10:53,2016-01-12 17:16:26,1,1.04,,,-73.96147918701172,40.77431106567383,-73.95450592041016,40.78669357299805,1,N,1,6.0,1.0,0.5,0.3,1.2,0.0,9.0 +2,2016-01-11 07:30:59,2016-01-11 07:47:05,5,9.14,,,-73.97045135498047,40.75938034057617,-73.87052154541016,40.77360916137695,1,N,1,25.5,0.0,0.5,0.3,6.37,5.54,38.21 +2,2016-01-22 10:01:28,2016-01-22 10:20:38,1,2.1,,,-73.99224090576172,40.76918029785156,-73.97917938232422,40.75080871582031,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-22 18:13:01,2016-01-22 18:31:00,1,3.47,,,-73.99136352539062,40.74972152709961,-73.95342254638672,40.776878356933594,1,N,1,14.0,1.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-07 11:02:04,2016-01-07 11:08:18,1,0.8,,,-73.96918487548828,40.762813568115234,-73.9772720336914,40.75462341308594,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-18 09:36:42,2016-01-18 09:57:51,1,8.19,,,-73.8631820678711,40.76953125,-73.92961883544922,40.70286178588867,1,N,1,25.5,0.0,0.5,0.3,4.0,0.0,30.3 +2,2016-01-30 13:29:22,2016-01-30 13:42:26,1,2.7,,,-73.98844146728516,40.7486572265625,-73.95851135253906,40.76875305175781,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-28 09:03:31,2016-01-28 09:10:16,1,0.93,,,-73.96968841552734,40.8001708984375,-73.97805786132812,40.788578033447266,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-16 17:31:58,2016-01-16 18:00:27,1,4.66,,,-73.99146270751953,40.73040771484375,-73.96517944335938,40.674068450927734,1,N,1,21.0,0.0,0.5,0.3,4.0,0.0,25.8 +1,2016-01-05 18:45:48,2016-01-05 18:52:01,3,0.7,,,-73.97631072998047,40.75395965576172,-73.974365234375,40.75886154174805,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-29 23:45:49,2016-01-30 00:09:25,2,9.46,,,-73.87457275390625,40.77412033081055,-73.99231719970703,40.745201110839844,1,N,1,28.0,0.5,0.5,0.3,4.0,5.54,38.84 +2,2016-01-10 05:11:46,2016-01-10 05:14:29,6,0.24,,,-73.9834213256836,40.76279067993164,-73.98385620117188,40.758941650390625,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +2,2016-01-28 08:26:05,2016-01-28 08:52:11,1,4.39,,,-73.98200988769531,40.691261291503906,-73.98686218261719,40.74879837036133,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +2,2016-01-17 10:51:19,2016-01-17 10:54:19,2,0.75,,,-73.98975372314453,40.756351470947266,-73.98175811767578,40.76210021972656,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-02 06:41:51,2016-01-02 06:48:56,1,1.9,,,-73.97833251953125,40.7456169128418,-73.98387145996094,40.76451110839844,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-09 16:02:21,2016-01-09 16:09:26,2,1.09,,,-74.00228118896484,40.75184631347656,-74.00731658935547,40.74109649658203,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-14 10:33:59,2016-01-14 10:38:39,1,0.5,,,-73.96488189697266,40.764137268066406,-73.96995544433594,40.75861358642578,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-22 19:07:35,2016-01-22 19:23:10,1,3.0,,,-73.97174072265625,40.75801086425781,-73.97318267822266,40.789798736572266,1,N,1,13.5,1.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-13 17:55:37,2016-01-13 18:13:03,1,4.63,,,-73.78196716308594,40.64466857910156,-73.79666137695312,40.66828918457031,1,N,2,17.5,1.0,0.5,0.3,0.0,0.0,19.3 +2,2016-01-21 12:29:55,2016-01-21 12:48:20,5,1.28,,,-73.97720336914062,40.74702453613281,-73.97330474853516,40.760982513427734,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-30 14:20:15,2016-01-30 14:49:41,1,7.09,,,-73.96800231933594,40.797035217285156,-73.9833755493164,40.73158645629883,1,N,2,26.0,0.0,0.5,0.3,0.0,0.0,26.8 +2,2016-01-01 13:07:00,2016-01-01 13:10:36,2,0.74,,,-73.97746276855469,40.68429183959961,-73.98660278320312,40.69097900390625,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-18 04:57:18,2016-01-18 05:14:00,1,7.68,,,-73.95850372314453,40.76435852050781,-73.87808990478516,40.82801055908203,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,24.8 +2,2016-01-15 19:02:18,2016-01-15 19:09:59,1,0.84,,,-73.9815444946289,40.72211837768555,-73.99485778808594,40.727935791015625,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-22 04:22:29,2016-01-22 04:32:55,1,3.7,,,-73.95966339111328,40.79859924316406,-73.98001861572266,40.75565719604492,1,N,1,12.5,0.5,0.5,0.3,0.0,0.0,13.8 +2,2016-01-07 20:42:40,2016-01-07 20:57:36,1,2.75,,,-73.96967315673828,40.76034164428711,-73.99210357666016,40.72576141357422,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +1,2016-01-20 18:49:25,2016-01-20 19:03:22,1,2.5,,,-73.97454833984375,40.79072952270508,-73.96888732910156,40.76456832885742,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-30 16:31:31,2016-01-30 16:35:06,1,0.51,,,-74.0015869140625,40.75080108642578,-73.99429321289062,40.750938415527344,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-18 13:51:45,2016-01-18 13:57:03,2,1.1,,,-73.9734878540039,40.77976608276367,-73.98055267333984,40.7675666809082,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-07 09:57:04,2016-01-07 10:02:31,2,1.36,,,-73.9610595703125,40.77473068237305,-73.97657012939453,40.77647018432617,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-22 08:14:11,2016-01-22 08:25:00,1,0.6,,,-73.99104309082031,40.75022506713867,-73.98357391357422,40.74453353881836,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-21 14:23:28,2016-01-21 14:34:02,1,1.61,,,-73.9810791015625,40.75994110107422,-73.97855377197266,40.77732849121094,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-30 15:01:00,2016-01-30 15:44:46,2,18.7,,,-73.79006958007812,40.64372253417969,-73.98100280761719,40.76367950439453,2,N,1,52.0,0.0,0.5,0.3,11.65,5.54,69.99 +1,2016-01-01 16:20:12,2016-01-01 16:24:18,2,0.5,,,-73.98236846923828,40.77457046508789,-73.9890365600586,40.777137756347656,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-05 08:51:20,2016-01-05 09:06:58,5,6.23,,,-73.95301055908203,40.765716552734375,-74.01024627685547,40.70204544067383,1,N,1,21.0,0.0,0.5,0.3,5.45,0.0,27.25 +1,2016-01-14 17:28:52,2016-01-14 17:28:52,1,0.0,,,-73.99246978759766,40.75869369506836,0.0,0.0,1,N,2,13.5,1.0,0.5,0.3,0.0,0.0,15.3 +2,2016-01-27 02:45:44,2016-01-27 03:26:08,1,11.01,,,-73.9996566772461,40.73392105102539,-73.94512176513672,40.62751007080078,1,N,1,33.5,0.5,0.5,0.3,8.7,0.0,43.5 +2,2016-01-12 01:35:32,2016-01-12 01:43:29,1,3.81,,,-73.86549377441406,40.770729064941406,-73.90325164794922,40.74578857421875,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-21 10:28:07,2016-01-21 10:38:29,1,1.0,,,-73.99869537353516,40.73381042480469,-73.99227142333984,40.726566314697266,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-26 19:14:57,2016-01-26 19:31:29,1,1.5,,,0.0,0.0,0.0,0.0,1,N,1,11.0,1.0,0.5,0.3,2.55,0.0,15.35 +2,2016-01-05 10:05:57,2016-01-05 10:12:18,1,0.76,,,-73.96550750732422,40.765289306640625,-73.95411682128906,40.76396942138672,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-29 07:40:33,2016-01-29 07:53:25,3,1.4,,,-73.95755767822266,40.779563903808594,-73.96560668945312,40.79043960571289,1,N,1,10.0,0.0,0.5,0.3,1.2,0.0,12.0 +1,2016-01-10 12:40:54,2016-01-10 13:05:33,1,9.9,,,0.0,0.0,0.0,0.0,1,N,1,30.5,0.0,0.5,0.3,7.35,5.54,44.19 +1,2016-01-14 05:09:16,2016-01-14 05:37:29,1,13.0,,,-73.97863006591797,40.75009536743164,-73.87297058105469,40.77442932128906,1,N,1,38.0,0.5,0.5,0.3,11.75,0.0,51.05 +1,2016-01-19 13:46:36,2016-01-19 13:52:37,1,1.0,,,-73.95741271972656,40.774436950683594,-73.947265625,40.78175735473633,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-15 22:47:06,2016-01-15 23:05:54,1,2.2,,,-73.9939956665039,40.74640655517578,-73.98810577392578,40.72393035888672,1,N,1,13.0,0.5,0.5,0.3,2.85,0.0,17.15 +1,2016-01-05 08:35:15,2016-01-05 08:55:36,1,1.7,,,-73.95185852050781,40.76940155029297,-73.9700927734375,40.76245880126953,1,N,1,13.0,0.0,0.5,0.3,2.2,0.0,16.0 +1,2016-01-14 04:29:52,2016-01-14 04:37:34,1,2.4,,,-73.99678039550781,40.66173553466797,-74.02424621582031,40.632755279541016,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-06 08:04:18,2016-01-06 08:14:54,2,1.0,,,-73.96640014648438,40.765689849853516,-73.95538330078125,40.766231536865234,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-06 20:44:57,2016-01-06 20:51:04,2,0.8,,,-73.99266815185547,40.712677001953125,-74.00464630126953,40.7099723815918,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-06 15:47:40,2016-01-06 16:01:33,1,2.1,,,-73.9726333618164,40.764793395996094,-73.99488067626953,40.74543380737305,1,N,1,10.5,0.0,0.5,0.3,2.82,0.0,14.12 +2,2016-01-18 01:11:11,2016-01-18 01:33:25,2,8.42,,,-73.9780044555664,40.72917556762695,-73.94175720214844,40.828163146972656,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,33.96 +2,2016-01-08 08:47:53,2016-01-08 09:01:01,2,2.0,,,-73.97998809814453,40.743309020996094,-73.96675872802734,40.7672004699707,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-10 10:08:01,2016-01-10 10:16:21,1,1.73,,,-73.97208404541016,40.794212341308594,-73.94886779785156,40.78247833251953,1,N,1,8.0,0.0,0.5,0.3,1.2,0.0,10.0 +1,2016-01-13 20:57:24,2016-01-13 21:15:09,1,3.6,,,-73.98922729492188,40.7485466003418,-73.95063018798828,40.78327941894531,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +1,2016-01-21 18:33:39,2016-01-21 19:12:39,1,5.3,,,-73.9850845336914,40.753841400146484,-73.99476623535156,40.70376968383789,1,N,1,24.5,1.0,0.5,0.3,6.55,0.0,32.85 +2,2016-01-30 18:58:33,2016-01-30 19:09:24,1,2.06,,,-73.98973846435547,40.74726104736328,-73.9826889038086,40.771636962890625,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-07 20:42:11,2016-01-07 20:45:26,1,0.78,,,-73.96707153320312,40.803855895996094,-73.9610824584961,40.79680252075195,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-10 11:39:31,2016-01-10 12:02:49,1,7.48,,,-73.93956756591797,40.75141906738281,-74.00137329101562,40.687870025634766,1,N,1,25.0,0.0,0.5,0.3,5.16,0.0,30.96 +1,2016-01-26 23:27:04,2016-01-26 23:34:08,2,0.9,,,-73.98082733154297,40.755191802978516,-73.9666976928711,40.75294494628906,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,9.75 +1,2016-01-03 23:42:45,2016-01-03 23:50:10,4,1.6,,,-73.99015045166016,40.73775863647461,-74.00575256347656,40.72560119628906,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-24 20:50:04,2016-01-24 20:57:14,1,1.45,,,-73.99253845214844,40.73738098144531,-73.98345184326172,40.75130844116211,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-27 10:41:05,2016-01-27 10:52:11,4,1.03,,,-73.99452209472656,40.740516662597656,-73.98169708251953,40.73820114135742,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,10.8 +2,2016-01-16 00:21:23,2016-01-16 00:27:44,1,0.7,,,-73.9876480102539,40.719608306884766,-73.9815902709961,40.728599548339844,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-09 14:27:04,2016-01-09 14:43:24,1,3.0,,,-73.9578857421875,40.773597717285156,-73.98744201660156,40.74394989013672,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-04 11:22:37,2016-01-04 11:40:07,1,8.92,,,-73.955078125,40.769248962402344,-73.86192321777344,40.768470764160156,1,N,1,25.5,0.0,0.5,0.3,0.0,5.54,31.84 +1,2016-01-29 07:12:34,2016-01-29 07:24:22,1,2.2,,,-73.9914321899414,40.738525390625,-73.96957397460938,40.762359619140625,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-18 19:11:39,2016-01-18 19:19:53,1,1.6,,,-73.9957504272461,40.759315490722656,-73.9730224609375,40.76137161254883,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-12 19:17:41,2016-01-12 19:19:23,1,0.5,,,0.0,0.0,-73.94894409179688,40.8150634765625,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-11 10:16:04,2016-01-11 10:31:59,1,2.38,,,-73.94818115234375,40.782718658447266,-73.97416687011719,40.76250076293945,1,N,1,12.0,0.0,0.5,0.3,1.2,0.0,14.0 +1,2016-01-11 04:47:31,2016-01-11 05:03:52,1,8.3,,,-73.95127868652344,40.774322509765625,-74.01392364501953,40.71471405029297,1,N,1,25.0,0.5,0.5,0.3,2.0,0.0,28.3 +2,2016-01-16 19:03:56,2016-01-16 19:16:09,1,1.88,,,-73.98754119873047,40.72541046142578,-73.9800796508789,40.74602127075195,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-06 19:31:51,2016-01-06 19:48:46,1,2.2,,,-73.96922302246094,40.7652473449707,-73.9840316772461,40.76294708251953,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-06 12:45:21,2016-01-06 12:53:23,1,2.06,,,-73.96124267578125,40.76485824584961,-73.97447967529297,40.744239807128906,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-20 14:10:54,2016-01-20 14:15:10,1,0.61,,,-73.95268249511719,40.778316497802734,-73.9460678100586,40.77324295043945,1,N,1,5.0,0.0,0.5,0.3,1.2,0.0,7.0 +1,2016-01-27 10:17:04,2016-01-27 10:21:36,1,0.8,,,-74.00544738769531,40.736751556396484,-74.01123046875,40.728939056396484,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-15 14:54:39,2016-01-15 15:12:07,1,4.06,,,-73.96736145019531,40.763458251953125,-73.97772979736328,40.71294021606445,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-03 02:49:23,2016-01-03 03:08:39,1,4.8,,,-74.0012435913086,40.74152374267578,-73.95884704589844,40.800071716308594,1,N,1,17.5,0.5,0.5,0.3,3.2,0.0,22.0 +2,2016-01-20 22:02:47,2016-01-20 22:17:09,1,2.18,,,-73.98882293701172,40.73659896850586,-73.99388122558594,40.758941650390625,1,N,1,11.5,0.5,0.5,0.3,1.0,0.0,13.8 +2,2016-01-21 06:38:19,2016-01-21 06:50:24,3,2.69,,,-74.00202941894531,40.74052810668945,-74.01412200927734,40.71384048461914,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +1,2016-01-22 19:10:57,2016-01-22 19:32:37,1,3.1,,,-73.96648406982422,40.7732048034668,-73.99970245361328,40.742576599121094,1,N,1,15.5,1.0,0.5,0.3,3.45,0.0,20.75 +1,2016-01-30 23:37:15,2016-01-30 23:47:34,1,2.1,,,-73.9574966430664,40.770145416259766,-73.9653549194336,40.79108428955078,1,N,1,10.0,0.5,0.5,0.3,1.0,0.0,12.3 +1,2016-01-22 09:27:39,2016-01-22 09:40:59,1,1.7,,,-73.99239349365234,40.749149322509766,-74.00721740722656,40.72726058959961,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-09 16:57:24,2016-01-09 17:01:12,1,0.7,,,-73.94844818115234,40.77399444580078,-73.95790100097656,40.77281951904297,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-07 15:37:41,2016-01-07 15:42:32,2,0.5,,,-73.95589447021484,40.78179931640625,-73.94717407226562,40.77979278564453,1,N,1,5.0,0.0,0.5,0.3,1.2,0.0,7.0 +2,2016-01-10 00:29:36,2016-01-10 00:39:56,1,1.61,,,-74.00446319580078,40.74776077270508,-73.9804458618164,40.74275207519531,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,12.3 +2,2016-01-13 07:19:06,2016-01-13 07:33:35,6,3.03,,,-73.97979736328125,40.74346160888672,-74.00450134277344,40.71392059326172,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-12 14:43:41,2016-01-12 14:57:52,2,1.9,,,-73.98485565185547,40.74515151977539,-74.00885772705078,40.739479064941406,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-28 19:29:58,2016-01-28 19:56:46,1,4.3,,,-73.99027252197266,40.74099349975586,-73.95237731933594,40.78315353393555,1,N,1,19.0,1.0,0.5,0.3,4.15,0.0,24.95 +1,2016-01-30 15:37:35,2016-01-30 15:53:31,1,2.5,,,-73.97296142578125,40.78056335449219,-73.95262145996094,40.76898956298828,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-05 07:33:58,2016-01-05 07:47:49,1,3.3,,,-74.01377868652344,40.708499908447266,-74.00028228759766,40.747703552246094,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +2,2016-01-11 16:07:47,2016-01-11 16:12:12,1,0.94,,,-73.9970932006836,40.72245788574219,-73.98713684082031,40.72992706298828,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,8.5 +1,2016-01-17 01:14:20,2016-01-17 01:19:48,1,1.4,,,-74.00505065917969,40.740787506103516,-73.99091339111328,40.75595474243164,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-07 18:24:17,2016-01-07 19:16:10,1,17.09,,,-73.78993225097656,40.64744186401367,-73.98899841308594,40.758399963378906,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-18 08:36:59,2016-01-18 08:41:56,6,1.15,,,-73.98493957519531,40.77391052246094,-73.97172546386719,40.76603698730469,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-11 07:40:42,2016-01-11 08:14:00,1,12.2,,,-73.8637924194336,40.7696647644043,-73.98704528808594,40.756221771240234,1,N,1,36.5,0.0,0.5,0.3,10.7,5.54,53.54 +2,2016-01-06 16:08:29,2016-01-06 16:36:39,1,9.69,,,-73.98338317871094,40.76087188720703,-73.873779296875,40.77268981933594,1,N,2,29.5,1.0,0.5,0.3,0.0,5.54,36.84 +1,2016-01-20 18:34:45,2016-01-20 18:46:43,1,1.3,,,-74.00344848632812,40.72676467895508,-74.00779724121094,40.7429084777832,1,N,1,9.0,1.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-26 09:27:38,2016-01-26 09:47:29,1,1.6,,,-73.99156951904297,40.74482727050781,-73.97211456298828,40.75472640991211,1,N,1,12.5,0.0,0.5,0.3,1.5,0.0,14.8 +1,2016-01-21 16:45:02,2016-01-21 17:08:03,1,2.4,,,-73.95899963378906,40.78342056274414,-73.97631072998047,40.75438690185547,1,N,1,15.5,1.0,0.5,0.3,1.75,0.0,19.05 +2,2016-01-14 08:18:18,2016-01-14 08:37:30,1,3.32,,,-73.97042846679688,40.78900146484375,-74.0013427734375,40.74660110473633,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-07 11:43:37,2016-01-07 11:52:58,1,0.81,,,-73.96063995361328,40.77324676513672,-73.94869995117188,40.77154541015625,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-18 19:06:00,2016-01-18 19:09:42,1,1.12,,,-73.9590072631836,40.76350021362305,-73.94905090332031,40.7774772644043,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-03 10:36:41,2016-01-03 10:46:05,1,2.5,,,-73.99507141113281,40.73957824707031,-73.9871826171875,40.768577575683594,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +1,2016-01-19 19:52:08,2016-01-19 19:58:10,1,0.9,,,-73.99589538574219,40.74422836303711,-73.98188781738281,40.743953704833984,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-14 10:09:26,2016-01-14 10:29:20,1,5.92,,,-73.9764175415039,40.74803924560547,-73.93636322021484,40.81227111816406,1,N,1,21.0,0.0,0.5,0.3,2.0,0.0,23.8 +1,2016-01-14 09:56:44,2016-01-14 10:17:49,1,2.4,,,-73.96588897705078,40.75864028930664,-73.97318267822266,40.77977752685547,1,N,1,14.5,0.0,0.5,0.3,2.5,0.0,17.8 +1,2016-01-04 14:49:28,2016-01-04 15:02:26,1,2.5,,,-73.96337890625,40.77191162109375,-73.98823547363281,40.743553161621094,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-03 13:17:49,2016-01-03 13:20:49,1,0.7,,,-73.95629119873047,40.778045654296875,-73.95752716064453,40.77102279663086,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-17 19:17:49,2016-01-17 19:32:01,1,2.5,,,-73.98848724365234,40.718719482421875,-73.98821258544922,40.74578094482422,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-10 02:21:12,2016-01-10 02:28:38,4,2.38,,,-73.97969818115234,40.783687591552734,-73.95945739746094,40.763511657714844,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-15 22:03:23,2016-01-15 22:14:18,1,1.7,,,-73.97032165527344,40.69025802612305,-73.99394226074219,40.69926834106445,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-19 14:53:01,2016-01-19 15:21:11,2,4.89,,,-73.86346435546875,40.77001953125,-73.92861938476562,40.75210189819336,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,22.8 +1,2016-01-16 18:21:06,2016-01-16 18:37:29,2,2.4,,,-74.01485443115234,40.70951461791992,-73.99456024169922,40.7319221496582,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-07 11:31:04,2016-01-07 11:47:39,1,1.9,,,-73.95758056640625,40.7653694152832,-73.97557830810547,40.751644134521484,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-14 17:04:47,2016-01-14 17:08:59,1,0.8,,,-73.99722290039062,40.721954345703125,-74.00238800048828,40.7291259765625,1,N,1,5.0,1.0,0.5,0.3,2.04,0.0,8.84 +1,2016-01-10 13:32:14,2016-01-10 13:42:41,1,1.9,,,-73.95804595947266,40.78181838989258,-73.98123168945312,40.780242919921875,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-19 09:03:26,2016-01-19 09:28:58,2,3.17,,,-74.00611877441406,40.71717071533203,-73.98138427734375,40.75874710083008,1,N,1,17.0,0.0,0.5,0.3,2.0,0.0,19.8 +1,2016-01-16 07:01:55,2016-01-16 07:04:47,1,0.5,,,-73.96407318115234,40.76737594604492,-73.96195983886719,40.773780822753906,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +1,2016-01-05 00:06:41,2016-01-05 00:40:34,1,20.1,,,-73.78996276855469,40.64396667480469,-74.00141906738281,40.73914337158203,2,N,1,52.0,0.0,0.5,0.3,10.55,0.0,63.35 +2,2016-01-30 04:05:39,2016-01-30 04:12:29,5,1.51,,,-73.91295623779297,40.700538635253906,-73.93614196777344,40.70214080810547,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-17 02:09:32,2016-01-17 02:25:21,1,2.0,,,-74.00559997558594,40.73822021484375,-73.99121856689453,40.719329833984375,1,N,1,11.5,0.5,0.5,0.3,2.0,0.0,14.8 +2,2016-01-27 09:33:44,2016-01-27 09:40:21,1,0.81,,,-73.96314239501953,40.767539978027344,-73.953857421875,40.77288818359375,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-04 10:31:41,2016-01-04 10:40:42,3,0.98,,,-73.97663879394531,40.74782180786133,-73.99060821533203,40.75531005859375,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-08 08:36:07,2016-01-08 08:43:15,6,1.15,,,-73.98361206054688,40.755821228027344,-73.97010803222656,40.76341247558594,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-20 00:40:20,2016-01-20 00:45:36,1,0.8,,,-73.99478149414062,40.72148132324219,-74.00516510009766,40.72390365600586,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +2,2016-01-06 11:07:35,2016-01-06 11:27:07,5,1.47,,,-73.97444915771484,40.74692153930664,-73.98845672607422,40.7589111328125,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-20 18:34:19,2016-01-20 18:40:35,1,0.3,,,-73.98682403564453,40.742740631103516,-73.984375,40.74599075317383,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-29 06:48:12,2016-01-29 06:52:58,1,0.7,,,-73.99139404296875,40.75025177001953,-73.9869155883789,40.74285888671875,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +2,2016-01-11 14:49:57,2016-01-11 15:09:33,1,2.58,,,-73.95924377441406,40.77754592895508,-73.96277618408203,40.755699157714844,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-26 12:29:23,2016-01-26 12:47:53,4,4.08,,,-74.00859832763672,40.704078674316406,-73.97578430175781,40.74070739746094,1,N,1,17.0,0.0,0.5,0.3,3.0,0.0,20.8 +1,2016-01-17 02:24:28,2016-01-17 02:28:56,1,0.8,,,-73.99832916259766,40.73301696777344,-74.00115966796875,40.73938751220703,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +2,2016-01-26 20:02:07,2016-01-26 20:10:47,1,0.8,,,-73.96002197265625,40.76679992675781,-73.9681625366211,40.759037017822266,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-07 22:43:52,2016-01-07 22:48:31,1,2.0,,,-73.99439239501953,40.761009216308594,-73.97553253173828,40.78702163696289,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-29 20:16:13,2016-01-29 20:23:44,1,0.91,,,-73.97621154785156,40.7590217590332,-73.98502349853516,40.74739074707031,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-24 10:43:50,2016-01-24 11:01:53,1,3.15,,,-73.99826049804688,40.73548889160156,-74.00094604492188,40.758056640625,1,N,1,13.5,0.0,0.5,0.3,1.0,0.0,15.3 +1,2016-01-24 20:05:15,2016-01-24 20:14:41,1,1.9,,,-73.95925903320312,40.76752471923828,-73.9773178100586,40.74673080444336,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-03 18:06:06,2016-01-03 18:19:19,1,2.7,,,-73.9950180053711,40.7231330871582,-73.9698486328125,40.749847412109375,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-26 20:23:57,2016-01-26 20:34:08,1,1.13,,,-73.97042846679688,40.76517868041992,-73.98143768310547,40.7579345703125,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +1,2016-01-21 11:10:55,2016-01-21 11:24:52,1,1.1,,,-73.98257446289062,40.75606155395508,-73.968017578125,40.75565719604492,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-17 21:45:22,2016-01-17 22:07:13,1,7.28,,,-73.98967742919922,40.71406555175781,-73.9678955078125,40.787139892578125,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,24.8 +1,2016-01-24 09:47:09,2016-01-24 09:54:20,1,1.8,,,-73.99288177490234,40.74782180786133,-73.98967742919922,40.76762771606445,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-24 18:51:33,2016-01-24 18:59:09,2,0.92,,,-73.98912048339844,40.763301849365234,-73.98844146728516,40.75410079956055,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-14 17:13:59,2016-01-14 17:18:56,2,0.7,,,-73.98627471923828,40.76102828979492,-73.97975158691406,40.75485610961914,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-21 15:52:03,2016-01-21 16:01:53,2,0.86,,,-73.96646118164062,40.773746490478516,-73.97465515136719,40.762142181396484,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-13 10:12:22,2016-01-13 10:19:48,1,0.6,,,-74.0108413696289,40.71200180053711,-74.00299072265625,40.71724319458008,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-28 11:26:37,2016-01-28 11:35:27,2,0.6,,,-73.97502899169922,40.765140533447266,-73.97748565673828,40.75813293457031,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-30 18:37:29,2016-01-30 18:43:12,1,0.8,,,-73.98590087890625,40.76290512084961,-73.97305297851562,40.76036071777344,1,N,1,5.5,0.0,0.5,0.3,1.85,0.0,8.15 +1,2016-01-07 21:17:34,2016-01-07 21:37:15,1,4.1,,,-73.99581909179688,40.73868179321289,-73.9519271850586,40.77829360961914,1,N,1,17.0,0.5,0.5,0.3,2.7,0.0,21.0 +2,2016-01-09 15:43:13,2016-01-09 15:59:36,1,2.82,,,-73.96674346923828,40.764251708984375,-73.97998046875,40.734989166259766,1,N,1,13.0,0.0,0.5,0.3,3.45,0.0,17.25 +1,2016-01-14 06:14:21,2016-01-14 06:19:27,1,1.3,,,-73.99156951904297,40.74869155883789,-73.97653198242188,40.75486755371094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-09 00:38:36,2016-01-09 00:55:04,4,3.9,,,-73.99212646484375,40.725189208984375,-73.95866394042969,40.76816940307617,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +2,2016-01-16 14:34:52,2016-01-16 14:45:04,1,1.99,,,-73.98302459716797,40.77174377441406,-73.96485137939453,40.755802154541016,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-29 17:59:22,2016-01-29 18:07:10,1,1.35,,,-73.95642852783203,40.76726150512695,-73.955810546875,40.78139114379883,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-11 14:13:47,2016-01-11 14:31:58,1,2.03,,,-73.98590850830078,40.7447509765625,-74.00562286376953,40.72682189941406,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-18 17:23:34,2016-01-18 17:29:20,1,0.95,,,-73.99203491210938,40.75925827026367,-74.00081634521484,40.747291564941406,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-16 13:13:12,2016-01-16 13:15:37,2,0.5,,,-74.00160217285156,40.746551513671875,-73.99365997314453,40.743186950683594,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +1,2016-01-13 19:30:31,2016-01-13 19:42:51,1,2.7,,,-73.96834564208984,40.7618408203125,-73.98933410644531,40.73004150390625,1,N,1,11.0,1.0,0.5,0.3,1.0,0.0,13.8 +2,2016-01-30 00:31:14,2016-01-30 00:39:35,5,1.74,,,-73.97169494628906,40.76424789428711,-73.95621490478516,40.781219482421875,1,N,1,8.5,0.5,0.5,0.3,1.5,0.0,11.3 +2,2016-01-09 20:53:50,2016-01-09 21:02:49,1,0.69,,,-73.99461364746094,40.7247314453125,-74.00323486328125,40.72409439086914,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-11 16:40:19,2016-01-11 16:49:01,1,1.2,,,-73.98524475097656,40.74187469482422,-73.99462127685547,40.750335693359375,1,N,1,7.5,1.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-13 02:44:57,2016-01-13 02:58:20,6,3.3,,,-73.98357391357422,40.72596740722656,-73.9571762084961,40.7164306640625,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-12 21:50:11,2016-01-12 22:03:16,1,7.7,,,-73.78179168701172,40.644752502441406,-73.73456573486328,40.68363571166992,1,N,1,22.5,0.5,0.5,0.3,0.0,0.0,23.8 +2,2016-01-12 21:31:24,2016-01-12 21:36:19,1,1.36,,,-73.9573974609375,40.773719787597656,-73.97232818603516,40.78575897216797,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,9.12 +2,2016-01-30 18:22:30,2016-01-30 18:33:51,2,1.63,,,-73.98724365234375,40.73257827758789,-73.97216033935547,40.747318267822266,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-22 18:41:13,2016-01-22 18:46:29,1,1.2,,,-73.98828125,40.77918243408203,-73.97628021240234,40.78750991821289,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-26 08:10:43,2016-01-26 08:20:55,3,0.7,,,-73.99342346191406,40.7361946105957,-73.98277282714844,40.736385345458984,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,10.75 +2,2016-01-24 15:54:08,2016-01-24 16:58:18,5,8.78,,,-74.0,40.727088928222656,-73.8931884765625,40.74748992919922,1,N,2,31.5,0.0,0.5,0.3,0.0,0.0,32.3 +1,2016-01-13 18:34:52,2016-01-13 18:46:35,1,1.7,,,-73.97541809082031,40.75251007080078,-73.97344970703125,40.7381591796875,1,N,1,9.5,1.0,0.5,0.3,4.5,0.0,15.8 +1,2016-01-21 07:27:02,2016-01-21 07:31:33,1,1.1,,,-73.95863342285156,40.77496337890625,-73.96935272216797,40.760379791259766,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-30 20:28:31,2016-01-30 20:47:01,3,3.41,,,-74.0064926147461,40.73250961303711,-73.9820785522461,40.76369857788086,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,18.96 +1,2016-01-09 22:46:52,2016-01-09 23:03:20,1,1.5,,,-73.97928619384766,40.73983383178711,-73.99181365966797,40.722286224365234,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-12 15:36:47,2016-01-12 15:45:59,5,0.87,,,-73.96875,40.76148986816406,-73.98294830322266,40.76681900024414,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-14 20:14:54,2016-01-14 20:22:05,1,0.66,,,-73.97582244873047,40.75947189331055,-73.97489929199219,40.75310516357422,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-23 01:09:49,2016-01-23 01:30:39,1,3.9,,,-73.98741149902344,40.76580047607422,-74.00556945800781,40.725650787353516,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-22 18:14:54,2016-01-22 18:38:23,1,7.1,,,-73.9659423828125,40.770851135253906,-74.0086898803711,40.71059799194336,1,N,1,23.5,1.0,0.5,0.3,5.06,0.0,30.36 +1,2016-01-21 12:46:33,2016-01-21 12:58:58,2,1.1,,,-73.96394348144531,40.77663040161133,-73.97415924072266,40.76258850097656,1,N,1,9.0,0.0,0.5,0.3,4.0,0.0,13.8 +2,2016-01-28 11:02:27,2016-01-28 11:14:57,1,1.45,,,-73.99120330810547,40.73921585083008,-74.00541687011719,40.72779083251953,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-11 06:43:42,2016-01-11 06:49:51,1,2.0,,,-73.9624252319336,40.799827575683594,-73.98011779785156,40.78014373779297,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-21 18:54:23,2016-01-21 19:07:06,1,1.2,,,-73.98979949951172,40.735164642333984,-73.98271942138672,40.72304916381836,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-26 15:38:38,2016-01-26 15:57:15,5,1.49,,,-73.95720672607422,40.783531188964844,-73.96923828125,40.76662063598633,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-02 01:38:35,2016-01-02 01:44:02,1,1.32,,,-73.98997497558594,40.75735092163086,-73.9848403930664,40.7685546875,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 14:14:36,2016-01-07 14:38:26,2,3.8,,,-73.96751403808594,40.76921081542969,-74.0068130493164,40.74151611328125,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,18.3 +1,2016-01-21 18:36:24,2016-01-21 18:47:33,1,2.1,,,-73.99605560302734,40.763145446777344,-73.97955322265625,40.78662109375,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-06 23:26:48,2016-01-06 23:30:51,1,1.0,,,-73.95502471923828,40.773193359375,-73.95728302001953,40.782920837402344,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-22 19:15:49,2016-01-22 19:20:02,1,0.48,,,-73.98483276367188,40.768489837646484,-73.98314666748047,40.76306915283203,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-16 00:41:05,2016-01-16 01:13:54,4,12.29,,,-73.98761749267578,40.73752975463867,-74.03447723388672,40.622398376464844,1,N,1,38.0,0.5,0.5,0.3,9.82,0.0,49.12 +2,2016-01-21 19:10:28,2016-01-21 19:18:32,1,0.77,,,-73.97772979736328,40.7463493347168,-73.99037170410156,40.75136184692383,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-21 18:49:44,2016-01-21 19:01:34,1,1.14,,,-73.97817993164062,40.748355865478516,-73.97876739501953,40.75840377807617,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-21 23:23:41,2016-01-21 23:34:10,3,1.8,,,-73.98311614990234,40.76311111450195,-73.9838638305664,40.74361801147461,1,N,1,9.0,0.5,0.5,0.3,3.05,0.0,13.35 +2,2016-01-13 02:48:50,2016-01-13 03:01:41,5,4.13,,,-74.00733184814453,40.728309631347656,-73.98439025878906,40.779701232910156,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +1,2016-01-10 18:59:33,2016-01-10 19:55:00,1,18.6,,,-73.78984832763672,40.646385192871094,-73.99176788330078,40.71513748168945,2,N,1,52.0,0.0,0.5,0.3,6.0,0.0,58.8 +1,2016-01-20 17:56:56,2016-01-20 18:10:02,1,1.5,,,-73.9780044555664,40.74576950073242,-73.96984100341797,40.764644622802734,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-22 23:18:34,2016-01-22 23:28:04,2,0.9,,,-73.98110961914062,40.72955322265625,-73.987548828125,40.72177505493164,1,N,1,7.5,0.5,0.5,0.3,2.0,0.0,10.8 +2,2016-01-29 10:57:25,2016-01-29 11:34:00,1,9.51,,,-73.86373138427734,40.76967239379883,-73.99138641357422,40.755645751953125,1,N,1,35.5,0.0,0.5,0.3,5.0,5.54,46.84 +1,2016-01-05 09:56:30,2016-01-05 10:08:16,1,1.5,,,-73.98119354248047,40.77412414550781,-73.97177124023438,40.75975799560547,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-21 20:28:44,2016-01-21 20:46:55,6,1.99,,,-73.97539520263672,40.763099670410156,-73.95147705078125,40.77398681640625,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +2,2016-01-07 14:26:24,2016-01-07 14:34:00,4,1.5,,,-73.9604721069336,40.79750061035156,-73.95269775390625,40.783199310302734,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-27 22:54:07,2016-01-27 23:03:51,1,1.8,,,-73.95758819580078,40.78010177612305,-73.97689056396484,40.76484680175781,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-19 12:13:30,2016-01-19 12:19:27,1,0.81,,,-73.98473358154297,40.73658752441406,-73.98167419433594,40.7292366027832,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-20 08:03:46,2016-01-20 08:16:09,1,1.61,,,-73.98466491699219,40.74579620361328,-74.00164031982422,40.75645065307617,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-18 14:28:03,2016-01-18 14:39:30,1,2.9,,,-73.97193145751953,40.76568603515625,-73.99884033203125,40.732330322265625,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-21 21:30:11,2016-01-21 21:38:23,1,2.97,,,-74.00939178466797,40.70585250854492,-73.98371887207031,40.72178649902344,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-08 22:55:49,2016-01-08 23:09:33,2,2.2,,,-73.9920883178711,40.76158142089844,-73.98423767089844,40.74034881591797,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-22 14:25:10,2016-01-22 14:35:14,3,1.0,,,-74.0013427734375,40.71482849121094,-73.99205780029297,40.72562026977539,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-17 22:47:50,2016-01-17 22:51:49,1,1.01,,,-73.95556640625,40.77265930175781,-73.95836639404297,40.760528564453125,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-07 13:07:41,2016-01-07 13:08:52,1,0.3,,,-73.98086547851562,40.77504348754883,-73.97666931152344,40.775146484375,1,N,1,3.0,0.0,0.5,0.3,0.75,0.0,4.55 +1,2016-01-09 00:47:12,2016-01-09 00:57:14,1,1.3,,,-73.98988342285156,40.72941589355469,-74.00214385986328,40.73003387451172,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +1,2016-01-05 09:10:30,2016-01-05 09:22:49,1,1.0,,,-73.98005676269531,40.74324417114258,-73.99121856689453,40.738983154296875,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-11 21:17:00,2016-01-11 21:21:47,1,1.43,,,-73.9597396850586,40.76782989501953,-73.94465637207031,40.77947998046875,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-12 17:46:36,2016-01-12 17:48:31,4,0.47,,,-73.95917510986328,40.77235412597656,-73.95628356933594,40.77726364135742,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-18 22:51:52,2016-01-18 22:57:46,1,0.74,,,-73.98876190185547,40.74148178100586,-73.97737884521484,40.738319396972656,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-30 10:13:23,2016-01-30 10:30:53,1,4.2,,,-74.0041732788086,40.738033294677734,-73.98143005371094,40.78126525878906,1,N,1,17.0,0.0,0.5,0.3,3.55,0.0,21.35 +1,2016-01-09 01:52:55,2016-01-09 02:01:27,1,3.1,,,-73.99137115478516,40.76536560058594,-73.96034240722656,40.80180358886719,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,14.75 +1,2016-01-01 14:38:49,2016-01-01 14:40:20,1,0.3,,,-74.0078125,40.73225021362305,-74.0065689086914,40.737083435058594,1,N,1,3.0,0.0,0.5,0.3,1.2,0.0,5.0 +2,2016-01-15 19:06:55,2016-01-15 19:07:09,3,0.0,,,-73.96882629394531,40.76433181762695,-73.96894836425781,40.76451873779297,5,N,1,32.8,0.0,0.5,0.3,2.0,5.54,41.14 +1,2016-01-01 18:21:37,2016-01-01 18:34:53,1,4.3,,,-74.00503540039062,40.722923278808594,-73.9617919921875,40.76063919067383,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +2,2016-01-15 22:20:33,2016-01-15 23:03:18,1,6.58,,,-73.98916625976562,40.73154830932617,-73.92759704589844,40.77443313598633,1,N,1,30.0,0.5,0.5,0.3,6.26,0.0,37.56 +1,2016-01-03 18:38:13,2016-01-03 18:42:55,1,0.8,,,-74.00108337402344,40.73643112182617,-73.99370574951172,40.72807693481445,1,N,1,5.5,1.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-30 22:02:31,2016-01-30 22:12:32,1,2.31,,,-74.00930786132812,40.72925567626953,-74.00068664550781,40.75522232055664,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +1,2016-01-13 17:29:16,2016-01-13 17:39:06,1,1.5,,,-73.99085998535156,40.739566802978516,-73.99989318847656,40.72280502319336,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-13 13:55:14,2016-01-13 13:59:18,1,0.5,,,-73.975830078125,40.756004333496094,-73.97042846679688,40.76317596435547,1,N,1,4.5,0.0,0.5,0.3,1.3,0.0,6.6 +1,2016-01-12 20:21:32,2016-01-12 20:35:52,1,2.9,,,-73.9945068359375,40.71908950805664,-74.0077896118164,40.75157928466797,1,N,1,13.0,0.5,0.5,0.3,3.55,0.0,17.85 +2,2016-01-20 18:54:01,2016-01-20 19:00:19,4,1.09,,,-73.99916076660156,40.72476577758789,-74.00606536865234,40.73508834838867,1,N,1,6.0,1.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-21 17:08:54,2016-01-21 17:12:50,1,0.68,,,-73.95673370361328,40.77794647216797,-73.96289825439453,40.76948547363281,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-27 15:58:22,2016-01-27 16:15:46,1,1.8,,,-73.97335052490234,40.74414825439453,-73.97041320800781,40.7646598815918,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-16 01:41:24,2016-01-16 01:45:20,5,1.35,,,-73.9638671875,40.7678108215332,-73.95726013183594,40.78242111206055,1,N,1,6.0,0.5,0.5,0.3,0.7,0.0,8.0 +1,2016-01-22 23:27:03,2016-01-22 23:56:25,2,6.9,,,-73.99918365478516,40.728118896484375,-73.91397094726562,40.67401123046875,1,N,1,24.5,0.5,0.5,0.3,0.0,0.0,25.8 +2,2016-01-20 09:31:15,2016-01-20 09:57:19,2,2.07,,,-74.00618743896484,40.751060485839844,-73.99578857421875,40.76942825317383,1,N,1,16.5,0.0,0.5,0.3,1.0,0.0,18.3 +1,2016-01-07 19:07:40,2016-01-07 19:43:56,1,9.8,,,-74.00809478759766,40.73816680908203,-73.90807342529297,40.71739196777344,1,N,1,33.0,1.0,0.5,0.3,5.0,0.0,39.8 +2,2016-01-22 20:13:29,2016-01-22 20:26:45,2,2.49,,,-73.95748138427734,40.78550720214844,-73.97311401367188,40.755859375,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,15.36 +1,2016-01-16 09:10:31,2016-01-16 09:17:43,1,1.6,,,-74.00283813476562,40.76047897338867,-73.98035430908203,40.762325286865234,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-27 23:38:35,2016-01-28 00:04:51,2,19.0,,,-73.78997802734375,40.64677047729492,-73.94818115234375,40.774505615234375,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-17 12:34:38,2016-01-17 13:02:23,2,9.94,,,-73.8635025024414,40.77000045776367,-73.98692321777344,40.76118850708008,1,N,1,32.0,0.0,0.5,0.3,7.67,5.54,46.01 +1,2016-01-04 22:54:19,2016-01-04 23:01:38,1,1.7,,,-73.9712905883789,40.75751876831055,-73.98242950439453,40.736873626708984,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-22 16:16:53,2016-01-22 16:27:27,1,1.46,,,-73.96363830566406,40.7716178894043,-73.97726440429688,40.75461196899414,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-17 11:58:00,2016-01-17 12:02:11,1,0.8,,,-73.95426177978516,40.81151580810547,-73.95348358154297,40.82207489013672,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-21 16:44:55,2016-01-21 18:01:32,1,15.93,,,-73.91558837890625,40.730751037597656,-73.7833023071289,40.64356231689453,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-27 13:46:17,2016-01-27 13:50:11,1,0.5,,,-74.0052490234375,40.7407112121582,-74.00902557373047,40.7354850769043,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-17 13:16:08,2016-01-17 13:32:01,5,1.96,,,-73.99695587158203,40.74216842651367,-73.98432922363281,40.76444625854492,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,13.8 +2,2016-01-06 16:24:21,2016-01-06 16:39:28,1,1.58,,,-74.00697326660156,40.73368835449219,-73.9909896850586,40.719268798828125,1,N,1,10.5,1.0,0.5,0.3,2.0,0.0,14.3 +2,2016-01-26 22:06:05,2016-01-26 22:19:11,1,2.23,,,-74.00041961669922,40.7321662902832,-74.00985717773438,40.71004867553711,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +1,2016-01-21 07:34:35,2016-01-21 07:48:29,1,2.1,,,-73.97917175292969,40.74618148803711,-74.00391387939453,40.742313385009766,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-22 17:53:44,2016-01-22 17:57:39,1,0.4,,,-73.96276092529297,40.778568267822266,-73.9618911743164,40.77381134033203,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-29 12:41:34,2016-01-29 13:12:56,1,9.7,,,-73.98597717285156,40.75864028930664,-73.87027740478516,40.77302169799805,1,N,1,33.0,0.0,0.5,0.3,7.85,5.54,47.19 +2,2016-01-03 18:44:37,2016-01-03 18:55:22,1,2.98,,,-73.87445068359375,40.77404022216797,-73.90392303466797,40.775962829589844,1,N,1,11.0,0.0,0.5,0.3,4.2,0.0,16.0 +2,2016-01-12 23:14:44,2016-01-12 23:18:52,1,0.67,,,-73.98493194580078,40.76163101196289,-73.99108123779297,40.76581954956055,1,N,1,5.0,0.5,0.5,0.3,1.58,0.0,7.88 +2,2016-01-10 12:51:58,2016-01-10 12:54:49,1,0.43,,,-73.97858428955078,40.75122833251953,-73.98457336425781,40.7616081237793,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-27 21:57:00,2016-01-27 22:13:18,1,5.0,,,-74.0160140991211,40.71527862548828,-73.98483276367188,40.72816848754883,1,N,1,17.0,0.5,0.5,0.3,3.66,0.0,21.96 +1,2016-01-19 00:58:32,2016-01-19 01:07:48,1,1.6,,,0.0,0.0,0.0,0.0,1,N,1,8.5,0.5,0.5,0.3,2.9,0.0,12.7 +1,2016-01-29 13:55:32,2016-01-29 13:58:55,1,0.6,,,-73.96793365478516,40.75564956665039,-73.97466278076172,40.750118255615234,1,N,1,4.5,0.0,0.5,0.3,1.3,0.0,6.6 +1,2016-01-22 06:45:32,2016-01-22 06:50:24,1,0.8,,,-73.98053741455078,40.785011291503906,-73.96900177001953,40.78562545776367,1,Y,1,5.5,0.0,0.5,0.3,1.85,0.0,8.15 +2,2016-01-20 10:20:55,2016-01-20 10:23:48,1,0.66,,,-73.9627456665039,40.77536392211914,-73.95609283447266,40.781368255615234,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-04 22:42:46,2016-01-04 22:44:09,1,0.4,,,-73.95393371582031,40.779014587402344,-73.94780731201172,40.779579162597656,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,5.76 +2,2016-01-03 16:54:35,2016-01-03 17:12:00,1,3.18,,,-73.9625473022461,40.778648376464844,-73.99076080322266,40.75069046020508,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-21 21:59:27,2016-01-21 22:12:54,1,2.4,,,-73.99126434326172,40.74998474121094,-73.9895248413086,40.72459411621094,1,N,1,11.0,0.5,0.5,0.3,3.05,0.0,15.35 +2,2016-01-09 19:32:31,2016-01-09 19:43:48,6,1.67,,,-73.9793930053711,40.78681945800781,-73.96062469482422,40.772701263427734,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-07 22:25:39,2016-01-07 22:32:12,1,0.53,,,-73.98751068115234,40.74422836303711,-73.99421691894531,40.748538970947266,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-09 11:52:46,2016-01-09 11:56:02,2,0.55,,,-73.98686981201172,40.731536865234375,-73.98686981201172,40.731536865234375,1,N,1,4.5,0.0,0.5,0.3,1.59,0.0,6.89 +1,2016-01-19 06:46:50,2016-01-19 06:59:06,1,3.0,,,-73.94647979736328,40.791988372802734,-73.9732666015625,40.75374221801758,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-01 13:22:51,2016-01-01 13:29:12,6,1.48,,,-74.01264953613281,40.71451950073242,-74.00425720214844,40.730438232421875,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-17 02:31:36,2016-01-17 02:34:39,2,0.83,,,-73.9903793334961,40.757301330566406,-73.99681091308594,40.75033187866211,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +1,2016-01-04 14:19:21,2016-01-04 14:47:58,1,7.6,,,-73.87457275390625,40.77410125732422,-73.95948028564453,40.731239318847656,1,N,1,27.0,0.0,0.5,0.3,8.3,0.0,36.1 +2,2016-01-22 00:30:25,2016-01-22 00:52:37,1,7.46,,,-73.87454223632812,40.774070739746094,-73.98441314697266,40.766971588134766,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,25.3 +2,2016-01-23 00:25:11,2016-01-23 00:35:35,5,2.2,,,-73.9513168334961,40.81003952026367,-73.943359375,40.83346939086914,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-08 23:13:20,2016-01-08 23:20:42,1,1.1,,,-73.99740600585938,40.72136306762695,-73.98395538330078,40.72700881958008,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-04 19:47:52,2016-01-04 20:13:35,1,7.0,,,-73.97709655761719,40.75563049316406,-73.88937377929688,40.7724723815918,1,N,1,24.0,1.0,0.5,0.3,4.0,0.0,29.8 +1,2016-01-09 10:18:18,2016-01-09 10:22:27,1,0.9,,,-73.94229888916016,40.78648376464844,-73.9441146850586,40.79463577270508,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-21 18:48:33,2016-01-21 18:58:48,1,1.27,,,-73.98436737060547,40.736671447753906,-73.99087524414062,40.74872589111328,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-09 17:18:21,2016-01-09 17:29:40,1,1.6,,,-73.98084259033203,40.744808197021484,-73.98383331298828,40.760162353515625,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-05 08:51:51,2016-01-05 08:56:55,5,0.76,,,-73.95597076416016,40.7678108215332,-73.96235656738281,40.77490997314453,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-30 09:21:44,2016-01-30 09:26:48,1,1.14,,,-73.9787368774414,40.74769973754883,-73.9764404296875,40.75901412963867,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-24 21:45:16,2016-01-24 21:52:07,1,3.68,,,-73.98291015625,40.72282791137695,-74.01628875732422,40.70600509643555,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,15.36 +2,2016-01-16 10:11:24,2016-01-16 10:22:58,1,2.83,,,-73.97146606445312,40.75497817993164,-73.95234680175781,40.78971481323242,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-07 19:57:10,2016-01-07 20:04:12,1,1.52,,,-73.98771667480469,40.76530838012695,-74.00167846679688,40.74586868286133,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-27 00:47:57,2016-01-27 01:01:26,1,3.3,,,-73.99960327148438,40.7438850402832,-74.01210021972656,40.707618713378906,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +2,2016-01-08 23:30:30,2016-01-08 23:32:35,6,0.7,,,-73.98102569580078,40.77949142456055,-73.97659301757812,40.7875862121582,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +2,2016-01-25 18:07:20,2016-01-25 18:22:57,1,3.94,,,-74.00196838378906,40.74052047729492,-73.97991943359375,40.784751892089844,1,N,1,15.0,1.0,0.5,0.3,4.2,0.0,21.0 +1,2016-01-24 16:50:11,2016-01-24 16:59:32,1,1.3,,,-73.990478515625,40.73698425292969,-74.00404357910156,40.73231887817383,1,Y,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-30 15:33:22,2016-01-30 15:43:57,1,1.48,,,-73.98184204101562,40.76611328125,-73.96832275390625,40.75566101074219,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-20 00:35:35,2016-01-20 00:47:44,1,1.97,,,-73.98245239257812,40.7717399597168,-73.9775390625,40.75489044189453,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-22 12:24:42,2016-01-22 12:41:53,2,4.36,,,-74.00474548339844,40.7066650390625,-73.9792251586914,40.744110107421875,1,N,1,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-20 12:31:06,2016-01-20 12:37:04,1,0.62,,,-73.98214721679688,40.746341705322266,-73.99124908447266,40.74940872192383,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-27 19:55:22,2016-01-27 19:59:16,1,0.6,,,-74.00851440429688,40.72004318237305,-74.00306701660156,40.7251091003418,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-06 06:31:05,2016-01-06 06:39:54,2,2.76,,,-73.96333312988281,40.79365158081055,-73.9866714477539,40.762420654296875,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-16 22:04:52,2016-01-16 22:24:04,3,12.3,,,-73.77677917480469,40.64542007446289,-73.73124694824219,40.75598907470703,1,N,1,34.0,0.5,0.5,0.3,7.06,0.0,42.36 +2,2016-01-30 04:00:31,2016-01-30 04:14:27,1,3.07,,,-73.91567993164062,40.822540283203125,-73.90042114257812,40.860687255859375,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,13.8 +2,2016-01-30 00:50:07,2016-01-30 01:09:14,1,4.87,,,-73.99195098876953,40.74418258666992,-73.95455169677734,40.80070114135742,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,19.3 +2,2016-01-13 08:44:50,2016-01-13 08:52:10,1,0.99,,,-74.00731658935547,40.71601104736328,-73.99609375,40.7252197265625,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-30 00:26:33,2016-01-30 00:34:38,1,1.1,,,-73.97616577148438,40.753211975097656,-73.99039459228516,40.750240325927734,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-14 23:49:33,2016-01-14 23:59:38,1,2.9,,,-73.9929428100586,40.740562438964844,-73.98709106445312,40.764198303222656,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,14.75 +2,2016-01-25 00:34:30,2016-01-25 00:40:30,1,1.42,,,-73.98783111572266,40.747947692871094,-73.9717025756836,40.756961822509766,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-05 18:53:10,2016-01-05 19:36:33,1,15.45,,,-73.78206634521484,40.644771575927734,-73.95050811767578,40.72895812988281,1,N,1,45.5,1.0,0.5,0.3,11.82,0.0,59.12 +2,2016-01-10 19:49:43,2016-01-10 20:00:35,5,3.16,,,-73.86380767822266,40.769798278808594,-73.85369873046875,40.754390716552734,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-16 15:44:21,2016-01-16 15:46:55,2,0.59,,,-73.95970153808594,40.76274108886719,-73.96047973632812,40.768798828125,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +2,2016-01-21 23:06:59,2016-01-21 23:21:48,3,2.89,,,-74.00273895263672,40.73383712768555,-73.98766326904297,40.76537322998047,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +1,2016-01-27 12:17:37,2016-01-27 12:29:21,1,1.0,,,-73.98250579833984,40.767066955566406,-73.96601867675781,40.762420654296875,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-09 19:15:12,2016-01-09 19:20:14,2,0.95,,,-73.94734954833984,40.81679916381836,-73.95503997802734,40.80498123168945,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-30 14:55:37,2016-01-30 15:02:44,3,1.3,,,-73.9953384399414,40.74969482421875,-74.00305938720703,40.733306884765625,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-20 15:30:28,2016-01-20 15:40:25,2,0.73,,,-73.98013305664062,40.75467300415039,-73.98963928222656,40.752201080322266,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +1,2016-01-27 20:00:11,2016-01-27 20:09:42,1,1.3,,,-73.98206329345703,40.77290725708008,-73.96932220458984,40.761966705322266,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-26 21:06:12,2016-01-26 21:22:09,1,3.1,,,-73.98460388183594,40.75413131713867,-73.94996643066406,40.77605056762695,1,N,1,13.0,0.5,0.5,0.3,3.55,0.0,17.85 +2,2016-01-18 21:11:27,2016-01-18 21:18:35,1,1.28,,,0.0,0.0,0.0,0.0,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +1,2016-01-07 21:50:47,2016-01-07 22:06:32,2,2.7,,,-74.00479888916016,40.751461029052734,-73.98748779296875,40.72545623779297,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +2,2016-01-15 07:33:15,2016-01-15 07:38:10,1,0.45,,,-73.99154663085938,40.75606918334961,-73.98577117919922,40.760398864746094,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-14 07:42:36,2016-01-14 08:03:33,1,4.4,,,-74.00772857666016,40.70869445800781,-73.97786712646484,40.764583587646484,1,N,1,17.0,0.0,0.5,0.3,1.0,0.0,18.8 +1,2016-01-24 22:33:45,2016-01-24 22:39:18,2,1.0,,,-73.97901916503906,40.76273727416992,-73.96466827392578,40.756473541259766,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-07 20:29:51,2016-01-07 20:41:15,1,2.51,,,-74.00474548339844,40.72339630126953,-73.99146270751953,40.75375747680664,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +2,2016-01-07 08:52:44,2016-01-07 09:05:57,2,1.55,,,-73.95520782470703,40.773277282714844,-73.97251892089844,40.76069641113281,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +2,2016-01-14 12:23:19,2016-01-14 12:45:59,2,3.77,,,-73.99154663085938,40.74990463256836,-74.0073471069336,40.704891204833984,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,21.36 +1,2016-01-19 11:16:02,2016-01-19 11:18:56,1,0.3,,,-73.95672607421875,40.779964447021484,-73.9569091796875,40.78340530395508,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-21 22:03:52,2016-01-21 22:13:03,1,1.4,,,-73.98348999023438,40.676597595214844,-73.99256134033203,40.68832015991211,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +2,2016-01-10 13:37:15,2016-01-10 13:48:27,1,1.29,,,-73.98123168945312,40.77412796020508,-73.98893737792969,40.758567810058594,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-11 11:58:04,2016-01-11 12:02:54,3,0.4,,,-73.9733657836914,40.764991760253906,-73.97960662841797,40.766197204589844,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-07 20:45:43,2016-01-07 20:49:00,5,0.6,,,-73.99403381347656,40.740966796875,-73.98955535888672,40.735897064208984,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-27 08:00:26,2016-01-27 08:09:50,1,1.1,,,-73.97235107421875,40.743247985839844,-73.97748565673828,40.75444793701172,1,N,1,7.5,0.0,0.5,0.3,1.7,0.0,10.0 +2,2016-01-27 19:59:24,2016-01-27 20:02:44,1,0.63,,,-73.98854064941406,40.769039154052734,-73.98273468017578,40.77569580078125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-26 08:12:08,2016-01-26 08:37:05,1,6.7,,,-73.95352935791016,40.77928924560547,-73.89715576171875,40.78022766113281,1,N,1,23.5,0.0,0.5,0.3,5.95,5.54,35.79 +2,2016-01-11 23:51:52,2016-01-11 23:56:05,1,0.67,,,-73.98980712890625,40.75667190551758,-73.99620056152344,40.76240158081055,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +2,2016-01-02 17:23:31,2016-01-02 17:25:21,1,0.68,,,-73.95477294921875,40.7696418762207,-73.95249938964844,40.776798248291016,1,N,1,4.0,0.0,0.5,0.3,1.44,0.0,6.24 +1,2016-01-17 18:22:26,2016-01-17 18:24:45,1,0.3,,,-74.00689697265625,40.73936080932617,-74.00562286376953,40.73857116699219,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +1,2016-01-02 17:11:51,2016-01-02 17:25:20,1,1.8,,,-73.98387145996094,40.76285934448242,-73.97077941894531,40.767539978027344,1,N,3,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-11 11:12:26,2016-01-11 11:17:10,1,0.7,,,-73.99507141113281,40.76008987426758,-73.98851013183594,40.75537872314453,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-16 05:37:33,2016-01-16 05:37:36,1,0.0,,,0.0,0.0,-73.98457336425781,40.84651184082031,5,N,1,65.0,0.0,0.5,0.3,13.16,0.0,78.96 +2,2016-01-11 09:59:14,2016-01-11 10:04:51,1,1.05,,,-73.98320770263672,40.761043548583984,-73.98983764648438,40.75651168823242,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-20 01:00:40,2016-01-20 01:06:46,2,1.25,,,-74.00521850585938,40.72856521606445,-73.99018096923828,40.729042053222656,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-28 08:05:18,2016-01-28 08:11:48,1,1.1,,,-73.98973083496094,40.729637145996094,-73.97925567626953,40.744022369384766,1,N,1,6.5,0.0,0.5,0.3,1.2,0.0,8.5 +1,2016-01-14 23:56:15,2016-01-15 00:04:26,1,3.5,,,-73.86502838134766,40.77070999145508,-73.90834045410156,40.758506774902344,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,16.0 +2,2016-01-14 08:56:54,2016-01-14 09:06:45,1,1.09,,,-73.96406555175781,40.75678634643555,-73.97647857666016,40.75071334838867,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-19 06:12:13,2016-01-19 06:18:10,1,1.13,,,-73.97242736816406,40.76280975341797,-73.95648193359375,40.76472854614258,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-18 16:41:24,2016-01-18 17:11:40,1,10.5,,,-73.97798919677734,40.762943267822266,-73.87159729003906,40.77439498901367,1,N,1,34.0,0.0,0.5,0.3,8.05,5.54,48.39 +2,2016-01-18 15:12:55,2016-01-18 15:15:19,1,0.27,,,-73.98188018798828,40.771419525146484,-73.98210144042969,40.77499008178711,1,N,1,3.5,0.0,0.5,0.3,1.29,0.0,5.59 +2,2016-01-29 16:59:50,2016-01-29 17:17:20,1,2.25,,,-73.99144744873047,40.749935150146484,-73.98126983642578,40.77509689331055,1,N,1,12.5,1.0,0.5,0.3,2.86,0.0,17.16 +1,2016-01-09 14:18:46,2016-01-09 14:37:56,2,3.7,,,-73.99420166015625,40.7512321472168,-73.94893646240234,40.771324157714844,1,N,1,15.5,0.0,0.5,0.3,3.25,0.0,19.55 +2,2016-01-21 14:33:46,2016-01-21 14:55:59,1,2.87,,,-73.97016906738281,40.76055145263672,-73.98605346679688,40.7264518737793,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,20.16 +2,2016-01-30 09:50:55,2016-01-30 09:54:26,6,1.03,,,-73.98809051513672,40.76158142089844,-73.99137878417969,40.74970245361328,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-02 15:35:03,2016-01-02 15:42:09,1,1.83,,,-73.97364044189453,40.75224685668945,-73.95645141601562,40.77538299560547,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-17 20:33:51,2016-01-17 20:39:00,5,1.44,,,-73.9862289428711,40.75221252441406,-73.96971893310547,40.76128387451172,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-21 08:03:32,2016-01-21 08:09:15,1,0.7,,,-73.96331024169922,40.757545471191406,-73.96841430664062,40.76448059082031,1,N,1,5.5,0.0,0.5,0.3,1.85,0.0,8.15 +1,2016-01-08 23:29:40,2016-01-08 23:35:26,1,1.6,,,-73.96815490722656,40.76814270019531,-73.94849395751953,40.77657699584961,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-06 12:51:31,2016-01-06 13:02:45,6,2.31,,,-73.99807739257812,40.71696090698242,-73.99967956542969,40.7435188293457,1,N,1,10.0,0.0,0.5,0.3,0.2,0.0,11.0 +2,2016-01-10 14:46:00,2016-01-10 15:00:57,1,3.2,,,-73.94873046875,40.782161712646484,-73.98282623291016,40.75584030151367,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-24 23:49:03,2016-01-24 23:59:39,1,2.32,,,-73.98397827148438,40.75494384765625,-73.98990631103516,40.731163024902344,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-11 22:15:37,2016-01-11 22:24:24,1,2.0,,,-73.97392272949219,40.75691223144531,-73.97583770751953,40.77880859375,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-11 21:12:08,2016-01-11 21:18:08,1,1.41,,,-73.99140167236328,40.72718048095703,-73.98155212402344,40.74399948120117,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-21 09:36:16,2016-01-21 09:45:09,1,1.1,,,-73.9951400756836,40.72606658935547,-73.98883819580078,40.73971939086914,1,N,1,7.5,0.0,0.5,0.3,3.0,0.0,11.3 +2,2016-01-10 18:13:53,2016-01-10 18:18:30,5,0.72,,,-73.9671630859375,40.793636322021484,-73.97309875488281,40.79010009765625,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +1,2016-01-07 23:22:05,2016-01-07 23:31:26,1,1.1,,,-73.97039794921875,40.75579071044922,-73.97351837158203,40.747825622558594,1,N,1,8.0,0.5,0.5,0.3,0.1,0.0,9.4 +2,2016-01-06 03:35:01,2016-01-06 03:52:38,1,4.09,,,-73.96233367919922,40.76034164428711,-73.94998931884766,40.80632781982422,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +2,2016-01-21 17:47:23,2016-01-21 18:01:07,1,2.18,,,-73.96905517578125,40.763397216796875,-73.9491195678711,40.783447265625,1,N,1,11.0,1.0,0.5,0.3,1.28,0.0,14.08 +1,2016-01-16 14:07:19,2016-01-16 14:12:39,2,1.0,,,-73.94051361083984,40.80891036987305,-73.95228576660156,40.8033447265625,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-18 18:08:19,2016-01-18 18:19:33,1,2.3,,,-73.96199035644531,40.76363754272461,-73.99021911621094,40.756404876708984,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-29 05:41:54,2016-01-29 05:54:10,1,2.6,,,-73.93074035644531,40.761131286621094,-73.9662094116211,40.759300231933594,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-11 07:43:17,2016-01-11 07:52:31,1,1.0,,,-73.98770904541016,40.765403747558594,-73.97421264648438,40.75752258300781,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-01 22:22:26,2016-01-01 22:31:36,1,2.2,,,-73.99738311767578,40.72582244873047,-73.9844970703125,40.750022888183594,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +2,2016-01-30 01:09:27,2016-01-30 01:12:21,5,0.59,,,-74.00638580322266,40.73334503173828,-74.00379943847656,40.74030685424805,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +2,2016-01-16 20:34:33,2016-01-16 20:40:15,5,0.66,,,-73.9818115234375,40.736751556396484,-73.9877700805664,40.728519439697266,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-22 19:26:41,2016-01-22 19:30:31,1,0.8,,,-73.9609375,40.76937484741211,-73.95504760742188,40.77842712402344,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-20 07:08:08,2016-01-20 07:20:39,1,1.65,,,-74.00778198242188,40.72600173950195,-74.00830841064453,40.709129333496094,1,N,1,9.5,0.0,0.5,0.3,1.8,0.0,12.1 +2,2016-01-17 01:42:36,2016-01-17 01:53:22,1,1.69,,,-73.99134826660156,40.727020263671875,-74.0111083984375,40.71329116821289,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-17 00:52:09,2016-01-17 01:03:50,1,6.2,,,-73.96341705322266,40.76192092895508,-74.0126953125,40.701576232910156,1,N,1,19.5,0.5,0.5,0.3,0.0,0.0,20.8 +2,2016-01-13 00:44:19,2016-01-13 00:57:25,2,2.92,,,-73.99529266357422,40.76044845581055,-74.00028228759766,40.730350494384766,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +1,2016-01-29 07:48:34,2016-01-29 08:12:18,2,1.9,,,-73.95941925048828,40.777252197265625,-73.95950317382812,40.77713394165039,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-16 01:43:29,2016-01-16 02:14:47,5,17.25,,,-73.98113250732422,40.73967742919922,-73.79843139648438,40.78288650512695,1,N,1,48.0,0.5,0.5,0.3,10.97,5.54,65.81 +1,2016-01-20 09:59:14,2016-01-20 10:13:21,1,2.1,,,-74.00289916992188,40.76039123535156,-73.99464416503906,40.73643112182617,1,N,1,11.0,0.0,0.5,0.3,1.2,0.0,13.0 +1,2016-01-02 13:13:20,2016-01-02 13:25:06,1,2.4,,,-73.96878051757812,40.7645263671875,-73.98867797851562,40.73645782470703,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-17 17:00:16,2016-01-17 17:04:27,1,0.7,,,-73.97120666503906,40.76696014404297,-73.9786605834961,40.76012420654297,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,7.5 +2,2016-01-16 08:39:18,2016-01-16 08:43:15,1,0.99,,,-74.00833892822266,40.73625946044922,-73.99712371826172,40.74705123901367,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-06 23:01:41,2016-01-06 23:10:17,1,1.4,,,-73.9818344116211,40.75795364379883,-73.98074340820312,40.77239990234375,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-01 09:02:12,2016-01-01 09:09:54,1,2.29,,,-73.9621353149414,40.76777648925781,-73.98588562011719,40.74641036987305,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-09 10:19:30,2016-01-09 10:22:03,1,1.04,,,-73.9688949584961,40.75886154174805,-73.95885467529297,40.77231979370117,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-27 06:11:27,2016-01-27 06:17:50,1,1.2,,,-73.96284484863281,40.76332473754883,-73.97542572021484,40.751060485839844,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-14 03:17:29,2016-01-14 03:19:25,1,0.9,,,-73.9804916381836,40.742584228515625,-73.97461700439453,40.754058837890625,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-22 21:49:59,2016-01-22 22:01:59,1,2.34,,,-73.96025085449219,40.78199005126953,-73.96131134033203,40.7564811706543,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +1,2016-01-27 07:46:01,2016-01-27 07:54:34,1,1.5,,,-73.99309539794922,40.735870361328125,-73.97621154785156,40.748268127441406,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-01 03:18:18,2016-01-01 03:41:32,1,10.5,,,-73.93505096435547,40.80073165893555,-73.86109924316406,40.88385009765625,1,N,1,30.5,0.5,0.5,0.3,0.0,0.0,31.8 +1,2016-01-05 18:17:48,2016-01-05 18:31:49,1,2.3,,,-73.99858856201172,40.73501968383789,-73.98065948486328,40.76396179199219,1,N,1,11.0,1.0,0.5,0.3,1.0,0.0,13.8 +1,2016-01-03 17:07:54,2016-01-03 17:21:25,1,2.6,,,-73.97688293457031,40.764976501464844,-73.9767074584961,40.73612594604492,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +1,2016-01-16 00:45:32,2016-01-16 00:51:05,1,1.0,,,-73.9810791015625,40.78117370605469,-73.96957397460938,40.78632354736328,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-30 23:36:28,2016-01-30 23:51:09,1,3.99,,,-73.94822692871094,40.77418899536133,-73.98635864257812,40.73044967651367,1,N,1,14.5,0.5,0.5,0.3,1.0,0.0,16.8 +2,2016-01-18 06:22:22,2016-01-18 06:28:08,2,1.1,,,-73.9759521484375,40.75124740600586,-73.99032592773438,40.75046920776367,1,N,1,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-30 00:53:02,2016-01-30 01:31:58,1,8.3,,,-74.00630950927734,40.73389434814453,-73.90092468261719,40.73645782470703,1,N,1,32.0,0.5,0.5,0.3,0.0,0.0,33.3 +2,2016-01-30 00:39:56,2016-01-30 00:48:48,1,1.23,,,-73.99272155761719,40.74769973754883,-73.98998260498047,40.759700775146484,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-28 10:41:33,2016-01-28 10:52:29,1,1.11,,,-73.99620819091797,40.72657775878906,-74.00714874267578,40.713157653808594,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-19 16:19:11,2016-01-19 16:33:00,1,0.8,,,-73.9651107788086,40.77084732055664,-73.96231842041016,40.76403045654297,1,N,1,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-17 01:32:13,2016-01-17 01:38:21,1,1.3,,,-73.99179077148438,40.764644622802734,-73.99495697021484,40.75007247924805,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-03 14:03:49,2016-01-03 14:23:46,3,5.78,,,-73.9446029663086,40.814300537109375,-73.96621704101562,40.75303649902344,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +2,2016-01-09 19:10:50,2016-01-10 19:02:23,1,3.9,,,-73.96198272705078,40.76776123046875,-74.00514221191406,40.74176025390625,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-28 23:32:08,2016-01-28 23:47:14,2,2.87,,,-73.985595703125,40.75773239135742,-73.95430755615234,40.77014923095703,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +2,2016-01-14 16:07:21,2016-01-14 16:15:37,1,1.44,,,-73.98673248291016,40.73994827270508,-73.97396850585938,40.75798797607422,1,N,1,7.5,1.0,0.5,0.3,2.0,0.0,11.3 +2,2016-01-18 08:46:56,2016-01-18 08:53:23,1,1.64,,,-74.00218963623047,40.729530334472656,-73.98787689208984,40.75043869018555,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 13:07:44,2016-01-11 13:17:18,1,3.38,,,-73.975830078125,40.75162887573242,-73.97967529296875,40.71448516845703,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-30 02:51:37,2016-01-30 03:01:28,1,1.53,,,-73.98773956298828,40.732486724853516,-73.99516296386719,40.72145080566406,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-02 16:22:13,2016-01-02 16:37:03,1,1.75,,,-73.99446868896484,40.740509033203125,-73.98338317871094,40.725990295410156,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-17 13:39:25,2016-01-17 13:43:24,1,0.9,,,-73.97821044921875,40.7522087097168,-73.9870834350586,40.745662689208984,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-25 16:56:01,2016-01-25 17:48:20,1,21.4,,,0.0,0.0,-74.17716217041016,40.695072174072266,3,N,1,79.5,1.0,0.0,0.3,12.0,18.5,111.3 +1,2016-01-22 08:52:24,2016-01-22 09:15:46,1,6.6,,,-73.96814727783203,40.755401611328125,-74.01382446289062,40.71492004394531,1,N,1,23.5,0.5,0.5,0.3,4.0,0.0,28.8 +2,2016-01-04 22:00:54,2016-01-04 22:12:08,4,2.59,,,-73.98146057128906,40.76772689819336,-73.94686126708984,40.772525787353516,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +2,2016-01-03 21:10:42,2016-01-03 21:22:39,1,3.34,,,-73.993896484375,40.75099182128906,-73.95673370361328,40.775230407714844,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +2,2016-01-12 14:31:55,2016-01-12 15:10:19,1,10.71,,,-73.86282348632812,40.76891326904297,-73.96849060058594,40.76976013183594,1,N,1,37.0,0.0,0.5,0.3,8.67,5.54,52.01 +1,2016-01-16 17:11:03,2016-01-16 17:31:32,1,4.2,,,-73.99309539794922,40.736602783203125,-73.9541015625,40.764888763427734,1,N,1,17.5,1.0,0.5,0.3,2.0,0.0,21.3 +1,2016-01-22 22:24:58,2016-01-22 22:32:08,1,1.0,,,-74.00169372558594,40.730655670166016,-73.99652099609375,40.74277114868164,1,N,1,6.5,0.5,0.5,0.3,1.5,0.0,9.3 +1,2016-01-12 20:19:50,2016-01-12 20:36:16,1,7.7,,,-74.00556945800781,40.74113082885742,-73.94400024414062,40.835105895996094,1,N,1,23.5,0.5,0.5,0.3,1.0,0.0,25.8 +1,2016-01-30 19:42:05,2016-01-30 19:51:47,1,1.2,,,-74.0008316040039,40.74231719970703,-74.00718688964844,40.72743606567383,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-09 17:35:47,2016-01-09 17:50:39,2,3.93,,,-73.98702239990234,40.76628112792969,-74.0106430053711,40.7230110168457,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-12 07:02:14,2016-01-12 07:12:25,1,1.62,,,-74.00741577148438,40.73243713378906,-73.98701477050781,40.73973083496094,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-19 07:12:45,2016-01-19 07:20:47,1,1.5,,,-73.99435424804688,40.7510986328125,-73.99020385742188,40.76964569091797,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-20 21:41:00,2016-01-21 21:39:37,1,1.76,,,-73.98067474365234,40.73392868041992,-73.99057006835938,40.75099182128906,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-26 18:08:59,2016-01-26 18:26:32,5,1.75,,,-73.98564147949219,40.72706985473633,-73.984130859375,40.74650955200195,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-19 06:54:46,2016-01-19 06:57:42,1,0.6,,,-73.96598052978516,40.76223373413086,-73.95806884765625,40.76450729370117,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-06 07:14:57,2016-01-06 07:30:15,1,3.05,,,-73.98434448242188,40.743507385253906,-73.95182800292969,40.76970672607422,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-22 12:20:18,2016-01-22 12:22:57,1,0.6,,,-73.97565460205078,40.760467529296875,-73.98171997070312,40.752113342285156,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +1,2016-01-26 12:31:49,2016-01-26 13:00:56,2,1.0,,,-73.98451232910156,40.7539176940918,-73.97216796875,40.75780487060547,1,N,3,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +1,2016-01-10 03:17:05,2016-01-10 03:20:32,2,0.6,,,-74.00508880615234,40.74101257324219,-73.99748992919922,40.74656677246094,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +2,2016-01-18 09:51:08,2016-01-18 09:59:22,5,0.9,,,-74.00248718261719,40.71860885620117,-73.99356079101562,40.72755813598633,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-15 08:42:26,2016-01-15 09:04:28,6,0.42,,,-73.96997833251953,40.752281188964844,-73.97496795654297,40.79011154174805,1,N,1,13.5,0.0,0.5,0.3,2.0,0.0,16.3 +1,2016-01-16 00:28:44,2016-01-16 01:03:48,2,17.7,,,-73.79021453857422,40.646976470947266,-73.98163604736328,40.762535095214844,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-06 08:09:32,2016-01-06 08:29:34,2,3.93,,,-73.9915771484375,40.695926666259766,-73.98844146728516,40.73969650268555,1,N,1,16.5,0.0,0.5,0.3,1.0,0.0,18.3 +2,2016-01-20 08:11:27,2016-01-20 08:40:39,2,5.62,,,-74.0082015991211,40.70521545410156,-73.9773941040039,40.75170135498047,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,23.3 +2,2016-01-18 18:09:53,2016-01-18 18:18:52,5,1.68,,,-73.97953033447266,40.72026824951172,-73.98764038085938,40.73555374145508,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-30 23:34:09,2016-01-30 23:39:53,1,0.9,,,-73.99158477783203,40.735374450683594,-74.00670623779297,40.73629379272461,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,8.8 +1,2016-01-04 16:23:26,2016-01-04 17:08:00,1,17.3,,,-73.78447723388672,40.64862823486328,-73.97679138183594,40.74919128417969,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-15 18:12:31,2016-01-15 18:24:09,1,1.99,,,-74.00276947021484,40.76046371459961,-73.99578094482422,40.73909378051758,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-07 11:49:52,2016-01-07 11:51:32,1,0.3,,,-73.94491577148438,40.77900314331055,-73.9444580078125,40.77545166015625,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,5.3 +1,2016-01-14 22:25:11,2016-01-14 22:32:43,1,0.9,,,-73.96858978271484,40.764434814453125,-73.97514343261719,40.752647399902344,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,9.35 +2,2016-01-06 22:18:19,2016-01-06 22:35:47,2,4.54,,,-73.99671173095703,40.715206146240234,-73.99329376220703,40.760459899902344,1,N,1,16.5,0.5,0.5,0.3,3.56,0.0,21.36 +1,2016-01-23 01:12:09,2016-01-23 01:27:51,2,3.0,,,-74.0026626586914,40.73405075073242,-73.98725128173828,40.77115249633789,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,15.8 +1,2016-01-01 03:04:06,2016-01-01 03:29:02,1,8.4,,,-74.00520324707031,40.71916580200195,-73.95893096923828,40.809146881103516,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,33.96 +1,2016-01-18 10:47:02,2016-01-18 10:54:37,1,1.3,,,-73.98245239257812,40.77431869506836,-73.9776382446289,40.758548736572266,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-27 23:21:51,2016-01-27 23:25:52,1,0.95,,,-73.95221710205078,40.777278900146484,-73.96151733398438,40.767669677734375,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +2,2016-01-18 17:05:30,2016-01-18 17:13:15,3,1.52,,,-73.9537582397461,40.77937316894531,-73.96871948242188,40.76422119140625,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-06 08:47:34,2016-01-06 08:55:42,1,1.2,,,-73.98876953125,40.73678207397461,-73.97710418701172,40.75128936767578,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-29 08:49:49,2016-01-29 09:20:19,1,3.2,,,-73.96837615966797,40.79977035522461,-73.96841430664062,40.764915466308594,1,N,1,19.5,0.0,0.5,0.3,4.05,0.0,24.35 +2,2016-01-06 22:44:01,2016-01-06 22:54:16,1,1.49,,,-73.97766876220703,40.786781311035156,-73.95572662353516,40.77975845336914,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-12 14:39:20,2016-01-12 15:03:52,1,7.0,,,-73.98226165771484,40.760318756103516,-74.01091003417969,40.708736419677734,1,N,1,25.0,0.0,0.5,0.3,5.15,0.0,30.95 +2,2016-01-04 03:29:13,2016-01-04 03:29:44,1,0.0,,,0.0,0.0,0.0,0.0,5,N,2,15.8,0.0,0.5,0.3,0.0,0.0,16.6 +2,2016-01-12 22:34:57,2016-01-12 22:40:22,1,1.5,,,-73.98188018798828,40.77859115600586,-73.9714584350586,40.797119140625,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-07 15:55:27,2016-01-07 16:26:17,1,10.4,,,-73.87102508544922,40.77373504638672,-74.00574493408203,40.727176666259766,1,N,1,33.0,1.0,0.5,0.3,8.05,5.54,48.39 +2,2016-01-05 07:39:55,2016-01-05 07:41:41,1,0.81,,,-73.98011016845703,40.76435089111328,-73.98460388183594,40.75513458251953,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-03 17:01:44,2016-01-03 17:54:22,1,16.6,,,-73.98188781738281,40.74704360961914,-73.78399658203125,40.64364242553711,2,N,1,52.0,0.0,0.5,0.3,5.0,5.54,63.34 +2,2016-01-10 10:49:40,2016-01-10 10:51:29,1,0.6,,,-73.94953918457031,40.77254867553711,-73.94371032714844,40.77788162231445,1,N,1,4.0,0.0,0.5,0.3,0.7,0.0,5.5 +1,2016-01-12 06:32:01,2016-01-12 06:48:33,1,4.3,,,-74.01565551757812,40.71596145629883,-73.98037719726562,40.752174377441406,1,N,1,16.5,0.0,0.5,0.3,1.0,0.0,18.3 +1,2016-01-25 19:30:03,2016-01-25 19:35:03,1,1.1,,,-73.96953582763672,40.79026412963867,-73.96450805664062,40.80204772949219,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-26 18:24:52,2016-01-26 18:33:01,2,1.06,,,-73.94776153564453,40.78337860107422,-73.95745086669922,40.77008819580078,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-24 21:45:47,2016-01-24 21:49:09,2,0.74,,,-73.98625183105469,40.76726150512695,-73.98966979980469,40.759056091308594,1,N,1,4.5,0.5,0.5,0.3,1.45,0.0,7.25 +2,2016-01-16 15:34:25,2016-01-16 15:56:18,6,4.34,,,-73.95856475830078,40.81595230102539,-73.96842956542969,40.76472091674805,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,22.56 +2,2016-01-21 19:42:40,2016-01-21 20:02:43,1,2.98,,,-74.0025634765625,40.72486877441406,-73.98747253417969,40.76041030883789,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-16 14:28:56,2016-01-16 14:32:50,1,0.86,,,-74.01371765136719,40.705711364746094,-74.00932312011719,40.7140998840332,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-02 16:03:19,2016-01-02 16:33:33,5,16.83,,,-73.96515655517578,40.759159088134766,-73.79158020019531,40.644588470458984,2,N,1,52.0,0.0,0.5,0.3,14.58,5.54,72.92 +2,2016-01-02 21:27:50,2016-01-02 21:38:33,1,1.67,,,-73.97929382324219,40.740360260009766,-74.00129699707031,40.737003326416016,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-01 00:33:27,2016-01-01 00:47:36,1,3.4,,,-73.9887924194336,40.74820327758789,-73.98371124267578,40.710792541503906,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +2,2016-01-07 06:25:34,2016-01-07 06:28:12,2,0.82,,,-73.95411682128906,40.77021026611328,-73.95375061035156,40.7793083190918,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-02 02:58:53,2016-01-02 03:04:40,1,0.83,,,-73.9922866821289,40.74877166748047,-73.98359680175781,40.74625015258789,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-13 17:39:55,2016-01-13 18:03:31,1,2.8,,,-73.97798156738281,40.7523193359375,-73.98197937011719,40.732025146484375,1,N,1,15.5,1.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-07 15:54:14,2016-01-07 16:06:59,2,1.0,,,-73.94520568847656,40.77530288696289,-73.96121215820312,40.77775573730469,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-29 15:32:46,2016-01-29 15:42:08,2,1.2,,,-73.98982238769531,40.75651550292969,-73.98509979248047,40.76851272583008,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-18 09:27:56,2016-01-18 09:32:53,1,1.42,,,-73.98426818847656,40.760501861572266,-73.99376678466797,40.742679595947266,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-28 20:42:35,2016-01-28 20:46:57,2,1.06,,,-73.99788665771484,40.76090621948242,-73.98734283447266,40.77052688598633,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-08 14:14:50,2016-01-08 14:39:56,3,4.45,,,-74.00162506103516,40.746788024902344,-73.97024536132812,40.793983459472656,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-27 17:49:29,2016-01-27 17:59:44,1,0.21,,,-73.97119140625,40.75067138671875,-73.97505950927734,40.752708435058594,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-06 09:45:57,2016-01-06 10:02:26,1,1.0,,,-73.99615478515625,40.742706298828125,-73.9836654663086,40.73501205444336,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-30 03:45:20,2016-01-30 03:48:26,1,0.68,,,-74.00415802001953,40.72235107421875,-74.00218200683594,40.729530334472656,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,7.54 +2,2016-01-07 06:50:47,2016-01-07 07:09:37,1,7.69,,,-74.00818634033203,40.71137237548828,-73.94742584228516,40.78364562988281,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,25.3 +1,2016-01-20 05:50:15,2016-01-20 05:53:54,1,0.8,,,-73.98988342285156,40.734561920166016,-73.98347473144531,40.74475860595703,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +2,2016-01-13 10:25:18,2016-01-13 10:51:07,1,2.65,,,-73.99897003173828,40.761077880859375,-73.98865509033203,40.73704528808594,1,N,1,17.0,0.0,0.5,0.3,2.0,0.0,19.8 +1,2016-01-09 19:32:40,2016-01-09 19:41:34,1,0.6,,,-73.98663330078125,40.73056411743164,-73.99472045898438,40.72772979736328,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-15 07:50:27,2016-01-15 08:06:21,1,2.42,,,-73.94633483886719,40.772911071777344,-73.9729995727539,40.75835418701172,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-11 18:01:13,2016-01-11 18:17:45,3,2.27,,,-73.98509216308594,40.76388931274414,-73.9871826171875,40.7441291809082,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-07 10:04:08,2016-01-07 10:15:33,1,1.4,,,-73.97673797607422,40.77528762817383,-73.96874237060547,40.76169204711914,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-13 18:12:02,2016-01-13 18:20:16,1,1.26,,,-73.9725112915039,40.7960205078125,-73.984130859375,40.77994155883789,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-21 09:28:29,2016-01-21 09:33:23,1,0.67,,,-73.97933197021484,40.750301361083984,-73.98516082763672,40.7418212890625,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-30 21:19:59,2016-01-30 21:46:01,2,5.46,,,-73.98245239257812,40.77457809448242,-74.0075912475586,40.71627426147461,1,N,1,21.5,0.5,0.5,0.3,4.56,0.0,27.36 +2,2016-01-07 20:32:08,2016-01-07 20:36:42,2,0.78,,,-73.99446868896484,40.739620208740234,-73.99900817871094,40.73429870605469,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-25 20:17:09,2016-01-25 20:32:58,1,1.91,,,-73.97785949707031,40.78681182861328,-73.98562622070312,40.76329040527344,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-09 03:15:27,2016-01-09 03:20:15,1,1.14,,,-73.98880767822266,40.72214889526367,-74.00128173828125,40.731380462646484,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-20 17:57:35,2016-01-20 18:33:28,1,4.6,,,-73.98242950439453,40.7753791809082,-73.99959564208984,40.72172546386719,1,N,1,22.5,1.0,0.5,0.3,6.05,0.0,30.35 +2,2016-01-01 02:36:26,2016-01-01 02:47:49,1,2.14,,,-74.00736236572266,40.70970153808594,-73.98870086669922,40.724098205566406,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-14 22:12:23,2016-01-14 23:02:25,1,24.5,,,-74.00798797607422,40.7071533203125,-73.75435638427734,40.70771026611328,1,N,2,68.5,0.5,0.5,0.3,0.0,0.0,69.8 +1,2016-01-18 13:00:02,2016-01-18 13:22:39,1,2.9,,,-73.98762512207031,40.721473693847656,-73.99459075927734,40.750614166259766,1,N,1,16.0,0.0,0.5,0.3,4.2,0.0,21.0 +2,2016-01-17 13:47:05,2016-01-17 14:14:32,5,11.57,,,-73.98838806152344,40.764305114746094,-73.87163543701172,40.77151870727539,1,N,1,34.0,0.0,0.5,0.3,6.0,5.54,46.34 +2,2016-01-27 16:06:05,2016-01-27 16:10:21,1,0.28,,,-73.97969818115234,40.7612190246582,-73.97663879394531,40.764320373535156,1,N,1,4.5,1.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-29 08:20:56,2016-01-29 08:30:07,1,1.2,,,-73.97867584228516,40.75040054321289,-73.97969055175781,40.76363754272461,1,N,1,7.5,0.0,0.5,0.3,1.24,0.0,9.54 +1,2016-01-06 13:31:03,2016-01-06 13:33:34,1,0.3,,,-73.9565200805664,40.76311111450195,-73.96202850341797,40.763641357421875,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,5.3 +1,2016-01-29 10:17:30,2016-01-29 10:29:46,1,2.1,,,-73.9683837890625,40.76806640625,-73.97368621826172,40.78956985473633,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,13.5 +2,2016-01-14 18:10:25,2016-01-14 18:23:49,5,1.34,,,-73.96162414550781,40.758758544921875,-73.97933959960938,40.765602111816406,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-28 21:05:21,2016-01-28 21:18:21,2,2.25,,,-73.9795913696289,40.73542022705078,-73.98948669433594,40.757389068603516,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-04 09:56:57,2016-01-04 09:57:31,1,4.4,,,-74.03565979003906,40.725040435791016,-74.03565979003906,40.725040435791016,5,N,1,120.0,0.0,0.0,0.3,20.0,0.0,140.3 +2,2016-01-09 19:31:37,2016-01-09 19:48:37,6,2.49,,,-73.99867248535156,40.716888427734375,-73.994140625,40.74440002441406,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-02 23:38:29,2016-01-02 23:48:26,5,1.09,,,-74.00768280029297,40.74085998535156,-73.99085998535156,40.7347297668457,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-15 18:40:28,2016-01-15 18:49:44,1,1.7,,,-73.97852325439453,40.754150390625,-73.959228515625,40.765777587890625,1,N,1,8.5,1.0,0.5,0.3,2.0,0.0,12.3 +2,2016-01-12 01:09:27,2016-01-12 01:21:09,2,3.34,,,-73.99922943115234,40.71738052368164,-73.96159362792969,40.6822509765625,1,N,1,12.5,0.5,0.5,0.3,5.0,0.0,18.8 +2,2016-01-19 11:31:34,2016-01-19 11:35:04,2,0.61,,,-73.97974395751953,40.76606369018555,-73.98213958740234,40.759033203125,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-16 23:26:27,2016-01-16 23:26:32,1,0.0,,,-73.97306060791016,40.74352264404297,-73.97305297851562,40.74352264404297,1,N,1,2.5,0.5,0.5,0.3,5.5,0.0,9.3 +1,2016-01-18 12:18:14,2016-01-18 12:33:56,1,1.5,,,-73.98999786376953,40.73320770263672,-73.9908676147461,40.7501335144043,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,12.8 +1,2016-01-12 23:06:20,2016-01-12 23:30:14,1,13.2,,,-73.87312316894531,40.77410888671875,-73.96598052978516,40.6892204284668,1,N,1,37.5,0.5,0.5,0.3,9.7,0.0,48.5 +2,2016-01-10 17:27:11,2016-01-10 17:34:33,2,1.21,,,-74.00389862060547,40.72581100463867,-73.9919204711914,40.73550033569336,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-16 12:01:55,2016-01-16 12:12:47,1,3.1,,,-73.97384643554688,40.78426742553711,-73.94005584716797,40.80549621582031,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-08 19:33:48,2016-01-08 19:44:28,5,2.01,,,-73.97501373291016,40.75310516357422,-73.95460510253906,40.769100189208984,1,N,1,9.5,1.0,0.5,0.3,1.35,0.0,12.65 +2,2016-01-28 06:39:35,2016-01-28 06:42:43,1,0.6,,,-73.88654327392578,40.744712829589844,-73.89647674560547,40.74644470214844,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-24 13:34:51,2016-01-24 13:41:52,1,2.3,,,-73.96688842773438,40.764129638671875,-73.9820327758789,40.736183166503906,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-11 07:28:30,2016-01-11 07:48:55,6,4.05,,,-74.01447296142578,40.7181282043457,-73.98149108886719,40.75217056274414,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +1,2016-01-11 06:19:54,2016-01-11 06:23:05,1,0.9,,,-73.98338317871094,40.771278381347656,-73.98336791992188,40.76091384887695,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-21 18:35:05,2016-01-21 18:53:58,1,3.0,,,-73.9632568359375,40.793785095214844,-73.96969604492188,40.761322021484375,1,N,1,14.0,1.0,0.5,0.3,3.15,0.0,18.95 +1,2016-01-03 03:49:53,2016-01-03 04:01:48,1,0.6,,,-73.92496490478516,40.74411392211914,-73.91899871826172,40.74143981933594,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-18 15:49:20,2016-01-18 15:52:45,1,0.9,,,0.0,0.0,0.0,0.0,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-09 12:06:46,2016-01-09 12:11:54,1,0.7,,,-73.98695373535156,40.720947265625,-73.99644470214844,40.725467681884766,1,N,1,5.5,0.0,0.5,0.3,1.5,0.0,7.8 +2,2016-01-18 21:58:05,2016-01-18 22:00:40,3,0.43,,,-73.99510192871094,40.72515106201172,-74.00211334228516,40.7280387878418,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +2,2016-01-02 15:20:36,2016-01-02 15:24:13,2,0.54,,,-73.99517059326172,40.733890533447266,-73.98705291748047,40.72991943359375,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-21 20:33:37,2016-01-21 20:52:24,1,2.7,,,-73.992431640625,40.743343353271484,-73.95983123779297,40.758270263671875,1,N,1,13.5,0.5,0.5,0.3,2.7,0.0,17.5 +2,2016-01-29 18:03:26,2016-01-29 18:17:15,1,1.21,,,-74.00495147705078,40.74672317504883,-73.99458312988281,40.76182556152344,1,N,1,9.5,1.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-12 16:39:56,2016-01-12 16:51:52,1,1.4,,,-73.97862243652344,40.766719818115234,-73.98324584960938,40.770042419433594,1,N,1,9.0,1.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-11 09:42:31,2016-01-11 09:47:33,1,1.0,,,-73.9874496459961,40.719905853271484,-73.98267364501953,40.73320007324219,1,N,1,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-29 11:25:04,2016-01-29 11:43:50,1,2.3,,,-73.96100616455078,40.780433654785156,-73.98978424072266,40.77528762817383,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-11 10:43:39,2016-01-11 11:08:56,1,8.61,,,-73.87444305419922,40.774085998535156,-73.98735809326172,40.7471809387207,1,N,1,27.5,0.0,0.5,0.3,6.77,5.54,40.61 +2,2016-01-12 07:33:03,2016-01-12 07:38:29,4,1.08,,,-73.99175262451172,40.74955749511719,-73.98202514648438,40.75627136230469,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-19 06:55:12,2016-01-19 07:09:16,1,2.4,,,-73.98823547363281,40.779293060302734,-73.9728012084961,40.75889205932617,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-15 13:10:18,2016-01-15 13:31:09,1,5.56,,,-73.99143981933594,40.74955749511719,-74.0094223022461,40.702003479003906,1,N,1,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-09 13:52:31,2016-01-09 14:01:17,1,1.44,,,-73.999267578125,40.718719482421875,-73.98313903808594,40.7250862121582,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-06 18:40:10,2016-01-06 18:48:50,1,1.3,,,-73.99373626708984,40.735130310058594,-74.00489044189453,40.74713897705078,1,N,1,7.5,1.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-04 09:51:42,2016-01-04 10:00:31,1,1.1,,,-73.97592163085938,40.754180908203125,-73.97950744628906,40.765464782714844,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,10.75 +2,2016-01-11 22:37:49,2016-01-11 22:44:20,6,1.69,,,-73.97547912597656,40.75997543334961,-73.99178314208984,40.74462127685547,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-01 10:16:56,2016-01-01 10:22:13,1,1.4,,,-73.9525375366211,40.77219009399414,-73.9665756225586,40.75751495361328,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-04 17:45:00,2016-01-04 18:22:44,1,9.84,,,-74.0057144165039,40.70651626586914,-73.95511627197266,40.79961395263672,1,N,2,33.0,1.0,0.5,0.3,0.0,0.0,34.8 +1,2016-01-07 13:52:19,2016-01-07 14:08:44,1,1.6,,,-73.98741149902344,40.747474670410156,-74.0005874633789,40.758506774902344,1,N,1,11.5,0.0,0.5,0.3,4.0,0.0,16.3 +1,2016-01-22 23:08:48,2016-01-22 23:21:20,1,1.4,,,-74.00237274169922,40.734352111816406,-73.98130798339844,40.72496795654297,1,N,1,9.5,0.5,0.5,0.3,0.7,0.0,11.5 +1,2016-01-12 23:35:04,2016-01-12 23:49:32,1,3.7,,,-73.98881530761719,40.7592658996582,-73.98316955566406,40.72350311279297,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +1,2016-01-12 22:32:40,2016-01-12 22:41:39,1,1.3,,,-73.98550415039062,40.71921920776367,-73.98316955566406,40.72660446166992,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-08 23:04:51,2016-01-08 23:18:05,1,2.33,,,-73.98512268066406,40.758888244628906,-73.99285125732422,40.73237991333008,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-14 02:56:50,2016-01-14 03:00:43,1,0.89,,,-73.88883209228516,40.743438720703125,-73.9050521850586,40.74528884887695,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-04 20:37:17,2016-01-04 20:49:43,1,4.7,,,-74.01509094238281,40.71391296386719,-73.97590637207031,40.7307243347168,1,N,1,15.5,0.5,0.5,0.3,3.35,0.0,20.15 +1,2016-01-20 21:13:31,2016-01-20 21:27:35,1,2.0,,,-73.9871826171875,40.766117095947266,-73.95881652832031,40.764923095703125,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,14.15 +2,2016-01-26 17:10:54,2016-01-26 17:25:16,3,2.04,,,-73.99613952636719,40.74034881591797,-74.00337982177734,40.7174186706543,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-16 20:24:41,2016-01-16 20:26:24,1,0.4,,,-73.9715347290039,40.75815200805664,-73.97540283203125,40.752288818359375,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +1,2016-01-11 07:17:41,2016-01-11 07:24:04,1,1.8,,,-73.96741485595703,40.793216705322266,-73.98472595214844,40.769412994384766,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-11 07:55:42,2016-01-11 08:08:17,1,1.98,,,-73.97053527832031,40.752742767333984,-74.00086212158203,40.75779724121094,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-01 02:00:21,2016-01-01 02:06:06,1,1.1,,,-73.91608428955078,40.767921447753906,-73.91578674316406,40.76017379760742,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-30 23:32:56,2016-01-30 23:36:51,3,0.98,,,-73.9977035522461,40.76142883300781,-74.0038070678711,40.75001525878906,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,8.8 +1,2016-01-28 20:18:59,2016-01-28 20:24:58,1,1.6,,,-73.97177124023438,40.761962890625,-73.95571899414062,40.77614212036133,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-17 16:39:51,2016-01-17 16:44:49,1,1.0,,,-73.97605895996094,40.74469757080078,-73.98650360107422,40.73383331298828,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-22 12:32:34,2016-01-22 12:37:10,1,0.8,,,-74.0089340209961,40.71333694458008,-74.00193786621094,40.72428894042969,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-09 23:03:31,2016-01-09 23:31:38,3,3.8,,,-73.98216247558594,40.75728225708008,-73.9889907836914,40.71867370605469,1,N,1,19.5,0.5,0.5,0.3,2.2,0.0,23.0 +1,2016-01-04 18:34:36,2016-01-04 18:39:10,2,0.9,,,-73.98845672607422,40.7639274597168,-73.98390197753906,40.754371643066406,1,N,1,5.5,1.0,0.5,0.3,2.0,0.0,9.3 +1,2016-01-19 20:58:15,2016-01-19 21:00:17,1,0.4,,,-73.96647644042969,40.7937126159668,-73.97259521484375,40.79594039916992,1,N,1,3.5,0.5,0.5,0.3,0.3,0.0,5.1 +1,2016-01-03 03:26:01,2016-01-03 03:28:54,1,0.4,,,-73.9998779296875,40.72849655151367,-74.00187683105469,40.73043441772461,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-03 18:41:38,2016-01-03 18:55:51,3,1.6,,,-73.98234558105469,40.76063537597656,-73.99105072021484,40.748653411865234,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-20 12:34:42,2016-01-20 12:49:25,1,1.0,,,-73.9821548461914,40.756988525390625,-73.96793365478516,40.7554817199707,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-03 15:52:33,2016-01-03 16:03:55,1,1.15,,,-73.99244689941406,40.747825622558594,-73.984619140625,40.75101089477539,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-03 10:44:04,2016-01-03 10:59:23,2,4.4,,,-74.00143432617188,40.70964050292969,-73.98982238769531,40.74707794189453,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-19 18:49:44,2016-01-19 19:12:28,1,2.84,,,-73.98655700683594,40.7343864440918,-73.98052215576172,40.76518630981445,1,N,1,15.5,1.0,0.5,0.3,3.46,0.0,20.76 +2,2016-01-03 16:32:42,2016-01-03 16:36:50,1,0.75,,,-73.97933959960938,40.767059326171875,-73.98646545410156,40.76410675048828,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-13 07:45:08,2016-01-13 08:08:26,1,4.2,,,-73.95462036132812,40.80087661743164,-73.99793243408203,40.754547119140625,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-21 20:53:18,2016-01-21 20:58:26,1,0.51,,,-73.98738098144531,40.73853302001953,-73.98314666748047,40.74435806274414,1,N,1,5.0,0.5,0.5,0.3,1.89,0.0,8.19 +2,2016-01-17 12:12:40,2016-01-17 12:23:30,1,1.71,,,-73.97595977783203,40.753196716308594,-73.98624420166016,40.770774841308594,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-28 13:40:55,2016-01-28 13:50:08,2,0.91,,,-73.99087524414062,40.754722595214844,-73.98385620117188,40.74665069580078,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-29 20:24:02,2016-01-29 20:46:05,4,4.65,,,-73.9897689819336,40.76799774169922,-73.9985122680664,40.71961975097656,1,N,1,19.5,0.5,0.5,0.3,4.16,0.0,24.96 +1,2016-01-06 23:30:05,2016-01-06 23:42:50,1,2.5,,,-73.9757308959961,40.77648162841797,-73.97107696533203,40.75139617919922,1,N,1,11.5,0.5,0.5,0.3,1.5,0.0,14.3 +1,2016-01-22 06:58:08,2016-01-22 07:05:49,1,1.4,,,-73.97574615478516,40.75191116333008,-73.97648620605469,40.738868713378906,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-28 17:53:26,2016-01-28 17:59:26,6,0.78,,,-73.99434661865234,40.74053955078125,-73.99195098876953,40.74922561645508,1,N,1,5.5,1.0,0.5,0.3,1.82,0.0,9.12 +1,2016-01-14 22:11:42,2016-01-14 22:15:17,1,0.9,,,-73.97777557373047,40.75464630126953,-73.97657012939453,40.765037536621094,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +1,2016-01-21 23:11:24,2016-01-21 23:31:31,1,4.2,,,-73.99291229248047,40.73372268676758,-73.9489974975586,40.77167510986328,1,N,1,16.5,0.5,0.5,0.3,3.55,0.0,21.35 +1,2016-01-02 07:40:07,2016-01-02 07:48:32,1,1.7,,,-73.9769287109375,40.790260314941406,-73.95384216308594,40.7795524597168,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-15 00:23:30,2016-01-15 00:30:03,1,1.8,,,-74.00035858154297,40.732303619384766,-73.97543334960938,40.733116149902344,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +2,2016-01-10 09:46:40,2016-01-10 09:54:52,1,1.31,,,-73.99823760986328,40.71358108520508,-73.98365020751953,40.725868225097656,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-22 09:22:30,2016-01-22 09:33:44,5,1.72,,,-73.98359680175781,40.744327545166016,-74.00193786621094,40.732818603515625,1,N,1,9.5,0.0,0.5,0.3,0.7,0.0,11.0 +1,2016-01-10 15:46:42,2016-01-10 15:55:43,1,1.9,,,-74.00407409667969,40.747703552246094,-73.98367309570312,40.76620864868164,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-24 21:38:05,2016-01-24 21:48:11,2,2.5,,,-73.98758697509766,40.760311126708984,-73.98026275634766,40.7830924987793,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +2,2016-01-09 20:30:31,2016-01-09 20:47:22,5,3.24,,,-73.98722076416016,40.73910140991211,-73.95597076416016,40.77275085449219,1,N,1,14.5,0.5,0.5,0.3,2.0,0.0,17.8 +1,2016-01-23 13:46:17,2016-01-23 13:56:21,1,1.9,,,-73.98335266113281,40.734317779541016,-73.9734878540039,40.74824142456055,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-17 00:01:20,2016-01-17 00:05:48,2,0.37,,,-73.9980697631836,40.74517822265625,-73.99471282958984,40.745361328125,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-09 13:34:44,2016-01-09 14:05:40,1,17.32,,,-73.98726654052734,40.74409484863281,-73.7900390625,40.64689254760742,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-27 07:33:51,2016-01-27 07:47:50,1,1.9,,,-73.95513916015625,40.773582458496094,-73.97374725341797,40.754356384277344,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +2,2016-01-02 16:51:06,2016-01-02 17:07:09,3,2.32,,,-73.99568939208984,40.764591217041016,-73.97478485107422,40.74443817138672,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +1,2016-01-16 03:39:17,2016-01-16 03:43:14,1,0.8,,,-73.99018096923828,40.75912857055664,-73.99079895019531,40.75101852416992,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-26 09:35:08,2016-01-26 10:06:14,1,4.3,,,-73.98286437988281,40.73105239868164,-73.9499282836914,40.783687591552734,1,N,1,21.0,0.0,0.5,0.3,4.35,0.0,26.15 +2,2016-01-21 00:46:22,2016-01-21 00:53:02,2,1.48,,,-73.94611358642578,40.80706024169922,-73.94259643554688,40.79045104980469,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-05 18:10:52,2016-01-05 18:19:01,1,0.92,,,-73.98503875732422,40.748077392578125,-73.98503875732422,40.748077392578125,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-21 14:19:00,2016-01-21 14:27:32,1,0.8,,,-73.98905181884766,40.753318786621094,-73.99922180175781,40.73912048339844,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-10 20:13:48,2016-01-10 20:36:27,1,6.75,,,-73.97559356689453,40.789772033691406,-74.00531005859375,40.70931625366211,1,N,1,23.5,0.5,0.5,0.3,4.96,0.0,29.76 +1,2016-01-22 08:30:47,2016-01-22 09:15:24,1,18.0,,,-73.97874450683594,40.76325225830078,-74.17710876464844,40.69479751586914,3,N,2,70.5,0.0,0.0,0.3,0.0,18.5,89.3 +1,2016-01-11 12:56:35,2016-01-11 13:02:24,1,0.6,,,-73.96107482910156,40.780540466308594,-73.9628677368164,40.773338317871094,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-08 18:36:29,2016-01-08 18:46:46,1,2.1,,,-74.01387023925781,40.71248245239258,-74.0061264038086,40.73982238769531,1,N,1,9.5,1.0,0.5,0.3,3.0,0.0,14.3 +2,2016-01-30 02:26:28,2016-01-30 02:41:35,6,5.27,,,-73.99024963378906,40.714298248291016,-73.9209976196289,40.698699951171875,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,22.56 +1,2016-01-20 11:00:44,2016-01-20 11:08:41,1,0.9,,,-73.97602081298828,40.733341217041016,-73.98627471923828,40.74014663696289,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +1,2016-01-21 00:25:44,2016-01-21 00:32:53,1,2.3,,,-73.98408508300781,40.73751449584961,-73.96329498291016,40.76624298095703,1,N,1,9.0,0.5,0.5,0.3,1.5,0.0,11.8 +2,2016-01-19 20:22:08,2016-01-19 20:25:04,1,0.91,,,-73.96701049804688,40.79359817504883,-73.97642517089844,40.7859001159668,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +2,2016-01-29 16:42:27,2016-01-29 17:40:38,2,18.4,,,-73.77669525146484,40.64542007446289,-73.98271179199219,40.75876235961914,2,N,1,52.0,0.0,0.5,0.3,14.58,5.54,72.92 +2,2016-01-05 15:59:42,2016-01-05 16:18:43,1,1.86,,,-73.9819564819336,40.74617385864258,-73.98086547851562,40.765724182128906,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-29 17:27:40,2016-01-29 17:34:16,1,1.18,,,-73.96421813964844,40.76478576660156,-73.95104217529297,40.77253341674805,1,N,1,6.5,1.0,0.5,0.3,2.49,0.0,10.79 +1,2016-01-11 18:49:16,2016-01-11 18:53:10,1,0.6,,,-73.9820556640625,40.76806640625,-73.98208618164062,40.775962829589844,1,N,1,4.5,1.0,0.5,0.3,1.55,0.0,7.85 +2,2016-01-22 22:33:45,2016-01-22 23:02:10,1,3.52,,,-73.98989868164062,40.760658264160156,-73.98533630371094,40.72373962402344,1,N,1,19.5,0.5,0.5,0.3,4.16,0.0,24.96 +2,2016-01-17 14:48:39,2016-01-17 14:54:36,1,1.12,,,-73.95555114746094,40.779541015625,-73.95321655273438,40.768341064453125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-15 19:23:56,2016-01-15 19:37:22,1,1.53,,,-73.99961853027344,40.74354934692383,-73.98548126220703,40.763221740722656,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-03 15:05:53,2016-01-03 15:17:17,2,2.0,,,-74.00318145751953,40.72489547729492,-73.98869323730469,40.7469482421875,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +2,2016-01-19 13:47:01,2016-01-19 13:50:13,1,0.53,,,-73.97943115234375,40.752906799316406,-73.97469329833984,40.75895309448242,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-19 23:32:44,2016-01-19 23:41:21,1,1.42,,,-73.9653091430664,40.76182174682617,-73.98583984375,40.763179779052734,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-04 07:51:39,2016-01-04 08:15:00,1,2.8,,,-73.99173736572266,40.74258041381836,-73.96359252929688,40.76784133911133,1,N,1,16.0,0.0,0.5,0.3,2.0,0.0,18.8 +2,2016-01-28 05:22:25,2016-01-28 05:27:05,1,1.29,,,-73.99774932861328,40.75680160522461,-73.9849624633789,40.77014923095703,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-04 18:30:49,2016-01-04 18:37:47,1,1.1,,,-74.008056640625,40.712337493896484,-73.99922943115234,40.72511672973633,1,N,1,6.5,1.0,0.5,0.3,2.45,0.0,10.75 +2,2016-01-20 18:47:17,2016-01-20 18:59:20,5,1.97,,,-73.98896026611328,40.77388000488281,-73.96942901611328,40.75749969482422,1,N,1,10.0,1.0,0.5,0.3,1.5,0.0,13.3 +1,2016-01-06 13:08:37,2016-01-06 13:14:21,1,0.4,,,-73.97176361083984,40.75421142578125,-73.9678955078125,40.75942611694336,1,N,1,5.0,0.0,0.5,0.3,0.64,0.0,6.44 +2,2016-01-14 15:00:51,2016-01-14 15:11:47,5,1.47,,,-73.99440002441406,40.74111557006836,-73.97802734375,40.75247573852539,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +2,2016-01-13 20:27:23,2016-01-13 20:34:16,1,1.22,,,-73.97068786621094,40.75244903564453,-73.98251342773438,40.73849105834961,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-09 04:16:20,2016-01-09 04:22:13,1,1.73,,,-73.96979522705078,40.75233840942383,-73.98552703857422,40.737545013427734,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-07 09:04:38,2016-01-07 09:11:28,1,1.1,,,-73.994873046875,40.73982620239258,-73.99564361572266,40.72819137573242,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-09 13:59:13,2016-01-09 14:26:56,1,4.94,,,-73.99170684814453,40.74336242675781,-73.95220947265625,40.746803283691406,1,N,1,21.5,0.0,0.5,0.3,3.0,0.0,25.3 +2,2016-01-15 20:38:15,2016-01-15 20:47:46,2,2.23,,,-74.00322723388672,40.73298645019531,-73.99742126464844,40.75389099121094,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-05 22:27:38,2016-01-05 22:55:29,1,10.9,,,-73.86280822753906,40.76909255981445,-73.98149871826172,40.714725494384766,1,N,1,33.0,0.5,0.5,0.3,2.0,0.0,36.3 +1,2016-01-12 22:01:20,2016-01-12 22:06:23,1,1.0,,,-73.96682739257812,40.75337600708008,-73.97309112548828,40.74362564086914,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +2,2016-01-16 10:43:35,2016-01-16 10:43:38,1,0.0,,,0.0,0.0,-73.77639770507812,40.64537811279297,2,N,1,52.0,0.0,0.5,0.3,13.2,0.0,66.0 +2,2016-01-28 13:47:16,2016-01-28 14:12:52,1,1.42,,,-73.99115753173828,40.74067687988281,-73.98347473144531,40.75707244873047,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +1,2016-01-30 10:36:53,2016-01-30 10:43:54,1,1.1,,,0.0,0.0,0.0,0.0,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-15 06:18:10,2016-01-15 06:30:29,1,3.3,,,-73.94930267333984,40.78025817871094,-73.98467254638672,40.76109313964844,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-08 02:40:56,2016-01-08 02:48:14,1,1.6,,,-73.9688720703125,40.7577018737793,-73.98822784423828,40.7696647644043,1,Y,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-25 17:38:12,2016-01-25 17:54:08,2,1.4,,,-73.96882629394531,40.764156341552734,-73.97464752197266,40.7778434753418,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-11 11:32:16,2016-01-11 11:47:03,1,1.02,,,-73.97573852539062,40.75154113769531,-73.99009704589844,40.75063705444336,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-13 11:21:16,2016-01-13 11:28:53,1,1.0,,,-73.96685028076172,40.752986907958984,-73.97885131835938,40.75092315673828,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-02 21:30:33,2016-01-02 21:37:14,2,1.5,,,-73.96610260009766,40.76227951049805,-73.9493637084961,40.776695251464844,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-09 19:23:35,2016-01-09 19:29:36,1,0.75,,,-73.99313354492188,40.73649978637695,-73.99024963378906,40.72917175292969,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-27 01:20:25,2016-01-27 01:31:59,1,3.0,,,0.0,0.0,-73.97827911376953,40.72929763793945,1,N,1,12.0,0.5,0.5,0.3,3.3,0.0,16.6 +1,2016-01-27 20:22:41,2016-01-27 20:34:32,1,1.7,,,-74.00196838378906,40.71534729003906,-73.9850082397461,40.73615264892578,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +2,2016-01-02 13:27:55,2016-01-02 13:35:00,6,1.73,,,-73.99461364746094,40.72797775268555,-73.99835205078125,40.745365142822266,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-12 10:43:20,2016-01-12 10:53:02,4,1.71,,,-73.9587631225586,40.77792739868164,-73.97557067871094,40.79197692871094,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-29 12:25:05,2016-01-29 12:37:03,6,2.01,,,-74.01162719726562,40.709991455078125,-73.99614715576172,40.73371887207031,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-11 14:26:55,2016-01-11 14:42:15,2,2.6,,,-73.98123168945312,40.78112030029297,-73.981689453125,40.752498626708984,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +1,2016-01-13 17:34:59,2016-01-13 17:40:09,1,0.8,,,-73.99759674072266,40.746402740478516,-73.99057006835938,40.756202697753906,1,N,1,5.5,1.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-04 22:04:01,2016-01-04 22:30:25,1,12.03,,,-73.78217315673828,40.64480972290039,-73.89582824707031,40.7413215637207,1,N,2,35.5,0.5,0.5,0.3,0.0,0.0,36.8 +1,2016-01-30 00:05:00,2016-01-30 00:13:31,1,2.0,,,-74.00531005859375,40.71844482421875,-73.9915771484375,40.744869232177734,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +1,2016-01-22 09:14:18,2016-01-22 09:22:15,1,0.8,,,-73.96914672851562,40.75434875488281,-73.98053741455078,40.76084518432617,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-29 21:48:38,2016-01-29 22:06:04,6,1.86,,,-74.00199890136719,40.73807144165039,-73.99205780029297,40.7238883972168,1,N,1,12.0,0.5,0.5,0.3,0.15,0.0,13.45 +2,2016-01-10 13:47:16,2016-01-10 14:24:50,6,20.2,,,-73.9646987915039,40.75600814819336,-73.80392456054688,40.66267776489258,2,N,1,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-02 10:45:29,2016-01-02 10:49:20,1,0.8,,,-73.96746826171875,40.80345153808594,-73.97352600097656,40.792293548583984,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-08 12:44:25,2016-01-08 13:03:55,2,3.21,,,-73.9776382446289,40.77399444580078,-74.00591278076172,40.745361328125,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-15 02:30:25,2016-01-15 02:39:55,2,3.21,,,-73.98323059082031,40.7221565246582,-73.96932220458984,40.76007080078125,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-25 14:07:47,2016-01-25 14:16:07,1,1.2,,,-73.9761734008789,40.75128936767578,-73.98977661132812,40.74174118041992,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-22 09:03:20,2016-01-22 09:23:20,2,2.0,,,-73.93972778320312,40.75149917602539,-73.95528411865234,40.76472473144531,1,N,1,13.5,0.0,0.5,0.3,2.15,0.0,16.45 +2,2016-01-29 23:27:06,2016-01-29 23:28:38,5,0.52,,,-73.98658752441406,40.7564811706543,-73.99163818359375,40.75020980834961,1,N,1,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +2,2016-01-09 00:40:13,2016-01-09 01:03:23,5,5.94,,,-73.99776458740234,40.72602081298828,-73.95089721679688,40.663917541503906,1,N,1,21.5,0.5,0.5,0.3,4.56,0.0,27.36 +2,2016-01-08 17:35:32,2016-01-08 17:41:40,1,0.39,,,-73.97244262695312,40.75350570678711,-73.9686050415039,40.756595611572266,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-07 18:58:40,2016-01-07 19:15:18,1,2.8,,,-73.97374725341797,40.76397705078125,-73.97083282470703,40.79549026489258,1,N,1,13.0,1.0,0.5,0.3,1.75,0.0,16.55 +2,2016-01-19 10:18:57,2016-01-19 10:37:34,1,4.12,,,-73.98224639892578,40.745948791503906,-74.0141830444336,40.713951110839844,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +1,2016-01-20 02:37:46,2016-01-20 02:47:59,1,2.8,,,-74.00425720214844,40.7424201965332,-74.00707244873047,40.710784912109375,1,N,1,11.0,0.5,0.5,0.3,1.5,0.0,13.8 +1,2016-01-20 10:31:21,2016-01-20 10:49:44,1,2.8,,,-73.95528411865234,40.78285598754883,-73.98779296875,40.76699447631836,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +2,2016-01-03 18:23:13,2016-01-03 18:34:03,1,1.39,,,-73.98116302490234,40.72917938232422,-73.9945068359375,40.74095916748047,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-04 17:23:31,2016-01-04 17:49:13,1,4.7,,,-73.99409484863281,40.73517608642578,-73.99711608886719,40.684593200683594,1,N,1,19.0,1.0,0.5,0.3,4.15,0.0,24.95 +1,2016-01-07 19:44:23,2016-01-07 20:06:46,1,3.3,,,-73.98462677001953,40.75432586669922,-73.99807739257812,40.71784973144531,1,N,2,16.0,1.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-16 22:50:25,2016-01-16 22:58:44,1,1.2,,,-73.99986267089844,40.743350982666016,-74.00118255615234,40.731781005859375,1,N,1,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-22 07:49:51,2016-01-22 08:05:05,1,2.1,,,-73.95746612548828,40.77402114868164,-73.98226165771484,40.77006530761719,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,13.8 +1,2016-01-18 15:42:56,2016-01-18 15:54:17,2,1.3,,,-73.97479248046875,40.75677490234375,-73.9872817993164,40.75068664550781,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-02 12:04:42,2016-01-02 12:13:01,1,1.9,,,-73.98165130615234,40.74687194824219,-74.00122833251953,40.727691650390625,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-05 22:21:01,2016-01-05 22:31:47,1,2.54,,,-73.98811340332031,40.75165939331055,-73.96101379394531,40.76736831665039,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-01 04:12:56,2016-01-01 04:31:33,1,10.25,,,-73.9219970703125,40.76035690307617,-73.79022979736328,40.77153778076172,1,N,2,29.5,0.5,0.5,0.3,0.0,0.0,30.8 +1,2016-01-19 00:09:30,2016-01-19 00:13:15,2,0.9,,,-73.98968505859375,40.734493255615234,-73.99871063232422,40.742366790771484,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +1,2016-01-05 06:28:47,2016-01-05 06:32:32,1,0.7,,,-73.99429321289062,40.75632095336914,-73.98687744140625,40.76169204711914,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-09 18:17:26,2016-01-09 18:23:11,1,0.5,,,-73.9774398803711,40.74676513671875,-73.98304748535156,40.749359130859375,1,N,1,5.5,0.0,0.5,0.3,2.0,0.0,8.3 +2,2016-01-06 05:18:17,2016-01-06 05:23:40,1,0.75,,,-73.98210144042969,40.744991302490234,-73.99461364746094,40.750919342041016,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-29 19:45:06,2016-01-29 19:51:44,2,1.58,,,-73.97412872314453,40.751766204833984,-73.95935821533203,40.771297454833984,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-29 18:34:25,2016-01-29 18:38:01,1,0.64,,,-73.99359130859375,40.721290588378906,-73.99044036865234,40.728904724121094,1,N,1,4.5,1.0,0.5,0.3,1.58,0.0,7.88 +1,2016-01-16 13:19:02,2016-01-16 13:27:31,1,1.8,,,-73.99620056152344,40.726470947265625,-73.9998779296875,40.7419319152832,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-15 22:38:26,2016-01-15 22:57:13,1,3.9,,,-73.9919204711914,40.72712707519531,-73.95919799804688,40.771602630615234,1,N,1,16.5,0.5,0.5,0.3,1.0,0.0,18.8 +1,2016-01-16 17:48:07,2016-01-16 18:00:39,1,1.5,,,-73.99057006835938,40.750423431396484,-73.97151947021484,40.753196716308594,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-17 00:42:17,2016-01-17 00:57:04,1,3.78,,,-73.9974365234375,40.7620849609375,-74.01144409179688,40.714515686035156,1,N,1,14.5,0.5,0.5,0.3,3.95,0.0,19.75 +2,2016-01-07 13:56:03,2016-01-07 14:09:51,2,2.32,,,-73.93315124511719,40.74509048461914,-73.92636108398438,40.76599884033203,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-10 19:55:53,2016-01-10 20:11:42,1,2.86,,,-73.98925018310547,40.75730895996094,-73.97552490234375,40.733131408691406,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-22 08:00:00,2016-01-22 08:13:19,1,2.4,,,-73.99909210205078,40.73439407348633,-73.97305297851562,40.75282669067383,1,N,1,11.0,0.0,0.5,0.3,1.2,0.0,13.0 +1,2016-01-15 09:26:28,2016-01-15 09:33:47,1,1.3,,,-73.96238708496094,40.756404876708984,-73.95565032958984,40.77194595336914,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +1,2016-01-01 16:20:07,2016-01-01 16:29:53,1,2.2,,,-73.99590301513672,40.744163513183594,-73.97151947021484,40.762168884277344,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-19 22:37:29,2016-01-19 23:01:31,1,11.27,,,-73.94774627685547,40.77900314331055,-73.86222076416016,40.90254211425781,1,N,2,32.5,0.5,0.5,0.3,0.0,0.0,33.8 +2,2016-01-10 16:31:34,2016-01-10 16:52:41,4,5.52,,,-74.01023864746094,40.70957946777344,-73.98882293701172,40.75912857055664,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,20.3 +2,2016-01-11 11:36:19,2016-01-11 12:03:35,2,2.75,,,-73.99065399169922,40.75102996826172,-73.95850372314453,40.7621955871582,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-14 22:29:34,2016-01-14 22:38:46,1,2.21,,,-73.98770141601562,40.73265075683594,-73.99610137939453,40.753570556640625,1,N,1,9.0,0.5,0.5,0.3,1.5,0.0,11.8 +1,2016-01-10 03:10:27,2016-01-10 03:16:19,1,1.1,,,-73.97809600830078,40.74557876586914,-73.98775482177734,40.73819351196289,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-24 13:26:03,2016-01-24 13:34:27,1,1.21,,,-73.95431518554688,40.76417922973633,-73.97007751464844,40.759254455566406,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-25 07:51:14,2016-01-25 08:05:43,1,1.6,,,-73.96354675292969,40.77449035644531,-73.97364044189453,40.78963851928711,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-03 16:00:19,2016-01-03 16:08:46,1,1.24,,,-73.98253631591797,40.76292037963867,-73.99443817138672,40.750240325927734,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-03 22:39:34,2016-01-03 22:53:00,1,3.5,,,-73.98851776123047,40.753570556640625,-74.01168060302734,40.70771026611328,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,15.8 +1,2016-01-13 13:15:46,2016-01-13 13:29:42,1,1.3,,,-73.97456359863281,40.75054931640625,-73.98533630371094,40.74864196777344,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-09 02:04:22,2016-01-09 02:13:49,1,1.03,,,-73.98812866210938,40.72789001464844,-73.98585510253906,40.719356536865234,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +1,2016-01-19 19:25:23,2016-01-19 19:33:32,1,1.1,,,-73.95191192626953,40.76933288574219,-73.94766998291016,40.78193283081055,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-16 16:11:50,2016-01-16 16:18:33,1,1.3,,,-73.9832992553711,40.773529052734375,-73.98583984375,40.75728988647461,1,N,1,6.5,1.0,0.5,0.3,2.05,0.0,10.35 +2,2016-01-22 16:24:42,2016-01-22 16:37:00,1,1.73,,,-73.98157501220703,40.78044509887695,-73.96977996826172,40.7999153137207,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-30 19:05:54,2016-01-30 19:10:41,1,0.76,,,-73.99423217773438,40.75014877319336,-74.00566101074219,40.75094985961914,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-25 09:40:03,2016-01-25 10:03:43,2,1.83,,,-73.99085998535156,40.75600814819336,-73.96800231933594,40.76552963256836,1,N,1,15.0,0.0,0.5,0.3,4.74,0.0,20.54 +2,2016-01-06 08:29:49,2016-01-06 08:37:54,1,1.04,,,-73.9842529296875,40.73735046386719,-73.99749755859375,40.74504089355469,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-05 17:00:53,2016-01-05 17:09:41,1,1.0,,,-73.98799133300781,40.75503158569336,-73.98910522460938,40.74312973022461,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-08 18:08:04,2016-01-08 18:15:53,5,1.04,,,-73.97039031982422,40.75186538696289,-73.98148345947266,40.7471809387207,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-01 18:56:47,2016-01-01 19:06:59,1,1.7,,,-73.99955749511719,40.718231201171875,-74.00822448730469,40.735595703125,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-15 13:10:40,2016-01-15 13:19:06,2,1.3,,,-73.97120666503906,40.78691482543945,-73.95594787597656,40.7762451171875,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-25 15:38:20,2016-01-25 15:57:37,1,1.15,,,-73.87579345703125,40.76546096801758,-73.87509155273438,40.750938415527344,1,N,1,12.5,0.0,0.5,0.3,1.8,0.0,15.1 +2,2016-01-26 20:14:36,2016-01-26 20:17:44,1,0.68,,,-73.9673080444336,40.75693893432617,-73.9732894897461,40.74816131591797,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +1,2016-01-20 19:16:44,2016-01-20 19:59:02,4,4.0,,,-73.99014282226562,40.73524475097656,-73.95264434814453,40.71735382080078,1,N,1,25.5,1.0,0.5,0.3,5.0,0.0,32.3 +2,2016-01-06 23:00:02,2016-01-06 23:09:45,1,1.61,,,-73.98963165283203,40.739768981933594,-74.00287628173828,40.7340087890625,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-19 20:01:11,2016-01-19 20:10:15,3,2.01,,,-73.9524154663086,40.78084182739258,-73.96215057373047,40.799896240234375,1,N,1,9.0,0.5,0.5,0.3,1.5,0.0,11.8 +1,2016-01-30 23:54:50,2016-01-31 00:01:09,1,0.7,,,-73.98380279541016,40.71511459350586,-73.98883819580078,40.72216033935547,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +1,2016-01-08 07:38:52,2016-01-08 07:41:54,1,0.5,,,-73.99761962890625,40.76178741455078,-74.00364685058594,40.75918197631836,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +1,2016-01-13 10:06:34,2016-01-13 10:23:35,1,1.0,,,-73.9921875,40.75406265258789,-73.97789001464844,40.753902435302734,1,N,1,11.0,0.0,0.5,0.3,1.77,0.0,13.57 +2,2016-01-30 09:40:13,2016-01-30 09:50:16,2,3.75,,,-73.98914337158203,40.75873947143555,-73.97077178955078,40.7976188659668,1,N,1,13.0,0.0,0.5,0.3,3.45,0.0,17.25 +1,2016-01-06 14:28:34,2016-01-06 15:09:45,1,11.1,,,-73.88530731201172,40.77311706542969,-74.01100158691406,40.71700668334961,1,N,2,39.0,0.0,0.5,0.3,0.0,0.0,39.8 +2,2016-01-27 23:30:17,2016-01-27 23:48:50,2,3.24,,,-73.99576568603516,40.74922180175781,-73.9587173461914,40.770713806152344,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +2,2016-01-12 17:21:23,2016-01-12 17:31:40,1,1.68,,,-73.99436950683594,40.73503494262695,-73.97640991210938,40.74836349487305,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-12 05:54:39,2016-01-12 06:02:12,1,2.86,,,-73.98900604248047,40.69306564331055,-73.9928970336914,40.72773361206055,1,N,1,10.0,0.5,0.5,0.3,2.82,0.0,14.12 +2,2016-01-27 08:07:32,2016-01-27 08:29:01,4,7.8,,,-73.95105743408203,40.78287887573242,-73.87100982666016,40.77421188354492,1,N,1,26.5,0.0,0.5,0.3,2.5,5.54,35.34 +1,2016-01-11 14:42:08,2016-01-11 14:57:52,1,1.7,,,-73.97047424316406,40.76205825805664,-73.97728729248047,40.776771545410156,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-12 14:28:36,2016-01-12 14:38:38,4,1.81,,,-74.00516510009766,40.72005844116211,-74.00650024414062,40.73935317993164,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-13 18:32:47,2016-01-13 18:40:51,1,0.9,,,-73.96205139160156,40.77295684814453,-73.95040130615234,40.77146530151367,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-29 07:31:07,2016-01-29 07:42:54,1,1.8,,,-73.95793914794922,40.776153564453125,-73.97489929199219,40.752872467041016,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-26 19:53:33,2016-01-26 19:55:11,1,0.42,,,-73.9822006225586,40.74604034423828,-73.9783706665039,40.75136947631836,1,N,1,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-15 20:06:34,2016-01-15 20:44:56,1,12.4,,,-73.87671661376953,40.77192687988281,-74.03022003173828,40.735965728759766,5,N,1,0.0,0.0,0.0,0.3,87.0,12.5,99.8 +1,2016-01-05 11:15:40,2016-01-05 11:19:17,2,0.5,,,-73.98475646972656,40.75431442260742,-73.97900390625,40.761505126953125,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-27 11:28:07,2016-01-27 11:37:23,1,1.06,,,-73.99629211425781,40.724853515625,-74.00885009765625,40.72587585449219,1,N,1,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-09 18:22:03,2016-01-09 18:22:03,2,0.0,,,-73.99706268310547,40.72967529296875,0.0,0.0,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,3.3 +1,2016-01-15 06:48:16,2016-01-15 06:59:54,1,4.2,,,-73.95904541015625,40.77531814575195,-73.98328399658203,40.73465347290039,1,N,1,14.5,0.0,0.5,0.3,1.5,0.0,16.8 +1,2016-01-27 06:14:26,2016-01-27 06:17:45,1,0.8,,,-73.9907455444336,40.74858856201172,-73.98696899414062,40.74215316772461,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-30 11:59:02,2016-01-30 12:13:24,1,4.3,,,-73.94737243652344,40.83085632324219,-73.9775619506836,40.78412628173828,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-01 03:15:28,2016-01-01 03:25:11,6,2.19,,,-73.97613525390625,40.68976593017578,-73.99163818359375,40.667057037353516,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-04 20:09:28,2016-01-04 20:12:36,1,0.57,,,-73.95220184326172,40.77827072143555,-73.94966888427734,40.77252960205078,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +1,2016-01-19 20:06:41,2016-01-19 20:18:32,1,2.0,,,-73.9754638671875,40.76091384887695,-73.95342254638672,40.7726936340332,1,N,1,10.0,0.5,0.5,0.3,1.5,0.0,12.8 +1,2016-01-22 11:43:00,2016-01-22 12:00:26,1,2.7,,,-73.9529800415039,40.765220642089844,-73.95137023925781,40.79380798339844,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-01 11:44:35,2016-01-01 11:51:06,1,1.98,,,-73.9775619506836,40.76200866699219,-73.9554214477539,40.77680969238281,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-01 13:46:38,2016-01-01 13:58:30,4,3.8,,,-73.94459533691406,40.77927780151367,-73.98481750488281,40.7481575012207,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-17 18:33:41,2016-01-17 18:44:34,1,1.15,,,-73.9906997680664,40.74005126953125,-73.98301696777344,40.73073959350586,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-24 17:48:47,2016-01-24 18:13:30,1,5.11,,,-73.97225189208984,40.7493782043457,-74.012939453125,40.70296859741211,1,N,1,22.0,0.0,0.5,0.3,4.56,0.0,27.36 +1,2016-01-20 10:01:28,2016-01-20 10:08:01,1,1.0,,,0.0,0.0,0.0,0.0,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-08 16:23:30,2016-01-08 16:33:57,1,1.31,,,-73.99681854248047,40.72317123413086,-74.00343322753906,40.73558044433594,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-13 22:47:17,2016-01-13 22:54:44,1,1.2,,,-73.99125671386719,40.732643127441406,-73.98063659667969,40.721656799316406,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-08 13:20:13,2016-01-08 13:21:34,2,0.25,,,-74.01203918457031,40.702667236328125,-74.00885009765625,40.703460693359375,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +2,2016-01-17 11:20:03,2016-01-17 11:29:51,1,1.89,,,-73.99098205566406,40.72795867919922,-73.98460388183594,40.74940872192383,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-30 02:35:09,2016-01-30 02:48:28,1,3.6,,,-73.98809814453125,40.73210144042969,-73.9549331665039,40.777400970458984,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,15.3 +2,2016-01-29 19:37:12,2016-01-29 19:49:07,6,1.42,,,-73.96739196777344,40.75852584838867,-73.97638702392578,40.744895935058594,1,N,1,9.0,1.0,0.5,0.3,3.24,0.0,14.04 +2,2016-01-22 10:36:41,2016-01-22 10:47:31,1,1.16,,,-73.97673034667969,40.751678466796875,-73.97145080566406,40.76519012451172,1,N,1,8.0,0.0,0.5,0.3,2.64,0.0,11.44 +1,2016-01-17 18:44:39,2016-01-17 18:50:37,1,0.9,,,-73.9581298828125,40.76067352294922,-73.94898986816406,40.7715950012207,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-13 21:47:06,2016-01-13 21:55:11,1,1.19,,,-73.98001861572266,40.76557159423828,-73.99398040771484,40.756649017333984,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-04 12:48:45,2016-01-04 13:13:46,1,15.95,,,-74.01478576660156,40.704803466796875,-74.16243743896484,40.597049713134766,1,N,1,43.5,0.0,0.5,0.3,8.0,5.54,57.84 +2,2016-01-09 12:11:41,2016-01-09 12:22:21,2,1.5,,,-73.99661254882812,40.74285125732422,-73.98764038085938,40.760215759277344,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-11 15:32:19,2016-01-11 15:52:03,6,2.12,,,-73.98217010498047,40.76824188232422,-73.99368286132812,40.751708984375,1,N,1,13.0,0.0,0.5,0.3,1.5,0.0,15.3 +2,2016-01-02 01:18:56,2016-01-02 01:48:00,6,19.67,,,-73.77711486816406,40.646385192871094,-74.00627136230469,40.73370361328125,2,N,1,52.0,0.0,0.5,0.3,10.56,0.0,63.36 +1,2016-01-22 19:06:28,2016-01-22 19:30:52,1,2.4,,,-73.98165130615234,40.750099182128906,-73.99276733398438,40.721290588378906,1,N,1,15.5,1.0,0.5,0.3,2.0,0.0,19.3 +2,2016-01-10 18:45:45,2016-01-10 18:58:29,1,3.1,,,-73.97064971923828,40.745880126953125,-73.99186706542969,40.72605895996094,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-25 12:27:41,2016-01-25 12:52:56,5,3.37,,,-73.98428344726562,40.760501861572266,-73.95506286621094,40.788360595703125,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,22.56 +1,2016-01-02 19:10:12,2016-01-02 19:18:59,2,1.3,,,-73.9999008178711,40.74753189086914,-74.0008316040039,40.76194381713867,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-08 20:03:13,2016-01-08 20:08:51,1,0.99,,,-73.95465850830078,40.78390121459961,-73.9625244140625,40.7740364074707,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-30 15:16:10,2016-01-30 15:43:04,1,3.15,,,-74.00847625732422,40.744930267333984,-73.97721099853516,40.74717330932617,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,18.3 +1,2016-01-03 02:12:19,2016-01-03 02:24:42,1,3.0,,,-73.98770141601562,40.724761962890625,-74.00923156738281,40.70457458496094,1,N,1,11.0,0.5,0.5,0.3,2.45,0.0,14.75 +2,2016-01-17 21:55:20,2016-01-17 21:59:54,1,0.52,,,-73.98285675048828,40.761985778808594,-73.99095916748047,40.765235900878906,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-26 12:02:37,2016-01-26 12:07:42,5,0.64,,,-74.00711822509766,40.72835922241211,-74.00238037109375,40.72649002075195,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-19 15:23:43,2016-01-19 16:24:34,3,20.3,,,-73.79025268554688,40.64381790161133,-73.99478912353516,40.622039794921875,1,N,2,63.5,0.0,0.5,0.3,0.0,0.0,64.3 +2,2016-01-18 03:22:03,2016-01-18 03:26:05,1,1.45,,,-74.00524139404297,40.71966552734375,-73.99405670166016,40.734310150146484,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-13 23:36:54,2016-01-13 23:43:43,1,1.02,,,-73.97904968261719,40.753150939941406,-73.97870635986328,40.745697021484375,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-12 10:15:26,2016-01-12 10:27:42,1,1.6,,,-73.98346710205078,40.75600051879883,-73.974853515625,40.74197006225586,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-13 20:39:44,2016-01-13 20:47:56,2,1.2,,,-73.99268341064453,40.73388671875,-73.97550201416016,40.73012924194336,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-15 23:39:55,2016-01-16 00:15:06,1,6.64,,,-73.9828872680664,40.77190017700195,-73.9925537109375,40.702701568603516,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,33.96 +2,2016-01-19 11:20:33,2016-01-19 12:10:04,1,17.72,,,-73.98463439941406,40.76060104370117,-73.78252410888672,40.64476013183594,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-29 14:16:28,2016-01-29 14:33:17,1,3.2,,,-74.01434326171875,40.71416473388672,-73.9947738647461,40.750370025634766,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +2,2016-01-28 22:53:21,2016-01-28 23:07:21,2,2.4,,,-74.00389862060547,40.72962951660156,-73.97846221923828,40.7529411315918,1,N,1,11.5,0.5,0.5,0.3,2.0,0.0,14.8 +2,2016-01-19 09:23:42,2016-01-19 09:41:29,2,1.34,,,-73.98567962646484,40.76331329345703,-74.00059509277344,40.757808685302734,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +1,2016-01-14 12:07:03,2016-01-14 12:45:28,2,5.8,,,-73.9786376953125,40.77276611328125,-74.01077270507812,40.70963668823242,1,N,2,28.0,0.0,0.5,0.3,0.0,0.0,28.8 +2,2016-01-28 22:15:14,2016-01-28 22:33:08,1,4.24,,,-74.00923919677734,40.716270446777344,-73.97447967529297,40.765419006347656,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-02 21:36:56,2016-01-02 21:41:00,1,1.18,,,-73.94105529785156,40.79247283935547,-73.95232391357422,40.77717590332031,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-30 14:11:06,2016-01-30 14:27:15,6,1.4,,,-73.9946060180664,40.75058364868164,-73.98118591308594,40.76530838012695,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-01 10:54:49,2016-01-01 11:07:44,2,6.0,,,-73.9487075805664,40.77741622924805,-73.98812103271484,40.72051239013672,1,N,1,19.0,0.0,0.5,0.3,2.0,0.0,21.8 +2,2016-01-27 08:59:22,2016-01-27 09:20:06,1,4.61,,,-73.98404693603516,40.746578216552734,-74.00611877441406,40.71010971069336,1,N,1,18.5,0.0,0.5,0.3,0.0,0.0,19.3 +1,2016-01-14 09:34:01,2016-01-14 09:39:37,1,0.7,,,-73.96841430664062,40.766475677490234,-73.97361755371094,40.75772476196289,1,N,1,5.5,0.0,0.5,0.3,2.0,0.0,8.3 +1,2016-01-27 15:55:17,2016-01-27 16:07:37,1,1.1,,,-73.98318481445312,40.7389030456543,-73.98079681396484,40.75094223022461,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-21 10:36:10,2016-01-21 10:39:20,1,0.45,,,-73.97698974609375,40.76567077636719,-73.9824447631836,40.768009185791016,1,N,1,4.0,0.0,0.5,0.3,1.44,0.0,6.24 +1,2016-01-11 15:46:23,2016-01-11 16:01:24,1,2.3,,,-73.98079681396484,40.745121002197266,-73.96198272705078,40.76860427856445,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-12 10:32:13,2016-01-12 11:08:32,6,5.53,,,-73.97305297851562,40.74401092529297,-73.95368194580078,40.80537033081055,1,N,2,25.0,0.0,0.5,0.3,0.0,0.0,25.8 +2,2016-01-29 21:04:57,2016-01-29 21:10:37,1,0.53,,,-73.99151611328125,40.75003433227539,-73.99117279052734,40.74553680419922,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +1,2016-01-17 01:18:44,2016-01-17 01:42:41,1,10.0,,,-73.99752807617188,40.73491668701172,-73.9385986328125,40.852542877197266,1,N,1,30.0,0.5,0.5,0.3,5.0,0.0,36.3 +1,2016-01-08 13:23:50,2016-01-08 13:45:03,2,2.4,,,-73.983154296875,40.781654357910156,-73.96114349365234,40.76641845703125,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-28 23:05:13,2016-01-28 23:09:12,1,0.71,,,-73.9923324584961,40.734718322753906,-73.98370361328125,40.738059997558594,1,N,1,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-09 16:08:06,2016-01-09 16:13:49,2,0.8,,,-73.99584197998047,40.72646713256836,-73.98479461669922,40.728973388671875,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +1,2016-01-29 09:58:43,2016-01-29 10:15:29,1,1.6,,,-74.00860595703125,40.73051834106445,-73.98992156982422,40.733680725097656,1,N,1,11.5,0.0,0.5,0.3,1.0,0.0,13.3 +1,2016-01-27 10:30:00,2016-01-27 11:11:05,1,11.1,,,-73.99481964111328,40.75529479980469,-73.90348815917969,40.86928176879883,1,N,1,39.5,0.0,0.5,0.3,8.05,0.0,48.35 +1,2016-01-03 13:28:19,2016-01-03 13:31:38,1,0.8,,,0.0,0.0,0.0,0.0,1,N,1,5.0,0.0,0.5,0.3,1.2,0.0,7.0 +1,2016-01-03 23:01:01,2016-01-03 23:11:45,1,3.8,,,-73.9939956665039,40.690887451171875,-73.94596099853516,40.71141815185547,1,N,1,13.0,0.5,0.5,0.3,3.55,0.0,17.85 +1,2016-01-04 21:09:37,2016-01-04 21:17:24,1,1.0,,,-73.9947738647461,40.7504997253418,-73.99922943115234,40.76128387451172,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +2,2016-01-16 09:49:34,2016-01-16 09:58:59,2,1.78,,,-73.98178100585938,40.740596771240234,-73.99055480957031,40.75676345825195,1,N,1,8.5,0.0,0.5,0.3,2.79,0.0,12.09 +1,2016-01-05 15:48:56,2016-01-05 16:10:59,1,7.6,,,-74.00474548339844,40.741981506347656,-73.93978881835938,40.820457458496094,1,N,2,24.5,1.0,0.5,0.3,0.0,0.0,26.3 +1,2016-01-02 20:18:08,2016-01-02 20:45:20,2,7.7,,,-73.95346069335938,40.77877426147461,-73.96688842773438,40.71005630493164,1,N,2,27.0,0.5,0.5,0.3,0.0,0.0,28.3 +1,2016-01-22 17:52:28,2016-01-22 18:04:43,1,1.8,,,-73.97017669677734,40.76485061645508,-73.94771575927734,40.770851135253906,1,N,1,9.5,1.0,0.5,0.3,2.8,0.0,14.1 +2,2016-01-24 15:41:20,2016-01-24 15:50:52,1,1.44,,,-73.98886108398438,40.736759185791016,-73.97345733642578,40.749351501464844,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-06 20:57:40,2016-01-06 21:30:41,1,21.79,,,-73.86376190185547,40.76982116699219,-73.95833587646484,40.593177795410156,1,N,1,59.0,0.5,0.5,0.3,12.06,0.0,72.36 +2,2016-01-06 22:31:02,2016-01-06 22:41:54,1,1.9,,,-73.95378875732422,40.76668930053711,-73.97354888916016,40.74797821044922,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-28 16:38:02,2016-01-28 16:55:55,1,2.1,,,-73.99565887451172,40.72920227050781,-74.00953674316406,40.705047607421875,1,N,1,12.0,1.0,0.5,0.3,1.0,0.0,14.8 +2,2016-01-15 18:34:22,2016-01-15 18:44:56,3,1.77,,,-73.99803161621094,40.74018096923828,-74.00833892822266,40.72263717651367,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-21 08:31:03,2016-01-21 08:57:15,1,2.88,,,-73.95504760742188,40.80500030517578,-73.96021270751953,40.77378845214844,1,N,1,17.0,0.0,0.5,0.3,1.0,0.0,18.8 +2,2016-01-11 18:50:05,2016-01-11 19:09:29,5,2.39,,,-73.98155975341797,40.77348709106445,-73.95361328125,40.77523422241211,1,N,1,14.0,1.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-13 20:38:22,2016-01-13 20:44:41,1,1.79,,,-74.0000991821289,40.7430534362793,-73.9921646118164,40.76320266723633,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-19 20:12:50,2016-01-19 20:34:00,2,3.17,,,-73.99952697753906,40.7540283203125,-73.98799133300781,40.722618103027344,1,N,1,15.5,0.5,0.5,0.3,5.04,0.0,21.84 +2,2016-01-22 20:21:33,2016-01-22 20:31:58,5,1.46,,,-73.970703125,40.76298141479492,-73.98079681396484,40.74449157714844,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-19 16:29:53,2016-01-19 16:53:26,6,6.8,,,-73.79052734375,40.64400863647461,-73.82633209228516,40.71173095703125,1,N,1,23.0,1.0,0.5,0.3,6.2,0.0,31.0 +1,2016-01-30 17:34:20,2016-01-30 17:51:15,1,2.1,,,-73.98600006103516,40.74638748168945,-73.98497009277344,40.723876953125,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-11 17:21:52,2016-01-11 17:26:02,1,0.7,,,-73.98933410644531,40.75879669189453,-73.99127197265625,40.75008010864258,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-01 09:04:38,2016-01-01 09:28:47,4,17.4,,,-73.98755645751953,40.72555923461914,-73.79010772705078,40.64341354370117,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +2,2016-01-17 20:42:21,2016-01-17 20:55:55,2,2.83,,,-73.98689270019531,40.766231536865234,-73.94995880126953,40.78034973144531,1,N,1,12.0,0.5,0.5,0.3,1.0,0.0,14.3 +1,2016-01-05 17:26:15,2016-01-05 17:35:43,1,2.6,,,-73.96707153320312,40.7607307434082,-73.94112396240234,40.788516998291016,1,N,1,9.5,1.0,0.5,0.3,2.0,0.0,13.3 +1,2016-01-05 22:43:22,2016-01-05 22:48:33,1,0.9,,,-73.97604370117188,40.7602653503418,-73.96503448486328,40.76398849487305,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-28 20:28:54,2016-01-28 20:31:57,1,0.5,,,-73.95355224609375,40.76698684692383,-73.95097351074219,40.77334213256836,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-03 21:51:30,2016-01-03 22:02:41,2,3.95,,,-73.9812240600586,40.73334884643555,-73.9515380859375,40.7794189453125,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,17.88 +1,2016-01-18 09:17:37,2016-01-18 09:26:13,1,1.8,,,-73.98362731933594,40.7436637878418,-73.96394348144531,40.757850646972656,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-22 13:46:17,2016-01-22 13:52:40,1,1.15,,,-73.98271179199219,40.75102996826172,-73.98890686035156,40.73689270019531,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-27 15:08:06,2016-01-27 15:33:56,2,2.14,,,-73.9675521850586,40.78467559814453,-73.95829772949219,40.77046585083008,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,20.16 +2,2016-01-10 04:23:46,2016-01-10 04:38:12,2,3.96,,,-74.00716400146484,40.73933029174805,-73.98505401611328,40.693641662597656,1,N,1,14.0,0.5,0.5,0.3,2.0,0.0,17.3 +2,2016-01-26 07:10:51,2016-01-26 07:17:38,6,0.96,,,-73.99876403808594,40.6811637878418,-73.99279022216797,40.69357681274414,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-19 14:28:55,2016-01-19 14:52:06,1,6.98,,,-73.78821563720703,40.641693115234375,-73.79828643798828,40.70527267456055,1,N,2,24.0,0.0,0.5,0.3,0.0,0.0,24.8 +1,2016-01-27 20:31:03,2016-01-27 20:36:33,2,0.5,,,-74.00652313232422,40.714332580566406,-74.01097106933594,40.70830154418945,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +2,2016-01-19 12:15:39,2016-01-19 12:31:58,1,0.94,,,-74.0024185180664,40.74480056762695,-73.98939514160156,40.739013671875,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-21 22:13:25,2016-01-21 22:16:52,1,1.3,,,-73.97591400146484,40.744998931884766,-73.98068237304688,40.73042678833008,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +2,2016-01-06 08:56:59,2016-01-06 09:11:02,2,1.29,,,-73.99585723876953,40.73286437988281,-73.98529815673828,40.74159622192383,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-07 08:26:58,2016-01-07 08:39:56,1,1.9,,,-73.95364379882812,40.767452239990234,-73.9716796875,40.75039291381836,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,12.8 +2,2016-01-16 18:05:09,2016-01-16 18:18:16,2,2.26,,,-73.97752380371094,40.77406311035156,-73.98209381103516,40.756797790527344,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-18 02:41:00,2016-01-18 02:56:37,1,8.22,,,-73.98987579345703,40.74989700317383,-73.94527435302734,40.82856369018555,1,N,1,24.0,0.5,0.5,0.3,6.32,0.0,31.62 +1,2016-01-05 06:45:01,2016-01-05 06:55:15,1,2.4,,,-73.98350524902344,40.734378814697266,-74.01020050048828,40.7200813293457,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-03 01:45:32,2016-01-03 01:53:24,1,2.0,,,-73.99205017089844,40.727447509765625,-74.00717163085938,40.707557678222656,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +2,2016-01-21 14:05:23,2016-01-21 14:12:54,1,0.56,,,-73.98287200927734,40.7515983581543,-73.9822769165039,40.74578857421875,1,N,1,6.0,0.0,0.5,0.3,0.61,0.0,7.41 +1,2016-01-15 21:24:17,2016-01-15 21:50:40,1,8.5,,,-73.97270965576172,40.755340576171875,-73.972900390625,40.673606872558594,1,N,1,27.5,0.5,0.5,0.3,7.2,0.0,36.0 +1,2016-01-16 17:04:39,2016-01-16 17:14:11,1,1.0,,,-73.9931411743164,40.72700500488281,-73.99686431884766,40.73835372924805,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-06 19:13:24,2016-01-06 19:22:53,1,1.57,,,-73.97664642333984,40.752201080322266,-73.9920425415039,40.73630142211914,1,N,1,8.5,1.0,0.5,0.3,2.58,0.0,12.88 +2,2016-01-15 20:25:32,2016-01-15 20:32:34,1,0.65,,,-73.9912338256836,40.75091552734375,-73.98030853271484,40.74681091308594,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,9.12 +2,2016-01-14 02:17:57,2016-01-14 02:30:55,1,4.36,,,-74.00081634521484,40.730621337890625,-73.9810562133789,40.78099060058594,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +2,2016-01-12 22:12:58,2016-01-12 22:25:09,1,2.96,,,-73.97676086425781,40.790069580078125,-73.95205688476562,40.82542037963867,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +2,2016-01-11 17:34:25,2016-01-11 17:40:17,1,1.05,,,-73.97525024414062,40.765201568603516,-73.9649429321289,40.77248001098633,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-12 08:21:53,2016-01-12 08:30:53,1,1.17,,,-74.00263214111328,40.73956298828125,-74.0055160522461,40.7510986328125,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-27 14:56:45,2016-01-27 14:58:57,1,0.35,,,-73.97049713134766,40.789066314697266,-73.97469329833984,40.78760528564453,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-16 23:59:22,2016-01-17 00:07:49,1,1.23,,,-73.98705291748047,40.720726013183594,-73.99932098388672,40.71954345703125,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-05 13:39:30,2016-01-05 13:50:06,1,0.93,,,-73.99790954589844,40.756351470947266,-73.98399353027344,40.75444030761719,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +2,2016-01-26 23:57:28,2016-01-27 00:01:10,2,0.61,,,-73.9926528930664,40.758270263671875,-73.99788665771484,40.75077819824219,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +1,2016-01-18 13:55:40,2016-01-18 14:16:40,1,7.2,,,-73.9592514038086,40.769012451171875,-73.95861053466797,40.707122802734375,1,N,2,24.0,0.0,0.5,0.3,0.0,0.0,24.8 +1,2016-01-28 08:47:28,2016-01-28 08:53:33,1,0.6,,,-73.97498321533203,40.75232696533203,-73.98355865478516,40.75235366821289,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-07 22:21:36,2016-01-07 22:38:18,1,4.1,,,-73.99351501464844,40.767215728759766,-73.9884262084961,40.72417068481445,1,N,1,15.0,0.5,0.5,0.3,4.05,0.0,20.35 +1,2016-01-02 04:28:22,2016-01-02 04:38:24,2,4.0,,,-73.9974136352539,40.746788024902344,-73.94939422607422,40.7724723815918,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,16.3 +2,2016-01-21 10:15:41,2016-01-21 10:31:00,1,1.27,,,-74.0018310546875,40.74592971801758,-73.9879379272461,40.73506164550781,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-09 14:45:06,2016-01-09 15:12:25,2,4.4,,,-73.98160552978516,40.76757049560547,-74.0107421875,40.723636627197266,1,N,1,21.0,0.0,0.5,0.3,4.35,0.0,26.15 +1,2016-01-08 15:37:06,2016-01-08 15:44:24,2,1.3,,,-73.95755004882812,40.78555679321289,-73.96886444091797,40.7943229675293,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-20 11:49:38,2016-01-20 12:15:58,2,3.41,,,-74.00628662109375,40.723045349121094,-73.97380828857422,40.755035400390625,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,23.16 +2,2016-01-14 19:53:58,2016-01-14 20:20:16,1,4.9,,,-73.9808578491211,40.75954055786133,-73.94711303710938,40.76454162597656,1,N,1,20.5,1.0,0.5,0.3,4.46,0.0,26.76 +1,2016-01-29 16:05:46,2016-01-29 16:14:09,2,1.3,,,0.0,0.0,0.0,0.0,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-29 20:46:35,2016-01-29 21:22:59,1,5.03,,,-73.99476623535156,40.75033187866211,-73.95914459228516,40.70652389526367,1,N,1,25.5,0.5,0.5,0.3,5.36,0.0,32.16 +2,2016-01-24 20:05:25,2016-01-24 20:10:51,1,0.82,,,-73.99147033691406,40.744998931884766,-73.99852752685547,40.75189971923828,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,8.84 +2,2016-01-05 04:00:23,2016-01-05 04:12:12,4,2.94,,,-74.00704956054688,40.74419021606445,-73.97913360595703,40.779258728027344,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-27 18:06:52,2016-01-27 19:44:50,1,20.5,,,-73.97806549072266,40.76342010498047,-73.78277587890625,40.64887619018555,2,N,3,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-08 10:36:36,2016-01-08 11:01:31,2,2.4,,,-73.96280670166016,40.7581672668457,-73.99317932128906,40.747982025146484,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +1,2016-01-03 07:29:42,2016-01-03 07:37:03,1,1.7,,,-73.9922103881836,40.74932861328125,-73.98860168457031,40.769264221191406,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,10.8 +1,2016-01-10 00:42:15,2016-01-10 00:51:11,1,0.6,,,-73.9836196899414,40.73418045043945,-73.98936462402344,40.72621154785156,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +1,2016-01-30 01:41:07,2016-01-30 01:43:26,1,0.5,,,-73.99267578125,40.730262756347656,-73.99967193603516,40.730350494384766,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,6.35 +2,2016-01-17 15:52:37,2016-01-17 16:03:26,1,2.38,,,-73.950439453125,40.77543258666992,-73.97073364257812,40.79876708984375,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-14 11:20:59,2016-01-14 11:43:22,5,5.29,,,-74.01148223876953,40.71062088012695,-73.97853088378906,40.75267028808594,1,N,1,21.5,0.0,0.5,0.3,4.46,0.0,26.76 +2,2016-01-15 11:43:19,2016-01-15 12:04:15,1,4.8,,,-73.9948501586914,40.75020980834961,-74.00847625732422,40.70392990112305,1,N,1,19.0,0.0,0.5,0.3,10.0,0.0,29.8 +1,2016-01-10 16:00:08,2016-01-10 16:06:40,2,1.0,,,-74.00374603271484,40.738704681396484,-73.9935531616211,40.75205612182617,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-11 12:41:44,2016-01-11 12:51:28,1,2.01,,,-73.98148345947266,40.77920150756836,-73.95287322998047,40.772518157958984,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-11 22:54:08,2016-01-11 22:58:42,1,1.17,,,-73.9852294921875,40.75873565673828,-73.98932647705078,40.74692153930664,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-09 13:52:23,2016-01-09 14:16:47,3,2.66,,,-73.96820068359375,40.76436996459961,-74.00296783447266,40.756290435791016,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-13 06:30:11,2016-01-13 06:39:56,2,3.65,,,-73.9178237915039,40.771209716796875,-73.9309310913086,40.79746627807617,1,N,1,13.0,0.0,0.5,0.3,4.84,5.54,24.18 +1,2016-01-08 07:36:46,2016-01-08 07:44:24,1,0.8,,,-73.97657775878906,40.75260925292969,-73.98304748535156,40.76005172729492,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-08 11:04:55,2016-01-08 11:09:36,1,0.8,,,-73.97380828857422,40.78410720825195,-73.9639663696289,40.77677536010742,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-25 07:30:50,2016-01-25 07:47:58,6,2.72,,,-73.99415588378906,40.72663116455078,-73.97418212890625,40.76008224487305,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-03 03:15:55,2016-01-03 03:19:47,2,0.7,,,-73.98460388183594,40.7322883605957,-73.99230194091797,40.72532272338867,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +2,2016-01-20 12:17:52,2016-01-20 12:40:05,1,2.45,,,-73.994140625,40.75113296508789,-73.98078155517578,40.77479553222656,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-16 17:18:23,2016-01-16 17:35:06,1,7.66,,,-73.87078857421875,40.77376937866211,-73.9486312866211,40.78649139404297,1,N,2,22.5,0.0,0.5,0.3,0.0,5.54,28.84 +2,2016-01-10 01:34:43,2016-01-10 01:44:54,2,1.7,,,-73.9930191040039,40.72267150878906,-73.97856140136719,40.74462890625,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +1,2016-01-03 13:40:04,2016-01-03 14:01:51,1,8.9,,,0.0,0.0,0.0,0.0,1,N,1,27.0,0.0,0.5,0.3,6.65,5.54,39.99 +2,2016-01-24 22:22:56,2016-01-24 22:24:38,1,0.55,,,-73.9687728881836,40.761512756347656,-73.97289276123047,40.755130767822266,1,N,1,3.5,0.5,0.5,0.3,1.0,0.0,5.8 +1,2016-01-10 10:47:02,2016-01-10 10:53:45,1,1.0,,,-73.9911880493164,40.749908447265625,-73.99921417236328,40.75713348388672,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-13 18:19:09,2016-01-13 18:32:12,1,2.1,,,-73.94879150390625,40.79733657836914,-73.95574951171875,40.7722282409668,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-21 10:16:22,2016-01-21 10:19:15,5,0.59,,,-73.98877716064453,40.774139404296875,-73.98230743408203,40.778961181640625,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +1,2016-01-12 21:38:39,2016-01-12 21:45:26,1,1.8,,,-73.86528015136719,40.771087646484375,-73.87382507324219,40.75468063354492,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-03 21:07:43,2016-01-03 21:20:30,1,3.0,,,-73.98116302490234,40.77425003051758,-73.98052215576172,40.74186325073242,1,N,2,12.5,0.5,0.5,0.3,0.0,0.0,13.8 +1,2016-01-10 01:45:07,2016-01-10 01:52:18,1,1.8,,,-73.93934631347656,40.80529022216797,-73.94490051269531,40.82396697998047,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-14 14:06:12,2016-01-14 14:18:47,1,1.3,,,-73.98605346679688,40.722877502441406,-73.9994125366211,40.7177734375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-12 20:51:30,2016-01-12 21:00:17,1,0.8,,,-73.99324798583984,40.75216293334961,-73.99837493896484,40.757598876953125,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-10 18:03:06,2016-01-10 18:17:01,1,3.37,,,-73.99817657470703,40.71709060668945,-73.98165130615234,40.75790786743164,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-21 08:01:34,2016-01-21 08:28:47,1,4.16,,,-74.01611328125,40.71009063720703,-73.97917938232422,40.754310607910156,1,N,1,19.0,0.0,0.5,0.3,2.2,0.0,22.0 +1,2016-01-04 05:12:43,2016-01-04 05:14:09,1,0.7,,,-73.97034454345703,40.75199508666992,-73.97393035888672,40.743953704833984,1,N,1,4.0,0.5,0.5,0.3,1.0,0.0,6.3 +1,2016-01-03 17:43:46,2016-01-03 17:49:33,1,0.6,,,-73.99496459960938,40.745147705078125,-73.99469757080078,40.750389099121094,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-03 20:54:55,2016-01-03 21:05:41,1,2.0,,,-73.97508239746094,40.79043197631836,-73.9487533569336,40.779998779296875,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-17 19:19:54,2016-01-17 19:30:31,1,2.0,,,-73.98657989501953,40.7402229309082,-74.0054931640625,40.71974182128906,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-14 16:07:46,2016-01-14 16:12:55,1,0.8,,,-73.99529266357422,40.7250862121582,-73.99422454833984,40.73349380493164,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-20 07:13:02,2016-01-20 07:37:11,1,4.95,,,-73.98967742919922,40.7717399597168,-74.00850677490234,40.71086120605469,1,N,1,19.5,0.0,0.5,0.3,4.06,0.0,24.36 +1,2016-01-02 13:54:35,2016-01-02 13:58:15,1,0.9,,,-73.9521484375,40.777313232421875,-73.96053314208984,40.765869140625,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +2,2016-01-29 15:32:02,2016-01-29 15:42:24,1,1.75,,,-73.98774719238281,40.7537956237793,-74.00697326660156,40.74172592163086,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-22 21:24:51,2016-01-22 21:34:37,1,1.3,,,-73.99317169189453,40.74143981933594,-73.97805786132812,40.74580383300781,1,N,1,8.0,0.5,0.5,0.3,2.0,0.0,11.3 +2,2016-01-07 19:29:17,2016-01-07 19:50:37,1,1.74,,,-73.97232818603516,40.78678512573242,-73.94709014892578,40.779911041259766,1,N,1,13.5,1.0,0.5,0.3,1.0,0.0,16.3 +2,2016-01-25 07:32:30,2016-01-25 07:53:52,1,6.13,,,-73.98865509033203,40.69601058959961,-73.97000122070312,40.75310134887695,1,N,1,21.5,0.0,0.5,0.3,3.5,0.0,25.8 +2,2016-01-06 11:12:13,2016-01-06 11:17:23,6,0.99,,,-73.97970581054688,40.75473403930664,-73.98782348632812,40.74309158325195,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-17 13:08:09,2016-01-17 13:24:57,1,3.04,,,-73.9731216430664,40.75528335571289,-74.00921630859375,40.73944091796875,1,N,1,13.0,0.0,0.5,0.3,3.45,0.0,17.25 +1,2016-01-24 16:55:00,2016-01-24 17:02:45,1,1.1,,,-73.97032165527344,40.75224304199219,-73.98039245605469,40.738548278808594,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-27 18:20:37,2016-01-27 18:43:41,1,1.83,,,-73.97528076171875,40.76445388793945,-73.98970794677734,40.741424560546875,1,N,1,14.5,1.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-08 13:56:05,2016-01-08 14:02:37,1,1.13,,,-73.98204803466797,40.760353088378906,-73.98530578613281,40.76948547363281,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-22 22:50:51,2016-01-22 23:03:47,1,2.51,,,-73.98907470703125,40.75830841064453,-73.9604721069336,40.775489807128906,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-15 17:57:00,2016-01-15 18:27:20,1,4.5,,,-73.96662902832031,40.79385757446289,-73.92768859863281,40.83612823486328,1,N,2,21.0,1.0,0.5,0.3,0.0,0.0,22.8 +1,2016-01-20 21:22:33,2016-01-20 21:31:07,1,2.0,,,0.0,0.0,0.0,0.0,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-13 08:01:14,2016-01-13 08:19:46,1,3.3,,,-73.99022674560547,40.68706130981445,-74.00505065917969,40.65208435058594,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-04 01:44:29,2016-01-04 01:51:29,1,2.1,,,-73.98209381103516,40.76874923706055,-73.9571304321289,40.77852249145508,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +1,2016-01-16 22:37:49,2016-01-16 22:50:30,1,1.4,,,-73.99012756347656,40.72935104370117,-74.00564575195312,40.74006271362305,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +1,2016-01-28 23:17:03,2016-01-28 23:21:17,1,0.8,,,-73.99085998535156,40.75075149536133,-73.98628997802734,40.75776290893555,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-17 22:51:32,2016-01-17 22:57:44,1,1.21,,,-73.923095703125,40.74345779418945,-73.89933776855469,40.74601364135742,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-14 13:54:07,2016-01-14 13:58:47,2,0.45,,,-73.99786376953125,40.735877990722656,-73.99049377441406,40.732879638671875,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-27 19:28:46,2016-01-27 19:50:13,4,3.5,,,-73.98737335205078,40.73881149291992,-73.95545959472656,40.78261947631836,1,N,2,16.5,1.0,0.5,0.3,0.0,0.0,18.3 +2,2016-01-28 21:54:39,2016-01-28 22:04:26,1,2.01,,,-73.98817443847656,40.75906753540039,-74.00404357910156,40.73761749267578,1,N,1,9.0,0.5,0.5,0.3,3.09,0.0,13.39 +1,2016-01-08 10:24:49,2016-01-08 10:44:34,1,2.2,,,-74.01122283935547,40.7036018371582,-73.9979248046875,40.729339599609375,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +1,2016-01-12 20:27:39,2016-01-12 20:32:27,1,1.1,,,-73.96614074707031,40.7645263671875,-73.98072814941406,40.76404571533203,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +1,2016-01-21 01:39:45,2016-01-21 01:49:04,1,1.8,,,-74.00635528564453,40.73337936401367,-74.00635528564453,40.73344802856445,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +2,2016-01-01 14:48:18,2016-01-01 15:00:12,5,1.77,,,-73.97489929199219,40.73417663574219,-74.00080871582031,40.74204635620117,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-30 16:40:34,2016-01-30 16:50:29,1,1.7,,,-73.96835327148438,40.77056884765625,-73.94547271728516,40.773536682128906,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-20 11:56:16,2016-01-20 12:08:47,1,4.4,,,-73.95821380615234,40.76049041748047,-73.98768615722656,40.72446823120117,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-18 13:32:18,2016-01-18 13:45:44,1,3.1,,,-73.94329071044922,40.77708435058594,-73.97911071777344,40.75775146484375,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,14.3 +1,2016-01-07 22:56:50,2016-01-07 23:39:24,2,12.4,,,-73.87078094482422,40.773719787597656,-73.99132537841797,40.76643371582031,1,N,1,40.5,0.5,0.5,0.3,10.0,0.0,51.8 +2,2016-01-29 13:20:58,2016-01-29 13:37:19,1,2.67,,,-73.96598052978516,40.77299118041992,-73.9941177368164,40.75025177001953,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-12 07:41:52,2016-01-12 07:57:43,1,1.15,,,-73.99870300292969,40.7608528137207,-73.98011779785156,40.75550842285156,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-09 13:07:58,2016-01-09 13:21:05,4,1.5,,,-74.00621795654297,40.73977279663086,-73.990234375,40.726444244384766,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-28 18:51:04,2016-01-28 19:01:52,4,1.37,,,-73.998779296875,40.744659423828125,-73.9836196899414,40.75545120239258,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-02 11:08:40,2016-01-02 11:15:21,1,1.1,,,-73.9811019897461,40.72523880004883,-73.99525451660156,40.72318649291992,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-03 18:17:25,2016-01-03 18:21:38,1,1.2,,,-73.96711730957031,40.75653076171875,-73.97982788085938,40.74240493774414,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-17 19:00:31,2016-01-17 19:01:55,1,0.4,,,-73.98670959472656,40.771732330322266,-73.9827651977539,40.77720260620117,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +1,2016-01-14 20:15:22,2016-01-14 20:33:33,1,2.6,,,-73.99718475341797,40.7222900390625,-73.9936752319336,40.75194549560547,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-20 14:18:16,2016-01-20 14:45:46,1,3.3,,,-73.9668197631836,40.75740051269531,-73.97433471679688,40.791019439697266,1,N,2,18.5,0.0,0.5,0.3,0.0,0.0,19.3 +2,2016-01-15 09:02:06,2016-01-15 09:04:53,1,0.23,,,-74.0097885131836,40.70590591430664,-74.00728607177734,40.704898834228516,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-12 15:37:14,2016-01-12 15:44:43,1,0.77,,,-73.97035217285156,40.76787185668945,-73.97015380859375,40.760658264160156,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-17 18:19:30,2016-01-17 18:23:14,2,1.1,,,-73.96592712402344,40.76177978515625,-73.95397186279297,40.77198028564453,1,N,1,5.5,0.0,0.5,0.3,2.0,0.0,8.3 +2,2016-01-17 09:37:30,2016-01-17 09:45:23,1,3.0,,,-74.0025405883789,40.749786376953125,-73.97544860839844,40.7861328125,1,N,1,10.0,0.0,0.5,0.3,3.24,0.0,14.04 +1,2016-01-04 14:48:49,2016-01-04 14:58:23,1,1.5,,,-73.99176788330078,40.75100326538086,-73.98204040527344,40.736366271972656,1,N,1,8.5,0.0,0.5,0.3,2.75,0.0,12.05 +2,2016-01-10 10:56:39,2016-01-10 11:23:47,3,10.18,,,-73.86299896240234,40.76924133300781,-73.9870376586914,40.763328552246094,1,N,1,31.0,0.0,0.5,0.3,11.2,5.54,48.54 +2,2016-01-21 14:35:32,2016-01-21 14:39:12,6,0.53,,,-73.9544906616211,40.78397750854492,-73.95928192138672,40.77763748168945,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-02 11:08:36,2016-01-02 11:13:12,1,0.7,,,-73.95215606689453,40.77284622192383,-73.95635986328125,40.7669563293457,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-14 23:21:00,2016-01-14 23:25:00,4,0.7,,,-73.9834213256836,40.745479583740234,-73.9915771484375,40.74455642700195,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-14 19:08:42,2016-01-14 19:27:01,2,3.4,,,-74.00978088378906,40.71357345581055,-74.00366973876953,40.68316650390625,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-14 15:42:14,2016-01-14 16:16:08,2,12.0,,,-74.01318359375,40.7161865234375,-73.92333221435547,40.8123893737793,1,N,2,35.0,0.0,0.5,0.3,0.0,0.0,35.8 +2,2016-01-30 23:48:07,2016-01-31 00:02:22,1,2.72,,,-73.99847412109375,40.72480773925781,-73.98805236816406,40.75675582885742,1,N,1,12.0,0.5,0.5,0.3,1.5,0.0,14.8 +1,2016-01-29 12:48:21,2016-01-29 12:55:22,1,0.7,,,-73.98322296142578,40.75605392456055,-73.9887466430664,40.75455856323242,1,N,1,6.0,0.0,0.5,0.3,4.0,0.0,10.8 +1,2016-01-03 03:21:19,2016-01-03 03:33:14,1,2.4,,,-73.9891586303711,40.71900177001953,-73.97440338134766,40.73707580566406,1,N,1,11.0,0.5,0.5,0.3,1.5,0.0,13.8 +1,2016-01-09 03:50:33,2016-01-09 04:02:18,1,1.6,,,-73.98885345458984,40.727115631103516,-74.0055923461914,40.7113037109375,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +2,2016-01-19 09:14:31,2016-01-19 09:45:18,1,1.22,,,-74.00332641601562,40.748939514160156,-73.98751068115234,40.753448486328125,1,N,1,18.0,0.0,0.5,0.3,2.0,0.0,20.8 +2,2016-01-25 18:41:24,2016-01-25 18:54:39,2,1.85,,,-73.99547576904297,40.68334197998047,-73.97344970703125,40.67058181762695,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-20 17:29:20,2016-01-20 17:42:10,1,1.8,,,-73.99030303955078,40.73052978515625,-73.99629974365234,40.74934387207031,1,N,1,10.0,1.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-03 04:12:20,2016-01-03 04:20:24,6,2.58,,,-73.98680114746094,40.72175598144531,-73.98780822753906,40.71992111206055,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,13.5 +1,2016-01-14 21:25:26,2016-01-14 21:32:48,1,1.6,,,-73.99640655517578,40.74284362792969,-73.97908782958984,40.75254821777344,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-18 20:54:29,2016-01-18 20:58:59,1,1.1,,,-73.98866271972656,40.74871063232422,-73.99137115478516,40.76042938232422,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-03 17:34:27,2016-01-03 17:53:48,5,10.04,,,-73.87471008300781,40.77408981323242,-73.93820190429688,40.85417938232422,1,N,1,28.5,0.0,0.5,0.3,6.97,5.54,41.81 +1,2016-01-25 21:05:34,2016-01-25 21:25:35,1,2.7,,,-73.9820785522461,40.75401306152344,-73.97930908203125,40.72773361206055,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +2,2016-01-04 17:22:45,2016-01-04 17:30:21,1,1.24,,,-73.97228240966797,40.762210845947266,-73.98455810546875,40.75919723510742,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-12 10:59:59,2016-01-12 11:03:15,2,0.63,,,-73.94820404052734,40.77437210083008,-73.95597839355469,40.779693603515625,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-11 13:46:46,2016-01-11 14:01:06,1,1.8,,,-73.97965240478516,40.78124237060547,-73.97640228271484,40.7645263671875,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +2,2016-01-13 09:25:49,2016-01-13 09:32:18,1,0.84,,,-74.00630187988281,40.73371505737305,-73.99823760986328,40.74107360839844,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-24 23:19:18,2016-01-24 23:22:47,5,0.79,,,-73.95914459228516,40.76350021362305,-73.95055389404297,40.76969528198242,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-15 06:48:27,2016-01-15 06:52:34,1,0.94,,,-73.98973846435547,40.73765563964844,-73.9809341430664,40.74825668334961,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-21 15:51:04,2016-01-21 16:40:50,2,0.8,,,-73.98184204101562,40.74385452270508,-74.17732238769531,40.6907844543457,3,N,1,44.5,0.0,0.0,0.3,11.45,12.5,68.75 +2,2016-01-26 07:27:34,2016-01-26 07:32:09,1,0.9,,,-73.9893798828125,40.7630500793457,-73.97577667236328,40.7570686340332,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-02 14:26:21,2016-01-02 14:38:13,3,1.4,,,-73.98741912841797,40.74822998046875,-73.98931121826172,40.75782775878906,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-03 01:16:51,2016-01-03 01:24:37,2,1.03,,,-73.99041748046875,40.7194709777832,-73.98066711425781,40.72152328491211,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-03 05:11:32,2016-01-03 05:25:32,2,3.7,,,-73.99571228027344,40.76374816894531,-74.00047302246094,40.718379974365234,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-02 16:36:05,2016-01-02 16:43:42,1,1.8,,,-73.97077178955078,40.793495178222656,-73.978271484375,40.77627182006836,1,N,3,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-29 15:47:46,2016-01-29 17:03:22,6,18.94,,,-73.78135681152344,40.64496994018555,-74.0044174194336,40.72172164916992,2,N,1,52.0,0.0,0.5,0.3,13.2,0.0,66.0 +2,2016-01-06 11:25:23,2016-01-06 11:34:25,1,1.33,,,-73.96958923339844,40.75191879272461,-73.95603942871094,40.765838623046875,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-17 19:21:46,2016-01-17 19:34:13,1,2.44,,,-73.9549789428711,40.78032302856445,-73.95574951171875,40.80381774902344,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-27 08:39:46,2016-01-27 09:09:04,1,1.68,,,-73.95597839355469,40.779571533203125,-73.97129821777344,40.75825119018555,1,N,1,17.5,0.0,0.5,0.3,4.58,0.0,22.88 +2,2016-01-19 16:11:29,2016-01-19 16:18:40,1,1.52,,,-74.00129699707031,40.729129791259766,-73.9919662475586,40.745628356933594,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-01 14:27:21,2016-01-01 14:34:03,3,1.07,,,-73.97233581542969,40.76519012451172,-73.95818328857422,40.76287841796875,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-17 13:30:05,2016-01-17 13:33:57,2,0.76,,,-73.98209381103516,40.73195266723633,-73.99116516113281,40.737388610839844,1,N,1,4.5,0.0,0.5,0.3,1.59,0.0,6.89 +1,2016-01-02 21:05:33,2016-01-02 21:07:24,1,0.0,,,-73.98261260986328,40.75751495361328,-73.982177734375,40.757850646972656,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +1,2016-01-21 19:16:07,2016-01-21 19:21:50,3,0.8,,,-73.98880004882812,40.73130416870117,-73.9787368774414,40.72419738769531,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-29 20:07:30,2016-01-29 20:41:01,2,4.42,,,-73.9640884399414,40.774505615234375,-73.9872817993164,40.722190856933594,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,28.56 +2,2016-01-22 16:31:44,2016-01-22 16:38:14,1,1.04,,,-73.9913101196289,40.73914337158203,-74.00555419921875,40.73940658569336,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-21 13:42:06,2016-01-21 14:11:41,2,6.31,,,-73.98797607421875,40.74951171875,-73.90956115722656,40.7143440246582,1,N,2,25.0,0.0,0.5,0.3,0.0,5.54,31.34 +1,2016-01-15 05:00:32,2016-01-15 05:14:03,1,3.5,,,-73.97836303710938,40.783203125,-73.93424224853516,40.798728942871094,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-05 21:51:55,2016-01-05 21:56:16,1,0.8,,,-73.98698425292969,40.72536849975586,-73.9895248413086,40.73351287841797,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-09 20:39:52,2016-01-09 20:49:28,1,1.8,,,-73.96781921386719,40.802894592285156,-73.95535278320312,40.786048889160156,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-28 04:11:17,2016-01-28 04:19:29,1,1.7,,,-74.00585174560547,40.725059509277344,-74.01190948486328,40.704105377197266,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +1,2016-01-12 08:25:08,2016-01-12 08:41:30,1,2.4,,,-74.00341033935547,40.73868942260742,-73.97627258300781,40.75680923461914,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +1,2016-01-27 19:43:33,2016-01-27 19:45:07,1,0.3,,,-73.9460678100586,40.777244567871094,-73.94821166992188,40.77460479736328,1,N,1,3.0,1.0,0.5,0.3,1.0,0.0,5.8 +1,2016-01-21 14:10:03,2016-01-21 14:22:04,1,0.8,,,-73.96062469482422,40.77287292480469,-73.96847534179688,40.761837005615234,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-27 22:09:08,2016-01-27 22:15:32,5,1.13,,,-73.99344635009766,40.749786376953125,-73.98603057861328,40.75883102416992,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-29 06:20:27,2016-01-29 06:34:24,1,5.31,,,-73.97639465332031,40.75236511230469,-74.00489807128906,40.712493896484375,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-09 00:55:35,2016-01-09 01:21:36,2,5.32,,,-73.95269775390625,40.7270393371582,-74.00637817382812,40.73936080932617,1,N,1,21.0,0.5,0.5,0.3,2.5,0.0,24.8 +2,2016-01-26 18:00:44,2016-01-26 18:08:26,1,1.14,,,-73.9520263671875,40.7989387512207,-73.96782684326172,40.80057144165039,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-16 20:22:24,2016-01-16 20:28:20,1,1.8,,,-73.9661865234375,40.76219177246094,-73.95455932617188,40.783668518066406,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-06 07:06:53,2016-01-06 07:12:20,1,1.0,,,-73.99092102050781,40.75584030151367,-73.97575378417969,40.75779342651367,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-18 16:01:28,2016-01-18 16:04:13,1,0.4,,,-73.9445571899414,40.798946380615234,-73.94121551513672,40.80189514160156,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-16 13:48:12,2016-01-16 13:53:27,1,1.0,,,-73.96104431152344,40.7718391418457,-73.97000122070312,40.75971984863281,1,N,1,6.0,0.0,0.5,0.3,1.2,0.0,8.0 +1,2016-01-21 15:51:44,2016-01-21 16:02:00,1,1.0,,,-74.00047302246094,40.72737121582031,-74.00379943847656,40.71693420410156,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-17 21:19:32,2016-01-17 21:27:51,1,1.7,,,0.0,0.0,0.0,0.0,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +2,2016-01-06 20:12:05,2016-01-06 20:31:01,1,8.91,,,0.0,0.0,0.0,0.0,1,N,1,27.0,0.5,0.5,0.3,6.77,5.54,40.61 +1,2016-01-27 19:27:15,2016-01-27 19:33:59,1,1.1,,,-73.98283386230469,40.7394905090332,-73.98387908935547,40.727012634277344,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-03 20:33:47,2016-01-03 20:45:54,1,2.72,,,-73.99057006835938,40.756439208984375,-73.97698974609375,40.787559509277344,1,N,1,11.5,0.5,0.5,0.3,2.0,0.0,14.8 +1,2016-01-03 12:55:17,2016-01-03 13:02:26,2,1.5,,,0.0,0.0,0.0,0.0,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-12 14:06:06,2016-01-12 14:15:56,1,0.6,,,-73.9817886352539,40.745967864990234,-73.99059295654297,40.75151824951172,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-01 18:25:59,2016-01-01 18:33:14,4,0.89,,,-73.98194885253906,40.74620056152344,-73.97611236572266,40.75703048706055,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-07 10:52:53,2016-01-07 11:01:28,1,1.02,,,-73.97830200195312,40.75349044799805,-73.98117065429688,40.76409149169922,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-25 19:27:30,2016-01-25 19:34:43,1,1.1,,,-74.0081787109375,40.72126388549805,-74.0018539428711,40.7352294921875,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-26 16:16:35,2016-01-26 16:32:48,1,1.5,,,-74.00257873535156,40.714298248291016,-73.98662567138672,40.729740142822266,1,N,1,11.0,1.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-27 21:51:29,2016-01-27 22:16:34,3,10.56,,,-73.87086486816406,40.77371597290039,-73.9896469116211,40.734214782714844,1,N,1,32.5,0.5,0.5,0.3,6.76,0.0,40.56 +1,2016-01-28 13:11:24,2016-01-28 13:18:21,1,0.6,,,-73.9626235961914,40.75541687011719,-73.96878051757812,40.760704040527344,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-03 12:50:21,2016-01-03 13:09:10,1,2.71,,,-73.98847198486328,40.77811813354492,-73.95085906982422,40.77471160888672,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-27 10:10:10,2016-01-27 10:13:57,6,1.35,,,-73.97567749023438,40.71910858154297,-73.97344970703125,40.7306022644043,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-23 04:39:44,2016-01-23 05:21:17,1,10.4,,,0.0,0.0,0.0,0.0,1,N,1,32.0,0.5,0.5,0.3,3.0,0.0,36.3 +2,2016-01-13 09:24:02,2016-01-13 09:30:21,1,1.12,,,-73.975341796875,40.752254486083984,-73.9857177734375,40.73822784423828,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-27 00:59:53,2016-01-27 01:07:56,1,1.8,,,-73.98231506347656,40.75949478149414,-73.9802017211914,40.74156951904297,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +2,2016-01-21 14:09:01,2016-01-21 14:16:37,1,0.71,,,-73.95707702636719,40.766483306884766,-73.96492004394531,40.769447326660156,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 09:11:27,2016-01-22 09:23:28,2,2.03,,,-73.97933959960938,40.74691390991211,-73.99848937988281,40.723880767822266,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,13.5 +1,2016-01-22 14:02:51,2016-01-22 14:15:52,1,1.6,,,-73.99300384521484,40.728355407714844,-74.00232696533203,40.74370574951172,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-21 17:39:21,2016-01-21 17:58:10,1,1.84,,,-73.91584014892578,40.7463493347168,-73.91584014892578,40.7463493347168,1,N,1,13.0,1.0,0.5,0.3,3.7,0.0,18.5 +2,2016-01-27 19:13:26,2016-01-27 19:19:38,1,0.77,,,-73.99391174316406,40.75143051147461,-73.98609924316406,40.75896072387695,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-23 02:24:10,2016-01-23 02:28:06,2,0.5,,,-73.95216369628906,40.77743911743164,-73.95428466796875,40.7705192565918,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +1,2016-01-15 07:48:16,2016-01-15 07:53:14,1,1.2,,,-73.97645568847656,40.74821090698242,-73.9637451171875,40.75720977783203,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-18 22:42:05,2016-01-18 22:48:17,1,1.6,,,-73.99085998535156,40.73462677001953,-73.98255920410156,40.72029113769531,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-07 09:46:42,2016-01-07 09:54:53,1,1.35,,,-73.96244049072266,40.75885009765625,-73.95687866210938,40.77470016479492,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-22 16:31:03,2016-01-22 16:46:33,2,1.6,,,-73.99568176269531,40.75332260131836,-73.99651336669922,40.753379821777344,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-19 20:29:50,2016-01-19 20:40:20,1,2.05,,,-73.99806213378906,40.721099853515625,-73.9814224243164,40.73643112182617,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-18 19:20:20,2016-01-18 19:39:02,1,3.33,,,-73.98573303222656,40.76034164428711,-73.9996337890625,40.7244987487793,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-19 23:14:07,2016-01-19 23:21:24,2,1.3,,,0.0,0.0,0.0,0.0,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +1,2016-01-25 09:37:39,2016-01-25 09:51:53,1,1.0,,,-73.97712707519531,40.748592376708984,-73.9839859008789,40.7574462890625,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,11.3 +1,2016-01-06 08:59:31,2016-01-06 09:11:17,3,2.0,,,-73.96147155761719,40.756317138671875,-73.95587158203125,40.77893829345703,1,N,1,10.0,0.0,0.5,0.3,2.7,0.0,13.5 +1,2016-01-29 11:06:08,2016-01-29 11:09:40,1,0.5,,,-73.97888946533203,40.76681900024414,-73.98204040527344,40.77292251586914,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-22 07:40:31,2016-01-22 07:52:16,1,2.3,,,-73.95866394042969,40.772377014160156,-73.977783203125,40.745704650878906,1,N,1,10.5,0.0,0.5,0.3,4.0,0.0,15.3 +2,2016-01-09 21:42:50,2016-01-09 22:06:32,1,2.97,,,-73.98657989501953,40.7480583190918,-74.0083236694336,40.719810485839844,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-26 09:29:15,2016-01-26 09:50:45,1,3.73,,,-74.01004028320312,40.70578384399414,-73.99671173095703,40.74769592285156,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +2,2016-01-12 10:14:15,2016-01-12 10:43:21,6,3.23,,,-73.99850463867188,40.72288131713867,-73.97187042236328,40.7620735168457,1,N,1,19.0,0.0,0.5,0.3,3.96,0.0,23.76 +1,2016-01-29 19:29:06,2016-01-29 19:46:42,1,2.3,,,-73.9622573852539,40.77911376953125,-73.9879379272461,40.7555046081543,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-14 08:03:02,2016-01-14 08:07:45,5,0.82,,,-73.97370910644531,40.74734878540039,-73.97161865234375,40.75455093383789,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-29 20:21:52,2016-01-29 20:36:50,1,2.2,,,-73.9828109741211,40.747833251953125,-73.960205078125,40.77004623413086,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-29 14:49:05,2016-01-29 14:57:22,1,1.23,,,-73.99158477783203,40.74992370605469,-73.99421691894531,40.73640823364258,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-26 12:36:29,2016-01-26 13:00:48,5,2.32,,,-73.99510192871094,40.74998092651367,-73.98880004882812,40.73115158081055,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-04 12:09:22,2016-01-04 12:21:48,1,2.3,,,-73.86259460449219,40.76906204223633,-73.88285064697266,40.75963592529297,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-06 19:02:26,2016-01-06 19:11:07,1,1.6,,,-73.97708892822266,40.774940490722656,-73.95758819580078,40.77690505981445,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-16 09:37:45,2016-01-16 09:48:45,1,1.81,,,-73.98821258544922,40.76953887939453,-73.994873046875,40.7501335144043,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-03 12:12:05,2016-01-03 12:27:15,1,1.87,,,-73.97589874267578,40.75175857543945,-73.98355102539062,40.76559066772461,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-28 19:59:24,2016-01-28 20:12:09,1,1.85,,,-73.89273071289062,40.75448989868164,-73.89273071289062,40.75448989868164,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-15 22:22:23,2016-01-15 22:28:13,1,0.79,,,-73.98573303222656,40.76293182373047,-73.99333190917969,40.763790130615234,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-22 08:00:03,2016-01-22 08:04:35,4,0.6,,,-73.9947280883789,40.73167419433594,-73.98658752441406,40.73427200317383,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-26 08:18:36,2016-01-26 08:22:10,2,0.72,,,-73.9552001953125,40.780059814453125,-73.94573211669922,40.77859115600586,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-20 20:46:25,2016-01-20 20:56:47,1,1.56,,,-73.98954010009766,40.720680236816406,-74.00640869140625,40.733211517333984,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-01 22:38:47,2016-01-01 22:44:51,1,1.9,,,-73.97306060791016,40.76343536376953,-73.95699310302734,40.78596115112305,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-04 01:45:37,2016-01-04 01:49:40,3,0.75,,,-74.00994873046875,40.71472930908203,-74.01681518554688,40.709476470947266,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-29 08:57:17,2016-01-29 09:03:08,5,0.63,,,-73.98699951171875,40.761390686035156,-73.97932434082031,40.765380859375,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-21 03:13:26,2016-01-21 03:17:44,1,0.92,,,-73.99726104736328,40.71677017211914,-74.0091323852539,40.72602081298828,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-30 10:41:26,2016-01-30 10:59:35,1,2.9,,,-73.99098205566406,40.75045394897461,-73.95722198486328,40.762725830078125,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-16 21:05:10,2016-01-16 21:16:09,1,1.4,,,0.0,0.0,0.0,0.0,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-16 01:19:50,2016-01-16 01:36:43,1,2.94,,,-73.98558044433594,40.71807861328125,-74.00782775878906,40.74045944213867,1,N,1,13.5,0.5,0.5,0.3,1.5,0.0,16.3 +2,2016-01-27 12:56:42,2016-01-27 13:11:34,1,1.17,,,-73.98146057128906,40.753780364990234,-73.99394226074219,40.74555969238281,1,N,1,10.0,0.0,0.5,0.3,1.2,0.0,12.0 +2,2016-01-19 07:51:41,2016-01-19 08:18:48,1,3.85,,,-74.00337982177734,40.747501373291016,-74.00257873535156,40.74712371826172,1,N,1,19.0,0.0,0.5,0.3,2.0,0.0,21.8 +2,2016-01-26 22:21:14,2016-01-26 22:30:15,2,3.76,,,-73.98162078857422,40.773651123046875,-73.96056365966797,40.81650924682617,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,17.25 +2,2016-01-08 23:54:14,2016-01-09 00:07:23,1,8.86,,,-73.78968048095703,40.64691162109375,-73.76751708984375,40.66699981689453,1,N,2,25.0,0.5,0.5,0.3,0.0,0.0,26.3 +2,2016-01-26 20:25:28,2016-01-26 20:27:33,1,0.31,,,-73.96717834472656,40.793609619140625,-73.9723892211914,40.79420852661133,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +2,2016-01-09 16:56:38,2016-01-09 17:07:11,1,0.97,,,-74.00536346435547,40.736106872558594,-74.0016860961914,40.72444152832031,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-30 15:00:51,2016-01-30 15:06:37,1,1.02,,,-73.96295928955078,40.77245330810547,-73.95307922363281,40.78350830078125,1,N,1,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 19:28:42,2016-01-22 19:45:38,2,2.83,,,-73.9483413696289,40.71120071411133,-73.91169738769531,40.690399169921875,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,17.3 +2,2016-01-10 20:20:24,2016-01-10 20:22:42,1,0.66,,,-73.99158477783203,40.75004959106445,-73.99732208251953,40.74197006225586,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,6.62 +1,2016-01-24 19:32:15,2016-01-24 19:39:31,1,1.4,,,-73.97412872314453,40.783042907714844,-73.95645904541016,40.77722930908203,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-08 20:14:26,2016-01-08 20:31:37,2,2.25,,,-73.98677825927734,40.759063720703125,-73.99977111816406,40.738399505615234,1,N,1,12.5,0.5,0.5,0.3,4.14,0.0,17.94 +1,2016-01-26 21:10:47,2016-01-26 21:24:54,1,2.8,,,-73.97181701660156,40.79698181152344,-73.96339416503906,40.76754379272461,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +2,2016-01-23 00:33:31,2016-01-23 00:47:44,6,3.11,,,-73.94024658203125,40.699790954589844,-73.98554992675781,40.720489501953125,1,N,1,12.5,0.5,0.5,0.3,1.5,0.0,15.3 +1,2016-01-26 16:11:51,2016-01-26 16:22:08,1,1.5,,,-73.98146057128906,40.73726272583008,-73.99468231201172,40.71677780151367,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-22 11:49:38,2016-01-22 12:10:26,1,3.25,,,-73.96611785888672,40.78982925415039,-73.98267364501953,40.751068115234375,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-28 08:38:27,2016-01-28 09:01:56,1,3.39,,,-73.934326171875,40.75117111206055,-73.9410171508789,40.755496978759766,1,N,1,16.5,0.0,0.5,0.3,5.19,0.0,22.49 +1,2016-01-08 00:18:15,2016-01-08 00:31:44,1,4.4,,,-73.98900604248047,40.72164535522461,-73.94783020019531,40.774864196777344,1,N,1,14.5,0.5,0.5,0.3,1.0,0.0,16.8 +2,2016-01-19 11:50:49,2016-01-19 12:05:17,1,1.68,,,-73.9554672241211,40.78260803222656,-73.97140502929688,40.792598724365234,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-08 15:31:34,2016-01-08 15:32:53,1,0.07,,,-73.96956634521484,40.763240814208984,-73.97045135498047,40.761863708496094,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +2,2016-01-20 21:35:15,2016-01-20 22:04:18,5,6.89,,,-73.97087860107422,40.757938385009766,-73.95606231689453,40.685646057128906,1,N,1,24.5,0.5,0.5,0.3,3.5,0.0,29.3 +2,2016-01-03 02:55:10,2016-01-03 03:04:37,1,2.2,,,-73.98892974853516,40.71860122680664,-73.97339630126953,40.74385452270508,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-21 22:52:02,2016-01-21 23:00:35,1,1.56,,,-74.0023422241211,40.72462844848633,-73.98234558105469,40.73176193237305,1,N,1,8.0,0.5,0.5,0.3,1.1,0.0,10.4 +2,2016-01-08 08:02:43,2016-01-08 08:07:11,1,0.67,,,-73.9884033203125,40.77411651611328,-73.98211669921875,40.77716827392578,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-28 18:52:41,2016-01-28 19:02:25,5,1.03,,,-73.99638366699219,40.73802185058594,-73.9869613647461,40.742130279541016,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-16 17:06:21,2016-01-16 17:10:38,1,0.8,,,-73.99825286865234,40.74542236328125,-74.00364685058594,40.75251770019531,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-15 17:40:07,2016-01-15 17:44:32,1,1.1,,,-73.97032165527344,40.7891845703125,-73.98184967041016,40.776241302490234,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-22 07:56:41,2016-01-22 08:16:56,1,2.7,,,-73.96763610839844,40.79296112060547,-73.97393798828125,40.76272201538086,1,N,1,14.0,0.0,0.5,0.3,2.0,0.0,16.8 +2,2016-01-10 17:57:16,2016-01-10 18:01:54,1,0.86,,,-73.9846420288086,40.74275207519531,-73.9911117553711,40.73236846923828,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-17 21:53:11,2016-01-17 21:58:58,2,0.8,,,-73.97704315185547,40.742740631103516,-73.99095916748047,40.74538803100586,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-21 11:47:35,2016-01-21 11:53:59,4,0.71,,,-73.99466705322266,40.73146057128906,-73.98481750488281,40.73224639892578,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-22 15:32:13,2016-01-22 16:17:26,1,9.2,,,-73.97332763671875,40.75749969482422,-73.8721923828125,40.77433776855469,1,N,1,33.5,0.0,0.5,0.3,9.95,5.54,49.79 +2,2016-01-11 12:24:54,2016-01-11 12:39:36,2,1.47,,,-73.98693084716797,40.757530212402344,-73.99452209472656,40.74767303466797,1,N,1,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-30 07:22:44,2016-01-30 07:39:23,1,5.37,,,-73.98307800292969,40.7305908203125,-73.9236068725586,40.75593948364258,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,21.96 +2,2016-01-10 00:13:26,2016-01-10 00:22:21,5,1.5,,,-74.00529479980469,40.74030685424805,-74.00706481933594,40.7198486328125,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-13 23:26:15,2016-01-13 23:36:12,1,1.98,,,-73.98367309570312,40.74384689331055,-73.97270202636719,40.76332092285156,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-22 16:41:10,2016-01-22 17:21:18,1,4.45,,,-73.98582458496094,40.75630187988281,-74.01260375976562,40.70421600341797,1,N,2,21.0,1.0,0.5,0.3,0.0,0.0,22.8 +1,2016-01-16 14:19:44,2016-01-16 14:29:03,1,1.3,,,-73.98173522949219,40.746578216552734,-74.00223541259766,40.755714416503906,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-14 10:57:40,2016-01-14 11:09:01,1,2.09,,,-73.96126556396484,40.76076126098633,-73.98340606689453,40.74103546142578,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-01 14:19:06,2016-01-01 14:21:47,1,0.82,,,-73.93551635742188,40.800228118896484,-73.93892669677734,40.79098892211914,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-16 17:58:22,2016-01-16 18:26:39,2,6.0,,,-74.01424407958984,40.71208572387695,-73.96324920654297,40.76914978027344,1,N,1,23.5,0.0,0.5,0.3,4.85,0.0,29.15 +2,2016-01-16 02:18:38,2016-01-16 02:34:58,1,8.46,,,-74.00270080566406,40.74982833862305,-73.9358901977539,40.85028076171875,1,N,1,24.5,0.5,0.5,0.3,5.16,0.0,30.96 +1,2016-01-28 22:44:11,2016-01-28 22:52:43,1,3.1,,,-73.99061584472656,40.718505859375,-73.94831848144531,40.718502044677734,1,N,1,11.0,0.5,0.5,0.3,1.5,0.0,13.8 +1,2016-01-27 09:40:44,2016-01-27 09:50:04,1,0.5,,,-73.9881820678711,40.74913787841797,-73.98612213134766,40.75566864013672,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-17 18:18:19,2016-01-17 19:06:02,1,20.43,,,-73.78339385986328,40.64862060546875,-73.93116760253906,40.855010986328125,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-12 19:39:41,2016-01-12 19:44:38,1,0.85,,,-74.00132751464844,40.73621368408203,-73.994384765625,40.72872543334961,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-17 20:07:39,2016-01-17 20:22:29,1,3.6,,,-73.98841857910156,40.77846145629883,-73.99935913085938,40.738868713378906,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,17.76 +1,2016-01-10 14:45:22,2016-01-10 14:55:03,2,1.8,,,-73.96232604980469,40.77898025512695,-73.97350311279297,40.756675720214844,1,N,1,9.0,0.0,0.5,0.3,2.9,0.0,12.7 +2,2016-01-14 12:19:29,2016-01-14 12:28:02,1,1.21,,,-73.97391510009766,40.76298141479492,-73.97087097167969,40.75171661376953,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-13 16:46:04,2016-01-13 17:07:27,1,5.96,,,-73.97564697265625,40.74541091918945,-74.0109634399414,40.71628189086914,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-16 23:35:43,2016-01-16 23:54:36,2,4.73,,,-74.00859832763672,40.719051361083984,-73.97579193115234,40.76567077636719,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +2,2016-01-17 19:22:03,2016-01-17 19:35:56,1,3.05,,,-73.99147033691406,40.7499885559082,-73.95922088623047,40.77170944213867,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-03 13:14:28,2016-01-03 13:25:07,1,1.32,,,-73.9798812866211,40.73921585083008,-73.98986053466797,40.750831604003906,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-27 18:52:30,2016-01-27 19:21:47,1,2.98,,,-73.97744750976562,40.754188537597656,-73.94770812988281,40.77907180786133,1,N,2,18.5,1.0,0.5,0.3,0.0,0.0,20.3 +1,2016-01-01 18:08:43,2016-01-01 18:18:34,3,2.5,,,-74.00764465332031,40.743072509765625,-73.98043060302734,40.76453399658203,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-10 01:39:06,2016-01-10 01:56:04,1,2.4,,,-74.00505065917969,40.74150466918945,-73.99549865722656,40.72077941894531,1,N,1,12.0,0.5,0.5,0.3,1.0,0.0,14.3 +1,2016-01-27 09:53:56,2016-01-27 10:04:11,3,1.2,,,-73.98197937011719,40.765846252441406,-73.99124908447266,40.749881744384766,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-22 14:43:01,2016-01-22 14:47:00,5,0.5,,,-73.9697494506836,40.762508392333984,-73.97457122802734,40.75653076171875,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-22 23:58:55,2016-01-23 00:29:18,1,8.8,,,-73.9926986694336,40.769290924072266,-73.95822143554688,40.729896545410156,1,N,2,28.5,0.5,0.5,0.3,0.0,0.0,29.8 +1,2016-01-02 12:13:56,2016-01-02 12:16:39,1,0.8,,,-73.97138977050781,40.78769302368164,-73.9791259765625,40.77765655517578,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-03 17:23:14,2016-01-03 17:44:02,1,6.9,,,-73.98392486572266,40.74617385864258,-73.94099426269531,40.812679290771484,1,N,1,23.0,0.0,0.5,0.3,2.0,0.0,25.8 +2,2016-01-16 01:52:56,2016-01-16 02:12:19,1,4.87,,,-73.96392822265625,40.75871658325195,-73.89250946044922,40.752071380615234,1,N,1,17.5,0.5,0.5,0.3,4.0,0.0,22.8 +2,2016-01-20 18:42:32,2016-01-20 18:54:55,1,1.93,,,-73.96613311767578,40.76797103881836,-73.976806640625,40.74528884887695,1,N,1,10.0,1.0,0.5,0.3,1.5,0.0,13.3 +2,2016-01-22 18:42:11,2016-01-22 19:23:56,5,6.2,,,-73.99411010742188,40.75107955932617,-73.96804809570312,40.68907928466797,1,N,1,28.0,1.0,0.5,0.3,5.96,0.0,35.76 +2,2016-01-14 13:11:30,2016-01-14 13:14:12,1,0.38,,,-73.95069122314453,40.779300689697266,-73.95000457763672,40.778106689453125,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,6.0 +1,2016-01-08 20:47:38,2016-01-08 20:58:46,1,1.9,,,-73.98651885986328,40.740238189697266,-73.96629333496094,40.758872985839844,1,N,1,9.5,0.5,0.5,0.3,1.5,0.0,12.3 +1,2016-01-05 15:00:26,2016-01-05 15:15:04,1,1.7,,,-73.9942626953125,40.75135040283203,-73.97295379638672,40.75557327270508,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-13 17:54:36,2016-01-13 18:10:41,1,2.5,,,-73.95376586914062,40.78514099121094,-73.98236846923828,40.772560119628906,1,N,1,12.5,1.0,0.5,0.3,2.0,0.0,16.3 +2,2016-01-01 00:15:51,2016-01-01 00:29:59,1,2.64,,,-73.97610473632812,40.7761116027832,-73.95304107666016,40.780033111572266,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-04 17:33:35,2016-01-04 17:49:02,1,2.45,,,-73.9552001953125,40.78799057006836,-73.98241424560547,40.77376174926758,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-27 08:50:27,2016-01-27 09:08:15,1,2.16,,,-73.98786926269531,40.775108337402344,-73.96125030517578,40.78009033203125,1,N,1,12.5,0.0,0.5,0.3,3.32,0.0,16.62 +1,2016-01-08 01:42:06,2016-01-08 01:47:42,2,1.0,,,-74.00099182128906,40.729122161865234,-73.99818420410156,40.74053192138672,1,N,1,6.0,0.5,0.5,0.3,1.7,0.0,9.0 +1,2016-01-09 12:55:44,2016-01-09 13:03:05,1,1.7,,,-73.99586486816406,40.743892669677734,-74.0045394897461,40.72113800048828,1,N,1,8.0,0.0,0.5,0.3,2.6,0.0,11.4 +2,2016-01-28 22:54:01,2016-01-28 23:08:58,2,4.24,,,-73.96296691894531,40.76264190673828,-73.95344543457031,40.80699157714844,1,N,1,15.0,0.5,0.5,0.3,4.08,0.0,20.38 +1,2016-01-13 17:15:38,2016-01-13 17:36:18,1,2.7,,,-73.95886993408203,40.70885467529297,-74.0014419555664,40.72610855102539,1,N,1,15.0,1.0,0.5,0.3,3.0,0.0,19.8 +2,2016-01-10 16:04:41,2016-01-10 16:06:51,5,0.42,,,-73.98268127441406,40.76769256591797,-73.98332977294922,40.76215744018555,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-14 18:51:16,2016-01-14 19:01:42,1,0.9,,,-73.97322082519531,40.763912200927734,-73.98186492919922,40.752052307128906,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-28 00:20:02,2016-01-28 00:37:27,1,4.7,,,-74.00609588623047,40.7258186340332,-73.9390640258789,40.726219177246094,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +2,2016-01-21 14:02:46,2016-01-21 14:14:19,1,1.28,,,-73.99030303955078,40.75217819213867,-73.97543334960938,40.760841369628906,1,N,1,9.0,0.0,0.5,0.3,1.8,0.0,11.6 +1,2016-01-16 21:34:07,2016-01-16 21:38:47,1,0.6,,,-74.00363159179688,40.74184799194336,-73.99360656738281,40.741634368896484,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +2,2016-01-19 20:59:41,2016-01-19 21:03:29,1,0.73,,,-73.9938735961914,40.74140930175781,-73.99207305908203,40.746673583984375,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-16 16:33:33,2016-01-16 16:39:11,1,0.6,,,-73.98412322998047,40.7606086730957,-73.99017333984375,40.75144958496094,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-20 14:39:02,2016-01-20 14:55:29,6,1.61,,,-73.96823120117188,40.755470275878906,-73.98770904541016,40.75108337402344,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-03 22:29:20,2016-01-03 22:48:45,1,9.69,,,-73.8634262084961,40.76927185058594,-73.95360565185547,40.69110107421875,1,N,1,28.5,0.5,0.5,0.3,5.96,0.0,35.76 +2,2016-01-19 12:47:54,2016-01-19 13:09:07,2,2.75,,,-73.98912048339844,40.742279052734375,-74.00886535644531,40.71091842651367,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +1,2016-01-19 22:19:25,2016-01-19 22:24:55,1,1.1,,,-73.97319793701172,40.75550079345703,-73.98336029052734,40.743839263916016,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +1,2016-01-10 06:52:02,2016-01-10 06:57:00,1,2.1,,,-73.9663314819336,40.76490020751953,-73.98157501220703,40.73817443847656,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-30 00:16:50,2016-01-30 00:22:49,1,0.6,,,-73.98101043701172,40.75928497314453,-73.97477722167969,40.75656509399414,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-05 21:48:20,2016-01-05 22:03:11,1,3.0,,,-73.98186492919922,40.764808654785156,-73.98027038574219,40.73360061645508,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +1,2016-01-05 10:49:41,2016-01-05 10:56:50,1,0.6,,,-74.00977325439453,40.71321487426758,-74.0013427734375,40.71623611450195,1,N,3,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-11 14:08:04,2016-01-11 14:22:47,1,2.0,,,-73.96949768066406,40.785369873046875,-73.96578216552734,40.76350784301758,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-19 12:03:56,2016-01-19 12:04:23,1,0.0,,,-73.93683624267578,40.764591217041016,-73.93685913085938,40.76447677612305,1,N,1,2.5,0.0,0.5,0.3,0.0,0.0,3.3 +1,2016-01-12 04:36:51,2016-01-12 04:43:44,1,2.6,,,-73.98193359375,40.769107818603516,-73.96736145019531,40.80110549926758,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-22 13:19:23,2016-01-22 13:24:02,1,0.2,,,-73.97811126708984,40.73339080810547,-73.97925567626953,40.7358283996582,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-14 03:08:38,2016-01-14 03:25:35,1,3.5,,,-74.0054931640625,40.740806579589844,-73.96642303466797,40.75566864013672,1,N,1,15.0,0.5,0.5,0.3,2.0,0.0,18.3 +1,2016-01-21 14:34:56,2016-01-21 14:47:01,1,0.9,,,-73.99226379394531,40.75439453125,-73.98388671875,40.74618148803711,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-30 23:56:21,2016-01-31 00:19:53,2,1.6,,,-73.9998550415039,40.7331657409668,-73.98761749267578,40.71989440917969,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +1,2016-01-27 20:59:09,2016-01-27 21:13:41,1,3.4,,,-74.00751495361328,40.743080139160156,-73.98088836669922,40.78467559814453,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +1,2016-01-20 06:08:46,2016-01-20 06:16:04,1,1.5,,,-73.98440551757812,40.73221206665039,-74.00691986083984,40.74427032470703,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-17 13:56:22,2016-01-17 14:03:29,4,1.6,,,-73.97805786132812,40.78920364379883,-73.98011779785156,40.77360916137695,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-17 23:39:42,2016-01-17 23:43:50,1,1.64,,,-73.97216033935547,40.76395034790039,-73.97764587402344,40.745540618896484,1,N,1,6.5,0.5,0.5,0.3,0.7,0.0,8.5 +2,2016-01-15 15:18:52,2016-01-15 15:36:36,5,3.51,,,-73.9854736328125,40.735469818115234,-73.95440673828125,40.76721954345703,1,N,1,14.5,0.0,0.5,0.3,1.5,0.0,16.8 +1,2016-01-06 16:46:55,2016-01-06 17:41:17,1,17.2,,,-73.98847198486328,40.72331237792969,-73.79003143310547,40.643428802490234,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-23 02:55:32,2016-01-23 03:23:38,1,8.13,,,-73.95124816894531,40.825599670410156,-73.96488189697266,40.79267883300781,1,N,1,27.0,0.5,0.5,0.3,5.66,0.0,33.96 +1,2016-01-30 12:39:40,2016-01-30 12:57:51,1,2.5,,,-74.00566864013672,40.749107360839844,-73.97603607177734,40.76470947265625,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-29 02:28:57,2016-01-29 02:46:28,1,4.1,,,-74.00042724609375,40.7298583984375,-73.94325256347656,40.70815658569336,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +1,2016-01-20 11:46:42,2016-01-20 11:53:12,1,1.1,,,-73.98220825195312,40.7756233215332,-73.9679183959961,40.76856231689453,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-09 03:31:56,2016-01-09 03:40:37,1,0.94,,,-74.0005111694336,40.73217010498047,-73.98481750488281,40.72737121582031,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-13 21:31:07,2016-01-13 21:41:18,1,1.8,,,-73.98035430908203,40.76455307006836,-73.97761535644531,40.786285400390625,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-11 18:38:25,2016-01-11 18:39:53,1,0.4,,,-73.96586608886719,40.75825881958008,-73.96942138671875,40.753604888916016,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-30 14:18:33,2016-01-30 14:28:08,1,1.17,,,-73.98983764648438,40.75676727294922,-73.98037719726562,40.77070617675781,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-03 13:10:10,2016-01-03 13:23:10,1,2.47,,,-73.9561538696289,40.78736877441406,-73.97882080078125,40.75632095336914,1,N,1,11.5,0.0,0.5,0.3,2.0,0.0,14.3 +2,2016-01-11 09:36:53,2016-01-11 09:46:11,5,0.65,,,-74.00118255615234,40.7415885925293,-73.99508666992188,40.74980163574219,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-07 12:53:29,2016-01-07 13:22:23,2,12.8,,,-73.99396514892578,40.746395111083984,-73.83168029785156,40.759803771972656,1,N,1,37.5,0.0,0.5,0.3,5.0,5.54,48.84 +2,2016-01-15 14:47:53,2016-01-15 14:50:03,1,0.44,,,-73.97181701660156,40.76033020019531,-73.9755630493164,40.754676818847656,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,6.0 +1,2016-01-18 01:53:16,2016-01-18 02:13:05,1,5.0,,,-73.94367980957031,40.82038879394531,-73.94284057617188,40.81999206542969,1,N,1,18.5,0.5,0.5,0.3,4.95,0.0,24.75 +1,2016-01-16 15:10:19,2016-01-16 15:33:23,1,2.4,,,-73.98698425292969,40.74467468261719,-73.99683380126953,40.716487884521484,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,18.95 +2,2016-01-03 01:41:41,2016-01-03 01:49:45,6,1.45,,,-73.99909210205078,40.729976654052734,-73.98551940917969,40.7412109375,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-17 19:46:35,2016-01-17 20:07:23,5,4.98,,,-73.98546600341797,40.76038360595703,-74.01361083984375,40.709407806396484,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +1,2016-01-30 01:21:08,2016-01-30 01:24:49,1,0.8,,,-73.97757720947266,40.78676986694336,-73.97022247314453,40.796817779541016,1,N,1,5.0,0.5,0.5,0.3,2.0,0.0,8.3 +2,2016-01-15 22:34:45,2016-01-15 22:46:53,2,2.39,,,-73.97810363769531,40.74552917480469,-73.95589447021484,40.77228927612305,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +2,2016-01-29 11:27:30,2016-01-29 11:35:13,2,1.56,,,-73.95527648925781,40.7828483581543,-73.97399139404297,40.78901672363281,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-13 14:32:53,2016-01-13 14:48:41,5,1.45,,,-73.96585083007812,40.75856399536133,-73.98117065429688,40.75563430786133,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-12 14:38:57,2016-01-12 14:52:04,1,1.5,,,-73.95619201660156,40.7855224609375,-73.96139526367188,40.76866149902344,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-04 13:44:01,2016-01-04 13:58:13,1,2.32,,,-73.9610595703125,40.77497863769531,-73.98200225830078,40.74645233154297,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-07 15:16:01,2016-01-07 15:18:25,1,0.3,,,-73.99896240234375,40.719451904296875,-73.99678802490234,40.724090576171875,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +1,2016-01-09 19:54:55,2016-01-09 20:01:05,1,0.4,,,-73.99160766601562,40.75038146972656,-73.98882293701172,40.7487678527832,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-17 14:03:03,2016-01-17 14:18:16,1,1.9,,,-74.00596618652344,40.73579406738281,-73.98770904541016,40.72157669067383,1,N,1,11.5,0.0,0.5,0.3,2.0,0.0,14.3 +1,2016-01-04 10:46:22,2016-01-04 11:22:27,1,17.2,,,-73.98329162597656,40.7529182434082,-73.77898406982422,40.6450309753418,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-02 20:31:03,2016-01-02 20:41:27,1,2.51,,,-73.9546890258789,40.76968002319336,-73.96724700927734,40.793479919433594,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +1,2016-01-25 16:51:58,2016-01-25 16:57:58,1,0.5,,,-73.95829010009766,40.778846740722656,-73.9637680053711,40.77383041381836,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-30 18:22:21,2016-01-30 18:37:00,1,1.8,,,-73.9494857788086,40.78103256225586,-73.97659301757812,40.78786849975586,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-06 00:11:57,2016-01-06 00:25:27,1,5.79,,,-74.00398254394531,40.713069915771484,-73.95841979980469,40.76036834716797,1,N,1,18.5,0.5,0.5,0.3,3.96,0.0,23.76 +1,2016-01-26 11:54:14,2016-01-26 12:06:56,1,1.4,,,-73.98697662353516,40.75613784790039,-73.99073028564453,40.771392822265625,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +2,2016-01-29 00:59:08,2016-01-29 01:25:44,1,3.28,,,-74.00756072998047,40.74087905883789,-74.01065826416016,40.71669006347656,1,N,1,18.0,0.5,0.5,0.3,2.05,0.0,21.35 +1,2016-01-23 01:27:04,2016-01-23 01:32:48,2,0.8,,,-74.00814056396484,40.738311767578125,-74.0052719116211,40.728721618652344,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +1,2016-01-02 20:52:44,2016-01-02 21:08:54,1,4.0,,,-73.99076080322266,40.75095748901367,-74.01663208007812,40.70933532714844,1,N,1,15.5,0.5,0.5,0.3,3.0,0.0,19.8 +1,2016-01-06 15:29:01,2016-01-06 15:41:11,3,1.3,,,-73.9629898071289,40.771690368652344,-73.94898223876953,40.78196716308594,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-11 12:39:42,2016-01-11 12:42:00,5,0.69,,,-73.9587631225586,40.77238845825195,-73.95671081542969,40.77994918823242,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +1,2016-01-15 16:35:00,2016-01-15 16:47:50,1,1.3,,,-73.96946716308594,40.763423919677734,-73.9599380493164,40.77363586425781,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-18 18:15:42,2016-01-18 18:22:30,2,1.1,,,-73.96827697753906,40.767723083496094,-73.98258972167969,40.76494598388672,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-06 23:04:22,2016-01-06 23:22:20,1,6.5,,,-73.96708679199219,40.75725173950195,-73.94413757324219,40.82461929321289,1,N,1,21.0,0.5,0.5,0.3,5.55,0.0,27.85 +2,2016-01-19 14:01:09,2016-01-19 14:10:44,1,0.8,,,-73.98938751220703,40.751564025878906,-73.98062896728516,40.7548942565918,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-13 17:24:04,2016-01-13 17:28:16,1,0.4,,,-73.97781372070312,40.789024353027344,-73.97350311279297,40.7912483215332,1,N,1,4.5,1.0,0.5,0.3,3.0,0.0,9.3 +1,2016-01-30 02:42:40,2016-01-30 02:53:18,1,2.7,,,-74.00247955322266,40.74998474121094,-73.97189331054688,40.763160705566406,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-09 05:11:05,2016-01-09 05:15:10,5,0.71,,,-73.997802734375,40.761390686035156,-73.98692321777344,40.75674819946289,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-03 21:01:27,2016-01-03 21:07:33,1,2.12,,,-73.9776611328125,40.78398132324219,-73.9497299194336,40.78533172607422,1,N,1,8.0,0.5,0.5,0.3,0.7,0.0,10.0 +2,2016-01-28 08:34:25,2016-01-28 09:21:03,1,10.92,,,-73.86306762695312,40.76914978027344,-73.97335815429688,40.75508117675781,1,N,1,38.0,0.0,0.5,0.3,7.5,5.54,51.84 +2,2016-01-21 12:08:36,2016-01-21 12:30:49,5,2.86,,,-73.94056701660156,40.79328155517578,-73.96836853027344,40.76121139526367,1,N,1,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-27 21:33:47,2016-01-27 21:45:08,1,2.32,,,-73.98554229736328,40.74872589111328,-73.95866394042969,40.76405334472656,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-21 13:08:36,2016-01-21 13:29:31,5,2.96,,,-73.9646224975586,40.76699447631836,-73.98921966552734,40.73065185546875,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +1,2016-01-07 12:24:14,2016-01-07 12:31:11,1,0.9,,,-73.97826385498047,40.75113296508789,-73.98938751220703,40.74195098876953,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-13 08:56:50,2016-01-13 09:17:03,1,6.31,,,-73.96856689453125,40.75492858886719,-74.01351165771484,40.713558197021484,1,N,1,20.5,0.0,0.5,0.3,1.2,0.0,22.5 +2,2016-01-26 10:40:01,2016-01-26 10:58:39,5,1.07,,,-73.99109649658203,40.750091552734375,-73.98204803466797,40.75801086425781,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-11 05:42:10,2016-01-11 05:52:20,1,1.81,,,-73.97659301757812,40.77629852294922,-73.95319366455078,40.77675247192383,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-26 09:29:43,2016-01-26 09:37:54,1,1.36,,,-73.9761734008789,40.76066970825195,-73.99136352539062,40.74982833862305,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-26 08:36:34,2016-01-26 09:01:08,1,2.0,,,-73.97015380859375,40.79916763305664,-73.95940399169922,40.779457092285156,1,N,1,15.5,0.0,0.5,0.3,4.05,0.0,20.35 +2,2016-01-12 12:05:38,2016-01-12 12:24:45,6,3.08,,,-73.95099639892578,40.775028228759766,-73.98700714111328,40.76430130004883,1,N,1,14.5,0.0,0.5,0.3,3.82,0.0,19.12 +2,2016-01-02 18:37:36,2016-01-02 18:44:55,1,0.77,,,-73.97592163085938,40.75975799560547,-73.98280334472656,40.75038146972656,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-28 13:41:54,2016-01-28 13:50:09,1,0.93,,,-74.00054168701172,40.72071075439453,-73.99752807617188,40.72970962524414,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-11 07:07:08,2016-01-11 07:15:50,1,1.67,,,-73.99372863769531,40.74171829223633,-73.97648620605469,40.75725173950195,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +2,2016-01-05 17:26:26,2016-01-05 17:34:26,3,1.23,,,-73.9809799194336,40.77490234375,-73.97837829589844,40.7881965637207,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-02 15:51:02,2016-01-02 15:55:51,1,0.65,,,-73.97430419921875,40.79383087158203,-73.96475219726562,40.79171371459961,1,N,1,5.5,0.0,0.5,0.3,0.75,0.0,7.05 +2,2016-01-27 21:12:30,2016-01-27 21:30:21,1,3.65,,,-73.98973083496094,40.73988342285156,-73.95909881591797,40.709686279296875,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,19.56 +2,2016-01-03 19:40:44,2016-01-03 20:05:53,2,12.85,,,-73.7767562866211,40.645389556884766,-73.92147827148438,40.613582611083984,1,N,2,37.0,0.0,0.5,0.3,0.0,0.0,37.8 +2,2016-01-03 13:23:17,2016-01-03 13:49:35,2,6.77,,,-74.01576232910156,40.70481872558594,-73.98503875732422,40.76028823852539,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,26.3 +1,2016-01-03 02:01:14,2016-01-03 02:11:50,2,2.5,,,-73.9807357788086,40.774757385253906,-73.95178985595703,40.77349853515625,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,14.15 +2,2016-01-22 09:34:48,2016-01-22 09:52:33,1,2.29,,,-73.98239135742188,40.76567459106445,-74.00507354736328,40.741336822509766,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-25 04:34:08,2016-01-25 04:49:57,1,6.61,,,-73.97119903564453,40.75743865966797,-74.01600646972656,40.71123504638672,1,N,1,21.0,0.5,0.5,0.3,4.46,0.0,26.76 +1,2016-01-03 17:55:55,2016-01-03 17:58:08,1,0.4,,,-73.9769287109375,40.77532196044922,-73.98084259033203,40.77003860473633,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-15 13:28:09,2016-01-15 13:37:00,1,1.56,,,-73.97074890136719,40.78841018676758,-73.98866271972656,40.778526306152344,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-10 17:54:34,2016-01-10 18:05:14,4,1.1,,,-73.98823547363281,40.756813049316406,-73.99091339111328,40.74984359741211,1,N,1,8.0,0.0,0.5,0.3,1.11,0.0,9.91 +2,2016-01-07 10:35:58,2016-01-07 10:44:24,5,1.0,,,-73.99384307861328,40.751468658447266,-73.99552917480469,40.76234817504883,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-02 21:11:32,2016-01-02 21:20:19,1,1.5,,,-73.98553466796875,40.7635383605957,-74.00279235839844,40.76054382324219,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-02 14:30:08,2016-01-02 14:41:46,1,2.55,,,-73.97772216796875,40.7577018737793,-74.00556182861328,40.740081787109375,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-05 05:07:24,2016-01-05 05:10:18,1,0.5,,,-73.98983001708984,40.76726531982422,-73.98138427734375,40.76382827758789,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-28 10:30:17,2016-01-28 10:38:53,2,0.68,,,-73.98149871826172,40.73714065551758,-73.99173736572266,40.73883056640625,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-29 18:52:14,2016-01-29 18:59:04,5,0.82,,,-73.98394012451172,40.77545166015625,-73.98347473144531,40.76727294921875,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-21 13:03:28,2016-01-21 13:21:26,2,5.14,,,-73.97489929199219,40.741783142089844,-74.00945281982422,40.70907211303711,1,N,1,19.0,0.0,0.5,0.3,5.94,0.0,25.74 +1,2016-01-27 08:28:02,2016-01-27 08:39:38,1,1.1,,,-73.98719024658203,40.724517822265625,-74.00174713134766,40.71947479248047,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-18 20:23:54,2016-01-18 20:36:15,1,2.73,,,-73.9756851196289,40.75795364379883,-74.0030746459961,40.73887634277344,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-24 20:29:35,2016-01-24 20:51:51,1,3.61,,,-73.97140502929688,40.79759216308594,-73.96874237060547,40.7608528137207,1,N,1,16.5,0.5,0.5,0.3,1.0,0.0,18.8 +2,2016-01-13 19:49:19,2016-01-13 20:03:34,6,2.17,,,-73.95863342285156,40.77513122558594,-73.9590072631836,40.77504348754883,1,N,1,11.0,1.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-16 21:41:22,2016-01-16 21:53:55,1,1.7,,,-73.99207305908203,40.72908401489258,-73.99425506591797,40.74857711791992,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-16 01:52:33,2016-01-16 02:06:53,2,2.77,,,-74.00592803955078,40.74224853515625,-73.97322082519531,40.74803161621094,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +2,2016-01-10 10:16:58,2016-01-10 10:24:31,1,1.63,,,-73.95813751220703,40.77914810180664,-73.97966766357422,40.78379821777344,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-12 15:55:27,2016-01-12 16:09:11,1,1.8,,,-73.9565658569336,40.77133560180664,-73.9777603149414,40.78665542602539,1,N,1,10.5,0.0,0.5,0.3,1.7,0.0,13.0 +2,2016-01-05 21:38:12,2016-01-05 21:53:44,1,2.17,,,-73.9897689819336,40.758941650390625,-74.00547790527344,40.740718841552734,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-20 09:22:19,2016-01-20 09:30:37,1,1.38,,,-73.97441101074219,40.75368118286133,-73.98772430419922,40.73819351196289,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-07 10:28:19,2016-01-07 10:44:02,1,0.6,,,-73.98896789550781,40.74932861328125,-73.9878158569336,40.7449951171875,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-27 08:03:40,2016-01-27 08:11:52,1,1.1,,,-73.9885025024414,40.7486686706543,-73.97541809082031,40.75619888305664,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-08 11:01:49,2016-01-08 11:09:28,1,1.04,,,-73.98648071289062,40.76057815551758,-74.00059509277344,40.757896423339844,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,9.12 +1,2016-01-13 13:50:55,2016-01-13 14:05:36,1,1.3,,,-73.98579406738281,40.738868713378906,-74.00371551513672,40.74756622314453,1,Y,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-11 10:05:56,2016-01-11 10:09:40,1,0.2,,,-73.95425415039062,40.7640266418457,-73.95792388916016,40.76438522338867,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-21 05:50:25,2016-01-21 06:00:24,1,2.0,,,-73.97286224365234,40.74424743652344,-73.97915649414062,40.76362991333008,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-20 09:12:41,2016-01-20 09:28:40,6,8.32,,,-73.95124816894531,40.7701416015625,-73.8732681274414,40.77437973022461,1,N,1,24.5,0.0,0.5,0.3,0.0,5.54,30.84 +2,2016-01-02 05:56:14,2016-01-02 06:12:00,1,7.3,,,-73.8729476928711,40.77423095703125,-73.95543670654297,40.76871109008789,1,N,1,21.5,0.5,0.5,0.3,5.7,0.0,28.5 +2,2016-01-16 23:18:42,2016-01-16 23:32:52,1,2.08,,,-73.98750305175781,40.72142791748047,-73.9797592163086,40.743953704833984,1,N,1,11.0,0.5,0.5,0.3,2.0,0.0,14.3 +1,2016-01-29 11:33:46,2016-01-29 11:49:16,1,1.6,,,-73.96529388427734,40.765987396240234,-73.94908905029297,40.7833366394043,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-30 00:19:36,2016-01-30 00:44:35,3,17.8,,,-73.78606414794922,40.64750671386719,-73.98323822021484,40.75676727294922,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-21 16:51:29,2016-01-21 16:54:49,1,0.6,,,-73.97501373291016,40.79030227661133,-73.98104858398438,40.78171157836914,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-03 01:44:01,2016-01-03 01:50:17,2,1.55,,,-73.98605346679688,40.74717330932617,-74.00568389892578,40.74549102783203,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-29 22:47:55,2016-01-29 22:52:10,1,0.8,,,-73.96405792236328,40.774436950683594,-73.96821594238281,40.764949798583984,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,8.8 +2,2016-01-15 13:47:44,2016-01-15 14:04:10,1,1.55,,,-73.97066497802734,40.783592224121094,-73.95004272460938,40.772071838378906,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-14 21:59:50,2016-01-14 22:11:06,1,2.2,,,-73.97235870361328,40.75627517700195,-73.97430419921875,40.73153305053711,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-05 09:05:06,2016-01-05 09:17:23,2,1.86,,,-73.95233917236328,40.77838897705078,-73.970703125,40.76129913330078,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-13 21:20:36,2016-01-13 21:28:27,1,2.1,,,-73.97250366210938,40.76241683959961,-73.98090362548828,40.733890533447266,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +1,2016-01-29 19:40:41,2016-01-29 20:05:27,2,3.5,,,-73.98974609375,40.762149810791016,-74.00883483886719,40.71836853027344,1,N,1,17.0,1.0,0.5,0.3,3.75,0.0,22.55 +2,2016-01-25 22:43:21,2016-01-25 22:52:36,1,1.56,,,-73.96348571777344,40.775184631347656,-73.98275756835938,40.769107818603516,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-10 16:13:05,2016-01-10 17:51:43,2,4.9,,,-73.98944854736328,40.74176025390625,-73.96410369873047,40.71895980834961,1,N,1,26.0,0.0,0.5,0.3,5.36,0.0,32.16 +1,2016-01-17 13:24:54,2016-01-17 13:43:34,1,3.9,,,-73.96142578125,40.77399444580078,-73.99028778076172,40.72640609741211,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-20 12:59:34,2016-01-20 13:12:48,5,0.78,,,-73.99365234375,40.7498664855957,-73.98819732666016,40.75936508178711,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-04 21:50:13,2016-01-04 22:07:02,1,10.34,,,-73.86331176757812,40.76934051513672,-73.82762908935547,40.848060607910156,1,N,1,29.0,0.5,0.5,0.3,7.17,5.54,43.01 +2,2016-01-14 11:04:01,2016-01-14 11:26:20,1,1.62,,,-73.9817886352539,40.74617385864258,-73.9736557006836,40.763607025146484,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-12 19:21:01,2016-01-12 19:27:48,1,1.2,,,-73.96316528320312,40.774993896484375,-73.94662475585938,40.7757453918457,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-11 20:40:39,2016-01-11 20:48:00,2,1.01,,,-73.97593688964844,40.75590133666992,-73.98416900634766,40.7648811340332,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-02 00:20:42,2016-01-02 00:45:33,1,8.0,,,-73.99510955810547,40.74998092651367,-73.98799896240234,40.66297149658203,1,N,1,25.5,0.5,0.5,0.3,5.0,5.54,37.34 +2,2016-01-18 01:30:25,2016-01-18 01:35:42,1,1.46,,,-74.00145721435547,40.730918884277344,-74.00762939453125,40.72050857543945,1,N,1,6.5,0.5,0.5,0.3,2.34,0.0,10.14 +2,2016-01-14 14:51:27,2016-01-14 14:58:26,5,0.77,,,-73.98194885253906,40.73202133178711,-73.97486877441406,40.74177932739258,1,N,1,6.5,0.0,0.5,0.3,0.55,0.0,7.85 +2,2016-01-19 14:30:04,2016-01-19 14:37:49,1,0.83,,,0.0,0.0,0.0,0.0,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 22:37:39,2016-01-07 22:43:53,1,0.6,,,-73.9857177734375,40.75678634643555,-73.99217224121094,40.74916076660156,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-20 18:10:02,2016-01-20 18:14:18,2,0.9,,,-73.9847412109375,40.73225021362305,-73.98306274414062,40.722381591796875,1,N,1,5.5,1.0,0.5,0.3,2.0,0.0,9.3 +1,2016-01-28 09:25:22,2016-01-28 09:43:05,1,1.7,,,-73.9815902709961,40.78017807006836,-73.97974395751953,40.76561737060547,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +1,2016-01-08 10:04:56,2016-01-08 10:09:58,1,0.5,,,-74.01023864746094,40.718772888183594,-74.00250244140625,40.716976165771484,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,7.25 +2,2016-01-02 19:27:41,2016-01-02 19:37:44,1,1.8,,,-73.9973373413086,40.72113037109375,-73.989990234375,40.741851806640625,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-05 12:52:11,2016-01-05 13:00:47,1,1.5,,,-73.99661254882812,40.737308502197266,-73.99253845214844,40.75348663330078,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-27 09:26:30,2016-01-27 09:33:14,1,1.4,,,-74.00773620605469,40.73223114013672,-74.01448822021484,40.714073181152344,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +1,2016-01-03 23:25:10,2016-01-03 23:27:23,2,0.5,,,-73.96432495117188,40.797279357910156,-73.96981048583984,40.791412353515625,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-02 23:03:39,2016-01-02 23:09:58,1,0.9,,,-73.95533752441406,40.820072174072266,-73.95052337646484,40.812400817871094,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-15 04:06:19,2016-01-15 04:26:42,1,11.12,,,-73.98622131347656,40.75526809692383,-73.87259674072266,40.77445983886719,1,N,1,31.5,0.5,0.5,0.3,7.67,5.54,46.01 +2,2016-01-14 13:45:48,2016-01-14 13:58:27,2,1.14,,,-73.97937774658203,40.76507568359375,-73.961669921875,40.75860595703125,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-30 13:00:21,2016-01-30 13:19:45,2,2.83,,,-73.9522705078125,40.77717971801758,-73.98259735107422,40.75593185424805,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-08 11:33:08,2016-01-08 11:37:49,1,0.86,,,-73.96280670166016,40.7754020690918,-73.95401763916016,40.787132263183594,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-06 22:33:25,2016-01-06 22:55:07,1,11.55,,,-73.9542007446289,40.77873992919922,-73.99698638916016,40.66162109375,1,N,1,33.0,0.5,0.5,0.3,6.86,0.0,41.16 +2,2016-01-15 22:34:04,2016-01-15 22:42:26,1,1.72,,,-73.98290252685547,40.76797103881836,-73.9669189453125,40.75297164916992,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-15 10:36:51,2016-01-15 11:04:31,1,3.52,,,-73.99335479736328,40.7470588684082,-73.96211242675781,40.77937698364258,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-21 11:55:44,2016-01-21 12:08:20,1,1.54,,,-73.98239135742188,40.74583053588867,-73.99429321289062,40.726600646972656,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-22 20:59:27,2016-01-22 21:11:16,1,1.09,,,-74.00273132324219,40.733890533447266,-73.9945297241211,40.74034881591797,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-17 01:38:44,2016-01-17 01:42:56,1,0.95,,,-73.95668029785156,40.77080535888672,-73.95252990722656,40.776695251464844,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-01 14:07:51,2016-01-01 14:13:12,1,1.36,,,-73.97962188720703,40.745887756347656,-73.99022674560547,40.731536865234375,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +1,2016-01-11 19:41:21,2016-01-11 19:56:32,1,2.2,,,-73.97779846191406,40.742679595947266,-74.00735473632812,40.7334098815918,1,N,1,11.5,1.0,0.5,0.3,1.75,0.0,15.05 +1,2016-01-01 06:17:48,2016-01-01 06:31:59,1,4.1,,,-73.99434661865234,40.69028091430664,-73.9572982788086,40.71196365356445,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-07 22:01:14,2016-01-07 22:09:41,1,1.5,,,-73.99958038330078,40.73665237426758,-74.00358581542969,40.723716735839844,1,N,1,7.5,0.5,0.5,0.3,0.75,0.0,9.55 +2,2016-01-16 11:56:14,2016-01-16 12:05:36,1,1.4,,,-73.98265838623047,40.72721862792969,-74.0009536743164,40.738189697265625,1,N,1,8.0,0.0,0.5,0.3,0.01,0.0,8.81 +2,2016-01-09 14:57:19,2016-01-09 15:02:51,1,1.41,,,-73.99195098876953,40.749786376953125,-73.97687530517578,40.758941650390625,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-29 16:21:39,2016-01-29 16:57:14,5,10.48,,,-73.97290802001953,40.75906753540039,-73.86187744140625,40.76845169067383,1,N,1,35.0,1.0,0.5,0.3,8.47,5.54,50.81 +1,2016-01-20 23:36:04,2016-01-20 23:45:22,1,2.5,,,-73.96078491210938,40.76993179321289,-73.96905517578125,40.7908935546875,1,N,1,10.0,0.5,0.5,0.3,1.0,0.0,12.3 +1,2016-01-14 20:22:39,2016-01-14 20:28:06,1,1.2,,,-73.98239135742188,40.7755126953125,-73.97490692138672,40.76247787475586,1,Y,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-26 00:15:11,2016-01-26 00:44:40,5,10.48,,,-73.99163818359375,40.749610900878906,-73.83367156982422,40.71595001220703,1,N,1,33.0,0.5,0.5,0.3,7.0,5.54,46.84 +2,2016-01-04 07:22:51,2016-01-04 07:25:09,1,0.8,,,-73.97148895263672,40.78226089477539,-73.96246337890625,40.77870178222656,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-23 02:22:37,2016-01-23 03:01:10,1,5.8,,,-73.98799896240234,40.75922393798828,-73.89716339111328,40.75791549682617,1,N,2,26.5,0.5,0.5,0.3,0.0,0.0,27.8 +2,2016-01-09 17:26:55,2016-01-09 17:57:00,2,5.97,,,-73.9822006225586,40.77659606933594,-74.0081787109375,40.7077751159668,1,N,1,24.5,0.0,0.5,0.3,5.06,0.0,30.36 +1,2016-01-07 09:41:23,2016-01-07 09:50:28,1,2.1,,,-74.0068130493164,40.703800201416016,-74.01016235351562,40.71982192993164,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-10 01:49:45,2016-01-10 01:58:04,1,2.43,,,-74.00200653076172,40.72993850708008,-73.98497009277344,40.75843811035156,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-10 21:24:54,2016-01-10 21:32:15,1,1.8,,,-73.94929504394531,40.7768669128418,-73.9729995727539,40.78993225097656,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,11.62 +1,2016-01-04 09:44:46,2016-01-04 09:54:20,1,1.1,,,-73.98146057128906,40.763858795166016,-73.99122619628906,40.75029373168945,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-06 22:15:46,2016-01-06 22:25:37,3,2.28,,,-73.97624206542969,40.755882263183594,-73.95294952392578,40.77503204345703,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,13.5 +2,2016-01-13 10:52:13,2016-01-13 10:59:31,2,1.05,,,-73.99152374267578,40.74930953979492,-73.99005126953125,40.73772048950195,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 07:31:24,2016-01-22 07:53:29,5,5.59,,,-74.00782775878906,40.70492172241211,-73.97241973876953,40.75926971435547,1,N,1,19.0,0.0,0.5,0.3,3.96,0.0,23.76 +2,2016-01-01 16:33:00,2016-01-01 16:37:55,1,0.93,,,-73.98787689208984,40.7400016784668,-73.97704315185547,40.74525833129883,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-22 13:31:14,2016-01-22 13:52:22,1,5.8,,,-73.98116302490234,40.73322677612305,-73.9343490600586,40.8018684387207,1,N,1,19.5,0.0,0.5,0.3,4.05,0.0,24.35 +1,2016-01-06 06:29:41,2016-01-06 06:42:39,1,2.8,,,-73.94821166992188,40.776092529296875,-73.9763412475586,40.750274658203125,1,N,1,11.5,0.0,0.5,0.3,1.25,0.0,13.55 +1,2016-01-14 14:17:42,2016-01-14 14:36:10,1,2.1,,,-73.95481872558594,40.76959991455078,-73.98236846923828,40.76506423950195,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-24 15:37:29,2016-01-24 15:44:37,1,1.1,,,-73.97451782226562,40.75931930541992,-73.96639251708984,40.77302932739258,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-07 18:59:06,2016-01-07 19:11:10,1,1.93,,,-73.95569610595703,40.78497314453125,-73.95308685302734,40.76648712158203,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-26 01:36:21,2016-01-26 01:40:21,1,0.7,,,-73.98722839355469,40.76444625854492,-73.98905181884766,40.76024627685547,1,N,1,5.0,0.5,0.5,0.3,1.85,0.0,8.15 +2,2016-01-03 01:38:50,2016-01-03 01:46:56,1,2.29,,,-73.95781707763672,40.76946258544922,-73.96514129638672,40.79096603393555,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-14 00:31:49,2016-01-14 00:43:04,1,2.52,,,-73.9823989868164,40.754005432128906,-73.95378875732422,40.76719284057617,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-17 10:14:48,2016-01-17 10:22:40,1,1.6,,,-73.97801208496094,40.74866485595703,-73.9970932006836,40.74557113647461,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-29 08:53:50,2016-01-29 09:08:42,2,0.84,,,-73.9679183959961,40.752220153808594,-73.97908020019531,40.75028991699219,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-15 10:40:01,2016-01-15 10:50:18,1,1.1,,,-73.98782348632812,40.740562438964844,-73.99120330810547,40.75191879272461,1,N,1,8.0,0.0,0.5,0.3,1.32,0.0,10.12 +2,2016-01-19 18:16:03,2016-01-20 18:14:03,5,2.65,,,-73.96202087402344,40.759586334228516,-73.9567642211914,40.744651794433594,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-01 04:33:48,2016-01-01 04:45:13,1,3.9,,,-73.96666717529297,40.75827407836914,-73.90821838378906,40.74860763549805,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-20 06:57:17,2016-01-20 07:13:15,1,3.6,,,-73.95736694335938,40.782833099365234,-73.99364471435547,40.75018310546875,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +2,2016-01-03 02:04:19,2016-01-03 02:14:24,1,2.58,,,-73.98126220703125,40.689720153808594,-73.94548034667969,40.6905517578125,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,14.75 +1,2016-01-27 12:44:09,2016-01-27 13:03:17,2,2.8,,,-73.97467803955078,40.78306579589844,-74.00128936767578,40.74666976928711,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-07 07:15:13,2016-01-07 07:26:42,5,2.17,,,-73.97444915771484,40.76317596435547,-73.97632598876953,40.78874206542969,1,N,1,10.5,0.0,0.5,0.3,4.0,0.0,15.3 +2,2016-01-06 09:47:01,2016-01-06 09:54:03,1,0.8,,,-73.96591186523438,40.765350341796875,-73.95560455322266,40.76584243774414,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-02 16:57:23,2016-01-02 17:01:25,2,0.85,,,-73.96076202392578,40.796966552734375,-73.97167205810547,40.794673919677734,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-29 20:50:18,2016-01-29 21:03:48,1,2.83,,,-73.97779846191406,40.753753662109375,-73.94598388671875,40.775428771972656,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-01 14:06:14,2016-01-01 14:12:03,1,1.19,,,-73.94860076904297,40.82910919189453,-73.93875885009766,40.82564926147461,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-26 17:05:09,2016-01-26 17:59:23,1,3.1,,,-73.95321655273438,40.782569885253906,-73.98530578613281,40.74834060668945,1,N,1,30.0,1.0,0.5,0.3,1.0,0.0,32.8 +1,2016-01-25 14:16:43,2016-01-25 14:25:57,1,1.1,,,-73.99166107177734,40.749629974365234,-73.99357604980469,40.73773956298828,1,N,1,7.5,0.0,0.5,0.3,1.24,0.0,9.54 +2,2016-01-13 21:38:38,2016-01-13 21:47:20,1,2.14,,,-74.00750732421875,40.742820739746094,-73.978271484375,40.74911117553711,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-01 13:39:50,2016-01-01 13:52:23,1,1.29,,,-73.98039245605469,40.75314712524414,-73.98794555664062,40.755794525146484,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-22 10:39:03,2016-01-22 11:08:49,1,2.05,,,-73.96415710449219,40.75661087036133,-73.99079132080078,40.75178146362305,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,22.56 +2,2016-01-11 23:09:19,2016-01-11 23:22:36,4,3.12,,,-73.990966796875,40.730194091796875,-73.98339080810547,40.76442337036133,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +1,2016-01-04 15:22:56,2016-01-04 15:36:59,1,1.6,,,-73.9585189819336,40.77580261230469,-73.9783706665039,40.77289962768555,1,N,1,10.5,0.0,0.5,0.3,2.2,0.0,13.5 +2,2016-01-07 07:40:44,2016-01-07 08:12:44,1,4.8,,,-74.0054931640625,40.720008850097656,-73.98681640625,40.73937225341797,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,22.8 +2,2016-01-19 19:32:23,2016-01-19 19:37:51,1,0.72,,,-73.97025299072266,40.764991760253906,-73.96293640136719,40.7681999206543,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-25 12:18:21,2016-01-25 12:42:56,3,1.33,,,-73.9744644165039,40.749820709228516,-73.96086120605469,40.766807556152344,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-12 15:15:01,2016-01-12 15:28:46,1,2.42,,,-74.01177215576172,40.70330810546875,-73.9922866821289,40.69688415527344,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-05 10:37:52,2016-01-05 10:50:00,1,1.4,,,-73.98562622070312,40.74007034301758,-73.98370361328125,40.755672454833984,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-07 19:17:11,2016-01-07 19:21:40,2,0.58,,,-73.99500274658203,40.71598815917969,-73.99895477294922,40.71187210083008,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-03 01:50:21,2016-01-03 02:09:05,1,4.6,,,-73.99224090576172,40.72526931762695,-73.9608383178711,40.67314910888672,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,18.8 +1,2016-01-26 21:04:25,2016-01-26 21:16:18,1,1.6,,,-73.96823120117188,40.77074432373047,-73.96472930908203,40.755008697509766,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-09 01:39:56,2016-01-09 01:51:48,1,4.18,,,-73.98957061767578,40.718849182128906,-74.01171875,40.71342849731445,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +1,2016-01-28 16:25:44,2016-01-28 17:08:21,1,8.8,,,-73.87068939208984,40.77374267578125,-73.97267150878906,40.75734329223633,1,Y,1,33.5,1.0,0.5,0.3,8.0,5.54,48.84 +1,2016-01-03 18:48:19,2016-01-03 18:57:20,1,0.8,,,-74.00994110107422,40.70988464355469,-74.01560974121094,40.71144485473633,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-24 22:36:52,2016-01-24 23:12:49,5,20.32,,,-73.78340148925781,40.648651123046875,-74.00881958007812,40.71534729003906,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-04 15:13:22,2016-01-04 15:53:27,1,15.6,,,-73.77674102783203,40.64512252807617,-73.95712280273438,40.744693756103516,1,N,2,46.0,0.0,0.5,0.3,0.0,0.0,46.8 +2,2016-01-06 07:18:56,2016-01-06 07:37:42,1,3.52,,,-73.96192169189453,40.77415466308594,-73.98467254638672,40.746986389160156,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +1,2016-01-17 11:48:06,2016-01-17 11:57:38,2,1.6,,,-73.97252655029297,40.7566032409668,-73.99185943603516,40.749603271484375,1,N,1,8.0,0.0,0.5,0.3,2.6,0.0,11.4 +1,2016-01-26 12:04:31,2016-01-26 12:21:10,1,1.3,,,-73.96768188476562,40.76853561401367,-73.98605346679688,40.77732467651367,1,N,1,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-12 19:53:47,2016-01-12 19:59:42,1,0.9,,,-73.97481536865234,40.74199676513672,-73.97465515136719,40.7505989074707,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-19 08:10:29,2016-01-19 08:14:34,1,0.7,,,-73.98885345458984,40.742332458496094,-73.98731994628906,40.73593521118164,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +1,2016-01-16 20:44:08,2016-01-16 21:03:25,2,2.9,,,-73.98983764648438,40.733673095703125,-73.96204376220703,40.7677116394043,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,18.96 +2,2016-01-22 08:57:09,2016-01-22 09:03:29,5,0.55,,,-74.00469970703125,40.723968505859375,-74.00852966308594,40.71989059448242,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,7.88 +2,2016-01-17 20:43:09,2016-01-17 20:47:44,1,1.2,,,-73.9820327758789,40.77505874633789,-73.9715576171875,40.78797149658203,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,9.12 +2,2016-01-10 23:09:39,2016-01-10 23:16:45,1,3.41,,,-73.9874038696289,40.716251373291016,-73.9489517211914,40.72592544555664,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-26 02:32:54,2016-01-26 02:37:06,1,1.0,,,-73.97811889648438,40.7548713684082,-73.99243927001953,40.749271392822266,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-01 18:51:45,2016-01-01 19:06:52,1,3.0,,,-73.9969253540039,40.720664978027344,-73.9842529296875,40.75408935546875,1,N,2,12.5,1.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-19 15:58:02,2016-01-19 16:02:45,1,0.4,,,-73.98755645751953,40.75538635253906,-73.98271179199219,40.75595474243164,1,N,1,5.0,1.0,0.5,0.3,2.0,0.0,8.8 +2,2016-01-08 07:49:14,2016-01-08 08:02:58,1,1.22,,,-73.9876937866211,40.748619079589844,-73.97384643554688,40.738590240478516,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-09 11:33:10,2016-01-09 11:53:19,1,3.09,,,-73.99010467529297,40.75612258911133,-73.95317077636719,40.771705627441406,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-05 11:04:00,2016-01-05 11:10:31,1,1.14,,,-73.98162841796875,40.773494720458984,-73.98284149169922,40.76032257080078,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-24 14:35:00,2016-01-24 14:51:29,1,2.61,,,-74.00399017333984,40.725860595703125,-73.98831176757812,40.75743103027344,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-06 21:18:54,2016-01-06 21:24:30,2,0.84,,,-73.98651123046875,40.74162673950195,-73.9776611328125,40.74306106567383,1,N,1,5.5,0.5,0.5,0.3,1.2,0.0,8.0 +1,2016-01-06 10:36:00,2016-01-06 10:44:34,1,1.0,,,-73.9534683227539,40.779640197753906,-73.95980834960938,40.76857376098633,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-16 15:03:23,2016-01-16 15:14:54,1,2.7,,,-73.9892349243164,40.75826644897461,-73.95407104492188,40.76709747314453,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-17 00:06:54,2016-01-17 00:08:06,1,1.9,,,-73.97933959960938,40.761409759521484,-73.97936248779297,40.76142883300781,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +1,2016-01-07 12:46:06,2016-01-07 12:54:35,1,1.5,,,-73.98484802246094,40.743160247802734,-74.0033187866211,40.733543395996094,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-13 08:03:55,2016-01-13 08:14:23,1,1.7,,,-73.98643493652344,40.76715850830078,-73.98387145996094,40.749420166015625,1,N,1,8.5,0.0,0.5,0.3,2.3,0.0,11.6 +2,2016-01-08 12:04:40,2016-01-08 12:35:49,3,15.87,,,-73.87091827392578,40.773773193359375,-73.65656280517578,40.784175872802734,4,N,1,56.0,0.0,0.5,0.3,5.0,0.0,61.8 +2,2016-01-09 15:31:04,2016-01-09 15:43:55,1,1.9,,,-73.97280883789062,40.78072738647461,-73.97943878173828,40.761783599853516,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-27 14:17:37,2016-01-27 14:40:19,1,2.1,,,-73.97757720947266,40.76346206665039,-73.99197387695312,40.73875045776367,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,18.35 +1,2016-01-14 10:14:54,2016-01-14 10:24:04,1,1.4,,,-73.97955322265625,40.7720832824707,-73.97057342529297,40.75822067260742,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-13 14:15:41,2016-01-13 15:33:58,1,20.7,,,0.0,0.0,-73.77629852294922,40.64552307128906,2,N,1,52.0,0.0,0.5,0.3,15.0,0.0,67.8 +2,2016-01-27 17:08:08,2016-01-27 17:14:20,1,0.81,,,-73.95899200439453,40.78042984008789,-73.95198059082031,40.790122985839844,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-20 10:06:32,2016-01-20 10:18:28,2,1.44,,,-73.9892807006836,40.75811004638672,-73.9732437133789,40.75019836425781,1,N,1,9.0,0.0,0.5,0.3,2.94,0.0,12.74 +1,2016-01-11 22:14:36,2016-01-11 22:25:40,1,3.0,,,-73.98638153076172,40.762420654296875,-73.99298858642578,40.730743408203125,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-28 15:50:10,2016-01-28 15:55:14,3,0.7,,,-73.99407196044922,40.75105285644531,-74.00122833251953,40.74675369262695,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-19 00:28:32,2016-01-19 00:31:02,1,0.8,,,-73.99372100830078,40.746402740478516,-74.00143432617188,40.73846435546875,1,Y,1,4.5,0.5,0.5,0.3,1.7,0.0,7.5 +1,2016-01-24 19:10:17,2016-01-24 19:25:34,2,1.8,,,-73.98554992675781,40.7315788269043,-73.98587799072266,40.713783264160156,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-28 11:35:05,2016-01-28 11:46:45,1,1.98,,,-73.98979949951172,40.75679016113281,-73.98979949951172,40.75679016113281,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-03 22:16:19,2016-01-03 22:17:30,2,0.38,,,-73.96333312988281,40.629852294921875,-73.97001647949219,40.62882614135742,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +1,2016-01-05 09:30:37,2016-01-05 09:35:59,1,0.6,,,-73.9853744506836,40.722103118896484,-73.99606323242188,40.72539520263672,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-09 20:46:36,2016-01-09 21:03:10,1,4.1,,,-73.86268615722656,40.76967239379883,-73.91809844970703,40.761566162109375,1,N,1,16.5,0.5,0.5,0.3,3.55,0.0,21.35 +1,2016-01-21 13:33:36,2016-01-21 13:35:33,1,0.8,,,-73.97013092041016,40.79442596435547,-73.96256256103516,40.804649353027344,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-21 22:43:04,2016-01-21 23:14:21,1,11.32,,,-73.86297607421875,40.7690544128418,-73.95858764648438,40.780757904052734,1,N,1,37.0,0.5,0.5,0.3,8.77,5.54,52.61 +1,2016-01-11 08:47:14,2016-01-11 08:53:12,1,0.6,,,-73.98492431640625,40.741825103759766,-73.97586059570312,40.74152755737305,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-18 12:50:58,2016-01-18 13:04:25,1,1.5,,,-73.99837493896484,40.74021911621094,-73.97864532470703,40.73649978637695,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-28 13:23:52,2016-01-28 13:40:28,1,1.8,,,-73.95651245117188,40.77130126953125,-73.9742431640625,40.747493743896484,1,N,1,12.0,0.0,0.5,0.3,2.55,0.0,15.35 +1,2016-01-24 20:05:20,2016-01-24 20:15:30,1,2.2,,,-73.99250030517578,40.73808670043945,-73.99504089355469,40.76015090942383,1,N,1,9.0,0.0,0.5,0.3,1.47,0.0,11.27 +1,2016-01-29 19:15:24,2016-01-29 19:27:18,1,1.2,,,-73.98208618164062,40.758209228515625,-73.99585723876953,40.75564956665039,1,N,1,8.5,1.0,0.5,0.3,1.0,0.0,11.3 +2,2016-01-28 17:31:19,2016-01-28 17:36:41,1,0.34,,,-73.97528076171875,40.761024475097656,-73.97801971435547,40.756317138671875,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-06 20:11:55,2016-01-06 20:17:34,1,0.9,,,-73.98810577392578,40.74959182739258,-73.98198699951172,40.74075698852539,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-02 18:38:53,2016-01-02 18:50:25,2,2.33,,,-73.97039031982422,40.7889518737793,-73.97582244873047,40.76374053955078,1,N,1,10.0,0.0,0.5,0.3,3.24,0.0,14.04 +1,2016-01-28 19:02:35,2016-01-28 19:08:00,2,0.8,,,-73.98638153076172,40.76240921020508,-73.98278045654297,40.77162170410156,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-10 09:18:15,2016-01-10 09:34:54,1,8.25,,,-73.97280883789062,40.75611877441406,-74.01383209228516,40.71318817138672,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,25.3 +1,2016-01-12 13:43:10,2016-01-12 14:05:46,2,9.3,,,-73.86274719238281,40.76890182495117,-73.97743225097656,40.7536506652832,1,N,1,28.0,0.0,0.5,0.3,6.86,5.54,41.2 +2,2016-01-07 12:12:41,2016-01-07 12:23:29,2,1.71,,,-73.99288177490234,40.758113861083984,-74.00896453857422,40.73930740356445,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-15 22:57:16,2016-01-15 23:05:22,1,0.9,,,-73.98534393310547,40.732452392578125,-73.99405670166016,40.722686767578125,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-27 19:31:56,2016-01-27 19:37:17,1,0.79,,,-73.97138214111328,40.75114822387695,-73.98377227783203,40.75484848022461,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-08 13:38:13,2016-01-08 14:11:43,3,16.5,,,-73.98545837402344,40.752986907958984,-73.78988647460938,40.643150329589844,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-14 13:46:31,2016-01-14 14:04:12,1,1.66,,,-73.9708023071289,40.75358963012695,-73.99211120605469,40.74974060058594,1,N,1,11.5,0.0,0.5,0.3,3.69,0.0,15.99 +2,2016-01-09 22:40:17,2016-01-09 23:10:40,2,5.19,,,-73.9881362915039,40.74589157104492,-73.9815673828125,40.679779052734375,1,N,1,22.5,0.5,0.5,0.3,4.76,0.0,28.56 +1,2016-01-24 21:56:58,2016-01-24 22:11:50,1,2.3,,,-74.00463104248047,40.73764419555664,-73.9832763671875,40.765323638916016,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +1,2016-01-12 00:09:06,2016-01-12 00:16:58,1,2.7,,,-73.98696899414062,40.7609748840332,-73.9696273803711,40.796390533447266,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-20 11:31:54,2016-01-20 11:44:07,1,1.6,,,-73.97557830810547,40.76089859008789,-73.99414825439453,40.7485466003418,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-22 21:26:37,2016-01-22 21:32:05,1,1.21,,,-73.95613861083984,40.77981948852539,-73.96649932861328,40.78932189941406,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-28 18:49:34,2016-01-28 19:38:59,5,17.9,,,-73.7835922241211,40.64641189575195,-73.98784637451172,40.74842071533203,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-09 10:38:51,2016-01-09 10:41:10,1,0.51,,,-73.94573211669922,40.786216735839844,-73.95033264160156,40.78899002075195,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-27 19:29:51,2016-01-27 19:38:52,1,3.9,,,-73.98190307617188,40.73661422729492,-74.01265716552734,40.70167922973633,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,17.3 +2,2016-01-27 22:48:02,2016-01-27 22:56:04,3,1.35,,,-73.96309661865234,40.77510070800781,-73.97100067138672,40.78606033325195,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-05 16:42:27,2016-01-05 16:47:57,1,1.05,,,-73.9811019897461,40.77949142456055,-73.97074127197266,40.78853988647461,1,N,1,6.0,1.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-02 19:07:42,2016-01-02 19:14:16,1,1.42,,,-73.98750305175781,40.77587127685547,-73.99417114257812,40.75920104980469,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +1,2016-01-15 14:39:10,2016-01-15 14:47:48,1,1.1,,,-74.00021362304688,40.73801040649414,-73.98548889160156,40.72917938232422,1,N,1,7.0,0.0,0.5,0.3,1.7,0.0,9.5 +2,2016-01-19 14:51:24,2016-01-19 15:11:15,1,2.23,,,-73.9870834350586,40.75071716308594,-73.96405792236328,40.77003860473633,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-17 13:14:30,2016-01-17 13:27:35,1,2.3,,,-73.97366333007812,40.782958984375,-73.97714233398438,40.758331298828125,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-20 14:01:46,2016-01-20 14:17:37,2,1.93,,,-73.97392272949219,40.75748825073242,-73.95905303955078,40.78089904785156,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,14.8 +2,2016-01-04 22:31:53,2016-01-04 22:44:47,3,2.76,,,-73.97212219238281,40.76469039916992,-74.00070190429688,40.74237060546875,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,16.0 +1,2016-01-02 09:37:00,2016-01-02 09:50:37,2,6.0,,,-73.95657348632812,40.77812957763672,-73.9924087524414,40.72434616088867,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,19.8 +1,2016-01-22 15:53:55,2016-01-22 16:14:09,1,3.1,,,-73.95956420898438,40.78267288208008,-73.99126434326172,40.7502555847168,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-04 09:07:44,2016-01-04 09:09:25,1,0.2,,,-74.0035171508789,40.74763870239258,-73.99864196777344,40.74541473388672,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-05 14:58:39,2016-01-05 15:15:51,2,3.07,,,-74.00084686279297,40.74623107910156,-73.97927856445312,40.72660827636719,1,N,1,16.0,0.0,0.5,0.3,3.36,0.0,20.16 +1,2016-01-03 02:00:59,2016-01-03 02:20:56,1,5.3,,,-73.99391174316406,40.74999237060547,-73.94084167480469,40.71711730957031,1,N,1,18.0,0.5,0.5,0.3,4.95,5.54,29.79 +2,2016-01-25 20:50:50,2016-01-25 20:58:08,6,1.07,,,-73.98872375488281,40.74861145019531,-73.99418640136719,40.73451614379883,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,9.75 +1,2016-01-21 22:37:59,2016-01-21 22:52:54,1,4.0,,,-73.99348449707031,40.74991226196289,-74.01372528076172,40.70933151245117,1,N,1,15.0,0.5,0.5,0.3,3.0,0.0,19.3 +2,2016-01-05 19:28:56,2016-01-05 19:43:53,1,2.64,,,-73.97994995117188,40.7611083984375,-73.95494079589844,40.78847885131836,1,N,1,12.0,1.0,0.5,0.3,2.25,0.0,16.05 +2,2016-01-25 15:09:28,2016-01-25 15:23:02,1,0.88,,,-73.98619842529297,40.743770599365234,-73.9808120727539,40.75410079956055,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-24 11:51:17,2016-01-24 11:59:49,1,0.89,,,-73.97492218017578,40.75751876831055,-73.9859619140625,40.75836181640625,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-13 19:05:47,2016-01-13 19:13:08,5,1.41,,,-73.95718383789062,40.76601791381836,-73.9513931274414,40.78245162963867,1,N,1,7.0,1.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-03 15:29:00,2016-01-03 16:22:34,4,18.8,,,0.0,0.0,0.0,0.0,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-27 18:38:41,2016-01-27 18:45:28,1,1.18,,,-73.97207641601562,40.75046920776367,-73.98255157470703,40.735633850097656,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-21 21:33:26,2016-01-21 21:41:37,1,1.43,,,-73.97853088378906,40.76654052734375,-73.9601821899414,40.77035140991211,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +1,2016-01-29 22:17:16,2016-01-29 22:20:21,1,0.4,,,-73.98692321777344,40.73930740356445,-73.9835205078125,40.74401092529297,1,N,1,4.0,0.5,0.5,0.3,1.05,0.0,6.35 +1,2016-01-15 10:05:43,2016-01-15 10:13:30,1,1.2,,,-73.95496368408203,40.76535415649414,-73.97020721435547,40.7580451965332,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-05 17:43:21,2016-01-05 17:56:37,2,1.77,,,-73.96585845947266,40.75413131713867,-73.98210144042969,40.77096176147461,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-15 17:52:39,2016-01-15 18:01:46,1,0.91,,,-73.97216796875,40.759239196777344,-73.96212768554688,40.75941848754883,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,11.0 +1,2016-01-03 13:24:01,2016-01-03 14:24:08,1,17.1,,,-73.98687744140625,40.74510955810547,-73.98533630371094,40.743492126464844,1,N,1,4.0,0.0,0.5,0.3,1.44,0.0,6.24 +2,2016-01-14 22:23:12,2016-01-14 22:29:33,1,2.88,,,-73.98845672607422,40.71826171875,-74.01258850097656,40.7015266418457,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-21 17:11:12,2016-01-21 17:15:37,2,0.78,,,-73.95217895507812,40.77811050415039,-73.94776916503906,40.77088928222656,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-23 11:36:08,2016-01-23 11:45:54,1,1.4,,,-73.94313049316406,40.78972244262695,-73.9483642578125,40.774356842041016,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-07 08:50:27,2016-01-07 08:56:28,1,0.65,,,-73.96587371826172,40.75879669189453,-73.970458984375,40.76467514038086,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-19 08:31:15,2016-01-19 08:40:38,1,1.26,,,-73.98363494873047,40.762046813964844,-73.99553680419922,40.769569396972656,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-14 05:04:32,2016-01-14 05:09:57,2,1.4,,,-73.99419403076172,40.7512092590332,-73.97598266601562,40.75750732421875,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-18 15:25:34,2016-01-18 15:46:04,1,9.41,,,-73.99219512939453,40.745365142822266,-73.87067413330078,40.77383041381836,1,N,1,28.0,0.0,0.5,0.3,6.87,5.54,41.21 +2,2016-01-14 22:32:22,2016-01-14 22:52:01,1,3.48,,,-73.9468002319336,40.77661895751953,-73.97960662841797,40.73828887939453,1,N,1,16.0,0.5,0.5,0.3,3.0,0.0,20.3 +2,2016-01-26 09:41:39,2016-01-26 10:23:31,1,6.21,,,-73.98619079589844,40.77231216430664,-74.01145935058594,40.70408630371094,1,N,1,28.5,0.0,0.5,0.3,5.86,0.0,35.16 +1,2016-01-15 09:17:56,2016-01-15 09:17:56,1,0.0,,,-74.01366424560547,40.709617614746094,0.0,0.0,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +1,2016-01-30 07:32:15,2016-01-30 07:35:36,1,0.9,,,-74.00596618652344,40.717315673828125,-74.00340270996094,40.72943115234375,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-27 16:15:04,2016-01-27 16:18:41,1,0.8,,,-73.95311737060547,40.78279113769531,-73.96099853515625,40.772132873535156,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-21 23:35:06,2016-01-21 23:40:23,2,0.8,,,-73.9881820678711,40.73460006713867,-74.00115203857422,40.73925018310547,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-13 08:47:26,2016-01-13 08:56:03,1,1.5,,,-73.97824096679688,40.748592376708984,-73.99491119384766,40.73566818237305,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-08 10:20:42,2016-01-08 10:29:51,6,1.88,,,-73.97648620605469,40.77547073364258,-73.95556640625,40.782806396484375,1,N,1,9.0,0.0,0.5,0.3,2.94,0.0,12.74 +1,2016-01-28 07:40:17,2016-01-28 07:46:43,1,0.9,,,-73.99010467529297,40.75590515136719,-73.97694396972656,40.758445739746094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-15 19:49:36,2016-01-15 20:03:58,1,1.1,,,-73.97676086425781,40.7523078918457,-73.99124908447266,40.75041580200195,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-29 22:54:48,2016-01-29 23:35:33,2,12.4,,,-73.86359405517578,40.770137786865234,-73.99574279785156,40.75922393798828,1,N,1,42.0,0.5,0.5,0.3,9.75,5.54,58.59 +2,2016-01-04 14:18:20,2016-01-04 14:24:16,1,0.97,,,-73.98773193359375,40.738182067871094,-73.9789047241211,40.75030517578125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-10 23:44:12,2016-01-10 23:50:35,1,0.8,,,-73.96810150146484,40.757598876953125,-73.97882843017578,40.76197814941406,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-18 21:08:14,2016-01-18 21:16:26,1,2.38,,,-73.9740982055664,40.764041900634766,-73.9926986694336,40.73405075073242,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-30 23:45:13,2016-01-31 00:14:17,1,3.2,,,-73.9801025390625,40.74901580810547,-73.99543762207031,40.717166900634766,1,N,1,18.5,0.5,0.5,0.3,1.0,0.0,20.8 +1,2016-01-11 14:15:08,2016-01-11 14:25:45,1,1.2,,,-73.9989013671875,40.74467468261719,-73.98163604736328,40.745323181152344,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-11 10:03:24,2016-01-11 10:29:40,2,1.8,,,-74.0059585571289,40.740135192871094,-73.98605346679688,40.753841400146484,1,N,1,16.0,0.0,0.5,0.3,1.6,0.0,18.4 +1,2016-01-08 20:16:19,2016-01-08 20:33:30,1,3.0,,,-73.98051452636719,40.76481628417969,-73.9727783203125,40.73678207397461,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +1,2016-01-24 16:12:50,2016-01-24 16:15:18,1,0.7,,,-73.99211883544922,40.76411819458008,-73.98504638671875,40.77404022216797,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +1,2016-01-30 20:18:53,2016-01-30 20:28:55,1,1.5,,,-73.98323059082031,40.76900100708008,-73.98235321044922,40.7514533996582,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +2,2016-01-01 08:12:07,2016-01-01 08:17:59,5,1.27,,,-73.98908996582031,40.75733947753906,-73.97036743164062,40.75627136230469,1,N,1,6.5,0.0,0.5,0.3,1.82,0.0,9.12 +1,2016-01-01 04:51:23,2016-01-01 05:06:33,3,4.2,,,-73.9998550415039,40.7330322265625,-73.97132110595703,40.78539276123047,1,N,1,15.0,0.5,0.5,0.3,0.5,0.0,16.8 +1,2016-01-16 13:23:59,2016-01-16 13:47:30,1,3.6,,,-73.95204162597656,40.775325775146484,-73.99237060546875,40.74892044067383,1,N,1,17.5,0.0,0.5,0.3,3.65,0.0,21.95 +1,2016-01-17 11:34:36,2016-01-17 11:43:39,1,1.8,,,-73.99122619628906,40.7172966003418,-73.98973846435547,40.73845672607422,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-27 12:13:21,2016-01-27 12:28:10,2,0.94,,,-73.98641204833984,40.74030685424805,-73.99639892578125,40.74818801879883,1,N,1,10.0,0.0,0.5,0.3,3.24,0.0,14.04 +2,2016-01-02 10:54:57,2016-01-02 11:06:46,2,2.9,,,-73.98413848876953,40.78030014038086,-74.00924682617188,40.746341705322266,1,N,1,11.5,0.0,0.5,0.3,1.0,0.0,13.3 +2,2016-01-25 15:47:19,2016-01-25 15:55:48,2,0.96,,,-73.99405670166016,40.751155853271484,-73.99662780761719,40.74393081665039,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-25 20:52:45,2016-01-25 20:57:53,2,0.74,,,-73.98206329345703,40.76797866821289,-73.9919662475586,40.76987838745117,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-25 10:26:16,2016-01-25 10:55:30,1,5.0,,,-74.01611328125,40.714908599853516,-73.98191833496094,40.76626968383789,1,N,1,22.0,0.0,0.5,0.3,3.0,0.0,25.8 +1,2016-01-12 02:31:06,2016-01-12 02:40:05,2,2.1,,,-74.00394439697266,40.74167251586914,-73.9997787475586,40.71917724609375,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-20 09:18:20,2016-01-20 09:51:28,3,10.0,,,-73.98567962646484,40.76316833496094,-73.8719482421875,40.774288177490234,1,N,1,31.5,0.0,0.5,0.3,7.55,5.54,45.39 +1,2016-01-05 23:15:59,2016-01-05 23:18:42,1,0.5,,,-73.96693420410156,40.8040771484375,-73.97212219238281,40.796714782714844,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-02 22:50:07,2016-01-02 22:54:43,6,0.8,,,-73.97444915771484,40.76249694824219,-73.97171020507812,40.75446319580078,1,N,1,5.0,0.5,0.5,0.3,1.2,0.0,7.5 +2,2016-01-19 19:14:57,2016-01-19 19:28:20,5,3.07,,,-73.98902893066406,40.73088836669922,-73.99268341064453,40.69609832763672,1,N,1,12.5,1.0,0.5,0.3,2.14,0.0,16.44 +2,2016-01-14 18:50:25,2016-01-14 19:06:38,2,2.69,,,-74.00422668457031,40.731231689453125,-73.97461700439453,40.750518798828125,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-01 00:45:42,2016-01-01 00:48:42,1,0.7,,,-73.96504974365234,40.79170227050781,-73.95305633544922,40.7866325378418,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-19 02:37:37,2016-01-19 03:05:40,2,8.3,,,-73.94601440429688,40.79252243041992,-73.8700180053711,40.7389030456543,1,N,2,28.0,0.5,0.5,0.3,0.0,0.0,29.3 +1,2016-01-09 21:45:52,2016-01-09 22:01:02,2,1.0,,,-73.98603820800781,40.734859466552734,-73.99846649169922,40.72974395751953,1,N,1,10.5,0.5,0.5,0.3,2.35,0.0,14.15 +1,2016-01-12 16:42:15,2016-01-12 16:56:26,1,2.4,,,-73.97276306152344,40.78075408935547,-73.99897766113281,40.76104736328125,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-10 02:35:30,2016-01-10 02:41:20,4,1.51,,,-74.00041198730469,40.71841049194336,-74.00939178466797,40.704559326171875,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 19:52:02,2016-01-11 19:55:10,6,1.0,,,-73.98179626464844,40.77833938598633,-73.97237396240234,40.791160583496094,1,N,1,5.0,1.0,0.5,0.3,1.7,0.0,8.5 +2,2016-01-16 23:03:32,2016-01-16 23:09:03,5,0.74,,,-73.9826889038086,40.76129913330078,-73.97303009033203,40.75572967529297,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,8.84 +1,2016-01-07 07:24:35,2016-01-07 07:30:26,1,1.1,,,-73.9908218383789,40.75590133666992,-73.97848510742188,40.763851165771484,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-30 21:30:32,2016-01-30 21:51:32,2,1.5,,,-73.98896026611328,40.74486541748047,-73.98908996582031,40.72650909423828,1,N,1,13.0,0.5,0.5,0.3,2.0,0.0,16.3 +2,2016-01-19 00:35:00,2016-01-19 00:44:09,6,1.94,,,-74.00518798828125,40.720001220703125,-73.98066711425781,40.72996139526367,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,12.88 +2,2016-01-17 19:28:38,2016-01-17 19:50:00,1,4.32,,,-74.00105285644531,40.74169921875,-73.95408630371094,40.778621673583984,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +1,2016-01-07 12:56:22,2016-01-07 13:15:00,2,1.6,,,-73.97239685058594,40.75678253173828,-73.99136352539062,40.749908447265625,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-06 15:29:45,2016-01-06 16:11:55,1,19.27,,,-73.777099609375,40.64632797241211,-73.97846221923828,40.72037124633789,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-27 13:19:40,2016-01-27 13:36:37,1,1.16,,,-73.98251342773438,40.74538040161133,-73.98943328857422,40.75659942626953,1,N,1,11.0,0.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-03 21:19:36,2016-01-03 21:57:02,2,13.4,,,-73.86292266845703,40.768856048583984,-73.9615707397461,40.652835845947266,1,N,1,42.5,0.5,0.5,0.3,7.0,0.0,50.8 +2,2016-01-28 07:32:46,2016-01-28 07:56:51,1,2.53,,,-73.96250915527344,40.76710891723633,-73.96566009521484,40.790401458740234,1,N,1,15.5,0.0,0.5,0.3,1.5,0.0,17.8 +2,2016-01-23 01:29:16,2016-01-23 01:35:48,3,0.76,,,-73.94355773925781,40.82025146484375,-73.93854522705078,40.8224983215332,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-29 11:34:55,2016-01-29 11:37:48,1,0.68,,,-73.96944427490234,40.78548812866211,-73.95996856689453,40.77970886230469,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-18 15:51:43,2016-01-18 16:09:29,1,4.9,,,-74.0075454711914,40.705528259277344,-73.98690032958984,40.745182037353516,1,N,1,18.5,0.0,0.5,0.3,4.8,0.0,24.1 +1,2016-01-21 11:49:14,2016-01-21 12:07:28,1,1.2,,,-73.97551727294922,40.76122283935547,-73.9620132446289,40.76789093017578,1,N,1,11.5,0.0,0.5,0.3,3.05,0.0,15.35 +2,2016-01-14 13:25:19,2016-01-14 13:29:14,6,0.69,,,-73.9748306274414,40.790191650390625,-73.97151947021484,40.7974967956543,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-30 15:33:18,2016-01-30 15:37:42,1,0.59,,,-73.97846221923828,40.762847900390625,-73.98223876953125,40.768375396728516,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-10 18:20:07,2016-01-10 18:30:19,1,3.27,,,-73.97435760498047,40.75035095214844,-73.98593139648438,40.719390869140625,1,N,1,12.0,0.0,0.5,0.3,1.0,0.0,13.8 +1,2016-01-03 12:41:16,2016-01-03 12:49:02,3,1.4,,,-73.97821044921875,40.75205993652344,-73.9809799194336,40.742210388183594,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-22 20:39:24,2016-01-22 20:43:51,1,0.8,,,-74.00579833984375,40.75102233886719,-73.99468994140625,40.75053024291992,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-10 08:26:16,2016-01-10 08:48:12,1,10.28,,,-73.97748565673828,40.774322509765625,-73.87117004394531,40.77427673339844,1,N,1,29.5,0.0,0.5,0.3,2.7,5.54,38.54 +2,2016-01-30 10:26:04,2016-01-30 10:39:27,1,2.38,,,-73.95376586914062,40.77519607543945,-73.98231506347656,40.76982879638672,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-04 12:58:33,2016-01-04 13:10:05,2,1.74,,,-73.9654769897461,40.76578903198242,-73.97123718261719,40.74681854248047,1,N,1,9.5,0.0,0.5,0.3,1.5,0.0,11.8 +2,2016-01-06 19:54:48,2016-01-06 20:00:28,4,1.44,,,-73.95881652832031,40.78074645996094,-73.97612762451172,40.77613830566406,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-19 08:39:50,2016-01-19 08:51:24,1,1.37,,,-73.976318359375,40.744232177734375,-73.98817443847656,40.75421905517578,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-15 11:06:26,2016-01-15 11:15:54,1,1.31,,,-73.98844909667969,40.748661041259766,-73.9854965209961,40.763431549072266,1,N,1,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-12 19:37:43,2016-01-12 19:52:27,2,2.71,,,-73.95955657958984,40.78295135498047,-73.98674011230469,40.75640106201172,1,N,1,12.0,1.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-08 15:55:05,2016-01-08 16:25:53,2,8.4,,,-73.9677505493164,40.76302719116211,-73.94071197509766,40.85134506225586,1,N,2,28.0,1.0,0.5,0.3,0.0,0.0,29.8 +2,2016-01-21 13:00:19,2016-01-21 13:08:47,1,1.4,,,-73.97238159179688,40.786338806152344,-73.98535919189453,40.76852035522461,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-17 22:26:19,2016-01-17 22:47:06,1,9.6,,,-73.8629379272461,40.76890182495117,-73.98882293701172,40.755699157714844,1,N,1,28.0,0.5,0.5,0.3,6.95,5.54,41.79 +2,2016-01-04 16:13:16,2016-01-04 16:20:39,1,1.36,,,-73.99060821533203,40.75123977661133,-73.97908782958984,40.76206970214844,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-05 15:45:40,2016-01-05 16:28:56,1,19.0,,,-73.78114318847656,40.64505386352539,-74.00543975830078,40.743404388427734,2,N,1,52.0,0.0,0.5,0.3,3.0,5.54,61.34 +2,2016-01-08 22:04:34,2016-01-08 22:21:28,3,1.56,,,-73.98180389404297,40.724613189697266,-74.0024642944336,40.733646392822266,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-10 17:35:00,2016-01-10 17:49:17,1,1.9,,,-73.9903564453125,40.73059844970703,-73.99637603759766,40.73811340332031,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-07 23:35:45,2016-01-07 23:40:23,6,0.89,,,-73.9588394165039,40.76407241821289,-73.97200775146484,40.765960693359375,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-30 17:11:12,2016-01-30 17:21:39,1,1.5,,,-73.98596954345703,40.743526458740234,-73.99998474121094,40.730628967285156,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-29 23:40:23,2016-01-30 00:03:21,5,9.62,,,-73.87446594238281,40.77399826049805,-73.97603607177734,40.764671325683594,1,N,1,28.5,0.5,0.5,0.3,7.07,5.54,42.41 +1,2016-01-13 07:24:25,2016-01-13 07:42:53,1,6.8,,,-74.01715087890625,40.7054328918457,-73.97193908691406,40.75885009765625,1,N,1,21.5,0.0,0.5,0.3,4.45,0.0,26.75 +1,2016-01-24 20:42:26,2016-01-24 20:51:19,1,1.3,,,-73.97116088867188,40.75482177734375,-73.98688507080078,40.749637603759766,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +1,2016-01-21 13:13:28,2016-01-21 13:22:52,1,0.4,,,-73.9538803100586,40.76667785644531,-73.95637512207031,40.77043533325195,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-08 05:57:09,2016-01-08 06:06:10,6,2.22,,,-73.990478515625,40.755279541015625,-73.98261260986328,40.73548126220703,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-07 12:19:51,2016-01-07 12:27:37,1,0.9,,,-73.99091339111328,40.74549865722656,-74.00450897216797,40.75225067138672,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-16 20:27:31,2016-01-16 20:42:09,1,3.2,,,-73.98526763916016,40.75217819213867,-73.94847106933594,40.773162841796875,1,N,1,13.0,0.5,0.5,0.3,1.5,0.0,15.8 +1,2016-01-09 13:51:36,2016-01-09 13:59:19,1,1.5,,,-74.00809478759766,40.73928451538086,-74.0035171508789,40.7226448059082,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-08 09:28:16,2016-01-08 09:56:22,1,2.75,,,-73.95216369628906,40.78370666503906,-73.98051452636719,40.75412368774414,1,N,1,18.0,0.0,0.5,0.3,4.7,0.0,23.5 +1,2016-01-10 14:28:33,2016-01-10 14:36:37,2,0.9,,,-73.97734832763672,40.75217819213867,-73.99385833740234,40.75913619995117,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-03 15:28:29,2016-01-03 15:31:49,6,0.53,,,-73.9936294555664,40.72124481201172,-73.99325561523438,40.727783203125,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-27 17:33:19,2016-01-27 17:41:09,1,1.36,,,-73.96143341064453,40.801551818847656,-73.97408294677734,40.783748626708984,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-28 14:11:00,2016-01-28 14:19:23,1,0.93,,,-73.99337005615234,40.747291564941406,-74.00196075439453,40.73517990112305,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-21 09:08:07,2016-01-21 09:19:39,3,1.47,,,-74.0050277709961,40.74794006347656,-73.98709869384766,40.75202941894531,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-15 06:41:16,2016-01-15 06:48:09,1,0.8,,,-73.98190307617188,40.74066162109375,-73.98942565917969,40.74827575683594,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-06 18:34:35,2016-01-06 18:42:42,1,1.02,,,-73.99549865722656,40.74923324584961,-73.98511505126953,40.75871658325195,1,N,1,7.0,1.0,0.5,0.3,2.0,0.0,10.8 +1,2016-01-28 22:08:58,2016-01-28 22:29:22,1,3.5,,,-73.9871826171875,40.750606536865234,-74.0090103149414,40.70955276489258,1,N,1,15.5,0.5,0.5,0.3,1.0,0.0,17.8 +2,2016-01-03 18:04:44,2016-01-03 18:17:02,1,3.4,,,-73.93780517578125,40.81265640258789,-73.97091674804688,40.78597640991211,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-20 05:56:18,2016-01-20 06:05:28,1,2.3,,,-73.9501724243164,40.776397705078125,-73.95243835449219,40.80049514770508,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-10 12:52:49,2016-01-10 12:59:26,1,1.8,,,-73.97708129882812,40.747039794921875,-73.95999908447266,40.77045440673828,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-09 19:29:15,2016-01-09 19:45:02,5,4.73,,,-73.97792053222656,40.72541046142578,-73.99420928955078,40.69055938720703,1,N,1,17.0,0.0,0.5,0.3,2.67,0.0,20.47 +1,2016-01-20 08:47:33,2016-01-20 09:02:34,1,1.8,,,-73.97596740722656,40.755767822265625,-73.96284484863281,40.77662658691406,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-15 06:38:41,2016-01-15 06:49:01,1,4.98,,,-73.97952270507812,40.734798431396484,-73.99208068847656,40.694461822509766,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-21 22:54:31,2016-01-21 23:08:00,1,3.6,,,-74.00186920166016,40.73506546020508,-73.98110961914062,40.77354049682617,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,15.3 +1,2016-01-07 15:43:08,2016-01-07 16:06:56,1,1.5,,,-73.95426177978516,40.781558990478516,-73.9597396850586,40.763614654541016,1,N,1,14.5,0.0,0.5,0.3,2.0,0.0,17.3 +2,2016-01-12 10:32:04,2016-01-12 10:57:29,5,2.99,,,-73.9885025024414,40.74620056152344,-74.01057434082031,40.70907974243164,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +2,2016-01-26 08:35:59,2016-01-26 08:45:58,6,1.22,,,-73.97554016113281,40.776729583740234,-73.95935821533203,40.77429962158203,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-25 11:29:27,2016-01-25 11:56:08,1,2.7,,,-73.97171783447266,40.74612808227539,-74.00286102294922,40.749698638916016,1,N,1,17.5,0.0,0.5,0.3,1.0,0.0,19.3 +1,2016-01-20 21:24:51,2016-01-20 21:37:38,2,1.0,,,-73.9847412109375,40.758827209472656,-73.98274230957031,40.76910400390625,1,N,1,9.5,0.5,0.5,0.3,5.0,0.0,15.8 +2,2016-01-11 19:48:51,2016-01-11 20:23:23,1,12.13,,,-73.982421875,40.75588607788086,-73.96721649169922,40.64091110229492,1,N,1,36.5,1.0,0.5,0.3,7.66,0.0,45.96 +2,2016-01-09 13:02:00,2016-01-09 13:05:54,1,0.69,,,-74.00066375732422,40.75777816772461,-73.99279022216797,40.75630187988281,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-07 21:31:08,2016-01-07 21:42:27,5,1.79,,,-73.98263549804688,40.77226638793945,-73.97439575195312,40.756256103515625,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-15 07:41:57,2016-01-15 07:51:19,1,1.28,,,-73.97856140136719,40.74108123779297,-73.98670959472656,40.751556396484375,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +1,2016-01-21 01:46:42,2016-01-21 01:51:00,1,0.8,,,-73.98912048339844,40.75974655151367,-73.97757720947266,40.753299713134766,1,N,1,5.0,0.5,0.5,0.3,2.0,0.0,8.3 +2,2016-01-15 10:07:36,2016-01-15 10:12:53,1,0.82,,,-73.97914123535156,40.75870132446289,-73.99111938476562,40.760440826416016,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-01 13:33:10,2016-01-01 13:47:31,1,3.4,,,-73.96903991699219,40.769676208496094,-74.00736999511719,40.73941421508789,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-22 16:42:17,2016-01-22 16:52:36,1,1.95,,,-73.98052978515625,40.76185989379883,-73.95401763916016,40.76713943481445,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-28 19:17:35,2016-01-28 19:51:50,1,5.4,,,-73.95113372802734,40.771724700927734,-74.00718688964844,40.74257278442383,1,N,1,26.0,1.0,0.5,0.3,5.55,0.0,33.35 +2,2016-01-03 11:48:36,2016-01-03 12:01:40,1,1.14,,,-73.97897338867188,40.754249572753906,-73.98786926269531,40.75828170776367,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-18 09:09:19,2016-01-18 09:18:00,2,1.61,,,-73.98167419433594,40.77858352661133,-73.96609497070312,40.76504135131836,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-22 07:30:17,2016-01-22 07:46:47,1,4.2,,,-73.98201751708984,40.760990142822266,-73.96551513671875,40.80546951293945,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-09 12:38:02,2016-01-09 12:54:33,2,1.7,,,-73.98748779296875,40.7491455078125,-74.00813293457031,40.73961639404297,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-18 11:41:49,2016-01-18 11:47:15,1,0.8,,,-73.9969253540039,40.73727035522461,-74.00885009765625,40.739444732666016,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-04 06:59:12,2016-01-04 07:17:18,1,7.98,,,-73.92507934570312,40.761837005615234,-73.98445129394531,40.710723876953125,1,N,1,24.0,0.0,0.5,0.3,4.96,0.0,29.76 +2,2016-01-08 11:22:18,2016-01-08 11:52:27,1,17.23,,,-73.79000854492188,40.646671295166016,-73.97203826904297,40.757137298583984,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +2,2016-01-28 16:21:03,2016-01-28 16:49:38,1,3.67,,,-73.98318481445312,40.744571685791016,-74.00953674316406,40.721378326416016,1,N,1,19.5,1.0,0.5,0.3,0.0,0.0,21.3 +1,2016-01-03 18:38:03,2016-01-03 19:27:03,2,17.9,,,-73.79000854492188,40.64364242553711,-73.97425842285156,40.74807357788086,2,N,1,52.0,0.0,0.5,0.3,6.0,5.54,64.34 +1,2016-01-16 13:56:00,2016-01-16 14:06:35,1,1.4,,,-73.98208618164062,40.76862716674805,-73.96312713623047,40.76660919189453,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-19 20:17:28,2016-01-19 20:29:07,1,2.36,,,-73.99755859375,40.724369049072266,-74.00247192382812,40.74879837036133,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +1,2016-01-09 01:09:03,2016-01-09 01:18:24,1,1.8,,,-73.98229217529297,40.731712341308594,-73.99213409423828,40.749324798583984,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-26 04:26:08,2016-01-26 04:55:09,2,11.22,,,-73.97935485839844,40.76811218261719,-73.86410522460938,40.769798278808594,1,N,1,33.0,0.5,0.5,0.3,6.86,0.0,41.16 +1,2016-01-09 09:49:22,2016-01-09 09:51:16,1,0.3,,,-73.9760971069336,40.77615737915039,-73.97959899902344,40.771297454833984,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +1,2016-01-25 17:24:37,2016-01-25 17:39:07,1,4.2,,,-73.78362274169922,40.648685455322266,-73.73770141601562,40.66453170776367,1,N,1,15.0,1.0,0.5,0.3,5.0,0.0,21.8 +2,2016-01-20 16:04:52,2016-01-20 16:13:06,1,1.2,,,-73.98429870605469,40.76776123046875,-73.98841094970703,40.75328826904297,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-11 15:40:08,2016-01-11 16:54:46,1,20.1,,,-73.78845977783203,40.64134979248047,-73.96617889404297,40.76957702636719,2,N,1,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-30 01:06:53,2016-01-30 01:13:30,1,1.49,,,-73.98651885986328,40.7399787902832,-73.97412109375,40.75421142578125,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-01 00:29:26,2016-01-01 00:37:39,1,0.73,,,-73.9835433959961,40.747215270996094,-73.99036407470703,40.74684524536133,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-17 11:51:16,2016-01-17 12:04:44,1,2.5,,,-73.99122619628906,40.75038146972656,-73.96288299560547,40.764957427978516,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-11 20:19:34,2016-01-11 20:25:56,1,1.18,,,-74.0029067993164,40.76026153564453,-73.99474334716797,40.75029754638672,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-13 12:39:50,2016-01-13 12:47:29,2,0.47,,,-73.96861267089844,40.76126480102539,-73.97521209716797,40.76206970214844,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-16 07:14:14,2016-01-16 07:24:21,1,3.4,,,-73.98674011230469,40.726016998291016,-73.95439147949219,40.763877868652344,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-05 16:49:41,2016-01-05 16:57:15,4,1.5,,,-73.95340728759766,40.78828811645508,-73.93827056884766,40.8055305480957,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-16 05:45:36,2016-01-16 05:45:46,1,0.0,,,-73.98290252685547,40.73672103881836,-73.98290252685547,40.73672103881836,1,N,3,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +1,2016-01-29 18:05:42,2016-01-29 18:05:42,1,0.0,,,-73.97874450683594,40.75200271606445,0.0,0.0,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-07 15:10:03,2016-01-07 15:31:00,6,1.35,,,-74.00163269042969,40.756568908691406,-73.98583221435547,40.747459411621094,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-05 08:04:27,2016-01-05 08:15:19,1,2.3,,,-74.01546478271484,40.71050262451172,-73.99845886230469,40.73517608642578,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-15 13:56:35,2016-01-15 14:15:59,1,2.37,,,-73.97437286376953,40.756629943847656,-74.00147247314453,40.75556182861328,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-30 12:23:26,2016-01-30 12:29:15,1,0.6,,,-73.99866485595703,40.734947204589844,-74.00836181640625,40.735443115234375,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-22 18:40:56,2016-01-22 18:49:48,1,1.19,,,-73.9899673461914,40.73860168457031,-74.00581359863281,40.73666000366211,1,N,1,7.0,1.0,0.5,0.3,1.5,0.0,10.3 +2,2016-01-02 04:39:37,2016-01-02 04:46:56,6,1.21,,,-73.97786712646484,40.755191802978516,-73.9941177368164,40.75027847290039,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-06 11:00:54,2016-01-06 11:12:58,1,2.0,,,-73.96279907226562,40.77812194824219,-73.97050476074219,40.75558090209961,1,N,1,10.0,0.0,0.5,0.3,1.94,0.0,12.74 +1,2016-01-19 11:24:05,2016-01-19 11:25:26,1,0.1,,,-73.96581268310547,40.790191650390625,-73.96710205078125,40.78852081298828,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +1,2016-01-16 00:09:00,2016-01-16 00:33:04,1,6.1,,,-73.98223876953125,40.771095275878906,-74.01399230957031,40.70942306518555,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,22.8 +2,2016-01-09 01:22:42,2016-01-09 01:36:32,1,1.96,,,-73.99151611328125,40.73180389404297,-73.98120880126953,40.72106170654297,1,N,1,10.5,0.5,0.5,0.3,0.5,0.0,12.3 +1,2016-01-26 23:48:18,2016-01-27 00:06:30,1,4.0,,,-73.990966796875,40.730003356933594,-73.97897338867188,40.77655029296875,1,N,1,15.5,0.5,0.5,0.3,3.35,0.0,20.15 +2,2016-01-30 01:06:26,2016-01-30 01:06:36,1,0.0,,,-73.93636322021484,40.853851318359375,-73.93637084960938,40.85383987426758,1,N,4,-2.5,-0.5,-0.5,-0.3,0.0,0.0,-3.8 +1,2016-01-05 16:01:05,2016-01-05 16:08:57,1,1.0,,,-74.0062484741211,40.733062744140625,-73.99100494384766,40.73009490966797,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-06 23:12:21,2016-01-06 23:16:40,2,0.63,,,-73.98819732666016,40.74592971801758,-73.9939193725586,40.75149154663086,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-04 12:20:54,2016-01-04 12:40:50,6,4.35,,,-73.98847198486328,40.71855926513672,-73.96160888671875,40.69902038574219,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-21 12:30:00,2016-01-21 12:51:58,1,11.48,,,-73.9732894897461,40.756248474121094,-73.86186218261719,40.76850128173828,1,N,1,32.5,0.0,0.5,0.3,7.77,5.54,46.61 +1,2016-01-26 22:20:23,2016-01-26 22:32:36,1,3.5,,,-73.98486328125,40.763671875,-73.97066497802734,40.79995346069336,1,N,1,13.0,0.5,0.5,0.3,2.85,0.0,17.15 +1,2016-01-25 19:06:59,2016-01-25 19:16:07,1,0.9,,,-73.99919128417969,40.71890640258789,-73.98711395263672,40.720497131347656,1,N,4,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-17 22:03:54,2016-01-17 22:40:55,2,19.4,,,-73.79051208496094,40.646610260009766,-73.96619415283203,40.80464553833008,2,N,1,52.0,0.0,0.5,0.3,6.0,5.54,64.34 +1,2016-01-10 14:49:59,2016-01-10 14:56:54,3,1.7,,,-73.9637222290039,40.75690841674805,-73.98082733154297,40.7381477355957,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-16 17:03:42,2016-01-16 17:08:01,1,1.0,,,-73.95081329345703,40.770835876464844,-73.9546127319336,40.7800178527832,1,N,1,5.0,0.0,0.5,0.3,3.0,0.0,8.8 +2,2016-01-11 10:39:45,2016-01-11 10:57:34,1,2.28,,,-74.00406646728516,40.731327056884766,-73.98139953613281,40.75563430786133,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-22 16:56:04,2016-01-22 17:08:58,1,2.36,,,-73.97689056396484,40.75225067138672,-73.98927307128906,40.73006820678711,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-08 19:49:24,2016-01-08 19:56:15,1,1.26,,,-73.99759674072266,40.716861724853516,-74.01499938964844,40.71826171875,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-16 18:23:39,2016-01-16 18:37:17,1,1.6,,,-74.00187683105469,40.741111755371094,-73.9861831665039,40.759239196777344,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-01 01:20:56,2016-01-01 01:28:12,1,2.1,,,-73.9852523803711,40.77851867675781,-73.96656799316406,40.795860290527344,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-10 22:36:17,2016-01-10 22:48:31,1,4.0,,,0.0,0.0,0.0,0.0,1,Y,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-28 22:35:17,2016-01-28 22:43:28,1,1.6,,,-73.9780502319336,40.75450134277344,-73.96162414550781,40.773956298828125,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-18 00:02:41,2016-01-18 00:15:59,3,3.1,,,-73.98716735839844,40.72050476074219,-73.94876098632812,40.70760726928711,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,17.25 +1,2016-01-08 08:31:22,2016-01-08 08:40:32,1,1.5,,,-73.98651123046875,40.74570083618164,-73.97799682617188,40.763572692871094,1,N,1,8.0,0.0,0.5,0.3,2.6,0.0,11.4 +1,2016-01-06 08:31:34,2016-01-06 09:53:37,2,18.3,,,-73.78115844726562,40.64500427246094,-73.98894500732422,40.75654602050781,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-28 23:31:50,2016-01-28 23:47:25,1,4.0,,,-73.9907455444336,40.76104736328125,-74.01226043701172,40.716983795166016,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +1,2016-01-05 10:37:56,2016-01-05 10:42:19,1,1.1,,,-73.96720123291016,40.77239990234375,-73.97654724121094,40.77650833129883,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-20 07:27:57,2016-01-20 07:52:49,1,6.38,,,-73.97290802001953,40.793060302734375,-74.00572204589844,40.725341796875,1,N,1,22.5,0.0,0.5,0.3,4.66,0.0,27.96 +2,2016-01-02 09:40:30,2016-01-02 09:49:38,1,2.38,,,-73.95287322998047,40.7867431640625,-73.98008728027344,40.77888107299805,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-06 12:49:40,2016-01-06 13:10:53,4,2.55,,,-73.99869537353516,40.739845275878906,-73.97169494628906,40.760215759277344,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +2,2016-01-22 17:37:21,2016-01-22 17:49:19,1,2.0,,,-73.95768737792969,40.76948928833008,-73.95226287841797,40.791439056396484,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-10 01:56:37,2016-01-10 02:11:32,1,2.8,,,-73.98410034179688,40.725379943847656,-73.9665298461914,40.755680084228516,1,N,1,12.5,0.5,0.5,0.3,1.0,0.0,14.8 +2,2016-01-23 01:15:35,2016-01-23 01:20:08,1,0.72,,,-73.98705291748047,40.736446380615234,-73.98541259765625,40.74401092529297,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +1,2016-01-20 00:33:21,2016-01-20 00:43:16,1,2.2,,,-73.98345947265625,40.76262283325195,-73.98268127441406,40.73967742919922,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +1,2016-01-14 09:01:42,2016-01-14 09:13:53,1,1.9,,,-73.9822006225586,40.783180236816406,-73.95687103271484,40.77163314819336,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-19 22:03:31,2016-01-19 22:06:56,1,0.7,,,-73.94068145751953,40.70001220703125,-73.93978881835938,40.707298278808594,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-02 20:37:57,2016-01-02 20:49:28,4,1.7,,,-73.97478485107422,40.757232666015625,-73.98986053466797,40.73942184448242,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-02 17:13:04,2016-01-02 18:11:55,2,18.9,,,-73.78997802734375,40.64706039428711,-73.99374389648438,40.69583511352539,1,N,1,56.0,0.0,0.5,0.3,13.0,0.0,69.8 +1,2016-01-11 16:51:28,2016-01-11 16:52:04,1,0.0,,,-73.97412109375,40.76512145996094,-73.9738540649414,40.764976501464844,1,N,1,2.5,1.0,0.5,0.3,0.85,0.0,5.15 +1,2016-01-26 19:22:32,2016-01-26 19:50:38,2,2.1,,,-73.96800231933594,40.7656364440918,-73.99140167236328,40.75023651123047,1,N,2,17.0,1.0,0.5,0.3,0.0,0.0,18.8 +1,2016-01-03 02:54:04,2016-01-03 02:58:49,1,1.3,,,-73.98353576660156,40.765872955322266,-73.99121856689453,40.75020980834961,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-11 12:01:56,2016-01-11 12:18:28,1,1.7,,,-73.95233154296875,40.78126525878906,-73.96824645996094,40.76539611816406,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-30 22:42:16,2016-01-30 22:52:32,1,2.0,,,-73.95372772216797,40.78193664550781,-73.97911071777344,40.777015686035156,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-09 02:06:25,2016-01-09 02:18:33,5,1.35,,,-74.00782775878906,40.7405891418457,-73.98787689208984,40.73242950439453,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-27 08:08:16,2016-01-27 08:12:47,1,0.7,,,-73.99764251708984,40.73610305786133,-73.99063873291016,40.745948791503906,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-04 10:08:25,2016-01-04 10:38:46,1,2.03,,,-73.95343017578125,40.77545166015625,-73.99681091308594,40.716949462890625,1,N,1,19.0,0.0,0.5,0.3,3.96,0.0,23.76 +2,2016-01-03 17:39:17,2016-01-03 18:03:55,5,2.86,,,-73.96098327636719,40.768890380859375,-73.98463439941406,40.779483795166016,1,N,1,16.5,0.0,0.5,0.3,1.38,0.0,18.68 +2,2016-01-10 02:52:09,2016-01-10 03:07:13,1,4.31,,,-73.99947357177734,40.72997283935547,-74.00012969970703,40.68268966674805,1,N,1,15.0,0.5,0.5,0.3,4.08,0.0,20.38 +1,2016-01-29 19:01:02,2016-01-29 19:15:39,2,1.6,,,-73.9854736328125,40.74723434448242,-73.99793243408203,40.72931671142578,1,N,1,10.5,1.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-24 13:27:59,2016-01-24 13:36:53,1,1.84,,,-73.956298828125,40.77155685424805,-73.97245025634766,40.7495002746582,1,N,1,8.5,0.0,0.5,0.3,1.7,0.0,11.0 +1,2016-01-07 21:51:16,2016-01-07 21:56:55,2,0.9,,,-73.98209381103516,40.7627067565918,-73.99085235595703,40.75072479248047,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-22 04:35:05,2016-01-22 04:37:57,1,0.8,,,-73.94557189941406,40.8079719543457,-73.94110870361328,40.80008316040039,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-04 19:45:08,2016-01-04 19:49:26,1,0.78,,,-73.95570373535156,40.77967071533203,-73.94570922851562,40.78213119506836,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-14 23:02:08,2016-01-14 23:07:14,1,1.8,,,-73.96379089355469,40.76145935058594,-73.95011138916016,40.78398132324219,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-16 11:46:56,2016-01-16 11:55:17,1,1.59,,,-73.98695373535156,40.76638412475586,-74.00143432617188,40.74633026123047,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-15 18:12:05,2016-01-15 18:25:55,6,1.8,,,-73.97517395019531,40.7642822265625,-73.98992156982422,40.7398796081543,1,N,1,10.0,1.0,0.5,0.3,1.0,0.0,12.8 +1,2016-01-20 19:52:13,2016-01-20 19:56:09,1,0.5,,,-73.9915542602539,40.73167037963867,-73.99617004394531,40.72514724731445,1,N,1,4.5,1.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-08 12:50:11,2016-01-08 13:07:39,1,9.71,,,-73.98329162597656,40.74747848510742,-73.86553955078125,40.770851135253906,1,N,1,27.5,0.0,0.5,0.3,4.16,5.54,38.0 +1,2016-01-13 12:06:27,2016-01-13 12:33:16,1,3.1,,,-73.97039794921875,40.761924743652344,-74.00634002685547,40.74226760864258,1,N,1,18.0,0.0,0.5,0.3,3.75,0.0,22.55 +2,2016-01-03 12:47:39,2016-01-03 12:52:28,5,0.97,,,-73.96996307373047,40.76301193237305,-73.96240234375,40.77479934692383,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-30 20:46:36,2016-01-30 20:58:45,1,5.05,,,-73.9886474609375,40.76919937133789,-73.94869232177734,40.81547927856445,1,N,1,16.0,0.5,0.5,0.3,2.8,0.0,20.1 +2,2016-01-14 14:15:01,2016-01-14 14:31:57,1,3.34,,,-73.99880981445312,40.76120376586914,-73.96391296386719,40.77695846557617,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +2,2016-01-07 07:18:44,2016-01-07 07:25:09,2,1.48,,,-73.98199462890625,40.75570297241211,-73.9644546508789,40.765586853027344,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-24 09:33:25,2016-01-24 09:38:34,1,0.88,,,-73.99317932128906,40.743038177490234,-74.0058822631836,40.748348236083984,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-12 23:12:18,2016-01-12 23:17:44,1,0.84,,,-73.99095916748047,40.734893798828125,-73.98188018798828,40.73512649536133,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-02 05:52:36,2016-01-02 05:56:43,1,0.8,,,-73.93555450439453,40.79629135131836,-73.94898986816406,40.802040100097656,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-15 08:20:12,2016-01-15 08:27:31,3,1.27,,,-73.96578979492188,40.762290954589844,-73.97804260253906,40.77328872680664,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-18 16:59:32,2016-01-18 17:30:56,1,10.06,,,-73.87448120117188,40.774078369140625,-73.9761734008789,40.77598190307617,1,N,2,32.0,0.0,0.5,0.3,0.0,5.54,38.34 +1,2016-01-29 00:04:53,2016-01-29 00:28:16,1,7.2,,,-74.00243377685547,40.724945068359375,-73.94330596923828,40.7868766784668,1,Y,1,24.0,0.5,0.5,0.3,5.05,0.0,30.35 +1,2016-01-23 03:55:40,2016-01-23 04:17:38,2,4.4,,,-73.98900604248047,40.721458435058594,-73.95568084716797,40.683311462402344,1,N,1,17.0,0.5,0.5,0.3,4.55,0.0,22.85 +2,2016-01-14 15:14:43,2016-01-14 15:24:52,3,1.51,,,-74.01065063476562,40.71461868286133,-74.00164031982422,40.72248840332031,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-05 09:38:32,2016-01-05 10:08:45,1,11.9,,,-73.77674102783203,40.64543151855469,-73.95165252685547,40.67441177368164,1,N,1,35.0,0.0,0.5,0.3,7.15,0.0,42.95 +2,2016-01-10 20:06:40,2016-01-10 20:10:41,1,1.02,,,-74.00348663330078,40.741661071777344,-74.00213623046875,40.750728607177734,1,N,1,5.5,0.5,0.5,0.3,4.0,0.0,10.8 +2,2016-01-07 08:26:26,2016-01-07 08:39:59,2,1.44,,,-73.9980239868164,40.682674407958984,-73.97488403320312,40.6752815246582,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-18 13:25:16,2016-01-18 13:36:01,1,2.0,,,-73.99004364013672,40.746612548828125,-73.98873901367188,40.727264404296875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-01 19:21:27,2016-01-01 19:37:12,2,2.74,,,-73.98470306396484,40.74211120605469,-73.9822769165039,40.772361755371094,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-20 21:20:04,2016-01-20 21:30:46,1,1.6,,,-74.00746154785156,40.7408447265625,-73.98634338378906,40.743125915527344,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +2,2016-01-14 12:51:34,2016-01-14 13:00:44,2,1.65,,,-73.96438598632812,40.770381927490234,-73.98164367675781,40.765953063964844,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-13 10:44:14,2016-01-13 10:51:35,1,1.5,,,-73.97736358642578,40.75800323486328,-73.98787689208984,40.73828125,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,10.35 +1,2016-01-20 17:15:11,2016-01-20 18:09:47,1,17.5,,,-73.78984832763672,40.64676284790039,-73.97603607177734,40.761444091796875,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-11 12:16:28,2016-01-11 12:23:35,1,1.23,,,-73.99198150634766,40.74945068359375,-73.9771728515625,40.75178146362305,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-11 16:13:29,2016-01-11 16:19:52,1,1.2,,,-73.99757385253906,40.746681213378906,-73.99531555175781,40.75995635986328,1,N,1,6.5,1.0,0.5,0.3,2.0,0.0,10.3 +2,2016-01-04 10:29:12,2016-01-05 10:23:27,2,3.52,,,-73.95111083984375,40.770328521728516,-73.99105834960938,40.75058364868164,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-13 08:29:37,2016-01-13 08:44:22,5,1.14,,,-73.97579193115234,40.756980895996094,-73.98416900634766,40.767330169677734,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +1,2016-01-09 07:42:59,2016-01-09 07:51:11,1,1.3,,,-73.98045349121094,40.73240661621094,-73.99210357666016,40.74368667602539,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-13 07:19:58,2016-01-13 07:31:24,1,1.46,,,-73.99169158935547,40.75010299682617,-73.97682189941406,40.75565719604492,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-26 20:31:53,2016-01-26 20:50:40,1,4.7,,,-73.98765563964844,40.75469970703125,-74.01750946044922,40.709354400634766,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,22.55 +2,2016-01-08 16:51:10,2016-01-08 16:59:44,1,1.98,,,-73.98210906982422,40.77259063720703,-73.9693374633789,40.797828674316406,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-08 08:18:28,2016-01-08 08:32:24,1,1.69,,,-73.97113800048828,40.756980895996094,-73.95970916748047,40.77452850341797,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-30 01:13:37,2016-01-30 01:18:28,1,0.8,,,-74.00157165527344,40.74344253540039,-73.9948501586914,40.74606704711914,1,N,1,5.5,0.5,0.5,0.3,1.02,0.0,7.82 +2,2016-01-21 21:23:57,2016-01-21 21:46:47,1,7.33,,,-74.01260375976562,40.702362060546875,-73.9482192993164,40.645198822021484,1,N,1,23.5,0.5,0.5,0.3,8.0,5.54,38.34 +2,2016-01-06 16:35:59,2016-01-06 16:46:51,5,1.09,,,-73.97505950927734,40.76533126831055,-73.98689270019531,40.75585174560547,1,N,1,8.5,1.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-17 19:26:52,2016-01-17 19:31:17,1,0.74,,,-73.98222351074219,40.77519989013672,-73.9794921875,40.78430938720703,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-19 14:07:36,2016-01-19 14:28:00,1,1.45,,,-73.9884262084961,40.73529052734375,-73.98725891113281,40.75050735473633,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-02 05:13:24,2016-01-02 05:33:16,1,5.1,,,0.0,0.0,0.0,0.0,1,N,3,18.5,0.5,0.5,0.3,0.0,0.0,19.8 +2,2016-01-22 18:39:13,2016-01-22 18:50:33,1,2.57,,,-73.97844696044922,40.750999450683594,-73.95281982421875,40.778499603271484,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-09 19:45:55,2016-01-09 19:58:49,1,1.31,,,-73.97847747802734,40.75270462036133,-73.99559020996094,40.76216506958008,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-01 09:43:40,2016-01-01 09:47:49,1,1.0,,,0.0,0.0,0.0,0.0,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-01 21:57:36,2016-01-01 22:03:30,1,1.0,,,-73.95430755615234,40.76433563232422,-73.96000671386719,40.773780822753906,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +1,2016-01-28 19:37:47,2016-01-28 20:19:51,1,12.9,,,-73.98285675048828,40.760948181152344,-73.84262084960938,40.85003662109375,1,N,1,42.5,1.0,0.5,0.3,8.85,0.0,53.15 +1,2016-01-26 16:23:01,2016-01-26 16:40:05,1,2.5,,,-73.99710083007812,40.742069244384766,-74.01602935791016,40.71495056152344,1,N,1,12.5,1.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-08 17:49:32,2016-01-08 17:58:27,2,1.22,,,-73.98739624023438,40.76611328125,-73.96736145019531,40.757747650146484,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-16 16:07:19,2016-01-16 16:19:23,1,2.2,,,-73.99346923828125,40.74180603027344,-73.9896240234375,40.765380859375,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-15 22:46:30,2016-01-15 22:50:50,1,1.1,,,-73.96178436279297,40.77710723876953,-73.96733856201172,40.78797912597656,1,N,1,6.0,0.5,0.5,0.3,2.15,0.0,9.45 +1,2016-01-29 23:21:10,2016-01-29 23:33:26,1,3.6,,,-73.98307037353516,40.75624084472656,-73.97119140625,40.80032730102539,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +2,2016-01-16 14:53:33,2016-01-16 15:01:22,1,1.48,,,-74.01038360595703,40.71454620361328,-74.00835418701172,40.73271560668945,1,N,1,8.0,0.0,0.5,0.3,5.0,0.0,13.8 +2,2016-01-04 07:42:59,2016-01-04 07:53:41,1,2.18,,,-73.99179077148438,40.75006103515625,-73.9680404663086,40.76213836669922,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-06 21:08:28,2016-01-06 21:40:26,3,6.94,,,-74.00379180908203,40.73836135864258,-73.97029113769531,40.68470001220703,1,N,1,26.0,0.5,0.5,0.3,4.0,0.0,31.3 +1,2016-01-05 08:14:49,2016-01-05 08:22:38,1,1.1,,,-73.98910522460938,40.740806579589844,-73.97669219970703,40.748497009277344,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-08 07:27:16,2016-01-08 07:30:21,1,0.8,,,-73.96076202392578,40.76974105834961,-73.95523834228516,40.779415130615234,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-10 00:56:49,2016-01-10 01:09:55,1,2.37,,,0.0,0.0,0.0,0.0,1,N,1,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-10 01:42:31,2016-01-10 01:50:14,5,1.13,,,-73.99279022216797,40.72542953491211,-74.00897979736328,40.73060989379883,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-05 07:41:37,2016-01-05 07:45:22,1,0.97,,,-73.9703598022461,40.748870849609375,-73.97508239746094,40.73712158203125,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-05 23:35:11,2016-01-05 23:37:49,1,0.8,,,-73.97846221923828,40.76265335083008,-73.97772979736328,40.75340270996094,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-27 21:21:49,2016-01-27 21:26:43,1,0.53,,,-73.96827697753906,40.76211166381836,-73.9683837890625,40.75664520263672,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-21 10:12:20,2016-01-21 10:36:12,2,7.3,,,-74.01002502441406,40.721065521240234,-73.96981048583984,40.758113861083984,1,N,2,25.0,0.0,0.5,0.3,0.0,0.0,25.8 +1,2016-01-14 15:41:35,2016-01-14 15:55:49,2,2.3,,,-73.97615814208984,40.77605438232422,-73.99615478515625,40.7586669921875,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-26 22:13:37,2016-01-26 22:16:58,1,0.67,,,-73.95166015625,40.77198028564453,-73.96006774902344,40.77634048461914,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-12 17:56:42,2016-01-12 18:06:34,1,1.8,,,-73.97901153564453,40.774391174316406,-73.9577865600586,40.773616790771484,1,N,1,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-14 13:19:34,2016-01-14 13:24:55,2,0.64,,,-73.97511291503906,40.7615852355957,-73.98040008544922,40.75387191772461,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-14 16:49:11,2016-01-14 16:54:16,1,0.7,,,-73.9746322631836,40.68023681640625,-73.98138427734375,40.68988800048828,1,N,3,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-26 11:07:03,2016-01-26 12:02:44,1,5.0,,,-73.94883728027344,40.79734420776367,-73.98841094970703,40.73707962036133,1,N,1,32.5,0.0,0.5,0.3,2.0,0.0,35.3 +1,2016-01-07 10:22:32,2016-01-07 10:37:08,1,2.2,,,-73.96487426757812,40.75971221923828,-73.99200439453125,40.74917221069336,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-19 12:07:20,2016-01-19 12:15:18,1,0.7,,,-73.98461151123047,40.76044845581055,-73.99030303955078,40.751220703125,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-19 21:48:07,2016-01-19 21:57:15,1,1.15,,,-73.99166870117188,40.759986877441406,-73.97827911376953,40.75300216674805,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-14 09:01:20,2016-01-14 09:10:33,1,0.9,,,-73.96731567382812,40.752803802490234,-73.95816040039062,40.76472473144531,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-15 16:44:38,2016-01-15 16:50:53,1,1.4,,,-73.97664642333984,40.76502990722656,-73.9619140625,40.77615737915039,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-27 23:06:27,2016-01-27 23:14:58,5,1.89,,,-73.95764923095703,40.779640197753906,-73.98161315917969,40.774471282958984,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-22 09:54:51,2016-01-22 10:07:16,1,1.5,,,-73.99392700195312,40.74418258666992,-73.98351287841797,40.73054885864258,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-19 17:45:24,2016-01-19 17:57:31,2,2.8,,,-73.95599365234375,40.803749084472656,-73.98796081542969,40.779605865478516,1,N,1,11.0,1.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-04 20:51:44,2016-01-04 21:06:57,1,5.19,,,-74.00917053222656,40.706390380859375,-73.99755096435547,40.76105880737305,1,N,1,17.5,0.5,0.5,0.3,1.5,0.0,20.3 +2,2016-01-15 18:10:47,2016-01-15 18:14:29,1,0.39,,,-73.9712905883789,40.7547607421875,-73.96739196777344,40.759300231933594,1,N,1,4.0,1.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-20 20:38:56,2016-01-20 20:51:47,1,3.52,,,-74.01177215576172,40.703670501708984,-74.00395965576172,40.74298858642578,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-07 08:37:14,2016-01-07 08:52:07,1,2.4,,,-73.96739196777344,40.76911544799805,-73.97198486328125,40.744258880615234,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-21 18:45:15,2016-01-21 18:59:26,2,1.9,,,-73.96426391601562,40.761348724365234,-73.95430755615234,40.78428268432617,1,N,1,11.5,1.0,0.5,0.3,1.0,0.0,14.3 +2,2016-01-12 07:52:13,2016-01-12 08:09:25,1,2.14,,,-73.956787109375,40.779178619384766,-73.97947692871094,40.759830474853516,1,N,1,12.5,0.0,0.5,0.3,2.0,0.0,15.3 +1,2016-01-09 02:24:23,2016-01-09 02:31:41,1,1.5,,,-73.99186706542969,40.72636032104492,-73.97837829589844,40.742530822753906,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-18 16:16:01,2016-01-18 16:23:56,1,1.0,,,0.0,0.0,0.0,0.0,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-02 00:06:44,2016-01-02 00:18:11,3,2.93,,,-73.99107360839844,40.75578689575195,-73.98340606689453,40.72629165649414,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-05 19:50:09,2016-01-05 19:57:41,1,1.24,,,-73.9986572265625,40.76029968261719,-73.98825073242188,40.75006866455078,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-30 18:09:35,2016-01-30 18:43:03,2,3.59,,,-73.96366882324219,40.71030044555664,-73.92359924316406,40.677120208740234,1,N,1,21.0,0.0,0.5,0.3,4.36,0.0,26.16 +1,2016-01-17 11:38:03,2016-01-17 11:47:54,1,2.0,,,-73.96154022216797,40.769283294677734,-73.98453521728516,40.75759506225586,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-21 21:54:59,2016-01-21 22:02:31,1,1.6,,,-73.99571990966797,40.75419998168945,-73.98108673095703,40.74156188964844,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-29 23:09:47,2016-01-29 23:36:01,1,6.2,,,-73.98027038574219,40.760475158691406,-73.96205139160156,40.71161651611328,1,N,1,22.0,0.5,0.5,0.3,4.0,0.0,27.3 +2,2016-01-18 07:24:43,2016-01-18 07:33:04,5,1.08,,,-73.96802520751953,40.76365661621094,-73.98157501220703,40.77115249633789,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-26 22:46:21,2016-01-26 22:53:22,1,1.48,,,-73.95556640625,40.779701232910156,-73.97586822509766,40.782161712646484,1,N,1,7.0,0.5,0.5,0.3,0.7,0.0,9.0 +1,2016-01-27 18:34:19,2016-01-27 18:38:53,1,0.4,,,-73.97156524658203,40.79536437988281,-73.97620391845703,40.790958404541016,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-12 22:45:00,2016-01-12 22:50:26,2,1.48,,,-73.97692108154297,40.76470184326172,-73.9873275756836,40.74959182739258,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +1,2016-01-07 13:41:23,2016-01-07 13:54:17,1,1.3,,,-73.97399139404297,40.7500114440918,-73.99120330810547,40.750301361083984,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-21 17:52:01,2016-01-21 18:44:01,1,11.02,,,-74.00762939453125,40.72587966918945,-73.87299346923828,40.77437973022461,1,N,1,39.5,1.0,0.5,0.3,12.39,0.0,53.69 +2,2016-01-25 11:54:43,2016-01-25 12:05:39,1,1.87,,,-73.99201202392578,40.76926040649414,-74.0079574584961,40.74795150756836,1,N,1,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-10 22:49:27,2016-01-10 22:58:21,1,3.2,,,-73.97509002685547,40.74946594238281,-73.98603057861328,40.71940231323242,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +1,2016-01-13 19:14:02,2016-01-13 19:20:38,1,1.0,,,-73.98175811767578,40.77915573120117,-73.97457122802734,40.79188537597656,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-02 18:53:21,2016-01-02 18:57:49,1,0.78,,,-73.95384979248047,40.78467559814453,-73.95582580566406,40.776145935058594,1,N,1,5.0,0.0,0.5,0.3,1.45,0.0,7.25 +2,2016-01-25 03:07:13,2016-01-25 03:16:04,1,1.8,,,-73.97286224365234,40.67784118652344,-73.98822784423828,40.67094802856445,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-17 11:41:30,2016-01-17 11:57:24,6,3.02,,,-73.9990005493164,40.76410675048828,-73.96080017089844,40.76948547363281,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-12 18:45:14,2016-01-12 18:49:54,1,0.7,,,-73.9605941772461,40.76563262939453,-73.95682525634766,40.77096176147461,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-26 14:35:06,2016-01-26 14:38:39,1,0.42,,,-73.98989868164062,40.719825744628906,-73.98989868164062,40.719825744628906,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-21 15:48:11,2016-01-21 16:07:58,1,3.2,,,-74.00996398925781,40.72077178955078,-73.99771118164062,40.756290435791016,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-08 11:47:24,2016-01-08 11:57:10,1,1.1,,,-73.99685668945312,40.742454528808594,-73.98584747314453,40.752689361572266,1,N,1,8.0,0.0,0.5,0.3,2.0,0.0,10.8 +1,2016-01-09 06:54:48,2016-01-09 07:11:30,1,10.2,,,-74.00048828125,40.72890090942383,-73.87297821044922,40.77436447143555,1,N,2,29.0,0.0,0.5,0.3,0.0,0.0,29.8 +2,2016-01-24 13:26:30,2016-01-24 13:48:34,1,2.98,,,-73.97335815429688,40.764625549316406,-74.00120544433594,40.729225158691406,1,N,1,15.5,0.0,0.5,0.3,1.0,0.0,17.3 +2,2016-01-23 11:20:11,2016-01-24 11:15:15,1,0.74,,,-73.98471069335938,40.77961730957031,-73.99093627929688,40.771148681640625,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-22 05:39:29,2016-01-22 05:41:45,2,0.7,,,-73.98986053466797,40.75614929199219,-73.98385620117188,40.76536560058594,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-02 05:56:44,2016-01-02 06:06:01,2,3.29,,,-73.97288513183594,40.75297164916992,-73.93311309814453,40.760231018066406,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-19 01:46:21,2016-01-19 01:49:18,1,1.2,,,-73.9512939453125,40.79408645629883,-73.95657348632812,40.779727935791016,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-04 19:27:56,2016-01-04 19:37:06,1,1.63,,,-73.9734115600586,40.763851165771484,-73.97783660888672,40.74588394165039,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-02 22:46:22,2016-01-02 22:54:18,1,1.8,,,-73.98574829101562,40.76232147216797,-73.9767074584961,40.785884857177734,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-18 08:41:09,2016-01-18 08:52:12,1,4.98,,,-73.98552703857422,40.7354850769043,-73.94845581054688,40.78227615356445,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-11 17:55:37,2016-01-11 18:05:04,3,1.0,,,-73.99185180664062,40.731048583984375,-74.00729370117188,40.7288818359375,1,N,1,7.5,1.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-29 09:47:43,2016-01-29 10:35:33,1,18.4,,,-73.98585510253906,40.758304595947266,-73.7767105102539,40.64481735229492,2,Y,1,52.0,0.0,0.5,0.3,14.55,5.54,72.89 +1,2016-01-25 12:40:09,2016-01-25 13:22:06,2,1.6,,,-73.99948120117188,40.73656463623047,-73.98169708251953,40.75032424926758,1,N,1,23.0,0.0,0.5,0.3,5.95,0.0,29.75 +1,2016-01-05 15:05:22,2016-01-05 15:11:28,2,0.9,,,-73.97025299072266,40.75143814086914,-73.98035430908203,40.74444580078125,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +1,2016-01-13 17:41:46,2016-01-13 17:47:26,1,1.0,,,-73.9821548461914,40.77271270751953,-73.99142456054688,40.75979232788086,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-21 21:31:10,2016-01-21 21:54:27,5,3.75,,,-73.96925354003906,40.75447082519531,-73.97599792480469,40.795318603515625,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,22.56 +2,2016-01-01 13:31:27,2016-01-01 13:35:39,2,1.08,,,-74.00297546386719,40.74397659301758,-73.99777221679688,40.756378173828125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-29 07:25:39,2016-01-29 07:43:16,1,8.7,,,-73.97845458984375,40.75087356567383,-73.87176513671875,40.7743034362793,1,N,1,26.0,0.0,0.5,0.3,6.45,5.54,38.79 +2,2016-01-11 21:31:33,2016-01-11 21:38:01,1,0.73,,,-73.98998260498047,40.73419189453125,-73.99092102050781,40.738128662109375,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-21 09:43:28,2016-01-21 09:47:57,2,0.7,,,-73.96102905273438,40.757511138916016,-73.97160339355469,40.76042938232422,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-12 13:56:10,2016-01-12 14:13:59,1,1.62,,,-73.95976257324219,40.77381134033203,-73.9820327758789,40.77119827270508,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-07 17:55:50,2016-01-07 18:00:57,1,0.8,,,-73.96212005615234,40.80553436279297,-73.97003936767578,40.79713439941406,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-02 00:41:54,2016-01-02 00:54:51,1,3.9,,,-73.95116424560547,40.78593444824219,-73.99229431152344,40.749481201171875,1,N,1,13.5,0.5,0.5,0.3,2.5,0.0,17.3 +1,2016-01-04 19:19:22,2016-01-04 19:31:35,1,4.6,,,-74.01500701904297,40.71416473388672,-73.98920440673828,40.72528076171875,1,N,1,15.5,1.0,0.5,0.3,2.0,0.0,19.3 +2,2016-01-19 22:00:26,2016-01-19 22:08:49,1,1.5,,,-73.98487854003906,40.736671447753906,-73.98957824707031,40.718868255615234,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-12 13:36:06,2016-01-12 14:08:28,2,11.1,,,-73.97445678710938,40.756072998046875,-73.87340545654297,40.774356842041016,1,N,2,36.0,0.0,0.5,0.3,0.0,5.54,42.34 +1,2016-01-26 12:55:46,2016-01-26 13:14:57,1,1.6,,,-73.97169494628906,40.746124267578125,-73.97005462646484,40.76444625854492,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-10 02:09:12,2016-01-10 02:12:58,1,1.0,,,-73.99781799316406,40.763980865478516,-73.99142456054688,40.75482940673828,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +1,2016-01-15 23:58:02,2016-01-16 00:09:29,1,7.2,,,-73.78980255126953,40.64690017700195,-73.71544647216797,40.6748046875,1,N,1,21.0,0.5,0.5,0.3,6.65,0.0,28.95 +2,2016-01-18 00:47:49,2016-01-18 00:54:48,2,0.9,,,-73.98924255371094,40.723018646240234,-73.9881362915039,40.73189163208008,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-08 08:46:50,2016-01-08 09:26:10,1,11.45,,,-74.00907897949219,40.710819244384766,-73.90711975097656,40.82249069213867,1,N,1,37.0,0.0,0.5,0.3,1.0,0.0,38.8 +1,2016-01-28 07:10:26,2016-01-28 07:21:37,1,1.5,,,-74.00428771972656,40.72191619873047,-74.00700378417969,40.70649337768555,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-15 00:15:12,2016-01-15 00:37:21,1,6.89,,,-74.00729370117188,40.74327850341797,-73.9251708984375,40.76826095581055,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,23.8 +2,2016-01-14 14:10:58,2016-01-14 14:41:46,1,10.09,,,-73.99932861328125,40.76066970825195,-73.87094116210938,40.774078369140625,1,N,1,32.5,0.0,0.5,0.3,7.77,5.54,46.61 +2,2016-01-22 22:25:19,2016-01-22 22:36:54,1,2.39,,,-73.9968032836914,40.742469787597656,-74.00778198242188,40.712059020996094,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-30 23:17:29,2016-01-30 23:25:28,1,1.25,,,-73.98685455322266,40.75114059448242,-73.9697036743164,40.752315521240234,1,N,1,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-06 02:18:10,2016-01-06 02:21:56,6,0.66,,,-74.00523376464844,40.74092102050781,-74.00630187988281,40.73347854614258,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-15 19:16:44,2016-01-15 19:23:59,1,0.61,,,-73.99793243408203,40.72275161743164,-73.99226379394531,40.72140884399414,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-11 16:39:30,2016-01-11 17:57:03,1,22.8,,,-73.7826919555664,40.644371032714844,-74.0112075805664,40.70439910888672,2,N,1,52.0,0.0,0.5,0.3,10.0,5.54,68.34 +1,2016-01-08 18:20:03,2016-01-08 18:29:40,1,1.3,,,-73.99102020263672,40.76068878173828,-73.99873352050781,40.74503707885742,1,N,1,8.0,1.0,0.5,0.3,1.95,0.0,11.75 +1,2016-01-06 09:36:30,2016-01-06 09:44:51,2,0.8,,,-73.9587173461914,40.76404571533203,-73.96919250488281,40.76396560668945,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-06 11:46:27,2016-01-06 12:11:39,1,4.2,,,-73.99494171142578,40.736656188964844,-73.95008850097656,40.7764892578125,1,N,1,18.5,0.0,0.5,0.3,3.85,0.0,23.15 +1,2016-01-30 15:28:51,2016-01-30 15:58:14,1,2.1,,,-73.96624755859375,40.75325393676758,-73.98847961425781,40.737510681152344,1,N,1,18.0,0.0,0.5,0.3,3.75,0.0,22.55 +2,2016-01-14 22:37:53,2016-01-14 22:52:51,1,2.74,,,-73.9727783203125,40.759220123291016,-73.99051666259766,40.727500915527344,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +1,2016-01-12 18:11:04,2016-01-12 18:34:10,1,8.8,,,-73.88533782958984,40.77313232421875,-73.9587173461914,40.76382064819336,1,N,1,26.5,1.0,0.5,0.3,10.15,5.54,43.99 +2,2016-01-14 10:42:12,2016-01-14 10:50:05,1,0.89,,,-73.9885025024414,40.73209762573242,-73.9854507446289,40.74138259887695,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-05 23:50:40,2016-01-05 23:51:55,1,0.4,,,-73.99967956542969,40.753875732421875,-73.99380493164062,40.755672454833984,1,N,1,3.5,0.5,0.5,0.3,1.4,0.0,6.2 +2,2016-01-13 17:15:05,2016-01-13 17:19:31,1,0.5,,,-73.98052215576172,40.7476806640625,-73.97464752197266,40.75046157836914,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-23 00:37:31,2016-01-23 01:10:01,1,6.03,,,-74.0051498413086,40.7413215637207,-73.95352935791016,40.682071685791016,1,N,1,23.0,0.5,0.5,0.3,4.0,0.0,28.3 +2,2016-01-16 01:15:27,2016-01-16 01:33:37,5,4.54,,,-73.9870376586914,40.754756927490234,-73.95610809326172,40.746116638183594,1,N,1,17.0,0.5,0.5,0.3,1.7,0.0,20.0 +1,2016-01-08 19:48:37,2016-01-08 19:55:45,1,1.7,,,-73.97557067871094,40.78801345825195,-73.96686553955078,40.77072525024414,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-20 18:45:18,2016-01-20 18:57:13,1,2.8,,,-73.98846435546875,40.774105072021484,-74.00221252441406,40.74153137207031,1,N,1,11.0,1.0,0.5,0.3,3.8,0.0,16.6 +1,2016-01-11 13:03:21,2016-01-11 13:15:53,1,2.5,,,-73.9820556640625,40.77113723754883,-73.95389556884766,40.78444290161133,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-13 21:43:46,2016-01-13 21:45:27,1,0.18,,,-73.99398803710938,40.76649856567383,-73.9917221069336,40.76639938354492,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-15 21:13:07,2016-01-15 21:21:48,1,2.5,,,-73.95182037353516,40.769317626953125,-73.97652435302734,40.74945068359375,1,N,1,10.0,0.5,0.5,0.3,3.35,0.0,14.65 +2,2016-01-16 01:02:46,2016-01-16 01:14:04,1,1.69,,,-73.98943328857422,40.74372100830078,-73.99224853515625,40.72494125366211,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +2,2016-01-05 16:57:26,2016-01-05 17:06:03,1,0.9,,,-74.00228118896484,40.740013122558594,-73.98973083496094,40.741722106933594,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-20 21:22:30,2016-01-20 21:27:11,1,0.6,,,-73.97476959228516,40.751930236816406,-73.96780395507812,40.75297164916992,1,N,1,5.0,0.5,0.5,0.3,1.55,0.0,7.85 +1,2016-01-17 10:35:51,2016-01-17 10:44:18,4,0.3,,,-73.97694396972656,40.75118637084961,-73.9763412475586,40.751792907714844,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-26 18:09:16,2016-01-26 18:54:39,1,13.7,,,-73.8637466430664,40.769901275634766,-73.9887924194336,40.72216033935547,1,N,1,43.0,1.0,0.5,0.3,5.0,5.54,55.34 +1,2016-01-13 20:45:08,2016-01-13 20:56:29,1,1.5,,,-74.00151824951172,40.74666976928711,-74.00115966796875,40.72658157348633,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-16 00:06:49,2016-01-16 00:25:01,5,1.43,,,-73.98046875,40.730533599853516,-73.98931121826172,40.71812438964844,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-13 16:19:25,2016-01-13 16:24:39,1,0.59,,,-73.98564910888672,40.75912094116211,-73.99034881591797,40.751338958740234,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-15 08:10:08,2016-01-15 08:16:57,1,0.8,,,-73.97715759277344,40.753597259521484,-73.98810577392578,40.75957489013672,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-06 11:29:43,2016-01-06 11:37:17,2,1.4,,,-74.00862121582031,40.71953582763672,-74.00753021240234,40.739498138427734,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +1,2016-01-04 12:26:33,2016-01-04 12:37:42,1,2.7,,,-73.87300109863281,40.7744255065918,-73.9121322631836,40.762046813964844,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-21 21:44:24,2016-01-21 21:49:54,1,0.57,,,-73.98030853271484,40.78369140625,-73.98220825195312,40.77599334716797,1,N,1,5.5,0.5,0.5,0.3,2.0,0.0,8.8 +1,2016-01-08 16:48:19,2016-01-08 16:53:57,1,1.0,,,-73.956298828125,40.779781341552734,-73.95272064208984,40.791709899902344,1,N,1,6.0,1.0,0.5,0.3,0.5,0.0,8.3 +2,2016-01-18 00:01:42,2016-01-18 00:11:58,2,1.78,,,-73.96600341796875,40.762062072753906,-73.98641967773438,40.7625732421875,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +1,2016-01-04 15:19:47,2016-01-04 15:25:54,1,1.3,,,-73.92801666259766,40.769752502441406,-73.9424057006836,40.7540397644043,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-18 18:39:57,2016-01-18 18:57:03,1,3.6,,,-73.98468017578125,40.73215866088867,-73.98588562011719,40.76885223388672,1,N,1,15.0,0.0,0.5,0.3,1.5,0.0,17.3 +1,2016-01-30 21:28:43,2016-01-30 21:48:42,1,1.2,,,0.0,0.0,-73.99857330322266,40.724815368652344,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +1,2016-01-09 10:27:53,2016-01-09 10:40:25,4,1.7,,,-73.982421875,40.762855529785156,-73.98942565917969,40.74176025390625,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-10 11:08:02,2016-01-10 11:10:31,1,0.5,,,-73.98873901367188,40.74607467651367,-73.98565673828125,40.75204849243164,1,N,1,4.0,0.0,0.5,0.3,1.2,0.0,6.0 +1,2016-01-11 18:20:33,2016-01-11 18:26:33,1,0.7,,,-73.99308776855469,40.742401123046875,-73.99140167236328,40.750091552734375,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 12:26:48,2016-01-07 12:33:54,1,0.9,,,-73.95921325683594,40.771785736083984,-73.94871520996094,40.7777214050293,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-09 13:00:48,2016-01-09 13:03:24,1,0.54,,,-73.9548110961914,40.78057861328125,-73.95999145507812,40.773681640625,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-20 07:07:19,2016-01-20 07:23:19,1,3.95,,,-74.00334930419922,40.743858337402344,-74.0074462890625,40.70508575439453,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-09 14:34:34,2016-01-09 14:48:54,1,1.91,,,-73.99559020996094,40.74017333984375,-73.97763061523438,40.743812561035156,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-04 18:25:30,2016-01-04 18:32:28,1,1.19,,,-73.97198486328125,40.762168884277344,-73.96053314208984,40.772682189941406,1,N,1,7.0,1.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-16 11:46:27,2016-01-16 11:56:56,2,1.57,,,-73.98728942871094,40.7226676940918,-73.99747467041016,40.73661804199219,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-16 19:31:44,2016-01-16 19:52:36,2,3.3,,,-73.97842407226562,40.74561309814453,-73.97107696533203,40.78300094604492,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-01 02:11:42,2016-01-01 02:49:05,1,10.04,,,-73.97664642333984,40.76593017578125,-73.91532135009766,40.87883377075195,1,N,2,34.0,0.5,0.5,0.3,0.0,2.54,37.84 +2,2016-01-15 22:35:15,2016-01-15 23:07:53,1,16.49,,,-73.78953552246094,40.646793365478516,-73.96136474609375,40.660003662109375,1,N,1,47.0,0.5,0.5,0.3,9.66,0.0,57.96 +1,2016-01-07 08:07:52,2016-01-07 08:16:57,1,2.1,,,-73.98469543457031,40.77436447143555,-74.005615234375,40.750911712646484,1,N,1,9.0,0.0,0.5,0.3,2.0,0.0,11.8 +2,2016-01-20 15:10:28,2016-01-20 15:28:10,2,2.01,,,-73.95481872558594,40.78947067260742,-73.96488952636719,40.765769958496094,1,N,1,12.5,0.0,0.5,0.3,3.32,0.0,16.62 +1,2016-01-20 11:16:43,2016-01-20 11:33:46,1,1.5,,,-73.97344207763672,40.75826644897461,-73.95417022705078,40.76702117919922,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +1,2016-01-06 15:51:06,2016-01-06 15:58:51,1,1.0,,,-73.98260498046875,40.745601654052734,-73.9946060180664,40.73892593383789,1,Y,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-13 08:03:33,2016-01-13 08:41:13,6,7.75,,,-73.98326110839844,40.693260192871094,-73.9684829711914,40.762481689453125,1,N,1,31.5,0.0,0.5,0.3,3.0,0.0,35.3 +2,2016-01-27 16:54:14,2016-01-27 17:03:48,2,0.79,,,-73.99347686767578,40.74198913574219,-73.98240661621094,40.73590850830078,1,N,1,7.5,1.0,0.5,0.3,1.75,0.0,11.05 +2,2016-01-01 08:51:33,2016-01-01 08:55:02,1,0.96,,,-73.99620056152344,40.766571044921875,-74.00031280517578,40.762001037597656,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-04 22:42:55,2016-01-04 22:54:26,1,2.19,,,-73.96887969970703,40.75831985473633,-73.99849700927734,40.75688171386719,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-11 06:52:52,2016-01-11 06:56:38,1,0.82,,,-73.9827651977539,40.74203872680664,-73.99211120605469,40.749576568603516,1,N,1,4.5,0.0,0.5,0.3,0.5,0.0,5.8 +1,2016-01-01 16:41:35,2016-01-01 16:46:58,2,1.6,,,-73.98213195800781,40.773990631103516,-73.9742660522461,40.79378128051758,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-13 12:43:26,2016-01-13 13:00:25,1,6.04,,,-73.97709655761719,40.75934982299805,-74.01233673095703,40.702640533447266,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +2,2016-01-14 23:30:09,2016-01-14 23:48:10,1,14.44,,,-74.06057739257812,40.7960205078125,-74.26464080810547,40.91476058959961,5,N,2,121.0,0.0,0.0,0.3,0.0,12.5,133.8 +2,2016-01-15 11:43:30,2016-01-15 11:46:55,1,0.45,,,-73.98204040527344,40.77543640136719,-73.98114776611328,40.78131103515625,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +2,2016-01-02 10:28:40,2016-01-02 10:35:11,2,1.26,,,-74.0052261352539,40.73621368408203,-74.0023422241211,40.72169876098633,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-11 23:07:00,2016-01-11 23:14:52,1,1.4,,,-73.98963928222656,40.66912841796875,-73.97473907470703,40.67992401123047,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-06 18:26:27,2016-01-06 18:35:59,1,1.6,,,-73.9702377319336,40.7615966796875,-73.95831298828125,40.780731201171875,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-24 20:07:15,2016-01-24 20:15:11,1,1.22,,,-73.97083282470703,40.751808166503906,-73.9910659790039,40.75783920288086,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,10.38 +2,2016-01-27 12:09:27,2016-01-27 12:41:14,1,1.92,,,-73.99478149414062,40.74030303955078,-73.99635314941406,40.76081466674805,1,N,1,19.0,0.0,0.5,0.3,3.0,0.0,22.8 +2,2016-01-27 16:36:48,2016-01-27 16:54:20,1,5.52,,,-73.97864532470703,40.75127029418945,-74.00889587402344,40.70254135131836,1,N,1,18.5,1.0,0.5,0.3,4.06,0.0,24.36 +2,2016-01-01 04:39:36,2016-01-01 04:57:20,1,7.75,,,-73.98799896240234,40.72240447998047,-73.97257995605469,40.79592514038086,5,N,1,40.0,0.0,0.0,0.3,8.06,0.0,48.36 +1,2016-01-07 09:33:48,2016-01-07 09:47:53,1,1.6,,,-74.00431060791016,40.752403259277344,-73.9930419921875,40.738399505615234,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-21 22:46:37,2016-01-21 22:56:57,1,1.88,,,-73.97981262207031,40.776058197021484,-73.98761749267578,40.75419998168945,1,N,1,9.0,0.5,0.5,0.3,3.09,0.0,13.39 +2,2016-01-16 22:57:33,2016-01-16 23:06:32,1,1.86,,,-73.9823989868164,40.77302551269531,-73.9917984008789,40.75016784667969,1,N,1,8.5,0.5,0.5,0.3,1.5,0.0,11.3 +2,2016-01-04 13:15:01,2016-01-04 13:17:28,1,0.9,,,-73.94561767578125,40.782005310058594,-73.94442749023438,40.79157257080078,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-14 17:22:51,2016-01-14 17:39:37,1,2.43,,,-73.97508239746094,40.74599838256836,-73.96180725097656,40.773719787597656,1,N,1,12.5,1.0,0.5,0.3,1.0,0.0,15.3 +2,2016-01-03 08:22:37,2016-01-03 08:37:42,1,10.83,,,-73.97622680664062,40.74509048461914,-73.87079620361328,40.774051666259766,1,N,1,30.5,0.0,0.5,0.3,7.37,5.54,44.21 +2,2016-01-26 20:39:43,2016-01-26 20:47:40,5,1.3,,,-73.98152923583984,40.749290466308594,-73.99893188476562,40.74717330932617,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +2,2016-01-28 18:18:28,2016-01-28 18:31:38,6,2.54,,,-73.99575805664062,40.76450729370117,-74.00431823730469,40.73406982421875,1,N,1,11.0,1.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-09 23:46:51,2016-01-09 23:51:20,1,1.21,,,-73.97012329101562,40.768428802490234,-73.9772720336914,40.753849029541016,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-17 22:02:24,2016-01-17 22:20:58,1,3.87,,,-74.00091552734375,40.72956466674805,-73.9610824584961,40.75918197631836,1,N,1,15.5,0.5,0.5,0.3,2.0,0.0,18.8 +1,2016-01-29 11:08:29,2016-01-29 11:25:26,1,0.8,,,-74.00597381591797,40.751216888427734,-73.99642944335938,40.75830078125,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-16 18:43:45,2016-01-16 18:48:25,2,0.7,,,-74.00760650634766,40.740867614746094,-74.00576782226562,40.74543380737305,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-06 11:43:48,2016-01-06 12:05:05,2,2.16,,,-73.97968292236328,40.739620208740234,-73.9996566772461,40.72043991088867,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-19 19:37:19,2016-01-19 19:41:51,1,0.8,,,-73.99351501464844,40.72145462036133,-73.98634338378906,40.72962188720703,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-06 08:20:54,2016-01-06 08:26:42,1,0.8,,,-73.99170684814453,40.74941635131836,-73.987548828125,40.74163818359375,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-02 16:07:32,2016-01-02 16:28:38,1,3.59,,,-74.0009536743164,40.741912841796875,-73.96517181396484,40.77214050292969,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +1,2016-01-06 14:30:51,2016-01-06 14:42:10,1,1.8,,,-73.98307800292969,40.76759719848633,-73.96661376953125,40.78901290893555,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-26 11:53:31,2016-01-26 12:03:26,1,3.4,,,-74.00791931152344,40.711769104003906,-73.97604370117188,40.73249435424805,1,N,1,12.5,0.0,0.5,0.3,3.95,0.0,17.25 +1,2016-01-05 20:09:42,2016-01-05 20:15:24,1,1.5,,,-73.99872589111328,40.74540710449219,-73.996337890625,40.76237106323242,1,N,1,7.0,0.5,0.5,0.3,2.05,0.0,10.35 +1,2016-01-15 10:45:33,2016-01-15 11:54:51,2,28.1,,,-73.77915954589844,40.64671325683594,-74.13597869873047,40.782344818115234,5,N,1,129.0,0.0,0.0,0.3,0.0,10.5,139.8 +2,2016-01-26 06:28:09,2016-01-26 06:45:56,1,4.66,,,-73.96019744873047,40.813358306884766,-73.95234680175781,40.766571044921875,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-20 19:21:27,2016-01-20 19:36:09,1,1.0,,,-73.97460174560547,40.74208068847656,-73.98920440673828,40.747840881347656,1,N,1,10.0,1.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-29 14:49:23,2016-01-29 15:10:25,4,1.73,,,-73.97821807861328,40.75080871582031,-74.00411987304688,40.752601623535156,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +2,2016-01-07 22:33:16,2016-01-07 22:36:39,6,0.69,,,-73.98944091796875,40.73017883300781,-73.98090362548828,40.72959899902344,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-30 11:40:41,2016-01-30 11:58:07,1,3.11,,,-73.94766235351562,40.775150299072266,-73.98149108886719,40.75128936767578,1,N,1,14.0,0.0,0.5,0.3,1.0,0.0,15.8 +2,2016-01-22 11:03:37,2016-01-22 11:08:29,1,0.75,,,-73.96365356445312,40.75688934326172,-73.95594024658203,40.76369857788086,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-01 04:06:03,2016-01-01 04:39:00,2,4.5,,,-73.98194122314453,40.75509262084961,-73.85609436035156,40.72757339477539,1,N,3,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +1,2016-01-29 23:34:14,2016-01-29 23:51:50,1,4.4,,,-73.95930480957031,40.720497131347656,-73.99020385742188,40.687469482421875,1,N,1,17.0,0.5,0.5,0.3,3.65,0.0,21.95 +1,2016-01-21 19:04:54,2016-01-21 19:11:22,1,0.6,,,-74.00574493408203,40.745758056640625,-73.9963607788086,40.74041748046875,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-05 20:03:26,2016-01-05 20:09:19,1,0.75,,,-73.99358367919922,40.73361587524414,-74.0021743774414,40.72818374633789,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-11 21:36:46,2016-01-11 21:42:58,1,1.51,,,0.0,0.0,0.0,0.0,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,10.38 +1,2016-01-15 00:25:01,2016-01-15 00:52:53,1,6.3,,,-73.98945617675781,40.72999572753906,-73.90831756591797,40.765380859375,1,N,2,24.0,0.5,0.5,0.3,0.0,0.0,25.3 +2,2016-01-21 11:33:04,2016-01-21 11:41:45,6,1.0,,,-73.98255157470703,40.755760192871094,-73.97239685058594,40.76074981689453,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-07 20:24:13,2016-01-07 20:31:22,1,0.9,,,-73.98180389404297,40.74876022338867,-73.9715576171875,40.754371643066406,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-15 02:13:07,2016-01-15 02:25:52,1,3.1,,,-73.98934936523438,40.745330810546875,-73.9557113647461,40.77250289916992,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +1,2016-01-26 00:01:04,2016-01-26 00:13:11,1,2.0,,,-73.9872055053711,40.741493225097656,-73.99958038330078,40.71952819824219,1,N,1,10.0,0.5,0.5,0.3,2.0,0.0,13.3 +1,2016-01-21 09:55:28,2016-01-21 10:10:13,1,2.2,,,-73.96017456054688,40.76197814941406,-73.95355224609375,40.78705978393555,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-09 14:44:07,2016-01-09 14:52:14,1,1.4,,,-73.94584655761719,40.775306701660156,-73.96310424804688,40.76787567138672,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,10.35 +1,2016-01-04 13:51:49,2016-01-04 13:58:59,1,1.2,,,-73.89217376708984,40.76873016357422,-73.9115982055664,40.77547836303711,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-15 00:32:50,2016-01-15 01:03:35,1,6.0,,,-73.99024963378906,40.75148010253906,-73.97209930419922,40.68029022216797,1,N,1,23.5,0.5,0.5,0.3,6.2,0.0,31.0 +2,2016-01-26 11:04:02,2016-01-26 11:23:50,1,1.65,,,-73.97821044921875,40.75410842895508,-73.96293640136719,40.77517318725586,1,N,1,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-02 13:05:35,2016-01-02 13:10:02,1,0.91,,,-73.97093963623047,40.755760192871094,-73.97605895996094,40.763946533203125,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-03 00:30:36,2016-01-03 00:37:08,1,1.2,,,-73.95301818847656,40.78667449951172,-73.94171142578125,40.80121612548828,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-02 19:29:59,2016-01-02 19:44:21,1,0.8,,,-73.98323059082031,40.760719299316406,-73.99099731445312,40.75042724609375,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,11.3 +1,2016-01-05 18:29:36,2016-01-05 18:51:56,2,3.1,,,-73.96936798095703,40.80038070678711,-73.9818344116211,40.76230239868164,1,N,1,16.0,1.0,0.5,0.3,3.55,0.0,21.35 +1,2016-01-13 16:05:25,2016-01-13 16:20:03,1,3.3,,,-73.99642944335938,40.71538543701172,-73.94621276855469,40.714866638183594,1,N,1,13.5,1.0,0.5,0.3,3.0,0.0,18.3 +1,2016-01-01 02:34:39,2016-01-01 02:38:49,1,0.8,,,-73.96332550048828,40.774742126464844,-73.96302795410156,40.767433166503906,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-28 01:29:51,2016-01-28 01:31:53,1,0.75,,,-73.97467803955078,40.76160430908203,-73.9774169921875,40.75347900390625,1,N,1,4.0,0.5,0.5,0.3,1.32,0.0,6.62 +1,2016-01-03 19:10:50,2016-01-03 19:13:29,1,0.2,,,-73.97592163085938,40.74968338012695,-73.97166442871094,40.748409271240234,1,N,1,3.5,0.0,0.5,0.3,1.05,0.0,5.35 +1,2016-01-21 19:59:20,2016-01-21 20:22:39,2,4.3,,,-73.97798919677734,40.75251770019531,-74.00779724121094,40.72449493408203,1,N,1,18.5,1.0,0.5,0.3,5.05,0.0,25.35 +1,2016-01-05 09:38:08,2016-01-05 09:48:36,1,1.6,,,-73.98219299316406,40.74900436401367,-73.9952621459961,40.729698181152344,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-25 21:25:25,2016-01-25 21:45:12,1,6.84,,,-73.96833038330078,40.76182556152344,-73.99305725097656,40.69751739501953,1,N,1,22.0,0.5,0.5,0.3,5.0,0.0,28.3 +2,2016-01-22 11:45:14,2016-01-22 12:09:43,1,10.09,,,-73.87301635742188,40.774051666259766,-73.97065734863281,40.75178146362305,1,N,1,29.0,0.0,0.5,0.3,7.07,5.54,42.41 +1,2016-01-04 19:57:13,2016-01-04 20:34:14,1,20.2,,,-73.78618621826172,40.64337921142578,-73.94888305664062,40.8299674987793,2,N,1,52.0,0.0,0.5,0.3,13.2,0.0,66.0 +2,2016-01-24 18:30:55,2016-01-24 18:44:37,1,2.14,,,-73.97740173339844,40.75876998901367,-73.97840881347656,40.7830696105957,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +2,2016-01-05 06:59:42,2016-01-05 07:01:03,1,0.52,,,-73.992919921875,40.730010986328125,-73.99799346923828,40.723609924316406,1,N,1,3.5,0.0,0.5,0.3,0.86,0.0,5.16 +1,2016-01-16 19:36:49,2016-01-16 19:42:36,1,1.2,,,-73.96074676513672,40.76979446411133,-73.94599914550781,40.77880859375,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-30 10:11:26,2016-01-30 10:27:57,1,11.87,,,-73.80732727050781,40.656158447265625,-73.9186019897461,40.73862838745117,1,N,2,32.5,0.0,0.5,0.3,0.0,0.0,33.3 +2,2016-01-30 19:04:31,2016-01-30 19:15:27,1,0.88,,,-73.99784851074219,40.72433090209961,-73.99217224121094,40.72111892700195,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-21 21:18:00,2016-01-21 21:28:18,1,1.2,,,-73.983154296875,40.76805877685547,-73.99314880371094,40.75751876831055,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +1,2016-01-04 05:20:56,2016-01-04 05:27:27,1,2.0,,,-73.98119354248047,40.7739372253418,-73.99111938476562,40.750423431396484,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-12 08:03:58,2016-01-12 08:07:14,1,0.64,,,-73.98301696777344,40.7391242980957,-73.98250579833984,40.745365142822266,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-19 20:00:00,2016-01-19 20:12:29,5,1.86,,,-73.97496032714844,40.75244903564453,-73.9666976928711,40.77233123779297,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +1,2016-01-21 16:10:33,2016-01-21 16:29:15,2,1.9,,,-73.95724487304688,40.78551483154297,-73.9748306274414,40.76091766357422,1,N,1,13.0,1.0,0.5,0.3,3.7,0.0,18.5 +2,2016-01-02 14:54:46,2016-01-02 15:01:33,1,1.5,,,-73.96993255615234,40.76557159423828,-73.97273254394531,40.78059387207031,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-16 23:21:58,2016-01-16 23:35:35,3,2.7,,,-73.97738647460938,40.7642936706543,-73.97078704833984,40.789188385009766,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,16.0 +1,2016-01-23 00:17:15,2016-01-23 00:44:30,2,4.6,,,-73.99542236328125,40.724998474121094,-73.92423248291016,40.707393646240234,1,N,1,20.0,0.5,0.5,0.3,4.26,0.0,25.56 +2,2016-01-16 14:06:08,2016-01-16 14:13:31,2,0.76,,,-73.9821548461914,40.768436431884766,-73.97124481201172,40.76386260986328,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-16 21:23:11,2016-01-16 21:30:35,1,1.8,,,-73.97653198242188,40.76454162597656,-73.98079681396484,40.74446105957031,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-14 11:29:26,2016-01-14 11:39:04,1,1.85,,,-73.98049926757812,40.76026916503906,-73.9581298828125,40.768680572509766,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-10 09:00:20,2016-01-10 09:02:06,1,0.79,,,-73.9631118774414,40.7988395690918,-73.97187805175781,40.7905387878418,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-30 23:26:12,2016-01-30 23:34:36,1,2.98,,,-73.9840087890625,40.72105026245117,-73.97252655029297,40.74974822998047,1,N,1,11.5,0.5,0.5,0.3,1.5,0.0,14.3 +2,2016-01-20 16:35:46,2016-01-20 16:37:12,1,0.33,,,-73.9979476928711,40.76145935058594,-73.99833679199219,40.757511138916016,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-04 21:58:15,2016-01-04 22:19:23,3,12.25,,,-73.8642349243164,40.76985168457031,-73.97712707519531,40.72646713256836,1,N,1,35.0,0.5,0.5,0.3,8.37,5.54,50.21 +2,2016-01-27 09:10:22,2016-01-27 09:30:53,5,1.75,,,-73.96992492675781,40.753562927246094,-73.99230194091797,40.74929428100586,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-22 01:33:17,2016-01-22 01:40:54,1,2.7,,,-73.97969055175781,40.751609802246094,-73.97126007080078,40.78257751464844,1,N,1,9.5,0.5,0.5,0.3,1.6,0.0,12.4 +2,2016-01-28 21:36:17,2016-01-28 21:44:29,1,1.27,,,-73.99434661865234,40.73543167114258,-73.9864730834961,40.747501373291016,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-15 17:31:52,2016-01-15 17:54:31,1,3.54,,,-73.99170684814453,40.749088287353516,-73.95458221435547,40.77804183959961,1,N,1,16.5,1.0,0.5,0.3,2.5,0.0,20.8 +2,2016-01-20 08:05:10,2016-01-20 08:24:14,5,1.13,,,-73.95014190673828,40.77616882324219,-73.96415710449219,40.772132873535156,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-14 12:46:25,2016-01-14 13:02:00,5,4.6,,,-73.97606658935547,40.7888298034668,-74.00965118408203,40.73960876464844,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-17 05:34:36,2016-01-17 05:49:30,2,4.73,,,-73.99803924560547,40.737552642822266,-73.98200988769531,40.68180465698242,1,N,1,16.5,0.5,0.5,0.3,0.0,0.0,17.8 +2,2016-01-12 21:31:46,2016-01-12 21:37:47,1,0.93,,,-73.98692321777344,40.73958206176758,-73.97804260253906,40.7510986328125,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-02 18:54:25,2016-01-02 18:58:44,2,0.6,,,-73.979248046875,40.749637603759766,-73.97364044189453,40.757076263427734,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-04 20:35:36,2016-01-04 21:14:26,1,10.5,,,-73.92742919921875,40.65121078491211,-73.98761749267578,40.75065612792969,1,N,1,34.5,0.5,0.5,0.3,7.15,0.0,42.95 +2,2016-01-15 21:01:43,2016-01-15 21:10:25,2,1.44,,,-73.97508239746094,40.7613410949707,-73.97557067871094,40.74536895751953,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-04 09:26:44,2016-01-04 10:10:25,2,18.29,,,-73.78194427490234,40.64470672607422,-73.99164581298828,40.73522186279297,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-20 10:58:41,2016-01-20 11:02:18,1,0.4,,,-73.94947052001953,40.78096008300781,-73.95360565185547,40.7752571105957,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-30 00:05:31,2016-01-30 00:15:24,1,1.93,,,-73.95337677001953,40.77560043334961,-73.97827911376953,40.784080505371094,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +2,2016-01-19 16:39:46,2016-01-19 16:54:58,1,1.4,,,-73.9804916381836,40.7469482421875,-74.00404357910156,40.75679016113281,1,N,1,10.5,1.0,0.5,0.3,1.5,0.0,13.8 +1,2016-01-07 12:51:50,2016-01-07 13:06:20,2,1.0,,,-73.9627685546875,40.77402114868164,-73.97102355957031,40.76155471801758,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-11 09:59:31,2016-01-11 10:06:50,1,1.5,,,-73.96369934082031,40.7979850769043,-73.95014190673828,40.78724670410156,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-01 21:31:26,2016-01-01 21:38:34,1,2.3,,,-73.98690032958984,40.761932373046875,-74.00609588623047,40.73980712890625,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-06 17:29:40,2016-01-06 17:56:09,2,10.4,,,-73.97402954101562,40.75110626220703,-73.87297058105469,40.77426528930664,1,N,1,30.0,1.0,0.5,0.3,9.34,5.54,46.68 +2,2016-01-21 00:41:47,2016-01-21 00:41:52,4,0.0,,,0.0,0.0,0.0,0.0,5,N,1,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-10 04:21:02,2016-01-10 04:29:34,1,2.87,,,-73.96517944335938,40.75543975830078,-73.92637634277344,40.74382019042969,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,13.8 +1,2016-01-20 17:00:19,2016-01-20 17:14:29,1,1.6,,,-73.95476531982422,40.76549530029297,-73.98120880126953,40.77354049682617,1,N,1,10.5,1.0,0.5,0.3,2.0,0.0,14.3 +2,2016-01-21 11:09:26,2016-01-21 11:18:59,1,0.97,,,-74.00729370117188,40.710655212402344,-74.00554656982422,40.71506118774414,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-12 13:58:14,2016-01-12 14:23:33,1,14.5,,,-73.86349487304688,40.76979446411133,-74.01506805419922,40.70918655395508,1,N,1,40.0,0.0,0.5,0.3,11.55,5.54,57.89 +2,2016-01-08 08:27:16,2016-01-08 08:51:47,6,3.12,,,-73.9476089477539,40.77545928955078,-73.98306274414062,40.7681999206543,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,21.36 +1,2016-01-09 09:21:20,2016-01-09 09:23:26,1,0.5,,,-73.9807357788086,40.73067855834961,-73.98851776123047,40.73308563232422,1,N,1,3.5,0.0,0.5,0.3,1.5,0.0,5.8 +2,2016-01-07 18:56:24,2016-01-07 19:09:05,1,1.8,,,-73.98230743408203,40.74536895751953,-74.0009765625,40.73666000366211,1,N,1,9.5,1.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-17 19:25:51,2016-01-17 19:32:35,1,1.95,,,-73.98123168945312,40.78105163574219,-73.9657211303711,40.80390167236328,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-14 19:45:57,2016-01-14 19:55:16,1,1.61,,,-73.99945831298828,40.763031005859375,-73.98323822021484,40.771400451660156,1,N,1,8.5,1.0,0.5,0.3,3.09,0.0,13.39 +2,2016-01-16 14:24:35,2016-01-16 14:28:56,4,0.94,,,-73.97647094726562,40.76382064819336,-73.97923278808594,40.753509521484375,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-02 00:09:55,2016-01-02 00:22:16,2,6.5,,,-73.98926544189453,40.71875762939453,-73.94769287109375,40.78337478637695,1,N,1,19.5,0.5,0.5,0.3,4.15,0.0,24.95 +2,2016-01-24 19:00:17,2016-01-24 19:19:25,2,10.09,,,-73.86263275146484,40.769405364990234,-73.96221160888672,40.762786865234375,1,N,1,29.0,0.0,0.5,0.3,4.5,5.54,39.84 +2,2016-01-01 01:32:38,2016-01-01 01:51:16,1,4.41,,,-73.99372100830078,40.721500396728516,-73.95545959472656,40.776710510253906,1,N,1,16.5,0.5,0.5,0.3,1.8,0.0,19.6 +2,2016-01-02 18:19:11,2016-01-02 18:25:18,2,1.07,,,-74.00011444091797,40.73291778564453,-74.00739288330078,40.7410888671875,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-17 03:06:01,2016-01-17 03:11:28,1,1.04,,,-73.98681640625,40.761329650878906,-73.98091125488281,40.755470275878906,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-22 13:23:40,2016-01-22 14:26:48,1,18.11,,,-73.79013061523438,40.64698028564453,-73.97785949707031,40.7637939453125,2,N,1,52.0,0.0,0.5,0.3,17.5,5.54,75.84 +1,2016-01-19 11:29:37,2016-01-19 11:54:17,1,2.8,,,-74.00556182861328,40.72578430175781,-74.00157165527344,40.756446838378906,1,N,1,17.0,0.0,0.5,0.3,3.0,0.0,20.8 +1,2016-01-19 15:25:46,2016-01-19 15:40:57,1,1.7,,,-73.99481201171875,40.7402458190918,-73.9920425415039,40.75939178466797,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-07 23:19:14,2016-01-07 23:19:21,1,0.0,,,-74.00122833251953,40.73089599609375,-74.00122833251953,40.73089599609375,1,N,1,2.5,0.5,0.5,0.3,5.0,0.0,8.8 +1,2016-01-25 12:34:31,2016-01-25 12:54:50,1,0.6,,,-73.97708129882812,40.75394821166992,-73.98192596435547,40.75933074951172,1,N,1,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-19 21:59:23,2016-01-19 22:11:11,1,2.78,,,-73.98079681396484,40.76792907714844,-73.95157623291016,40.77838897705078,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-02 12:13:00,2016-01-02 12:36:46,3,6.9,,,-74.01538848876953,40.704776763916016,-73.9721908569336,40.78142547607422,1,N,2,23.5,0.0,0.5,0.3,0.0,0.0,24.3 +2,2016-01-29 02:40:10,2016-01-29 02:50:15,1,1.25,,,-73.98515319824219,40.738590240478516,-74.00402069091797,40.742130279541016,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-18 15:26:36,2016-01-18 15:31:54,2,0.62,,,-73.98558044433594,40.760128021240234,-73.97989654541016,40.758365631103516,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-25 09:36:36,2016-01-25 09:43:26,1,1.22,,,-74.01783752441406,40.7094612121582,-74.0100326538086,40.702049255371094,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-16 18:03:55,2016-01-16 19:28:26,2,14.6,,,-73.97904968261719,40.75465393066406,-73.98951721191406,40.6197509765625,1,N,2,59.5,0.0,0.5,0.3,0.0,0.0,60.3 +1,2016-01-21 17:14:36,2016-01-21 17:27:35,1,1.3,,,-73.97700500488281,40.749542236328125,-73.97730255126953,40.762733459472656,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-25 13:36:46,2016-01-25 14:16:42,1,10.37,,,-73.87599182128906,40.77158737182617,-73.9808578491211,40.76775360107422,1,N,1,38.0,0.0,0.5,0.3,8.87,5.54,53.21 +1,2016-01-10 04:41:36,2016-01-10 04:48:49,1,2.4,,,-73.98343658447266,40.73834991455078,-73.9767074584961,40.764923095703125,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +1,2016-01-13 20:14:42,2016-01-13 20:26:13,1,1.8,,,-73.97616577148438,40.75526428222656,-73.956298828125,40.7687873840332,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-27 21:47:00,2016-01-27 21:59:41,1,1.79,,,-73.97086334228516,40.7617301940918,-73.98999786376953,40.74702835083008,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +1,2016-01-01 02:24:14,2016-01-01 02:38:01,1,0.9,,,-73.998046875,40.76082992553711,-73.98826599121094,40.75960922241211,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +1,2016-01-20 21:39:44,2016-01-20 21:54:25,1,2.9,,,-74.0000991821289,40.72861862182617,-74.00269317626953,40.760658264160156,1,N,1,13.0,0.5,0.5,0.3,2.85,0.0,17.15 +1,2016-01-13 07:56:11,2016-01-13 08:07:42,2,1.5,,,-73.962646484375,40.758365631103516,-73.96272277832031,40.775001525878906,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-03 11:40:06,2016-01-03 11:46:52,3,1.2,,,-73.9621353149414,40.779090881347656,-73.97308349609375,40.76398468017578,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-12 19:09:03,2016-01-12 19:17:25,3,1.15,,,-73.94863891601562,40.7975959777832,-73.95049285888672,40.78569412231445,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-16 15:58:35,2016-01-16 16:12:08,2,2.4,,,-73.97808074951172,40.75741195678711,-73.95294952392578,40.780357360839844,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-03 22:52:44,2016-01-03 23:12:12,1,5.35,,,-73.98274230957031,40.77699661254883,-74.00550079345703,40.71113204956055,1,N,1,18.0,0.5,0.5,0.3,3.0,0.0,22.3 +2,2016-01-25 09:28:43,2016-01-25 09:35:11,1,0.84,,,-73.98713684082031,40.77920913696289,-73.98188781738281,40.76926040649414,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-10 13:51:18,2016-01-10 13:57:50,1,1.1,,,-73.99343872070312,40.733184814453125,-73.9797592163086,40.73731994628906,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +2,2016-01-13 19:46:43,2016-01-13 19:50:34,1,0.51,,,-73.98115539550781,40.76567840576172,-73.98786163330078,40.765045166015625,1,N,1,4.5,1.0,0.5,0.3,1.58,0.0,7.88 +2,2016-01-23 14:23:27,2016-01-23 14:36:53,1,1.69,,,-73.94331359863281,40.836387634277344,-73.95829772949219,40.815670013427734,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-10 01:11:07,2016-01-10 01:14:05,1,0.7,,,-73.97664642333984,40.75059127807617,-73.98556518554688,40.74724578857422,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +2,2016-01-21 20:39:01,2016-01-21 20:49:29,5,1.39,,,-73.99411010742188,40.75127029418945,-73.98529815673828,40.73974609375,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-20 08:16:32,2016-01-20 08:17:58,1,0.42,,,-74.00604248046875,40.735355377197266,-74.00151062011719,40.73759841918945,1,N,1,3.5,0.0,0.5,0.3,1.7,0.0,6.0 +1,2016-01-13 10:46:10,2016-01-13 11:07:04,1,3.6,,,-73.98606872558594,40.759864807128906,-73.94964599609375,40.7845458984375,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-18 06:55:35,2016-01-18 06:56:08,1,0.0,,,-73.9632339477539,40.809146881103516,0.0,0.0,2,N,1,52.0,0.0,0.5,0.3,10.0,5.54,68.34 +2,2016-01-19 13:19:37,2016-01-19 13:51:28,1,4.41,,,-73.95254516601562,40.792301177978516,-73.98381042480469,40.738983154296875,1,N,1,22.0,0.0,0.5,0.3,2.0,0.0,24.8 +1,2016-01-06 14:40:10,2016-01-06 14:51:02,1,1.9,,,-73.99011993408203,40.733375549316406,-73.97650909423828,40.75815963745117,1,N,1,9.5,0.0,0.5,0.3,2.55,0.0,12.85 +2,2016-01-09 21:28:03,2016-01-09 21:38:03,3,1.74,,,-74.00128936767578,40.7311897277832,-74.00730895996094,40.71467208862305,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-29 08:14:50,2016-01-29 08:18:57,1,0.6,,,-74.01538848876953,40.715843200683594,-74.01754760742188,40.710487365722656,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,7.5 +2,2016-01-17 04:23:19,2016-01-17 04:48:16,1,8.63,,,-73.98944854736328,40.72787857055664,-73.9408187866211,40.81155014038086,1,N,1,26.0,0.5,0.5,0.3,1.0,0.0,28.3 +1,2016-01-20 13:46:00,2016-01-20 13:50:57,1,0.7,,,-73.9885025024414,40.73690414428711,-73.97863006591797,40.73604202270508,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-30 14:58:50,2016-01-30 15:11:54,2,1.1,,,-73.99685668945312,40.73723220825195,-73.98921966552734,40.726505279541016,1,N,1,9.5,0.0,0.5,0.3,1.5,0.0,11.8 +1,2016-01-09 00:59:38,2016-01-09 01:06:39,5,1.4,,,0.0,0.0,0.0,0.0,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-29 08:32:04,2016-01-29 08:41:22,1,0.9,,,-73.96224975585938,40.770267486572266,-73.97159576416016,40.76042938232422,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-13 20:42:17,2016-01-13 21:01:15,1,6.59,,,-73.98641967773438,40.74617004394531,-73.9577407836914,40.8161506652832,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,23.3 +1,2016-01-27 07:39:49,2016-01-27 07:41:50,1,0.5,,,-73.95206451416016,40.77313232421875,-73.95405578613281,40.77803421020508,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-13 12:29:54,2016-01-13 12:35:09,1,0.7,,,-74.00491333007812,40.73741149902344,-73.99581146240234,40.745201110839844,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-15 13:16:49,2016-01-15 13:27:04,4,2.07,,,-73.98216247558594,40.771976470947266,-73.96576690673828,40.79543685913086,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-13 17:24:45,2016-01-13 18:23:44,1,17.6,,,-73.7902603149414,40.643775939941406,-73.98638916015625,40.718074798583984,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +2,2016-01-26 22:51:54,2016-01-26 23:15:29,1,5.21,,,-73.97093963623047,40.75558090209961,-73.91251373291016,40.77082824707031,1,N,2,20.5,0.5,0.5,0.3,0.0,0.0,21.8 +1,2016-01-13 10:53:38,2016-01-13 11:03:35,2,1.5,,,-73.98210906982422,40.76874923706055,-73.97242736816406,40.785499572753906,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-29 11:05:29,2016-01-29 11:21:01,1,1.4,,,-73.9852294921875,40.72772216796875,-73.99431610107422,40.74089813232422,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-22 11:35:09,2016-01-22 11:44:28,1,1.48,,,-73.96772766113281,40.78763961791992,-73.98535919189453,40.778751373291016,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-04 07:55:17,2016-01-04 08:09:39,3,0.83,,,-73.983642578125,40.759700775146484,-73.97486877441406,40.7533073425293,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-28 19:41:38,2016-01-28 19:48:18,1,0.79,,,-73.98825073242188,40.74325180053711,-73.9957275390625,40.73313903808594,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-04 05:05:17,2016-01-04 05:24:44,1,9.9,,,-73.97666931152344,40.76607894897461,-73.8613052368164,40.76805877685547,1,N,1,28.5,0.5,0.5,0.3,5.95,0.0,35.75 +1,2016-01-20 08:41:58,2016-01-20 08:56:02,1,1.6,,,-73.98157501220703,40.76707077026367,-73.96189880371094,40.76789855957031,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-30 18:52:56,2016-01-30 19:00:57,2,1.0,,,-73.99407958984375,40.75106430053711,-73.98423767089844,40.7615966796875,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-25 09:18:28,2016-01-25 09:21:20,3,0.54,,,-73.98058319091797,40.745182037353516,-73.98625183105469,40.74016571044922,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +2,2016-01-24 11:43:44,2016-01-24 11:52:46,1,1.47,,,-73.98894500732422,40.73671340942383,-73.99430847167969,40.750953674316406,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-10 09:36:54,2016-01-10 09:45:57,1,1.46,,,-74.00653839111328,40.73900604248047,-73.99012756347656,40.75227737426758,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-29 11:15:48,2016-01-29 11:26:53,1,1.0,,,-73.96879577636719,40.786163330078125,-73.96432495117188,40.774574279785156,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-14 18:00:56,2016-01-14 18:04:40,1,0.48,,,-73.98004150390625,40.7807502746582,-73.98013305664062,40.78567886352539,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-22 19:36:08,2016-01-22 19:46:06,1,1.1,,,-73.97857666015625,40.752803802490234,-73.9907455444336,40.75102615356445,1,N,1,8.0,1.0,0.5,0.3,2.9,0.0,12.7 +1,2016-01-05 19:53:00,2016-01-05 19:58:35,1,0.7,,,-73.99529266357422,40.74388122558594,-73.98500061035156,40.74362564086914,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-16 15:22:39,2016-01-16 15:53:33,2,3.63,,,-73.98851776123047,40.7499885559082,-73.98143768310547,40.71717071533203,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-11 10:00:36,2016-01-11 10:11:28,1,1.39,,,-73.96438598632812,40.767417907714844,-73.9869155883789,40.77586364746094,1,N,1,9.0,0.0,0.5,0.3,2.0,0.0,11.8 +1,2016-01-15 21:36:33,2016-01-15 22:06:18,3,4.0,,,-73.99185180664062,40.7264404296875,-73.98125457763672,40.77359390258789,1,N,1,20.5,0.5,0.5,0.3,4.35,0.0,26.15 +1,2016-01-26 13:03:10,2016-01-26 13:36:08,1,15.9,,,-73.98640441894531,40.73540115356445,-74.18147277832031,40.68770217895508,3,N,1,63.0,0.0,0.0,0.3,14.75,10.5,88.55 +1,2016-01-03 08:43:30,2016-01-03 08:57:47,3,8.2,,,-73.95187377929688,40.7864875793457,-73.86135864257812,40.7680549621582,1,N,2,23.5,0.0,0.5,0.3,0.0,5.54,29.84 +2,2016-01-24 21:02:37,2016-01-24 21:11:55,1,1.6,,,-73.98003387451172,40.76081848144531,-73.9935531616211,40.74568557739258,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-20 19:01:31,2016-01-20 19:07:18,1,0.9,,,-73.99861907958984,40.73393249511719,-73.99187469482422,40.74445343017578,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-17 17:17:52,2016-01-17 17:37:38,1,6.55,,,-74.01400756835938,40.71262741088867,-73.9766845703125,40.75187301635742,1,N,1,21.5,0.0,0.5,0.3,4.46,0.0,26.76 +2,2016-01-09 23:31:28,2016-01-09 23:39:12,2,2.0,,,-74.01535034179688,40.709930419921875,-74.009765625,40.73796844482422,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-07 17:07:43,2016-01-07 17:17:10,2,2.01,,,-73.99667358398438,40.752925872802734,-73.97765350341797,40.76372146606445,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-14 05:59:29,2016-01-14 06:03:16,1,0.8,,,-73.98982238769531,40.75670623779297,-73.97904968261719,40.753440856933594,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-21 21:53:37,2016-01-21 21:58:24,1,0.6,,,-73.95926666259766,40.774620056152344,-73.96552276611328,40.76592254638672,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-23 12:41:27,2016-01-23 12:42:42,1,0.2,,,-73.99107360839844,40.73019027709961,-73.98890686035156,40.73082733154297,1,N,1,3.0,0.0,0.5,0.3,1.5,0.0,5.3 +2,2016-01-04 23:29:03,2016-01-04 23:56:47,5,10.9,,,-73.87318420410156,40.77412414550781,-73.98258972167969,40.7672004699707,1,N,1,33.5,0.5,0.5,0.3,8.07,5.54,48.41 +2,2016-01-25 11:20:36,2016-01-25 11:48:49,1,2.54,,,-73.95194244384766,40.78156661987305,-73.97730255126953,40.75817108154297,1,N,2,17.5,0.0,0.5,0.3,0.0,0.0,18.3 +2,2016-01-30 06:49:23,2016-01-30 07:07:25,1,4.91,,,-74.0080337524414,40.70465850830078,-74.00232696533203,40.75511932373047,1,N,1,18.5,0.0,0.5,0.3,3.86,0.0,23.16 +2,2016-01-25 21:53:40,2016-01-25 22:02:54,6,1.46,,,-73.99449157714844,40.734806060791016,-74.00724792480469,40.746585845947266,1,N,1,7.5,0.5,0.5,0.3,1.28,0.0,10.08 +2,2016-01-01 10:46:49,2016-01-01 10:52:06,6,1.12,,,-73.97508239746094,40.75868606567383,-73.96379852294922,40.761383056640625,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-25 19:19:15,2016-01-25 19:29:31,3,1.49,,,-73.99095916748047,40.73957061767578,-73.99342346191406,40.72444152832031,1,N,1,8.5,1.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-03 09:37:40,2016-01-03 09:45:24,1,2.1,,,-73.9610595703125,40.76175308227539,-73.97604370117188,40.751094818115234,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-19 09:44:19,2016-01-19 10:05:03,1,3.5,,,-73.98643493652344,40.777469635009766,-73.99122619628906,40.73912048339844,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-29 18:42:19,2016-01-29 18:57:09,5,1.32,,,-73.98216247558594,40.731239318847656,-74.00090789794922,40.74156188964844,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +1,2016-01-10 14:53:55,2016-01-10 15:06:39,1,2.1,,,-73.98228454589844,40.740177154541016,-74.000732421875,40.72224044799805,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-08 13:12:05,2016-01-08 13:28:37,5,2.26,,,-73.97364807128906,40.76020050048828,-73.9503173828125,40.78369903564453,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +1,2016-01-28 22:51:39,2016-01-28 22:52:26,1,0.3,,,0.0,0.0,0.0,0.0,1,N,1,3.0,0.5,0.5,0.3,0.85,0.0,5.15 +1,2016-01-04 21:03:57,2016-01-04 21:14:47,1,2.2,,,-74.00381469726562,40.73833084106445,-73.98787689208984,40.76546859741211,1,N,1,10.0,0.5,0.5,0.3,2.0,0.0,13.3 +1,2016-01-13 19:02:10,2016-01-13 19:24:21,2,0.5,,,-73.93012237548828,40.73689270019531,-73.9715347290039,40.750858306884766,1,N,2,4.0,1.0,0.5,0.3,0.0,5.54,11.34 +2,2016-01-12 12:14:29,2016-01-12 12:34:00,1,3.79,,,-74.00908660888672,40.71330642700195,-73.99913787841797,40.76073455810547,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +2,2016-01-06 07:01:35,2016-01-06 07:26:12,5,12.72,,,-74.00808715820312,40.722389221191406,-73.8616714477539,40.768280029296875,1,N,1,36.5,0.0,0.5,0.3,7.46,0.0,44.76 +1,2016-01-15 21:53:50,2016-01-15 22:03:55,1,2.5,,,-73.9832992553711,40.760398864746094,-73.9782485961914,40.79000473022461,1,N,1,10.0,0.5,0.5,0.3,1.7,0.0,13.0 +2,2016-01-22 18:20:33,2016-01-22 18:28:10,5,1.33,,,-73.97064208984375,40.764060974121094,-73.95642852783203,40.77528762817383,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-06 06:23:51,2016-01-06 06:25:36,1,0.6,,,-73.95841217041016,40.775665283203125,-73.96501159667969,40.769004821777344,1,N,1,4.0,0.0,0.5,0.3,0.86,0.0,5.66 +2,2016-01-08 19:48:56,2016-01-08 20:08:09,1,2.33,,,-74.00862121582031,40.73300552368164,-73.98986053466797,40.717132568359375,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-07 18:50:31,2016-01-07 18:54:24,2,0.7,,,-73.97952270507812,40.7519645690918,-73.97300720214844,40.758766174316406,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-03 11:54:35,2016-01-03 12:01:10,1,1.32,,,-73.9919662475586,40.759483337402344,-73.99315643310547,40.74713134765625,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-30 21:05:20,2016-01-30 21:12:24,5,1.5,,,-73.95999145507812,40.81364059448242,-73.97183227539062,40.79484176635742,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +1,2016-01-19 12:06:57,2016-01-19 12:13:07,1,0.9,,,-73.99503326416016,40.740142822265625,-74.00396728515625,40.73348617553711,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-16 18:11:16,2016-01-16 18:15:33,2,0.9,,,-73.97267150878906,40.780941009521484,-73.9615249633789,40.780067443847656,1,N,1,5.5,0.0,0.5,0.3,1.55,0.0,7.85 +2,2016-01-21 17:07:40,2016-01-21 17:56:43,1,10.56,,,-73.87525939941406,40.77389144897461,-73.97714233398438,40.76386260986328,1,N,2,38.0,1.0,0.5,0.3,0.0,5.54,45.34 +1,2016-01-16 17:50:05,2016-01-16 17:56:40,1,1.2,,,-73.97003936767578,40.761112213134766,-73.98201751708984,40.7467155456543,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-28 18:21:44,2016-01-28 18:35:22,1,1.37,,,-74.00560760498047,40.74040985107422,-73.9874267578125,40.74287033081055,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-05 10:30:39,2016-01-05 10:53:29,1,4.98,,,-73.96001434326172,40.77621841430664,-73.95909118652344,40.728729248046875,1,N,2,19.0,0.0,0.5,0.3,0.0,0.0,19.8 +1,2016-01-22 09:04:03,2016-01-22 09:07:50,1,0.6,,,-73.964111328125,40.792503356933594,-73.9736557006836,40.792259216308594,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +1,2016-01-09 01:18:43,2016-01-09 01:30:23,1,0.9,,,-73.9853515625,40.738407135009766,-73.98866271972656,40.74513244628906,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-29 13:31:16,2016-01-29 13:41:14,1,1.0,,,-73.9843521118164,40.74589538574219,-73.97063446044922,40.74930191040039,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-19 20:04:20,2016-01-19 20:14:59,1,2.2,,,-73.97093200683594,40.76469421386719,-73.97975158691406,40.787109375,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +2,2016-01-28 09:15:31,2016-01-28 09:40:15,4,8.28,,,-73.950439453125,40.7790412902832,-74.01541900634766,40.711517333984375,1,N,1,27.0,0.0,0.5,0.3,5.56,0.0,33.36 +1,2016-01-19 08:15:46,2016-01-19 08:22:43,2,0.8,,,-73.9886703491211,40.757747650146484,-74.00017547607422,40.758609771728516,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-21 09:41:29,2016-01-21 09:58:33,1,2.5,,,-73.95368957519531,40.76711654663086,-73.98313903808594,40.7550163269043,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-20 21:34:45,2016-01-20 21:39:45,1,1.01,,,-73.9975357055664,40.761375427246094,-73.9873275756836,40.765830993652344,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-17 15:04:55,2016-01-17 15:30:39,3,3.5,,,-73.9967269897461,40.72526931762695,-73.98091125488281,40.76449966430664,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-07 22:31:06,2016-01-07 22:40:44,2,2.5,,,-73.98979949951172,40.7728157043457,-73.96746826171875,40.80030822753906,1,N,1,10.0,0.5,0.5,0.3,1.5,0.0,12.8 +1,2016-01-05 19:56:21,2016-01-05 20:13:58,1,3.2,,,-73.97055053710938,40.76475524902344,-73.99929809570312,40.72999954223633,1,N,1,13.5,1.0,0.5,0.3,1.0,0.0,16.3 +1,2016-01-03 10:19:04,2016-01-03 10:28:53,1,1.7,,,-73.96865844726562,40.754634857177734,-73.99132537841797,40.74991989135742,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-26 22:10:26,2016-01-26 22:24:02,1,3.1,,,-73.9800033569336,40.760616302490234,-73.96942138671875,40.79787826538086,1,N,1,12.5,0.5,0.5,0.3,2.0,0.0,15.8 +1,2016-01-19 11:00:44,2016-01-19 11:24:49,1,2.4,,,-74.00833892822266,40.73478317260742,-73.97499084472656,40.74173355102539,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-20 07:37:22,2016-01-20 07:46:38,1,1.85,,,-74.00596618652344,40.74549102783203,-73.98139953613281,40.755489349365234,1,N,1,8.5,0.0,0.5,0.3,1.5,0.0,10.8 +2,2016-01-08 07:44:27,2016-01-08 08:14:04,1,3.77,,,-73.96450805664062,40.7651252746582,-73.9628677368164,40.804264068603516,1,N,1,20.0,0.0,0.5,0.3,4.16,0.0,24.96 +1,2016-01-30 19:05:18,2016-01-30 19:10:40,2,0.9,,,-73.98250579833984,40.723323822021484,-73.9851303100586,40.73247146606445,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-25 17:42:57,2016-01-25 17:53:59,2,1.47,,,-73.98173522949219,40.77320098876953,-73.9631576538086,40.77517318725586,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-06 17:35:36,2016-01-06 17:59:45,1,9.7,,,-73.96847534179688,40.75053787231445,-73.86538696289062,40.770870208740234,1,Y,1,28.5,1.0,0.5,0.3,8.95,5.54,44.79 +1,2016-01-22 11:39:34,2016-01-22 11:55:15,1,4.6,,,-73.99081420898438,40.73821258544922,-74.01168060302734,40.703857421875,1,N,1,17.0,0.0,0.5,0.3,3.55,0.0,21.35 +2,2016-01-15 08:05:22,2016-01-15 08:13:34,1,1.13,,,-73.98209381103516,40.75716018676758,-73.99149322509766,40.74992752075195,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-26 09:44:56,2016-01-26 09:58:57,1,2.0,,,-73.95918273925781,40.79938888549805,-73.97887420654297,40.777225494384766,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +1,2016-01-26 21:37:05,2016-01-26 21:45:53,1,1.6,,,-73.96963500976562,40.785377502441406,-73.94721221923828,40.78009033203125,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +1,2016-01-20 09:58:46,2016-01-20 10:20:41,1,2.4,,,-73.9951171875,40.73979568481445,-73.99626159667969,40.76359176635742,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +1,2016-01-28 09:04:05,2016-01-28 09:36:39,1,3.9,,,-74.01472473144531,40.71564865112305,-73.992431640625,40.76380157470703,1,N,1,22.0,0.0,0.5,0.3,3.0,0.0,25.8 +2,2016-01-25 22:54:45,2016-01-25 23:04:40,1,1.88,,,-73.98934173583984,40.74193572998047,-73.96978759765625,40.7536506652832,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +2,2016-01-21 08:08:58,2016-01-21 08:12:52,4,0.36,,,-73.99032592773438,40.75641632080078,-73.98439025878906,40.75532913208008,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,6.62 +1,2016-01-27 16:40:10,2016-01-27 17:35:58,1,8.3,,,-73.86286163330078,40.76919174194336,-73.94847106933594,40.718406677246094,1,N,1,37.0,1.0,0.5,0.3,7.76,0.0,46.56 +2,2016-01-22 09:17:07,2016-01-22 09:19:38,1,0.62,,,-73.95270538330078,40.823516845703125,-73.95980834960938,40.820091247558594,1,N,1,4.0,0.0,0.5,0.3,2.0,0.0,6.8 +2,2016-01-24 18:41:15,2016-01-24 18:54:00,2,2.32,,,-73.98025512695312,40.77043151855469,-73.9558334350586,40.787750244140625,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-15 13:07:20,2016-01-15 13:13:51,1,1.1,,,0.0,0.0,0.0,0.0,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-12 09:59:52,2016-01-12 10:20:02,1,2.6,,,-73.94954681396484,40.77254867553711,-73.97906494140625,40.7601203918457,1,N,1,14.0,0.0,0.5,0.3,1.0,0.0,15.8 +1,2016-01-12 22:29:36,2016-01-12 22:38:48,1,2.1,,,-73.99034118652344,40.718963623046875,-73.95572662353516,40.70964431762695,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,11.8 +1,2016-01-29 11:22:22,2016-01-29 11:43:23,1,1.6,,,-73.98358917236328,40.747100830078125,-73.97425079345703,40.76469421386719,1,N,1,13.5,0.0,0.5,0.3,1.0,0.0,15.3 +2,2016-01-11 14:34:19,2016-01-11 14:37:06,4,0.35,,,-73.9845962524414,40.759368896484375,-73.98655700683594,40.75539016723633,1,N,1,3.5,0.0,0.5,0.3,1.08,0.0,5.38 +2,2016-01-09 20:15:36,2016-01-09 20:24:55,1,1.83,,,-73.98189544677734,40.7786750793457,-73.95721435546875,40.7744255065918,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-30 21:39:17,2016-01-30 21:49:50,2,2.1,,,-73.98576354980469,40.76316833496094,-73.9572525024414,40.76610565185547,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +2,2016-01-14 10:54:46,2016-01-14 10:56:57,2,0.46,,,-73.95394134521484,40.779090881347656,-73.94943237304688,40.78512954711914,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-03 13:27:43,2016-01-03 14:11:34,1,17.82,,,-73.78972625732422,40.64292907714844,-73.98594665527344,40.7581901550293,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-16 13:23:05,2016-01-16 13:32:16,1,1.0,,,-74.0094223022461,40.71505355834961,-74.01395416259766,40.70253372192383,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-26 15:03:37,2016-01-26 15:27:26,1,2.0,,,-73.98438262939453,40.77386474609375,-73.9616928100586,40.779964447021484,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-07 18:35:36,2016-01-07 18:46:48,2,1.2,,,-73.9806137084961,40.75352478027344,-74.00031280517578,40.757530212402344,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-30 23:27:18,2016-01-30 23:32:54,6,0.8,,,-73.9752197265625,40.75008010864258,-73.9657974243164,40.755409240722656,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-16 20:56:13,2016-01-16 21:00:38,2,0.69,,,-73.99800872802734,40.7458381652832,-73.98806762695312,40.749900817871094,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-30 02:00:14,2016-01-30 02:10:05,6,1.8,,,-74.00580596923828,40.739959716796875,-74.01040649414062,40.720211029052734,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +1,2016-01-12 13:23:30,2016-01-12 13:37:04,1,1.4,,,-73.96974182128906,40.76279830932617,-73.95171356201172,40.77154541015625,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-06 17:18:23,2016-01-06 17:28:09,3,0.95,,,-73.9595718383789,40.776851654052734,-73.95475006103516,40.77061080932617,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-16 00:23:12,2016-01-16 00:37:22,1,4.0,,,-74.0111083984375,40.703453063964844,-73.97283935546875,40.69325256347656,1,N,1,14.5,0.5,0.5,0.3,3.15,0.0,18.95 +2,2016-01-03 04:16:53,2016-01-03 04:24:16,1,2.76,,,-73.98875427246094,40.76375198364258,-73.99027252197266,40.73463821411133,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-17 15:38:55,2016-01-17 15:49:26,2,2.1,,,-73.98729705810547,40.760807037353516,-74.00542449951172,40.73867416381836,1,N,1,9.5,0.0,0.5,0.3,2.2,0.0,12.5 +1,2016-01-06 23:48:49,2016-01-07 00:01:04,1,3.3,,,-73.9898681640625,40.718997955322266,-73.94957733154297,40.71537780761719,1,N,1,13.0,0.5,0.5,0.3,1.5,0.0,15.8 +1,2016-01-20 08:32:31,2016-01-20 08:36:51,1,0.8,,,-73.96400451660156,40.771358489990234,-73.95755767822266,40.78227996826172,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-13 21:12:47,2016-01-13 21:23:57,1,2.3,,,-73.98014068603516,40.78052520751953,-73.95035552978516,40.78384017944336,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-01 19:38:23,2016-01-01 19:45:01,1,0.8,,,-73.9787368774414,40.7552604675293,-73.98841094970703,40.75014877319336,1,N,1,6.0,0.0,0.5,0.3,3.0,0.0,9.8 +2,2016-01-15 17:11:07,2016-01-15 17:24:44,2,2.54,,,-73.98081970214844,40.730621337890625,-73.99117279052734,40.75539016723633,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-18 01:01:17,2016-01-18 01:05:00,1,1.3,,,-73.99636840820312,40.74299621582031,-73.98258209228516,40.747703552246094,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-03 23:26:30,2016-01-03 23:36:07,5,2.23,,,-74.00114440917969,40.73092269897461,-74.00371551513672,40.75151824951172,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-15 16:04:29,2016-01-15 16:11:35,1,1.2,,,-73.99222564697266,40.74369430541992,-73.97860717773438,40.75250244140625,1,N,1,7.0,1.0,0.5,0.3,1.2,0.0,10.0 +1,2016-01-16 21:44:46,2016-01-16 21:49:11,1,0.7,,,-73.9754409790039,40.75825500488281,-73.97637939453125,40.7642936706543,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-08 00:00:17,2016-01-08 00:17:34,2,4.26,,,-73.99364471435547,40.73995590209961,-73.948974609375,40.77352523803711,1,N,1,15.5,0.5,0.5,0.3,4.2,0.0,21.0 +1,2016-01-13 16:04:57,2016-01-13 16:21:41,1,2.0,,,-73.96209716796875,40.779029846191406,-73.97660064697266,40.79322814941406,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-22 09:18:39,2016-01-22 09:21:11,5,0.54,,,-73.96259307861328,40.76716995239258,-73.95970916748047,40.773590087890625,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-08 07:37:01,2016-01-08 07:59:29,1,5.4,,,-74.01607513427734,40.715721130371094,-73.98534393310547,40.772918701171875,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,21.8 +1,2016-01-19 20:05:35,2016-01-19 20:13:10,1,0.9,,,-73.97283172607422,40.743289947509766,-73.9816665649414,40.75130081176758,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-05 23:13:14,2016-01-05 23:51:55,1,20.0,,,-73.78182983398438,40.64479446411133,-73.97390747070312,40.64933776855469,1,N,2,57.5,0.5,0.5,0.3,0.0,0.0,58.8 +2,2016-01-07 16:50:18,2016-01-07 16:55:23,1,0.93,,,-73.97643280029297,40.780860900878906,-73.98509979248047,40.76898956298828,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-28 23:18:54,2016-01-28 23:29:26,2,1.81,,,-73.9884033203125,40.74586868286133,-74.00652313232422,40.73094177246094,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-18 08:11:54,2016-01-18 08:31:43,3,4.67,,,-73.95796966552734,40.800987243652344,-73.98359680175781,40.74986267089844,1,N,1,17.5,0.0,0.5,0.3,3.0,0.0,21.3 +1,2016-01-14 19:59:44,2016-01-14 20:14:46,1,5.5,,,-74.00870513916016,40.73927307128906,-73.96651458740234,40.80424880981445,1,N,1,18.5,0.5,0.5,0.3,2.0,0.0,21.8 +1,2016-01-14 06:19:27,2016-01-14 06:34:48,1,8.8,,,-73.9736557006836,40.74821472167969,-73.86133575439453,40.76805114746094,1,N,1,25.0,0.0,0.5,0.3,9.4,5.54,40.74 +2,2016-01-14 18:20:02,2016-01-14 18:40:41,2,2.07,,,-73.95565795898438,40.77909469604492,-73.98236083984375,40.77368927001953,1,N,1,13.5,1.0,0.5,0.3,2.4,0.0,17.7 +2,2016-01-27 13:06:45,2016-01-27 13:25:57,5,2.05,,,-73.97811889648438,40.75714874267578,-73.9577407836914,40.77941131591797,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-26 00:50:40,2016-01-26 01:26:22,1,9.5,,,-73.87093353271484,40.77374267578125,-73.97854614257812,40.79155731201172,1,N,2,35.5,0.5,0.5,0.3,0.0,5.54,42.34 +1,2016-01-07 21:17:29,2016-01-07 21:28:04,1,2.3,,,-73.97447204589844,40.75241470336914,-73.95911407470703,40.780189514160156,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +1,2016-01-26 19:24:24,2016-01-26 19:40:08,2,1.9,,,-73.97329711914062,40.74382019042969,-73.9835433959961,40.761722564697266,1,N,1,11.5,1.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-30 12:20:18,2016-01-30 12:24:49,1,0.9,,,-73.9638671875,40.75692367553711,-73.95972442626953,40.765933990478516,1,N,1,5.5,0.0,0.5,0.3,1.55,0.0,7.85 +2,2016-01-27 17:55:20,2016-01-27 17:59:15,1,0.7,,,-73.96617889404297,40.76470947265625,-73.95993041992188,40.77090072631836,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-12 12:04:19,2016-01-12 12:26:14,2,2.5,,,-73.974365234375,40.764549255371094,-73.99121856689453,40.73255920410156,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-06 17:13:34,2016-01-06 17:25:46,5,2.18,,,-73.99295043945312,40.72996520996094,-74.01487731933594,40.715553283691406,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +1,2016-01-09 17:00:35,2016-01-09 17:04:47,2,0.8,,,-73.97936248779297,40.7530632019043,-73.97051239013672,40.761783599853516,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-02 17:51:09,2016-01-02 17:57:57,6,1.27,,,-73.97267150878906,40.780860900878906,-73.97045135498047,40.76805114746094,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-11 14:47:53,2016-01-11 15:15:12,2,5.0,,,-73.99012756347656,40.73464584350586,-73.93314361572266,40.76029586791992,1,N,1,21.0,0.0,0.5,0.3,3.0,0.0,24.8 +1,2016-01-08 18:29:24,2016-01-08 18:36:04,1,1.4,,,-73.96769714355469,40.793033599853516,-73.95606231689453,40.77982711791992,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-14 13:01:37,2016-01-14 13:22:46,1,2.84,,,-73.973876953125,40.7565803527832,-73.97908020019531,40.78688049316406,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-03 17:53:58,2016-01-03 18:09:00,1,4.4,,,-73.96791076660156,40.762699127197266,-73.98914337158203,40.718963623046875,1,N,1,15.5,0.0,0.5,0.3,4.85,0.0,21.15 +2,2016-01-14 15:18:01,2016-01-14 15:25:43,1,0.25,,,-73.97856140136719,40.75057601928711,-73.98226165771484,40.7500114440918,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-18 16:25:43,2016-01-18 16:36:27,1,1.39,,,-73.97644805908203,40.78862762451172,-73.95624542236328,40.77809143066406,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-29 02:09:39,2016-01-29 02:21:16,1,6.37,,,-73.97530364990234,40.74123001098633,-73.91925811767578,40.815181732177734,1,N,2,19.0,0.5,0.5,0.3,0.0,0.0,20.3 +1,2016-01-04 20:13:47,2016-01-04 20:31:50,1,9.9,,,-73.87457275390625,40.77405548095703,-73.98454284667969,40.691192626953125,1,N,1,29.0,0.5,0.5,0.3,7.55,0.0,37.85 +2,2016-01-19 22:10:17,2016-01-19 22:21:31,1,3.88,,,-73.99738311767578,40.71929931640625,-73.94029235839844,40.715721130371094,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +1,2016-01-30 19:47:56,2016-01-30 19:54:14,2,0.9,,,-73.98865509033203,40.77853012084961,-73.97746276855469,40.78428268432617,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +1,2016-01-17 04:09:27,2016-01-17 04:14:44,1,1.0,,,-73.99761199951172,40.720909118652344,-73.98989868164062,40.73392105102539,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +1,2016-01-18 05:43:04,2016-01-18 06:01:12,2,4.6,,,-73.98131561279297,40.724769592285156,-73.94407653808594,40.68386459350586,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,18.8 +2,2016-01-06 19:08:39,2016-01-06 19:16:44,5,1.23,,,-73.99772644042969,40.7254638671875,-73.99655151367188,40.737648010253906,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-11 10:36:28,2016-01-11 10:54:16,1,2.64,,,-73.97457122802734,40.761478424072266,-73.99101257324219,40.733306884765625,1,N,1,13.5,0.0,0.5,0.3,3.58,0.0,17.88 +1,2016-01-19 22:55:08,2016-01-19 23:29:03,3,9.0,,,-73.98306274414062,40.72113037109375,-73.99763488769531,40.64385986328125,1,N,2,31.0,0.5,0.5,0.3,0.0,0.0,32.3 +1,2016-01-07 09:24:21,2016-01-07 09:51:28,1,6.0,,,-73.9704360961914,40.78902816772461,-74.0099105834961,40.72114562988281,1,N,1,22.5,0.0,0.5,0.3,2.0,0.0,25.3 +1,2016-01-22 19:32:16,2016-01-22 19:55:11,1,8.8,,,-73.8628158569336,40.769065856933594,-73.96247863769531,40.75982666015625,1,N,1,28.0,1.0,0.5,0.3,0.0,0.0,29.8 +2,2016-01-08 06:53:47,2016-01-08 06:59:54,4,1.77,,,-73.9795150756836,40.73550796508789,-73.96993255615234,40.75630187988281,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-25 07:37:24,2016-01-25 07:45:56,1,0.98,,,-73.96607971191406,40.76547622680664,-73.97465515136719,40.7568359375,1,N,1,7.0,0.0,0.5,0.3,1.2,0.0,9.0 +1,2016-01-08 19:00:59,2016-01-08 19:10:40,2,1.1,,,-73.99909973144531,40.74440383911133,-73.98147583007812,40.74102020263672,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-20 18:59:40,2016-01-20 19:22:21,1,3.6,,,-73.9819107055664,40.77181625366211,-73.9864730834961,40.7343635559082,1,N,1,16.5,1.0,0.5,0.3,3.66,0.0,21.96 +1,2016-01-10 23:13:05,2016-01-10 23:13:19,1,0.0,,,-73.98741149902344,40.73331832885742,-73.98741149902344,40.73331832885742,1,N,3,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +1,2016-01-28 11:41:22,2016-01-28 11:58:03,1,1.1,,,-73.97850799560547,40.761783599853516,-73.97508239746094,40.75076675415039,1,N,1,11.0,0.0,0.5,0.3,3.0,0.0,14.8 +2,2016-01-01 18:00:06,2016-01-01 18:04:43,1,0.78,,,-73.98197937011719,40.76828384399414,-73.98029327392578,40.775569915771484,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-06 15:17:44,2016-01-06 15:27:13,2,1.17,,,-73.9735336303711,40.76327133178711,-73.98236846923828,40.74911880493164,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-06 08:45:08,2016-01-06 09:05:25,1,1.48,,,-73.97016906738281,40.74953842163086,-73.99017333984375,40.751556396484375,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +2,2016-01-14 14:22:20,2016-01-14 14:30:06,1,1.33,,,-73.9815902709961,40.768375396728516,-73.99577331542969,40.762142181396484,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-13 17:43:05,2016-01-13 17:46:44,1,0.7,,,-73.99764251708984,40.736602783203125,-73.99098205566406,40.74565124511719,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-24 16:29:29,2016-01-24 16:55:49,1,4.5,,,-73.98915100097656,40.718753814697266,-73.9352035522461,40.6839714050293,1,N,1,20.0,0.0,0.5,0.3,4.15,0.0,24.95 +1,2016-01-06 10:41:53,2016-01-06 10:50:09,1,1.0,,,-73.99424743652344,40.751060485839844,-74.00788879394531,40.752017974853516,1,N,1,7.0,0.0,0.5,0.3,3.0,0.0,10.8 +1,2016-01-09 13:01:00,2016-01-09 13:21:26,2,12.3,,,-73.93387603759766,40.7453498840332,-73.80379486083984,40.66281509399414,2,N,1,52.0,0.0,0.5,0.3,13.2,0.0,66.0 +1,2016-01-10 18:09:24,2016-01-10 18:13:43,1,0.6,,,-73.96031188964844,40.762203216552734,-73.96807861328125,40.760498046875,1,N,1,5.0,0.0,0.5,0.3,1.25,0.0,7.05 +2,2016-01-30 17:49:06,2016-01-30 17:58:36,5,1.31,,,-73.99980163574219,40.7333984375,-73.9917984008789,40.7492790222168,1,N,1,7.5,0.0,0.5,0.3,2.49,0.0,10.79 +2,2016-01-05 13:40:03,2016-01-05 13:48:10,2,1.4,,,-73.983154296875,40.742000579833984,-73.97342681884766,40.75804138183594,1,N,1,7.5,0.0,0.5,0.3,2.08,0.0,10.38 +2,2016-01-29 19:02:00,2016-01-29 19:11:36,1,1.36,,,-73.99263763427734,40.758609771728516,-73.98526763916016,40.77349853515625,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-30 16:12:08,2016-01-30 16:14:19,1,0.19,,,-73.98725891113281,40.742393493652344,-73.99097442626953,40.7440071105957,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-14 18:49:50,2016-01-14 18:55:52,6,0.8,,,-73.95657348632812,40.78315353393555,-73.94402313232422,40.77806091308594,1,N,1,5.5,1.0,0.5,0.3,2.0,0.0,9.3 +2,2016-01-25 09:49:27,2016-01-25 09:54:36,2,0.89,,,-73.99517822265625,40.733543395996094,-74.00759887695312,40.73029327392578,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-08 13:49:16,2016-01-08 13:51:40,6,0.6,,,-73.97142791748047,40.792388916015625,-73.96354675292969,40.794490814208984,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-20 18:01:41,2016-01-20 18:12:19,2,0.7,,,-73.98038482666016,40.764041900634766,-73.97602844238281,40.758121490478516,1,N,1,8.0,1.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-08 17:18:06,2016-01-08 17:24:41,1,1.3,,,-73.98114013671875,40.753570556640625,-73.96408081054688,40.75627136230469,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-28 23:59:39,2016-01-29 00:08:20,2,1.2,,,-73.99588775634766,40.758609771728516,-73.98881530761719,40.74839782714844,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +2,2016-01-10 22:32:57,2016-01-10 22:38:19,1,0.8,,,-73.9914321899414,40.755409240722656,-73.97737121582031,40.749839782714844,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-22 23:37:11,2016-01-23 00:04:20,1,12.1,,,-73.99017333984375,40.74174880981445,-73.81558990478516,40.724266052246094,1,N,1,34.5,0.5,0.5,0.3,5.0,5.54,46.34 +2,2016-01-02 13:45:19,2016-01-02 14:07:56,6,4.16,,,-73.97425079345703,40.78316116333008,-73.99165344238281,40.73517608642578,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,21.36 +1,2016-01-06 12:26:52,2016-01-06 12:33:26,1,0.6,,,-73.9748764038086,40.75849914550781,-73.96907043457031,40.762393951416016,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-29 11:52:40,2016-01-29 12:09:02,2,2.2,,,-73.96387481689453,40.76536178588867,-73.98980712890625,40.756256103515625,1,N,1,12.0,0.0,0.5,0.3,3.0,0.0,15.8 +1,2016-01-23 12:45:26,2016-01-23 13:00:34,2,2.5,,,0.0,0.0,-73.96215057373047,40.77909469604492,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-17 14:50:18,2016-01-17 15:17:04,1,4.96,,,-73.99459838867188,40.740360260009766,-73.9640884399414,40.71950149536133,1,N,1,21.5,0.0,0.5,0.3,4.46,0.0,26.76 +1,2016-01-30 20:10:50,2016-01-30 20:15:46,1,0.8,,,-73.98150634765625,40.77859878540039,-73.98097229003906,40.786766052246094,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-28 13:53:41,2016-01-28 14:08:50,1,1.2,,,-73.97925567626953,40.75326919555664,-73.9812240600586,40.759063720703125,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-17 03:53:27,2016-01-17 04:05:28,1,5.69,,,-73.97209167480469,40.78892517089844,-73.93700408935547,40.84318923950195,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,19.3 +1,2016-01-20 18:01:20,2016-01-20 18:05:40,2,0.6,,,-73.98695373535156,40.779144287109375,-73.9810562133789,40.782527923583984,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-03 03:08:31,2016-01-03 03:11:58,2,0.6,,,-73.91370391845703,40.76542663574219,-73.9166030883789,40.77054977416992,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-10 02:57:59,2016-01-10 03:09:01,1,4.29,,,-73.98899841308594,40.725929260253906,-73.94994354248047,40.7730598449707,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +1,2016-01-10 18:39:29,2016-01-10 18:44:08,1,0.7,,,-73.98027038574219,40.734127044677734,-73.99085235595703,40.73463821411133,1,N,1,5.0,0.0,0.5,0.3,2.0,0.0,7.8 +1,2016-01-17 22:21:40,2016-01-17 22:26:33,2,1.2,,,-74.00115203857422,40.731563568115234,-73.98663330078125,40.740386962890625,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-26 08:16:48,2016-01-26 08:25:04,1,1.01,,,-73.97695922851562,40.75015640258789,-73.98834991455078,40.74332046508789,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-20 23:14:44,2016-01-20 23:17:40,2,1.05,,,-73.96528625488281,40.755210876464844,-73.96038818359375,40.7669792175293,1,N,1,5.0,0.5,0.5,0.3,1.89,0.0,8.19 +2,2016-01-14 19:01:58,2016-01-14 19:11:28,1,0.68,,,-73.97299194335938,40.764381408691406,-73.9732894897461,40.75685119628906,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-07 18:23:13,2016-01-07 18:28:38,1,1.1,,,-73.96317291259766,40.7746467590332,-73.94794464111328,40.77475357055664,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-28 12:57:30,2016-01-28 13:21:02,1,1.6,,,-73.98336791992188,40.767520904541016,-73.9794921875,40.751556396484375,1,N,1,14.5,0.0,0.5,0.3,4.59,0.0,19.89 +1,2016-01-02 11:54:33,2016-01-02 12:00:46,1,0.8,,,-73.97675323486328,40.747798919677734,-73.96817016601562,40.7564697265625,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-28 15:17:14,2016-01-28 15:47:26,5,8.43,,,-73.86323547363281,40.76971435546875,-73.94269561767578,40.77671813964844,1,N,1,27.5,0.0,0.5,0.3,6.77,5.54,40.61 +2,2016-01-10 23:23:59,2016-01-10 23:53:38,1,20.8,,,-73.78307342529297,40.64664840698242,-74.01075744628906,40.71207046508789,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-19 22:12:21,2016-01-19 22:20:40,1,2.1,,,-74.00348663330078,40.73194885253906,-73.98047637939453,40.75007629394531,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-04 07:34:12,2016-01-04 07:38:06,1,0.47,,,-73.9996566772461,40.732669830322266,-74.00797271728516,40.7327995300293,1,N,1,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-17 14:59:54,2016-01-17 15:09:03,1,2.4,,,-73.97950744628906,40.75307083129883,-73.95307922363281,40.77156066894531,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-17 02:54:11,2016-01-17 03:05:26,1,2.8,,,-74.00000762939453,40.72710418701172,-73.97368621826172,40.74873733520508,1,N,1,11.0,0.5,0.5,0.3,1.0,0.0,13.3 +2,2016-01-03 18:26:11,2016-01-03 18:44:13,1,1.48,,,-73.97884368896484,40.76395034790039,-73.9912338256836,40.74989318847656,1,N,1,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +1,2016-01-16 07:11:22,2016-01-16 07:17:35,1,1.4,,,-73.9832992553711,40.764610290527344,-74.00102996826172,40.75807189941406,1,N,1,6.5,0.0,0.5,0.3,4.0,0.0,11.3 +2,2016-01-13 23:21:44,2016-01-13 23:27:53,2,1.33,,,-73.98892211914062,40.7216682434082,-73.99900817871094,40.73405838012695,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-25 07:03:43,2016-01-25 07:15:02,1,1.9,,,-73.9993667602539,40.744178771972656,-73.97978973388672,40.765777587890625,1,N,1,9.5,0.0,0.5,0.3,1.7,0.0,12.0 +2,2016-01-21 19:43:05,2016-01-21 19:49:31,5,0.88,,,-73.9735107421875,40.7547492980957,-73.98650360107422,40.75661087036133,1,N,1,6.0,1.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-24 08:18:23,2016-01-24 08:26:50,1,1.51,,,-74.029052734375,40.62298583984375,-74.0401382446289,40.62169647216797,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-16 15:47:52,2016-01-16 16:05:43,1,8.5,,,-73.7898178100586,40.646915435791016,-73.88493347167969,40.65386199951172,1,N,1,24.5,0.0,0.5,0.3,2.0,0.0,27.3 +2,2016-01-21 08:11:07,2016-01-21 08:22:54,1,1.59,,,-73.96585845947266,40.75859069824219,-73.9845199584961,40.748443603515625,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-18 01:09:40,2016-01-18 01:15:18,2,0.94,,,-73.98754119873047,40.72874450683594,-74.00048828125,40.729896545410156,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-17 11:12:49,2016-01-17 11:16:42,1,0.8,,,-73.98737335205078,40.760597229003906,-73.99188232421875,40.76884841918945,1,N,1,5.0,0.0,0.5,0.3,1.7,0.0,7.5 +1,2016-01-09 23:35:43,2016-01-09 23:44:28,1,1.6,,,-73.99421691894531,40.76648712158203,-73.9725570678711,40.763057708740234,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-16 10:01:14,2016-01-16 10:05:11,1,0.7,,,-73.9930191040039,40.75273132324219,-74.000732421875,40.7584228515625,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-01 23:07:00,2016-01-01 23:13:26,2,1.06,,,-73.99610900878906,40.744361877441406,-73.98255157470703,40.737060546875,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-13 17:17:52,2016-01-13 17:36:22,2,4.1,,,-73.95025634765625,40.78404235839844,-73.97383880615234,40.73858642578125,1,N,1,16.5,1.0,0.5,0.3,3.65,0.0,21.95 +1,2016-01-08 13:26:29,2016-01-08 13:49:03,4,2.7,,,-73.97492218017578,40.761436462402344,-73.9778060913086,40.7864875793457,1,N,1,15.0,0.0,0.5,0.3,2.0,0.0,17.8 +1,2016-01-02 13:37:36,2016-01-02 13:47:08,1,1.7,,,-73.99906158447266,40.734352111816406,-73.9937744140625,40.75310134887695,1,N,1,9.0,0.0,0.5,0.3,2.9,0.0,12.7 +2,2016-01-15 22:01:55,2016-01-15 22:25:28,1,3.06,,,-73.98602294921875,40.72276306152344,-73.98794555664062,40.75414276123047,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,20.76 +2,2016-01-07 16:48:08,2016-01-07 17:02:38,1,5.19,,,-74.0101547241211,40.703369140625,-73.97742462158203,40.7523078918457,1,N,1,17.0,1.0,0.5,0.3,3.76,0.0,22.56 +2,2016-01-26 02:55:56,2016-01-26 02:59:50,1,0.83,,,-73.98469543457031,40.7674446105957,-73.98649597167969,40.75952911376953,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-20 08:29:04,2016-01-20 08:43:13,1,2.8,,,-74.00619506835938,40.71731948852539,-73.99977111816406,40.753353118896484,1,N,1,12.5,0.0,0.5,0.3,1.5,0.0,14.8 +2,2016-01-29 09:01:44,2016-01-29 09:23:46,1,10.53,,,-73.974853515625,40.75664138793945,-73.87110900878906,40.77421188354492,1,N,1,30.5,0.0,0.5,0.3,7.37,5.54,44.21 +2,2016-01-08 20:16:59,2016-01-08 20:33:00,2,4.89,,,-73.99195861816406,40.748878479003906,-73.95320129394531,40.78842544555664,1,N,1,16.5,0.5,0.5,0.3,2.5,0.0,20.3 +2,2016-01-21 21:56:51,2016-01-21 22:15:02,5,3.2,,,-73.99114990234375,40.71956253051758,-73.99142456054688,40.74455642700195,1,N,1,14.5,0.5,0.5,0.3,1.5,0.0,17.3 +2,2016-01-11 11:13:53,2016-01-11 11:22:27,1,0.4,,,-73.99331665039062,40.74317169189453,-73.99198150634766,40.74742889404297,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-03 19:21:18,2016-01-03 19:31:27,1,1.38,,,-73.98786163330078,40.749481201171875,-73.9709701538086,40.751930236816406,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-15 07:55:32,2016-01-15 08:25:28,2,4.32,,,-73.94329071044922,40.83652114868164,-73.95384216308594,40.78899002075195,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,21.8 +1,2016-01-19 23:11:38,2016-01-19 23:41:59,1,6.2,,,-73.99163055419922,40.73849105834961,-73.94927978515625,40.8074836730957,1,N,1,24.0,0.5,0.5,0.3,2.0,0.0,27.3 +2,2016-01-08 12:28:49,2016-01-08 12:41:07,6,1.07,,,-73.98313903808594,40.766780853271484,-73.97722625732422,40.75685119628906,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-15 14:57:57,2016-01-15 15:08:59,1,1.0,,,-73.97195434570312,40.76578140258789,-73.96055603027344,40.76834487915039,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-28 18:08:05,2016-01-28 18:35:07,1,6.4,,,-73.95602416992188,40.78471374511719,-73.99076843261719,40.72358322143555,1,N,2,24.0,1.0,0.5,0.3,0.0,0.0,25.8 +2,2016-01-07 17:53:43,2016-01-07 18:09:46,1,2.91,,,-73.95880889892578,40.810020446777344,-73.98229217529297,40.775779724121094,1,N,1,13.5,1.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-17 23:16:36,2016-01-17 23:23:36,1,2.05,,,-73.98563385009766,40.74726104736328,-73.98331451416016,40.72665023803711,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-27 19:19:53,2016-01-27 19:30:08,1,1.5,,,-73.98260498046875,40.73530960083008,-73.97901916503906,40.719791412353516,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-15 20:59:27,2016-01-15 21:03:57,2,0.5,,,-73.9861831665039,40.76753234863281,-73.9841079711914,40.76177215576172,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-02 03:26:47,2016-01-02 03:29:20,1,0.62,,,-73.9937515258789,40.724369049072266,-73.98641204833984,40.72650909423828,1,N,1,4.0,0.5,0.5,0.3,1.59,0.0,6.89 +1,2016-01-13 18:55:20,2016-01-13 19:01:31,1,0.6,,,-73.98942565917969,40.7407112121582,-73.99961853027344,40.7410888671875,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-01 00:54:38,2016-01-01 01:14:18,1,1.42,,,-73.97750091552734,40.74951171875,-73.9874496459961,40.76018142700195,1,N,1,12.5,0.5,0.5,0.3,1.0,0.0,14.8 +1,2016-01-27 16:14:05,2016-01-27 16:21:22,1,0.6,,,-74.00038146972656,40.717708587646484,-73.99322509765625,40.722476959228516,1,N,1,6.0,1.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-07 10:47:25,2016-01-07 11:06:44,4,2.6,,,-73.98897552490234,40.75285720825195,-73.99839782714844,40.722923278808594,1,N,1,13.0,0.0,0.5,0.3,1.5,0.0,15.3 +1,2016-01-22 11:46:23,2016-01-22 12:18:01,1,2.7,,,-73.97189331054688,40.749549865722656,-74.00325775146484,40.732688903808594,1,N,1,20.0,0.0,0.5,0.3,4.0,0.0,24.8 +2,2016-01-28 06:05:03,2016-01-28 06:09:50,1,1.07,,,-73.97613525390625,40.78132629394531,-73.9822006225586,40.76797866821289,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-05 03:53:16,2016-01-05 04:06:27,1,5.23,,,-73.98978424072266,40.729713439941406,-73.94073486328125,40.79324722290039,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +2,2016-01-06 11:02:21,2016-01-06 11:06:15,1,0.43,,,-73.99105072021484,40.742279052734375,-73.99471282958984,40.7404899597168,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +1,2016-01-06 17:43:56,2016-01-06 17:53:09,1,1.2,,,-73.9494857788086,40.772911071777344,-73.96179962158203,40.76134490966797,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-03 01:19:00,2016-01-03 01:34:49,1,2.78,,,-73.95216369628906,40.77726364135742,-73.9648666381836,40.80162048339844,1,N,1,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-12 16:47:37,2016-01-12 17:04:24,3,2.0,,,-73.989501953125,40.739994049072266,-73.98397064208984,40.758140563964844,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-07 16:51:04,2016-01-07 17:06:51,1,2.7,,,-73.97869110107422,40.76116180419922,-73.9969482421875,40.73247146606445,1,N,1,12.0,1.0,0.5,0.3,2.75,0.0,16.55 +1,2016-01-06 00:28:16,2016-01-06 00:31:29,1,0.9,,,-73.97766876220703,40.778690338134766,-73.96745300292969,40.78775405883789,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-19 21:48:43,2016-01-19 21:54:45,5,0.82,,,0.0,0.0,0.0,0.0,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-22 09:13:20,2016-01-22 09:25:49,1,2.32,,,-73.9627685546875,40.79930114746094,-73.95081329345703,40.77759552001953,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-21 11:48:32,2016-01-21 12:25:12,1,4.39,,,-74.0047378540039,40.737491607666016,-73.95487213134766,40.7650032043457,1,N,2,24.5,0.0,0.5,0.3,0.0,0.0,25.3 +2,2016-01-05 21:45:12,2016-01-05 21:54:13,1,1.39,,,-74.00642395019531,40.739707946777344,-73.98941802978516,40.74567413330078,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-24 09:58:22,2016-01-24 10:06:07,1,1.5,,,-73.96347045898438,40.7577018737793,-73.96711730957031,40.7723388671875,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-16 19:58:47,2016-01-16 20:18:28,1,3.4,,,-73.99089813232422,40.74531555175781,-74.01742553710938,40.71090316772461,1,N,1,15.0,0.5,0.5,0.3,2.5,0.0,18.8 +2,2016-01-09 23:15:10,2016-01-09 23:22:02,1,0.77,,,-73.99172973632812,40.71622085571289,-73.99348449707031,40.724544525146484,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-14 19:51:49,2016-01-14 20:00:33,1,1.51,,,-73.97174072265625,40.758338928222656,-73.98249053955078,40.7394905090332,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-11 08:30:15,2016-01-11 08:38:54,2,1.78,,,-73.99556732177734,40.74915313720703,-73.99274444580078,40.730743408203125,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-04 07:33:15,2016-01-04 07:58:37,1,5.78,,,-73.99532318115234,40.696189880371094,-73.97071838378906,40.757049560546875,1,N,2,21.5,0.0,0.5,0.3,0.0,0.0,22.3 +1,2016-01-22 20:06:04,2016-01-22 20:16:33,1,2.4,,,-73.97498321533203,40.75791931152344,-73.98326873779297,40.77933120727539,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,13.8 +1,2016-01-16 19:33:44,2016-01-16 19:49:59,2,2.7,,,0.0,0.0,0.0,0.0,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-25 19:41:58,2016-01-25 19:48:33,2,0.9,,,-73.99600982666016,40.76430892944336,-73.98780822753906,40.756290435791016,1,N,1,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-01 17:28:35,2016-01-01 18:00:00,1,18.0,,,-73.95110321044922,40.79765319824219,-73.78976440429688,40.64698028564453,2,Y,1,52.0,0.0,0.5,0.3,14.55,5.54,72.89 +1,2016-01-04 17:02:42,2016-01-04 17:16:47,1,2.4,,,-74.00674438476562,40.70549392700195,-73.98606872558594,40.73476791381836,1,N,1,11.5,1.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-10 00:21:40,2016-01-10 00:27:00,2,1.5,,,-73.98835754394531,40.764305114746094,-73.98272705078125,40.782230377197266,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +1,2016-01-22 00:29:04,2016-01-22 00:34:00,1,0.6,,,-73.98631286621094,40.75739288330078,-73.97908782958984,40.75266647338867,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-08 21:12:58,2016-01-08 21:17:23,3,1.01,,,-73.98771667480469,40.770267486572266,-73.97675323486328,40.778324127197266,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-03 19:50:01,2016-01-03 20:01:27,1,2.1,,,-73.97640991210938,40.758155822753906,-73.99705505371094,40.738372802734375,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,11.3 +1,2016-01-22 12:49:21,2016-01-22 12:54:26,1,0.6,,,0.0,0.0,-73.94676208496094,40.772117614746094,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-07 10:04:00,2016-01-07 10:25:43,1,3.2,,,-74.0084457397461,40.721126556396484,-73.9804458618164,40.749969482421875,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-06 23:47:16,2016-01-06 23:53:14,1,1.0,,,-73.99417114257812,40.740840911865234,-73.97807312011719,40.7342529296875,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-21 06:00:46,2016-01-21 06:07:08,1,1.2,,,-73.97854614257812,40.754112243652344,-73.98285675048828,40.76686096191406,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-05 16:17:10,2016-01-05 16:23:25,1,1.5,,,-73.96590423583984,40.75436782836914,-73.95236206054688,40.77286911010742,1,N,1,7.0,1.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-06 23:00:40,2016-01-06 23:22:14,1,9.5,,,-73.97376251220703,40.78453063964844,-73.89366912841797,40.863563537597656,1,N,2,29.0,0.5,0.5,0.3,0.0,0.0,30.3 +2,2016-01-21 00:10:03,2016-01-21 00:35:48,5,7.45,,,-73.96976470947266,40.75828170776367,-73.94132232666016,40.8438835144043,1,N,1,25.0,0.5,0.5,0.3,5.26,0.0,31.56 +2,2016-01-17 12:29:02,2016-01-17 12:40:05,2,2.33,,,-73.95552062988281,40.77971267700195,-73.98191833496094,40.76869583129883,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-21 19:45:34,2016-01-21 19:52:26,1,1.3,,,-73.97503662109375,40.77737045288086,-73.98017120361328,40.78981018066406,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-03 23:52:30,2016-01-04 23:48:07,4,1.48,,,0.0,0.0,0.0,0.0,1,N,1,8.0,0.5,0.5,0.3,1.4,0.0,10.7 +1,2016-01-28 12:54:50,2016-01-28 13:22:25,1,5.8,,,-73.97472381591797,40.7602653503418,-74.0066909790039,40.705623626708984,1,N,1,23.5,0.0,0.5,0.3,7.25,0.0,31.55 +2,2016-01-08 20:47:44,2016-01-08 21:07:27,5,2.25,,,-74.01398468017578,40.715335845947266,-73.9957046508789,40.72507858276367,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +2,2016-01-03 13:07:51,2016-01-03 13:29:40,1,11.14,,,-73.98387145996094,40.7684211730957,-73.86189270019531,40.76845169067383,1,N,1,31.5,0.0,0.5,0.3,9.46,5.54,47.3 +1,2016-01-13 17:52:23,2016-01-13 17:56:42,4,0.9,,,-73.98085021972656,40.78173828125,-73.97267150878906,40.79322052001953,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-14 11:50:20,2016-01-14 12:09:34,1,3.13,,,-73.97444152832031,40.75742721557617,-74.00646209716797,40.73202133178711,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-19 12:24:49,2016-01-19 12:31:08,1,0.82,,,-73.9795913696289,40.776283264160156,-73.9870376586914,40.76601791381836,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-05 18:34:01,2016-01-05 18:43:07,1,1.8,,,-73.97151184082031,40.74851989746094,-73.97817993164062,40.7293586730957,1,N,1,8.5,1.0,0.5,0.3,2.55,0.0,12.85 +2,2016-01-04 07:48:58,2016-01-04 07:55:09,2,0.93,,,-73.99390411376953,40.75103759765625,-73.98589324951172,40.76213836669922,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-11 10:53:33,2016-01-11 11:01:54,2,1.3,,,-73.96910858154297,40.76067352294922,-73.95800018310547,40.77039337158203,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-11 18:32:24,2016-01-11 18:38:57,1,1.26,,,-74.00457000732422,40.741641998291016,-73.99424743652344,40.74625015258789,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,10.38 +1,2016-01-06 15:31:23,2016-01-06 15:42:11,1,1.1,,,-73.99058532714844,40.75632095336914,-73.98453521728516,40.749393463134766,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-24 19:32:48,2016-01-24 19:48:06,1,1.84,,,-73.9729232788086,40.76681137084961,-73.96659851074219,40.75490188598633,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-03 21:23:28,2016-01-03 21:25:38,1,0.29,,,-73.8272933959961,40.853187561035156,-73.83078002929688,40.85373306274414,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +1,2016-01-25 07:48:28,2016-01-25 08:05:17,1,2.1,,,-73.95303344726562,40.76780700683594,-73.98145294189453,40.762359619140625,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-24 16:49:41,2016-01-24 16:56:06,1,0.9,,,-74.00273132324219,40.7393684387207,-73.99456787109375,40.75069046020508,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-02 17:40:20,2016-01-02 17:54:38,1,2.62,,,-73.9510498046875,40.79434585571289,-73.95571899414062,40.76594161987305,1,N,1,12.0,0.0,0.5,0.3,3.84,0.0,16.64 +1,2016-01-12 21:53:15,2016-01-12 22:05:33,1,5.6,,,-73.86315155029297,40.76986312866211,-73.86589813232422,40.72573471069336,1,N,1,17.0,0.5,0.5,0.3,4.0,0.0,22.3 +2,2016-01-28 00:34:24,2016-01-28 00:39:09,4,1.83,,,-73.98831939697266,40.71818161010742,-73.95610046386719,40.708858489990234,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +1,2016-01-27 09:23:41,2016-01-27 09:30:03,1,0.7,,,-73.96614837646484,40.7654914855957,-73.95511627197266,40.76571273803711,1,N,1,6.0,0.0,0.5,0.3,2.0,0.0,8.8 +2,2016-01-16 00:59:05,2016-01-16 01:03:49,3,1.12,,,-73.98430633544922,40.769771575927734,-73.99491119384766,40.75542068481445,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,8.5 +1,2016-01-16 20:51:25,2016-01-16 21:05:56,2,1.7,,,-73.99879455566406,40.76041030883789,-73.98031616210938,40.746063232421875,1,N,1,11.0,0.5,0.5,0.3,3.05,0.0,15.35 +1,2016-01-18 01:04:59,2016-01-18 01:08:20,1,0.9,,,-73.99127960205078,40.75624465942383,-74.00143432617188,40.74631118774414,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +1,2016-01-04 09:41:57,2016-01-04 09:49:14,1,1.4,,,-73.9634780883789,40.76854705810547,-73.95539093017578,40.78271484375,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,10.35 +2,2016-01-19 23:38:57,2016-01-19 23:46:32,5,2.18,,,-73.9729995727539,40.762611389160156,-73.99649047851562,40.746185302734375,1,N,1,8.5,0.5,0.5,0.3,1.5,0.0,11.3 +1,2016-01-16 19:10:41,2016-01-16 19:23:37,3,2.0,,,-73.99113464355469,40.719635009765625,-74.00840759277344,40.73484802246094,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-19 13:59:15,2016-01-19 14:07:37,1,1.2,,,-73.9723892211914,40.79661178588867,-73.9805908203125,40.78105163574219,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-01 01:22:43,2016-01-01 01:28:38,6,0.86,,,-73.9983139038086,40.739967346191406,-74.00662231445312,40.7302131652832,1,N,1,6.0,0.5,0.5,0.3,0.7,0.0,8.0 +2,2016-01-12 22:30:21,2016-01-12 22:38:47,1,1.95,,,-73.98613739013672,40.75722885131836,-73.98104858398438,40.78098678588867,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-30 11:32:26,2016-01-30 12:03:10,1,3.96,,,-73.95304870605469,40.70676040649414,-73.98983001708984,40.73527145385742,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +1,2016-01-14 20:42:32,2016-01-14 20:50:49,1,1.4,,,-73.98932647705078,40.73830032348633,-73.98426818847656,40.75298309326172,1,N,1,7.5,0.5,0.5,0.3,1.11,0.0,9.91 +2,2016-01-07 16:26:14,2016-01-07 16:31:44,2,1.0,,,-73.99980926513672,40.73841094970703,-74.00862884521484,40.72807312011719,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-29 23:22:40,2016-01-29 23:34:02,1,2.44,,,-74.0159912109375,40.71110153198242,-74.0074234008789,40.74103927612305,1,N,1,11.0,0.5,0.5,0.3,1.0,0.0,13.3 +1,2016-01-22 21:20:26,2016-01-22 21:26:46,2,0.4,,,-73.99275970458984,40.7363166809082,-73.98822021484375,40.734275817871094,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-28 14:31:42,2016-01-28 15:01:04,1,4.9,,,-74.00279998779297,40.74386978149414,-73.9729995727539,40.79844284057617,1,N,1,23.0,0.0,0.5,0.3,4.75,0.0,28.55 +2,2016-01-04 07:31:24,2016-01-04 07:38:26,2,1.2,,,-74.00920104980469,40.705841064453125,-74.00528717041016,40.71910095214844,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,9.49 +2,2016-01-08 19:01:54,2016-01-08 19:14:58,1,1.94,,,-73.94755554199219,40.77535629272461,-73.9686279296875,40.75908660888672,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-08 00:41:06,2016-01-08 00:47:28,1,1.4,,,-73.95543670654297,40.77943801879883,-73.96936798095703,40.79041290283203,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-14 17:00:43,2016-01-14 17:40:18,1,10.0,,,-73.87068176269531,40.773704528808594,-73.98277282714844,40.780029296875,1,N,1,34.5,1.0,0.5,0.3,6.0,5.54,47.84 +1,2016-01-15 14:37:01,2016-01-15 14:45:39,1,1.2,,,-73.97791290283203,40.75242233276367,-73.99891662597656,40.761104583740234,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-15 22:21:10,2016-01-15 22:32:29,1,2.86,,,-73.9832992553711,40.74347686767578,-73.98320007324219,40.71494674682617,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +2,2016-01-29 22:43:35,2016-01-29 22:55:01,1,2.12,,,-73.98250579833984,40.772422790527344,-73.96975708007812,40.75232696533203,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,11.8 +2,2016-01-21 12:38:34,2016-01-21 12:52:26,1,0.96,,,-73.99824523925781,40.735477447509766,-73.98767852783203,40.74317932128906,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-01 20:12:26,2016-01-01 20:39:55,1,17.8,,,-73.78357696533203,40.64863967895508,-73.9819564819336,40.74040222167969,2,N,1,52.0,0.0,0.5,0.3,7.5,5.54,65.84 +2,2016-01-17 00:40:30,2016-01-17 00:54:37,1,2.62,,,-73.98311614990234,40.730525970458984,-74.00382232666016,40.73827362060547,1,N,1,12.0,0.5,0.5,0.3,2.0,0.0,15.3 +2,2016-01-03 18:25:46,2016-01-03 18:48:25,1,8.71,,,-73.87300872802734,40.7741584777832,-73.98127746582031,40.754539489746094,1,N,1,27.0,0.0,0.5,0.3,6.67,5.54,40.01 +2,2016-01-28 13:00:14,2016-01-28 13:22:27,1,1.41,,,-73.97280883789062,40.76205825805664,-73.95404815673828,40.76520919799805,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-03 07:36:57,2016-01-03 07:43:16,3,2.68,,,-73.950927734375,40.78609085083008,-73.97583770751953,40.75823974609375,1,N,1,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-21 22:03:22,2016-01-21 22:35:29,1,8.2,,,-73.9918212890625,40.716304779052734,-73.90767669677734,40.77597427368164,1,N,1,29.0,0.5,0.5,0.3,6.05,0.0,36.35 +2,2016-01-03 13:44:09,2016-01-03 13:59:42,1,2.75,,,-73.99150848388672,40.74984359741211,-73.95870208740234,40.76398849487305,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-30 21:18:50,2016-01-30 21:22:05,1,0.45,,,-73.9820785522461,40.728050231933594,-73.98130798339844,40.73296356201172,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-05 10:33:10,2016-01-05 10:40:06,1,1.1,,,-73.9854736328125,40.753143310546875,-73.97247314453125,40.76240158081055,1,N,1,7.0,0.0,0.5,0.3,2.3,0.0,10.1 +2,2016-01-17 10:11:39,2016-01-17 10:15:33,1,1.03,,,-73.93575286865234,40.761051177978516,-73.94696044921875,40.74924087524414,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-15 17:48:11,2016-01-15 18:11:24,1,1.49,,,-73.98481750488281,40.75912857055664,-73.9839859008789,40.75631332397461,1,N,2,14.5,1.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-16 10:11:12,2016-01-16 10:24:23,1,4.6,,,-73.97509002685547,40.761409759521484,-73.9892807006836,40.72037124633789,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +2,2016-01-25 09:03:30,2016-01-25 09:13:25,2,1.42,,,-73.9919662475586,40.73107147216797,-74.00872802734375,40.71820068359375,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-21 10:20:37,2016-01-21 10:22:51,1,0.46,,,-73.95337677001953,40.77959060668945,-73.94983673095703,40.78548812866211,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-16 02:27:50,2016-01-16 02:30:51,1,0.4,,,-73.95543670654297,40.779327392578125,-73.95012664794922,40.77594757080078,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-18 08:24:53,2016-01-18 08:27:03,1,0.85,,,-73.96585083007812,40.75849914550781,-73.97515869140625,40.75225830078125,1,N,1,4.5,0.0,0.5,0.3,0.7,0.0,6.0 +1,2016-01-17 15:47:20,2016-01-17 16:10:59,2,3.5,,,-73.95886993408203,40.71683120727539,-74.00550842285156,40.71816635131836,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +1,2016-01-09 11:33:02,2016-01-09 11:49:49,1,3.2,,,-73.9976806640625,40.73615646362305,-73.96803283691406,40.77043151855469,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-18 23:43:20,2016-01-18 23:47:29,1,1.11,,,-73.9757308959961,40.767005920410156,-73.97509765625,40.77729797363281,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-29 20:22:59,2016-01-29 20:41:30,3,1.9,,,-73.99222564697266,40.7481575012207,-73.98084259033203,40.730621337890625,1,N,1,12.5,0.5,0.5,0.3,2.75,0.0,16.55 +1,2016-01-01 03:14:18,2016-01-01 03:19:02,1,0.8,,,0.0,0.0,0.0,0.0,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +1,2016-01-02 01:17:40,2016-01-02 01:32:57,1,5.6,,,-73.9796142578125,40.761077880859375,-73.93875122070312,40.823204040527344,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +1,2016-01-04 19:09:10,2016-01-04 19:14:18,1,0.8,,,-74.01143646240234,40.714298248291016,-74.00052642822266,40.714515686035156,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-28 07:31:30,2016-01-28 07:47:08,1,2.8,,,-73.98997497558594,40.740848541259766,-74.01390838623047,40.71391677856445,1,N,1,12.5,0.0,0.5,0.3,3.3,0.0,16.6 +2,2016-01-22 16:28:38,2016-01-22 16:40:22,5,1.74,,,-74.00332641601562,40.7489013671875,-73.9922103881836,40.73374938964844,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-17 00:47:57,2016-01-17 01:02:45,2,7.73,,,-73.99314880371094,40.76266098022461,-73.9306411743164,40.8537483215332,1,N,2,23.0,0.5,0.5,0.3,0.0,0.0,24.3 +1,2016-01-02 18:18:41,2016-01-02 18:38:37,3,7.1,,,-74.01407623291016,40.71304702758789,-73.96468353271484,40.63331604003906,1,N,2,23.5,0.0,0.5,0.3,0.0,5.54,29.84 +2,2016-01-26 10:19:56,2016-01-26 10:57:12,1,6.88,,,-73.87442779541016,40.77399826049805,-73.93855285644531,40.805721282958984,1,N,1,30.5,0.0,0.5,0.3,7.37,5.54,44.21 +1,2016-01-16 17:41:37,2016-01-16 17:50:17,1,1.7,,,0.0,0.0,-74.00530242919922,40.72872543334961,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-01 03:03:47,2016-01-01 03:13:42,2,2.0,,,-73.90489959716797,40.753292083740234,-73.93650817871094,40.75518798828125,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-05 08:08:03,2016-01-05 08:30:57,1,1.85,,,-73.9455795288086,40.8018798828125,-73.95800018310547,40.77936935424805,1,N,1,14.5,0.0,0.5,0.3,2.0,0.0,17.3 +2,2016-01-03 11:24:03,2016-01-03 11:29:56,1,1.34,,,-73.95245361328125,40.77714157104492,-73.96452331542969,40.760162353515625,1,N,1,6.5,0.0,0.5,0.3,1.2,0.0,8.5 +2,2016-01-04 20:58:45,2016-01-04 21:12:02,1,2.65,,,-73.9892578125,40.748069763183594,-73.95993041992188,40.767730712890625,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,15.36 +2,2016-01-23 02:53:33,2016-01-23 02:56:35,5,0.39,,,-73.99057006835938,40.73374938964844,-73.98400115966797,40.73017883300781,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-18 03:51:57,2016-01-18 04:01:23,1,2.0,,,-73.98716735839844,40.729034423828125,-74.00604248046875,40.70954513549805,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-20 14:00:48,2016-01-20 14:16:03,2,1.52,,,-73.9964599609375,40.74171829223633,-73.97882843017578,40.75300598144531,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +2,2016-01-01 23:49:50,2016-01-02 00:21:08,1,20.73,,,-73.77669525146484,40.645320892333984,-74.0251235961914,40.62910079956055,1,N,1,56.0,0.5,0.5,0.3,8.0,0.0,65.3 +1,2016-01-09 23:54:54,2016-01-10 00:03:00,4,1.2,,,-73.99430084228516,40.71944046020508,-74.005126953125,40.719207763671875,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-19 20:22:43,2016-01-19 20:33:42,1,2.4,,,-73.98111724853516,40.76161575317383,-73.95207214355469,40.772972106933594,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-12 12:58:28,2016-01-12 13:04:06,5,0.49,,,-73.9775390625,40.779300689697266,-73.98206329345703,40.772918701171875,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-07 06:01:48,2016-01-07 06:24:54,1,5.8,,,-73.9706802368164,40.79376983642578,-73.93313598632812,40.73704147338867,1,N,1,21.0,0.0,0.5,0.3,4.35,0.0,26.15 +1,2016-01-27 18:19:14,2016-01-27 18:57:44,1,6.8,,,-73.9929428100586,40.76841354370117,-73.95724487304688,40.71210861206055,1,N,1,28.0,1.0,0.5,0.3,5.95,0.0,35.75 +1,2016-01-22 12:56:52,2016-01-22 13:12:51,1,2.7,,,-73.97399139404297,40.75340270996094,-73.97239685058594,40.781288146972656,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-20 07:26:29,2016-01-20 07:29:23,1,0.82,,,-73.9922866821289,40.74907684326172,-73.99029541015625,40.74090576171875,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,6.62 +2,2016-01-29 20:12:40,2016-01-29 20:25:52,2,1.69,,,-73.9800796508789,40.775691986083984,-73.98121643066406,40.75886154174805,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-15 15:37:03,2016-01-15 15:52:28,1,1.97,,,-73.96444702148438,40.773162841796875,-73.98756408691406,40.76530838012695,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-08 11:40:54,2016-01-08 11:57:56,1,2.0,,,-73.94711303710938,40.77157974243164,-73.97355651855469,40.7636604309082,1,N,1,12.5,0.0,0.5,0.3,3.33,0.0,16.63 +2,2016-01-22 17:48:55,2016-01-22 17:55:30,1,0.67,,,-74.0038833618164,40.72377014160156,-74.00957489013672,40.721492767333984,1,N,1,6.0,1.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-29 20:12:32,2016-01-29 20:22:19,1,2.49,,,-73.95767974853516,40.76517105102539,-73.97509002685547,40.73483657836914,1,N,1,10.5,0.5,0.5,0.3,1.2,0.0,13.0 +1,2016-01-28 14:36:52,2016-01-28 14:44:47,1,0.9,,,-73.96580505371094,40.76283645629883,-73.96699523925781,40.772464752197266,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-07 17:34:41,2016-01-07 18:00:35,1,3.9,,,-73.97149658203125,40.75875473022461,-73.93482971191406,40.80330276489258,1,N,2,18.5,1.0,0.5,0.3,0.0,0.0,20.3 +1,2016-01-01 03:11:18,2016-01-01 03:35:16,4,5.8,,,0.0,0.0,0.0,0.0,1,N,1,21.5,0.5,0.5,0.3,4.55,0.0,27.35 +1,2016-01-03 10:58:06,2016-01-03 11:02:23,1,0.7,,,-73.97879791259766,40.76247787475586,-73.98190307617188,40.77000045776367,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-05 07:49:40,2016-01-05 08:00:04,2,2.2,,,-73.96176147460938,40.7769775390625,-73.98174285888672,40.75236892700195,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-30 23:33:46,2016-01-31 00:04:09,1,6.0,,,-73.9851303100586,40.760379791259766,-74.01271057128906,40.70179748535156,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,24.8 +2,2016-01-26 10:02:58,2016-01-26 10:13:38,6,0.73,,,-74.00199890136719,40.7404899597168,-73.99523162841797,40.74962615966797,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-16 10:50:30,2016-01-16 10:57:43,1,2.1,,,-73.99501037597656,40.759586334228516,-73.96780395507812,40.766849517822266,1,Y,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-01 21:34:37,2016-01-01 21:49:55,1,1.6,,,-73.98832702636719,40.75838088989258,-73.98738098144531,40.76875686645508,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-29 21:59:42,2016-01-29 22:58:45,1,29.0,,,-74.0005874633789,40.738853454589844,-73.78388214111328,40.78346252441406,1,N,1,81.5,0.5,0.5,0.3,0.0,5.54,88.34 +1,2016-01-12 12:31:57,2016-01-12 12:48:27,1,2.6,,,-74.01004028320312,40.72083282470703,-73.98408508300781,40.693748474121094,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-11 10:08:20,2016-01-11 10:25:48,1,5.5,,,-73.97526550292969,40.74561309814453,-74.01576232910156,40.7117919921875,1,N,1,19.5,0.0,0.5,0.3,4.05,0.0,24.35 +2,2016-01-19 06:54:28,2016-01-20 06:00:04,1,9.79,,,-73.77690124511719,40.64550018310547,-73.79788208007812,40.72024917602539,1,N,1,35.0,0.0,0.5,0.3,0.0,0.0,35.8 +2,2016-01-16 15:45:25,2016-01-16 15:50:38,5,1.78,,,-73.96829986572266,40.75918960571289,-73.9524154663086,40.78099822998047,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-12 15:07:56,2016-01-12 16:06:47,1,21.59,,,-73.77665710449219,40.645320892333984,-73.93769073486328,40.84587097167969,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-17 00:02:24,2016-01-17 00:23:30,1,3.0,,,-73.98811340332031,40.74582290649414,-73.98802185058594,40.745826721191406,1,N,1,14.5,0.5,0.5,0.3,3.16,0.0,18.96 +1,2016-01-20 22:06:59,2016-01-20 22:30:51,1,5.2,,,-73.98872375488281,40.748592376708984,-73.97368621826172,40.68754196166992,1,N,1,20.0,0.5,0.5,0.3,3.2,0.0,24.5 +2,2016-01-01 01:40:48,2016-01-01 01:54:17,1,5.42,,,-73.99199676513672,40.7696418762207,-73.93939208984375,40.805118560791016,1,N,1,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +2,2016-01-15 22:32:57,2016-01-15 22:46:40,5,1.4,,,-73.98200988769531,40.76553726196289,-73.99809265136719,40.75662612915039,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-04 09:42:24,2016-01-04 10:03:25,4,3.53,,,-73.9849624633789,40.74619674682617,-74.01131439208984,40.70857238769531,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-12 17:43:53,2016-01-12 17:46:49,3,0.6,,,-73.94779968261719,40.780548095703125,-73.95613098144531,40.77872085571289,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-04 08:01:49,2016-01-04 08:15:43,2,1.8,,,-73.99656677246094,40.7318229675293,-73.97483825683594,40.73556137084961,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-02 18:13:59,2016-01-02 18:37:48,1,2.8,,,-73.97765350341797,40.78411102294922,-73.99032592773438,40.75113296508789,1,N,1,16.5,0.0,0.5,0.3,3.45,0.0,20.75 +2,2016-01-27 01:26:30,2016-01-27 01:26:38,1,0.01,,,-73.93667602539062,40.764808654785156,-73.93663787841797,40.764888763427734,1,N,3,-2.5,-0.5,-0.5,-0.3,0.0,0.0,-3.8 +1,2016-01-28 00:01:20,2016-01-28 00:07:25,1,1.3,,,-73.9189224243164,40.75910186767578,-73.92630767822266,40.77168273925781,1,N,1,6.5,0.5,0.5,0.3,1.4,0.0,9.2 +1,2016-01-05 08:11:40,2016-01-05 08:18:10,2,0.8,,,-73.9695816040039,40.75730514526367,-73.9771499633789,40.75886154174805,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-22 02:22:47,2016-01-22 02:29:07,1,1.7,,,-74.0050277709961,40.719486236572266,-74.0049819946289,40.739952087402344,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +2,2016-01-20 22:44:40,2016-01-20 22:51:58,1,1.94,,,-73.99650573730469,40.762657165527344,-73.99669647216797,40.74254608154297,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-06 14:24:01,2016-01-06 14:37:42,5,1.36,,,-73.986572265625,40.7428092956543,-73.98178100585938,40.75865936279297,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-05 21:13:40,2016-01-05 21:23:27,1,1.77,,,-73.98291015625,40.7448616027832,-73.96576690673828,40.7628288269043,1,N,1,9.0,0.5,0.5,0.3,1.0,0.0,11.3 +1,2016-01-11 19:58:02,2016-01-11 20:12:39,1,6.3,,,-74.01182556152344,40.70293426513672,-73.98899841308594,40.75865173339844,1,N,2,20.0,1.0,0.5,0.3,0.0,0.0,21.8 +1,2016-01-29 18:00:13,2016-01-29 18:04:03,1,0.6,,,-73.97550964355469,40.78992462158203,-73.97215270996094,40.797088623046875,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-17 20:41:33,2016-01-17 20:46:29,1,0.7,,,-73.98332977294922,40.76118469238281,-73.97309875488281,40.75565719604492,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-21 22:25:36,2016-01-21 22:33:52,1,1.57,,,-73.99496459960938,40.76047134399414,-73.97386932373047,40.76410675048828,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-07 16:37:40,2016-01-07 16:59:19,2,3.95,,,-73.98808288574219,40.73774719238281,-73.94881439208984,40.77366638183594,1,N,1,15.5,1.0,0.5,0.3,2.0,0.0,19.3 +1,2016-01-29 07:54:36,2016-01-29 08:04:45,1,1.3,,,-73.97380828857422,40.76131820678711,-73.9900894165039,40.75695037841797,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-07 19:33:57,2016-01-07 19:58:00,1,5.2,,,-73.97970581054688,40.783958435058594,-73.9876937866211,40.73284912109375,1,N,2,20.5,1.0,0.5,0.3,0.0,0.0,22.3 +2,2016-01-11 10:16:20,2016-01-11 10:30:57,1,1.73,,,-73.98932647705078,40.776729583740234,-73.9986343383789,40.75599670410156,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +1,2016-01-13 17:43:12,2016-01-13 17:50:29,2,1.2,,,-73.99147033691406,40.73163986206055,-74.00375366210938,40.716949462890625,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-24 20:06:08,2016-01-24 20:12:26,1,1.07,,,-73.98990631103516,40.7352409362793,-73.98017883300781,40.74592971801758,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-22 08:02:37,2016-01-22 08:10:06,1,0.75,,,-73.99073791503906,40.74562072753906,-73.97911834716797,40.74123001098633,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-18 15:29:40,2016-01-18 15:38:28,1,1.5,,,-73.97489166259766,40.75887680053711,-73.9803466796875,40.77445983886719,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-18 17:18:01,2016-01-18 17:21:20,2,0.54,,,-73.97148895263672,40.78236389160156,-73.97663879394531,40.78048324584961,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-30 03:59:11,2016-01-30 04:29:52,2,5.9,,,-74.00083923339844,40.731685638427734,-73.91270446777344,40.698001861572266,1,N,1,23.5,0.5,0.5,0.3,7.4,0.0,32.2 +1,2016-01-16 22:42:20,2016-01-16 22:42:20,4,0.0,,,-73.98005676269531,40.780548095703125,0.0,0.0,1,Y,2,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +2,2016-01-22 08:33:32,2016-01-22 08:40:19,1,1.05,,,-73.99286651611328,40.7368278503418,-73.99381256103516,40.7465934753418,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-20 22:31:03,2016-01-20 22:35:46,1,1.58,,,-74.00324249267578,40.7507209777832,-73.9913558959961,40.765174865722656,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-17 03:46:01,2016-01-17 04:01:30,1,4.99,,,-73.98543548583984,40.732643127441406,-74.0149154663086,40.70956039428711,1,N,1,17.0,0.5,0.5,0.3,2.0,0.0,20.3 +1,2016-01-03 13:35:22,2016-01-03 13:45:52,1,2.4,,,-73.98628234863281,40.74625778198242,-74.00096893310547,40.72399139404297,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-04 13:06:52,2016-01-04 13:30:46,1,4.3,,,-73.99510192871094,40.72511291503906,-73.96116638183594,40.77922439575195,1,N,1,18.5,0.0,0.5,0.3,3.0,0.0,22.3 +2,2016-01-22 10:21:36,2016-01-22 10:24:46,1,0.31,,,-73.96500396728516,40.75584030151367,-73.9704818725586,40.75750732421875,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-11 10:26:46,2016-01-11 10:35:01,2,4.85,,,-73.97175598144531,40.79438781738281,-73.93540954589844,40.8505744934082,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +1,2016-01-22 20:17:17,2016-01-22 20:29:18,1,2.2,,,-73.96172332763672,40.764095306396484,-73.9830093383789,40.73872756958008,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-16 15:07:38,2016-01-16 15:30:19,1,3.4,,,-73.99360656738281,40.74992752075195,-73.95892333984375,40.78068542480469,1,N,2,17.0,0.0,0.5,0.3,0.0,0.0,17.8 +2,2016-01-26 20:16:34,2016-01-26 20:31:47,1,4.57,,,-74.01273345947266,40.71723175048828,-73.9908676147461,40.77513885498047,1,N,1,16.0,0.5,0.5,0.3,3.46,0.0,20.76 +1,2016-01-14 18:00:18,2016-01-14 18:19:17,1,1.4,,,-73.99290466308594,40.742469787597656,-73.98860931396484,40.758663177490234,1,N,1,12.5,1.0,0.5,0.3,1.5,0.0,15.8 +2,2016-01-29 20:18:19,2016-01-29 20:29:24,1,1.8,,,-73.97540283203125,40.758243560791016,-73.99226379394531,40.7494010925293,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-14 20:44:59,2016-01-14 20:54:35,2,1.5,,,-73.97205352783203,40.753753662109375,-73.99267578125,40.751007080078125,1,N,1,8.0,0.5,0.5,0.3,2.3,0.0,11.6 +1,2016-01-21 06:36:47,2016-01-21 06:46:44,1,2.1,,,-73.99295806884766,40.757110595703125,-73.9847412109375,40.736595153808594,1,N,1,9.5,0.0,0.5,0.3,1.5,0.0,11.8 +1,2016-01-29 21:35:49,2016-01-29 21:47:19,2,1.6,,,-74.00542449951172,40.739051818847656,-74.00703430175781,40.715946197509766,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +2,2016-01-19 10:39:36,2016-01-19 10:48:15,1,0.7,,,-73.998046875,40.740779876708984,-73.99594116210938,40.74831008911133,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-29 08:56:17,2016-01-29 09:06:09,1,1.1,,,-73.98260498046875,40.7311897277832,-73.98076629638672,40.74435043334961,1,N,1,8.5,0.0,0.5,0.3,2.3,0.0,11.6 +1,2016-01-03 05:33:26,2016-01-03 05:55:22,1,9.3,,,-73.9820556640625,40.778076171875,-73.86156463623047,40.76820755004883,1,N,2,27.5,0.5,0.5,0.3,0.0,0.0,28.8 +1,2016-01-19 16:27:38,2016-01-19 16:39:15,1,2.2,,,-73.98097229003906,40.730743408203125,-73.96578979492188,40.75438690185547,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-03 02:48:05,2016-01-03 03:04:25,1,2.7,,,-73.98872375488281,40.72119903564453,-73.9787826538086,40.741241455078125,1,N,1,13.0,0.5,0.5,0.3,2.85,0.0,17.15 +2,2016-01-07 18:18:27,2016-01-07 18:34:48,1,2.54,,,-74.00248718261719,40.750179290771484,-73.9726333618164,40.76288986206055,1,N,1,12.5,1.0,0.5,0.3,1.0,0.0,15.3 +1,2016-01-20 13:23:53,2016-01-20 13:32:17,1,0.9,,,-73.97891998291016,40.762393951416016,-73.97494506835938,40.75260925292969,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-09 10:38:02,2016-01-09 10:41:55,3,0.6,,,-73.96029663085938,40.766117095947266,-73.96859741210938,40.76412582397461,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +1,2016-01-22 22:49:52,2016-01-22 23:18:11,1,8.1,,,-73.97614288330078,40.75224685668945,-73.96410369873047,40.68532180786133,1,N,1,26.5,0.5,0.5,0.3,5.0,0.0,32.8 +1,2016-01-05 00:50:11,2016-01-05 01:07:48,1,9.5,,,-73.78271484375,40.64442825317383,-73.90219116210938,40.63140869140625,1,N,2,28.0,0.5,0.5,0.3,0.0,0.0,29.3 +2,2016-01-16 16:21:41,2016-01-16 16:32:08,1,4.23,,,-73.77669525146484,40.64537811279297,-73.81226348876953,40.67634582519531,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +1,2016-01-03 08:17:54,2016-01-03 08:19:57,2,0.4,,,-73.97508239746094,40.724979400634766,-73.97814178466797,40.72925567626953,1,N,1,3.5,0.0,0.5,0.3,1.8,0.0,6.1 +2,2016-01-01 11:43:06,2016-01-01 11:56:40,2,4.38,,,-74.01409149169922,40.710079193115234,-73.98695373535156,40.7469596862793,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-30 22:15:47,2016-01-30 22:25:07,5,1.69,,,-73.98872375488281,40.758846282958984,-74.00585174560547,40.74516296386719,1,N,1,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-14 10:35:09,2016-01-14 11:06:12,1,12.0,,,-73.9847640991211,40.76963424682617,-73.86146545410156,40.76813888549805,1,N,1,37.0,0.0,0.5,0.3,13.0,5.54,56.34 +1,2016-01-05 21:25:26,2016-01-05 21:38:52,1,2.5,,,-73.98419952392578,40.72092819213867,-73.97730255126953,40.749534606933594,1,N,1,11.0,0.5,0.5,0.3,3.0,0.0,15.3 +1,2016-01-30 23:57:23,2016-01-31 00:14:37,1,1.8,,,-73.98089599609375,40.74272918701172,-74.00302124023438,40.733150482177734,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +2,2016-01-05 09:23:58,2016-01-05 09:28:28,1,0.56,,,-73.96112823486328,40.77492904663086,-73.95401763916016,40.7772102355957,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-07 18:56:54,2016-01-07 19:00:22,1,1.35,,,-73.97795867919922,40.783607482910156,-73.96663665771484,40.7999382019043,1,N,1,5.5,1.0,0.5,0.3,1.82,0.0,9.12 +1,2016-01-21 18:38:30,2016-01-21 19:01:12,1,2.0,,,-73.98995971679688,40.7441291809082,-73.98927307128906,40.7219123840332,1,N,1,15.0,1.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-28 20:49:34,2016-01-28 20:56:40,1,1.06,,,-73.968017578125,40.75559997558594,-73.98107147216797,40.75120162963867,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 08:54:37,2016-01-11 09:02:44,1,0.99,,,-73.95545959472656,40.782718658447266,-73.96479034423828,40.77268981933594,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-11 08:21:09,2016-01-11 08:25:07,1,0.69,,,-74.00821685791016,40.7220458984375,-74.00668334960938,40.731746673583984,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +2,2016-01-29 07:27:04,2016-01-29 07:34:06,2,1.8,,,-73.98303985595703,40.76675033569336,-73.97319793701172,40.79018020629883,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-08 19:42:04,2016-01-08 19:50:09,2,0.9,,,-73.95584869384766,40.772342681884766,-73.95977783203125,40.76127243041992,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-30 18:24:10,2016-01-30 18:40:49,2,3.69,,,-73.9558334350586,40.77242660522461,-73.97931671142578,40.734981536865234,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-19 07:12:02,2016-01-19 07:15:10,1,1.08,,,-73.99246978759766,40.76369857788086,-73.98342895507812,40.77648162841797,1,N,1,5.0,0.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-29 19:34:24,2016-01-29 19:39:00,6,1.25,,,-73.9732437133789,40.764034271240234,-73.96092224121094,40.77485656738281,1,N,1,6.0,1.0,0.5,0.3,1.5,0.0,9.3 +2,2016-01-13 09:27:50,2016-01-13 09:46:06,2,2.72,,,-73.99309539794922,40.752349853515625,-73.96369171142578,40.77410888671875,1,N,1,13.5,0.0,0.5,0.3,3.58,0.0,17.88 +2,2016-01-25 10:12:50,2016-01-25 10:22:58,5,1.12,,,-73.9808349609375,40.733665466308594,-73.97936248779297,40.7453727722168,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-07 14:30:21,2016-01-07 14:36:56,1,1.49,,,-74.00289916992188,40.760433197021484,-74.00579833984375,40.741146087646484,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-27 14:36:57,2016-01-27 14:42:26,4,0.46,,,-73.98883819580078,40.75333023071289,-73.99346160888672,40.747711181640625,1,N,1,5.0,0.0,0.5,0.3,1.16,0.0,6.96 +1,2016-01-05 08:39:44,2016-01-05 08:48:58,1,1.0,,,-73.95114135742188,40.77464294433594,-73.95496368408203,40.76521301269531,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-14 15:03:17,2016-01-14 15:23:55,2,8.7,,,-73.87446594238281,40.77408218383789,-73.9828872680664,40.7393684387207,1,N,1,26.5,0.0,0.5,0.3,6.55,5.54,39.39 +2,2016-01-09 16:38:28,2016-01-09 16:49:20,2,2.0,,,-73.96704864501953,40.76655960083008,-73.967529296875,40.7877311706543,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-03 02:16:22,2016-01-03 02:27:02,1,1.69,,,-74.00251007080078,40.73427963256836,-73.9846420288086,40.72018814086914,1,N,1,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-05 17:37:46,2016-01-05 17:44:05,1,0.7,,,-73.99171447753906,40.737815856933594,-73.99917602539062,40.744361877441406,1,N,1,6.0,1.0,0.5,0.3,1.95,0.0,9.75 +1,2016-01-07 12:50:46,2016-01-07 13:30:51,1,7.9,,,-73.99690246582031,40.737117767333984,-73.91252136230469,40.684871673583984,1,N,3,31.5,0.0,0.5,0.3,0.0,0.0,32.3 +2,2016-01-17 23:48:57,2016-01-17 23:53:59,1,1.34,,,-74.00273132324219,40.73080062866211,-74.00408935546875,40.72188186645508,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-21 05:31:41,2016-01-21 05:35:45,1,0.4,,,-74.00645446777344,40.71400833129883,-74.01373291015625,40.7146110534668,1,N,1,4.5,0.5,0.5,0.3,1.7,0.0,7.5 +2,2016-01-04 20:01:11,2016-01-04 20:04:09,1,0.49,,,-73.96511840820312,40.75553894042969,-73.96050262451172,40.7617301940918,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-08 19:00:48,2016-01-08 19:18:15,1,2.82,,,-73.98184967041016,40.765350341796875,-73.94577026367188,40.77326965332031,1,N,1,13.5,1.0,0.5,0.3,2.0,0.0,17.3 +2,2016-01-09 04:00:56,2016-01-09 04:19:12,1,2.94,,,-74.00686645507812,40.74446105957031,-73.97176361083984,40.754249572753906,1,N,1,13.5,0.5,0.5,0.3,1.0,0.0,15.8 +2,2016-01-07 10:16:04,2016-01-07 10:33:18,4,5.96,,,-73.97177124023438,40.75486755371094,-74.01727294921875,40.70539093017578,1,N,1,20.0,0.0,0.5,0.3,3.2,0.0,24.0 +2,2016-01-10 07:39:54,2016-01-10 07:49:42,5,3.79,,,-73.93961334228516,40.81018829345703,-73.97322845458984,40.764041900634766,1,N,1,12.5,0.0,0.5,0.3,1.5,0.0,14.8 +1,2016-01-14 10:57:57,2016-01-14 11:05:19,1,1.2,,,-73.99041748046875,40.756072998046875,-73.97540283203125,40.76536560058594,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-30 11:55:52,2016-01-30 11:56:43,1,0.18,,,-73.96627807617188,40.75312042236328,-73.96910858154297,40.75444793701172,5,N,1,20.0,0.0,0.0,0.3,4.06,0.0,24.36 +1,2016-01-28 19:44:24,2016-01-28 20:03:04,2,2.0,,,-73.98211669921875,40.740413665771484,-74.00323486328125,40.728702545166016,1,N,1,12.5,1.0,0.5,0.3,3.55,0.0,17.85 +2,2016-01-10 20:49:16,2016-01-10 20:55:05,6,1.11,,,-73.97982788085938,40.78321838378906,-73.99127960205078,40.77486038208008,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,9.12 +1,2016-01-12 21:40:32,2016-01-12 22:01:36,1,10.2,,,-73.86314392089844,40.769813537597656,-73.96407318115234,40.679443359375,1,N,1,30.5,0.5,0.5,0.3,2.5,0.0,34.3 +2,2016-01-26 04:52:44,2016-01-26 05:03:54,5,4.09,,,-73.96813201904297,40.762271881103516,-73.9001693725586,40.74795150756836,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +1,2016-01-08 10:46:27,2016-01-08 10:55:18,1,1.4,,,-73.97191619873047,40.74629211425781,-73.9802017211914,40.76057434082031,1,N,1,7.5,0.0,0.5,0.3,1.7,0.0,10.0 +2,2016-01-06 08:51:02,2016-01-06 08:57:40,1,0.99,,,-74.01017761230469,40.72013854980469,-74.00688934326172,40.73003005981445,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-11 21:38:26,2016-01-11 21:59:25,5,6.07,,,-73.98481750488281,40.744781494140625,-73.95870208740234,40.8148307800293,1,N,1,20.5,0.5,0.5,0.3,4.36,0.0,26.16 +2,2016-01-15 18:20:49,2016-01-15 18:30:13,1,1.48,,,-73.9588394165039,40.77745056152344,-73.97380065917969,40.763336181640625,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-27 14:55:26,2016-01-27 15:13:10,1,2.2,,,-73.98906707763672,40.75362014770508,-73.99691009521484,40.726715087890625,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,14.3 +2,2016-01-22 07:55:59,2016-01-22 08:08:06,2,1.54,,,-73.99176788330078,40.738651275634766,-73.97853088378906,40.753971099853516,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-29 09:30:55,2016-01-29 09:39:29,1,1.17,,,-73.98258209228516,40.76414108276367,-73.97978210449219,40.751251220703125,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-26 12:35:06,2016-01-26 12:51:49,1,1.3,,,-73.95782470703125,40.761497497558594,-73.97181701660156,40.7503662109375,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-11 09:26:45,2016-01-11 10:06:47,1,8.3,,,-73.9937744140625,40.69594955444336,-73.9971923828125,40.756439208984375,1,N,2,31.5,0.0,0.5,0.3,0.0,0.0,32.3 +1,2016-01-03 19:49:20,2016-01-03 20:01:30,2,2.8,,,-73.96743774414062,40.79804611206055,-73.94189453125,40.82986831665039,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-16 00:06:27,2016-01-16 00:12:08,1,1.18,,,-73.98240661621094,40.76462936401367,-73.99456024169922,40.7625617980957,1,N,1,6.0,0.5,0.5,0.3,1.82,0.0,9.12 +1,2016-01-11 12:53:37,2016-01-11 13:06:48,1,1.5,,,-73.97415161132812,40.757530212402344,-73.95557403564453,40.76422119140625,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-28 10:17:55,2016-01-28 10:49:12,5,11.9,,,-73.7862548828125,40.64189910888672,-73.93883514404297,40.665592193603516,1,N,2,37.0,0.0,0.5,0.3,0.0,0.0,37.8 +2,2016-01-01 02:26:21,2016-01-01 02:27:18,1,0.13,,,-73.9962387084961,40.763458251953125,-73.99517059326172,40.765201568603516,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +1,2016-01-22 10:06:44,2016-01-22 10:23:55,1,2.3,,,-73.98982238769531,40.7520866394043,-74.00241088867188,40.7238883972168,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-05 11:23:57,2016-01-05 11:31:37,1,1.05,,,-73.98847961425781,40.723148345947266,-74.00372314453125,40.722599029541016,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-13 07:35:56,2016-01-13 07:51:30,1,3.1,,,-73.99055480957031,40.7390022277832,-74.00765991210938,40.70589828491211,1,N,1,12.5,0.0,0.5,0.3,1.33,0.0,14.63 +2,2016-01-26 14:15:53,2016-01-26 14:43:44,1,4.58,,,-73.98491668701172,40.76015853881836,-74.01319122314453,40.714500427246094,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,20.3 +1,2016-01-06 22:21:50,2016-01-06 22:39:39,1,3.5,,,-73.94320678710938,40.77785110473633,-73.98479461669922,40.76650619506836,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +1,2016-01-06 20:46:33,2016-01-06 21:12:35,1,6.8,,,-73.99153137207031,40.735111236572266,-73.95552825927734,40.800331115722656,1,N,1,25.0,0.5,0.5,0.3,5.25,0.0,31.55 +1,2016-01-22 07:21:07,2016-01-22 07:26:58,1,1.0,,,-73.99542999267578,40.75458908081055,-73.99134826660156,40.76445770263672,1,N,1,5.5,0.0,0.5,0.3,1.85,0.0,8.15 +2,2016-01-18 20:03:14,2016-01-18 20:03:29,1,0.08,,,-73.99790954589844,40.736000061035156,-73.99726867675781,40.73662185668945,1,N,1,2.5,0.5,0.5,0.3,1.0,0.0,4.8 +2,2016-01-03 02:56:20,2016-01-03 03:00:34,2,0.9,,,-73.99498748779297,40.73649978637695,-73.9826431274414,40.73554992675781,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +1,2016-01-20 18:16:42,2016-01-20 18:36:42,1,1.7,,,-73.9914321899414,40.74988555908203,-73.97732543945312,40.74930953979492,1,N,2,13.0,1.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-16 03:30:15,2016-01-16 03:36:40,1,1.44,,,-73.98051452636719,40.67648696899414,-73.98969268798828,40.688785552978516,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-15 19:35:46,2016-01-15 19:54:45,1,5.7,,,-73.98518371582031,40.763336181640625,-73.94380187988281,40.80720138549805,1,N,1,20.0,1.0,0.5,0.3,4.36,0.0,26.16 +2,2016-01-05 08:29:27,2016-01-05 08:34:59,5,1.13,,,-73.99381256103516,40.73566818237305,-74.00692749023438,40.72872543334961,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-13 19:30:41,2016-01-13 19:52:10,2,3.9,,,-73.97420501708984,40.75062561035156,-73.96257019042969,40.794944763183594,1,N,1,16.5,1.0,0.5,0.3,3.66,0.0,21.96 +2,2016-01-14 09:01:03,2016-01-14 09:42:14,1,4.15,,,-73.95886993408203,40.7689208984375,-73.98700714111328,40.745269775390625,1,N,1,26.5,0.0,0.5,0.3,6.82,0.0,34.12 +1,2016-01-11 01:00:47,2016-01-11 01:03:26,1,0.9,,,-73.9598617553711,40.762306213378906,-73.95632934570312,40.771461486816406,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-06 05:38:35,2016-01-06 05:43:38,2,0.89,,,-73.99022674560547,40.75592803955078,-73.97779083251953,40.75450134277344,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,8.84 +2,2016-01-03 21:23:44,2016-01-03 21:23:50,1,0.0,,,0.0,0.0,-73.78972625732422,40.64365005493164,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +2,2016-01-27 18:06:15,2016-01-27 18:08:13,1,0.6,,,-73.95599365234375,40.788055419921875,-73.96053314208984,40.781551361083984,1,N,1,4.0,1.0,0.5,0.3,1.0,0.0,6.8 +2,2016-01-10 14:49:39,2016-01-10 14:53:49,1,0.92,,,-73.99104309082031,40.760311126708984,-74.002197265625,40.755619049072266,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-17 10:37:34,2016-01-17 10:44:30,1,1.2,,,-73.96656036376953,40.76703643798828,-73.98201751708984,40.76823806762695,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-21 16:00:22,2016-01-21 16:12:02,1,1.0,,,-73.96743774414062,40.7618408203125,-73.95442962646484,40.76592254638672,1,N,1,8.5,1.0,0.5,0.3,1.0,0.0,11.3 +2,2016-01-28 12:24:22,2016-01-28 12:35:09,3,0.66,,,-73.97241973876953,40.75953674316406,-73.97974395751953,40.755001068115234,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-09 21:28:06,2016-01-09 21:38:44,1,1.57,,,-73.97872924804688,40.74272537231445,-73.97735595703125,40.72612380981445,1,N,1,8.5,0.5,0.5,0.3,1.76,0.0,11.56 +2,2016-01-10 15:37:13,2016-01-10 15:54:07,1,2.87,,,-73.9912109375,40.7471809387207,-73.96732330322266,40.7724609375,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-13 12:26:37,2016-01-13 12:37:10,1,0.54,,,-73.98241424560547,40.7684211730957,-73.97348022460938,40.764488220214844,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +2,2016-01-21 21:37:55,2016-01-21 21:53:32,1,2.21,,,-73.97201538085938,40.759464263916016,-73.98773956298828,40.73249816894531,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-10 11:50:31,2016-01-10 11:55:51,1,0.9,,,-74.00128173828125,40.73118209838867,-74.00725555419922,40.73394012451172,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-07 17:42:45,2016-01-07 17:48:43,1,1.0,,,-73.94692993164062,40.77598190307617,-73.95065307617188,40.78580856323242,1,N,1,6.0,1.0,0.5,0.3,3.0,0.0,10.8 +1,2016-01-16 19:08:53,2016-01-16 19:27:55,1,3.4,,,-73.98638153076172,40.743289947509766,-73.98282623291016,40.78007888793945,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,18.95 +1,2016-01-22 07:53:17,2016-01-22 08:04:57,1,1.7,,,-73.99431610107422,40.751590728759766,-73.99112701416016,40.73600387573242,1,N,1,9.5,0.0,0.5,0.3,3.05,0.0,13.35 +2,2016-01-13 11:19:27,2016-01-13 11:27:09,2,1.03,,,-73.98343658447266,40.76939010620117,-73.97496795654297,40.7619514465332,1,N,1,6.5,0.0,0.5,0.3,2.19,0.0,9.49 +1,2016-01-19 09:57:11,2016-01-19 10:07:07,1,0.8,,,-73.98587036132812,40.75228500366211,-73.99983215332031,40.75893783569336,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-29 22:39:17,2016-01-29 22:57:56,1,2.79,,,-73.98859405517578,40.75899124145508,-74.0008316040039,40.729061126708984,1,N,1,14.0,0.5,0.5,0.3,3.06,0.0,18.36 +1,2016-01-08 19:41:50,2016-01-08 19:50:42,2,1.2,,,-73.9882583618164,40.73196029663086,-74.00597381591797,40.73601150512695,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-18 15:14:15,2016-01-18 15:18:32,1,1.3,,,-74.00326538085938,40.72758483886719,-74.00507354736328,40.74090576171875,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-09 13:36:04,2016-01-09 13:41:36,1,0.86,,,-73.98049926757812,40.73057174682617,-73.99064636230469,40.736671447753906,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-26 14:19:23,2016-01-26 15:09:42,1,19.84,,,-73.78202819824219,40.64473342895508,-73.95893859863281,40.77821731567383,2,N,1,52.0,0.0,0.5,0.3,14.58,5.54,72.92 +2,2016-01-30 10:51:50,2016-01-30 10:58:56,1,1.31,,,-73.9593734741211,40.77151870727539,-73.97429656982422,40.762699127197266,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-07 07:37:54,2016-01-07 07:42:37,1,0.73,,,-73.98432922363281,40.76602554321289,-73.99195861816406,40.77789306640625,1,N,1,5.0,0.0,0.5,0.3,1.2,0.0,7.0 +2,2016-01-17 12:02:25,2016-01-17 12:18:32,1,4.37,,,-73.99812316894531,40.74273681640625,-73.99559020996094,40.69206619262695,1,N,1,15.5,0.0,0.5,0.3,4.08,0.0,20.38 +1,2016-01-12 15:25:30,2016-01-12 15:29:19,1,0.7,,,-73.96232604980469,40.77640914916992,-73.9722900390625,40.7823371887207,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-12 11:15:14,2016-01-12 11:47:15,1,4.02,,,-73.95503997802734,40.78321838378906,-73.99162292480469,40.732269287109375,1,N,1,21.5,0.0,0.5,0.3,4.0,0.0,26.3 +1,2016-01-21 09:22:24,2016-01-21 09:51:33,1,7.3,,,-73.96168518066406,40.774166107177734,-74.01114654541016,40.70193099975586,1,N,1,28.0,0.0,0.5,0.3,5.75,0.0,34.55 +1,2016-01-22 22:20:33,2016-01-22 22:37:51,2,2.0,,,-73.99000549316406,40.73408126831055,-73.9911117553711,40.755069732666016,1,N,1,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +1,2016-01-04 10:02:07,2016-01-04 10:29:33,2,11.5,,,-73.86312866210938,40.76988220214844,-73.97903442382812,40.758487701416016,1,N,1,34.0,0.0,0.5,0.3,10.05,5.54,50.39 +1,2016-01-20 07:36:57,2016-01-20 07:40:50,1,0.5,,,-73.98104095458984,40.75075912475586,-73.98249816894531,40.7559928894043,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-22 21:29:40,2016-01-22 21:40:55,1,2.01,,,-73.99749755859375,40.75670623779297,-74.0001220703125,40.735008239746094,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-07 17:53:41,2016-01-07 18:04:00,1,1.3,,,-74.00131225585938,40.756954193115234,-73.98568725585938,40.759010314941406,1,N,1,8.0,1.0,0.5,0.3,2.0,0.0,11.8 +1,2016-01-18 07:41:04,2016-01-18 08:07:46,1,14.6,,,-73.80110931396484,40.66841125488281,-73.97124481201172,40.7552490234375,2,N,1,52.0,0.0,0.5,0.3,11.65,5.54,69.99 +1,2016-01-19 23:54:59,2016-01-20 00:07:55,1,5.9,,,-73.99465942382812,40.75535583496094,-73.95209503173828,40.80972671508789,1,N,1,18.0,0.5,0.5,0.3,3.85,0.0,23.15 +1,2016-01-01 21:56:31,2016-01-01 22:12:10,2,4.1,,,-73.95832824707031,40.81603240966797,-73.92765808105469,40.834144592285156,1,N,1,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +2,2016-01-18 16:23:35,2016-01-18 16:30:40,5,1.26,,,-73.99971008300781,40.73334884643555,-73.99321746826172,40.73604965209961,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-29 14:46:17,2016-01-29 15:10:28,5,9.1,,,-73.87464904785156,40.77394104003906,-73.98674011230469,40.73871994018555,1,N,1,28.0,0.0,0.5,0.3,5.0,5.54,39.34 +1,2016-01-07 16:06:13,2016-01-07 16:08:50,1,0.3,,,-74.01073455810547,40.7101936340332,-74.0103988647461,40.714508056640625,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-09 20:40:29,2016-01-09 20:54:13,1,1.6,,,-73.97872161865234,40.75027084350586,-73.99413299560547,40.73189926147461,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-10 00:28:09,2016-01-10 00:48:22,1,5.0,,,-73.98371124267578,40.7215576171875,-73.98551177978516,40.66624069213867,1,N,1,19.0,0.5,0.5,0.3,5.05,0.0,25.35 +1,2016-01-12 10:21:14,2016-01-12 10:28:12,1,2.5,,,-73.94622802734375,40.77286148071289,-73.97354888916016,40.7479362487793,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-01 01:53:37,2016-01-01 02:02:13,5,1.21,,,-73.95338439941406,40.785526275634766,-73.95578002929688,40.7723503112793,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-04 16:39:30,2016-01-04 16:50:35,1,1.56,,,-73.97290802001953,40.79104995727539,-73.98876953125,40.77494812011719,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-20 21:49:23,2016-01-20 21:53:10,1,1.0,,,-74.00711822509766,40.71597671508789,-74.00228118896484,40.72924041748047,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-20 15:22:24,2016-01-20 15:32:40,1,1.1,,,-73.96255493164062,40.77290344238281,-73.97587585449219,40.765708923339844,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-29 09:43:16,2016-01-29 09:58:40,1,1.6,,,-73.99131774902344,40.75011444091797,-73.97933197021484,40.76103973388672,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-19 06:44:32,2016-01-19 06:53:23,5,1.21,,,-73.95845031738281,40.764259338378906,-73.97602081298828,40.76565933227539,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-08 18:27:42,2016-01-08 18:32:23,1,1.0,,,-73.97195434570312,40.76356887817383,-73.96210479736328,40.775390625,1,N,1,5.5,1.0,0.5,0.3,2.0,0.0,9.3 +2,2016-01-03 00:38:35,2016-01-03 00:41:21,2,0.19,,,-73.98512268066406,40.732078552246094,-73.98672485351562,40.73006820678711,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +1,2016-01-12 21:34:49,2016-01-12 21:58:40,1,7.3,,,-73.98621368408203,40.740421295166016,-73.98656463623047,40.665122985839844,1,N,1,24.0,0.5,0.5,0.3,5.06,0.0,30.36 +2,2016-01-28 06:37:22,2016-01-28 06:51:15,1,7.48,,,-73.86327362060547,40.73066329956055,-73.96733093261719,40.75204086303711,1,N,2,21.0,0.0,0.5,0.3,0.0,5.54,27.34 +1,2016-01-02 10:47:09,2016-01-02 10:50:34,1,0.6,,,-73.97855377197266,40.72443389892578,-73.9879150390625,40.72798538208008,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-17 19:17:12,2016-01-17 19:25:53,1,2.2,,,-74.017578125,40.706607818603516,-74.00692749023438,40.73020553588867,1,N,1,9.0,0.0,0.5,0.3,1.5,0.0,11.3 +2,2016-01-29 14:07:23,2016-01-29 14:31:41,1,8.39,,,-73.98188781738281,40.75386047363281,-73.88555145263672,40.77322006225586,1,N,1,26.5,0.0,0.5,0.3,6.57,5.54,39.41 +1,2016-01-26 12:13:24,2016-01-26 13:04:21,1,11.4,,,-73.87458801269531,40.77409362792969,-74.00255584716797,40.71868896484375,1,N,1,41.5,0.0,0.5,0.3,8.45,0.0,50.75 +2,2016-01-17 14:54:18,2016-01-17 15:13:06,1,3.25,,,-73.95552825927734,40.78276062011719,-73.98969268798828,40.75043869018555,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-17 16:07:55,2016-01-17 16:17:46,1,2.2,,,-73.99410247802734,40.73530960083008,-74.0095443725586,40.71318054199219,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-15 14:20:08,2016-01-15 14:32:46,1,1.25,,,-73.99995422363281,40.72187042236328,-74.00520324707031,40.70667266845703,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-19 13:32:52,2016-01-19 13:40:25,1,0.93,,,-73.97183227539062,40.76298522949219,-73.98240661621094,40.76403045654297,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-28 13:01:19,2016-01-28 13:18:31,6,1.2,,,-73.98285675048828,40.75056838989258,-73.970458984375,40.76478958129883,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-30 21:30:21,2016-01-30 21:54:44,1,9.7,,,-73.9781494140625,40.75735855102539,-73.93006134033203,40.86231994628906,1,N,1,30.5,0.5,0.5,0.3,6.36,0.0,38.16 +2,2016-01-20 17:04:11,2016-01-20 17:11:53,2,1.34,,,-73.95411682128906,40.779048919677734,-73.97400665283203,40.7841911315918,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-29 01:14:40,2016-01-29 01:19:22,2,0.78,,,-73.9741439819336,40.74710464477539,-73.9822769165039,40.744083404541016,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-20 21:41:01,2016-01-20 21:49:19,5,1.39,,,-73.97447967529297,40.75054168701172,-73.99494934082031,40.755218505859375,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-29 21:19:56,2016-01-29 21:25:54,1,0.76,,,-73.98668670654297,40.763710021972656,-73.98938751220703,40.75712966918945,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-15 21:26:34,2016-01-15 21:41:05,1,2.38,,,-73.98190307617188,40.7684211730957,-73.98238372802734,40.742759704589844,1,N,1,11.0,0.5,0.5,0.3,2.0,0.0,14.3 +2,2016-01-20 17:23:10,2016-01-20 17:38:30,2,2.11,,,-74.00176239013672,40.71957015991211,-74.00395965576172,40.74208068847656,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,12.8 +1,2016-01-25 19:45:00,2016-01-25 19:47:33,1,0.4,,,-73.95210266113281,40.77724075317383,-73.95630645751953,40.771568298339844,1,N,1,3.5,1.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-27 16:46:46,2016-01-27 17:23:52,1,5.52,,,-73.96678924560547,40.757259368896484,-73.88510131835938,40.7440185546875,1,N,1,25.5,1.0,0.5,0.3,3.7,0.0,31.0 +2,2016-01-17 15:09:58,2016-01-17 15:44:37,1,11.2,,,-73.98534393310547,40.759681701660156,-73.8709487915039,40.774112701416016,1,N,1,36.5,0.0,0.5,0.3,8.57,5.54,51.41 +2,2016-01-05 18:50:12,2016-01-05 18:58:36,1,1.3,,,-73.99278259277344,40.74272155761719,-73.97634887695312,40.747989654541016,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-11 22:55:04,2016-01-11 23:19:40,6,10.55,,,-73.96843719482422,40.75848388671875,-73.98280334472656,40.663265228271484,1,N,1,31.0,0.5,0.5,0.3,9.46,5.54,47.3 +1,2016-01-19 07:35:07,2016-01-19 07:51:12,1,1.6,,,-73.97920227050781,40.73627471923828,-73.99495697021484,40.750144958496094,1,N,1,11.5,0.0,0.5,0.3,3.65,0.0,15.95 +2,2016-01-22 18:06:52,2016-01-22 18:10:32,2,0.67,,,-73.95686340332031,40.774627685546875,-73.96359252929688,40.774078369140625,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-18 09:50:01,2016-01-18 10:01:35,1,1.2,,,-73.98979187011719,40.74693298339844,-74.00093078613281,40.75747299194336,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-19 18:56:12,2016-01-19 19:10:26,5,1.88,,,-74.00982666015625,40.721622467041016,-73.99224853515625,40.731380462646484,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,13.3 +2,2016-01-24 19:35:03,2016-01-24 19:46:33,2,1.94,,,-73.97987365722656,40.783870697021484,-73.9542007446289,40.784141540527344,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-05 21:06:00,2016-01-05 21:09:42,2,0.7,,,-73.98545837402344,40.76360321044922,-73.97661590576172,40.76498031616211,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +1,2016-01-08 21:14:22,2016-01-08 21:23:53,1,0.7,,,-73.99800109863281,40.737884521484375,-73.9863052368164,40.7328987121582,1,N,1,7.5,0.5,0.5,0.3,1.5,0.0,10.3 +2,2016-01-13 10:56:51,2016-01-13 11:11:11,5,0.79,,,-73.9675064086914,40.768795013427734,-73.96636962890625,40.76187515258789,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-30 10:05:57,2016-01-30 10:17:45,3,1.61,,,-73.97074127197266,40.75178146362305,-73.99082946777344,40.74549865722656,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-20 13:15:41,2016-01-20 13:20:29,2,0.94,,,-73.98832702636719,40.74885177612305,-73.98027038574219,40.76068878173828,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,7.88 +2,2016-01-16 20:11:05,2016-01-16 20:14:36,2,0.78,,,-73.99787139892578,40.76170349121094,-73.99655151367188,40.75326156616211,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-04 15:14:58,2016-01-04 15:28:38,1,1.43,,,-73.98794555664062,40.73805618286133,-73.99398040771484,40.751380920410156,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-28 11:51:41,2016-01-28 12:01:56,1,1.57,,,-73.97541046142578,40.78705978393555,-73.96125793457031,40.806480407714844,1,N,1,8.5,0.0,0.5,0.3,1.4,0.0,10.7 +1,2016-01-16 20:12:12,2016-01-16 20:17:27,1,1.7,,,-73.99517059326172,40.760292053222656,-73.9801025390625,40.780906677246094,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-19 05:14:31,2016-01-19 05:32:02,2,9.32,,,-73.7823486328125,40.64472579956055,-73.9128189086914,40.67931365966797,1,N,2,27.0,0.5,0.5,0.3,0.0,0.0,28.3 +1,2016-01-21 07:24:37,2016-01-21 07:42:28,1,2.3,,,-73.94770812988281,40.775421142578125,-73.97354888916016,40.75761032104492,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +1,2016-01-10 15:33:43,2016-01-10 15:41:26,1,1.0,,,-73.96153259277344,40.78020095825195,-73.95064544677734,40.771629333496094,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +1,2016-01-20 12:24:20,2016-01-20 12:39:17,1,3.0,,,-73.95500183105469,40.765018463134766,-73.98748016357422,40.740779876708984,1,N,4,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-05 07:30:42,2016-01-05 07:37:16,1,3.0,,,-73.94844055175781,40.7731819152832,-73.9749984741211,40.73704147338867,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-12 11:21:09,2016-01-12 11:24:08,1,0.6,,,-73.94575500488281,40.77812957763672,-73.95579528808594,40.77953338623047,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-07 15:20:30,2016-01-07 15:38:33,2,2.36,,,-73.9786605834961,40.740989685058594,-73.97765350341797,40.71609878540039,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-25 15:00:15,2016-01-25 15:12:08,1,1.2,,,-74.00111389160156,40.75722122192383,-73.98382568359375,40.748191833496094,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-30 04:06:02,2016-01-30 04:12:42,1,1.4,,,-73.98580169677734,40.73815155029297,-74.00275421142578,40.74990463256836,1,N,1,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-17 02:40:57,2016-01-17 02:50:40,1,2.7,,,-73.9714126586914,40.76237869262695,-73.96653747558594,40.79252624511719,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,13.8 +1,2016-01-19 07:24:56,2016-01-19 07:50:20,1,5.1,,,-73.95092010498047,40.785743713378906,-73.88825225830078,40.81658172607422,1,N,1,21.5,0.0,0.5,0.3,4.45,0.0,26.75 +2,2016-01-16 22:55:33,2016-01-16 23:11:37,2,2.21,,,-73.98487091064453,40.768741607666016,-73.99954986572266,40.75238037109375,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-28 17:14:25,2016-01-28 17:27:57,1,2.15,,,-74.00196075439453,40.71925735473633,-73.98003387451172,40.73392868041992,1,N,2,11.0,1.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-18 18:28:10,2016-01-18 18:39:46,1,2.13,,,-73.98607635498047,40.75910186767578,-73.96375274658203,40.76121139526367,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-10 11:57:36,2016-01-10 12:13:47,1,2.82,,,-73.99063873291016,40.74025344848633,-74.01040649414062,40.71135711669922,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-11 22:58:21,2016-01-11 23:07:47,1,2.61,,,-73.9977035522461,40.73860549926758,-73.98843383789062,40.76496124267578,1,N,1,10.5,0.5,0.5,0.3,1.0,0.0,12.8 +2,2016-01-11 19:57:54,2016-01-11 20:14:25,5,4.24,,,-73.97413635253906,40.75101852416992,-73.94436645507812,40.71525955200195,1,N,1,15.5,1.0,0.5,0.3,6.85,5.54,29.69 +1,2016-01-09 18:32:12,2016-01-09 18:39:29,1,0.5,,,-74.00251770019531,40.72486114501953,-73.99403381347656,40.72105026245117,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-12 21:10:21,2016-01-12 21:23:22,2,2.6,,,-73.98802185058594,40.73774337768555,-73.9677963256836,40.77029800415039,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +2,2016-01-21 17:22:11,2016-01-21 17:27:05,1,1.28,,,-73.9766616821289,40.782413482666016,-73.96880340576172,40.79759216308594,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-16 02:33:51,2016-01-16 02:57:30,4,4.9,,,-73.9870376586914,40.7296257019043,-73.98841094970703,40.668521881103516,1,N,1,20.0,0.5,0.5,0.3,4.25,0.0,25.55 +2,2016-01-11 12:29:13,2016-01-11 12:41:34,1,1.89,,,-73.95494842529297,40.78017044067383,-73.98124694824219,40.7834587097168,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-16 06:45:33,2016-01-16 06:51:02,1,1.89,,,-73.95027160644531,40.786766052246094,-73.95326232910156,40.76754379272461,1,N,1,7.5,0.0,0.5,0.3,1.7,0.0,10.0 +2,2016-01-30 21:21:02,2016-01-30 21:31:46,1,1.0,,,-73.98780059814453,40.71942901611328,-73.98336029052734,40.730308532714844,1,N,1,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-15 16:53:34,2016-01-15 17:05:14,1,2.5,,,-74.00498962402344,40.74649429321289,-73.98897552490234,40.77723693847656,1,N,1,10.5,1.0,0.5,0.3,1.0,0.0,13.3 +2,2016-01-01 01:58:39,2016-01-01 02:08:20,1,5.14,,,-74.00656127929688,40.705501556396484,-73.96439361572266,40.756290435791016,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-19 09:19:31,2016-01-19 09:32:09,6,1.67,,,-73.97542572021484,40.751853942871094,-73.99336242675781,40.73845672607422,1,N,1,9.5,0.0,0.5,0.3,1.0,0.0,11.3 +2,2016-01-04 21:56:13,2016-01-04 21:58:47,2,0.59,,,-73.97605895996094,40.7811393737793,-73.97979736328125,40.77627944946289,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-30 23:10:57,2016-01-30 23:23:39,1,2.2,,,-73.9830551147461,40.77155685424805,-74.00318908691406,40.751625061035156,1,N,1,10.0,0.5,0.5,0.3,2.0,0.0,13.3 +2,2016-01-01 20:50:51,2016-01-01 20:59:35,1,2.36,,,-73.9712142944336,40.7514533996582,-73.98514556884766,40.723873138427734,1,N,1,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-17 17:10:38,2016-01-17 17:19:12,1,1.6,,,-73.97664642333984,40.74381637573242,-73.96617889404297,40.76209259033203,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-22 15:43:43,2016-01-22 15:44:34,1,0.23,,,-73.9652328491211,40.772125244140625,-73.96320343017578,40.77491760253906,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +2,2016-01-30 16:09:24,2016-01-30 16:27:30,1,2.76,,,-73.99131774902344,40.727481842041016,-73.96365356445312,40.75740051269531,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +1,2016-01-09 20:47:06,2016-01-09 20:52:09,2,0.9,,,-73.97557830810547,40.78976821899414,-73.98037719726562,40.78304672241211,1,N,1,5.5,0.5,0.5,0.3,1.2,0.0,8.0 +2,2016-01-29 13:19:36,2016-01-29 13:24:37,5,1.01,,,-73.96693420410156,40.76974105834961,-73.97711944580078,40.774593353271484,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-30 13:16:40,2016-01-30 13:22:07,5,1.05,,,-73.97267150878906,40.7646484375,-73.98407745361328,40.75584030151367,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-29 11:40:21,2016-01-29 11:55:55,1,2.3,,,-74.01070404052734,40.70900344848633,-74.00259399414062,40.73952865600586,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-01 04:32:41,2016-01-01 04:42:21,1,2.08,,,-73.99823760986328,40.74531936645508,-73.97654724121094,40.75925827026367,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-12 20:01:00,2016-01-12 20:02:02,1,0.4,,,-73.95880889892578,40.7723274230957,-73.955078125,40.77748107910156,1,Y,1,3.5,1.0,0.5,0.3,1.05,0.0,6.35 +1,2016-01-25 20:19:00,2016-01-25 20:36:52,1,4.1,,,-73.99605560302734,40.76567077636719,-73.95170593261719,40.7845573425293,1,N,1,16.5,0.5,0.5,0.3,3.55,0.0,21.35 +2,2016-01-27 14:36:07,2016-01-27 14:44:46,1,1.1,,,-73.97013854980469,40.764923095703125,-73.96014404296875,40.77897644042969,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-20 20:50:39,2016-01-20 21:03:25,1,1.82,,,-73.97637939453125,40.755821228027344,-73.95772552490234,40.77199172973633,1,N,1,10.0,0.5,0.5,0.3,3.39,0.0,14.69 +1,2016-01-15 00:56:51,2016-01-15 01:03:58,1,1.1,,,-74.00450134277344,40.70817565917969,-74.01578521728516,40.71531295776367,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-27 13:11:34,2016-01-27 13:22:38,2,4.42,,,-73.99046325683594,40.771549224853516,-73.95852661132812,40.81064987182617,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-04 21:50:49,2016-01-04 21:56:31,1,1.09,,,-73.94658660888672,40.77313995361328,-73.9613037109375,40.776798248291016,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-30 13:23:37,2016-01-30 13:35:31,1,1.8,,,0.0,0.0,0.0,0.0,1,N,1,10.0,0.0,0.5,0.3,1.5,0.0,12.3 +1,2016-01-20 15:44:07,2016-01-20 16:04:12,2,3.3,,,-73.99744415283203,40.73577117919922,-74.01676940917969,40.708187103271484,1,N,1,15.5,0.0,0.5,0.3,1.5,0.0,17.8 +2,2016-01-09 21:20:35,2016-01-09 21:28:32,1,0.79,,,-73.98487091064453,40.74288558959961,-73.99681854248047,40.742916107177734,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-25 15:25:49,2016-01-25 15:32:46,2,1.0,,,-73.99031066894531,40.73185348510742,-73.97773742675781,40.738094329833984,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-17 07:34:45,2016-01-17 07:39:32,1,0.9,,,-73.97802734375,40.73349380493164,-73.98023986816406,40.74286651611328,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-30 13:40:48,2016-01-30 13:51:10,1,1.8,,,-74.01444244384766,40.71232986450195,-74.00274658203125,40.73434066772461,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-05 20:17:11,2016-01-05 20:28:51,1,3.16,,,-73.98301696777344,40.7558708190918,-73.94963836669922,40.784481048583984,1,N,1,11.5,0.5,0.5,0.3,2.56,0.0,15.36 +1,2016-01-14 20:42:31,2016-01-14 20:56:11,1,2.1,,,-73.96759033203125,40.762760162353516,-73.97956085205078,40.78276062011719,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +1,2016-01-22 23:41:51,2016-01-22 23:52:15,1,2.2,,,-73.98824310302734,40.73737716674805,-73.97740936279297,40.76405334472656,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-12 00:21:01,2016-01-12 00:26:55,5,1.51,,,-73.9897232055664,40.725921630859375,-73.98216247558594,40.74340057373047,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-06 18:05:25,2016-01-06 18:14:26,1,0.84,,,-73.9586181640625,40.781455993652344,-73.9502182006836,40.775482177734375,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-11 10:49:58,2016-01-11 11:14:02,2,2.15,,,-73.97406005859375,40.7572021484375,-74.00349426269531,40.7592887878418,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-22 15:31:30,2016-01-22 15:32:35,1,0.26,,,-73.96307373046875,40.79938888549805,-73.96762084960938,40.801231384277344,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +1,2016-01-03 05:51:29,2016-01-03 05:57:59,2,1.5,,,-73.95669555664062,40.76780700683594,-73.95277404785156,40.78327941894531,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-18 21:38:24,2016-01-18 21:48:16,6,2.34,,,-73.96888732910156,40.79676818847656,-73.9389419555664,40.80500030517578,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +1,2016-01-16 23:07:15,2016-01-16 23:24:11,1,3.1,,,-73.99417114257812,40.7409782409668,-73.98368072509766,40.77587890625,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +1,2016-01-08 16:13:37,2016-01-08 16:33:54,1,3.8,,,-73.95511627197266,40.782981872558594,-73.97464752197266,40.7442512512207,1,N,1,16.5,1.0,0.5,0.3,2.0,0.0,20.3 +2,2016-01-05 18:34:02,2016-01-05 18:38:46,1,0.9,,,-73.95452117919922,40.7699089050293,-73.95530700683594,40.7794189453125,1,N,1,5.5,1.0,0.5,0.3,1.82,0.0,9.12 +1,2016-01-16 18:26:16,2016-01-16 18:46:17,1,10.3,,,-73.87289428710938,40.77400588989258,-73.97309112548828,40.755470275878906,1,N,1,29.0,0.0,0.5,0.3,7.05,5.54,42.39 +2,2016-01-28 17:09:35,2016-01-28 17:15:30,3,0.7,,,-73.9841537475586,40.74223327636719,-73.97760772705078,40.750755310058594,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-23 02:51:37,2016-01-23 03:02:26,4,2.45,,,-73.99600982666016,40.74372863769531,-73.96855163574219,40.756507873535156,1,N,1,10.0,0.5,0.5,0.3,2.0,0.0,13.3 +2,2016-01-16 23:43:54,2016-01-16 23:53:07,2,1.69,,,-73.98539733886719,40.746978759765625,-73.96729278564453,40.760658264160156,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-21 18:39:33,2016-01-21 18:48:41,2,1.93,,,-73.99890899658203,40.75493240356445,-73.9812240600586,40.7790412902832,1,N,1,8.5,1.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-29 13:44:15,2016-01-29 14:07:37,1,2.0,,,-73.96971130371094,40.757171630859375,-73.99105834960938,40.750572204589844,1,N,1,15.0,0.0,0.5,0.3,3.15,0.0,18.95 +2,2016-01-13 14:27:09,2016-01-13 14:36:43,1,0.82,,,-73.9771957397461,40.7529411315918,-73.98827362060547,40.753475189208984,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-22 08:14:43,2016-01-22 08:32:42,1,5.5,,,-73.97272491455078,40.748435974121094,-74.01526641845703,40.71147155761719,1,N,1,20.0,0.0,0.5,0.3,4.15,0.0,24.95 +2,2016-01-18 11:47:13,2016-01-18 11:52:05,1,1.08,,,-73.9546127319336,40.775718688964844,-73.96315002441406,40.76224136352539,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-25 13:32:10,2016-01-25 13:51:39,1,9.55,,,-74.01624298095703,40.7152099609375,-73.95368957519531,40.78215026855469,1,N,1,28.0,0.0,0.5,0.3,4.0,0.0,32.8 +2,2016-01-04 09:22:38,2016-01-04 09:26:22,1,0.48,,,-73.96510314941406,40.75531005859375,-73.96219635009766,40.76158905029297,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-16 14:27:43,2016-01-16 14:39:45,1,1.4,,,-73.97905731201172,40.736629486083984,-73.99208068847656,40.74955368041992,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-06 06:44:53,2016-01-06 06:53:05,1,1.0,,,-73.98860931396484,40.75590133666992,-73.97647857666016,40.75685119628906,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +1,2016-01-28 10:00:12,2016-01-28 10:16:43,1,2.0,,,-73.9900131225586,40.734642028808594,-73.9726333618164,40.759395599365234,1,N,1,11.5,0.0,0.5,0.3,3.05,0.0,15.35 +2,2016-01-07 22:28:23,2016-01-07 22:38:33,1,2.54,,,-73.99842834472656,40.735130310058594,-73.99442291259766,40.763389587402344,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-03 00:16:05,2016-01-03 00:24:51,2,1.56,,,-73.9854965209961,40.747310638427734,-73.96797943115234,40.75579071044922,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +1,2016-01-19 13:48:51,2016-01-19 14:06:47,2,2.1,,,-73.99124908447266,40.75001907348633,-73.97407531738281,40.76393127441406,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-20 12:15:59,2016-01-20 12:38:45,1,0.9,,,-73.97488403320312,40.75020980834961,-73.97737121582031,40.76072692871094,1,N,1,14.0,0.0,0.5,0.3,2.95,0.0,17.75 +2,2016-01-22 23:22:24,2016-01-22 23:24:32,2,0.73,,,-73.96964263916016,40.76900863647461,-73.98130798339844,40.77362823486328,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-25 13:11:04,2016-01-25 13:24:15,1,1.8,,,-73.98948669433594,40.74161148071289,-73.99664306640625,40.724456787109375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-07 09:00:06,2016-01-07 09:08:20,1,0.8,,,-73.99180603027344,40.74428176879883,-73.98268127441406,40.75258255004883,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-09 12:02:49,2016-01-09 12:14:07,1,2.36,,,-74.00831604003906,40.74565887451172,-73.99118041992188,40.7704963684082,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +2,2016-01-05 11:50:02,2016-01-05 11:52:05,1,0.61,,,-73.96703338623047,40.760589599609375,-73.96136474609375,40.76674270629883,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-18 10:01:19,2016-01-18 10:35:54,1,11.1,,,-73.96759796142578,40.677452087402344,-73.96215057373047,40.805381774902344,1,N,1,36.0,0.0,0.5,0.3,9.2,0.0,46.0 +2,2016-01-14 20:40:51,2016-01-14 20:51:02,1,0.92,,,-73.98494720458984,40.742191314697266,-73.99569702148438,40.73944091796875,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,11.62 +2,2016-01-10 21:45:47,2016-01-10 21:53:49,1,1.67,,,-73.98603820800781,40.73099899291992,-74.00421142578125,40.715999603271484,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-09 09:37:02,2016-01-09 09:42:46,1,1.08,,,-73.95375061035156,40.78485107421875,-73.96308898925781,40.7938117980957,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-27 18:44:45,2016-01-27 19:21:47,1,15.5,,,-73.8627700805664,40.769073486328125,-74.00408935546875,40.71856689453125,1,N,1,44.0,1.0,0.5,0.3,10.25,5.54,61.59 +1,2016-01-17 07:55:10,2016-01-17 08:03:07,1,1.3,,,-73.9857406616211,40.75934982299805,-74.0015640258789,40.75651931762695,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-20 13:35:34,2016-01-20 13:42:08,1,1.2,,,-73.96134185791016,40.76035690307617,-73.94893646240234,40.77057647705078,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-06 08:02:33,2016-01-06 08:10:39,1,2.08,,,-74.00825500488281,40.72188186645508,-73.99401092529297,40.744510650634766,1,N,1,8.5,0.0,0.5,0.3,1.1,0.0,10.4 +2,2016-01-10 16:51:02,2016-01-10 17:04:18,1,1.64,,,-73.94781494140625,40.77613830566406,-73.96038055419922,40.7706413269043,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-02 21:19:09,2016-01-02 21:44:14,1,8.66,,,-73.99774169921875,40.73613357543945,-73.93933868408203,40.82421112060547,1,N,1,28.0,0.5,0.5,0.3,5.86,0.0,35.16 +2,2016-01-11 15:06:32,2016-01-11 15:22:28,5,4.23,,,-73.87303924560547,40.7741584777832,-73.93328857421875,40.751808166503906,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +1,2016-01-15 15:28:30,2016-01-15 15:43:50,1,1.6,,,-73.97314453125,40.76417922973633,-73.99178314208984,40.74997329711914,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-05 19:02:17,2016-01-05 19:03:28,1,0.27,,,-73.96320343017578,40.766136169433594,-73.96095275878906,40.76931381225586,1,N,1,3.0,1.0,0.5,0.3,1.2,0.0,6.0 +2,2016-01-04 20:52:55,2016-01-04 21:12:44,1,8.78,,,-73.86382293701172,40.769622802734375,-73.97811126708984,40.748619079589844,1,N,1,27.0,0.5,0.5,0.3,6.77,5.54,40.61 +1,2016-01-08 11:35:16,2016-01-08 11:50:25,1,2.2,,,-73.99385833740234,40.74331283569336,-74.00717163085938,40.72309112548828,1,N,1,11.5,0.0,0.5,0.3,1.7,0.0,14.0 +1,2016-01-05 19:00:40,2016-01-05 19:11:47,1,2.3,,,-74.00332641601562,40.71388626098633,-73.99967193603516,40.74335861206055,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-01 04:35:23,2016-01-01 04:40:13,1,1.2,,,-73.98433685302734,40.74333572387695,-73.97135162353516,40.75419616699219,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-21 22:03:12,2016-01-21 22:22:14,1,10.0,,,-73.87446594238281,40.7740364074707,-73.98551177978516,40.726139068603516,1,N,1,29.0,0.5,0.5,0.3,5.0,0.0,35.3 +1,2016-01-02 12:30:15,2016-01-02 12:42:04,1,6.6,,,-74.01246643066406,40.70151138305664,-73.956298828125,40.76708984375,1,N,2,19.5,0.0,0.5,0.3,0.0,0.0,20.3 +1,2016-01-12 21:32:12,2016-01-12 21:40:35,1,0.9,,,-73.98217010498047,40.75965118408203,-73.97618865966797,40.757568359375,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +2,2016-01-26 18:47:51,2016-01-26 19:18:29,1,2.68,,,-74.00140380859375,40.756568908691406,-73.96888732910156,40.76449966430664,1,N,1,18.5,1.0,0.5,0.3,6.09,0.0,26.39 +1,2016-01-12 14:59:20,2016-01-12 15:12:44,1,3.1,,,-73.9229736328125,40.74388122558594,-73.97016906738281,40.754844665527344,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +1,2016-01-29 18:10:02,2016-01-29 18:14:18,1,0.4,,,-74.00109100341797,40.731571197509766,-73.99466705322266,40.72846984863281,1,N,1,4.5,1.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-02 17:08:22,2016-01-02 17:21:15,3,1.87,,,-73.96648406982422,40.757789611816406,-73.98898315429688,40.7474365234375,1,N,1,10.5,0.0,0.5,0.3,2.5,0.0,13.8 +2,2016-01-03 03:07:45,2016-01-03 03:15:49,5,2.9,,,-73.98651885986328,40.74742126464844,-73.95673370361328,40.77825164794922,1,N,1,10.0,0.5,0.5,0.3,1.5,0.0,12.8 +2,2016-01-14 11:09:59,2016-01-14 11:16:00,1,0.87,,,-73.97509002685547,40.79051971435547,-73.98193359375,40.77914047241211,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-02 15:52:43,2016-01-02 16:04:08,1,1.7,,,-73.98930358886719,40.753684997558594,-73.96633911132812,40.75727462768555,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-14 20:31:19,2016-01-14 20:43:55,1,1.8,,,-73.9872055053711,40.7560920715332,-74.00321197509766,40.735008239746094,1,N,1,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-22 14:58:33,2016-01-22 15:08:25,1,1.4,,,-73.98646545410156,40.7564697265625,-73.98829650878906,40.77080154418945,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-24 22:37:50,2016-01-24 22:51:00,1,3.65,,,-73.99173736572266,40.75031661987305,-74.01300048828125,40.7040901184082,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +1,2016-01-29 18:11:47,2016-01-29 18:25:21,1,1.8,,,-73.96646881103516,40.75400924682617,-73.96371459960938,40.774349212646484,1,N,1,10.0,1.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-05 07:29:05,2016-01-05 07:31:50,1,0.8,,,-73.99095153808594,40.74913787841797,-73.99868774414062,40.73971176147461,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-04 13:29:17,2016-01-04 13:47:16,1,2.47,,,-73.97795867919922,40.763328552246094,-73.97976684570312,40.76380157470703,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-21 18:44:29,2016-01-21 18:53:22,1,1.42,,,-73.9557113647461,40.7830696105957,-73.95020294189453,40.77116012573242,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-29 21:36:38,2016-01-29 21:45:42,1,1.06,,,-73.9778823852539,40.75209045410156,-73.99244689941406,40.756690979003906,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-29 08:09:41,2016-01-29 08:13:10,1,0.6,,,-73.99425506591797,40.75917434692383,-74.00248718261719,40.75517272949219,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-12 08:06:03,2016-01-12 08:13:08,1,1.1,,,-73.958984375,40.78107833862305,-73.96904754638672,40.789459228515625,1,N,2,6.5,0.0,0.0,0.3,0.0,0.0,6.8 +2,2016-01-26 20:07:03,2016-01-26 20:18:07,5,1.28,,,-73.97689819335938,40.761566162109375,-73.97689819335938,40.761566162109375,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +2,2016-01-20 23:21:26,2016-01-20 23:27:05,1,1.08,,,-73.99158477783203,40.75010681152344,-73.99580383300781,40.75886154174805,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-05 23:00:44,2016-01-05 23:07:54,1,2.25,,,-73.99891662597656,40.75484085083008,-73.9847183227539,40.78252029418945,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-09 14:48:13,2016-01-09 14:48:13,4,0.0,,,-73.9525375366211,40.79830551147461,0.0,0.0,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,3.3 +2,2016-01-07 10:15:04,2016-01-07 10:32:31,1,1.8,,,-73.99468994140625,40.745399475097656,-73.98407745361328,40.76054000854492,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-25 14:05:18,2016-01-25 14:08:10,1,0.78,,,-73.98351287841797,40.73423385620117,-73.9907455444336,40.724517822265625,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-29 00:33:41,2016-01-29 00:51:40,1,3.29,,,-73.97958374023438,40.68695831298828,-74.00599670410156,40.6815299987793,1,N,1,14.5,0.5,0.5,0.3,45.0,0.0,60.8 +2,2016-01-06 10:51:35,2016-01-06 11:06:34,1,2.38,,,-73.9810562133789,40.75946044921875,-73.95621490478516,40.78121566772461,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +2,2016-01-06 00:30:26,2016-01-06 00:46:05,2,5.45,,,-73.99169921875,40.74998092651367,-73.9420166015625,40.80683517456055,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +1,2016-01-25 21:40:09,2016-01-25 21:43:56,2,0.6,,,-73.98423767089844,40.76988983154297,-73.99002838134766,40.762027740478516,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +2,2016-01-27 10:59:53,2016-01-27 11:06:58,1,0.93,,,-73.98185729980469,40.75234603881836,-73.99110412597656,40.750301361083984,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-09 16:59:51,2016-01-09 17:17:51,1,4.6,,,-73.97715759277344,40.753509521484375,-73.94825744628906,40.806514739990234,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-21 10:28:12,2016-01-21 10:46:13,1,1.3,,,-73.99406433105469,40.75120162963867,-73.97450256347656,40.751014709472656,1,N,1,12.0,0.0,0.5,0.3,2.55,0.0,15.35 +2,2016-01-15 22:21:32,2016-01-15 23:00:58,5,20.12,,,-73.78966522216797,40.646751403808594,-73.99698638916016,40.68477249145508,1,N,1,55.0,0.5,0.5,0.3,8.7,0.0,65.0 +2,2016-01-12 15:40:50,2016-01-12 16:27:06,2,18.12,,,-73.78990936279297,40.64685821533203,-73.98133087158203,40.76915740966797,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-12 06:46:11,2016-01-12 06:51:23,1,1.1,,,-73.97341918945312,40.74820327758789,-73.99078369140625,40.751182556152344,1,N,1,6.0,0.0,0.5,0.3,1.02,0.0,7.82 +2,2016-01-21 14:17:08,2016-01-21 14:44:28,5,2.39,,,-73.97025299072266,40.761837005615234,-73.97709655761719,40.787750244140625,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-07 23:36:01,2016-01-07 23:44:15,1,1.42,,,-73.98676300048828,40.76247024536133,-73.99417114257812,40.7459602355957,1,N,1,7.5,0.5,0.5,0.3,2.2,0.0,11.0 +1,2016-01-09 23:29:59,2016-01-09 23:36:16,1,0.9,,,-74.00567626953125,40.725616455078125,-74.0015869140625,40.73080825805664,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-09 22:04:33,2016-01-09 22:15:09,1,2.1,,,-73.95368957519531,40.76637649536133,-73.96749114990234,40.768558502197266,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,11.8 +2,2016-01-06 13:48:25,2016-01-06 13:50:08,1,0.51,,,-73.99227905273438,40.737770080566406,-73.99714660644531,40.731510162353516,1,N,1,3.5,0.0,0.5,0.3,1.5,0.0,5.8 +2,2016-01-20 23:12:41,2016-01-20 23:37:24,4,6.75,,,-73.98738861083984,40.755287170410156,-73.96214294433594,40.67854690551758,1,N,1,23.0,0.5,0.5,0.3,6.0,0.0,30.3 +2,2016-01-14 05:04:14,2016-01-14 05:30:12,1,18.6,,,-73.77686309814453,40.646026611328125,-73.97538757324219,40.763877868652344,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-19 23:24:22,2016-01-19 23:36:39,1,3.7,,,-73.9538803100586,40.766517639160156,-73.93008422851562,40.738548278808594,1,N,2,14.0,0.5,0.5,0.3,0.0,0.0,15.3 +1,2016-01-25 00:00:02,2016-01-25 00:05:40,1,0.8,,,-73.98908996582031,40.76826095581055,-73.9850082397461,40.76211166381836,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-08 08:02:44,2016-01-08 08:21:45,1,2.2,,,-73.98025512695312,40.73535919189453,-73.9823989868164,40.757164001464844,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-19 13:38:43,2016-01-19 13:48:36,1,1.38,,,-73.99579620361328,40.76436996459961,-73.99523162841797,40.74980926513672,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-04 09:26:00,2016-01-04 09:36:38,1,1.34,,,-73.99185180664062,40.74443054199219,-73.97708129882812,40.75579833984375,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-17 09:43:24,2016-01-17 10:00:50,1,3.5,,,-73.97328186035156,40.785118103027344,-73.95735931396484,40.811988830566406,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-01 12:58:10,2016-01-01 13:07:33,1,2.46,,,-73.9847640991211,40.72822570800781,-73.97319030761719,40.75602722167969,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-11 20:42:11,2016-01-11 20:44:20,2,0.8,,,-73.95286560058594,40.78308868408203,-73.96004486083984,40.7729377746582,1,N,1,4.5,0.5,0.5,0.3,1.7,0.0,7.5 +1,2016-01-26 21:50:18,2016-01-26 21:53:15,2,0.5,,,-73.95941162109375,40.81383514404297,-73.9548110961914,40.82012939453125,1,N,1,4.0,0.5,0.5,0.3,1.0,0.0,6.3 +2,2016-01-11 20:48:57,2016-01-11 21:10:29,1,10.4,,,-74.0022201538086,40.73973846435547,-73.8702621459961,40.773536682128906,1,N,1,30.5,0.5,0.5,0.3,7.47,5.54,44.81 +1,2016-01-14 17:53:55,2016-01-14 17:56:50,1,0.8,,,-73.96239471435547,40.7786979675293,-73.9718246459961,40.782161712646484,1,N,1,4.5,1.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-10 18:36:04,2016-01-10 18:46:11,2,1.12,,,-73.9910659790039,40.756221771240234,-73.9842758178711,40.74855041503906,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-29 19:52:18,2016-01-29 19:54:24,1,0.62,,,-73.95533752441406,40.77688217163086,-73.95014953613281,40.784027099609375,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-22 09:37:33,2016-01-22 09:44:44,1,0.9,,,-73.99149322509766,40.7493782043457,-73.98500061035156,40.742191314697266,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-06 22:56:05,2016-01-06 23:03:54,1,2.42,,,-73.98233795166016,40.7703742980957,-74.00467681884766,40.74209213256836,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,12.88 +1,2016-01-18 20:24:05,2016-01-18 20:27:25,1,0.6,,,-73.98587036132812,40.72229766845703,-73.98030090332031,40.72640609741211,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-28 00:04:13,2016-01-28 00:10:08,1,1.18,,,-73.989501953125,40.739158630371094,-73.98931121826172,40.728485107421875,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-03 20:38:22,2016-01-03 20:56:37,1,10.43,,,0.0,0.0,0.0,0.0,1,N,2,29.5,0.5,0.5,0.3,0.0,5.54,36.34 +2,2016-01-10 18:51:55,2016-01-10 19:01:34,2,1.87,,,-73.98975372314453,40.7341194152832,-73.97342681884766,40.75511932373047,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-08 18:38:05,2016-01-08 18:44:42,6,0.87,,,-74.0045394897461,40.74190902709961,-74.00763702392578,40.73271942138672,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-19 08:15:56,2016-01-19 08:21:22,1,0.9,,,-73.997802734375,40.6829833984375,-73.9916763305664,40.69352722167969,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-10 03:38:39,2016-01-10 03:48:26,1,2.3,,,-74.00469207763672,40.7211799621582,-73.98442077636719,40.746116638183594,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +1,2016-01-04 20:16:46,2016-01-04 20:22:06,2,1.2,,,-74.00332641601562,40.74375915527344,-73.99767303466797,40.75652313232422,1,N,1,6.0,0.5,0.5,0.3,1.3,0.0,8.6 +1,2016-01-22 08:09:44,2016-01-22 08:18:37,1,1.0,,,-73.97921752929688,40.77690505981445,-73.97045135498047,40.76776123046875,1,N,1,7.0,0.0,0.5,0.3,0.5,0.0,8.3 +1,2016-01-08 23:24:51,2016-01-08 23:33:31,1,2.2,,,-74.0105972290039,40.72022247314453,-74.00606536865234,40.74843978881836,1,N,1,9.5,0.5,0.5,0.3,0.1,0.0,10.9 +1,2016-01-22 18:02:19,2016-01-22 18:12:01,1,1.5,,,-73.97517395019531,40.7621955871582,-73.98760986328125,40.74307632446289,1,N,1,8.0,1.0,0.5,0.3,2.45,0.0,12.25 +1,2016-01-11 15:09:25,2016-01-11 15:25:41,2,8.4,,,-73.97740173339844,40.74717712402344,-73.873046875,40.77446365356445,1,N,1,24.0,0.0,0.5,0.3,7.55,5.54,37.89 +2,2016-01-29 16:33:19,2016-01-29 16:50:01,1,2.26,,,-73.98287963867188,40.75531768798828,-73.9603500366211,40.775882720947266,1,N,1,12.0,1.0,0.5,0.3,1.0,0.0,14.8 +2,2016-01-15 09:57:51,2016-01-15 10:03:24,5,0.45,,,-73.97753143310547,40.753868103027344,-73.98181915283203,40.758331298828125,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-20 13:35:32,2016-01-20 13:44:55,1,0.9,,,-73.98139190673828,40.74123764038086,-73.97331237792969,40.752769470214844,1,N,1,7.5,0.0,0.5,0.3,3.0,0.0,11.3 +1,2016-01-08 15:03:09,2016-01-08 15:20:59,1,2.5,,,-73.96467590332031,40.77312088012695,-73.98358917236328,40.74408721923828,1,N,1,13.5,0.0,0.5,0.3,1.0,0.0,15.3 +2,2016-01-12 01:51:45,2016-01-12 01:54:32,1,0.61,,,-73.98822784423828,40.72001647949219,-73.9969711303711,40.722206115722656,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-02 22:03:02,2016-01-02 22:21:51,2,3.6,,,-73.962158203125,40.76350402832031,-74.0,40.73043441772461,1,N,1,15.5,0.5,0.5,0.3,2.0,0.0,18.8 +2,2016-01-02 16:50:56,2016-01-02 17:15:44,1,9.8,,,-73.87084197998047,40.77374267578125,-73.99153900146484,40.72624206542969,1,N,2,29.0,0.0,0.5,0.3,0.0,5.54,35.34 +1,2016-01-29 17:41:35,2016-01-29 17:43:15,1,0.4,,,-73.97134399414062,40.79430389404297,-73.96891784667969,40.7992057800293,1,Y,1,3.5,1.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-24 12:12:11,2016-01-24 12:29:48,1,4.68,,,-74.01647186279297,40.71014404296875,-73.98448181152344,40.759246826171875,1,N,1,16.5,0.0,0.5,0.3,4.32,0.0,21.62 +2,2016-01-22 17:19:51,2016-01-22 17:52:28,1,17.21,,,-74.00372314453125,40.741939544677734,-74.18151092529297,40.687721252441406,3,N,1,65.0,1.0,0.0,0.3,15.76,12.5,94.56 +2,2016-01-29 14:42:31,2016-01-29 14:43:47,6,0.11,,,-73.98696899414062,40.73672103881836,-73.98493957519531,40.737220764160156,1,N,2,3.0,0.0,0.5,0.3,0.0,0.0,3.8 +1,2016-01-07 19:58:34,2016-01-07 20:07:45,1,2.4,,,-73.97421264648438,40.76259994506836,-73.96688079833984,40.78883361816406,1,N,1,9.5,1.0,0.5,0.3,1.4,0.0,12.7 +1,2016-01-07 07:53:50,2016-01-07 08:24:35,1,6.2,,,-73.91228485107422,40.746826171875,-73.9837646484375,40.69377517700195,1,N,1,25.0,0.0,0.5,0.3,3.0,0.0,28.8 +2,2016-01-08 07:06:11,2016-01-08 07:15:45,1,1.99,,,-73.98914337158203,40.73731994628906,-73.96743774414062,40.75923156738281,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-19 09:28:15,2016-01-19 09:36:47,1,2.54,,,-74.01313018798828,40.71659851074219,-73.99961853027344,40.74626159667969,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-22 07:18:47,2016-01-22 07:26:31,1,2.1,,,-73.97758483886719,40.76423263549805,-73.99365997314453,40.74333190917969,1,N,1,9.0,0.0,0.5,0.3,5.0,0.0,14.8 +1,2016-01-17 11:56:21,2016-01-17 12:00:56,1,1.2,,,-73.97366333007812,40.763309478759766,-73.97671508789062,40.77537155151367,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-15 13:22:18,2016-01-15 13:39:06,1,2.3,,,-73.9604263305664,40.769622802734375,-73.98070526123047,40.789546966552734,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-24 21:14:23,2016-01-24 21:24:26,1,1.71,,,-74.00595092773438,40.7357063293457,-73.98739624023438,40.7479133605957,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-29 00:34:46,2016-01-29 00:54:30,4,4.64,,,-73.9915771484375,40.73291015625,-73.97697448730469,40.78497314453125,1,N,1,17.5,0.5,0.5,0.3,2.0,0.0,20.8 +2,2016-01-02 19:42:06,2016-01-02 19:48:08,1,1.32,,,-73.98757934570312,40.759891510009766,-73.98381042480469,40.773738861083984,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-27 08:33:10,2016-01-27 08:46:59,1,1.5,,,-73.98531341552734,40.768497467041016,-73.99073028564453,40.752044677734375,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-06 19:32:53,2016-01-06 19:44:09,1,2.04,,,-74.00028228759766,40.728721618652344,-73.9925537109375,40.74856948852539,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-25 16:06:51,2016-01-25 16:46:09,1,9.6,,,-73.9865493774414,40.760826110839844,-74.01148986816406,40.67242431640625,1,N,1,33.5,1.0,0.5,0.3,4.0,0.0,39.3 +2,2016-01-07 20:14:44,2016-01-07 20:34:15,1,6.48,,,-73.95230102539062,40.78711700439453,-73.90045166015625,40.773048400878906,1,N,1,21.5,0.5,0.5,0.3,5.67,5.54,34.01 +1,2016-01-10 15:47:53,2016-01-10 15:50:45,1,0.7,,,-73.9292221069336,40.768184661865234,-73.93894958496094,40.76599884033203,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-13 14:41:04,2016-01-13 14:47:05,3,1.0,,,-73.98143005371094,40.74714660644531,-73.99072265625,40.734596252441406,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-28 05:51:53,2016-01-28 06:27:49,3,17.63,,,-73.9812240600586,40.72509002685547,-73.78364562988281,40.64374923706055,2,N,1,52.0,0.0,0.5,0.3,10.56,0.0,63.36 +2,2016-01-20 18:51:07,2016-01-20 19:33:29,1,18.97,,,-73.97409057617188,40.79155731201172,-74.17767333984375,40.690528869628906,3,N,1,71.0,1.0,0.0,0.3,8.8,12.5,93.6 +2,2016-01-18 23:42:07,2016-01-19 00:08:32,1,8.16,,,-73.99059295654297,40.76114273071289,-73.95204162597656,40.669036865234375,1,N,1,26.0,0.5,0.5,0.3,8.19,0.0,35.49 +1,2016-01-20 23:03:49,2016-01-20 23:09:19,2,1.4,,,-73.9843978881836,40.76389694213867,-73.97679138183594,40.78069305419922,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-17 13:16:57,2016-01-17 13:25:01,1,2.48,,,-73.95894622802734,40.768951416015625,-73.97244262695312,40.74361038208008,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-01 14:11:08,2016-01-01 14:24:09,2,2.2,,,-73.9873275756836,40.72888946533203,-73.99752044677734,40.714073181152344,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-10 01:31:15,2016-01-10 01:54:47,1,7.2,,,-74.00252532958984,40.733455657958984,-73.90476989746094,40.75786590576172,1,N,1,23.0,0.5,0.5,0.3,4.0,0.0,28.3 +1,2016-01-18 15:05:32,2016-01-18 15:13:33,2,1.7,,,-73.9659423828125,40.75974655151367,-73.94772338867188,40.77518844604492,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-12 18:23:44,2016-01-12 18:33:45,1,1.5,,,-73.95664978027344,40.78069305419922,-73.96853637695312,40.79250717163086,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-19 13:10:53,2016-01-19 13:45:41,1,9.8,,,-73.87457275390625,40.77408218383789,-73.98096466064453,40.782413482666016,1,N,1,34.0,0.0,0.5,0.3,8.05,5.54,48.39 +1,2016-01-30 16:38:33,2016-01-30 16:53:50,1,1.2,,,-73.9933090209961,40.747047424316406,-73.98088836669922,40.75721740722656,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-29 02:56:39,2016-01-29 03:00:54,1,1.55,,,-73.9723892211914,40.752830505371094,-73.97221374511719,40.7530517578125,1,N,1,6.5,0.5,0.5,0.3,1.95,0.0,9.75 +1,2016-01-15 13:37:22,2016-01-15 13:50:27,1,1.0,,,-74.0059585571289,40.733154296875,-73.99730682373047,40.72473907470703,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-12 09:11:23,2016-01-12 09:18:52,3,0.78,,,-73.98793029785156,40.761478424072266,-73.98988342285156,40.75693130493164,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-13 13:43:58,2016-01-13 14:01:41,6,2.07,,,-73.98529052734375,40.74462127685547,-73.96597290039062,40.770999908447266,1,N,1,12.5,0.0,0.5,0.3,1.5,0.0,14.8 +2,2016-01-06 14:42:41,2016-01-06 15:08:32,2,4.64,,,-73.9909896850586,40.755897521972656,-73.95648956298828,40.747962951660156,1,N,2,20.5,0.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-29 06:33:27,2016-01-29 06:44:49,3,2.15,,,-73.94861602783203,40.78226852416992,-73.93668365478516,40.8040885925293,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +1,2016-01-08 15:07:48,2016-01-08 15:16:56,1,1.1,,,-73.9504623413086,40.79521942138672,-73.9473648071289,40.78373336791992,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-20 17:07:17,2016-01-20 17:37:35,1,4.47,,,-73.97026824951172,40.75897216796875,-73.95630645751953,40.726356506347656,1,N,1,20.0,1.0,0.5,0.3,4.36,0.0,26.16 +2,2016-01-05 19:06:55,2016-01-05 19:22:21,3,2.12,,,-73.98030090332031,40.784786224365234,-73.95291900634766,40.78645706176758,1,N,1,11.5,1.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-28 22:26:39,2016-01-28 22:34:50,1,2.06,,,-74.0055923461914,40.73817443847656,-73.99547576904297,40.76051330566406,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-03 21:26:25,2016-01-03 21:30:21,1,1.28,,,-73.97325134277344,40.74842834472656,-73.97467803955078,40.73289489746094,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,8.84 +2,2016-01-06 13:12:52,2016-01-06 13:29:46,1,1.37,,,-73.97848510742188,40.75177764892578,-73.9831314086914,40.76616287231445,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-28 15:31:31,2016-01-28 15:46:12,1,1.87,,,-73.98997497558594,40.73500442504883,-73.97189331054688,40.75450897216797,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +1,2016-01-17 10:28:55,2016-01-17 10:33:29,1,1.2,,,-73.9813461303711,40.76472473144531,-73.99149322509766,40.749427795410156,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-05 07:56:12,2016-01-05 08:11:10,4,4.9,,,-73.97877502441406,40.74774169921875,-74.01068878173828,40.70285415649414,1,N,1,17.0,0.0,0.5,0.3,3.56,0.0,21.36 +1,2016-01-06 13:19:20,2016-01-06 13:36:40,1,3.3,,,-74.01509857177734,40.714149475097656,-73.98997497558594,40.7438850402832,1,N,1,15.0,0.0,0.5,0.3,3.0,0.0,18.8 +2,2016-01-03 00:55:41,2016-01-03 00:58:41,1,0.39,,,-73.98893737792969,40.730918884277344,-73.99210357666016,40.72576141357422,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +1,2016-01-20 12:06:25,2016-01-20 12:19:26,1,0.9,,,-73.96696472167969,40.761253356933594,-73.97920227050781,40.76521682739258,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-19 23:28:07,2016-01-19 23:44:57,1,4.78,,,-73.9860610961914,40.74138641357422,-73.98018646240234,40.68033218383789,1,N,1,17.5,0.5,0.5,0.3,5.64,0.0,24.44 +2,2016-01-24 19:44:43,2016-01-24 20:54:07,2,1.24,,,-74.0082778930664,40.73834991455078,-73.98773956298828,40.732521057128906,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-26 06:40:52,2016-01-26 06:48:52,2,2.15,,,-74.00048828125,40.738956451416016,-74.00048828125,40.738956451416016,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-10 21:05:30,2016-01-10 21:09:03,1,0.7,,,-73.945068359375,40.6892204284668,-73.94398498535156,40.697757720947266,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-12 19:18:38,2016-01-12 19:24:40,2,0.97,,,-74.00066375732422,40.75778579711914,-73.99578857421875,40.764530181884766,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-27 20:13:49,2016-01-27 20:19:49,2,1.02,,,-73.97687530517578,40.75031280517578,-73.98910522460938,40.74470520019531,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-18 07:47:39,2016-01-18 08:00:55,1,3.7,,,-73.97518920898438,40.76534652709961,-74.0000991821289,40.71952819824219,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +2,2016-01-19 23:22:49,2016-01-19 23:36:29,2,2.58,,,-73.9912109375,40.717288970947266,-73.99549102783203,40.744049072265625,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-18 20:47:42,2016-01-18 20:53:34,1,1.5,,,-73.97344970703125,40.763370513916016,-73.99117279052734,40.754859924316406,1,N,1,7.0,0.5,0.5,0.3,2.07,0.0,10.37 +1,2016-01-17 14:32:54,2016-01-17 14:36:21,2,0.5,,,-73.99887084960938,40.722938537597656,-74.00452423095703,40.71635055541992,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-09 21:02:40,2016-01-09 21:27:17,1,4.19,,,-73.99785614013672,40.71693420410156,-73.98358917236328,40.765384674072266,1,N,2,18.5,0.5,0.5,0.3,0.0,0.0,19.8 +2,2016-01-20 16:53:13,2016-01-20 16:56:37,1,0.63,,,-73.98056030273438,40.78296661376953,-73.9764175415039,40.790000915527344,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-14 13:15:48,2016-01-14 13:19:29,3,0.72,,,-73.96951293945312,40.789947509765625,-73.97837829589844,40.786216735839844,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-26 14:02:50,2016-01-26 14:16:22,1,0.98,,,-73.96711730957031,40.766361236572266,-73.95368194580078,40.766780853271484,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-03 09:58:49,2016-01-03 10:03:12,1,1.06,,,-73.9585952758789,40.783355712890625,-73.96174621582031,40.771949768066406,1,N,1,5.5,0.0,0.5,0.3,0.94,0.0,7.24 +1,2016-01-26 07:43:00,2016-01-26 08:16:44,1,3.7,,,-73.9876708984375,40.73280334472656,-73.95236206054688,40.76961135864258,1,N,1,21.5,0.0,0.5,0.3,2.0,0.0,24.3 +2,2016-01-28 23:47:41,2016-01-29 00:11:20,5,3.93,,,-73.99846649169922,40.72291946411133,-73.96759033203125,40.75721740722656,1,N,1,17.5,0.5,0.5,0.3,3.76,0.0,22.56 +2,2016-01-02 22:47:11,2016-01-02 22:50:08,1,0.69,,,-73.9951171875,40.725318908691406,-73.99067687988281,40.73394012451172,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +1,2016-01-02 02:35:05,2016-01-02 02:39:34,3,0.6,,,-73.98680877685547,40.76449203491211,-73.98506164550781,40.75818634033203,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-14 20:52:52,2016-01-14 21:10:13,2,6.13,,,-73.95318603515625,40.77265167236328,-74.00325775146484,40.722843170166016,1,N,1,20.5,0.5,0.5,0.3,1.0,0.0,22.8 +1,2016-01-08 15:07:02,2016-01-08 15:07:02,1,0.0,,,-73.95572662353516,40.77933120727539,0.0,0.0,1,N,2,22.5,0.0,0.5,0.3,0.0,0.0,23.3 +1,2016-01-16 13:09:13,2016-01-16 13:40:26,1,11.6,,,-73.9501724243164,40.78013610839844,-73.99523162841797,40.66610336303711,1,N,1,36.5,0.0,0.5,0.3,4.0,0.0,41.3 +2,2016-01-09 18:41:36,2016-01-09 19:22:13,1,18.15,,,-73.95982360839844,40.77629089355469,-73.78173828125,40.64448165893555,2,N,1,52.0,0.0,0.5,0.3,10.56,0.0,63.36 +2,2016-01-16 00:41:33,2016-01-16 00:46:37,1,0.86,,,-73.91667938232422,40.68650817871094,-73.92969512939453,40.693763732910156,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-09 18:19:01,2016-01-09 18:37:20,2,1.94,,,-74.00639343261719,40.73323059082031,-73.98764038085938,40.72121047973633,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +2,2016-01-10 22:35:42,2016-01-10 22:46:04,2,2.41,,,-73.99481964111328,40.75390625,-74.00007629394531,40.73050308227539,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-19 08:39:45,2016-01-19 08:54:29,4,1.98,,,-73.98599243164062,40.743560791015625,-73.98820495605469,40.76152038574219,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-07 18:50:12,2016-01-07 19:05:34,1,2.2,,,-73.97777557373047,40.78893280029297,-73.95690155029297,40.76979446411133,1,N,1,11.5,1.0,0.5,0.3,3.95,0.0,17.25 +2,2016-01-19 18:11:12,2016-01-19 18:20:09,1,2.39,,,-73.9614028930664,40.80126953125,-73.95648956298828,40.776458740234375,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-16 02:35:47,2016-01-16 02:43:24,1,2.0,,,-74.00236511230469,40.733463287353516,-74.01509094238281,40.71007537841797,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-20 07:45:17,2016-01-20 07:57:09,1,1.5,,,-73.97156524658203,40.75751876831055,-73.95291137695312,40.76526641845703,1,N,1,9.0,0.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-06 21:23:17,2016-01-06 21:35:51,1,2.28,,,-74.00135803222656,40.74565887451172,-73.9718017578125,40.75136184692383,1,N,1,10.5,0.5,0.5,0.3,2.29,0.0,14.09 +1,2016-01-10 19:38:36,2016-01-10 19:53:00,2,6.7,,,-73.87300872802734,40.77412414550781,-73.88842010498047,40.73111343383789,1,N,1,20.0,0.0,0.5,0.3,2.08,0.0,22.88 +1,2016-01-18 21:29:52,2016-01-18 21:34:34,1,0.8,,,0.0,0.0,0.0,0.0,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-19 12:01:05,2016-01-19 12:07:55,1,0.68,,,-73.99913024902344,40.733951568603516,-73.9948501586914,40.74217224121094,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-06 18:37:18,2016-01-06 18:48:32,1,0.6,,,-73.97881317138672,40.76689910888672,-73.97544860839844,40.759376525878906,1,N,1,8.0,1.0,0.5,0.3,2.0,0.0,11.8 +1,2016-01-15 12:46:08,2016-01-15 12:57:31,1,0.9,,,-73.9805908203125,40.753963470458984,-73.99151611328125,40.74951934814453,1,N,1,8.5,0.0,0.5,0.3,2.75,0.0,12.05 +1,2016-01-13 17:21:24,2016-01-13 17:29:42,1,1.4,,,-73.98896026611328,40.72172164916992,-73.98273468017578,40.73940658569336,1,N,1,8.0,1.0,0.5,0.3,1.95,0.0,11.75 +2,2016-01-07 13:35:38,2016-01-07 13:45:55,1,1.48,,,-73.9760513305664,40.75703048706055,-73.96143341064453,40.77143096923828,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-03 01:26:27,2016-01-03 01:31:07,1,1.58,,,-73.95846557617188,40.76864242553711,-73.9725570678711,40.74909591674805,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +2,2016-01-07 13:46:59,2016-01-07 13:52:07,1,0.88,,,-73.9656753540039,40.76832580566406,-73.9578857421875,40.779273986816406,1,N,1,5.5,0.0,0.5,0.3,1.89,0.0,8.19 +1,2016-01-15 20:36:56,2016-01-15 20:44:48,1,1.6,,,-73.96507263183594,40.755184173583984,-73.95669555664062,40.77513885498047,1,N,1,8.0,0.5,0.5,0.3,2.3,0.0,11.6 +1,2016-01-16 00:01:37,2016-01-16 00:07:21,2,0.9,,,-73.9869384765625,40.72966384887695,-73.9998550415039,40.73032760620117,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +1,2016-01-30 19:03:19,2016-01-30 19:27:51,2,3.6,,,-73.97662353515625,40.785797119140625,-73.96630096435547,40.76713180541992,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,21.96 +2,2016-01-29 09:49:23,2016-01-29 10:11:03,1,2.28,,,-73.98023223876953,40.73925018310547,-73.97769927978516,40.763675689697266,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-05 20:22:54,2016-01-05 20:35:40,1,3.48,,,-73.99561309814453,40.723358154296875,-73.96923065185547,40.68959045410156,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +2,2016-01-18 16:42:49,2016-01-18 16:48:09,5,1.17,,,-73.962158203125,40.779300689697266,-73.97638702392578,40.780906677246094,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-30 17:39:55,2016-01-30 18:06:02,3,8.18,,,-73.87471771240234,40.77406311035156,-73.96204376220703,40.79549026489258,1,N,1,26.5,0.0,0.5,0.3,7.0,5.54,39.84 +1,2016-01-19 13:27:35,2016-01-19 13:52:46,1,2.1,,,-73.99147033691406,40.73915481567383,-73.97435760498047,40.75973129272461,1,N,1,16.0,0.0,0.5,0.3,1.0,0.0,17.8 +2,2016-01-22 04:12:12,2016-01-22 04:28:36,1,4.32,,,-73.95903015136719,40.814998626708984,-73.97846984863281,40.761558532714844,1,N,1,16.0,0.5,0.5,0.3,2.0,0.0,19.3 +1,2016-01-11 14:53:41,2016-01-11 15:42:11,1,21.3,,,-73.78282165527344,40.6466064453125,-74.00908660888672,40.706233978271484,2,N,1,52.0,0.0,0.5,0.3,11.66,5.54,70.0 +1,2016-01-14 13:45:54,2016-01-14 14:05:54,2,2.4,,,-73.98092651367188,40.76541519165039,-73.97943878173828,40.78958511352539,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-14 00:27:26,2016-01-14 00:40:42,5,3.28,,,-73.95220947265625,40.82426071166992,-73.9502182006836,40.786869049072266,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-09 14:45:55,2016-01-09 14:50:51,2,1.6,,,-74.00374603271484,40.732086181640625,-74.01444244384766,40.712669372558594,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-26 10:45:09,2016-01-26 10:56:53,1,1.6,,,0.0,0.0,0.0,0.0,1,N,1,9.5,0.0,0.5,0.3,1.55,0.0,11.85 +1,2016-01-06 18:15:33,2016-01-06 18:20:33,1,0.6,,,-73.98515319824219,40.739837646484375,-73.99508666992188,40.74413299560547,1,N,1,5.0,1.0,0.5,0.3,3.0,0.0,9.8 +2,2016-01-07 11:49:05,2016-01-07 11:57:26,2,0.66,,,-73.9737777709961,40.75188064575195,-73.97248077392578,40.75934982299805,1,N,1,6.5,0.0,0.5,0.3,1.1,0.0,8.4 +1,2016-01-16 11:17:25,2016-01-16 11:29:09,1,2.0,,,-73.95219421386719,40.78128433227539,-73.97457122802734,40.79108810424805,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-02 23:26:36,2016-01-02 23:32:17,5,2.16,,,-73.97528839111328,40.741249084472656,-73.95600128173828,40.767921447753906,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +1,2016-01-13 08:06:18,2016-01-13 08:14:55,1,0.9,,,-73.95606231689453,40.78158187866211,-73.96826934814453,40.78675079345703,1,N,1,7.0,0.0,0.5,0.3,1.2,0.0,9.0 +2,2016-01-28 19:16:22,2016-01-28 19:29:43,1,2.15,,,-73.97840118408203,40.757198333740234,-73.9820785522461,40.77885055541992,1,N,1,10.5,1.0,0.5,0.3,2.0,0.0,14.3 +2,2016-01-07 21:55:52,2016-01-07 22:01:09,1,1.62,,,-73.98238372802734,40.77288818359375,-73.97434997558594,40.78868865966797,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-16 18:26:13,2016-01-16 18:41:39,3,3.1,,,-73.99284362792969,40.768211364746094,-73.95628356933594,40.779666900634766,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-02 19:12:25,2016-01-02 19:29:23,2,3.31,,,-73.99015045166016,40.75661849975586,-73.95246124267578,40.772857666015625,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-24 10:15:34,2016-01-24 10:25:14,1,2.7,,,-73.98115539550781,40.72093200683594,-74.00796508789062,40.7116584777832,1,N,1,11.0,0.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-09 14:27:43,2016-01-09 14:33:42,1,0.8,,,-73.95772552490234,40.77959442138672,-73.95777130126953,40.772727966308594,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-29 18:37:22,2016-01-29 18:59:23,2,4.9,,,-73.98267364501953,40.76510238647461,-74.0141830444336,40.713897705078125,1,N,1,19.0,1.0,0.5,0.3,6.2,0.0,27.0 +1,2016-01-27 01:57:46,2016-01-27 02:08:20,1,4.3,,,-73.99279022216797,40.76337814331055,-73.95186614990234,40.809200286865234,1,N,1,13.0,0.5,0.5,0.3,1.2,0.0,15.5 +2,2016-01-18 09:19:15,2016-01-18 09:36:16,1,4.21,,,-74.00086212158203,40.75768280029297,-74.01152038574219,40.710079193115234,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +1,2016-01-13 12:35:04,2016-01-13 13:13:39,1,3.6,,,-74.00746154785156,40.70748519897461,-73.98009490966797,40.74859619140625,1,N,1,24.0,0.0,0.5,0.3,4.0,0.0,28.8 +1,2016-01-08 07:48:02,2016-01-08 08:08:33,1,4.8,,,-73.94918823242188,40.773399353027344,-73.99932861328125,40.73872756958008,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-28 06:35:47,2016-01-28 06:38:12,1,0.52,,,-73.97820281982422,40.7458610534668,-73.97470092773438,40.7515983581543,1,N,1,4.0,0.0,0.5,0.3,0.96,0.0,5.76 +1,2016-01-25 12:22:41,2016-01-25 12:35:37,1,2.3,,,-73.99002838134766,40.74483871459961,-74.00638580322266,40.71870422363281,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-27 07:53:36,2016-01-27 08:00:10,5,0.93,,,-73.98684692382812,40.7664794921875,-73.9877700805664,40.756378173828125,1,N,1,6.5,0.0,0.5,0.3,1.7,0.0,9.0 +2,2016-01-23 05:39:39,2016-01-23 05:56:13,1,2.55,,,-73.98290252685547,40.731449127197266,-73.99241638183594,40.7540283203125,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +2,2016-01-09 18:22:18,2016-01-09 18:28:26,1,0.66,,,-73.98280334472656,40.75580978393555,-73.9723892211914,40.753448486328125,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-17 19:25:42,2016-01-17 19:32:06,2,0.8,,,-73.97866821289062,40.787757873535156,-73.97919464111328,40.77752685546875,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-10 19:23:31,2016-01-10 19:27:11,1,0.6,,,-74.01132202148438,40.715599060058594,-74.0057601928711,40.71752166748047,1,N,1,4.5,1.0,0.5,0.3,1.25,0.0,7.55 +2,2016-01-29 07:35:46,2016-01-29 07:40:49,1,0.5,,,-73.97193908691406,40.757118225097656,-73.96897888183594,40.75838088989258,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-06 20:06:35,2016-01-06 20:10:52,3,0.95,,,-73.9498062133789,40.772159576416016,-73.95398712158203,40.78131866455078,1,N,1,5.5,0.5,0.5,0.3,1.2,0.0,8.0 +1,2016-01-26 20:30:35,2016-01-26 20:48:41,1,4.3,,,-73.96774291992188,40.683712005615234,-73.98235321044922,40.731483459472656,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +1,2016-01-27 11:20:01,2016-01-27 11:43:13,1,2.9,,,-73.96546173095703,40.75951385498047,-73.9781723022461,40.7885856628418,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-08 23:20:19,2016-01-08 23:28:25,1,1.53,,,-73.99347686767578,40.747188568115234,-73.98098754882812,40.733917236328125,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-02 13:45:10,2016-01-02 13:52:47,2,2.26,,,-73.96800994873047,40.75564956665039,-73.99095916748047,40.72602844238281,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-01 21:32:20,2016-01-01 21:39:37,3,1.4,,,-73.98868560791016,40.731475830078125,-73.990234375,40.74661636352539,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +1,2016-01-12 23:54:17,2016-01-13 00:05:00,1,2.1,,,-73.96996307373047,40.760074615478516,-73.99827575683594,40.756717681884766,1,N,1,9.5,0.5,0.5,0.3,2.15,0.0,12.95 +1,2016-01-01 02:02:22,2016-01-01 02:10:10,1,1.8,,,-73.92044830322266,40.7681770324707,-73.94022369384766,40.75111770629883,1,Y,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +1,2016-01-16 02:07:49,2016-01-16 02:20:51,1,6.1,,,-73.93901824951172,40.84861373901367,-73.98694610595703,40.869117736816406,5,N,1,30.0,0.0,0.0,0.3,5.0,0.0,35.3 +1,2016-01-05 13:21:23,2016-01-05 13:27:12,1,1.0,,,-73.99030303955078,40.75122833251953,-73.99412536621094,40.739498138427734,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-17 16:21:42,2016-01-17 16:29:53,1,1.2,,,-73.95606231689453,40.77600860595703,-73.97039031982422,40.78484344482422,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-27 17:52:46,2016-01-27 18:02:03,1,1.5,,,-73.96236419677734,40.778690338134766,-73.98136901855469,40.77864074707031,1,N,1,8.0,1.0,0.5,0.3,1.5,0.0,11.3 +2,2016-01-14 18:49:44,2016-01-14 19:17:16,1,4.66,,,-73.9735336303711,40.751861572265625,-73.96221160888672,40.80522155761719,1,N,1,20.0,1.0,0.5,0.3,5.45,0.0,27.25 +2,2016-01-19 14:34:58,2016-01-19 15:23:26,1,12.34,,,-73.94918060302734,40.695518493652344,-73.7763900756836,40.64529037475586,1,N,1,44.5,0.0,0.5,0.3,9.06,0.0,54.36 +2,2016-01-30 13:39:46,2016-01-30 13:49:00,2,1.47,,,-73.99644470214844,40.72547149658203,-73.99330139160156,40.742122650146484,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-15 08:47:10,2016-01-15 08:52:15,1,0.85,,,-73.96336364746094,40.7579231262207,-73.96464538574219,40.766265869140625,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-28 07:26:02,2016-01-28 07:29:19,1,0.8,,,-73.97677612304688,40.74350357055664,-73.98529052734375,40.735023498535156,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-03 10:35:27,2016-01-04 09:58:40,1,8.08,,,-73.99764251708984,40.76521301269531,-74.01455688476562,40.6819953918457,1,N,2,26.0,0.0,0.5,0.3,0.0,5.54,32.34 +1,2016-01-15 13:08:38,2016-01-15 13:22:46,2,4.0,,,-73.98296356201172,40.766845703125,-73.96463775634766,40.808712005615234,1,N,1,15.0,0.0,0.5,0.3,1.5,0.0,17.3 +2,2016-01-22 12:32:04,2016-01-22 12:34:05,1,0.45,,,-73.96697998046875,40.7936897277832,-73.96890258789062,40.78847885131836,1,N,1,3.5,0.0,0.5,0.3,1.08,0.0,5.38 +2,2016-01-30 13:47:48,2016-01-30 14:01:58,1,1.17,,,-73.97488403320312,40.76188659667969,-73.98954772949219,40.77131652832031,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +1,2016-01-18 21:15:36,2016-01-18 21:25:20,1,1.5,,,-73.98863220214844,40.77382278442383,-73.98985290527344,40.75730895996094,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +1,2016-01-29 22:55:48,2016-01-29 23:11:23,1,2.5,,,-73.96822357177734,40.76551818847656,-73.98158264160156,40.74103546142578,1,N,1,11.5,0.5,0.5,0.3,3.2,0.0,16.0 +2,2016-01-25 19:30:43,2016-01-25 19:36:50,1,1.11,,,-73.98987579345703,40.75058364868164,-73.99427032470703,40.76128005981445,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-11 22:02:45,2016-01-11 22:13:02,4,2.1,,,-73.99128723144531,40.74950408935547,-73.98433685302734,40.728851318359375,1,N,3,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-25 21:37:48,2016-01-25 21:43:23,1,0.81,,,-73.98985290527344,40.73404312133789,-73.97967529296875,40.73523712158203,1,N,1,5.5,0.5,0.5,0.3,1.25,0.0,8.05 +2,2016-01-11 17:58:51,2016-01-11 18:04:25,1,0.72,,,-73.96446990966797,40.76725769042969,-73.95604705810547,40.76369094848633,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-17 19:45:50,2016-01-17 19:52:48,2,1.28,,,-73.99496459960938,40.749603271484375,-73.9884262084961,40.75776290893555,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-27 07:43:16,2016-01-27 08:08:56,1,2.9,,,-73.98615264892578,40.72635269165039,-73.97296142578125,40.761497497558594,1,N,1,17.0,0.0,0.5,0.3,3.0,0.0,20.8 +2,2016-01-02 12:46:20,2016-01-02 12:54:30,1,1.63,,,-73.97965240478516,40.74665069580078,-73.97606658935547,40.76382827758789,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-26 15:12:16,2016-01-26 15:21:01,5,1.24,,,-73.99652099609375,40.753334045410156,-73.98955535888672,40.74131774902344,1,N,1,7.5,0.0,0.5,0.3,0.11,0.0,8.41 +2,2016-01-26 18:43:35,2016-01-26 18:59:59,1,1.46,,,-73.97998046875,40.78377151489258,-73.95929718017578,40.77621078491211,1,N,1,11.0,1.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-30 16:06:12,2016-01-30 16:17:27,6,0.84,,,-74.00477600097656,40.74189376831055,-73.99212646484375,40.73565673828125,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +1,2016-01-11 15:34:51,2016-01-11 15:39:41,1,0.5,,,-73.95742797851562,40.77452087402344,-73.95880126953125,40.77238082885742,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-21 07:50:20,2016-01-21 08:09:24,1,3.96,,,-73.95065307617188,40.7862663269043,-73.99117279052734,40.742286682128906,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-06 13:19:11,2016-01-06 13:22:35,4,0.5,,,-73.98663330078125,40.75589370727539,-73.99140930175781,40.74949264526367,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +2,2016-01-07 14:33:17,2016-01-07 14:38:05,2,0.78,,,-73.98428344726562,40.749114990234375,-73.98766326904297,40.73964309692383,1,N,1,5.5,0.0,0.5,0.3,1.58,0.0,7.88 +2,2016-01-21 09:52:40,2016-01-21 09:59:52,1,1.41,,,-73.9505844116211,40.771453857421875,-73.97157287597656,40.781978607177734,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-25 20:10:45,2016-01-25 20:52:09,1,5.82,,,-73.99205017089844,40.731048583984375,-73.94316864013672,40.67850875854492,1,N,2,27.0,0.5,0.5,0.3,0.0,0.0,28.3 +2,2016-01-06 00:30:37,2016-01-06 01:00:06,1,16.87,,,-73.78825378417969,40.64080810546875,-73.9520034790039,40.75931167602539,1,N,1,46.5,0.5,0.5,0.3,9.56,0.0,57.36 +2,2016-01-27 18:53:27,2016-01-27 19:11:09,5,2.04,,,-73.98130798339844,40.74610900878906,-73.96308135986328,40.76913833618164,1,N,1,12.5,1.0,0.5,0.3,2.0,0.0,16.3 +1,2016-01-21 21:06:41,2016-01-21 21:17:42,1,1.5,,,-73.98343658447266,40.74398422241211,-73.99556732177734,40.754554748535156,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +2,2016-01-16 11:45:24,2016-01-16 11:50:56,5,1.22,,,-73.96224975585938,40.76622009277344,-73.95118713378906,40.7793083190918,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +1,2016-01-03 17:06:49,2016-01-03 17:53:09,2,21.8,,,-73.98443603515625,40.767425537109375,-73.79084777832031,40.64656066894531,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-04 00:25:23,2016-01-04 00:45:59,2,11.6,,,-74.00761413574219,40.7408332824707,-73.92874145507812,40.82463073730469,1,N,2,33.5,0.5,0.5,0.3,0.0,0.0,34.8 +1,2016-01-27 12:29:07,2016-01-27 12:55:46,1,5.1,,,-73.98367309570312,40.7494010925293,-74.01129150390625,40.7103157043457,1,N,1,21.0,0.0,0.5,0.3,5.45,0.0,27.25 +2,2016-01-05 21:55:03,2016-01-05 22:16:16,1,11.87,,,-73.87104034423828,40.7736701965332,-74.00933837890625,40.715599060058594,1,N,1,33.5,0.5,0.5,0.3,6.0,0.0,40.8 +2,2016-01-02 00:39:14,2016-01-02 00:46:59,2,1.24,,,-73.99004364013672,40.73801040649414,-74.00428771972656,40.73754119873047,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-18 02:28:37,2016-01-18 02:30:15,1,0.59,,,-73.9951171875,40.739540100097656,-73.99031829833984,40.746891021728516,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,5.76 +1,2016-01-09 01:15:34,2016-01-09 01:26:59,2,2.7,,,-73.9871597290039,40.722408294677734,-73.9544448852539,40.716922760009766,1,N,1,11.5,0.5,0.5,0.3,3.8,0.0,16.6 +1,2016-01-25 18:17:53,2016-01-25 18:30:09,1,2.6,,,-73.98126983642578,40.78070831298828,-73.95690155029297,40.81227111816406,1,N,1,10.5,1.0,0.5,0.3,2.45,0.0,14.75 +1,2016-01-21 21:28:31,2016-01-21 21:33:27,1,1.1,,,-73.96099853515625,40.775962829589844,-73.97584533691406,40.78160095214844,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-22 23:49:15,2016-01-22 23:58:38,2,1.04,,,-73.986083984375,40.76245880126953,-73.99795532226562,40.76405334472656,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-09 01:37:29,2016-01-09 01:43:00,1,2.42,,,-73.98784637451172,40.76896286010742,-73.97533416748047,40.79618453979492,1,N,1,9.0,0.5,0.5,0.3,2.58,0.0,12.88 +1,2016-01-30 20:26:36,2016-01-30 20:48:33,2,4.2,,,-73.99022674560547,40.756080627441406,-73.94657897949219,40.78316879272461,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,22.55 +1,2016-01-15 16:48:19,2016-01-15 17:19:15,1,4.9,,,-73.97425842285156,40.754119873046875,-73.96125030517578,40.80668640136719,1,N,1,22.0,1.0,0.5,0.3,0.04,0.0,23.84 +2,2016-01-21 07:21:02,2016-01-21 07:30:10,1,1.6,,,-73.98487091064453,40.74730682373047,-73.97260284423828,40.76469039916992,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-30 05:47:32,2016-01-30 05:53:42,2,3.68,,,-73.9885482788086,40.71875,-74.01278686523438,40.70220184326172,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-25 09:45:55,2016-01-25 09:58:51,1,1.58,,,-73.97516632080078,40.76518249511719,-73.99112701416016,40.75017547607422,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-13 08:11:03,2016-01-13 08:21:02,3,1.69,,,-73.9637680053711,40.75722885131836,-73.98001098632812,40.75111770629883,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-16 14:53:50,2016-01-16 15:01:32,1,1.5,,,-73.96517181396484,40.775211334228516,-73.97949981689453,40.77667999267578,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-17 22:14:06,2016-01-17 22:30:47,6,4.51,,,-73.97818756103516,40.75231170654297,-74.01113891601562,40.702999114990234,1,N,1,15.5,0.5,0.5,0.3,3.36,0.0,20.16 +1,2016-01-03 05:49:19,2016-01-03 06:13:25,2,16.7,,,-73.97699737548828,40.76438522338867,-73.7900619506836,40.64344787597656,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +2,2016-01-20 09:21:07,2016-01-20 09:32:13,1,1.49,,,-74.00336456298828,40.727210998535156,-73.988525390625,40.73741149902344,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +1,2016-01-04 21:31:42,2016-01-04 21:35:48,1,0.6,,,-73.98062133789062,40.77816390991211,-73.9793701171875,40.785316467285156,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-14 19:36:55,2016-01-14 19:54:24,1,6.6,,,-74.01386260986328,40.71316146850586,-73.98435974121094,40.7458381652832,1,N,1,22.0,1.0,0.5,0.3,4.75,0.0,28.55 +2,2016-01-22 18:37:09,2016-01-22 19:02:49,1,3.7,,,-73.98988342285156,40.733333587646484,-73.9839859008789,40.77372360229492,1,N,1,18.0,1.0,0.5,0.3,3.96,0.0,23.76 +2,2016-01-06 09:22:57,2016-01-06 09:39:04,3,3.66,,,-73.9941635131836,40.7512092590332,-74.01524353027344,40.71138000488281,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +1,2016-01-23 00:23:51,2016-01-23 01:01:57,1,6.8,,,-73.95176696777344,40.74298858642578,-73.9642562866211,40.67228317260742,1,N,2,27.0,0.5,0.5,0.3,0.0,0.0,28.3 +2,2016-01-17 11:46:51,2016-01-17 12:00:51,1,5.55,,,-74.01171875,40.70953369140625,-73.97044372558594,40.756187438964844,1,N,2,18.0,0.0,0.5,0.3,0.0,0.0,18.8 +2,2016-01-01 01:23:59,2016-01-01 01:28:31,1,0.93,,,-73.99676513671875,40.74251174926758,-73.99614715576172,40.73302459716797,1,N,1,5.0,0.5,0.5,0.3,1.58,0.0,7.88 +2,2016-01-13 21:06:54,2016-01-13 21:43:14,5,17.98,,,-73.77674865722656,40.6453857421875,-73.99112701416016,40.74726104736328,2,N,1,52.0,0.0,0.5,0.3,10.0,5.54,68.34 +2,2016-01-23 12:09:50,2016-01-23 12:24:28,1,2.47,,,-73.96708679199219,40.793479919433594,-73.94520568847656,40.81830596923828,1,N,1,11.5,0.0,0.5,0.3,2.0,0.0,14.3 +2,2016-01-10 16:18:29,2016-01-10 16:31:17,5,1.7,,,-73.9825439453125,40.77745819091797,-73.9608154296875,40.77819061279297,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-19 07:51:23,2016-01-19 07:58:31,3,0.8,,,-73.96356964111328,40.77134323120117,-73.95580291748047,40.7823371887207,1,N,1,6.5,0.0,0.5,0.3,1.8,0.0,9.1 +2,2016-01-09 11:21:07,2016-01-09 11:27:06,1,0.84,,,-74.0062026977539,40.70817565917969,-74.00858306884766,40.71592330932617,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-25 22:15:29,2016-01-25 22:27:49,6,2.28,,,-73.99002075195312,40.73352813720703,-73.97077178955078,40.76068878173828,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +1,2016-01-17 18:09:27,2016-01-17 18:24:12,1,2.4,,,-73.96924591064453,40.79848098754883,-73.98823547363281,40.77083206176758,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +1,2016-01-20 21:16:22,2016-01-20 21:24:55,1,1.5,,,-73.98931121826172,40.74227523803711,-73.986572265625,40.726661682128906,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +1,2016-01-25 21:24:17,2016-01-25 21:43:56,1,7.1,,,0.0,0.0,-73.99689483642578,40.6802864074707,1,N,1,22.5,0.5,0.5,0.3,4.0,0.0,27.8 +2,2016-01-13 17:08:47,2016-01-13 17:35:33,1,4.03,,,-73.97846221923828,40.762901306152344,-73.91304779052734,40.74396514892578,1,N,1,19.0,1.0,0.5,0.3,0.0,0.0,20.8 +2,2016-01-12 15:27:48,2016-01-12 15:53:15,1,4.92,,,-74.01001739501953,40.7203254699707,-73.97683715820312,40.76422119140625,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,25.56 +2,2016-01-19 17:05:41,2016-01-19 17:08:24,1,0.62,,,-73.9522933959961,40.768943786621094,-73.95947265625,40.7672233581543,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-06 09:37:56,2016-01-06 09:59:11,2,8.13,,,-73.7896728515625,40.64712905883789,-73.89010620117188,40.668270111083984,1,N,2,25.5,0.0,0.5,0.3,0.0,0.0,26.3 +2,2016-01-27 08:17:18,2016-01-27 08:26:38,1,1.22,,,-73.98194122314453,40.7433967590332,-73.97428894042969,40.75701141357422,1,N,1,7.5,0.0,0.5,0.3,1.25,0.0,9.55 +2,2016-01-03 06:01:29,2016-01-03 06:34:44,6,20.04,,,-73.780517578125,40.6461181640625,-73.96748352050781,40.80131912231445,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-29 09:26:23,2016-01-29 09:41:53,1,3.1,,,-73.98722839355469,40.73306655883789,-73.96082305908203,40.76072692871094,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-26 12:39:15,2016-01-26 13:40:42,1,3.8,,,-74.00971221923828,40.71080780029297,-73.97686767578125,40.747615814208984,1,N,1,34.5,0.0,0.5,0.3,8.8,0.0,44.1 +2,2016-01-22 13:26:27,2016-01-22 13:48:41,1,4.51,,,-73.9906997680664,40.77109909057617,-73.93621826171875,40.79502868652344,1,N,1,17.5,0.0,0.5,0.3,1.2,0.0,19.5 +2,2016-01-11 17:48:40,2016-01-11 17:52:33,1,0.51,,,-73.94502258300781,40.779205322265625,-73.9523696899414,40.779056549072266,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-03 01:47:51,2016-01-03 02:06:43,2,7.8,,,-73.98811340332031,40.74896240234375,-73.94031524658203,40.834999084472656,1,N,2,25.0,0.5,0.5,0.3,0.0,0.0,26.3 +2,2016-01-16 20:18:28,2016-01-16 20:38:31,1,4.88,,,-73.95782470703125,40.770328521728516,-73.97327423095703,40.72361755371094,1,N,1,19.0,0.5,0.5,0.3,4.06,0.0,24.36 +2,2016-01-19 19:58:17,2016-01-19 20:05:45,1,1.03,,,-73.98722839355469,40.7358283996582,-74.00187683105469,40.74351119995117,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +1,2016-01-30 16:11:22,2016-01-30 16:55:55,2,13.6,,,-73.863037109375,40.768775939941406,-73.99693298339844,40.73250198364258,1,N,1,43.5,0.0,0.5,0.3,12.45,5.54,62.29 +2,2016-01-07 08:55:23,2016-01-07 09:01:29,1,0.59,,,-73.97447204589844,40.757511138916016,-73.978759765625,40.76268005371094,1,N,1,5.5,0.0,0.5,0.3,1.89,0.0,8.19 +1,2016-01-09 22:36:03,2016-01-09 22:40:36,1,0.5,,,-73.99969482421875,40.72758483886719,-73.9950942993164,40.72245788574219,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-25 21:12:25,2016-01-25 21:21:46,1,1.9,,,-73.9614028930664,40.76443099975586,-73.97917175292969,40.740440368652344,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-26 07:40:59,2016-01-26 08:07:14,1,2.4,,,-73.97808837890625,40.7526969909668,-73.96300506591797,40.77338790893555,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-01 15:29:31,2016-01-01 15:40:08,3,1.42,,,-73.97789001464844,40.76155090332031,-73.95967102050781,40.7677001953125,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-12 09:04:56,2016-01-12 09:20:07,2,3.0,,,-73.9469223022461,40.771942138671875,-73.9810562133789,40.747554779052734,1,N,1,13.0,0.0,0.5,0.3,2.48,0.0,16.28 +1,2016-01-16 14:47:14,2016-01-16 14:58:59,1,0.9,,,-73.98937225341797,40.7344856262207,-73.99869537353516,40.72356414794922,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-27 21:33:27,2016-01-27 22:08:37,5,19.67,,,-73.79022216796875,40.64673614501953,-73.96864318847656,40.797523498535156,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-05 02:15:11,2016-01-05 02:25:00,1,3.8,,,-74.00395965576172,40.70750427246094,-73.95445251464844,40.6993408203125,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +2,2016-01-30 17:21:33,2016-01-30 17:31:51,5,2.3,,,-73.9770736694336,40.7562370300293,-73.95602416992188,40.781944274902344,1,N,1,9.5,0.0,0.5,0.3,3.09,0.0,13.39 +2,2016-01-20 19:24:50,2016-01-20 19:30:37,2,0.6,,,-73.98776245117188,40.743709564208984,-73.98798370361328,40.74858093261719,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-30 11:20:01,2016-01-30 11:26:42,2,1.2,,,-73.98102569580078,40.764339447021484,-73.97819519042969,40.752105712890625,1,Y,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-08 10:05:25,2016-01-08 10:29:15,3,5.95,,,-73.96295166015625,40.76936721801758,-74.0002212524414,40.726776123046875,1,N,1,22.5,0.0,0.5,0.3,2.5,0.0,25.8 +1,2016-01-28 09:08:45,2016-01-28 09:10:57,1,0.5,,,-73.98432922363281,40.74861526489258,-73.9891586303711,40.7423095703125,1,N,1,4.0,0.0,0.5,0.3,0.75,0.0,5.55 +2,2016-01-11 19:06:57,2016-01-11 19:14:09,1,0.81,,,-73.9789810180664,40.76122283935547,-73.96647644042969,40.7575569152832,1,N,1,6.0,1.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-29 20:04:39,2016-01-29 20:21:08,1,1.4,,,-73.98140716552734,40.72900390625,-73.9940185546875,40.74125289916992,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-21 10:53:23,2016-01-21 11:10:45,1,1.15,,,-73.991455078125,40.75037384033203,-73.978271484375,40.7513313293457,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +1,2016-01-27 09:35:04,2016-01-27 09:45:15,2,1.0,,,-73.98655700683594,40.762359619140625,-73.99590301513672,40.7691764831543,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-10 11:56:58,2016-01-10 11:59:16,2,0.72,,,-73.98809051513672,40.72386169433594,-73.98306274414062,40.73334884643555,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-12 12:11:06,2016-01-12 12:21:09,1,2.0,,,-73.9542465209961,40.7702751159668,-73.97726440429688,40.775943756103516,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-08 12:10:26,2016-01-08 12:20:59,1,2.4,,,-73.96648406982422,40.78922653198242,-73.94385528564453,40.81205368041992,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-27 18:52:44,2016-01-27 18:57:55,5,0.7,,,-73.9527816772461,40.78335189819336,-73.9543228149414,40.77562713623047,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-22 11:35:10,2016-01-22 11:50:06,1,2.4,,,-73.9446029663086,40.77924346923828,-73.97163391113281,40.762027740478516,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-27 21:14:31,2016-01-27 21:32:47,1,3.9,,,-73.99254608154297,40.743404388427734,-73.97627258300781,40.7889518737793,1,N,1,15.5,0.5,0.5,0.3,3.35,0.0,20.15 +2,2016-01-14 16:33:55,2016-01-14 16:44:09,1,1.11,,,-73.99494171142578,40.74478530883789,-73.98396301269531,40.7550163269043,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-16 03:58:22,2016-01-16 04:07:15,1,1.1,,,-73.95697021484375,40.712650299072266,-73.94285583496094,40.71611404418945,1,N,1,7.5,0.5,0.5,0.3,2.6,0.0,11.4 +1,2016-01-14 15:25:14,2016-01-14 15:30:38,2,1.0,,,-73.96601104736328,40.76210021972656,-73.95671844482422,40.77517318725586,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-02 22:59:57,2016-01-02 22:59:57,2,0.0,,,-73.98257446289062,40.772438049316406,0.0,0.0,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +1,2016-01-14 17:50:54,2016-01-14 17:50:54,1,0.0,,,-73.97727966308594,40.732704162597656,0.0,0.0,1,N,2,8.5,1.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-17 11:11:27,2016-01-17 11:17:17,1,1.69,,,-73.97801208496094,40.75249099731445,-73.96621704101562,40.77299118041992,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-15 01:08:31,2016-01-15 01:15:23,1,1.9,,,-74.0018081665039,40.729698181152344,-73.99069213867188,40.75008773803711,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-08 15:39:19,2016-01-08 15:44:56,1,1.0,,,-73.95699310302734,40.766727447509766,-73.94739532470703,40.779598236083984,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-01 12:51:14,2016-01-01 12:52:24,1,0.47,,,-74.00663757324219,40.74386215209961,-74.00518035888672,40.749855041503906,1,N,1,3.5,0.0,0.5,0.3,2.0,0.0,6.3 +1,2016-01-01 04:50:29,2016-01-01 04:55:49,1,2.7,,,-73.9278793334961,40.80708312988281,-73.94469451904297,40.78330612182617,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-25 21:12:34,2016-01-25 21:33:42,1,8.0,,,-73.98228454589844,40.77509307861328,-74.01132202148438,40.70181655883789,1,N,1,25.0,0.5,0.5,0.3,4.0,0.0,30.3 +1,2016-01-20 08:31:50,2016-01-20 08:40:33,1,1.2,,,-73.96956634521484,40.78488540649414,-73.95508575439453,40.78575897216797,1,N,1,7.5,0.0,0.5,0.3,0.5,0.0,8.8 +1,2016-01-30 01:15:36,2016-01-30 01:21:13,1,0.9,,,-74.005615234375,40.74063491821289,-73.99393463134766,40.74146270751953,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-11 20:40:56,2016-01-11 20:49:19,5,2.67,,,-73.97795867919922,40.75157165527344,-73.95169067382812,40.781829833984375,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-13 17:47:20,2016-01-13 17:53:51,6,0.44,,,-73.98751068115234,40.723941802978516,-73.98751068115234,40.723941802978516,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-30 19:12:23,2016-01-30 19:21:45,1,1.79,,,-73.95858764648438,40.7805290222168,-73.967041015625,40.75971984863281,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-25 09:17:04,2016-01-25 09:23:37,5,2.42,,,-73.7765884399414,40.646358489990234,-73.7896499633789,40.647037506103516,1,N,1,9.0,0.0,0.5,0.3,2.94,0.0,12.74 +2,2016-01-08 11:16:09,2016-01-08 11:32:44,1,1.46,,,-73.99913024902344,40.749568939208984,-73.97696685791016,40.739070892333984,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-09 19:44:31,2016-01-09 19:54:10,1,1.2,,,-73.99034118652344,40.756046295166016,-73.98309326171875,40.77130126953125,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +1,2016-01-17 13:49:15,2016-01-17 14:02:26,1,2.9,,,-73.97377014160156,40.7630615234375,-74.00192260742188,40.72825241088867,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,14.8 +2,2016-01-08 11:16:17,2016-01-08 11:23:27,5,0.78,,,-73.96690368652344,40.763877868652344,-73.96128845214844,40.766788482666016,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-10 11:53:19,2016-01-10 11:57:42,5,1.07,,,-73.99459075927734,40.75046157836914,-73.99817657470703,40.74565505981445,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-15 07:46:42,2016-01-15 07:54:19,1,1.21,,,-73.9834976196289,40.74443817138672,-73.99615478515625,40.75361251831055,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-11 07:59:01,2016-01-11 08:18:31,1,3.29,,,-73.98516845703125,40.747718811035156,-73.95121765136719,40.77418899536133,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-24 20:43:42,2016-01-24 20:54:36,1,1.77,,,-73.99968719482422,40.72842025756836,-73.98053741455078,40.740211486816406,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-12 11:51:16,2016-01-12 12:01:32,1,1.0,,,-73.99932861328125,40.733924865722656,-73.9820785522461,40.72813415527344,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-21 22:20:16,2016-01-21 22:26:54,1,1.3,,,-73.97264099121094,40.793331146240234,-73.95761108398438,40.80126953125,1,N,3,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-26 20:59:30,2016-01-26 21:10:54,1,1.1,,,-73.9766845703125,40.75986862182617,-73.981689453125,40.746337890625,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +2,2016-01-14 07:57:41,2016-01-14 08:11:13,1,1.17,,,-73.96244049072266,40.775970458984375,-73.96855926513672,40.78757858276367,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +2,2016-01-18 17:40:30,2016-01-18 17:55:29,1,2.36,,,-73.97247314453125,40.78658676147461,-73.95173645019531,40.7662467956543,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-07 19:15:36,2016-01-07 19:19:37,5,0.74,,,-73.98946380615234,40.739990234375,-73.99800872802734,40.73577117919922,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-09 21:39:46,2016-01-09 21:47:23,1,1.7,,,-73.97276306152344,40.75558090209961,-73.98124694824219,40.77350616455078,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,11.62 +1,2016-01-15 13:58:37,2016-01-15 14:02:38,1,0.6,,,-73.95817565917969,40.773292541503906,-73.9522705078125,40.78144073486328,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-16 14:31:02,2016-01-16 14:49:59,5,0.0,,,-73.99650573730469,40.72523880004883,-73.97814178466797,40.67802810668945,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +2,2016-01-29 11:59:25,2016-01-29 12:10:17,2,1.39,,,-73.97467041015625,40.74203109741211,-73.9894790649414,40.735313415527344,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-28 09:17:49,2016-01-28 09:33:50,2,1.2,,,-73.98690795898438,40.7667236328125,-74.00120544433594,40.75709533691406,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-29 20:38:58,2016-01-29 20:46:02,1,1.2,,,-73.9669189453125,40.756778717041016,-73.96460723876953,40.769569396972656,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-11 21:53:46,2016-01-11 21:56:53,1,0.58,,,-73.94184112548828,40.82217788696289,-73.93601989746094,40.822181701660156,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-05 13:32:45,2016-01-05 13:44:34,1,2.0,,,-73.98471069335938,40.779911041259766,-73.95818328857422,40.77859878540039,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-13 18:21:24,2016-01-13 18:25:48,4,0.81,,,-74.0056381225586,40.751129150390625,-73.99473571777344,40.75028991699219,1,N,1,5.0,1.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-26 21:03:30,2016-01-26 22:16:24,1,2.23,,,-73.9740982055664,40.74760055541992,-73.9912109375,40.71928024291992,1,N,1,10.5,0.5,0.5,0.3,2.36,0.0,14.16 +2,2016-01-19 21:04:37,2016-01-19 21:12:39,1,1.12,,,-73.96863555908203,40.786216735839844,-73.97560119628906,40.79542541503906,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-09 02:44:51,2016-01-09 02:52:45,2,1.87,,,-73.9780044555664,40.773433685302734,-73.95342254638672,40.767127990722656,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +1,2016-01-12 23:57:42,2016-01-13 00:13:04,2,3.6,,,-73.97744750976562,40.7639045715332,-73.98417663574219,40.72534942626953,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +1,2016-01-10 02:25:49,2016-01-10 02:34:12,3,0.9,,,-74.00493621826172,40.741676330566406,-73.99311065673828,40.73398971557617,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +1,2016-01-27 17:40:24,2016-01-27 17:44:52,1,0.7,,,-73.9507064819336,40.779396057128906,-73.96013641357422,40.777225494384766,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-30 19:05:00,2016-01-30 19:27:07,1,2.47,,,-73.99346160888672,40.72163009643555,-73.9846420288086,40.75127029418945,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +2,2016-01-15 21:40:13,2016-01-15 21:42:13,2,0.45,,,-73.967041015625,40.76673889160156,-73.96282196044922,40.77228927612305,1,N,1,4.0,0.5,0.5,0.3,1.06,0.0,6.36 +1,2016-01-05 13:18:21,2016-01-05 13:30:07,1,1.7,,,-73.99140930175781,40.73179626464844,-73.9777603149414,40.75046157836914,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-03 14:39:07,2016-01-03 14:53:08,1,7.5,,,-73.94598388671875,40.77814865112305,-74.00984191894531,40.70591735839844,1,N,1,22.0,0.0,0.5,0.3,4.55,0.0,27.35 +1,2016-01-27 21:45:52,2016-01-27 21:59:53,1,4.0,,,-73.98619079589844,40.745155334472656,-74.02202606201172,40.770503997802734,5,N,3,0.01,0.0,0.0,0.3,0.0,10.5,10.81 +2,2016-01-15 12:16:12,2016-01-15 12:25:54,1,1.43,,,-73.97510528564453,40.7557487487793,-73.96261596679688,40.77288818359375,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +1,2016-01-01 09:16:16,2016-01-01 09:20:20,1,0.7,,,-73.99152374267578,40.73530578613281,-73.97926330566406,40.7310676574707,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +1,2016-01-03 09:33:34,2016-01-03 09:37:24,1,1.0,,,-73.99380493164062,40.761497497558594,-74.00438690185547,40.7523193359375,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-28 13:25:15,2016-01-28 13:42:16,1,1.9,,,-73.98672485351562,40.722476959228516,-74.00508117675781,40.74177932739258,1,N,1,12.0,0.0,0.5,0.3,1.5,0.0,14.3 +2,2016-01-14 11:40:35,2016-01-14 12:00:30,1,3.56,,,-74.01126098632812,40.710777282714844,-73.97827911376953,40.72918701171875,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +1,2016-01-09 19:52:13,2016-01-09 20:10:09,1,2.1,,,-74.00501251220703,40.72987365722656,-73.98180389404297,40.743587493896484,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +1,2016-01-20 23:58:07,2016-01-21 00:27:27,1,17.0,,,-73.7823486328125,40.644596099853516,-73.96129608154297,40.77012634277344,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +1,2016-01-09 17:00:48,2016-01-09 17:12:50,2,1.6,,,-73.98226165771484,40.76877212524414,-73.97489166259766,40.752750396728516,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +2,2016-01-16 19:34:57,2016-01-16 19:44:02,1,2.27,,,-73.98467254638672,40.779788970947266,-73.97088623046875,40.75899887084961,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-16 10:26:50,2016-01-16 10:38:13,1,3.47,,,-73.98091888427734,40.78456115722656,-73.99485778808594,40.750160217285156,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +1,2016-01-14 23:57:41,2016-01-15 00:14:50,1,3.0,,,-73.9919662475586,40.74977493286133,-73.9889144897461,40.72694778442383,1,N,1,13.5,0.5,0.5,0.3,1.0,0.0,15.8 +1,2016-01-05 18:32:52,2016-01-05 18:41:57,1,1.4,,,-74.00985717773438,40.72114181518555,-73.99227142333984,40.72470474243164,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-17 12:22:31,2016-01-17 12:27:12,1,0.95,,,-74.01298522949219,40.70774841308594,-74.01409149169922,40.71770477294922,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-26 18:17:33,2016-01-26 18:24:48,1,1.0,,,-73.9689712524414,40.7859001159668,-73.96056365966797,40.77570724487305,1,N,1,7.0,1.0,0.5,0.3,1.01,0.0,9.81 +1,2016-01-27 15:21:51,2016-01-27 15:34:44,1,1.1,,,-73.956298828125,40.77195358276367,-73.96634674072266,40.7574462890625,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-04 20:46:46,2016-01-04 21:00:19,1,5.0,,,-73.87300109863281,40.77421569824219,-73.94618225097656,40.766014099121094,1,N,1,16.0,0.5,0.5,0.3,4.3,0.0,21.6 +1,2016-01-12 02:48:16,2016-01-12 02:52:18,1,1.2,,,-73.95328521728516,40.775699615478516,-73.96614837646484,40.765018463134766,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-10 21:31:53,2016-01-10 21:40:28,2,1.76,,,-73.9926528930664,40.73746871948242,-74.00421142578125,40.720977783203125,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +1,2016-01-25 20:43:05,2016-01-25 20:46:11,1,0.8,,,-73.94097900390625,40.788387298583984,-73.93521881103516,40.7984619140625,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-02 12:16:04,2016-01-02 12:21:25,5,0.91,,,-73.97925567626953,40.78499221801758,-73.98240661621094,40.77325439453125,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-05 16:55:14,2016-01-05 16:59:24,2,0.71,,,-73.95227813720703,40.778228759765625,-73.95787048339844,40.76935958862305,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-09 22:01:10,2016-01-09 22:11:00,1,1.5,,,-73.99144744873047,40.74991989135742,-73.97374725341797,40.7480583190918,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-02 19:38:22,2016-01-02 19:48:25,3,1.8,,,-73.98116302490234,40.742130279541016,-73.96338653564453,40.76188278198242,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-12 11:01:12,2016-01-12 11:12:33,5,1.16,,,-73.960693359375,40.76955795288086,-73.97239685058594,40.75917434692383,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +1,2016-01-18 17:07:15,2016-01-18 17:17:05,1,1.9,,,-73.95277404785156,40.7667121887207,-73.97515869140625,40.752281188964844,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-07 11:53:10,2016-01-07 12:02:35,2,1.07,,,-73.99337768554688,40.75199890136719,-73.98336029052734,40.76499938964844,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-01 16:49:57,2016-01-01 16:56:04,1,1.23,,,-74.00702667236328,40.73466110229492,-73.98838806152344,40.73204803466797,1,N,1,6.0,0.0,0.5,0.3,0.68,0.0,7.48 +2,2016-01-21 15:52:31,2016-01-21 16:02:30,1,1.67,,,-74.00257873535156,40.72901153564453,-73.98182678222656,40.73244094848633,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +1,2016-01-04 13:26:06,2016-01-04 13:51:25,1,5.6,,,-73.96572875976562,40.762569427490234,-73.99021911621094,40.74248123168945,1,N,2,21.0,0.0,0.5,0.3,0.0,0.0,21.8 +2,2016-01-18 22:05:20,2016-01-18 22:20:46,5,7.57,,,-73.98314666748047,40.767799377441406,-73.93936157226562,40.85354995727539,1,N,2,22.0,0.5,0.5,0.3,0.0,0.0,23.3 +1,2016-01-25 18:16:20,2016-01-25 18:26:09,1,1.0,,,-73.99093627929688,40.76606369018555,-73.97731018066406,40.76523208618164,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-30 18:36:57,2016-01-30 18:57:36,1,2.57,,,-73.98833465576172,40.75397872924805,-73.99736022949219,40.72450256347656,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-15 20:36:54,2016-01-15 20:43:28,1,0.6,,,-73.98484802246094,40.742855072021484,-73.98828125,40.74863052368164,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +2,2016-01-20 18:59:12,2016-01-20 19:05:42,1,0.55,,,-73.99002075195312,40.74176025390625,-73.99813079833984,40.745948791503906,1,N,1,5.5,1.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-26 15:56:19,2016-01-26 16:11:03,6,1.95,,,-73.97650146484375,40.74393081665039,-73.99506378173828,40.72261047363281,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-28 20:16:52,2016-01-28 20:25:05,1,0.99,,,0.0,0.0,0.0,0.0,1,N,1,7.0,0.5,0.5,0.3,2.08,0.0,10.38 +1,2016-01-30 06:30:57,2016-01-30 06:36:07,1,1.1,,,-73.99827575683594,40.740482330322266,-73.99079895019531,40.75000762939453,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-29 04:17:47,2016-01-29 04:37:10,1,4.71,,,-73.98861694335938,40.72264862060547,-73.92159271240234,40.688079833984375,1,N,2,17.0,0.5,0.5,0.3,0.0,0.0,18.3 +2,2016-01-11 19:47:22,2016-01-11 19:47:33,2,0.0,,,-73.9825668334961,40.74531173706055,0.0,0.0,1,N,1,2.5,1.0,0.5,0.3,10.0,0.0,14.3 +2,2016-01-29 00:22:57,2016-01-29 00:27:58,1,0.86,,,-73.97859191894531,40.748531341552734,-73.97531127929688,40.75809860229492,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-09 19:18:34,2016-01-09 19:41:54,6,3.05,,,-73.9956283569336,40.759307861328125,-73.98660278320312,40.728233337402344,1,N,1,16.5,0.0,0.5,0.3,3.46,0.0,20.76 +2,2016-01-16 16:39:32,2016-01-16 16:56:40,1,3.13,,,-73.99530792236328,40.72515106201172,-73.98802947998047,40.75952911376953,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-17 08:37:38,2016-01-17 08:49:49,1,3.4,,,-73.97360229492188,40.79227066040039,-73.97429656982422,40.75659942626953,1,N,1,13.0,0.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-02 16:39:45,2016-01-02 16:52:00,1,1.31,,,-73.9790267944336,40.762855529785156,-73.98535919189453,40.7470703125,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-10 15:02:18,2016-01-10 15:07:53,4,1.0,,,-73.96239471435547,40.779197692871094,-73.97335052490234,40.78440475463867,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-29 13:42:26,2016-01-29 13:59:04,1,2.83,,,-73.96241760253906,40.778961181640625,-73.9652328491211,40.80617141723633,1,N,1,13.5,0.0,0.5,0.3,2.5,0.0,16.8 +1,2016-01-09 23:06:44,2016-01-09 23:10:01,4,0.6,,,-73.97702026367188,40.78778076171875,-73.98136901855469,40.77958679199219,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +1,2016-01-08 21:25:42,2016-01-08 21:32:40,1,1.3,,,-73.97916412353516,40.76189041137695,-73.98516845703125,40.776126861572266,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-01 16:45:21,2016-01-01 16:48:39,6,1.24,,,-73.966064453125,40.76201629638672,-73.95594787597656,40.77708053588867,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-14 10:46:54,2016-01-14 11:03:56,1,1.4,,,-73.9751968383789,40.77757263183594,-73.96602630615234,40.77109909057617,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-20 08:07:18,2016-01-20 08:34:12,1,2.57,,,-73.9515609741211,40.769981384277344,-73.97928619384766,40.75558853149414,1,N,1,17.5,0.0,0.5,0.3,3.66,0.0,21.96 +2,2016-01-06 16:43:15,2016-01-06 16:56:16,5,1.83,,,-73.98233032226562,40.76823043823242,-73.95733642578125,40.76681900024414,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-16 19:13:55,2016-01-16 19:36:17,2,6.8,,,-74.00269317626953,40.74700927734375,-73.98910522460938,40.66463088989258,1,N,2,23.0,0.0,0.5,0.3,0.0,5.54,29.34 +1,2016-01-06 20:53:38,2016-01-06 21:09:37,2,5.5,,,-74.01505279541016,40.70865249633789,-73.98876190185547,40.77781677246094,1,N,1,18.5,0.5,0.5,0.3,5.9,0.0,25.7 +2,2016-01-02 20:53:34,2016-01-02 21:07:08,2,0.33,,,-73.97838592529297,40.758148193359375,-73.9830093383789,40.75867462158203,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-01 14:15:01,2016-01-01 14:40:47,1,12.6,,,-73.87450408935547,40.77407455444336,-74.01223754882812,40.704158782958984,1,N,1,36.0,0.0,0.5,0.3,5.0,0.0,41.8 +1,2016-01-21 21:47:05,2016-01-21 21:52:12,1,1.1,,,-73.95732879638672,40.76195526123047,-73.9505844116211,40.77546691894531,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-04 16:32:58,2016-01-04 16:43:18,1,2.02,,,-74.00653839111328,40.731781005859375,-73.981689453125,40.73501968383789,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-09 11:37:21,2016-01-09 11:53:09,5,2.2,,,-73.99027252197266,40.750553131103516,-74.00672912597656,40.73933792114258,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-09 14:58:34,2016-01-09 15:10:38,1,2.08,,,-73.95384216308594,40.781978607177734,-73.98060607910156,40.779170989990234,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-12 11:36:17,2016-01-12 11:46:29,1,1.5,,,-73.97795867919922,40.75444030761719,-73.98192596435547,40.768455505371094,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-12 09:34:46,2016-01-12 09:43:41,1,1.5,,,-73.96392822265625,40.77082824707031,-73.95256042480469,40.78934860229492,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-19 05:45:16,2016-01-19 05:48:16,5,0.58,,,-74.00099182128906,40.74663162231445,-73.99462127685547,40.750431060791016,1,N,1,4.5,0.5,0.5,0.3,1.74,0.0,7.54 +2,2016-01-09 11:42:45,2016-01-09 11:46:25,1,0.52,,,-73.98249816894531,40.727970123291016,-73.98928833007812,40.72624969482422,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-08 07:10:52,2016-01-08 07:21:08,1,1.9,,,-73.9940414428711,40.751102447509766,-73.97229766845703,40.76336669921875,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-09 10:16:59,2016-01-09 10:23:54,1,0.9,,,-73.95803833007812,40.76880645751953,-73.96044921875,40.77730178833008,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-12 21:47:07,2016-01-12 21:51:37,1,1.1,,,-73.9975357055664,40.756263732910156,-73.99752044677734,40.74740982055664,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +1,2016-01-09 21:31:38,2016-01-09 21:35:20,1,0.9,,,-74.00785064697266,40.714813232421875,-74.00735473632812,40.72730255126953,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-28 19:39:57,2016-01-28 20:03:37,1,2.69,,,-73.97250366210938,40.759376525878906,-73.99192810058594,40.726158142089844,1,N,1,16.0,1.0,0.5,0.3,1.75,0.0,19.55 +2,2016-01-22 08:43:48,2016-01-22 09:06:22,6,2.79,,,-73.97415161132812,40.747276306152344,-74.00818634033203,40.737648010253906,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-18 16:46:22,2016-01-18 16:54:09,1,1.4,,,-73.99787139892578,40.75641632080078,-73.9820556640625,40.76372528076172,1,N,1,7.5,0.0,0.5,0.3,1.5,0.0,9.8 +1,2016-01-11 16:53:04,2016-01-11 16:57:16,1,0.6,,,-73.9793701171875,40.75262451171875,-73.9751968383789,40.76033020019531,1,N,1,4.5,1.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-05 19:17:32,2016-01-05 19:24:17,1,1.0,,,-73.99150085449219,40.75022888183594,-74.00362396240234,40.750797271728516,1,N,2,6.5,1.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-27 21:19:41,2016-01-27 21:23:03,6,0.97,,,-73.95999908447266,40.78059768676758,-73.97461700439453,40.78750991821289,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-21 11:23:25,2016-01-21 11:36:02,1,1.5,,,-74.0119857788086,40.713836669921875,-74.00126647949219,40.724220275878906,1,N,1,9.5,0.0,0.5,0.3,1.5,0.0,11.8 +1,2016-01-28 15:14:30,2016-01-28 15:28:21,1,3.7,,,-73.97056579589844,40.799007415771484,-73.9823226928711,40.76646041870117,1,N,1,14.5,0.0,0.5,0.3,0.5,0.0,15.8 +2,2016-01-12 20:24:28,2016-01-12 20:27:17,2,0.35,,,-73.99360656738281,40.75911331176758,-73.9952392578125,40.75480270385742,1,N,1,4.0,0.5,0.5,0.3,1.59,0.0,6.89 +2,2016-01-12 22:41:18,2016-01-12 22:56:03,6,7.02,,,-73.95372009277344,40.778831481933594,-74.0039291381836,40.70571517944336,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,22.8 +1,2016-01-13 15:00:50,2016-01-13 15:10:13,1,1.1,,,-73.98223114013672,40.7313232421875,-73.98213195800781,40.724735260009766,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-15 19:35:53,2016-01-15 20:01:53,1,4.8,,,-73.99063873291016,40.75600051879883,-73.92130279541016,40.76158905029297,1,N,2,21.0,1.0,0.5,0.3,0.0,0.0,22.8 +2,2016-01-04 09:16:17,2016-01-04 09:23:55,5,1.8,,,-73.96255493164062,40.75912094116211,-73.95563507080078,40.77962112426758,1,N,1,8.0,0.0,0.5,0.3,1.0,0.0,9.8 +2,2016-01-11 16:12:03,2016-01-11 16:24:52,1,1.77,,,-73.95877075195312,40.783775329589844,-73.96753692626953,40.76309585571289,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-10 08:22:37,2016-01-10 08:29:59,1,1.59,,,-73.97223663330078,40.756832122802734,-73.9960708618164,40.76017379760742,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-29 09:12:57,2016-01-29 09:23:29,2,1.14,,,-73.99600982666016,40.758811950683594,-73.98123168945312,40.76015853881836,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-25 15:08:28,2016-01-25 15:22:14,6,0.98,,,-73.97147369384766,40.7556266784668,-73.98311614990234,40.75034713745117,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +2,2016-01-12 21:05:31,2016-01-12 21:09:31,1,0.78,,,-73.9762191772461,40.760040283203125,-73.98673248291016,40.75680923461914,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-04 22:01:45,2016-01-04 22:13:47,1,2.5,,,-73.97704315185547,40.74333190917969,-73.96334075927734,40.77089309692383,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-15 22:59:41,2016-01-15 23:10:37,5,1.87,,,-73.99767303466797,40.72574996948242,-73.98113250732422,40.74462890625,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,11.8 +2,2016-01-10 06:31:44,2016-01-10 06:38:34,1,3.41,,,-73.94841003417969,40.78226089477539,-73.97322845458984,40.743736267089844,1,N,1,11.0,0.0,0.5,0.3,0.5,0.0,12.3 +2,2016-01-03 11:09:05,2016-01-03 11:14:43,2,1.03,,,-73.98734283447266,40.73338317871094,-73.97705078125,40.7431526184082,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-08 11:50:52,2016-01-08 12:30:21,1,5.2,,,-73.99568939208984,40.72914123535156,-73.9802017211914,40.6685791015625,1,N,1,26.0,0.0,0.5,0.3,1.0,0.0,27.8 +2,2016-01-12 06:43:57,2016-01-12 06:55:18,2,2.58,,,-73.95445251464844,40.779388427734375,-73.98277282714844,40.76028060913086,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-17 02:53:41,2016-01-17 03:05:00,3,4.77,,,-73.98767852783203,40.7214241027832,-73.99046325683594,40.68989181518555,1,N,2,15.5,0.5,0.5,0.3,0.0,0.0,16.8 +1,2016-01-29 09:25:06,2016-01-29 09:30:30,1,0.9,,,-73.9526138305664,40.772342681884766,-73.94859313964844,40.78218078613281,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-20 00:15:34,2016-01-20 00:19:57,1,0.9,,,-74.00245666503906,40.718875885009766,-73.9937744140625,40.72565841674805,1,N,1,5.0,0.5,0.5,0.3,1.25,0.0,7.55 +1,2016-01-26 17:23:17,2016-01-26 17:36:59,1,0.8,,,-73.99681854248047,40.74764633178711,-73.98986053466797,40.757164001464844,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-28 17:20:13,2016-01-28 17:40:12,1,1.68,,,-73.963623046875,40.77119827270508,-73.98072052001953,40.75410079956055,1,N,1,13.0,1.0,0.5,0.3,4.44,0.0,19.24 +2,2016-01-16 09:50:44,2016-01-16 09:57:35,2,1.38,,,-73.9947509765625,40.7340087890625,-73.99246978759766,40.74951934814453,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-14 18:22:42,2016-01-14 18:27:05,1,0.8,,,-73.96614074707031,40.7645378112793,-73.9642333984375,40.75650405883789,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-15 05:50:56,2016-01-15 05:54:50,1,1.0,,,-73.98342895507812,40.765708923339844,-73.98487854003906,40.7548713684082,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-18 22:50:39,2016-01-18 23:11:41,1,8.55,,,-73.87287902832031,40.77421569824219,-73.96959686279297,40.751060485839844,1,N,2,26.0,0.5,0.5,0.3,0.0,5.54,32.84 +2,2016-01-14 14:00:28,2016-01-14 14:27:13,2,5.4,,,-74.00077819824219,40.74226760864258,-74.00077819824219,40.74226760864258,1,N,1,21.5,0.0,0.5,0.3,4.46,0.0,26.76 +1,2016-01-30 02:05:24,2016-01-30 02:26:44,1,4.1,,,-73.98648834228516,40.72184371948242,-73.93453979492188,40.6895637512207,1,N,2,17.5,0.5,0.5,0.3,0.0,0.0,18.8 +1,2016-01-25 10:08:57,2016-01-25 10:28:46,1,1.2,,,-73.9758529663086,40.75202178955078,-73.98979949951172,40.74965286254883,1,N,1,12.5,0.0,0.5,0.3,0.2,0.0,13.5 +2,2016-01-30 00:02:05,2016-01-30 00:11:26,1,1.48,,,-73.99565124511719,40.72164535522461,-74.00762939453125,40.734249114990234,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-07 15:36:02,2016-01-07 15:44:53,5,1.87,,,-73.9869384765625,40.75639724731445,-74.00760650634766,40.74079513549805,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-01 23:42:04,2016-01-01 23:53:35,5,2.37,,,-73.99165344238281,40.72687911987305,-73.99324035644531,40.75196838378906,1,N,1,10.5,0.5,0.5,0.3,2.95,0.0,14.75 +2,2016-01-26 20:38:51,2016-01-26 20:51:56,1,1.99,,,-73.99189758300781,40.684661865234375,-73.97207641601562,40.674888610839844,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-30 12:53:37,2016-01-30 13:00:18,1,0.74,,,-73.98197174072266,40.768375396728516,-73.99020385742188,40.772186279296875,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-09 23:07:30,2016-01-09 23:20:21,2,2.4,,,-73.99639129638672,40.737953186035156,-73.9883804321289,40.76557540893555,1,N,1,11.0,0.5,0.5,0.3,1.0,0.0,13.3 +2,2016-01-14 01:09:30,2016-01-14 01:25:12,1,8.18,,,0.0,0.0,0.0,0.0,1,N,1,24.0,0.5,0.5,0.3,5.06,0.0,30.36 +1,2016-01-09 14:46:39,2016-01-09 14:55:23,1,1.5,,,-73.99266052246094,40.74847412109375,-73.9939193725586,40.73283386230469,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-15 17:42:21,2016-01-15 18:06:21,1,3.05,,,-73.99099731445312,40.749656677246094,-73.97781372070312,40.77383804321289,1,N,1,17.0,1.0,0.5,0.3,4.7,0.0,23.5 +2,2016-01-02 06:13:40,2016-01-02 06:38:05,5,16.86,,,-73.98504638671875,40.74502944946289,-73.77639770507812,40.64524841308594,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-18 22:13:31,2016-01-18 22:19:49,1,1.16,,,-73.97358703613281,40.75474166870117,-73.9930191040039,40.75749969482422,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-22 21:37:28,2016-01-22 21:50:56,2,1.9,,,-73.99980926513672,40.73811340332031,-73.98336029052734,40.7559814453125,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-22 12:10:47,2016-01-22 12:16:47,1,0.53,,,-74.0049819946289,40.71525955200195,-74.01109313964844,40.70886993408203,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-10 15:28:40,2016-01-10 15:29:46,2,0.41,,,-73.95067596435547,40.77519607543945,-73.94998931884766,40.77971649169922,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-18 23:11:40,2016-01-18 23:32:11,3,8.8,,,-73.86357116699219,40.76987075805664,-73.9674072265625,40.71131134033203,1,N,2,26.5,0.5,0.5,0.3,0.0,0.0,27.8 +1,2016-01-15 07:38:49,2016-01-15 07:48:52,1,1.3,,,-73.95805358886719,40.81618881225586,-73.93888092041016,40.80757141113281,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-01 15:44:15,2016-01-01 15:47:49,1,0.73,,,-74.00203704833984,40.719261169433594,-74.00955963134766,40.71059036254883,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-26 22:39:00,2016-01-26 22:47:31,1,3.03,,,-73.98600006103516,40.72265625,-74.00472259521484,40.706905364990234,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-05 20:56:28,2016-01-05 21:06:20,2,1.67,,,-73.98787689208984,40.75954818725586,-73.97246551513672,40.749881744384766,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-26 08:53:42,2016-01-26 09:32:42,3,3.02,,,-73.94617462158203,40.777103424072266,-73.97384643554688,40.75798797607422,1,N,2,23.5,0.0,0.5,0.3,0.0,0.0,24.3 +1,2016-01-04 04:39:53,2016-01-04 04:41:47,1,0.5,,,-73.99760437011719,40.756587982177734,-73.99016571044922,40.75441360473633,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +2,2016-01-21 20:14:14,2016-01-21 20:29:13,6,2.47,,,-73.98100280761719,40.75066375732422,-73.95795440673828,40.782073974609375,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-29 17:17:35,2016-01-29 18:00:23,1,10.8,,,-73.87128448486328,40.77396011352539,-73.98404693603516,40.77571105957031,1,N,1,37.0,1.0,0.5,0.3,13.3,5.54,57.64 +1,2016-01-08 13:30:55,2016-01-08 13:35:38,1,0.7,,,-73.99425506591797,40.76625442504883,-73.98336029052734,40.760589599609375,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-11 16:29:57,2016-01-11 16:34:50,2,0.4,,,-73.98217010498047,40.76833724975586,-73.97843170166016,40.773136138916016,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-26 11:17:47,2016-01-26 11:21:41,1,0.6,,,-73.98672485351562,40.761783599853516,-73.99687957763672,40.76641082763672,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-15 23:41:35,2016-01-15 23:47:03,1,0.6,,,-73.98114013671875,40.72504806518555,-73.9813003540039,40.7298469543457,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-21 14:22:26,2016-01-21 14:34:48,1,1.81,,,-73.99452209472656,40.75023651123047,-73.99220275878906,40.73552703857422,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-22 08:07:46,2016-01-22 08:21:30,1,2.0,,,-73.96237182617188,40.76725387573242,-73.98329162597656,40.75003433227539,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +1,2016-01-17 02:10:25,2016-01-17 02:28:55,1,5.3,,,-73.98565673828125,40.718109130859375,-73.94834899902344,40.78232955932617,1,N,1,17.5,0.5,0.5,0.3,3.75,0.0,22.55 +2,2016-01-04 11:54:06,2016-01-04 11:59:39,6,1.16,,,-73.9552230834961,40.76529312133789,-73.96846008300781,40.75902557373047,1,N,1,6.0,0.0,0.5,0.3,1.2,0.0,8.0 +2,2016-01-13 11:39:26,2016-01-13 11:50:53,1,0.81,,,-74.00296783447266,40.7250862121582,-74.00434112548828,40.71673583984375,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-07 10:44:37,2016-01-07 10:50:04,1,0.9,,,-73.97498321533203,40.741756439208984,-73.97238159179688,40.7524299621582,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-03 12:08:49,2016-01-03 12:26:30,1,3.8,,,-73.99242401123047,40.748687744140625,-73.95189666748047,40.78297424316406,1,N,1,15.0,0.0,0.5,0.3,3.95,0.0,19.75 +2,2016-01-19 08:39:46,2016-01-19 09:17:48,6,5.04,,,-73.98573303222656,40.759300231933594,-74.01364135742188,40.709228515625,1,N,1,26.0,0.0,0.5,0.3,8.04,0.0,34.84 +1,2016-01-07 22:06:27,2016-01-07 22:14:15,1,2.1,,,-73.9637680053711,40.761207580566406,-73.9833984375,40.73444366455078,1,N,1,8.5,0.5,0.5,0.3,1.95,0.0,11.75 +1,2016-01-16 18:08:34,2016-01-16 18:15:37,1,1.3,,,-73.97147369384766,40.75019454956055,-73.97180938720703,40.762996673583984,1,N,1,7.0,1.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-12 15:21:25,2016-01-12 15:29:50,1,0.7,,,-73.99210357666016,40.75938415527344,-73.99065399169922,40.751155853271484,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-27 09:08:20,2016-01-27 09:31:49,2,2.34,,,-73.9677505493164,40.78753662109375,-73.96748352050781,40.763099670410156,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-20 07:32:30,2016-01-20 08:04:29,3,5.7,,,-73.92153930664062,40.74347686767578,-73.9848403930664,40.72819519042969,1,N,1,24.5,0.0,0.5,0.3,7.55,0.0,32.85 +2,2016-01-26 22:34:55,2016-01-26 22:49:59,1,1.44,,,-73.97876739501953,40.6835823059082,-73.98423767089844,40.68345642089844,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-08 04:56:26,2016-01-08 05:03:00,2,2.96,,,-73.94036865234375,40.789268493652344,-73.90259552001953,40.8070068359375,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +1,2016-01-22 17:44:19,2016-01-22 17:57:24,1,1.8,,,-73.95178985595703,40.76968002319336,-73.97395324707031,40.76311111450195,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +1,2016-01-14 21:33:27,2016-01-14 21:39:43,2,0.8,,,-73.98458099365234,40.76876449584961,-73.98711395263672,40.76442337036133,1,N,1,6.0,0.5,0.5,0.3,1.45,0.0,8.75 +1,2016-01-20 18:45:36,2016-01-20 18:54:04,1,0.9,,,-73.97532653808594,40.77729797363281,-73.98210144042969,40.76959991455078,1,N,1,7.0,1.0,0.5,0.3,1.4,0.0,10.2 +1,2016-01-14 19:05:31,2016-01-14 19:11:37,1,0.8,,,-73.9738998413086,40.79187774658203,-73.97562408447266,40.78297424316406,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 03:11:33,2016-01-11 03:27:23,1,5.37,,,-73.97964477539062,40.763916015625,-73.93913269042969,40.818336486816406,1,N,1,17.5,0.5,0.5,0.3,4.7,0.0,23.5 +1,2016-01-02 10:42:22,2016-01-02 10:47:11,1,1.7,,,-73.96487426757812,40.755802154541016,-73.9495620727539,40.77668762207031,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-11 08:28:26,2016-01-11 09:01:38,2,6.54,,,-74.01748657226562,40.70710754394531,-73.9746322631836,40.7589225769043,1,N,2,26.0,0.0,0.5,0.3,0.0,0.0,26.8 +1,2016-01-19 21:23:36,2016-01-19 21:40:23,1,4.0,,,-73.98218536376953,40.77516555786133,-73.97618865966797,40.735992431640625,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +1,2016-01-07 12:01:17,2016-01-07 12:27:33,1,1.8,,,-73.9859390258789,40.75812530517578,-73.97650146484375,40.74917221069336,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +1,2016-01-07 18:04:04,2016-01-07 18:18:48,3,2.8,,,-73.97689819335938,40.76466751098633,-74.00557708740234,40.74117660522461,1,N,1,12.0,1.0,0.5,0.3,2.75,0.0,16.55 +1,2016-01-21 22:42:22,2016-01-21 23:06:19,1,11.8,,,-73.98030090332031,40.74824142456055,-74.01919555664062,40.63163757324219,1,N,1,34.0,0.5,0.5,0.3,5.0,5.54,45.84 +1,2016-01-06 07:51:06,2016-01-06 07:59:39,1,1.7,,,-74.00093841552734,40.72553253173828,-73.98015594482422,40.73487854003906,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-30 02:12:52,2016-01-30 02:29:07,1,3.67,,,-73.98140716552734,40.68952560424805,-73.97152709960938,40.64609909057617,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +2,2016-01-09 15:40:04,2016-01-09 15:47:05,1,1.16,,,-73.99661254882812,40.725643157958984,-74.00935363769531,40.72456359863281,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-03 11:38:19,2016-01-03 11:47:26,1,1.9,,,-73.98230743408203,40.77391052246094,-73.99508666992188,40.74997329711914,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-05 21:14:16,2016-01-05 21:24:20,1,2.1,,,-73.97976684570312,40.7608528137207,-73.956298828125,40.77553176879883,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,13.5 +1,2016-01-12 10:12:50,2016-01-12 10:18:29,1,1.9,,,-73.9827651977539,40.69274139404297,-73.99835205078125,40.717132568359375,1,N,1,8.0,0.0,0.5,0.3,1.2,0.0,10.0 +1,2016-01-14 14:56:54,2016-01-14 15:03:37,1,0.7,,,-73.95936584472656,40.77439498901367,-73.96644592285156,40.76471710205078,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-03 10:05:05,2016-01-03 10:12:14,1,1.64,,,-73.99156951904297,40.76491165161133,-73.99210357666016,40.74884796142578,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-22 09:47:24,2016-01-22 10:02:11,5,2.26,,,-73.97284698486328,40.79276657104492,-73.97569274902344,40.76537322998047,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-22 09:26:47,2016-01-22 09:41:23,1,1.84,,,-73.9732894897461,40.747928619384766,-73.99320983886719,40.73332977294922,1,N,1,10.5,0.0,0.5,0.3,1.0,0.0,12.3 +2,2016-01-10 13:58:10,2016-01-10 14:07:13,1,1.99,,,-73.96684265136719,40.75728225708008,-73.98898315429688,40.74245834350586,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-06 12:58:40,2016-01-06 13:05:22,3,1.04,,,-73.97479248046875,40.75059509277344,-73.96231079101562,40.757198333740234,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-14 04:58:17,2016-01-14 05:15:03,1,5.7,,,-73.98589324951172,40.7624397277832,-73.91228485107422,40.777198791503906,1,N,1,19.5,0.5,0.5,0.3,4.15,0.0,24.95 +2,2016-01-12 15:48:36,2016-01-12 15:57:16,2,0.66,,,-73.95756530761719,40.779930114746094,-73.96234893798828,40.773128509521484,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-11 15:48:19,2016-01-11 15:49:37,1,0.3,,,-73.95398712158203,40.781829833984375,-73.95326232910156,40.77859878540039,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-03 02:56:55,2016-01-03 03:01:41,3,1.02,,,-73.99549865722656,40.724918365478516,-73.97994995117188,40.722190856933594,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-11 14:19:02,2016-01-11 14:29:12,1,1.08,,,-73.9903793334961,40.75471115112305,-73.97898864746094,40.75632095336914,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-28 11:03:32,2016-01-28 11:11:43,1,0.63,,,-73.98429107666016,40.755428314208984,-73.99085235595703,40.75059127807617,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-25 13:25:06,2016-01-25 14:26:40,4,32.2,,,-73.98611450195312,40.758541107177734,-73.78594207763672,40.643375396728516,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-27 17:32:11,2016-01-27 17:40:48,1,0.9,,,-74.00435638427734,40.74237823486328,-73.99494171142578,40.7501220703125,1,N,1,7.0,1.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-21 22:06:18,2016-01-21 22:20:37,1,2.78,,,-73.9693832397461,40.757625579833984,-73.9768295288086,40.78593826293945,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +2,2016-01-15 13:52:12,2016-01-15 14:00:33,2,1.16,,,-73.95417022705078,40.7662353515625,-73.96016693115234,40.77894973754883,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-17 04:40:40,2016-01-17 04:44:58,1,0.72,,,-73.98053741455078,40.742305755615234,-73.98870849609375,40.74907302856445,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-19 11:32:21,2016-01-19 11:54:05,2,3.07,,,-73.98568725585938,40.744110107421875,-73.98703002929688,40.7760009765625,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +1,2016-01-19 15:28:39,2016-01-19 15:44:45,1,1.8,,,-73.99290466308594,40.7382926940918,-73.97798919677734,40.7525520324707,1,N,2,11.5,0.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-26 01:58:49,2016-01-26 02:08:09,2,2.13,,,-74.00667572021484,40.744266510009766,-73.97705078125,40.745243072509766,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +1,2016-01-06 22:55:04,2016-01-06 23:09:27,2,4.1,,,0.0,0.0,-74.00051879882812,40.730167388916016,1,N,1,15.0,0.5,0.5,0.3,3.25,0.0,19.55 +1,2016-01-14 14:12:38,2016-01-14 14:18:26,1,0.6,,,-73.96595001220703,40.7544059753418,-73.9753646850586,40.757301330566406,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-21 19:32:14,2016-01-21 19:48:29,6,2.2,,,-73.98146057128906,40.78192138671875,-73.99832916259766,40.756778717041016,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,16.56 +1,2016-01-15 19:40:06,2016-01-15 19:55:43,1,1.3,,,-73.98081970214844,40.72977828979492,-74.0025405883789,40.73906707763672,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,12.3 +1,2016-01-07 02:09:14,2016-01-07 02:30:44,1,10.8,,,-73.9865493774414,40.76313018798828,-73.91515350341797,40.871578216552734,1,N,1,31.5,0.5,0.5,0.3,2.0,0.0,34.8 +2,2016-01-21 20:18:19,2016-01-21 20:32:03,1,2.29,,,-73.97193145751953,40.75983810424805,-73.97808837890625,40.734249114990234,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-26 09:15:43,2016-01-26 09:21:07,1,1.03,,,-73.96227264404297,40.75910186767578,-73.96196746826172,40.77035140991211,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-03 21:07:51,2016-01-03 21:09:35,1,0.1,,,-74.0007095336914,40.72077560424805,-74.00184631347656,40.719234466552734,1,N,2,3.0,0.5,0.5,0.3,0.0,0.0,4.3 +1,2016-01-26 21:05:52,2016-01-26 21:22:17,1,4.6,,,-73.97470092773438,40.74215316772461,-73.926513671875,40.76816177368164,1,N,2,16.0,0.5,0.5,0.3,0.0,0.0,17.3 +2,2016-01-14 06:51:29,2016-01-14 06:57:44,2,1.57,,,-73.96308135986328,40.77238845825195,-73.97328186035156,40.75333023071289,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-22 18:55:16,2016-01-22 19:06:25,1,1.8,,,-73.97982025146484,40.761016845703125,-73.95740509033203,40.77029037475586,1,N,1,9.5,1.0,0.5,0.3,2.82,0.0,14.12 +2,2016-01-27 19:34:05,2016-01-27 19:51:25,1,2.07,,,-73.95191955566406,40.784568786621094,-73.96592712402344,40.76203918457031,1,N,1,12.0,1.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-22 14:27:39,2016-01-22 14:41:15,1,2.36,,,-73.96907806396484,40.75442123413086,-73.9850082397461,40.72591781616211,1,N,2,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-09 00:12:48,2016-01-09 00:15:08,1,0.52,,,-73.98445892333984,40.76966094970703,-73.98812866210938,40.75956344604492,1,N,1,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +2,2016-01-08 23:05:07,2016-01-08 23:22:40,1,8.55,,,-73.8712158203125,40.773895263671875,-73.95745849609375,40.77034378051758,1,N,1,25.0,0.5,0.5,0.3,4.0,5.54,35.84 +1,2016-01-03 07:33:50,2016-01-03 07:43:49,1,5.0,,,-73.93701934814453,40.79833221435547,-73.9833984375,40.73419189453125,1,N,1,15.0,0.0,0.5,0.3,2.0,0.0,17.8 +2,2016-01-09 20:11:30,2016-01-09 20:20:43,1,1.05,,,-73.97816467285156,40.7457389831543,-73.97713470458984,40.74939727783203,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-08 09:48:42,2016-01-08 09:57:34,1,0.73,,,-73.96795654296875,40.75965881347656,-73.95899963378906,40.763580322265625,1,N,1,7.0,0.0,0.5,0.3,2.34,0.0,10.14 +2,2016-01-15 10:38:41,2016-01-15 10:52:27,1,1.13,,,-73.99845123291016,40.72869110107422,-73.99211883544922,40.73860168457031,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-27 19:05:39,2016-01-27 19:44:22,1,12.1,,,-73.97420501708984,40.67393112182617,-73.782470703125,40.64418411254883,1,N,1,38.5,1.0,0.5,0.3,12.09,0.0,52.39 +1,2016-01-03 16:29:42,2016-01-03 16:38:40,1,1.3,,,-74.00833129882812,40.73781204223633,-73.9901123046875,40.73872756958008,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +1,2016-01-17 14:38:38,2016-01-17 14:48:54,1,2.0,,,-73.9444580078125,40.8145751953125,-73.96583557128906,40.795310974121094,1,N,1,9.5,0.0,0.5,0.3,2.5,0.0,12.8 +2,2016-01-28 10:42:56,2016-01-28 10:58:39,1,1.66,,,-74.00688934326172,40.744869232177734,-73.98632049560547,40.75185012817383,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-06 11:59:55,2016-01-06 12:12:56,1,2.59,,,-73.97090148925781,40.755149841308594,-73.99458312988281,40.73496627807617,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-17 22:37:06,2016-01-17 22:47:37,4,2.0,,,-73.998291015625,40.72266387939453,-74.00385284423828,40.74190902709961,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-30 23:47:51,2016-01-31 00:06:49,1,3.5,,,-73.9896240234375,40.76225662231445,-73.98015594482422,40.72647476196289,1,N,1,15.0,0.5,0.5,0.3,3.25,0.0,19.55 +2,2016-01-16 16:12:18,2016-01-16 16:20:34,6,1.4,,,-73.96293640136719,40.774200439453125,-73.97362518310547,40.76283264160156,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-07 17:23:18,2016-01-07 17:31:46,1,1.61,,,-73.98115539550781,40.73338317871094,-73.97026062011719,40.7527961730957,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-14 17:19:54,2016-01-14 17:24:29,2,1.08,,,-73.98576354980469,40.75272750854492,-73.97601318359375,40.7656135559082,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-17 08:54:21,2016-01-17 09:01:23,1,1.06,,,-73.98735046386719,40.7587890625,-74.00173950195312,40.756370544433594,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +1,2016-01-09 00:59:08,2016-01-09 01:04:49,1,1.3,,,-73.9559326171875,40.764095306396484,-73.9547348022461,40.77771759033203,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-13 13:26:59,2016-01-13 13:39:39,5,1.25,,,-73.98153686523438,40.7536506652832,-73.97187042236328,40.76034927368164,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +1,2016-01-11 23:23:43,2016-01-11 23:35:59,1,4.2,,,-73.97677612304688,40.750736236572266,-73.9610366821289,40.79661178588867,1,N,1,14.0,0.5,0.5,0.3,3.8,0.0,19.1 +1,2016-01-02 01:27:13,2016-01-02 01:37:19,2,2.0,,,-73.98867797851562,40.73111343383789,-74.00502014160156,40.74824905395508,1,N,1,9.5,0.5,0.5,0.3,1.0,0.0,11.8 +2,2016-01-21 19:51:38,2016-01-21 20:01:53,1,1.21,,,-73.9752197265625,40.75309371948242,-73.97110748291016,40.76435852050781,1,N,1,8.0,1.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-18 22:51:20,2016-01-18 22:58:48,2,1.6,,,-73.96102905273438,40.77513885498047,-73.97991943359375,40.78105163574219,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-04 22:22:22,2016-01-04 22:27:36,1,0.9,,,-73.93720245361328,40.76219940185547,-73.92123413085938,40.754737854003906,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-22 07:57:24,2016-01-22 08:14:42,1,2.6,,,-73.96022033691406,40.76182174682617,-73.97809600830078,40.78569030761719,1,N,1,13.0,0.0,0.5,0.3,1.5,0.0,15.3 +2,2016-01-11 10:58:08,2016-01-11 11:05:13,5,1.09,,,-73.9938735961914,40.74163055419922,-74.00541687011719,40.74502944946289,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-19 18:46:34,2016-01-19 18:59:33,1,2.04,,,-73.97200012207031,40.76093673706055,-73.94696807861328,40.77195739746094,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-25 11:31:44,2016-01-25 11:45:20,1,0.83,,,-74.00650024414062,40.714420318603516,-74.01575469970703,40.71171569824219,1,N,1,9.5,0.0,0.5,0.3,2.58,0.0,12.88 +1,2016-01-12 15:25:01,2016-01-12 15:28:58,1,0.3,,,-73.95478820800781,40.7800407409668,-73.95454406738281,40.77747344970703,1,N,1,4.5,0.0,0.5,0.3,2.0,0.0,7.3 +2,2016-01-06 02:02:22,2016-01-06 02:08:57,1,1.63,,,-74.00346374511719,40.73280334472656,-73.99524688720703,40.7496337890625,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-22 21:32:00,2016-01-22 21:38:33,1,1.09,,,-73.98822021484375,40.73727035522461,-73.9911117553711,40.72536849975586,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +2,2016-01-06 08:04:13,2016-01-07 07:59:25,1,1.03,,,-73.96337890625,40.76604461669922,-73.955322265625,40.77839660644531,1,N,1,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-10 00:14:01,2016-01-10 00:18:09,1,0.4,,,-73.98688507080078,40.725093841552734,-73.9794692993164,40.72336196899414,1,N,1,4.5,0.5,0.5,0.3,1.0,0.0,6.8 +2,2016-01-30 21:04:10,2016-01-30 21:13:57,1,1.07,,,-74.00135803222656,40.731300354003906,-74.00099182128906,40.741981506347656,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-16 20:48:33,2016-01-16 21:03:24,1,1.66,,,-73.99526977539062,40.71752166748047,-73.98757934570312,40.73815155029297,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +2,2016-01-29 18:48:40,2016-01-29 18:59:30,4,2.2,,,-73.99024200439453,40.772029876708984,-73.97023010253906,40.79927062988281,1,N,1,10.0,1.0,0.5,0.3,3.54,0.0,15.34 +2,2016-01-13 20:39:37,2016-01-13 20:46:49,3,1.09,,,-73.99744415283203,40.724586486816406,-74.01031494140625,40.716064453125,1,N,1,6.5,0.5,0.5,0.3,1.0,0.0,8.8 +2,2016-01-26 20:15:31,2016-01-26 20:24:49,1,1.88,,,-73.97395324707031,40.78291702270508,-73.94868469238281,40.774051666259766,1,N,1,9.0,0.5,0.5,0.3,2.0,0.0,12.3 +1,2016-01-08 17:57:24,2016-01-08 18:14:31,1,1.7,,,-73.97148132324219,40.75453567504883,-73.97417449951172,40.737056732177734,1,N,1,12.0,1.0,0.5,0.3,2.07,0.0,15.87 +1,2016-01-10 13:40:25,2016-01-10 14:17:24,2,17.2,,,-73.78330993652344,40.64667892456055,-73.98652648925781,40.7508430480957,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-17 09:19:02,2016-01-17 09:28:18,2,2.3,,,-73.975341796875,40.76506042480469,-74.00090026855469,40.75752258300781,1,N,1,9.5,0.0,0.5,0.3,1.5,0.0,11.8 +2,2016-01-14 22:50:55,2016-01-14 22:59:54,1,1.72,,,-73.968017578125,40.80095291137695,-73.98029327392578,40.780418395996094,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-26 19:08:19,2016-01-26 19:19:47,1,1.3,,,-73.98333740234375,40.73892593383789,-74.00137329101562,40.736080169677734,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +2,2016-01-30 18:53:13,2016-01-30 19:09:08,5,2.59,,,-73.95780181884766,40.76530075073242,-73.9695816040039,40.78868103027344,1,N,1,12.5,0.0,0.5,0.3,2.66,0.0,15.96 +1,2016-01-13 06:02:09,2016-01-13 06:04:26,1,0.9,,,-73.955810546875,40.78773880004883,-73.96292114257812,40.77567672729492,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-24 19:53:39,2016-01-24 20:13:13,1,2.8,,,-73.98550415039062,40.75032043457031,-73.98905944824219,40.71906661987305,1,N,1,13.5,0.5,0.5,0.3,1.0,0.0,15.8 +2,2016-01-14 15:53:18,2016-01-14 15:59:34,5,0.69,,,-73.9537124633789,40.77513122558594,-73.95704650878906,40.78078842163086,1,N,1,6.0,0.0,0.5,0.3,1.7,0.0,8.5 +1,2016-01-19 13:10:45,2016-01-19 13:33:14,1,1.3,,,-73.97537994384766,40.741065979003906,-73.9883041381836,40.752498626708984,1,N,1,14.0,0.0,0.5,0.3,3.7,0.0,18.5 +2,2016-01-16 15:28:00,2016-01-16 15:40:04,5,1.52,,,-73.98786163330078,40.744041442871094,-73.99568176269531,40.72510528564453,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-28 08:56:39,2016-01-28 08:58:18,2,0.52,,,-73.97313690185547,40.744163513183594,-73.9686508178711,40.75038146972656,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-02 01:14:01,2016-01-02 01:17:34,1,1.18,,,-73.97799682617188,40.78369903564453,-73.96947479248047,40.79789733886719,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-01 04:44:17,2016-01-01 04:54:11,1,2.1,,,-74.00421905517578,40.71997833251953,-73.98344421386719,40.7391471862793,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-12 08:16:38,2016-01-12 08:22:30,1,1.2,,,0.0,0.0,-73.98518371582031,40.7562255859375,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +1,2016-01-03 17:19:37,2016-01-03 17:46:06,1,8.6,,,-73.99951934814453,40.72327423095703,-73.90762329101562,40.770484924316406,1,N,1,27.0,0.0,0.5,0.3,3.0,0.0,30.8 +2,2016-01-06 08:06:45,2016-01-06 08:18:36,5,3.17,,,-74.01673126220703,40.708248138427734,-74.0033187866211,40.74903869628906,1,N,1,12.0,0.0,0.5,0.3,1.2,0.0,14.0 +2,2016-01-03 13:51:32,2016-01-03 13:56:39,2,0.84,,,-73.98401641845703,40.752986907958984,-73.9881362915039,40.74332046508789,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-18 09:35:13,2016-01-18 09:43:28,5,1.44,,,-74.01441192626953,40.71702194213867,-73.9993667602539,40.72481918334961,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-15 07:13:30,2016-01-15 07:25:18,1,2.0,,,-73.97510528564453,40.75225067138672,-74.0014419555664,40.75490188598633,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-08 15:25:05,2016-01-08 15:29:16,1,0.5,,,-73.98413848876953,40.75825119018555,-73.97958374023438,40.75556182861328,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-26 19:08:19,2016-01-26 19:18:27,1,0.73,,,-73.95992279052734,40.77657699584961,-73.96675109863281,40.76723098754883,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-12 22:42:26,2016-01-12 22:46:35,6,1.04,,,-73.96380615234375,40.77449035644531,-73.95316314697266,40.785545349121094,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-10 13:40:56,2016-01-10 13:58:23,5,8.52,,,-73.87299346923828,40.77410888671875,-73.96029663085938,40.78153991699219,1,N,1,25.5,0.0,0.5,0.3,6.37,5.54,38.21 +2,2016-01-26 23:06:45,2016-01-27 22:48:08,2,1.65,,,-73.9720458984375,40.75732421875,-73.9553451538086,40.76869583129883,1,N,1,7.5,0.5,0.5,0.3,1.76,0.0,10.56 +2,2016-01-09 21:18:18,2016-01-09 21:28:17,1,1.14,,,-73.98719787597656,40.72057342529297,-73.98139953613281,40.73313903808594,1,N,1,8.0,0.5,0.5,0.3,0.93,0.0,10.23 +2,2016-01-20 22:41:22,2016-01-20 22:54:49,2,2.98,,,-73.98524475097656,40.7633171081543,-73.94963073730469,40.778602600097656,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-26 22:23:32,2016-01-26 22:30:28,1,1.2,,,-73.9567642211914,40.77499771118164,-73.96891021728516,40.78514862060547,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-30 01:36:52,2016-01-30 01:40:06,2,1.13,,,-73.96028137207031,40.690181732177734,-73.98113250732422,40.68994903564453,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-05 15:28:00,2016-01-05 15:41:11,1,1.6,,,-73.95913696289062,40.771785736083984,-73.95806121826172,40.780860900878906,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +1,2016-01-13 20:32:40,2016-01-13 20:34:25,2,0.2,,,-73.98563385009766,40.747291564941406,-73.98809814453125,40.743408203125,1,N,1,3.5,0.5,0.5,0.3,0.95,0.0,5.75 +1,2016-01-13 05:59:36,2016-01-13 06:02:15,1,0.6,,,-73.97557067871094,40.7528076171875,-73.98323059082031,40.74826431274414,1,N,1,4.5,0.0,0.5,0.3,1.3,0.0,6.6 +2,2016-01-02 08:09:59,2016-01-02 08:19:24,1,1.6,,,-73.97515106201172,40.78943634033203,-73.9532699584961,40.77696228027344,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-26 22:48:22,2016-01-26 23:03:18,1,2.68,,,-73.98374938964844,40.764400482177734,-73.95073699951172,40.774959564208984,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-20 09:12:20,2016-01-20 09:21:47,1,1.2,,,-73.98870849609375,40.75362777709961,-73.97370910644531,40.75200653076172,1,N,1,7.5,0.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-28 19:58:14,2016-01-28 20:08:58,1,1.7,,,-73.9861068725586,40.75652313232422,-74.00698852539062,40.75138473510742,1,N,1,9.5,1.0,0.5,0.3,2.8,0.0,14.1 +2,2016-01-13 09:58:26,2016-01-13 10:05:47,1,1.04,,,-73.95744323730469,40.776920318603516,-73.94605255126953,40.77771759033203,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-28 16:15:25,2016-01-28 16:22:37,3,0.63,,,-73.98114013671875,40.75071334838867,-73.99105834960938,40.755313873291016,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-08 15:53:11,2016-01-08 15:57:47,1,0.7,,,-73.99083709716797,40.75077438354492,-74.0026626586914,40.75510025024414,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +2,2016-01-14 07:42:20,2016-01-14 07:44:26,1,0.89,,,-73.98126220703125,40.741519927978516,-73.9752426147461,40.75231170654297,1,N,1,4.5,0.0,0.5,0.3,1.32,0.0,6.62 +2,2016-01-04 11:20:06,2016-01-04 11:42:28,1,6.63,,,-73.95297241210938,40.785762786865234,-73.98977661132812,40.7207145690918,1,N,1,23.5,0.0,0.5,0.3,4.86,0.0,29.16 +2,2016-01-14 15:38:27,2016-01-14 15:59:41,1,2.2,,,-73.97492980957031,40.78268814086914,-73.97428131103516,40.75960922241211,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-28 16:12:05,2016-01-28 16:19:54,1,1.0,,,-73.95966339111328,40.782684326171875,-73.96959686279297,40.78963088989258,1,N,1,6.5,1.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-11 12:08:32,2016-01-11 12:23:07,1,1.91,,,-73.96546936035156,40.76277160644531,-73.98876190185547,40.75862121582031,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,12.8 +1,2016-01-16 22:08:08,2016-01-16 22:16:07,1,1.1,,,-73.99491882324219,40.746097564697266,-73.97895050048828,40.7446403503418,1,N,1,7.0,0.5,0.5,0.3,1.65,0.0,9.95 +2,2016-01-20 18:43:49,2016-01-20 18:58:10,1,1.28,,,-73.97496032714844,40.75067901611328,-73.98201751708984,40.76250076293945,1,N,1,9.5,1.0,0.5,0.3,2.82,0.0,14.12 +1,2016-01-10 15:01:39,2016-01-10 15:08:25,2,1.4,,,-74.00118255615234,40.757110595703125,-74.00629425048828,40.743812561035156,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-16 21:46:07,2016-01-16 22:00:05,1,2.07,,,-74.00545501708984,40.751258850097656,-74.00509643554688,40.728668212890625,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-08 09:40:05,2016-01-08 09:45:50,1,0.7,,,-73.96305847167969,40.775108337402344,-73.95359802246094,40.779502868652344,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-29 15:55:58,2016-01-29 16:29:43,1,2.6,,,-74.0057601928711,40.75088119506836,-74.00559997558594,40.75112533569336,1,N,1,20.5,1.0,0.5,0.3,4.45,0.0,26.75 +2,2016-01-25 07:26:00,2016-01-25 07:41:01,1,1.71,,,-73.95845794677734,40.76633071899414,-73.97985076904297,40.760929107666016,1,N,1,10.5,0.0,0.5,0.3,3.39,0.0,14.69 +2,2016-01-14 13:06:48,2016-01-14 13:17:30,1,4.62,,,-73.97090911865234,40.751529693603516,-74.00431060791016,40.70735168457031,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +2,2016-01-11 17:59:27,2016-01-11 18:02:09,1,0.8,,,-73.97970581054688,40.78139114379883,-73.97126007080078,40.78609085083008,1,N,1,4.5,1.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-11 00:05:40,2016-01-11 00:12:54,1,1.8,,,-73.97290802001953,40.7644157409668,-73.95262145996094,40.776466369628906,1,N,1,8.0,0.5,0.5,0.3,1.96,0.0,11.26 +2,2016-01-21 20:10:06,2016-01-21 20:35:52,1,6.4,,,-74.00240325927734,40.74531555175781,-73.94829559326172,40.803768157958984,1,N,1,23.5,0.5,0.5,0.3,4.96,0.0,29.76 +1,2016-01-20 21:55:10,2016-01-20 22:16:06,1,6.4,,,-73.98397827148438,40.72561264038086,-73.9791030883789,40.674320220947266,1,N,1,22.5,0.5,0.5,0.3,3.3,0.0,27.1 +1,2016-01-20 18:56:52,2016-01-20 19:15:37,2,0.8,,,-73.98163604736328,40.74103546142578,-73.99101257324219,40.74852752685547,1,N,1,12.0,1.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-01 11:02:05,2016-01-01 11:04:04,1,0.63,,,-73.97350311279297,40.7923583984375,-73.96891021728516,40.79917526245117,1,N,1,4.0,0.0,0.5,0.3,1.0,0.0,5.8 +2,2016-01-20 19:02:07,2016-01-20 19:22:50,1,3.04,,,-73.9720230102539,40.760311126708984,-74.0051498413086,40.73191833496094,1,N,1,14.5,1.0,0.5,0.3,1.7,0.0,18.0 +2,2016-01-28 08:47:56,2016-01-28 08:50:53,1,0.49,,,-73.94947814941406,40.78089141845703,-73.95674896240234,40.78015899658203,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-03 19:19:21,2016-01-03 19:26:42,1,1.85,,,-73.98831176757812,40.75012969970703,-73.9857177734375,40.73107147216797,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-15 14:33:29,2016-01-15 15:43:45,1,16.93,,,-73.9758529663086,40.757293701171875,-73.78257751464844,40.644126892089844,2,N,1,52.0,0.0,0.5,0.3,13.2,0.0,66.0 +2,2016-01-20 22:29:33,2016-01-20 22:35:24,1,1.34,,,-73.96713256835938,40.75718688964844,-73.97904205322266,40.740596771240234,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-27 08:13:49,2016-01-27 08:48:22,1,11.1,,,-73.86361694335938,40.76968765258789,-73.99112701416016,40.695762634277344,1,N,1,33.0,0.0,0.5,0.3,6.75,0.0,40.55 +1,2016-01-05 15:59:02,2016-01-05 16:07:50,1,1.1,,,-73.97620391845703,40.75724792480469,-73.96054077148438,40.75782775878906,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-18 02:11:12,2016-01-18 02:21:02,1,2.5,,,-73.94957733154297,40.71415710449219,-73.96439361572266,40.68601608276367,1,N,1,10.5,0.5,0.5,0.3,2.0,0.0,13.8 +1,2016-01-05 10:59:02,2016-01-05 11:12:38,1,1.0,,,-73.95709228515625,40.766178131103516,-73.96829986572266,40.761844635009766,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-13 22:58:30,2016-01-13 23:06:52,1,1.78,,,-73.96443939208984,40.76969909667969,-73.95767974853516,40.78371047973633,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-09 14:29:51,2016-01-09 14:33:32,2,0.95,,,-73.97914123535156,40.777099609375,-73.98745727539062,40.76554870605469,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-12 12:30:52,2016-01-12 12:55:47,1,4.99,,,-73.97843170166016,40.7882194519043,-74.00157928466797,40.729393005371094,1,N,1,20.5,0.0,0.5,0.3,4.26,0.0,25.56 +2,2016-01-17 21:56:28,2016-01-17 22:02:25,1,1.67,,,-73.98985290527344,40.76237106323242,-74.00503540039062,40.741310119628906,1,N,1,7.0,0.5,0.5,0.3,1.0,0.0,9.3 +2,2016-01-17 02:19:36,2016-01-17 02:24:05,2,1.0,,,-73.99982452392578,40.73455810546875,-73.99504852294922,40.74497604370117,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-15 01:12:36,2016-01-15 01:27:42,1,3.7,,,-73.98869323730469,40.72232437133789,-73.99066925048828,40.76145553588867,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +1,2016-01-21 12:17:27,2016-01-21 12:29:34,1,2.0,,,-74.0147933959961,40.71671676635742,-73.99369049072266,40.728092193603516,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-20 00:17:57,2016-01-20 00:23:08,1,0.91,,,-73.98551940917969,40.757911682128906,-73.97920989990234,40.7618522644043,1,N,1,5.5,0.5,0.5,0.3,2.04,0.0,8.84 +2,2016-01-05 10:04:42,2016-01-05 10:15:14,2,1.64,,,-73.97443389892578,40.74740219116211,-73.99049377441406,40.73085021972656,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-01 23:46:06,2016-01-01 23:49:53,1,0.79,,,-73.97371673583984,40.75140380859375,-73.96600341796875,40.75845718383789,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-23 01:58:43,2016-01-23 02:17:52,1,3.3,,,-74.00816345214844,40.74114990234375,-73.98448944091797,40.7701301574707,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +2,2016-01-16 23:29:17,2016-01-17 00:33:10,1,38.58,,,-73.98411560058594,40.75624084472656,-73.53006744384766,41.05769729614258,5,N,1,120.0,0.0,0.0,0.3,0.0,0.0,120.3 +1,2016-01-08 16:05:26,2016-01-08 16:25:16,1,4.1,,,-73.99711608886719,40.722389221191406,-73.99301147460938,40.76811981201172,1,N,2,15.5,1.0,0.5,0.3,0.0,0.0,17.3 +1,2016-01-17 19:09:47,2016-01-17 19:17:17,1,1.3,,,-73.97830963134766,40.74818420410156,-73.99272918701172,40.7392692565918,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-03 01:19:40,2016-01-03 01:31:02,1,4.3,,,-73.95832061767578,40.7126579284668,-73.8924789428711,40.72763442993164,1,N,2,14.5,0.5,0.5,0.3,0.0,0.0,15.8 +1,2016-01-09 03:01:16,2016-01-09 03:04:07,1,0.8,,,-73.97186279296875,40.79438781738281,-73.96566772460938,40.805503845214844,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +2,2016-01-07 04:33:41,2016-01-07 04:44:12,1,2.31,,,-73.9420394897461,40.79805374145508,-73.93824005126953,40.82313537597656,1,N,2,10.5,0.5,0.5,0.3,0.0,0.0,11.8 +1,2016-01-01 03:23:38,2016-01-01 03:28:39,1,1.2,,,-73.95562744140625,40.77260208129883,-73.96714782714844,40.75666046142578,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-09 21:04:06,2016-01-09 21:25:12,2,3.6,,,-74.01528930664062,40.70892333984375,-73.99799346923828,40.719661712646484,1,N,1,17.5,0.0,0.5,0.3,3.65,0.0,21.95 +2,2016-01-14 16:28:09,2016-01-14 16:36:01,5,1.1,,,-73.98990631103516,40.73487854003906,-73.97637939453125,40.73971939086914,1,N,1,6.5,1.0,0.5,0.3,2.08,0.0,10.38 +1,2016-01-07 20:06:36,2016-01-07 20:19:36,1,5.1,,,-73.98896026611328,40.71896743774414,-73.95344543457031,40.770599365234375,1,N,1,16.5,0.5,0.5,0.3,3.55,0.0,21.35 +2,2016-01-12 18:39:57,2016-01-12 19:17:59,1,13.74,,,-73.87648010253906,40.77212142944336,-74.03669738769531,40.72386169433594,5,N,1,80.0,0.0,0.5,0.3,19.77,18.04,118.61 +1,2016-01-06 18:11:12,2016-01-06 18:30:22,1,2.6,,,-73.98684692382812,40.77593231201172,-73.97077178955078,40.75173568725586,1,N,1,13.5,1.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-07 09:49:22,2016-01-07 10:02:59,1,1.36,,,-73.99378967285156,40.758941650390625,-73.98265838623047,40.77328109741211,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-30 14:22:15,2016-01-30 14:41:42,2,5.6,,,-73.99332427978516,40.7024040222168,-73.98925018310547,40.74126434326172,1,N,2,20.0,0.0,0.5,0.3,0.0,0.0,20.8 +1,2016-01-13 00:03:59,2016-01-13 00:22:55,1,3.5,,,-73.98884582519531,40.753475189208984,-73.98509216308594,40.71538543701172,1,N,1,15.0,0.5,0.5,0.3,2.7,0.0,19.0 +2,2016-01-05 20:38:08,2016-01-05 20:41:31,1,1.21,,,-74.00419616699219,40.73027420043945,-74.00999450683594,40.71461868286133,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-14 14:33:04,2016-01-14 14:38:34,1,1.1,,,-73.95912170410156,40.7833137512207,-73.97625732421875,40.78835678100586,1,N,1,6.0,0.0,0.5,0.3,1.35,0.0,8.15 +2,2016-01-21 12:04:57,2016-01-21 12:11:19,1,0.95,,,-73.98316192626953,40.726646423339844,-73.99004364013672,40.73476028442383,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-07 09:56:44,2016-01-07 10:08:40,2,1.2,,,-73.98957061767578,40.752498626708984,-73.9783935546875,40.7481575012207,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-30 23:03:35,2016-01-30 23:19:56,2,4.2,,,-73.99401092529297,40.73533248901367,-73.95625305175781,40.77816390991211,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +2,2016-01-19 15:22:02,2016-01-19 15:39:04,5,1.93,,,-74.00215911865234,40.750389099121094,-73.98079681396484,40.763328552246094,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +2,2016-01-19 21:02:52,2016-01-19 21:12:31,1,0.96,,,-73.97539520263672,40.74687957763672,-73.98123168945312,40.75275421142578,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-28 16:37:58,2016-01-28 17:09:12,1,2.8,,,-73.95790100097656,40.779483795166016,-73.98440551757812,40.74338150024414,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-05 19:18:22,2016-01-05 19:30:11,5,1.7,,,-73.99222564697266,40.73783874511719,-74.00153350830078,40.726097106933594,1,N,1,9.5,1.0,0.5,0.3,2.82,0.0,14.12 +2,2016-01-29 11:48:18,2016-01-29 11:59:22,5,1.36,,,-73.95313262939453,40.78596878051758,-73.96578979492188,40.76935958862305,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-26 19:43:39,2016-01-26 19:58:01,1,2.5,,,-73.98403930664062,40.773704528808594,-73.95125579833984,40.7787971496582,1,N,1,11.5,1.0,0.5,0.3,3.3,0.0,16.6 +2,2016-01-04 20:21:21,2016-01-04 20:27:52,1,0.55,,,-73.9808120727539,40.759395599365234,-73.97479248046875,40.7562370300293,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-16 19:03:18,2016-01-16 19:11:57,5,1.33,,,-73.96784973144531,40.80287170410156,-73.97515869140625,40.78752136230469,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-18 14:35:00,2016-01-18 14:51:18,2,3.07,,,-73.95919799804688,40.767738342285156,-73.98944854736328,40.734317779541016,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-06 23:13:53,2016-01-06 23:24:52,1,1.95,,,-73.9823989868164,40.73984909057617,-73.98346710205078,40.76039123535156,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-04 07:46:23,2016-01-04 08:01:31,1,3.8,,,-73.99073028564453,40.757179260253906,-73.96188354492188,40.805606842041016,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +2,2016-01-21 23:57:27,2016-01-22 00:05:10,1,1.19,,,-73.97714233398438,40.68228530883789,-73.99417877197266,40.686893463134766,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-10 15:49:19,2016-01-10 15:54:53,1,0.7,,,-73.98473358154297,40.74274444580078,-73.99102020263672,40.73969650268555,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-22 22:48:23,2016-01-22 23:14:16,1,4.1,,,-73.98841857910156,40.763832092285156,-73.98472595214844,40.723350524902344,1,N,1,18.5,0.5,0.5,0.3,3.95,0.0,23.75 +2,2016-01-09 13:21:17,2016-01-09 13:38:09,1,2.4,,,-73.99617004394531,40.721900939941406,-73.9941635131836,40.74605178833008,1,N,1,12.0,0.0,0.5,0.3,2.56,0.0,15.36 +1,2016-01-22 20:52:38,2016-01-22 21:05:15,2,4.6,,,-74.01583862304688,40.71067810058594,-73.99040985107422,40.7144775390625,1,N,1,16.0,0.5,0.5,0.3,3.45,0.0,20.75 +2,2016-01-30 12:41:38,2016-01-30 12:46:09,1,0.98,,,-73.96115112304688,40.76055145263672,-73.95223999023438,40.773067474365234,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-30 23:48:09,2016-01-30 23:59:29,1,1.02,,,-74.00240325927734,40.721458435058594,-73.98768615722656,40.71945571899414,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +1,2016-01-16 13:21:10,2016-01-16 13:33:43,1,2.1,,,-73.95198822021484,40.73196029663086,-73.9523696899414,40.71113967895508,1,N,1,10.5,0.0,0.5,0.3,2.25,0.0,13.55 +2,2016-01-15 08:22:11,2016-01-15 08:42:34,1,2.79,,,-74.005859375,40.748291015625,-73.97197723388672,40.75986862182617,1,N,1,14.5,0.0,0.5,0.3,1.5,0.0,16.8 +1,2016-01-09 17:17:28,2016-01-09 17:27:27,1,1.6,,,-73.98233795166016,40.77301788330078,-74.00035095214844,40.758113861083984,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-29 13:51:41,2016-01-29 14:11:08,1,6.4,,,-74.01158142089844,40.70299530029297,-73.95552825927734,40.767704010009766,1,N,1,21.0,0.0,0.5,0.3,2.2,0.0,24.0 +1,2016-01-08 14:39:28,2016-01-08 14:49:41,1,1.6,,,-73.9570541381836,40.78024673461914,-73.94661712646484,40.7998046875,1,N,1,9.0,0.0,0.5,0.3,1.96,0.0,11.76 +2,2016-01-22 22:16:40,2016-01-22 22:31:30,1,4.37,,,-74.0107421875,40.709251403808594,-73.98506164550781,40.665199279785156,1,N,1,14.5,0.5,0.5,0.3,4.27,5.54,25.61 +2,2016-01-06 23:45:03,2016-01-06 23:55:05,1,2.62,,,-73.99163055419922,40.73870849609375,-73.98323822021484,40.76698684692383,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-13 00:58:08,2016-01-13 01:03:57,1,1.28,,,-74.0067367553711,40.74410629272461,-73.98778533935547,40.74098587036133,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-22 16:22:58,2016-01-22 16:28:55,1,0.6,,,-73.98495483398438,40.76430130004883,-73.99302673339844,40.76318359375,1,N,2,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-25 22:16:05,2016-01-25 22:27:12,1,2.81,,,-73.95803833007812,40.77626037597656,-73.96444702148438,40.802268981933594,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +1,2016-01-08 14:49:04,2016-01-08 15:01:42,2,1.8,,,-73.9695053100586,40.76459884643555,-73.98631286621094,40.74419403076172,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-30 04:05:42,2016-01-30 04:12:08,2,1.3,,,-74.00287628173828,40.73960876464844,-74.00263214111328,40.72462844848633,1,N,1,7.0,0.5,0.5,0.3,1.7,0.0,10.0 +2,2016-01-30 04:11:32,2016-01-30 04:35:01,6,6.26,,,-73.99337768554688,40.721900939941406,-73.9490737915039,40.76308822631836,1,N,1,22.0,0.5,0.5,0.3,0.0,0.0,23.3 +1,2016-01-13 17:06:49,2016-01-13 17:23:06,1,1.4,,,-73.982421875,40.74845504760742,-73.96776580810547,40.76021194458008,1,N,1,11.0,1.0,0.5,0.3,1.0,0.0,13.8 +2,2016-01-14 11:59:57,2016-01-14 12:06:13,3,0.87,,,-73.99342346191406,40.75225830078125,-73.98573303222656,40.763038635253906,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-20 02:55:35,2016-01-20 03:03:49,2,2.66,,,-73.99436950683594,40.74629211425781,-73.98965454101562,40.77287292480469,1,N,1,10.0,0.5,0.5,0.3,2.26,0.0,13.56 +2,2016-01-02 23:04:11,2016-01-02 23:29:13,1,10.38,,,-73.79015350341797,40.646671295166016,-73.91355895996094,40.70310974121094,1,N,1,30.5,0.5,0.5,0.3,7.95,0.0,39.75 +1,2016-01-12 13:13:13,2016-01-12 13:23:38,1,2.2,,,-73.96366119384766,40.761505126953125,-73.98424530029297,40.73322296142578,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-18 17:45:24,2016-01-18 17:47:32,1,0.5,,,-73.98816680908203,40.7346305847168,-73.98076629638672,40.735408782958984,1,N,1,4.0,0.0,0.5,0.3,0.95,0.0,5.75 +2,2016-01-18 18:28:34,2016-01-18 18:42:20,2,2.29,,,-74.00285339355469,40.760501861572266,-73.98902130126953,40.737396240234375,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +2,2016-01-10 13:52:01,2016-01-10 14:03:50,6,2.64,,,-73.95655822753906,40.778099060058594,-73.98287963867188,40.7641716003418,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-21 07:53:22,2016-01-21 07:55:48,1,0.78,,,-73.99713897705078,40.741939544677734,-73.99492645263672,40.734249114990234,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-01 09:03:08,2016-01-01 09:05:27,2,0.63,,,-73.93663024902344,40.814308166503906,-73.94285583496094,40.8083610534668,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-13 07:35:06,2016-01-13 07:39:38,1,1.22,,,-73.99353790283203,40.74150848388672,-73.98306274414062,40.75654220581055,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-09 03:19:33,2016-01-09 03:27:53,5,1.71,,,-73.99217224121094,40.71873092651367,-73.98811340332031,40.737945556640625,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-08 14:12:19,2016-01-08 14:27:50,1,1.54,,,-73.98222351074219,40.75809097290039,-73.96131896972656,40.76321029663086,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +1,2016-01-15 05:26:27,2016-01-15 05:26:35,1,0.1,,,-73.95381164550781,40.713356018066406,-73.95232391357422,40.714725494384766,1,N,2,2.5,0.5,0.5,0.3,0.0,0.0,3.8 +2,2016-01-11 13:39:12,2016-01-11 13:54:32,1,2.63,,,-74.00303649902344,40.72325134277344,-73.97572326660156,40.749000549316406,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-14 22:07:14,2016-01-14 22:30:12,1,5.8,,,-73.9842529296875,40.75478744506836,-74.03412628173828,40.72937774658203,5,N,1,55.55,0.0,0.0,0.3,4.0,0.0,59.85 +1,2016-01-27 10:25:59,2016-01-27 10:49:33,1,1.2,,,-73.99237060546875,40.743465423583984,-73.98172760009766,40.75880813598633,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-21 06:53:47,2016-01-21 07:04:33,5,2.6,,,-74.00615692138672,40.73405075073242,-73.99630737304688,40.76380157470703,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-06 10:58:41,2016-01-06 11:10:03,1,1.0,,,-74.0141372680664,40.7086067199707,-74.01493072509766,40.71127700805664,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +1,2016-01-01 17:22:01,2016-01-01 17:50:39,1,7.6,,,-73.99730682373047,40.74476623535156,-73.99935913085938,40.68378829956055,1,N,2,26.5,0.0,0.5,0.3,0.0,0.0,27.3 +1,2016-01-30 13:47:13,2016-01-30 13:56:43,1,1.4,,,-73.99188995361328,40.74905014038086,-74.00640106201172,40.7336540222168,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +1,2016-01-02 03:51:45,2016-01-02 03:56:20,1,1.5,,,-73.98512268066406,40.7321662902832,-73.98406982421875,40.71516036987305,1,N,1,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-27 15:43:37,2016-01-27 16:25:36,2,5.39,,,-73.97879791259766,40.74092102050781,-73.96571350097656,40.67784118652344,1,N,2,27.0,0.0,0.5,0.3,0.0,0.0,27.8 +2,2016-01-09 15:44:00,2016-01-09 15:45:46,1,0.37,,,-74.00520324707031,40.70732116699219,-74.00033569335938,40.70814514160156,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,5.3 +2,2016-01-19 21:05:17,2016-01-19 21:14:37,1,2.4,,,-73.97349548339844,40.75761413574219,-73.9720230102539,40.78383255004883,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,13.5 +2,2016-01-14 21:01:48,2016-01-14 21:09:13,1,2.15,,,-73.97323608398438,40.76106643676758,-73.95326232910156,40.78864288330078,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +2,2016-01-15 02:58:29,2016-01-15 03:08:33,5,3.09,,,-73.98886108398438,40.74571990966797,-73.95374298095703,40.76686096191406,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-20 12:45:46,2016-01-20 12:58:32,1,3.1,,,-73.9757308959961,40.79191589355469,-74.00431823730469,40.75672912597656,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-16 23:49:41,2016-01-17 00:02:47,6,3.27,,,-74.00507354736328,40.72035598754883,-73.97830200195312,40.762298583984375,1,N,1,12.0,0.5,0.5,0.3,3.99,0.0,17.29 +2,2016-01-13 20:30:59,2016-01-13 20:38:36,1,2.05,,,-73.97075653076172,40.74922180175781,-73.98302459716797,40.72269821166992,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-02 15:29:33,2016-01-02 15:38:30,1,2.1,,,-73.97148895263672,40.75785446166992,-73.98870849609375,40.731529235839844,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +1,2016-01-20 19:43:47,2016-01-20 19:53:58,1,2.4,,,-73.97796630859375,40.788902282714844,-73.9683609008789,40.76472854614258,1,N,1,10.0,1.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-01 08:02:20,2016-01-01 08:12:38,1,2.7,,,-73.94734954833984,40.77987289428711,-73.97810363769531,40.77980041503906,1,N,1,10.0,0.0,0.5,0.3,1.7,0.0,12.5 +2,2016-01-21 20:21:16,2016-01-21 20:32:24,1,2.72,,,-73.98661804199219,40.74435043334961,-73.95512390136719,40.74442672729492,1,N,1,11.0,0.5,0.5,0.3,2.0,5.54,19.84 +2,2016-01-28 09:11:45,2016-01-28 09:35:07,1,1.95,,,-73.9653549194336,40.75916290283203,-73.9856185913086,40.74134826660156,1,N,1,14.5,0.0,0.5,0.3,3.82,0.0,19.12 +2,2016-01-21 17:51:17,2016-01-21 17:55:03,5,0.55,,,-73.98783111572266,40.7381591796875,-73.98821258544922,40.73163986206055,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-14 15:18:27,2016-01-14 15:27:08,1,0.89,,,-74.00926971435547,40.71723556518555,-74.00238037109375,40.72476577758789,1,N,1,7.0,0.0,0.5,0.3,1.56,0.0,9.36 +1,2016-01-19 12:56:08,2016-01-19 13:11:16,1,0.9,,,-73.98031616210938,40.76008605957031,-73.9732437133789,40.753456115722656,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-08 19:25:08,2016-01-08 19:30:25,2,0.71,,,-73.98372650146484,40.72165298461914,-73.98796081542969,40.7278938293457,1,N,1,5.5,1.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-11 20:15:17,2016-01-11 20:20:50,1,0.6,,,-73.98031616210938,40.755001068115234,-73.97425079345703,40.750789642333984,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-17 09:03:08,2016-01-17 09:09:31,2,2.7,,,-73.95809173583984,40.760257720947266,-73.9465560913086,40.7918815612793,1,N,1,10.0,0.0,0.5,0.3,2.0,0.0,12.8 +1,2016-01-08 23:38:09,2016-01-08 23:55:14,1,3.3,,,-73.9970474243164,40.72408676147461,-73.97772216796875,40.76347732543945,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +1,2016-01-04 16:08:53,2016-01-04 16:28:23,1,4.7,,,-73.95519256591797,40.78324508666992,-73.97405242919922,40.73796844482422,1,N,1,17.0,1.0,0.5,0.3,3.75,0.0,22.55 +2,2016-01-12 20:13:37,2016-01-12 20:37:50,1,5.92,,,-73.9854965209961,40.7442626953125,-73.9144287109375,40.779850006103516,1,N,1,21.5,0.5,0.5,0.3,7.08,5.54,35.42 +2,2016-01-01 21:20:09,2016-01-01 21:24:33,2,1.09,,,-73.96812438964844,40.75901794433594,-73.9577865600586,40.76982116699219,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-13 08:11:56,2016-01-13 08:20:13,1,1.3,,,-73.98699188232422,40.7392578125,-73.98579406738281,40.753047943115234,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,10.75 +1,2016-01-03 10:46:04,2016-01-03 10:50:58,1,1.8,,,-73.99696350097656,40.73719024658203,-73.97904968261719,40.7578010559082,1,N,1,7.0,0.0,0.5,0.3,1.55,0.0,9.35 +2,2016-01-17 19:32:31,2016-01-17 19:42:48,5,1.69,,,-73.97195434570312,40.794681549072266,-73.94790649414062,40.788780212402344,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-13 16:58:18,2016-01-13 17:02:07,1,0.6,,,-73.96499633789062,40.75564956665039,-73.9694595336914,40.753257751464844,1,N,1,4.5,1.0,0.5,0.3,1.85,0.0,8.15 +1,2016-01-28 20:54:59,2016-01-28 21:05:45,1,2.5,,,-73.99578094482422,40.74896240234375,-73.98123168945312,40.77920150756836,1,N,1,10.0,0.5,0.5,0.3,2.25,0.0,13.55 +1,2016-01-19 12:47:15,2016-01-19 12:57:51,2,2.0,,,-73.99015808105469,40.77174377441406,-73.97019958496094,40.79413986206055,1,N,1,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-16 18:22:36,2016-01-16 18:41:54,1,3.22,,,-73.99535369873047,40.74399948120117,-74.00736236572266,40.70732879638672,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-01 04:15:47,2016-01-01 05:30:30,3,17.98,,,-73.95947265625,40.65402603149414,-73.94061279296875,40.833160400390625,1,N,1,64.5,0.5,0.5,0.3,9.2,0.0,75.0 +2,2016-01-29 12:26:34,2016-01-29 12:40:52,2,1.34,,,-73.97200012207031,40.754180908203125,-73.9881820678711,40.75395965576172,1,N,1,10.0,0.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-05 12:33:43,2016-01-05 12:48:47,1,0.97,,,-73.9796142578125,40.738311767578125,-73.97176361083984,40.74609375,1,N,1,10.0,0.0,0.5,0.3,3.0,0.0,13.8 +1,2016-01-27 22:57:31,2016-01-27 23:09:27,1,2.7,,,-73.97420501708984,40.758060455322266,-73.9789810180664,40.78681945800781,1,N,2,11.0,0.5,0.5,0.3,0.0,0.0,12.3 +2,2016-01-13 18:06:54,2016-01-13 18:27:43,1,1.58,,,-73.98056030273438,40.74208068847656,-73.98827362060547,40.75605010986328,1,N,1,13.5,1.0,0.5,0.3,3.82,0.0,19.12 +2,2016-01-29 00:35:05,2016-01-29 01:01:06,2,15.54,,,-73.87272644042969,40.773990631103516,-73.7284164428711,40.63922882080078,4,N,2,46.5,0.5,0.5,0.3,0.0,0.0,47.8 +1,2016-01-20 13:39:56,2016-01-20 13:58:12,1,1.5,,,-73.98318481445312,40.76667404174805,-73.96379089355469,40.75444412231445,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-03 23:11:57,2016-01-03 23:44:21,1,17.2,,,-73.78794860839844,40.641639709472656,-73.97206115722656,40.75726318359375,2,N,1,52.0,0.0,0.5,0.3,10.55,0.0,63.35 +2,2016-01-19 13:47:27,2016-01-19 13:55:31,5,1.04,,,-73.98218536376953,40.75856018066406,-73.9969253540039,40.76447677612305,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-29 12:17:13,2016-01-29 12:38:09,1,6.17,,,-73.9743881225586,40.7557487487793,-74.01522827148438,40.704750061035156,1,N,2,22.0,0.0,0.5,0.3,0.0,0.0,22.8 +2,2016-01-29 19:48:30,2016-01-29 19:57:22,1,2.48,,,-74.00431060791016,40.70735168457031,-73.9920883178711,40.687339782714844,1,N,2,9.5,1.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-14 08:40:39,2016-01-14 09:08:55,1,8.44,,,-73.87093353271484,40.773738861083984,-73.98209381103516,40.74604034423828,1,N,1,26.5,0.0,0.5,0.3,5.0,5.54,37.84 +2,2016-01-03 03:29:12,2016-01-03 03:41:00,1,3.26,,,-73.98554992675781,40.73854064941406,-74.00933837890625,40.70439147949219,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +1,2016-01-08 19:16:35,2016-01-08 19:39:38,2,1.7,,,-73.98422241210938,40.74322509765625,-73.98997497558594,40.72330093383789,1,N,1,13.5,1.0,0.5,0.3,3.05,0.0,18.35 +1,2016-01-11 11:56:15,2016-01-11 12:04:05,1,0.7,,,-73.99104309082031,40.73484802246094,-73.9806900024414,40.733726501464844,1,N,1,6.5,0.0,0.5,0.3,1.45,0.0,8.75 +1,2016-01-09 00:34:53,2016-01-09 00:50:41,1,7.5,,,-73.98316192626953,40.77128982543945,-73.93629455566406,40.8573112487793,1,N,2,22.5,0.5,0.5,0.3,0.0,0.0,23.8 +2,2016-01-07 21:01:35,2016-01-07 21:06:34,2,0.94,,,-73.96865844726562,40.78598403930664,-73.95851135253906,40.77833557128906,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-26 18:32:00,2016-01-26 18:33:10,1,0.1,,,-74.00147247314453,40.7309684753418,-74.00069427490234,40.73321533203125,1,N,2,3.0,1.0,0.5,0.3,0.0,0.0,4.8 +2,2016-01-27 18:26:56,2016-01-27 18:44:50,1,1.99,,,-73.98281860351562,40.76533126831055,-73.96119689941406,40.76906967163086,1,N,1,12.5,1.0,0.5,0.3,2.0,0.0,16.3 +1,2016-01-20 09:56:11,2016-01-20 10:13:52,1,1.5,,,-73.9670639038086,40.76112747192383,-73.98372650146484,40.77438735961914,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +2,2016-01-16 21:29:31,2016-01-16 21:40:28,3,2.33,,,-73.9659194946289,40.758460998535156,-73.98735809326172,40.72905731201172,1,N,1,10.0,0.5,0.5,0.3,1.5,0.0,12.8 +2,2016-01-29 09:11:03,2016-01-29 09:36:42,1,2.49,,,-73.9753646850586,40.77714538574219,-73.97026062011719,40.752540588378906,1,N,1,16.5,0.0,0.5,0.3,1.0,0.0,18.3 +2,2016-01-11 17:10:25,2016-01-11 17:32:18,2,4.96,,,-74.00933074951172,40.70512390136719,-73.98274230957031,40.748443603515625,1,N,1,20.0,1.0,0.5,0.3,2.0,0.0,23.8 +1,2016-01-15 17:57:53,2016-01-15 18:07:40,2,1.2,,,-73.94391632080078,40.72014617919922,-73.93877410888672,40.70838928222656,1,N,2,8.0,1.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-27 21:42:05,2016-01-27 21:59:19,5,3.3,,,-73.98956298828125,40.739864349365234,-74.0112533569336,40.71639633178711,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +2,2016-01-15 07:01:37,2016-01-15 07:05:57,2,0.95,,,-73.9916763305664,40.749610900878906,-73.9875717163086,40.7417106628418,1,N,1,5.5,0.0,0.5,0.3,0.7,0.0,7.0 +1,2016-01-02 13:55:17,2016-01-02 13:57:26,1,0.5,,,-73.99897766113281,40.73477554321289,-73.99372100830078,40.737754821777344,1,N,1,3.5,0.0,0.5,0.3,1.0,0.0,5.3 +1,2016-01-28 08:25:12,2016-01-28 08:36:43,3,1.0,,,-73.9547119140625,40.763771057128906,-73.96788024902344,40.761940002441406,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-20 21:15:50,2016-01-20 21:32:24,1,3.2,,,-73.99258422851562,40.72536087036133,-73.9728012084961,40.68418502807617,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +2,2016-01-08 20:49:21,2016-01-08 21:06:02,1,2.41,,,-73.97396087646484,40.76342010498047,-73.99622344970703,40.7346305847168,1,N,1,12.0,0.5,0.5,0.3,2.66,0.0,15.96 +2,2016-01-11 19:11:18,2016-01-11 19:24:17,2,5.19,,,-73.9787368774414,40.75067138671875,-74.01244354248047,40.70161056518555,1,N,1,17.0,1.0,0.5,0.3,3.76,0.0,22.56 +1,2016-01-06 09:45:34,2016-01-06 10:05:11,1,2.9,,,-73.95417022705078,40.78710174560547,-73.97606658935547,40.75124740600586,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-23 13:58:51,2016-01-23 14:03:17,1,0.76,,,-73.95657348632812,40.76694869995117,-73.94719696044922,40.77165985107422,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-07 22:19:50,2016-01-07 22:29:16,5,1.34,,,-73.97545623779297,40.75515365600586,-73.977783203125,40.742130279541016,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +2,2016-01-03 14:51:45,2016-01-03 14:56:11,1,0.92,,,-74.00071716308594,40.71833038330078,-74.00936126708984,40.72364044189453,1,N,1,5.5,0.0,0.5,0.3,1.0,0.0,7.3 +1,2016-01-14 07:49:12,2016-01-14 07:53:27,1,0.7,,,-73.9528579711914,40.818111419677734,-73.95921325683594,40.80910110473633,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-16 16:10:15,2016-01-16 16:32:19,1,2.19,,,-73.99961853027344,40.72472381591797,-73.97784423828125,40.746009826660156,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +1,2016-01-26 09:04:22,2016-01-26 09:30:09,1,8.3,,,-73.96295166015625,40.76639175415039,-74.01437377929688,40.714542388916016,1,N,1,26.5,0.0,0.5,0.3,4.0,0.0,31.3 +1,2016-01-25 09:28:17,2016-01-25 09:36:26,1,1.2,,,-74.00289154052734,40.739341735839844,-74.00692749023438,40.751399993896484,1,N,1,7.5,0.0,0.5,0.3,2.45,0.0,10.75 +1,2016-01-14 13:06:22,2016-01-14 13:19:58,1,1.2,,,-73.99176025390625,40.74956512451172,-73.99327850341797,40.73601150512695,1,N,1,9.5,0.0,0.5,0.3,2.55,0.0,12.85 +1,2016-01-24 19:38:39,2016-01-24 19:46:30,3,1.4,,,-73.99070739746094,40.73076248168945,-73.97779846191406,40.746368408203125,1,N,1,7.5,0.0,0.5,0.3,2.05,0.0,10.35 +2,2016-01-28 21:47:34,2016-01-28 22:07:35,3,5.19,,,-73.98358154296875,40.74382019042969,-73.91358947753906,40.76321029663086,1,N,1,18.0,0.5,0.5,0.3,4.0,0.0,23.3 +2,2016-01-28 11:41:08,2016-01-28 12:23:24,1,4.69,,,-73.97248077392578,40.781070709228516,-74.0025634765625,40.72610855102539,1,N,1,26.5,0.0,0.5,0.3,6.82,0.0,34.12 +2,2016-01-13 18:11:15,2016-01-13 18:19:22,1,1.12,,,-73.99122619628906,40.77033996582031,-73.99140167236328,40.75804138183594,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-19 23:17:16,2016-01-19 23:40:44,1,13.7,,,-73.78266143798828,40.64449691772461,-73.90746307373047,40.76101303100586,1,N,1,38.5,0.5,0.5,0.3,7.95,0.0,47.75 +1,2016-01-22 22:49:43,2016-01-22 22:58:49,2,0.8,,,-73.9832534790039,40.76151657104492,-73.97967529296875,40.752784729003906,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +1,2016-01-26 04:58:51,2016-01-26 05:15:27,1,6.7,,,-73.96146392822266,40.75941848754883,-74.01103973388672,40.708248138427734,1,N,1,21.0,0.5,0.5,0.3,3.0,0.0,25.3 +1,2016-01-29 06:51:01,2016-01-29 06:55:42,2,1.0,,,-73.97737884521484,40.77924728393555,-73.98182678222656,40.76771545410156,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-28 11:39:13,2016-01-28 12:04:38,1,1.99,,,-73.99591064453125,40.74895095825195,-73.97317504882812,40.76247024536133,1,N,1,15.5,0.0,0.5,0.3,3.26,0.0,19.56 +2,2016-01-06 08:13:44,2016-01-06 08:22:52,2,1.3,,,-73.97366333007812,40.74722671508789,-73.97149658203125,40.75934600830078,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +2,2016-01-04 11:46:26,2016-01-04 11:57:59,1,1.99,,,-74.00505828857422,40.7465934753418,-73.9996109008789,40.7266731262207,1,N,1,9.5,0.0,0.5,0.3,2.06,0.0,12.36 +1,2016-01-15 06:53:07,2016-01-15 06:58:36,1,1.0,,,-73.990966796875,40.75638961791992,-73.9761962890625,40.75823211669922,1,N,1,5.5,0.0,0.5,0.3,1.25,0.0,7.55 +1,2016-01-04 13:15:11,2016-01-04 13:19:44,1,0.9,,,-73.9804916381836,40.77458572387695,-73.9708251953125,40.78343200683594,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-29 22:19:03,2016-01-29 22:38:16,1,2.0,,,-73.98992919921875,40.733280181884766,-73.99263000488281,40.75429916381836,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +2,2016-01-30 10:51:15,2016-01-30 10:57:53,2,1.35,,,-73.9576187133789,40.768394470214844,-73.94727325439453,40.78343963623047,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-30 19:26:47,2016-01-30 19:32:30,1,0.64,,,-73.98590087890625,40.73273849487305,-73.98149871826172,40.73896789550781,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-29 22:55:06,2016-01-29 23:00:35,1,1.46,,,-73.95001983642578,40.79573059082031,-73.96920013427734,40.790550231933594,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-17 00:32:06,2016-01-17 00:36:35,6,1.22,,,-73.9738998413086,40.79153060913086,-73.96346282958984,40.80615997314453,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-19 10:58:21,2016-01-19 11:24:01,1,1.6,,,-73.9500503540039,40.79039001464844,-73.95809173583984,40.77041244506836,1,N,1,16.0,0.0,0.5,0.3,1.0,0.0,17.8 +2,2016-01-09 22:11:08,2016-01-09 22:26:35,1,3.37,,,-73.97025299072266,40.79393005371094,-73.97151947021484,40.75835037231445,1,N,2,13.5,0.5,0.5,0.3,0.0,0.0,14.8 +2,2016-01-08 11:00:58,2016-01-08 11:19:50,1,2.9,,,-74.00089263916016,40.76197814941406,-73.99703979492188,40.72690963745117,1,N,1,14.5,0.0,0.5,0.3,3.06,0.0,18.36 +2,2016-01-14 23:38:11,2016-01-14 23:42:42,2,1.09,,,-73.95158386230469,40.71405792236328,-73.94888305664062,40.726051330566406,1,N,1,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +1,2016-01-19 20:52:36,2016-01-19 21:03:28,3,1.7,,,-73.97212219238281,40.76541519165039,-73.98075103759766,40.744606018066406,1,N,1,9.0,0.5,0.5,0.3,2.05,0.0,12.35 +1,2016-01-21 13:01:33,2016-01-21 13:10:33,1,0.9,,,-73.97254180908203,40.765167236328125,-73.97998809814453,40.77274703979492,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-12 11:22:01,2016-01-12 11:43:40,1,1.82,,,-74.00596618652344,40.73986053466797,-73.98406219482422,40.74414825439453,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-21 07:16:52,2016-01-21 07:27:30,1,2.0,,,-73.98396301269531,40.743492126464844,-73.9639892578125,40.75688934326172,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +1,2016-01-28 21:41:32,2016-01-28 21:51:14,1,2.2,,,-74.00579071044922,40.74543380737305,-73.97880554199219,40.752315521240234,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +1,2016-01-15 21:27:38,2016-01-15 21:38:34,1,1.0,,,-73.99323272705078,40.72005081176758,-73.99019622802734,40.72969436645508,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +2,2016-01-07 10:28:11,2016-01-07 10:44:59,6,2.17,,,-73.99581909179688,40.73884582519531,-73.9753189086914,40.76533889770508,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +1,2016-01-04 11:14:06,2016-01-04 11:34:26,1,2.8,,,-73.9703140258789,40.76313400268555,-74.00509643554688,40.75149917602539,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +2,2016-01-06 20:22:51,2016-01-06 20:32:43,1,1.62,,,-73.98188018798828,40.74669647216797,-74.00315856933594,40.744056701660156,1,N,1,8.5,0.5,0.5,0.3,1.47,0.0,11.27 +2,2016-01-05 07:36:01,2016-01-05 07:50:14,1,6.17,,,-73.95613861083984,40.757720947265625,-74.00389862060547,40.710784912109375,1,N,1,19.0,0.0,0.5,0.3,3.0,0.0,22.8 +1,2016-01-08 20:49:48,2016-01-08 20:58:14,1,1.5,,,-73.97821044921875,40.76335906982422,-73.97933959960938,40.78095626831055,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +1,2016-01-05 12:50:27,2016-01-05 12:57:46,1,1.0,,,-73.97235870361328,40.7646484375,-73.984619140625,40.75898361206055,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-22 07:03:16,2016-01-22 07:10:17,1,2.4,,,-73.94498443603516,40.774871826171875,-73.97343444824219,40.75563430786133,1,N,1,9.0,0.0,0.5,0.3,1.0,0.0,10.8 +2,2016-01-29 09:48:40,2016-01-29 10:12:16,5,1.55,,,-73.96385192871094,40.77391815185547,-73.95967864990234,40.75885009765625,1,N,1,15.0,0.0,0.5,0.3,3.16,0.0,18.96 +1,2016-01-01 19:50:26,2016-01-01 19:56:18,1,1.3,,,-73.95559692382812,40.772647857666016,-73.94689178466797,40.784202575683594,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-04 06:05:26,2016-01-04 06:51:26,1,17.88,,,-73.7783432006836,40.64678955078125,-73.98127746582031,40.763248443603516,2,N,1,52.0,0.0,0.5,0.3,6.0,5.54,64.34 +1,2016-01-12 22:38:35,2016-01-12 22:44:17,2,1.3,,,-73.9769058227539,40.68156433105469,-73.95310974121094,40.677188873291016,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,9.35 +2,2016-01-09 23:10:06,2016-01-09 23:13:58,1,0.6,,,-73.9567642211914,40.78042984008789,-73.95420837402344,40.787200927734375,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-09 12:35:06,2016-01-09 12:43:17,1,0.92,,,-73.99315643310547,40.72977066040039,-73.98724365234375,40.72222900390625,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-10 18:09:38,2016-01-10 18:22:15,1,1.47,,,-73.97772979736328,40.7611198425293,-73.96370697021484,40.765289306640625,1,N,1,10.0,0.0,0.5,0.3,3.24,0.0,14.04 +2,2016-01-18 18:36:50,2016-01-18 19:22:03,2,20.8,,,-73.78800964355469,40.64154815673828,-73.98934936523438,40.6846809387207,1,N,1,58.0,0.0,0.5,0.3,10.0,0.0,68.8 +2,2016-01-02 18:05:25,2016-01-02 18:35:06,2,8.95,,,-73.9913330078125,40.727256774902344,-73.95793151855469,40.82045364379883,1,N,1,30.5,0.0,0.5,0.3,6.26,0.0,37.56 +2,2016-01-28 23:30:52,2016-01-28 23:39:20,1,1.62,,,-73.98041534423828,40.73052978515625,-73.99579620361328,40.74422836303711,1,N,1,8.0,0.5,0.5,0.3,2.79,0.0,12.09 +1,2016-01-09 14:56:11,2016-01-09 14:58:31,1,0.7,,,-73.9660415649414,40.75823974609375,-73.97303009033203,40.74873352050781,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-04 10:36:10,2016-01-04 10:36:29,6,0.0,,,0.0,0.0,0.0,0.0,2,N,2,52.0,0.0,0.5,0.3,0.0,0.0,52.8 +2,2016-01-22 18:17:06,2016-01-22 18:25:11,5,1.37,,,-73.99028778076172,40.751220703125,-73.97875213623047,40.76179122924805,1,N,2,7.0,1.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-13 18:12:27,2016-01-13 18:26:13,2,1.74,,,-73.95823669433594,40.77859115600586,-73.9689712524414,40.758819580078125,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-27 08:07:47,2016-01-27 08:15:19,1,0.74,,,-74.0171890258789,40.70547103881836,-74.00933074951172,40.704559326171875,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-11 09:11:17,2016-01-11 09:18:34,1,1.7,,,-73.96627044677734,40.7619514465332,-73.94984436035156,40.781986236572266,1,N,1,7.5,0.0,0.5,0.3,1.5,0.0,9.8 +1,2016-01-11 00:38:27,2016-01-11 00:45:01,1,2.0,,,-73.99407196044922,40.751129150390625,-73.97027587890625,40.75979995727539,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +1,2016-01-30 00:18:07,2016-01-30 00:41:51,2,4.6,,,0.0,0.0,0.0,0.0,1,N,1,18.0,0.5,0.5,0.3,5.75,0.0,25.05 +1,2016-01-30 00:20:22,2016-01-30 00:32:11,2,1.4,,,-73.98982238769531,40.73358154296875,-73.98075103759766,40.72160339355469,1,N,1,9.0,0.5,0.5,0.3,1.75,0.0,12.05 +1,2016-01-07 10:29:20,2016-01-07 10:38:45,1,1.3,,,-74.00017547607422,40.7479362487793,-73.99410247802734,40.735103607177734,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-14 20:36:03,2016-01-14 20:45:59,1,1.46,,,-73.98004913330078,40.7706413269043,-73.96565246582031,40.76289749145508,1,N,1,8.5,0.5,0.5,0.3,1.8,0.0,11.6 +2,2016-01-02 03:57:11,2016-01-02 04:17:14,1,4.9,,,-73.92794799804688,40.75197982788086,-73.85440826416016,40.739810943603516,1,N,2,18.0,0.5,0.5,0.3,0.0,0.0,19.3 +2,2016-01-24 19:20:23,2016-01-24 19:35:13,1,2.54,,,-73.97160339355469,40.76057052612305,-73.98023223876953,40.7321891784668,1,N,1,11.5,0.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-17 10:03:31,2016-01-17 10:14:28,2,2.91,,,-73.9642562866211,40.79227066040039,-73.94178771972656,40.829708099365234,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +1,2016-01-30 17:54:33,2016-01-30 18:11:49,1,2.6,,,-73.97258758544922,40.7586669921875,-74.00019073486328,40.72685623168945,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +2,2016-01-01 02:03:11,2016-01-01 02:14:39,1,3.97,,,-73.98231506347656,40.739952087402344,-73.94454956054688,40.788204193115234,1,N,1,13.0,0.5,0.5,0.3,2.86,0.0,17.16 +2,2016-01-12 10:12:05,2016-01-12 10:14:57,1,0.46,,,-73.99614715576172,40.68648147583008,-73.9935302734375,40.691890716552734,1,N,2,4.0,0.0,0.5,0.3,0.0,0.0,4.8 +1,2016-01-08 23:03:52,2016-01-08 23:22:04,3,3.0,,,-73.98768615722656,40.71969985961914,-73.99532318115234,40.749534606933594,1,N,1,14.0,0.5,0.5,0.3,3.05,0.0,18.35 +1,2016-01-20 12:11:58,2016-01-20 12:32:38,1,1.6,,,-73.9942398071289,40.75067901611328,-73.97468566894531,40.75581359863281,1,N,1,13.5,0.0,0.5,0.3,3.0,0.0,17.3 +1,2016-01-21 09:50:54,2016-01-21 10:00:50,1,1.1,,,-73.96222686767578,40.770320892333984,-73.97586822509766,40.76388168334961,1,N,1,8.0,0.0,0.5,0.3,1.75,0.0,10.55 +2,2016-01-14 13:03:47,2016-01-14 13:11:27,5,1.13,,,-73.96187591552734,40.763824462890625,-73.97225952148438,40.75324249267578,1,N,1,7.0,0.0,0.5,0.3,1.2,0.0,9.0 +1,2016-01-04 14:10:56,2016-01-04 14:17:01,1,1.1,,,-74.00670623779297,40.71609115600586,-74.01667022705078,40.708194732666016,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-14 06:49:03,2016-01-14 07:10:21,1,10.7,,,-73.98509216308594,40.760433197021484,-73.86575317382812,40.770992279052734,1,N,1,30.0,0.0,0.5,0.3,9.05,5.54,45.39 +2,2016-01-21 07:45:17,2016-01-21 07:55:02,1,1.53,,,-73.99217224121094,40.764102935791016,-73.98677062988281,40.756507873535156,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-04 17:05:50,2016-01-04 17:32:13,1,10.49,,,-73.87529754638672,40.77386474609375,-73.97843170166016,40.762271881103516,1,N,1,31.5,1.0,0.5,0.3,0.0,5.54,38.84 +1,2016-01-22 23:14:14,2016-01-22 23:23:06,1,1.9,,,-73.9933853149414,40.757259368896484,-74.0025634765625,40.734169006347656,1,N,1,8.5,0.5,0.5,0.3,1.96,0.0,11.76 +1,2016-01-07 15:28:59,2016-01-07 15:40:13,1,1.5,,,-73.97103118896484,40.754764556884766,-73.966796875,40.772403717041016,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-17 23:51:28,2016-01-18 00:02:53,1,3.47,,,-73.96347045898438,40.75767135620117,-73.9128189086914,40.74229049682617,1,N,2,12.0,0.5,0.5,0.3,0.0,0.0,13.3 +2,2016-01-19 09:37:34,2016-01-19 09:51:16,1,1.29,,,-73.9849624633789,40.759151458740234,-74.00045013427734,40.75865173339844,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-20 16:42:02,2016-01-20 16:50:29,1,1.13,,,-73.98431396484375,40.75437545776367,-73.96951293945312,40.757511138916016,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +1,2016-01-21 18:25:31,2016-01-21 18:36:19,1,1.9,,,-74.00540924072266,40.70591735839844,-73.9798812866211,40.71371078491211,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-22 15:54:22,2016-01-22 16:00:16,1,1.0,,,-73.95743560791016,40.77004623413086,-73.9459228515625,40.778709411621094,1,N,1,6.0,0.0,0.5,0.3,3.0,0.0,9.8 +2,2016-01-01 14:37:31,2016-01-01 14:42:28,4,0.96,,,-73.99273681640625,40.753318786621094,-74.00479125976562,40.756839752197266,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-25 22:16:38,2016-01-25 22:30:36,1,3.04,,,-73.98284912109375,40.744789123535156,-73.9542465209961,40.778411865234375,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +1,2016-01-20 02:16:37,2016-01-20 02:34:00,2,9.8,,,-73.98162078857422,40.73277282714844,-73.9211654663086,40.84392166137695,1,N,1,28.0,0.5,0.5,0.3,1.0,0.0,30.3 +2,2016-01-29 23:26:28,2016-01-29 23:28:34,3,0.21,,,-73.98573303222656,40.75849151611328,-73.98745727539062,40.76025390625,1,N,2,3.5,0.5,0.5,0.3,0.0,0.0,4.8 +1,2016-01-18 01:53:24,2016-01-18 02:05:47,1,6.4,,,-73.94898986816406,40.773433685302734,-74.00192260742188,40.7076416015625,1,N,1,19.5,0.5,0.5,0.3,1.0,0.0,21.8 +1,2016-01-19 14:27:25,2016-01-19 14:35:54,1,0.7,,,-73.9591064453125,40.771728515625,-73.95811462402344,40.77924346923828,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-25 11:05:25,2016-01-25 11:36:54,2,3.3,,,-74.0137939453125,40.71310806274414,-73.99655151367188,40.75880432128906,1,N,1,21.0,0.0,0.5,0.3,4.35,0.0,26.15 +2,2016-01-14 10:43:22,2016-01-14 11:01:07,2,1.98,,,-73.9940185546875,40.75115966796875,-73.9704360961914,40.761470794677734,1,N,1,12.5,0.0,0.5,0.3,1.0,0.0,14.3 +1,2016-01-26 12:37:39,2016-01-26 13:05:11,1,1.2,,,-73.98499298095703,40.75358200073242,-73.97100067138672,40.760963439941406,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-07 18:13:23,2016-01-07 18:45:44,1,4.8,,,-73.98328399658203,40.73466873168945,-73.97502899169922,40.787811279296875,1,N,2,22.5,1.0,0.5,0.3,0.0,0.0,24.3 +1,2016-01-06 20:17:10,2016-01-06 20:36:04,2,4.5,,,-74.01283264160156,40.71678924560547,-73.97555541992188,40.75785827636719,1,N,1,17.0,0.5,0.5,0.3,5.45,0.0,23.75 +2,2016-01-15 15:23:11,2016-01-15 15:34:35,1,1.87,,,-73.97734069824219,40.774375915527344,-73.96876525878906,40.79671859741211,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-11 06:16:56,2016-01-11 06:20:43,1,0.93,,,-73.9553451538086,40.779502868652344,-73.96886444091797,40.785133361816406,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-15 00:44:30,2016-01-15 00:52:24,3,1.63,,,-73.93672180175781,40.69785690307617,-73.91643524169922,40.68186569213867,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-20 13:34:12,2016-01-20 13:52:05,2,2.52,,,-74.00396728515625,40.717079162597656,-73.9881820678711,40.74956130981445,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-11 14:18:17,2016-01-11 14:22:13,1,1.05,,,-73.95887756347656,40.772125244140625,-73.95475769042969,40.783226013183594,1,N,1,5.0,0.0,0.5,0.3,1.74,0.0,7.54 +2,2016-01-08 12:16:57,2016-01-08 12:31:25,1,1.88,,,-73.96553039550781,40.76581954956055,-73.99240112304688,40.76744842529297,1,N,1,10.5,0.0,0.5,0.3,2.0,0.0,13.3 +1,2016-01-21 15:06:27,2016-01-21 15:16:07,1,1.5,,,-73.98031616210938,40.78377914428711,-73.98551177978516,40.7636604309082,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +2,2016-01-07 22:16:30,2016-01-07 22:19:50,2,1.26,,,-73.9962387084961,40.753639221191406,-74.00261688232422,40.73876190185547,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-12 08:23:30,2016-01-12 08:48:22,1,5.8,,,-73.98941040039062,40.721492767333984,-73.9670181274414,40.75491714477539,1,N,1,22.5,0.0,0.5,0.3,4.65,0.0,27.95 +2,2016-01-26 15:26:59,2016-01-26 15:49:16,1,0.95,,,-73.98189544677734,40.767860412597656,-73.97390747070312,40.75879669189453,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-19 19:19:52,2016-01-19 19:26:05,1,1.0,,,-73.9691162109375,40.76315689086914,-73.956787109375,40.76811981201172,1,N,1,6.5,1.0,0.5,0.3,1.0,0.0,9.3 +1,2016-01-02 15:43:30,2016-01-02 16:09:40,1,10.6,,,0.0,0.0,0.0,0.0,1,N,1,32.0,0.0,0.5,0.3,9.55,5.54,47.89 +1,2016-01-08 20:08:49,2016-01-08 20:13:24,1,0.7,,,-73.98136901855469,40.76326370239258,-73.98883819580078,40.75416946411133,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-08 11:25:48,2016-01-08 11:44:08,1,2.8,,,-73.9764404296875,40.775848388671875,-74.00437927246094,40.75034713745117,1,N,1,14.0,0.0,0.5,0.3,4.4,0.0,19.2 +2,2016-01-27 19:34:55,2016-01-27 19:45:43,2,1.23,,,-73.97000885009766,40.785850524902344,-73.95362091064453,40.775291442871094,1,N,1,8.5,1.0,0.5,0.3,1.0,0.0,11.3 +2,2016-01-25 01:15:57,2016-01-25 01:40:17,1,11.75,,,-73.86263275146484,40.76897048950195,-73.93128204345703,40.85694885253906,1,N,1,34.0,0.5,0.5,0.3,0.0,5.54,40.84 +2,2016-01-10 13:12:09,2016-01-10 13:28:24,5,4.82,,,-74.00672149658203,40.73141098022461,-73.96553039550781,40.771690368652344,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-22 21:49:31,2016-01-22 22:08:44,1,2.31,,,-73.99127960205078,40.76049041748047,-73.98065185546875,40.73847961425781,1,N,1,13.0,0.5,0.5,0.3,1.0,0.0,15.3 +1,2016-01-01 12:56:23,2016-01-01 13:03:39,1,2.1,,,-73.98379516601562,40.746822357177734,-73.9632339477539,40.774784088134766,1,N,1,8.5,0.0,0.5,0.3,1.5,0.0,10.8 +2,2016-01-02 02:41:44,2016-01-02 02:49:55,6,2.52,,,-73.98992919921875,40.7293815612793,-73.9644775390625,40.75605010986328,1,N,1,9.5,0.5,0.5,0.3,2.7,0.0,13.5 +2,2016-01-29 23:36:44,2016-01-29 23:43:43,5,0.87,,,-74.00689697265625,40.743446350097656,-73.9933853149414,40.737586975097656,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-09 19:25:26,2016-01-09 19:34:02,2,1.1,,,-73.9930419921875,40.74386215209961,-74.0049819946289,40.74129104614258,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-29 00:55:18,2016-01-29 01:23:52,1,6.44,,,-73.98856353759766,40.721282958984375,-73.9518051147461,40.78050231933594,1,N,1,23.0,0.5,0.5,0.3,0.0,0.0,24.3 +1,2016-01-13 08:44:52,2016-01-13 09:02:30,1,1.7,,,-73.9880142211914,40.737548828125,-73.97723388671875,40.75562286376953,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,14.8 +2,2016-01-14 23:08:34,2016-01-14 23:27:50,1,3.55,,,-73.96807098388672,40.75882339477539,-74.00884246826172,40.73128128051758,1,N,1,15.0,0.5,0.5,0.3,3.26,0.0,19.56 +2,2016-01-02 15:08:33,2016-01-02 15:36:42,1,11.22,,,-73.8635482788086,40.769935607910156,-73.97386932373047,40.68818664550781,1,N,1,33.0,0.0,0.5,0.3,6.76,0.0,40.56 +2,2016-01-15 22:06:43,2016-01-15 22:11:24,1,1.04,,,-73.99082946777344,40.76089859008789,-74.0005111694336,40.747718811035156,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +2,2016-01-20 17:03:01,2016-01-20 17:04:56,1,0.19,,,-73.98811340332031,40.74757385253906,-73.99098205566406,40.748966217041016,1,N,2,3.5,1.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-06 16:23:46,2016-01-06 16:41:00,1,1.6,,,-73.96973419189453,40.76900100708008,-73.98606872558594,40.75144577026367,1,N,1,12.0,1.0,0.5,0.3,4.0,0.0,17.8 +1,2016-01-07 00:10:38,2016-01-07 00:15:01,1,1.0,,,-73.98128509521484,40.763641357421875,-73.99068450927734,40.75091552734375,1,N,1,5.5,0.5,0.5,0.3,1.35,0.0,8.15 +2,2016-01-07 09:03:32,2016-01-07 09:17:30,1,2.22,,,-73.99578094482422,40.72454833984375,-73.98629760742188,40.751800537109375,1,N,1,11.0,0.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-21 09:14:12,2016-01-21 09:27:20,1,1.95,,,-73.97653198242188,40.78242111206055,-73.99549102783203,40.7647590637207,1,N,1,10.5,0.0,0.5,0.3,2.26,0.0,13.56 +2,2016-01-11 14:05:01,2016-01-11 15:15:54,6,32.74,,,-73.77664184570312,40.645442962646484,-73.9752426147461,40.76532745361328,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-27 18:57:14,2016-01-27 19:07:55,1,1.6,,,-74.00749206542969,40.715423583984375,-73.99132537841797,40.72759246826172,1,N,1,8.5,1.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-17 15:41:25,2016-01-17 15:48:22,1,1.0,,,-73.97705841064453,40.7264289855957,-73.99015808105469,40.734535217285156,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-16 00:53:18,2016-01-16 01:01:38,1,1.43,,,-73.98480987548828,40.759178161621094,-73.97136688232422,40.754600524902344,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-16 03:09:55,2016-01-16 03:14:22,2,0.93,,,-73.99187469482422,40.73532485961914,-74.00370025634766,40.742828369140625,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +2,2016-01-15 13:51:53,2016-01-15 13:55:54,2,0.5,,,-73.9658432006836,40.76694869995117,-73.9671630859375,40.76905822753906,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-11 20:16:04,2016-01-11 20:28:44,1,2.8,,,-73.98145294189453,40.76198959350586,-73.94982147216797,40.785457611083984,1,N,1,11.5,0.5,0.5,0.3,2.55,0.0,15.35 +2,2016-01-10 14:04:46,2016-01-10 14:13:09,1,2.17,,,-73.96795654296875,40.756160736083984,-73.94827270507812,40.772239685058594,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-19 18:35:27,2016-01-19 19:25:28,6,19.02,,,-73.86270141601562,40.770320892333984,-74.00312805175781,40.74414825439453,1,N,1,55.0,1.0,0.5,0.3,12.47,5.54,74.81 +2,2016-01-18 18:08:46,2016-01-18 18:29:25,1,3.18,,,-74.00520324707031,40.72024154663086,-73.97405242919922,40.74290084838867,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-16 01:22:04,2016-01-16 01:29:51,4,0.8,,,-73.98697662353516,40.7296257019043,-73.97883605957031,40.72427749633789,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,9.35 +2,2016-01-21 20:24:15,2016-01-21 21:09:55,1,18.64,,,-73.78087615966797,40.645118713378906,-73.99954223632812,40.73128128051758,2,N,1,52.0,0.0,0.5,0.3,14.58,5.54,72.92 +1,2016-01-24 13:06:12,2016-01-24 13:21:51,1,2.6,,,-73.98115539550781,40.781856536865234,-73.97555541992188,40.75197219848633,1,N,2,12.5,0.0,0.5,0.3,0.0,0.0,13.3 +1,2016-01-11 16:00:39,2016-01-11 16:15:49,1,1.7,,,-73.98674774169922,40.72577667236328,-74.00923156738281,40.73196029663086,1,N,1,11.0,0.0,0.5,0.3,1.77,0.0,13.57 +1,2016-01-21 11:06:16,2016-01-21 11:20:51,1,2.2,,,-73.98981475830078,40.72011947631836,-73.981689453125,40.746395111083984,1,N,1,11.5,0.0,0.5,0.3,2.45,0.0,14.75 +2,2016-01-19 21:58:00,2016-01-19 22:01:57,1,0.72,,,-73.999755859375,40.738792419433594,-73.98844909667969,40.73442077636719,1,N,2,5.0,0.5,0.5,0.3,0.0,0.0,6.3 +1,2016-01-17 20:34:36,2016-01-17 20:51:18,1,4.5,,,-73.98750305175781,40.72460174560547,-73.94578552246094,40.7819938659668,1,N,1,16.0,0.5,0.5,0.3,1.0,0.0,18.3 +2,2016-01-19 22:26:25,2016-01-19 22:31:58,1,1.13,,,-73.99447631835938,40.7404899597168,-73.98590850830078,40.73114013671875,1,N,1,6.0,0.5,0.5,0.3,2.19,0.0,9.49 +2,2016-01-21 23:25:54,2016-01-21 23:31:44,1,1.01,,,-73.9879150390625,40.718994140625,-73.9758529663086,40.71662139892578,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +2,2016-01-21 18:30:17,2016-01-21 18:35:34,3,1.04,,,-73.9495849609375,40.772586822509766,-73.9525375366211,40.78236770629883,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-10 00:19:48,2016-01-10 00:26:21,2,0.74,,,-73.9622802734375,40.767356872558594,-73.96263122558594,40.77387237548828,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +2,2016-01-25 21:19:51,2016-01-25 21:24:56,1,1.48,,,-73.99382781982422,40.762001037597656,-73.98151397705078,40.77956771850586,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-23 00:26:04,2016-01-23 00:34:40,1,1.6,,,-74.00818634033203,40.73768997192383,-74.0051498413086,40.71881866455078,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-17 23:56:04,2016-01-17 23:57:35,3,0.3,,,-73.9900894165039,40.729496002197266,-73.99232482910156,40.72513198852539,1,N,1,3.5,0.5,0.5,0.3,0.96,0.0,5.76 +2,2016-01-14 08:58:46,2016-01-14 09:41:14,2,10.36,,,-73.87499237060547,40.77389144897461,-73.97553253173828,40.75516128540039,1,N,1,35.0,0.0,0.5,0.3,8.27,5.54,49.61 +1,2016-01-08 10:30:33,2016-01-08 10:38:42,1,1.1,,,-73.97945404052734,40.7616081237793,-73.99126434326172,40.750221252441406,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +2,2016-01-26 14:57:32,2016-01-26 15:04:27,1,0.85,,,-73.94374084472656,40.82548141479492,-73.93824005126953,40.826271057128906,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-28 09:27:23,2016-01-28 09:39:52,1,1.31,,,-73.96083068847656,40.76542663574219,-73.97240447998047,40.74961853027344,1,N,1,9.0,0.0,0.5,0.3,2.45,0.0,12.25 +2,2016-01-04 01:28:31,2016-01-04 01:49:08,6,13.13,,,-73.7767333984375,40.64527893066406,-73.65093231201172,40.66392135620117,1,N,1,37.0,0.5,0.5,0.3,0.0,0.0,38.3 +1,2016-01-13 19:53:44,2016-01-13 20:08:27,1,3.8,,,-73.98374938964844,40.75709915161133,-73.9638900756836,40.8038444519043,1,N,2,14.0,1.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-14 20:42:13,2016-01-14 20:44:45,1,0.77,,,-73.96553802490234,40.762699127197266,-73.95659637451172,40.766998291015625,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-07 18:33:15,2016-01-07 18:48:39,5,2.39,,,-73.97444152832031,40.7630500793457,-73.97395324707031,40.79180145263672,1,N,2,12.0,1.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-11 03:13:22,2016-01-11 03:24:28,3,4.85,,,-73.93309020996094,40.79907989501953,-73.91258239746094,40.8443489074707,1,N,2,15.0,0.5,0.5,0.3,0.0,0.0,16.3 +2,2016-01-28 21:36:43,2016-01-28 21:50:24,2,3.39,,,-73.995361328125,40.759830474853516,-73.96733093261719,40.803199768066406,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +2,2016-01-28 10:39:31,2016-01-28 11:04:14,1,1.27,,,-73.99015045166016,40.756736755371094,-73.99081420898438,40.74611282348633,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +1,2016-01-09 10:11:04,2016-01-09 10:18:35,1,1.6,,,-73.9511489868164,40.778751373291016,-73.9700698852539,40.76844024658203,1,N,1,7.5,0.0,0.5,0.3,1.65,0.0,9.95 +2,2016-01-09 21:29:04,2016-01-09 21:45:13,5,1.75,,,-73.99745178222656,40.744873046875,-73.99288177490234,40.72608947753906,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-24 22:51:01,2016-01-24 22:58:44,2,1.92,,,-73.98051452636719,40.7366828918457,-73.9689712524414,40.75666809082031,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-28 23:33:05,2016-01-28 23:33:05,1,0.0,,,0.0,0.0,-73.95921325683594,40.76327896118164,2,N,1,52.0,0.0,0.5,0.3,10.56,0.0,63.36 +2,2016-01-07 10:33:59,2016-01-07 10:45:24,2,3.66,,,-73.98077392578125,40.72129821777344,-73.97626495361328,40.75755310058594,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-07 14:55:27,2016-01-07 15:02:58,1,0.99,,,-73.96925354003906,40.800811767578125,-73.96512603759766,40.791015625,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-15 09:28:57,2016-01-15 09:56:08,1,2.88,,,-73.9957275390625,40.759185791015625,-73.96998596191406,40.78550338745117,1,N,1,18.0,0.0,0.5,0.3,3.76,0.0,22.56 +1,2016-01-06 19:30:28,2016-01-06 19:50:41,1,5.3,,,-73.99141693115234,40.74909973144531,-73.96173095703125,40.800453186035156,1,N,2,19.5,1.0,0.5,0.3,0.0,0.0,21.3 +2,2016-01-01 17:03:13,2016-01-01 17:16:36,2,3.53,,,-73.96034240722656,40.773048400878906,-73.95623016357422,40.74761962890625,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +2,2016-01-05 19:58:38,2016-01-05 20:01:29,1,0.43,,,-73.97422790527344,40.76261901855469,-73.96798706054688,40.761470794677734,1,N,2,4.0,0.5,0.5,0.3,0.0,0.0,5.3 +1,2016-01-14 19:08:37,2016-01-14 19:19:56,1,1.7,,,-73.98372650146484,40.76547622680664,-73.97529602050781,40.787662506103516,1,N,1,9.5,1.0,0.5,0.3,2.25,0.0,13.55 +1,2016-01-28 06:21:26,2016-01-28 06:25:30,1,1.3,,,-73.96742248535156,40.76009750366211,-73.95582580566406,40.77642059326172,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +2,2016-01-06 20:09:43,2016-01-06 20:16:56,1,0.91,,,-73.99974060058594,40.718387603759766,-73.9847183227539,40.71527099609375,1,N,1,6.5,0.5,0.5,0.3,2.34,0.0,10.14 +1,2016-01-16 23:47:48,2016-01-16 23:57:21,1,1.6,,,-74.00257873535156,40.73966598510742,-73.98146057128906,40.74113845825195,1,N,4,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +1,2016-01-19 22:57:55,2016-01-19 23:05:45,2,1.5,,,-73.97953033447266,40.77121353149414,-73.95909118652344,40.77229690551758,1,N,1,8.0,0.5,0.5,0.3,1.0,0.0,10.3 +1,2016-01-30 17:27:58,2016-01-30 17:42:55,1,2.5,,,-73.95356750488281,40.770511627197266,-73.982666015625,40.7652702331543,1,N,1,12.0,0.0,0.5,0.3,3.2,0.0,16.0 +2,2016-01-11 16:06:35,2016-01-11 16:20:24,5,2.45,,,-73.96661376953125,40.761531829833984,-73.96896362304688,40.787662506103516,1,N,2,11.5,1.0,0.5,0.3,0.0,0.0,13.3 +2,2016-01-17 12:14:57,2016-01-17 12:20:02,1,1.46,,,-73.97823333740234,40.7542839050293,-73.96455383300781,40.77128219604492,1,N,1,6.5,0.0,0.5,0.3,1.0,0.0,8.3 +2,2016-01-21 12:01:44,2016-01-21 12:05:35,1,0.87,,,-73.95355987548828,40.791019439697266,-73.96672821044922,40.793548583984375,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-03 15:30:31,2016-01-03 15:38:20,2,1.3,,,-73.98947143554688,40.73675537109375,-74.00651550292969,40.736976623535156,1,N,1,7.5,0.0,0.5,0.3,1.5,0.0,9.8 +1,2016-01-01 15:31:01,2016-01-01 15:41:52,1,2.1,,,-73.99629974365234,40.724090576171875,-74.00462341308594,40.74627685546875,1,N,1,9.5,0.0,0.5,0.3,2.0,0.0,12.3 +2,2016-01-05 23:20:38,2016-01-05 23:24:09,2,0.64,,,-73.99593353271484,40.74443817138672,-73.99393463134766,40.73788833618164,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +1,2016-01-04 06:56:39,2016-01-04 06:59:31,1,0.6,,,-73.9723892211914,40.749237060546875,-73.97588348388672,40.74153518676758,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-02 23:25:37,2016-01-02 23:28:44,2,0.4,,,-73.92415618896484,40.752716064453125,-73.9327621459961,40.75262451171875,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-01 14:21:12,2016-01-01 14:27:22,1,1.09,,,-73.99799346923828,40.745811462402344,-74.00283813476562,40.756351470947266,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-08 14:58:32,2016-01-08 15:04:15,1,0.8,,,-73.96623992919922,40.76486587524414,-73.96207427978516,40.7738151550293,1,N,1,6.0,0.0,0.5,0.3,2.0,0.0,8.8 +1,2016-01-01 07:07:35,2016-01-01 07:22:57,1,3.8,,,-73.98777770996094,40.71959686279297,-73.92806243896484,40.70196533203125,1,N,1,14.5,0.0,0.5,0.3,3.05,0.0,18.35 +2,2016-01-19 23:41:13,2016-01-19 23:44:01,4,0.96,,,-73.96212005615234,40.76771926879883,-73.95262908935547,40.77833938598633,1,N,1,5.0,0.5,0.5,0.3,1.26,0.0,7.56 +2,2016-01-26 05:16:59,2016-01-26 05:22:02,1,1.17,,,-73.98625946044922,40.740257263183594,-73.97988891601562,40.75415802001953,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +1,2016-01-10 11:22:00,2016-01-10 11:29:56,1,1.2,,,-73.95219421386719,40.78371047973633,-73.9529037475586,40.769100189208984,1,N,1,7.0,0.0,0.5,0.3,1.0,0.0,8.8 +1,2016-01-25 09:33:09,2016-01-25 09:53:03,1,0.8,,,-73.96575927734375,40.758506774902344,-73.97749328613281,40.75760269165039,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +2,2016-01-12 18:15:29,2016-01-12 18:23:44,2,1.22,,,-73.97254943847656,40.75844955444336,-73.98323059082031,40.74367904663086,1,N,1,7.5,1.0,0.5,0.3,1.86,0.0,11.16 +1,2016-01-13 15:26:10,2016-01-13 15:36:25,1,0.9,,,-73.97587585449219,40.75190353393555,-73.97941589355469,40.75798034667969,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-17 16:36:40,2016-01-17 16:42:44,1,0.46,,,-73.91996765136719,40.847381591796875,-73.92202758789062,40.84096145629883,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-10 00:29:47,2016-01-10 00:41:19,4,3.57,,,-73.9951171875,40.72153854370117,-73.94991302490234,40.722171783447266,1,N,1,13.0,0.5,0.5,0.3,4.29,0.0,18.59 +1,2016-01-05 18:21:46,2016-01-05 18:34:37,1,1.5,,,-73.97357940673828,40.751792907714844,-73.95875549316406,40.76902770996094,1,N,1,10.0,1.0,0.5,0.3,3.5,0.0,15.3 +2,2016-01-26 22:39:36,2016-01-26 22:55:50,1,4.84,,,-74.00208282470703,40.72956848144531,-73.95523834228516,40.69484329223633,1,N,1,16.5,0.5,0.5,0.3,2.0,0.0,19.8 +1,2016-01-01 15:37:40,2016-01-01 15:59:10,2,3.9,,,0.0,0.0,0.0,0.0,1,N,1,17.5,0.0,0.5,0.3,4.55,0.0,22.85 +2,2016-01-21 13:00:26,2016-01-21 13:03:49,5,0.7,,,-73.98133087158203,40.78114318847656,-73.97566986083984,40.78927230834961,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-09 03:59:34,2016-01-09 04:06:38,1,1.5,,,-73.99374389648438,40.727352142333984,-74.0107421875,40.72352981567383,1,N,1,7.5,0.5,0.5,0.3,1.0,0.0,9.8 +2,2016-01-09 22:38:06,2016-01-09 22:50:28,2,1.86,,,-73.98477172851562,40.75907897949219,-74.0047607421875,40.7418098449707,1,N,2,9.5,0.5,0.5,0.3,0.0,0.0,10.8 +2,2016-01-25 18:06:15,2016-01-25 18:45:46,5,3.25,,,-73.98136901855469,40.78269577026367,-73.97904968261719,40.74934005737305,1,N,2,23.5,1.0,0.5,0.3,0.0,0.0,25.3 +2,2016-01-22 19:43:18,2016-01-22 19:49:10,2,0.76,,,-73.9876480102539,40.73844909667969,-73.98284912109375,40.731380462646484,1,N,1,6.0,1.0,0.5,0.3,1.56,0.0,9.36 +2,2016-01-16 15:27:58,2016-01-16 15:35:23,1,1.62,,,-74.00608825683594,40.735042572021484,-73.9916000366211,40.754940032958984,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +2,2016-01-08 14:53:48,2016-01-08 15:04:18,1,1.18,,,-73.98048400878906,40.746620178222656,-73.99870300292969,40.754478454589844,1,N,1,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-23 02:48:29,2016-01-23 02:55:51,4,1.13,,,-73.92032623291016,40.76628112792969,-73.9300537109375,40.77307891845703,1,N,2,6.5,0.5,0.5,0.3,0.0,0.0,7.8 +1,2016-01-20 10:42:35,2016-01-20 11:04:10,1,6.7,,,-73.96749877929688,40.76578903198242,-74.01607513427734,40.700294494628906,1,N,1,24.0,0.0,0.5,0.3,2.0,0.0,26.8 +2,2016-01-25 19:54:10,2016-01-25 20:14:11,1,3.96,,,-73.96781158447266,40.76042938232422,-73.9676513671875,40.80278396606445,1,N,1,16.0,1.0,0.5,0.3,3.0,0.0,20.8 +1,2016-01-15 23:13:07,2016-01-15 23:36:15,1,9.5,,,-73.86296844482422,40.769412994384766,-73.96782684326172,40.79033279418945,1,N,1,29.0,0.5,0.5,0.3,5.97,5.54,41.81 +2,2016-01-08 14:38:47,2016-01-08 14:48:30,2,1.2,,,-73.99407958984375,40.741085052490234,-73.97682189941406,40.73908996582031,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-16 18:06:50,2016-01-16 18:14:42,1,1.35,,,-73.95770263671875,40.800758361816406,-73.96025085449219,40.81406021118164,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-29 23:42:23,2016-01-29 23:53:33,1,1.6,,,-73.97058868408203,40.7625617980957,-73.98677062988281,40.74691390991211,1,N,1,9.0,0.5,0.5,0.3,1.5,0.0,11.8 +1,2016-01-27 20:45:33,2016-01-27 20:53:58,1,1.6,,,-73.97490692138672,40.749794006347656,-73.96481323242188,40.769466400146484,1,N,1,7.5,0.5,0.5,0.3,1.75,0.0,10.55 +1,2016-01-14 18:21:20,2016-01-14 18:25:55,2,0.5,,,-73.98695373535156,40.734073638916016,-73.98782348632812,40.73930740356445,1,N,1,5.0,1.0,0.5,0.3,1.35,0.0,8.15 +1,2016-01-02 19:15:56,2016-01-02 19:24:45,1,1.3,,,-73.9996109008789,40.74409866333008,-73.99616241455078,40.758548736572266,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-04 07:16:15,2016-01-04 07:20:27,1,0.5,,,-73.97700500488281,40.75670623779297,-73.98133850097656,40.76103973388672,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-28 00:39:05,2016-01-28 01:02:33,1,9.82,,,-73.9909896850586,40.68594741821289,-73.89400482177734,40.77171325683594,1,N,2,30.5,0.5,0.5,0.3,0.0,0.0,31.8 +1,2016-01-06 19:17:20,2016-01-06 19:50:25,1,6.8,,,-73.9845199584961,40.74262237548828,-73.95687103271484,40.65772247314453,1,N,2,26.0,1.0,0.5,0.3,0.0,0.0,27.8 +1,2016-01-15 18:06:35,2016-01-15 18:20:45,2,2.0,,,-73.95407104492188,40.7640266418457,-73.97747802734375,40.75300979614258,1,N,2,10.5,1.0,0.5,0.3,0.0,0.0,12.3 +2,2016-01-30 17:32:31,2016-01-30 17:41:35,2,1.37,,,-73.98920440673828,40.74213790893555,-73.99099731445312,40.754539489746094,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +1,2016-01-24 20:12:27,2016-01-24 20:30:03,1,3.1,,,-73.98944854736328,40.73001480102539,-73.95858001708984,40.764183044433594,1,N,1,13.5,0.5,0.5,0.3,2.95,0.0,17.75 +2,2016-01-08 09:17:00,2016-01-08 09:26:09,1,1.62,,,-74.0071792602539,40.70502853393555,-74.01396942138672,40.714988708496094,1,N,1,8.5,0.0,0.5,0.3,2.32,0.0,11.62 +2,2016-01-14 06:38:12,2016-01-14 06:51:39,1,2.85,,,-73.9397964477539,40.79418182373047,-73.94277954101562,40.82332229614258,1,N,1,12.0,0.0,0.5,0.3,2.0,0.0,14.8 +1,2016-01-29 22:50:08,2016-01-29 23:06:06,1,3.8,,,-73.98978424072266,40.75700759887695,-74.00995635986328,40.720008850097656,1,N,1,14.5,0.5,0.5,0.3,3.95,0.0,19.75 +1,2016-01-06 15:24:09,2016-01-06 16:12:28,2,15.7,,,-73.80134582519531,40.67363357543945,-73.9752426147461,40.76536560058594,2,Y,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-06 11:51:05,2016-01-06 12:11:44,1,3.73,,,-73.97384643554688,40.762969970703125,-73.96778106689453,40.80112838745117,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-18 20:07:18,2016-01-18 20:14:47,2,1.36,,,-73.99919128417969,40.73347854614258,-73.97814178466797,40.7292594909668,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +1,2016-01-13 18:59:06,2016-01-13 19:02:40,1,0.6,,,-73.98763275146484,40.7497444152832,-73.97806549072266,40.74569320678711,1,N,1,4.5,1.0,0.5,0.3,1.0,0.0,7.3 +2,2016-01-10 16:44:55,2016-01-10 16:48:55,1,0.69,,,-74.00983428955078,40.7056884765625,-74.00958251953125,40.712608337402344,1,N,1,4.5,0.0,0.5,0.3,1.06,0.0,6.36 +2,2016-01-03 13:46:39,2016-01-03 13:54:36,2,1.47,,,-73.98082733154297,40.78158950805664,-73.98973846435547,40.76240158081055,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-08 20:19:29,2016-01-08 20:30:06,1,1.8,,,-73.97203826904297,40.757511138916016,-73.99461364746094,40.75012969970703,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +2,2016-01-11 10:54:56,2016-01-11 11:00:03,4,0.69,,,-74.00455474853516,40.752227783203125,-74.00348663330078,40.75865936279297,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-13 23:00:33,2016-01-13 23:04:56,1,0.68,,,-73.98486328125,40.69697952270508,-73.98717498779297,40.692386627197266,1,N,1,5.0,0.5,0.5,0.3,1.0,0.0,7.3 +1,2016-01-11 16:13:21,2016-01-11 16:29:19,1,3.9,,,-74.00276184082031,40.76060485839844,-74.00804901123047,40.709564208984375,1,N,4,15.5,1.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-21 23:32:45,2016-01-21 23:37:22,1,0.94,,,-73.98417663574219,40.76483917236328,-73.99000549316406,40.75739669799805,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-22 09:26:07,2016-01-22 09:30:14,1,0.8,,,-73.96739959716797,40.793331146240234,-73.95590209960938,40.787906646728516,1,N,1,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-12 14:37:56,2016-01-12 15:00:49,1,2.86,,,-73.96902465820312,40.763084411621094,-73.96778106689453,40.79390335083008,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +1,2016-01-19 15:01:17,2016-01-19 15:59:32,2,19.3,,,-73.7767333984375,40.645225524902344,-73.98847961425781,40.758914947509766,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-08 07:11:15,2016-01-08 07:25:58,1,4.2,,,-74.00289154052734,40.76077651977539,-73.95623779296875,40.78815841674805,1,N,1,16.0,0.0,0.5,0.3,3.35,0.0,20.15 +2,2016-01-01 12:00:44,2016-01-01 12:11:46,1,2.94,,,-73.95575714111328,40.76420974731445,-73.99391174316406,40.75659942626953,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +2,2016-01-30 13:41:19,2016-01-30 13:52:16,1,1.26,,,-73.99699401855469,40.7573356628418,-73.9857177734375,40.77294158935547,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-30 09:42:19,2016-01-30 09:50:35,5,1.65,,,-73.96607208251953,40.765140533447266,-73.94844055175781,40.7740592956543,1,N,2,8.0,0.0,0.5,0.3,0.0,0.0,8.8 +2,2016-01-14 02:02:35,2016-01-14 02:29:38,1,9.63,,,-73.98455047607422,40.748348236083984,-73.90586853027344,40.694183349609375,1,N,1,29.5,0.5,0.5,0.3,6.0,5.54,42.34 +1,2016-01-22 23:08:12,2016-01-22 23:12:29,1,0.5,,,-73.99531555175781,40.72073745727539,-73.99150848388672,40.72686767578125,1,N,1,4.5,0.5,0.5,0.3,1.15,0.0,6.95 +2,2016-01-11 19:51:05,2016-01-11 19:57:06,1,1.15,,,-73.97879028320312,40.75102996826172,-73.9671630859375,40.76136016845703,1,N,2,6.0,1.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-20 19:17:32,2016-01-20 19:41:12,1,9.3,,,-73.99415588378906,40.75096130371094,-73.87136840820312,40.774169921875,1,Y,1,29.0,1.0,0.5,0.3,7.25,5.54,43.59 +2,2016-01-22 23:16:06,2016-01-22 23:30:07,1,2.32,,,-73.97950744628906,40.78471374511719,-73.99530029296875,40.75466537475586,1,N,1,11.0,0.5,0.5,0.3,3.08,0.0,15.38 +2,2016-01-20 11:00:21,2016-01-20 11:40:03,6,9.06,,,-73.87069702148438,40.77360153198242,-73.98764038085938,40.75886917114258,1,N,2,35.0,0.0,0.5,0.3,0.0,5.54,41.34 +1,2016-01-03 10:54:16,2016-01-03 11:03:14,2,2.6,,,-73.98389434814453,40.76284408569336,-73.98946380615234,40.732513427734375,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-09 21:52:23,2016-01-09 21:58:01,1,1.7,,,-73.96526336669922,40.75913619995117,-73.9486312866211,40.777732849121094,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +1,2016-01-07 07:58:14,2016-01-07 08:11:44,1,1.7,,,-73.94789123535156,40.778785705566406,-73.96565246582031,40.76881408691406,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-09 19:31:07,2016-01-09 19:36:11,2,0.77,,,-73.97725677490234,40.776790618896484,-73.98439025878906,40.769630432128906,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +1,2016-01-06 20:48:58,2016-01-06 20:52:49,1,0.6,,,-73.99640655517578,40.72384262084961,-74.00303649902344,40.727027893066406,1,N,2,4.5,0.5,0.5,0.3,0.0,0.0,5.8 +2,2016-01-03 20:45:58,2016-01-03 20:48:29,1,0.89,,,-73.97760009765625,40.74627685546875,-73.96944427490234,40.7565803527832,1,N,1,4.5,0.5,0.5,0.3,1.16,0.0,6.96 +2,2016-01-25 06:28:46,2016-01-25 06:35:33,6,0.86,,,-73.94227600097656,40.791175842285156,-73.95258331298828,40.789405822753906,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-09 00:19:10,2016-01-09 00:24:27,1,0.98,,,-73.95623016357422,40.771644592285156,-73.95828247070312,40.76055145263672,1,N,2,6.0,0.5,0.5,0.3,0.0,0.0,7.3 +2,2016-01-26 11:26:59,2016-01-26 11:38:55,1,1.23,,,-73.95419311523438,40.787200927734375,-73.95899963378906,40.775081634521484,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-04 09:23:41,2016-01-04 10:12:40,1,19.5,,,-73.95942687988281,40.769287109375,-74.1778335571289,40.69014358520508,3,N,1,73.0,0.0,0.0,0.3,17.15,12.5,102.95 +2,2016-01-01 05:13:43,2016-01-01 05:26:56,1,3.65,,,-73.95832061767578,40.713348388671875,-73.90404510498047,40.7302360534668,1,N,1,13.5,0.5,0.5,0.3,5.0,0.0,19.8 +1,2016-01-13 06:54:41,2016-01-13 07:09:32,1,3.8,,,-74.00806427001953,40.7075080871582,-73.98421478271484,40.7553596496582,1,N,1,14.0,0.0,0.5,0.3,3.0,0.0,17.8 +2,2016-01-10 11:41:58,2016-01-10 12:09:35,1,9.89,,,-73.97900390625,40.760501861572266,-73.87200164794922,40.77452087402344,1,N,2,31.5,0.0,0.5,0.3,0.0,5.54,37.84 +1,2016-01-07 20:02:31,2016-01-07 20:07:12,1,0.8,,,-73.97417449951172,40.742881774902344,-73.97449493408203,40.75125503540039,1,N,2,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +1,2016-01-25 07:21:13,2016-01-25 07:30:25,1,1.4,,,-73.95882415771484,40.76401901245117,-73.97459411621094,40.75682830810547,1,N,1,8.0,0.0,0.5,0.3,1.4,0.0,10.2 +2,2016-01-01 03:00:43,2016-01-01 03:13:08,1,3.02,,,-73.9536361694336,40.77094268798828,-73.98775482177734,40.748844146728516,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +1,2016-01-21 17:32:21,2016-01-21 17:35:46,1,0.7,,,-73.97693634033203,40.750221252441406,-73.97687530517578,40.743289947509766,1,N,2,4.5,1.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-12 14:22:41,2016-01-12 14:45:10,1,2.65,,,-74.00255584716797,40.73052215576172,-73.98703002929688,40.76112747192383,1,N,2,15.0,0.0,0.5,0.3,0.0,0.0,15.8 +2,2016-01-08 03:52:24,2016-01-08 04:17:05,1,5.55,,,-73.9718017578125,40.76263427734375,-73.91705322265625,40.76484680175781,1,N,1,22.0,0.5,0.5,0.3,3.0,0.0,26.3 +2,2016-01-26 07:00:25,2016-01-26 07:20:56,5,4.42,,,-73.98898315429688,40.73659896850586,-73.97077941894531,40.68775177001953,1,N,1,17.0,0.0,0.5,0.3,2.5,0.0,20.3 +1,2016-01-17 19:56:31,2016-01-17 20:38:53,2,20.9,,,-73.7768783569336,40.64531326293945,-73.99903869628906,40.68696212768555,1,N,1,57.0,1.0,0.5,0.3,5.0,0.0,63.8 +1,2016-01-15 06:58:03,2016-01-15 07:10:03,2,1.7,,,-73.94145202636719,40.79867172241211,-73.95720672607422,40.81593322753906,1,Y,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-11 19:03:44,2016-01-11 19:13:45,2,1.79,,,-73.96923828125,40.769378662109375,-73.98835754394531,40.759090423583984,1,N,2,9.0,1.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-02 14:05:29,2016-01-02 14:17:05,1,2.6,,,-73.9965591430664,40.7254638671875,-74.00495910644531,40.7520751953125,1,N,2,12.0,0.0,0.5,0.3,0.0,0.0,12.8 +2,2016-01-09 17:46:56,2016-01-09 17:55:41,5,1.01,,,-73.9912338256836,40.74980926513672,-73.9774398803711,40.742218017578125,1,N,1,7.0,0.0,0.5,0.3,1.5,0.0,9.3 +2,2016-01-22 12:33:10,2016-01-22 12:41:47,1,0.72,,,-73.97505187988281,40.76513671875,-73.96495056152344,40.76490783691406,1,N,1,7.0,0.0,0.5,0.3,1.29,0.0,9.09 +1,2016-01-08 09:10:13,2016-01-08 09:20:21,1,1.6,,,-73.9796371459961,40.739532470703125,-73.99547576904297,40.72323226928711,1,N,1,8.5,0.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-19 17:53:16,2016-01-19 18:00:28,3,1.03,,,-73.98719024658203,40.75054168701172,-73.9743423461914,40.75154113769531,1,N,1,6.5,1.0,0.5,0.3,2.49,0.0,10.79 +1,2016-01-18 08:11:08,2016-01-18 08:25:35,2,3.4,,,-73.92961883544922,40.762386322021484,-73.9589614868164,40.773128509521484,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +2,2016-01-07 11:25:50,2016-01-07 11:52:38,1,17.87,,,-73.9990234375,40.75886535644531,-74.1817626953125,40.68773651123047,3,N,2,65.5,0.0,0.0,0.3,0.0,12.5,78.3 +1,2016-01-28 19:28:01,2016-01-28 19:40:45,1,1.0,,,-73.9912338256836,40.7503662109375,-73.97882080078125,40.740821838378906,1,N,1,9.0,1.0,0.5,0.3,2.15,0.0,12.95 +1,2016-01-17 09:55:11,2016-01-17 10:06:32,1,2.1,,,-73.97940826416016,40.73951721191406,-74.00019073486328,40.7202033996582,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +2,2016-01-30 20:59:54,2016-01-30 21:04:17,2,1.07,,,-73.98381805419922,40.75440979003906,-73.96965789794922,40.75382995605469,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-18 03:58:03,2016-01-18 04:15:44,2,5.6,,,-73.98701477050781,40.7643928527832,-73.93956756591797,40.82768249511719,1,N,1,18.0,0.5,0.5,0.3,3.85,0.0,23.15 +2,2016-01-13 22:37:39,2016-01-13 22:55:31,1,2.7,,,-73.94407653808594,40.77586364746094,-73.9797134399414,40.781185150146484,1,N,1,13.5,0.5,0.5,0.3,2.96,0.0,17.76 +1,2016-01-15 07:40:07,2016-01-15 07:46:24,1,1.3,,,-73.97816467285156,40.73666763305664,-73.97686004638672,40.75190353393555,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-22 11:29:39,2016-01-22 11:45:49,2,2.6,,,-73.97633361816406,40.775699615478516,-73.96492767333984,40.80638885498047,1,N,2,13.5,0.0,0.5,0.3,0.0,0.0,14.3 +1,2016-01-15 12:53:04,2016-01-15 13:11:19,1,3.0,,,-74.01144409179688,40.70983123779297,-73.99201202392578,40.74918746948242,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-21 22:26:11,2016-01-21 23:07:27,1,3.8,,,-73.95469665527344,40.769771575927734,-73.97354888916016,40.73656463623047,1,N,1,25.0,0.5,0.5,0.3,4.0,0.0,30.3 +2,2016-01-07 17:58:56,2016-01-07 18:21:28,2,2.39,,,-73.9595718383789,40.780391693115234,-73.9861068725586,40.75674819946289,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-28 12:52:00,2016-01-28 13:00:03,2,0.87,,,-73.95427703857422,40.76694107055664,-73.95294189453125,40.77582931518555,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-30 23:41:07,2016-01-30 23:49:05,1,1.54,,,-73.94189453125,40.714046478271484,-73.92959594726562,40.69758987426758,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-14 06:46:52,2016-01-14 06:49:21,2,0.48,,,-73.93074035644531,40.74464797973633,-73.93222045898438,40.73811340332031,1,N,1,4.0,0.0,0.5,0.3,3.0,0.0,7.8 +2,2016-01-04 18:40:20,2016-01-04 18:43:01,2,0.46,,,-73.9941177368164,40.75114059448242,-73.98993682861328,40.75664138793945,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-14 16:23:43,2016-01-14 16:30:37,3,1.34,,,-73.96630096435547,40.794471740722656,-73.9582290649414,40.782379150390625,1,N,1,7.0,1.0,0.5,0.3,1.0,0.0,9.8 +2,2016-01-10 10:50:47,2016-01-10 10:54:52,1,1.19,,,-73.99099731445312,40.73406219482422,-74.00174713134766,40.71964645385742,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +2,2016-01-17 19:58:15,2016-01-17 20:33:10,1,18.05,,,-73.78362274169922,40.648658752441406,-73.9842300415039,40.69839096069336,1,N,1,48.5,0.0,0.5,0.3,5.0,0.0,54.3 +2,2016-01-15 21:27:40,2016-01-15 21:33:21,1,1.1,,,-73.98030090332031,40.76588821411133,-73.98977661132812,40.751609802246094,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +2,2016-01-18 10:59:18,2016-01-18 11:11:07,1,2.08,,,-73.96131134033203,40.79863357543945,-73.95660400390625,40.78907775878906,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-30 18:43:18,2016-01-30 19:04:58,1,1.71,,,-73.99323272705078,40.73827362060547,-73.9955825805664,40.723331451416016,1,N,2,14.0,0.0,0.5,0.3,0.0,0.0,14.8 +1,2016-01-03 18:39:36,2016-01-03 18:46:35,1,1.2,,,-73.97488403320312,40.75738525390625,-73.98690032958984,40.74941635131836,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-20 13:16:54,2016-01-20 13:23:05,2,0.42,,,-73.97554779052734,40.754859924316406,-73.9714126586914,40.76076889038086,1,N,1,5.5,0.0,0.5,0.3,1.26,0.0,7.56 +1,2016-01-17 22:36:17,2016-01-17 22:48:16,2,2.9,,,-73.99874877929688,40.7231330871582,-73.98176574707031,40.756900787353516,1,N,2,11.5,0.5,0.5,0.3,0.0,0.0,12.8 +2,2016-01-29 17:00:07,2016-01-29 17:13:14,1,1.64,,,-73.98494720458984,40.724212646484375,-73.99940490722656,40.738468170166016,1,N,2,10.0,1.0,0.5,0.3,0.0,0.0,11.8 +2,2016-01-30 04:30:07,2016-01-30 04:37:24,5,1.9,,,-73.97135162353516,40.762481689453125,-73.95054626464844,40.77642822265625,1,N,1,8.0,0.5,0.5,0.3,1.86,0.0,11.16 +1,2016-01-15 07:22:27,2016-01-15 07:37:33,1,3.0,,,-73.99310302734375,40.755279541015625,-74.00823211669922,40.722076416015625,1,N,1,12.5,0.0,0.5,0.3,2.65,0.0,15.95 +2,2016-01-11 10:24:35,2016-01-11 10:39:26,1,3.16,,,-73.96556854248047,40.77172088623047,-73.94088745117188,40.74602127075195,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +2,2016-01-16 21:20:09,2016-01-16 21:35:54,1,2.74,,,-73.99024200439453,40.72906494140625,-73.9654769897461,40.763092041015625,1,N,1,12.5,0.5,0.5,0.3,2.76,0.0,16.56 +2,2016-01-27 06:44:33,2016-01-27 07:40:59,5,13.18,,,-73.79000854492188,40.6468620300293,-73.96053314208984,40.65896987915039,1,N,1,45.0,0.0,0.5,0.3,9.16,0.0,54.96 +1,2016-01-07 06:52:57,2016-01-07 07:09:43,1,3.5,,,-74.00889587402344,40.72235107421875,-73.9773941040039,40.75174331665039,1,N,2,14.5,0.0,0.5,0.3,0.0,0.0,15.3 +1,2016-01-17 17:31:51,2016-01-17 17:41:11,3,1.5,,,-73.958984375,40.765830993652344,-73.97046661376953,40.75502014160156,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-12 13:21:25,2016-01-12 13:28:36,1,1.6,,,0.0,0.0,0.0,0.0,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-19 01:37:38,2016-01-19 01:37:44,1,0.26,,,0.0,0.0,0.0,0.0,5,N,2,119.0,0.0,0.0,0.3,0.0,0.0,119.3 +1,2016-01-16 19:18:31,2016-01-16 19:28:43,1,1.7,,,-73.97527313232422,40.75743103027344,-73.95494079589844,40.769195556640625,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +1,2016-01-27 14:45:16,2016-01-27 14:48:58,2,0.4,,,-74.01579284667969,40.71184158325195,-74.01664733886719,40.70704650878906,1,N,1,4.5,0.0,0.5,0.3,1.0,0.0,6.3 +2,2016-01-29 09:09:05,2016-01-29 09:20:31,6,1.48,,,-73.95878601074219,40.780738830566406,-73.96903228759766,40.763755798339844,1,N,2,9.0,0.0,0.5,0.3,0.0,0.0,9.8 +2,2016-01-17 02:58:05,2016-01-17 03:04:49,1,0.95,,,-73.99276733398438,40.718788146972656,-73.98023986816406,40.72224044799805,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +2,2016-01-27 07:44:29,2016-01-27 07:53:18,2,0.82,,,-73.97206115722656,40.756507873535156,-73.97526550292969,40.75213623046875,1,N,1,7.0,0.0,0.5,0.3,1.95,0.0,9.75 +2,2016-01-09 22:38:54,2016-01-09 22:55:25,1,3.27,,,-73.97596740722656,40.79153823852539,-73.97234344482422,40.75809097290039,1,N,1,14.0,0.5,0.5,0.3,4.59,0.0,19.89 +1,2016-01-11 06:56:05,2016-01-11 07:08:47,1,1.6,,,-73.98674774169922,40.74578094482422,-74.0037841796875,40.75919723510742,1,N,1,10.0,0.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-25 19:37:55,2016-01-25 19:51:28,5,1.84,,,-73.9881820678711,40.737850189208984,-73.9720230102539,40.76005172729492,1,N,1,10.5,1.0,0.5,0.3,2.46,0.0,14.76 +2,2016-01-29 21:50:24,2016-01-29 21:58:50,1,0.95,,,-73.98853302001953,40.73499298095703,-74.00403594970703,40.74040985107422,1,N,1,7.0,0.5,0.5,0.3,10.0,0.0,18.3 +2,2016-01-28 22:18:15,2016-01-28 22:23:38,1,0.85,,,-73.97383117675781,40.75762176513672,-73.98619842529297,40.76240539550781,1,N,1,5.5,0.5,0.5,0.3,0.0,0.0,6.8 +2,2016-01-19 21:54:36,2016-01-19 22:14:45,1,9.18,,,-73.96009063720703,40.779640197753906,-74.01596069335938,40.71519088745117,1,N,1,27.5,0.5,0.5,0.3,8.64,0.0,37.44 +1,2016-01-16 15:44:06,2016-01-16 15:55:58,2,1.9,,,-73.95645141601562,40.76689910888672,-73.97503662109375,40.75225830078125,1,N,2,10.0,0.0,0.5,0.3,0.0,0.0,10.8 +1,2016-01-20 12:31:10,2016-01-20 12:50:59,1,2.2,,,-73.98222351074219,40.745399475097656,-73.98188781738281,40.768409729003906,1,N,1,13.5,0.0,0.5,0.3,2.85,0.0,17.15 +1,2016-01-07 16:59:06,2016-01-07 17:10:39,2,1.5,,,-74.00862884521484,40.74543762207031,-73.9943618774414,40.732086181640625,1,N,1,9.0,1.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-12 23:01:06,2016-01-12 23:06:18,1,0.82,,,-73.98615264892578,40.756736755371094,-73.98479461669922,40.74864196777344,1,N,1,5.5,0.5,0.5,0.3,1.0,0.0,7.8 +2,2016-01-29 16:55:56,2016-01-29 17:11:27,1,2.42,,,-73.87313079833984,40.7741584777832,-73.90869140625,40.77507019042969,1,N,1,12.0,1.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-10 20:36:57,2016-01-10 20:48:58,5,3.42,,,-73.95233917236328,40.78388977050781,-73.98246002197266,40.74100112915039,1,N,1,12.5,0.5,0.5,0.3,3.45,0.0,17.25 +2,2016-01-27 17:06:14,2016-01-27 17:16:41,1,1.37,,,-73.98162078857422,40.779945373535156,-73.97039031982422,40.76800537109375,1,N,1,8.0,1.0,0.5,0.3,1.96,0.0,11.76 +1,2016-01-30 08:33:00,2016-01-30 08:36:46,1,0.6,,,-73.97775268554688,40.753116607666016,-73.9811782836914,40.75880432128906,1,N,1,4.5,0.0,0.5,0.3,1.05,0.0,6.35 +1,2016-01-05 18:48:21,2016-01-05 19:01:53,1,3.0,,,-73.98910522460938,40.74220275878906,-73.98462677001953,40.774688720703125,1,N,1,12.0,1.0,0.5,0.3,2.75,0.0,16.55 +2,2016-01-20 15:05:35,2016-01-20 15:20:35,1,1.86,,,-73.95805358886719,40.77626037597656,-73.97541046142578,40.75263977050781,1,N,1,11.0,0.0,0.5,0.3,2.36,0.0,14.16 +2,2016-01-07 08:57:41,2016-01-07 09:15:28,5,2.48,,,-73.98352813720703,40.771148681640625,-73.9840087890625,40.74501037597656,1,N,2,13.0,0.0,0.5,0.3,0.0,0.0,13.8 +2,2016-01-13 08:39:33,2016-01-13 08:51:13,5,1.75,,,-73.97895812988281,40.753440856933594,-73.98209381103516,40.77265167236328,1,N,1,9.5,0.0,0.5,0.3,3.0,0.0,13.3 +2,2016-01-17 18:20:52,2016-01-17 18:26:46,1,0.77,,,-73.98902893066406,40.74898910522461,-73.98490142822266,40.75794982910156,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-09 20:50:28,2016-01-09 21:01:48,1,1.56,,,-73.99079132080078,40.72437286376953,-74.00687408447266,40.7189826965332,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-09 22:13:25,2016-01-09 22:25:59,1,2.4,,,-73.98711395263672,40.7390251159668,-73.96540832519531,40.768795013427734,1,N,1,11.0,0.5,0.5,0.3,3.08,0.0,15.38 +1,2016-01-09 20:10:58,2016-01-09 20:26:48,1,3.3,,,-73.97731018066406,40.74946975708008,-73.98816680908203,40.72317886352539,1,N,2,13.0,0.5,0.5,0.3,0.0,0.0,14.3 +1,2016-01-21 19:43:54,2016-01-21 19:47:46,1,1.0,,,-73.98825073242188,40.744285583496094,-73.99938201904297,40.73875427246094,1,N,1,5.0,1.0,0.5,0.3,1.0,0.0,7.8 +1,2016-01-10 08:19:09,2016-01-10 08:38:33,1,6.6,,,-73.88461303710938,40.75569152832031,-73.93685150146484,40.70167922973633,1,Y,2,21.5,0.0,0.5,0.3,0.0,0.0,22.3 +2,2016-01-25 20:25:03,2016-01-25 20:33:15,1,0.95,,,-73.97459411621094,40.74216842651367,-73.9771499633789,40.75213623046875,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-10 14:28:30,2016-01-10 14:56:06,3,10.99,,,-73.98204040527344,40.75529098510742,-73.87268829345703,40.77444839477539,1,N,1,34.5,0.0,0.5,0.3,8.17,5.54,49.01 +1,2016-01-01 03:58:48,2016-01-01 04:08:41,1,1.9,,,-74.00190734863281,40.73252487182617,-73.97506713867188,40.729881286621094,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +1,2016-01-06 17:33:12,2016-01-06 17:45:12,1,1.4,,,-73.96891021728516,40.76121520996094,-73.9857177734375,40.763938903808594,1,N,1,9.0,1.0,0.5,0.3,1.0,0.0,11.8 +2,2016-01-09 20:06:45,2016-01-09 20:15:32,1,0.97,,,-73.99920654296875,40.74031066894531,-74.00736236572266,40.74266052246094,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-20 22:03:02,2016-01-20 22:42:58,1,13.04,,,-73.98771667480469,40.75653076171875,-73.82080078125,40.76323699951172,1,N,1,43.0,0.5,0.5,0.3,8.86,0.0,53.16 +2,2016-01-22 11:22:01,2016-01-22 11:54:36,1,3.4,,,-73.97601318359375,40.76013946533203,-73.97022247314453,40.79941940307617,1,N,1,21.0,0.0,0.5,0.3,0.0,0.0,21.8 +1,2016-01-27 09:02:21,2016-01-27 09:25:37,1,6.0,,,-73.9624252319336,40.76408767700195,-74.00840759277344,40.707481384277344,1,N,1,23.5,0.0,0.5,0.3,2.0,0.0,26.3 +2,2016-01-02 10:57:10,2016-01-02 10:57:57,1,0.05,,,-73.98473358154297,40.75397872924805,-73.98272705078125,40.756839752197266,1,N,2,2.5,0.0,0.5,0.3,0.0,0.0,3.3 +2,2016-01-04 07:23:24,2016-01-04 07:36:55,1,3.62,,,-74.00873565673828,40.714073181152344,-73.98529815673828,40.75969696044922,1,N,1,13.0,0.0,0.5,0.3,2.76,0.0,16.56 +2,2016-01-14 19:52:37,2016-01-14 20:17:30,1,4.55,,,-74.00276184082031,40.73073196411133,-73.95732116699219,40.76831817626953,1,N,1,19.5,1.0,0.5,0.3,6.39,0.0,27.69 +2,2016-01-29 17:48:01,2016-01-29 17:55:33,2,1.09,,,-74.00531005859375,40.73965072631836,-74.00991821289062,40.725921630859375,1,N,1,6.5,1.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-01 22:22:48,2016-01-01 22:32:04,1,2.47,,,-73.96190643310547,40.770938873291016,-73.98616790771484,40.74494171142578,1,N,1,9.5,0.5,0.5,0.3,2.16,0.0,12.96 +2,2016-01-17 19:26:21,2016-01-17 19:30:00,1,0.65,,,-73.97471618652344,40.75965118408203,-73.9666748046875,40.75421142578125,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-16 19:46:37,2016-01-16 19:54:11,2,1.8,,,-74.00809478759766,40.73883056640625,-74.00938415527344,40.71549987792969,1,N,1,8.0,0.0,0.5,0.3,1.2,0.0,10.0 +1,2016-01-07 17:26:25,2016-01-07 17:36:36,1,2.3,,,-74.00665283203125,40.74564743041992,-73.98365783691406,40.76570510864258,1,N,1,10.0,1.0,0.5,0.3,1.2,0.0,13.0 +2,2016-01-03 16:37:59,2016-01-03 16:42:46,1,0.99,,,-73.96525573730469,40.80631637573242,-73.97250366210938,40.793861389160156,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-12 18:06:14,2016-01-12 18:57:59,1,17.8,,,-73.78187561035156,40.644813537597656,-73.9849853515625,40.7460823059082,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-01 01:25:48,2016-01-01 01:40:17,1,1.8,,,-73.96884155273438,40.761348724365234,-73.99180603027344,40.754737854003906,1,N,1,11.0,0.5,0.5,0.3,2.45,0.0,14.75 +1,2016-01-27 22:39:19,2016-01-27 22:46:36,1,1.0,,,-73.9830093383789,40.73872375488281,-73.98616027832031,40.749820709228516,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 +2,2016-01-22 07:45:48,2016-01-22 07:54:22,1,1.35,,,-73.98333740234375,40.72624206542969,-73.99771118164062,40.713565826416016,1,N,1,8.0,0.0,0.5,0.3,2.2,0.0,11.0 +2,2016-01-20 22:48:46,2016-01-20 22:57:21,1,1.51,,,-73.99483489990234,40.724971771240234,-74.00524139404297,40.737125396728516,1,N,1,8.0,0.5,0.5,0.3,2.32,0.0,11.62 +2,2016-01-08 23:05:56,2016-01-08 23:26:05,1,3.96,,,-73.98667907714844,40.76103973388672,-73.99889373779297,40.71501541137695,1,N,2,16.5,0.5,0.5,0.3,0.0,0.0,17.8 +1,2016-01-19 14:26:31,2016-01-19 14:33:24,1,0.5,,,-73.9865493774414,40.74003982543945,-73.98834991455078,40.74600601196289,1,N,1,6.0,0.0,0.5,0.3,1.0,0.0,7.8 +2,2016-01-11 15:35:04,2016-01-11 15:45:31,6,2.2,,,-74.00480651855469,40.72332000732422,-73.98280334472656,40.739192962646484,1,N,1,10.0,0.0,0.5,0.3,1.2,0.0,12.0 +2,2016-01-05 22:33:20,2016-01-05 22:42:05,1,1.7,,,-73.96549987792969,40.713592529296875,-73.94950866699219,40.726165771484375,1,N,2,8.0,0.5,0.5,0.3,0.0,0.0,9.3 +2,2016-01-13 19:04:29,2016-01-13 19:21:04,2,2.61,,,-73.95442962646484,40.77408981323242,-73.98578643798828,40.75775909423828,1,N,1,12.5,1.0,0.5,0.3,2.86,0.0,17.16 +1,2016-01-19 09:44:02,2016-01-19 09:57:45,1,1.9,,,-73.9838638305664,40.749332427978516,-73.99626922607422,40.725669860839844,1,N,1,11.0,0.0,0.5,0.3,2.35,0.0,14.15 +2,2016-01-19 19:20:33,2016-01-19 20:08:39,1,21.04,,,-73.79041290283203,40.64691162109375,-73.9786605834961,40.77268981933594,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-15 09:39:12,2016-01-15 10:03:10,1,3.2,,,-73.99713134765625,40.72220230102539,-73.97016906738281,40.76271057128906,1,N,2,16.5,0.0,0.5,0.3,0.0,0.0,17.3 +2,2016-01-02 08:20:24,2016-01-02 08:29:04,1,1.77,,,-73.9566421508789,40.77409362792969,-73.98155975341797,40.784088134765625,1,N,1,8.5,0.0,0.5,0.3,1.86,0.0,11.16 +2,2016-01-04 17:00:03,2016-01-04 17:04:43,2,0.95,,,-73.99380493164062,40.734466552734375,-73.99918365478516,40.72911834716797,1,N,2,5.0,1.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-29 08:16:00,2016-01-29 08:21:47,1,0.54,,,-73.97427368164062,40.75661849975586,-73.97917175292969,40.76163864135742,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-02 18:53:21,2016-01-02 19:15:54,4,2.93,,,-73.99036407470703,40.75104522705078,-73.98762512207031,40.71944808959961,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-21 15:33:38,2016-01-21 16:09:41,2,10.0,,,-73.87303924560547,40.7739372253418,-73.97895812988281,40.72334671020508,1,N,1,33.5,0.0,0.5,0.3,7.95,5.54,47.79 +2,2016-01-06 18:10:01,2016-01-06 18:19:41,6,2.02,,,-73.96098327636719,40.76089096069336,-73.97882080078125,40.75257873535156,1,N,1,9.0,1.0,0.5,0.3,2.16,0.0,12.96 +2,2016-01-10 03:01:56,2016-01-10 03:11:07,1,1.74,,,-73.99852752685547,40.7607307434082,-73.9776382446289,40.747100830078125,1,N,1,8.5,0.5,0.5,0.3,1.0,0.0,10.8 +2,2016-01-13 20:26:26,2016-01-13 20:31:53,1,0.82,,,-73.99698638916016,40.73723602294922,-73.98882293701172,40.7452507019043,1,N,1,5.5,0.5,0.5,0.3,1.36,0.0,8.16 +1,2016-01-14 22:34:48,2016-01-14 23:00:34,1,9.5,,,-73.86370849609375,40.7696533203125,-73.97695922851562,40.76414489746094,1,N,1,30.0,0.5,0.5,0.3,6.25,0.0,37.55 +1,2016-01-01 06:31:59,2016-01-01 06:38:12,1,0.8,,,-73.9950942993164,40.749969482421875,-73.99531555175781,40.759307861328125,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-14 03:24:32,2016-01-14 03:34:12,1,1.4,,,-73.97608947753906,40.75390625,-73.99884796142578,40.761226654052734,1,N,1,8.5,0.5,0.5,0.3,2.45,0.0,12.25 +2,2016-01-07 23:02:00,2016-01-07 23:20:52,1,4.0,,,-73.98542785644531,40.752750396728516,-74.01100158691406,40.71337890625,1,N,1,15.5,0.5,0.5,0.3,2.0,0.0,18.8 +1,2016-01-22 21:30:37,2016-01-22 21:41:20,1,1.1,,,-73.98518371582031,40.7276496887207,-74.00291442871094,40.73411178588867,1,N,1,8.0,0.5,0.5,0.3,1.85,0.0,11.15 +2,2016-01-20 20:59:10,2016-01-20 21:12:08,1,3.44,,,-73.95234680175781,40.777069091796875,-73.98079681396484,40.74945068359375,1,N,1,13.5,0.5,0.5,0.3,2.0,0.0,16.8 +1,2016-01-22 23:24:51,2016-01-22 23:53:46,1,5.7,,,-73.99079132080078,40.75132369995117,-73.99748992919922,40.683570861816406,1,N,2,21.5,0.5,0.5,0.3,0.0,0.0,22.8 +2,2016-01-17 16:13:15,2016-01-17 16:26:16,1,1.83,,,-73.99363708496094,40.74578857421875,-73.98258209228516,40.764408111572266,1,N,1,10.0,0.0,0.5,0.3,2.16,0.0,12.96 +1,2016-01-05 09:02:54,2016-01-05 09:06:49,1,0.5,,,-73.89192962646484,40.747047424316406,-73.88758850097656,40.7493782043457,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-29 23:23:23,2016-01-29 23:57:14,1,22.12,,,-73.78189849853516,40.644691467285156,-73.97869873046875,40.77836990356445,2,N,1,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +1,2016-01-14 09:34:09,2016-01-14 10:01:24,1,6.1,,,-73.95693969726562,40.76631546020508,-74.01041412353516,40.701904296875,1,N,1,26.5,0.0,0.5,0.3,5.45,0.0,32.75 +1,2016-01-07 19:06:48,2016-01-07 19:17:36,1,1.8,,,-73.96965789794922,40.760108947753906,-73.94981384277344,40.77363204956055,1,N,1,9.0,1.0,0.5,0.3,2.15,0.0,12.95 +2,2016-01-06 13:55:43,2016-01-06 14:03:12,1,1.08,,,-73.97490692138672,40.790435791015625,-73.98432159423828,40.77962112426758,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +1,2016-01-21 10:38:21,2016-01-21 11:01:54,1,2.3,,,-74.00472259521484,40.74152755737305,-74.00457000732422,40.713287353515625,1,N,1,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +2,2016-01-30 11:15:41,2016-01-30 11:25:16,1,1.46,,,-73.9896011352539,40.776512145996094,-73.97411346435547,40.78908157348633,1,N,2,8.5,0.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-14 12:50:04,2016-01-14 13:04:56,2,1.91,,,-73.94824981689453,40.78268814086914,-73.96843719482422,40.76512145996094,1,N,1,11.0,0.0,0.5,0.3,1.0,0.0,12.8 +2,2016-01-16 02:29:08,2016-01-16 02:43:51,2,3.35,,,-74.00684356689453,40.72576141357422,-73.97411346435547,40.7529182434082,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,17.88 +1,2016-01-13 13:10:52,2016-01-13 13:19:27,1,1.9,,,-73.9538803100586,40.68315887451172,-73.93831634521484,40.69862365722656,1,N,1,8.5,0.0,0.5,0.3,1.85,0.0,11.15 +1,2016-01-01 12:52:29,2016-01-01 12:57:59,2,1.3,,,-73.98993682861328,40.734867095947266,-73.99101257324219,40.748924255371094,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-26 07:27:53,2016-01-26 07:36:49,1,1.5,,,-73.95733642578125,40.780479431152344,-73.96903991699219,40.76102066040039,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-08 23:17:05,2016-01-08 23:35:05,1,8.3,,,-73.97443389892578,40.74208450317383,-73.98780822753906,40.667266845703125,1,N,1,25.0,0.5,0.5,0.3,5.25,0.0,31.55 +1,2016-01-21 20:16:21,2016-01-21 20:22:42,1,1.1,,,-73.98664855957031,40.76252365112305,-73.9913558959961,40.75004196166992,1,N,1,6.5,0.5,0.5,0.3,1.55,0.0,9.35 +2,2016-01-29 09:04:09,2016-01-29 09:27:07,1,2.55,,,-73.95630645751953,40.775390625,-73.9817123413086,40.759010314941406,1,N,2,15.5,0.0,0.5,0.3,0.0,0.0,16.3 +1,2016-01-05 19:32:06,2016-01-05 20:00:19,2,9.0,,,-74.0157470703125,40.7118034362793,-74.02384948730469,40.62371826171875,1,N,1,29.0,1.0,0.5,0.3,4.0,5.54,40.34 +2,2016-01-02 11:07:59,2016-01-02 11:08:01,4,0.0,,,-73.96660614013672,40.75708770751953,-73.966552734375,40.757015228271484,2,N,2,0.0,0.0,0.5,0.3,0.0,0.0,0.0 +2,2016-01-13 15:30:40,2016-01-13 15:36:35,1,0.8,,,-73.98872375488281,40.7223014831543,-74.0002670288086,40.72658157348633,1,N,1,6.0,0.0,0.5,0.3,1.36,0.0,8.16 +1,2016-01-30 03:05:37,2016-01-30 03:32:20,2,5.9,,,-73.98548126220703,40.748558044433594,-73.95655822753906,40.7476806640625,1,N,1,22.5,0.5,0.5,0.3,3.0,0.0,26.8 +2,2016-01-30 16:45:59,2016-01-30 16:50:32,1,0.72,,,-74.00450134277344,40.741859436035156,-74.00669860839844,40.7359504699707,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +1,2016-01-28 15:48:08,2016-01-28 16:16:49,2,8.3,,,-73.86360168457031,40.76967239379883,-73.95136260986328,40.78425598144531,1,Y,1,27.0,0.0,0.5,0.3,6.65,5.54,39.99 +2,2016-01-28 11:50:31,2016-01-28 12:06:52,1,2.87,,,-73.9764404296875,40.75638961791992,-73.94313049316406,40.746700286865234,1,N,1,13.5,0.0,0.5,0.3,2.86,0.0,17.16 +1,2016-01-08 23:12:50,2016-01-08 23:21:14,2,1.6,,,-73.9669189453125,40.68342971801758,-73.94577026367188,40.67406463623047,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-13 21:38:49,2016-01-13 21:47:06,1,1.5,,,-73.96671295166016,40.70579147338867,-73.9528579711914,40.692169189453125,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-13 08:14:34,2016-01-13 08:29:16,1,4.47,,,-73.9849624633789,40.74100112915039,-73.94548797607422,40.78615951538086,1,N,2,16.0,0.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-20 09:37:44,2016-01-20 09:50:15,1,1.08,,,-73.9916000366211,40.749961853027344,-73.99285125732422,40.7398796081543,1,N,1,9.0,0.0,0.5,0.3,2.94,0.0,12.74 +2,2016-01-20 11:51:42,2016-01-20 12:03:18,4,1.56,,,-73.98880004882812,40.736572265625,-74.0056381225586,40.7258415222168,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +1,2016-01-13 23:44:31,2016-01-13 23:53:12,1,2.0,,,-73.96684265136719,40.760990142822266,-73.98509979248047,40.778907775878906,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-07 21:17:56,2016-01-07 21:25:41,1,1.61,,,-73.97972869873047,40.749759674072266,-74.00077819824219,40.74747085571289,1,N,2,7.5,0.5,0.5,0.3,0.0,0.0,8.8 +2,2016-01-06 15:55:25,2016-01-06 16:00:42,1,1.21,,,-73.98794555664062,40.77524185180664,-73.9771499633789,40.78749084472656,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +1,2016-01-21 13:32:04,2016-01-21 13:40:29,1,0.8,,,-73.97923278808594,40.75290298461914,-73.97062683105469,40.76195526123047,1,N,1,7.0,0.0,0.5,0.3,2.0,0.0,9.8 +1,2016-01-13 15:00:23,2016-01-13 15:04:59,1,0.7,,,-73.96761322021484,40.76850128173828,-73.98014831542969,40.7730827331543,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-07 17:59:33,2016-01-07 18:14:41,1,3.0,,,-73.97698211669922,40.76423645019531,-73.94544219970703,40.745849609375,1,N,1,13.0,1.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-04 12:32:50,2016-01-04 12:50:06,1,3.1,,,-73.98170471191406,40.758941650390625,-73.95401000976562,40.790157318115234,1,N,1,14.0,0.0,0.5,0.3,2.96,0.0,17.76 +1,2016-01-28 17:50:31,2016-01-28 18:07:39,2,1.1,,,-74.00408935546875,40.75278854370117,-73.98660278320312,40.747459411621094,1,N,1,11.0,1.0,0.5,0.3,2.55,0.0,15.35 +2,2016-01-07 08:09:30,2016-01-07 08:16:43,1,0.77,,,-73.9771728515625,40.75434112548828,-73.9726333618164,40.762088775634766,1,N,2,6.0,0.0,0.5,0.3,0.0,0.0,6.8 +2,2016-01-28 09:28:51,2016-01-28 09:39:12,1,1.12,,,-74.00101470947266,40.731563568115234,-73.98982238769531,40.7426872253418,1,N,1,8.0,0.0,0.5,0.3,1.76,0.0,10.56 +1,2016-01-09 00:46:21,2016-01-09 00:59:23,1,2.2,,,-73.987060546875,40.75584411621094,-73.98027038574219,40.73219299316406,1,N,1,11.0,0.5,0.5,0.3,1.11,0.0,13.41 +2,2016-01-02 18:31:07,2016-01-02 19:18:06,1,14.52,,,-73.79008483886719,40.646610260009766,-73.95317840576172,40.72959518432617,1,N,1,45.0,0.0,0.5,0.3,11.45,0.0,57.25 +1,2016-01-05 13:50:29,2016-01-05 13:58:18,2,1.2,,,-73.97576141357422,40.74496078491211,-73.9740982055664,40.75702667236328,1,N,1,7.5,0.0,0.5,0.3,0.5,0.0,8.8 +2,2016-01-27 18:23:58,2016-01-27 18:48:06,2,11.68,,,-73.77671813964844,40.645233154296875,-73.78436279296875,40.74120330810547,1,N,2,33.0,1.0,0.5,0.3,0.0,0.0,34.8 +1,2016-01-27 23:12:20,2016-01-27 23:19:25,1,1.4,,,-74.00597381591797,40.74003601074219,-74.01007843017578,40.7235107421875,1,N,1,6.5,0.5,0.5,0.3,2.0,0.0,9.8 +2,2016-01-29 22:01:26,2016-01-29 22:13:12,1,2.72,,,-73.94931030273438,40.78139114379883,-73.97116088867188,40.74822998046875,1,N,1,11.0,0.5,0.5,0.3,2.46,0.0,14.76 +2,2016-01-10 00:22:19,2016-01-10 00:26:24,1,1.06,,,-74.00430297851562,40.72174072265625,-74.0102767944336,40.71377182006836,1,N,1,5.5,0.5,0.5,0.3,1.7,0.0,8.5 +2,2016-01-20 08:41:14,2016-01-20 08:51:08,6,0.84,,,-73.9802017211914,40.78556823730469,-73.98087310791016,40.77457809448242,1,N,1,7.5,0.0,0.5,0.3,1.66,0.0,9.96 +2,2016-01-06 14:14:56,2016-01-06 14:26:12,1,2.04,,,-73.99202728271484,40.73503875732422,-73.97444152832031,40.75600051879883,1,N,2,9.5,0.0,0.5,0.3,0.0,0.0,10.3 +2,2016-01-04 11:56:01,2016-01-04 12:04:01,1,1.04,,,-73.96600341796875,40.765220642089844,-73.97895812988281,40.7641487121582,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +2,2016-01-04 18:03:43,2016-01-04 18:16:39,1,1.62,,,-73.99029541015625,40.74839401245117,-73.97724151611328,40.76414108276367,1,N,1,10.0,1.0,0.5,0.3,2.95,0.0,14.75 +1,2016-01-06 19:22:09,2016-01-06 19:29:19,1,1.2,,,-73.97532653808594,40.75233840942383,-73.96175384521484,40.7568244934082,1,N,1,7.0,0.5,0.5,0.3,2.05,0.0,10.35 +2,2016-01-06 20:37:41,2016-01-06 20:41:44,1,1.28,,,-73.96910858154297,40.754188537597656,-73.98077392578125,40.738155364990234,1,N,1,6.0,0.5,0.5,0.3,1.0,0.0,8.3 +2,2016-01-15 19:01:45,2016-01-15 19:06:29,1,0.93,,,0.0,0.0,0.0,0.0,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-30 08:23:53,2016-01-30 08:38:10,2,1.97,,,-73.95440673828125,40.76409149169922,-73.98204040527344,40.7777099609375,1,N,1,11.5,0.0,0.5,0.3,3.08,0.0,15.38 +2,2016-01-02 18:52:47,2016-01-02 19:01:28,1,0.84,,,-73.98555755615234,40.767948150634766,-73.9914321899414,40.757991790771484,1,N,1,7.0,0.0,0.5,0.3,0.78,0.0,8.58 +2,2016-01-20 17:09:51,2016-01-20 17:36:48,2,7.69,,,-73.96118927001953,40.76055908203125,-74.00850677490234,40.720001220703125,1,N,1,25.5,1.0,0.5,0.3,5.46,0.0,32.76 +2,2016-01-11 08:33:58,2016-01-11 08:41:36,1,0.86,,,-73.97500610351562,40.7528190612793,-73.96808624267578,40.75651550292969,1,N,1,6.5,0.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-22 15:10:45,2016-01-22 16:07:42,1,17.7,,,-73.78117370605469,40.64500045776367,-73.93910217285156,40.80514144897461,2,N,2,52.0,0.0,0.5,0.3,0.0,5.54,58.34 +2,2016-01-10 00:30:16,2016-01-10 00:41:40,1,2.16,,,-73.9859848022461,40.74362564086914,-73.965576171875,40.7636604309082,1,N,1,9.0,0.5,0.5,0.3,2.06,0.0,12.36 +2,2016-01-14 00:27:02,2016-01-14 00:37:49,2,2.13,,,-73.9651870727539,40.75954818725586,-73.99137115478516,40.75033187866211,1,N,2,10.0,0.5,0.5,0.3,0.0,0.0,11.3 +2,2016-01-18 09:57:39,2016-01-18 10:05:30,1,1.42,,,-73.98497772216797,40.758209228515625,-73.97229766845703,40.76308822631836,1,N,2,7.5,0.0,0.5,0.3,0.0,0.0,8.3 +1,2016-01-20 15:58:17,2016-01-20 16:02:20,1,0.6,,,-73.99006652832031,40.75649642944336,-73.9874038696289,40.76366424560547,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +2,2016-01-21 22:10:13,2016-01-21 22:17:17,1,2.2,,,-73.95118713378906,40.78274917602539,-73.97840118408203,40.78300857543945,1,N,2,8.5,0.5,0.5,0.3,0.0,0.0,9.8 +2,2016-01-26 22:17:08,2016-01-26 22:32:02,1,3.06,,,-74.00607299804688,40.72378158569336,-73.99606323242188,40.689178466796875,1,N,1,13.0,0.5,0.5,0.3,3.58,0.0,17.88 +1,2016-01-29 16:47:11,2016-01-29 16:56:51,1,1.0,,,-73.99700164794922,40.73139572143555,-73.99183654785156,40.74165344238281,1,N,1,7.5,1.0,0.5,0.3,1.0,0.0,10.3 +2,2016-01-04 19:04:42,2016-01-04 19:13:22,1,1.15,,,-73.9916000366211,40.7171745300293,-74.00818634033203,40.716609954833984,1,N,2,7.5,1.0,0.5,0.3,0.0,0.0,9.3 +2,2016-01-22 08:14:05,2016-01-22 09:10:08,5,17.05,,,-73.98619079589844,40.75934600830078,-73.7901611328125,40.64387512207031,2,N,1,52.0,0.0,0.5,0.3,11.67,5.54,70.01 +1,2016-01-08 06:03:39,2016-01-08 06:07:05,1,0.5,,,-73.99068450927734,40.75594711303711,-73.98725891113281,40.75249481201172,1,N,2,4.5,0.0,0.5,0.3,0.0,0.0,5.3 +1,2016-01-29 22:20:24,2016-01-29 22:44:27,1,6.2,,,-73.9921646118164,40.74885940551758,-74.01419830322266,40.70903778076172,1,N,2,23.5,0.5,0.5,0.3,0.0,0.0,24.8 +2,2016-01-14 16:20:15,2016-01-14 16:44:17,1,1.99,,,-73.95974731445312,40.77043914794922,-73.97956848144531,40.75394821166992,1,N,2,15.0,1.0,0.5,0.3,0.0,0.0,16.8 +2,2016-01-25 21:36:57,2016-01-25 21:43:25,1,1.01,,,-73.9920425415039,40.755531311035156,-74.00285339355469,40.760650634765625,1,N,1,6.5,0.5,0.5,0.3,1.56,0.0,9.36 +1,2016-01-18 15:21:46,2016-01-18 15:34:12,1,2.0,,,-73.98665618896484,40.75148391723633,-73.99592590332031,40.76933670043945,1,N,2,10.5,0.0,0.5,0.3,0.0,0.0,11.3 +2,2016-01-20 08:27:05,2016-01-20 08:36:03,5,0.71,,,-73.95909881591797,40.77504348754883,-73.95319366455078,40.76760482788086,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-29 21:36:14,2016-01-29 21:49:19,2,5.13,,,-73.9763412475586,40.7520751953125,-73.94055938720703,40.718650817871094,1,N,1,16.0,0.5,0.5,0.3,4.57,5.54,27.41 +1,2016-01-28 16:13:21,2016-01-28 16:28:15,1,1.4,,,-73.97632598876953,40.7857780456543,-73.96122741699219,40.77753448486328,1,N,1,10.0,1.0,0.5,0.3,1.2,0.0,13.0 +2,2016-01-13 16:58:17,2016-01-13 17:01:13,6,0.55,,,-73.97908782958984,40.78728103637695,-73.97572326660156,40.794029235839844,1,N,2,4.0,1.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-18 19:53:41,2016-01-18 19:58:17,1,1.19,,,-74.00505828857422,40.7257080078125,-73.99921417236328,40.739219665527344,1,N,1,6.0,0.5,0.5,0.3,1.46,0.0,8.76 +1,2016-01-13 09:17:35,2016-01-13 09:22:19,1,0.6,,,-73.98221588134766,40.768428802490234,-73.97853088378906,40.77470016479492,1,N,1,5.0,0.0,0.5,0.3,1.15,0.0,6.95 +2,2016-01-15 14:48:30,2016-01-15 14:54:23,1,0.56,,,-73.995849609375,40.75418472290039,-73.99523162841797,40.759796142578125,1,N,2,5.5,0.0,0.5,0.3,0.0,0.0,6.3 +2,2016-01-20 11:50:18,2016-01-20 11:54:38,1,0.7,,,-73.97061157226562,40.76454162597656,-73.966064453125,40.77293014526367,1,N,2,5.0,0.0,0.5,0.3,0.0,0.0,5.8 +2,2016-01-29 21:53:00,2016-01-29 22:03:24,1,1.85,,,-73.97038269042969,40.757911682128906,-73.97911071777344,40.737091064453125,1,N,1,9.0,0.5,0.5,0.3,3.09,0.0,13.39 +1,2016-01-08 21:43:51,2016-01-08 22:13:17,2,5.2,,,-73.98614501953125,40.726539611816406,-73.99134063720703,40.663814544677734,1,N,1,23.0,0.5,0.5,0.3,4.85,0.0,29.15 +2,2016-01-30 02:10:28,2016-01-30 02:17:27,5,1.3,,,-74.00701904296875,40.74407958984375,-73.98602294921875,40.73603820800781,1,N,1,7.0,0.5,0.5,0.3,1.66,0.0,9.96 +2,2016-01-16 14:33:07,2016-01-16 14:34:49,1,0.44,,,-73.94190216064453,40.79818344116211,-73.939208984375,40.794288635253906,1,N,2,3.5,0.0,0.5,0.3,0.0,0.0,4.3 +2,2016-01-13 16:50:53,2016-01-13 16:55:45,1,0.66,,,-73.98027038574219,40.745361328125,-73.9776611328125,40.75135040283203,1,N,1,5.5,1.0,0.5,0.3,1.46,0.0,8.76 +2,2016-01-29 21:10:23,2016-01-29 21:22:01,1,1.39,,,-73.9852523803711,40.75535202026367,-73.9744644165039,40.75757598876953,1,N,2,9.0,0.5,0.5,0.3,0.0,0.0,10.3 +1,2016-01-04 14:32:16,2016-01-04 14:44:38,1,1.7,,,-73.98149871826172,40.75521469116211,-73.98986053466797,40.77050018310547,1,N,1,9.5,0.0,0.5,0.3,2.05,0.0,12.35 +1,2016-01-25 06:06:39,2016-01-25 06:12:10,1,1.4,,,-73.9875717163086,40.72462844848633,-73.98551177978516,40.73983383178711,1,N,2,6.5,0.0,0.5,0.3,0.0,0.0,7.3 +1,2016-01-12 13:42:38,2016-01-12 13:50:54,1,0.9,,,-73.95272827148438,40.76620101928711,-73.96675872802734,40.76967239379883,1,N,2,7.0,0.0,0.5,0.3,0.0,0.0,7.8 +2,2016-01-07 22:27:41,2016-01-07 22:34:39,1,1.32,,,-73.98356628417969,40.766353607177734,-73.9680404663086,40.75569534301758,1,N,2,7.0,0.5,0.5,0.3,0.0,0.0,8.3 diff --git a/cli/jobs/pipelines/nyc-taxi/job.yml b/cli/jobs/pipelines/nyc-taxi/job.yml new file mode 100644 index 000000000..29809f6ed --- /dev/null +++ b/cli/jobs/pipelines/nyc-taxi/job.yml @@ -0,0 +1,94 @@ +$schema: https://azuremlschemas.azureedge.net/latest/pipelineJob.schema.json +type: pipeline +display_name: nyc-taxi-pipeline-example +experiment_name: nyc-taxi-pipeline-example +jobs: + + prep-job: + type: command + inputs: + raw_data: + dataset: + local_path: ./data + outputs: + prep_data: + mode: upload + code: + local_path: src/prep + environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu:9 + compute: azureml:cpu-cluster-lg + command: >- + python prep.py + --raw_data ${{inputs.raw_data}} + --prep_data ${{outputs.prep_data}} + + transform-job: + type: command + inputs: + clean_data: ${{jobs.prep-job.outputs.prep_data}} + outputs: + transformed_data: + mode: upload + code: + local_path: src/transform + environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu:9 + compute: azureml:cpu-cluster-lg + command: >- + python transform.py + --clean_data ${{inputs.clean_data}} + --transformed_data ${{outputs.transformed_data}} + + train-job: + type: command + inputs: + training_data: ${{jobs.transform-job.outputs.transformed_data}} + outputs: + model_output: + mode: upload + test_data: + mode: upload + code: + local_path: src/train + environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu:9 + compute: azureml:cpu-cluster-lg + command: >- + python train.py + --training_data ${{inputs.training_data}} + --test_data ${{outputs.test_data}} + --model_output ${{outputs.model_output}} + + predict-job: + type: command + inputs: + model_input: ${{jobs.train-job.outputs.model_output}} + test_data: ${{jobs.train-job.outputs.test_data}} + outputs: + predictions: + mode: upload + code: + local_path: src/predict + environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu:9 + compute: azureml:cpu-cluster-lg + command: >- + python predict.py + --model_input ${{inputs.model_input}} + --test_data ${{inputs.test_data}} + --predictions ${{outputs.predictions}} + + score-job: + type: command + inputs: + predictions: ${{jobs.predict-job.outputs.predictions}} + model: ${{jobs.train-job.outputs.model_output}} + outputs: + score_report: + mode: upload + code: + local_path: src/score + environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cuda11-gpu:9 + compute: azureml:cpu-cluster-lg + command: >- + python score.py + --predictions ${{inputs.predictions}} + --model ${{inputs.model}} + --score_report ${{outputs.score_report}} diff --git a/cli/jobs/pipelines/nyc-taxi/src/predict/predict.py b/cli/jobs/pipelines/nyc-taxi/src/predict/predict.py new file mode 100644 index 000000000..83f4946fc --- /dev/null +++ b/cli/jobs/pipelines/nyc-taxi/src/predict/predict.py @@ -0,0 +1,87 @@ +import argparse +import pandas as pd +import os +from pathlib import Path +from sklearn.linear_model import LinearRegression +import pickle + + +parser = argparse.ArgumentParser("predict") +parser.add_argument("--model_input", type=str, help="Path of input model") +parser.add_argument("--test_data", type=str, help="Path to test data") +parser.add_argument("--predictions", type=str, help="Path of predictions") + +args = parser.parse_args() + +print("hello scoring world...") + +lines = [ + f"Model path: {args.model_input}", + f"Test data path: {args.test_data}", + f"Predictions path: {args.predictions}", +] + +for line in lines: + print(line) + +# Load and split the test data + +print("mounted_path files: ") +arr = os.listdir(args.test_data) + +print(arr) +df_list = [] +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.test_data, filename), "r") as handle: + # print (handle.read()) + input_df = pd.read_csv((Path(args.test_data) / filename)) + df_list.append(input_df) + +test_data = df_list[0] +testy = test_data["cost"] +# testX = test_data.drop(['cost'], axis=1) +testX = test_data[ + [ + "distance", + "dropoff_latitude", + "dropoff_longitude", + "passengers", + "pickup_latitude", + "pickup_longitude", + "store_forward", + "vendor", + "pickup_weekday", + "pickup_month", + "pickup_monthday", + "pickup_hour", + "pickup_minute", + "pickup_second", + "dropoff_weekday", + "dropoff_month", + "dropoff_monthday", + "dropoff_hour", + "dropoff_minute", + "dropoff_second", + ] +] +print(testX.shape) +print(testX.columns) + +# Load the model from input port +model = pickle.load(open((Path(args.model_input) / "model.sav"), "rb")) +# model = (Path(args.model_input) / 'model.txt').read_text() +# print('Model: ', model) + +# Make predictions on testX data and record them in a column named predicted_cost +predictions = model.predict(testX) +testX["predicted_cost"] = predictions +print(testX.shape) + +# Compare predictions to actuals (testy) +output_data = pd.DataFrame(testX) +output_data["actual_cost"] = testy + + +# Save the output data with feature columns, predicted cost, and actual cost in csv file +output_data = output_data.to_csv((Path(args.predictions) / "predictions.csv")) diff --git a/cli/jobs/pipelines/nyc-taxi/src/prep/prep.py b/cli/jobs/pipelines/nyc-taxi/src/prep/prep.py new file mode 100644 index 000000000..7f73d1bd7 --- /dev/null +++ b/cli/jobs/pipelines/nyc-taxi/src/prep/prep.py @@ -0,0 +1,138 @@ +import argparse +from pathlib import Path +from typing_extensions import Concatenate +from uuid import uuid4 +from datetime import datetime +import os +import pandas as pd +from sklearn.linear_model import LinearRegression +from sklearn.model_selection import train_test_split +import pickle + +parser = argparse.ArgumentParser("prep") +parser.add_argument("--raw_data", type=str, help="Path to raw data") +parser.add_argument("--prep_data", type=str, help="Path of prepped data") + +args = parser.parse_args() + +print("hello training world...") + +lines = [ + f"Raw data path: {args.raw_data}", + f"Data output path: {args.prep_data}", +] + +for line in lines: + print(line) + +print("mounted_path files: ") +arr = os.listdir(args.raw_data) +print(arr) + +df_list = [] +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.raw_data, filename), "r") as handle: + # print (handle.read()) + # ('input_df_%s' % filename) = pd.read_csv((Path(args.training_data) / filename)) + input_df = pd.read_csv((Path(args.raw_data) / filename)) + df_list.append(input_df) + + +# Prep the green and yellow taxi data +green_data = df_list[0] +yellow_data = df_list[1] + +# Define useful columns needed for the Azure Machine Learning NYC Taxi tutorial + +useful_columns = str( + [ + "cost", + "distance", + "dropoff_datetime", + "dropoff_latitude", + "dropoff_longitude", + "passengers", + "pickup_datetime", + "pickup_latitude", + "pickup_longitude", + "store_forward", + "vendor", + ] +).replace(",", ";") +print(useful_columns) + +# Rename columns as per Azure Machine Learning NYC Taxi tutorial +green_columns = str( + { + "vendorID": "vendor", + "lpepPickupDatetime": "pickup_datetime", + "lpepDropoffDatetime": "dropoff_datetime", + "storeAndFwdFlag": "store_forward", + "pickupLongitude": "pickup_longitude", + "pickupLatitude": "pickup_latitude", + "dropoffLongitude": "dropoff_longitude", + "dropoffLatitude": "dropoff_latitude", + "passengerCount": "passengers", + "fareAmount": "cost", + "tripDistance": "distance", + } +).replace(",", ";") + +yellow_columns = str( + { + "vendorID": "vendor", + "tpepPickupDateTime": "pickup_datetime", + "tpepDropoffDateTime": "dropoff_datetime", + "storeAndFwdFlag": "store_forward", + "startLon": "pickup_longitude", + "startLat": "pickup_latitude", + "endLon": "dropoff_longitude", + "endLat": "dropoff_latitude", + "passengerCount": "passengers", + "fareAmount": "cost", + "tripDistance": "distance", + } +).replace(",", ";") + +print("green_columns: " + green_columns) +print("yellow_columns: " + yellow_columns) + +# These functions ensure that null data is removed from the dataset, +# which will help increase machine learning model accuracy. + + +def get_dict(dict_str): + pairs = dict_str.strip("{}").split(";") + new_dict = {} + for pair in pairs: + print(pair) + key, value = pair.strip().split(":") + new_dict[key.strip().strip("'")] = value.strip().strip("'") + return new_dict + + +def cleanseData(data, columns, useful_columns): + useful_columns = [ + s.strip().strip("'") for s in useful_columns.strip("[]").split(";") + ] + new_columns = get_dict(columns) + + new_df = (data.dropna(how="all").rename(columns=new_columns))[useful_columns] + + new_df.reset_index(inplace=True, drop=True) + return new_df + + +green_data_clean = cleanseData(green_data, green_columns, useful_columns) +yellow_data_clean = cleanseData(yellow_data, yellow_columns, useful_columns) + +# Append yellow data to green data +combined_df = green_data_clean.append(yellow_data_clean, ignore_index=True) +combined_df.reset_index(inplace=True, drop=True) + +output_green = green_data_clean.to_csv((Path(args.prep_data) / "green_prep_data.csv")) +output_yellow = yellow_data_clean.to_csv( + (Path(args.prep_data) / "yellow_prep_data.csv") +) +merged_data = combined_df.to_csv((Path(args.prep_data) / "merged_data.csv")) diff --git a/cli/jobs/pipelines/nyc-taxi/src/score/score.py b/cli/jobs/pipelines/nyc-taxi/src/score/score.py new file mode 100644 index 000000000..1d2bf7d9d --- /dev/null +++ b/cli/jobs/pipelines/nyc-taxi/src/score/score.py @@ -0,0 +1,69 @@ +import argparse +import pandas as pd +import os +from pathlib import Path +from sklearn.linear_model import LinearRegression +import pickle +from sklearn.metrics import mean_squared_error, r2_score + +parser = argparse.ArgumentParser("score") +parser.add_argument( + "--predictions", type=str, help="Path of predictions and actual data" +) +parser.add_argument("--model", type=str, help="Path to model") +parser.add_argument("--score_report", type=str, help="Path to score report") + + +args = parser.parse_args() + +print("hello scoring world...") + +lines = [ + f"Model path: {args.model}", + f"Predictions path: {args.predictions}", + f"Scoring output path: {args.score_report}", +] + +for line in lines: + print(line) + +# Load the test data with predicted values + +print("mounted_path files: ") +arr = os.listdir(args.predictions) + +print(arr) +df_list = [] +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.predictions, filename), "r") as handle: + # print (handle.read()) + input_df = pd.read_csv((Path(args.predictions) / filename)) + df_list.append(input_df) + +test_data = df_list[0] + +# Load the model from input port +model = pickle.load(open((Path(args.model) / "model.sav"), "rb")) + +# Print the results of scoring the predictions against actual values in the test data +# The coefficients +print("Coefficients: \n", model.coef_) + +actuals = test_data["actual_cost"] +predictions = test_data["predicted_cost"] + +# The mean squared error +print("Mean squared error: %.2f" % mean_squared_error(actuals, predictions)) +# The coefficient of determination: 1 is perfect prediction +print("Coefficient of determination: %.2f" % r2_score(actuals, predictions)) +print("Model: ", model) + +# Print score report to a text file +(Path(args.score_report) / "score.txt").write_text( + "Scored with the following model:\n{}".format(model) +) +with open((Path(args.score_report) / "score.txt"), "a") as f: + f.write("\n Coefficients: \n %s \n" % str(model.coef_)) + f.write("Mean squared error: %.2f \n" % mean_squared_error(actuals, predictions)) + f.write("Coefficient of determination: %.2f \n" % r2_score(actuals, predictions)) diff --git a/cli/jobs/pipelines/nyc-taxi/src/train/train.py b/cli/jobs/pipelines/nyc-taxi/src/train/train.py new file mode 100644 index 000000000..3cbe9e855 --- /dev/null +++ b/cli/jobs/pipelines/nyc-taxi/src/train/train.py @@ -0,0 +1,87 @@ +import argparse +from pathlib import Path +from uuid import uuid4 +from datetime import datetime +import os +import pandas as pd +from sklearn.linear_model import LinearRegression +from sklearn.model_selection import train_test_split +import pickle + +parser = argparse.ArgumentParser("train") +parser.add_argument("--training_data", type=str, help="Path to training data") +parser.add_argument("--test_data", type=str, help="Path to test data") +parser.add_argument("--model_output", type=str, help="Path of output model") + +args = parser.parse_args() + +print("hello training world...") + +lines = [ + f"Training data path: {args.training_data}", + f"Test data path: {args.test_data}", + f"Model output path: {args.model_output}", +] + +for line in lines: + print(line) + +print("mounted_path files: ") +arr = os.listdir(args.training_data) +print(arr) + +df_list = [] +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.training_data, filename), "r") as handle: + # print (handle.read()) + input_df = pd.read_csv((Path(args.training_data) / filename)) + df_list.append(input_df) + +train_data = df_list[0] +print(train_data.columns) + +# Split the data into input(X) and output(y) +y = train_data["cost"] +# X = train_data.drop(['cost'], axis=1) +X = train_data[ + [ + "distance", + "dropoff_latitude", + "dropoff_longitude", + "passengers", + "pickup_latitude", + "pickup_longitude", + "store_forward", + "vendor", + "pickup_weekday", + "pickup_month", + "pickup_monthday", + "pickup_hour", + "pickup_minute", + "pickup_second", + "dropoff_weekday", + "dropoff_month", + "dropoff_monthday", + "dropoff_hour", + "dropoff_minute", + "dropoff_second", + ] +] + +# Split the data into train and test sets +trainX, testX, trainy, testy = train_test_split(X, y, test_size=0.3, random_state=42) +print(trainX.shape) +print(trainX.columns) + +# Train a Linear Regression Model with the train set +model = LinearRegression().fit(trainX, trainy) +print(model.score(trainX, trainy)) + + +# Output the model and test data +pickle.dump(model, open((Path(args.model_output) / "model.sav"), "wb")) +# test_data = pd.DataFrame(testX, columns = ) +testX["cost"] = testy +print(testX.shape) +test_data = testX.to_csv((Path(args.test_data) / "test_data.csv")) diff --git a/cli/jobs/pipelines/nyc-taxi/src/transform/transform.py b/cli/jobs/pipelines/nyc-taxi/src/transform/transform.py new file mode 100644 index 000000000..71472078c --- /dev/null +++ b/cli/jobs/pipelines/nyc-taxi/src/transform/transform.py @@ -0,0 +1,144 @@ +import argparse +from pathlib import Path +from uuid import uuid4 +from datetime import datetime +import os +import pandas as pd +import numpy as np + +parser = argparse.ArgumentParser("transform") +parser.add_argument("--clean_data", type=str, help="Path to prepped data") +parser.add_argument("--transformed_data", type=str, help="Path of output data") + +args = parser.parse_args() + + +lines = [ + f"Clean data path: {args.clean_data}", + f"Transformed data output path: {args.transformed_data}", +] + +for line in lines: + print(line) + +print("mounted_path files: ") +arr = os.listdir(args.clean_data) +print(arr) + +df_list = [] +for filename in arr: + print("reading file: %s ..." % filename) + with open(os.path.join(args.clean_data, filename), "r") as handle: + # print (handle.read()) + # ('input_df_%s' % filename) = pd.read_csv((Path(args.training_data) / filename)) + input_df = pd.read_csv((Path(args.clean_data) / filename)) + df_list.append(input_df) + + +# Transform the data +combined_df = df_list[1] +# These functions filter out coordinates for locations that are outside the city border. + +# Filter out coordinates for locations that are outside the city border. +# Chain the column filter commands within the filter() function +# and define the minimum and maximum bounds for each field + +combined_df = combined_df.astype( + { + "pickup_longitude": "float64", + "pickup_latitude": "float64", + "dropoff_longitude": "float64", + "dropoff_latitude": "float64", + } +) + +latlong_filtered_df = combined_df[ + (combined_df.pickup_longitude <= -73.72) + & (combined_df.pickup_longitude >= -74.09) + & (combined_df.pickup_latitude <= 40.88) + & (combined_df.pickup_latitude >= 40.53) + & (combined_df.dropoff_longitude <= -73.72) + & (combined_df.dropoff_longitude >= -74.72) + & (combined_df.dropoff_latitude <= 40.88) + & (combined_df.dropoff_latitude >= 40.53) +] + +latlong_filtered_df.reset_index(inplace=True, drop=True) + +# These functions replace undefined values and rename to use meaningful names. +replaced_stfor_vals_df = latlong_filtered_df.replace( + {"store_forward": "0"}, {"store_forward": "N"} +).fillna({"store_forward": "N"}) + +replaced_distance_vals_df = replaced_stfor_vals_df.replace( + {"distance": ".00"}, {"distance": 0} +).fillna({"distance": 0}) + +normalized_df = replaced_distance_vals_df.astype({"distance": "float64"}) + +# These functions transform the renamed data to be used finally for training. + +# Split the pickup and dropoff date further into the day of the week, day of the month, and month values. +# To get the day of the week value, use the derive_column_by_example() function. +# The function takes an array parameter of example objects that define the input data, +# and the preferred output. The function automatically determines your preferred transformation. +# For the pickup and dropoff time columns, split the time into the hour, minute, and second by using +# the split_column_by_example() function with no example parameter. After you generate the new features, +# use the drop_columns() function to delete the original fields as the newly generated features are preferred. +# Rename the rest of the fields to use meaningful descriptions. + +temp = pd.DatetimeIndex(normalized_df["pickup_datetime"], dtype="datetime64[ns]") +normalized_df["pickup_date"] = temp.date +normalized_df["pickup_weekday"] = temp.dayofweek +normalized_df["pickup_month"] = temp.month +normalized_df["pickup_monthday"] = temp.day +normalized_df["pickup_time"] = temp.time +normalized_df["pickup_hour"] = temp.hour +normalized_df["pickup_minute"] = temp.minute +normalized_df["pickup_second"] = temp.second + +temp = pd.DatetimeIndex(normalized_df["dropoff_datetime"], dtype="datetime64[ns]") +normalized_df["dropoff_date"] = temp.date +normalized_df["dropoff_weekday"] = temp.dayofweek +normalized_df["dropoff_month"] = temp.month +normalized_df["dropoff_monthday"] = temp.day +normalized_df["dropoff_time"] = temp.time +normalized_df["dropoff_hour"] = temp.hour +normalized_df["dropoff_minute"] = temp.minute +normalized_df["dropoff_second"] = temp.second + +del normalized_df["pickup_datetime"] +del normalized_df["dropoff_datetime"] + +normalized_df.reset_index(inplace=True, drop=True) + + +print(normalized_df.head) +print(normalized_df.dtypes) + + +# Drop the pickup_date, dropoff_date, pickup_time, dropoff_time columns because they're +# no longer needed (granular time features like hour, +# minute and second are more useful for model training). +del normalized_df["pickup_date"] +del normalized_df["dropoff_date"] +del normalized_df["pickup_time"] +del normalized_df["dropoff_time"] + +# Change the store_forward column to binary values +normalized_df["store_forward"] = np.where((normalized_df.store_forward == "N"), 0, 1) + +# Before you package the dataset, run two final filters on the dataset. +# To eliminate incorrectly captured data points, +# filter the dataset on records where both the cost and distance variable values are greater than zero. +# This step will significantly improve machine learning model accuracy, +# because data points with a zero cost or distance represent major outliers that throw off prediction accuracy. + +final_df = normalized_df[(normalized_df.distance > 0) & (normalized_df.cost > 0)] +final_df.reset_index(inplace=True, drop=True) +print(final_df.head) + +# Output data +transformed_data = final_df.to_csv( + (Path(args.transformed_data) / "transformed_data.csv") +) diff --git a/cli/jobs/dataprep/dask/nyctaxi/README.md b/cli/jobs/single-step/dask/nyctaxi/README.md similarity index 100% rename from cli/jobs/dataprep/dask/nyctaxi/README.md rename to cli/jobs/single-step/dask/nyctaxi/README.md diff --git a/cli/jobs/dataprep/dask/nyctaxi/conda.yml b/cli/jobs/single-step/dask/nyctaxi/conda.yml similarity index 100% rename from cli/jobs/dataprep/dask/nyctaxi/conda.yml rename to cli/jobs/single-step/dask/nyctaxi/conda.yml diff --git a/cli/jobs/single-step/dask/nyctaxi/job.yml b/cli/jobs/single-step/dask/nyctaxi/job.yml new file mode 100644 index 000000000..9b6e9016d --- /dev/null +++ b/cli/jobs/single-step/dask/nyctaxi/job.yml @@ -0,0 +1,25 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +code: + local_path: src +command: >- + python startDask.py + --script prep-nyctaxi.py + --nyc_taxi_dataset ${{inputs.nyc_taxi_dataset}} + --output_folder ${{outputs.output_folder}} +inputs: + nyc_taxi_dataset: + folder: wasbs://datasets@azuremlexamples.blob.core.windows.net/nyctaxi/ + mode: ro_mount +outputs: + output_folder: +environment: + image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04 + conda_file: conda.yml +compute: azureml:cpu-cluster-lg +resources: + instance_count: 4 +distribution: + type: pytorch +display_name: dask-nyctaxi-example +experiment_name: dask-nyctaxi-example +description: This sample shows how to run a distributed DASK job on AzureML. The 24GB NYC Taxi dataset is read in CSV format by a 4 node DASK cluster, processed and then written as job output in parquet format. diff --git a/cli/jobs/dataprep/dask/nyctaxi/src/prep-nyctaxi.py b/cli/jobs/single-step/dask/nyctaxi/src/prep-nyctaxi.py similarity index 96% rename from cli/jobs/dataprep/dask/nyctaxi/src/prep-nyctaxi.py rename to cli/jobs/single-step/dask/nyctaxi/src/prep-nyctaxi.py index 59dbb4ca2..732ccdec2 100644 --- a/cli/jobs/dataprep/dask/nyctaxi/src/prep-nyctaxi.py +++ b/cli/jobs/single-step/dask/nyctaxi/src/prep-nyctaxi.py @@ -15,10 +15,14 @@ for k, v in os.environ.items(): parser = argparse.ArgumentParser() parser.add_argument("--nyc_taxi_dataset") +parser.add_argument("--output_folder") args = parser.parse_args() dataset = args.nyc_taxi_dataset +output_path = args.output_folder + print(f"dataset location: {dataset}") os.system(f"find {dataset}") +print(f"output location: {output_path}") c = Client("localhost:8786") print(c) @@ -203,7 +207,7 @@ taxi_df = add_features(taxi_df) print(c) mlflow.log_text(str(c), "dask_cluster2") -output_path = "./outputs/nyctaxi_processed.parquet" +# output_path = "./outputs/nyctaxi_processed.parquet" print("save parquet to ", output_path) # In this case, we are not using a mounted drive to save the job's output # but save to the ./outputs folder, which is on the nodes local drives. @@ -212,11 +216,11 @@ print("save parquet to ", output_path) # on blob storage. # For this to work, the target folder needs to be created on each node. # Using DASK's Client.run method which executes a given function on each node of the cluster: -def create_output(): - return Path(output_path).mkdir(parents=True, exist_ok=True) +# def create_output(): +# return Path(output_path).mkdir(parents=True, exist_ok=True) -print("create_output", c.run(create_output)) +# print("create_output", c.run(create_output)) start_time = time.time() diff --git a/cli/jobs/dataprep/dask/nyctaxi/src/startDask.py b/cli/jobs/single-step/dask/nyctaxi/src/startDask.py similarity index 91% rename from cli/jobs/dataprep/dask/nyctaxi/src/startDask.py rename to cli/jobs/single-step/dask/nyctaxi/src/startDask.py index b847729cb..de2868f29 100644 --- a/cli/jobs/dataprep/dask/nyctaxi/src/startDask.py +++ b/cli/jobs/single-step/dask/nyctaxi/src/startDask.py @@ -35,23 +35,11 @@ if __name__ == "__main__": print(k, v) MLFLOW_RUN_ID = os.getenv("MLFLOW_RUN_ID") - print( - "- env: AZ_BATCHAI_JOB_MASTER_NODE_IP: ", - os.environ.get("AZ_BATCHAI_JOB_MASTER_NODE_IP"), - ) - print( - "- env: AZ_BATCHAI_IS_CURRENT_NODE_MASTER: ", - os.environ.get("AZ_BATCHAI_IS_CURRENT_NODE_MASTER"), - ) - print("- env: AZ_BATCHAI_NODE_IP: ", os.environ.get("AZ_BATCHAI_NODE_IP")) - print("- env: AZ_BATCH_HOST_LIST: ", os.environ.get("AZ_BATCH_HOST_LIST")) - print("- env: AZ_BATCH_NODE_LIST: ", os.environ.get("AZ_BATCH_NODE_LIST")) print("- env: MASTER_ADDR: ", os.environ.get("MASTER_ADDR")) print("- env: MASTER_PORT: ", os.environ.get("MASTER_PORT")) print("- env: RANK: ", os.environ.get("RANK")) print("- env: LOCAL_RANK: ", os.environ.get("LOCAL_RANK")) print("- env: NODE_RANK: ", os.environ.get("NODE_RANK")) - print("- env: WORLD_SIZE: ", os.environ.get("WORLD_SIZE")) rank = os.environ.get("RANK") ip = socket.gethostbyname(socket.gethostname()) diff --git a/cli/jobs/logging/julia/iris/Dockerfile b/cli/jobs/single-step/julia/iris/docker-context/Dockerfile similarity index 99% rename from cli/jobs/logging/julia/iris/Dockerfile rename to cli/jobs/single-step/julia/iris/docker-context/Dockerfile index 4534787ea..897221c94 100644 --- a/cli/jobs/logging/julia/iris/Dockerfile +++ b/cli/jobs/single-step/julia/iris/docker-context/Dockerfile @@ -74,4 +74,4 @@ RUN set -eux; \ # smoke test julia --version -CMD ["julia"] \ No newline at end of file +CMD ["julia"] diff --git a/cli/jobs/single-step/julia/iris/job.yml b/cli/jobs/single-step/julia/iris/job.yml new file mode 100644 index 000000000..53d68c5c9 --- /dev/null +++ b/cli/jobs/single-step/julia/iris/job.yml @@ -0,0 +1,12 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +code: + local_path: src +command: >- + julia -e "include(\"run.jl\")" +environment: + build: + local_path: docker-context +compute: azureml:cpu-cluster +display_name: julia-iris-example +experiment_name: julia-iris-example +description: Train a Flux model on the Iris dataset using the Julia programming language. diff --git a/cli/jobs/train/julia/iris/Manifest.toml b/cli/jobs/single-step/julia/iris/src/Manifest.toml similarity index 100% rename from cli/jobs/train/julia/iris/Manifest.toml rename to cli/jobs/single-step/julia/iris/src/Manifest.toml diff --git a/cli/jobs/train/julia/iris/Project.toml b/cli/jobs/single-step/julia/iris/src/Project.toml similarity index 100% rename from cli/jobs/train/julia/iris/Project.toml rename to cli/jobs/single-step/julia/iris/src/Project.toml diff --git a/cli/jobs/train/julia/iris/iris.jl b/cli/jobs/single-step/julia/iris/src/iris.jl similarity index 100% rename from cli/jobs/train/julia/iris/iris.jl rename to cli/jobs/single-step/julia/iris/src/iris.jl diff --git a/cli/jobs/logging/julia/iris/src/run.jl b/cli/jobs/single-step/julia/iris/src/run.jl similarity index 100% rename from cli/jobs/logging/julia/iris/src/run.jl rename to cli/jobs/single-step/julia/iris/src/run.jl diff --git a/cli/jobs/train/lightgbm/iris/job-sweep.yml b/cli/jobs/single-step/lightgbm/iris/job-sweep.yml similarity index 56% rename from cli/jobs/train/lightgbm/iris/job-sweep.yml rename to cli/jobs/single-step/lightgbm/iris/job-sweep.yml index 362d027e7..aad69443d 100644 --- a/cli/jobs/train/lightgbm/iris/job-sweep.yml +++ b/cli/jobs/single-step/lightgbm/iris/job-sweep.yml @@ -1,22 +1,19 @@ $schema: https://azuremlschemas.azureedge.net/latest/sweepJob.schema.json -type: sweep_job -algorithm: random +type: sweep trial: code: local_path: src command: >- python main.py - --iris-csv {inputs.iris} - --learning-rate {search_space.learning_rate} - --boosting {search_space.boosting} - inputs: - iris: - data: - path: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv - mode: mount - environment: azureml:AzureML-lightgbm-3.2-ubuntu18.04-py37-cpu:8 - compute: - target: azureml:cpu-cluster + --iris-csv ${{inputs.iris_csv}} + --learning-rate ${{search_space.learning_rate}} + --boosting ${{search_space.boosting}} + environment: azureml:AzureML-lightgbm-3.2-ubuntu18.04-py37-cpu:11 +inputs: + iris_csv: + file: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv +compute: azureml:cpu-cluster +sampling_algorithm: random search_space: learning_rate: type: uniform @@ -26,10 +23,13 @@ search_space: type: choice values: ["gbdt", "dart"] objective: - primary_metric: test-multi_logloss goal: minimize -max_total_trials: 20 -max_concurrent_trials: 10 -timeout_minutes: 120 + primary_metric: test-multi_logloss +limits: + max_total_trials: 20 + max_concurrent_trials: 10 + timeout: 7200 +display_name: lightgbm-iris-sweep-example experiment_name: lightgbm-iris-sweep-example description: Run a hyperparameter sweep job for LightGBM on Iris dataset. + diff --git a/cli/jobs/single-step/lightgbm/iris/job.yml b/cli/jobs/single-step/lightgbm/iris/job.yml new file mode 100644 index 000000000..b14f1e1de --- /dev/null +++ b/cli/jobs/single-step/lightgbm/iris/job.yml @@ -0,0 +1,14 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +code: + local_path: src +command: >- + python main.py + --iris-csv ${{inputs.iris_csv}} +inputs: + iris_csv: + file: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv +environment: azureml:AzureML-lightgbm-3.2-ubuntu18.04-py37-cpu:11 +compute: azureml:cpu-cluster +display_name: lightgbm-iris-example +experiment_name: lightgbm-iris-example +description: Train a LightGBM model on the Iris dataset. diff --git a/cli/jobs/train/lightgbm/iris/src/main.py b/cli/jobs/single-step/lightgbm/iris/src/main.py similarity index 95% rename from cli/jobs/train/lightgbm/iris/src/main.py rename to cli/jobs/single-step/lightgbm/iris/src/main.py index 6377ff826..93bff810b 100644 --- a/cli/jobs/train/lightgbm/iris/src/main.py +++ b/cli/jobs/single-step/lightgbm/iris/src/main.py @@ -102,16 +102,8 @@ def parse_args(): # run script if __name__ == "__main__": - # add space in logs - print("*" * 60) - print("\n\n") - # parse args args = parse_args() # run main function main(args) - - # add space in logs - print("*" * 60) - print("\n\n") diff --git a/cli/jobs/train/pytorch/cifar-distributed/job.yml b/cli/jobs/single-step/pytorch/cifar-distributed/job.yml similarity index 59% rename from cli/jobs/train/pytorch/cifar-distributed/job.yml rename to cli/jobs/single-step/pytorch/cifar-distributed/job.yml index 717f0334f..dfdab8faf 100644 --- a/cli/jobs/train/pytorch/cifar-distributed/job.yml +++ b/cli/jobs/single-step/pytorch/cifar-distributed/job.yml @@ -3,19 +3,21 @@ code: local_path: src command: >- python train.py - --epochs 1 - --data-dir {inputs.cifar} + --epochs ${{inputs.epochs}} + --learning-rate ${{inputs.learning_rate}} + --data-dir ${{inputs.cifar}} inputs: + epochs: 1 + learning_rate: 0.2 cifar: - data: - local_path: data - mode: mount -environment: azureml:AzureML-pytorch-1.9-ubuntu18.04-py37-cuda11-gpu:3 -compute: - target: azureml:gpu-cluster - instance_count: 2 + dataset: azureml:cifar-10-example:1 +environment: azureml:AzureML-pytorch-1.9-ubuntu18.04-py37-cuda11-gpu:6 +compute: azureml:gpu-cluster distribution: type: pytorch - process_count: 2 + process_count_per_instance: 2 +resources: + instance_count: 2 +display_name: pytorch-cifar-distributed-example experiment_name: pytorch-cifar-distributed-example description: Train a basic convolutional neural network (CNN) with PyTorch on the CIFAR-10 dataset, distributed via PyTorch. diff --git a/cli/jobs/train/pytorch/cifar-distributed/src/train.py b/cli/jobs/single-step/pytorch/cifar-distributed/src/train.py similarity index 98% rename from cli/jobs/train/pytorch/cifar-distributed/src/train.py rename to cli/jobs/single-step/pytorch/cifar-distributed/src/train.py index 38ea72cb8..e89c93feb 100644 --- a/cli/jobs/train/pytorch/cifar-distributed/src/train.py +++ b/cli/jobs/single-step/pytorch/cifar-distributed/src/train.py @@ -242,15 +242,8 @@ def parse_args(): # run script if __name__ == "__main__": - # add space in logs - print("*" * 60) - print("\n\n") - # parse args args = parse_args() + # call main function main(args) - - # add space in logs - print("*" * 60) - print("\n\n") diff --git a/cli/jobs/single-step/pytorch/iris/job.yml b/cli/jobs/single-step/pytorch/iris/job.yml new file mode 100644 index 000000000..215079fd4 --- /dev/null +++ b/cli/jobs/single-step/pytorch/iris/job.yml @@ -0,0 +1,19 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +code: + local_path: src +command: >- + pip install -r requirements.txt && + python main.py + --iris-csv ${{inputs.iris_csv}} + --epochs ${{inputs.epochs}} + --lr ${{inputs.lr}} +inputs: + iris_csv: + file: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv + epochs: 10 + lr: 0.1 +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:9 +compute: azureml:cpu-cluster +display_name: pytorch-iris-example +experiment_name: pytorch-iris-example +description: Train a neural network with PyTorch on the Iris dataset. diff --git a/cli/jobs/train/pytorch/iris/src/main.py b/cli/jobs/single-step/pytorch/iris/src/main.py similarity index 100% rename from cli/jobs/train/pytorch/iris/src/main.py rename to cli/jobs/single-step/pytorch/iris/src/main.py diff --git a/cli/jobs/train/pytorch/iris/src/network.py b/cli/jobs/single-step/pytorch/iris/src/network.py similarity index 100% rename from cli/jobs/train/pytorch/iris/src/network.py rename to cli/jobs/single-step/pytorch/iris/src/network.py diff --git a/cli/jobs/train/pytorch/iris/src/requirements.txt b/cli/jobs/single-step/pytorch/iris/src/requirements.txt similarity index 100% rename from cli/jobs/train/pytorch/iris/src/requirements.txt rename to cli/jobs/single-step/pytorch/iris/src/requirements.txt diff --git a/cli/jobs/train/pytorch/word-language-model/data/README b/cli/jobs/single-step/pytorch/word-language-model/data/README similarity index 100% rename from cli/jobs/train/pytorch/word-language-model/data/README rename to cli/jobs/single-step/pytorch/word-language-model/data/README diff --git a/cli/jobs/train/pytorch/word-language-model/data/test.txt b/cli/jobs/single-step/pytorch/word-language-model/data/test.txt similarity index 100% rename from cli/jobs/train/pytorch/word-language-model/data/test.txt rename to cli/jobs/single-step/pytorch/word-language-model/data/test.txt diff --git a/cli/jobs/train/pytorch/word-language-model/data/train.txt b/cli/jobs/single-step/pytorch/word-language-model/data/train.txt similarity index 100% rename from cli/jobs/train/pytorch/word-language-model/data/train.txt rename to cli/jobs/single-step/pytorch/word-language-model/data/train.txt diff --git a/cli/jobs/train/pytorch/word-language-model/data/valid.txt b/cli/jobs/single-step/pytorch/word-language-model/data/valid.txt similarity index 100% rename from cli/jobs/train/pytorch/word-language-model/data/valid.txt rename to cli/jobs/single-step/pytorch/word-language-model/data/valid.txt diff --git a/cli/jobs/train/pytorch/word-language-model/job.yml b/cli/jobs/single-step/pytorch/word-language-model/job.yml similarity index 58% rename from cli/jobs/train/pytorch/word-language-model/job.yml rename to cli/jobs/single-step/pytorch/word-language-model/job.yml index 721ae2b61..244499601 100644 --- a/cli/jobs/train/pytorch/word-language-model/job.yml +++ b/cli/jobs/single-step/pytorch/word-language-model/job.yml @@ -4,18 +4,22 @@ code: command: >- python main.py --cuda - --epochs 1 - --model Transformer - --lr 5 - --data {inputs.corpus} - --save outputs/model.pt + --epochs ${{inputs.epochs}} + --model ${{inputs.model}} + --lr ${{inputs.lr}} + --data ${{inputs.corpus}} + --save ${{inputs.save}} inputs: + epochs: 1 + model: Transformer + lr: 5 + save: outputs/model.pt corpus: - data: + dataset: local_path: data mode: download -environment: azureml:AzureML-pytorch-1.9-ubuntu18.04-py37-cuda11-gpu:3 -compute: - target: azureml:gpu-cluster +environment: azureml:AzureML-pytorch-1.9-ubuntu18.04-py37-cuda11-gpu:6 +compute: azureml:gpu-cluster +display_name: pytorch-word-language-model-example experiment_name: pytorch-word-language-model-example description: Train a multi-layer RNN (Elman, GRU, or LSTM) on a language modeling task with PyTorch. diff --git a/cli/jobs/train/pytorch/word-language-model/src/README.md b/cli/jobs/single-step/pytorch/word-language-model/src/README.md similarity index 100% rename from cli/jobs/train/pytorch/word-language-model/src/README.md rename to cli/jobs/single-step/pytorch/word-language-model/src/README.md diff --git a/cli/jobs/train/pytorch/word-language-model/src/data.py b/cli/jobs/single-step/pytorch/word-language-model/src/data.py similarity index 100% rename from cli/jobs/train/pytorch/word-language-model/src/data.py rename to cli/jobs/single-step/pytorch/word-language-model/src/data.py diff --git a/cli/jobs/train/pytorch/word-language-model/src/generate.py b/cli/jobs/single-step/pytorch/word-language-model/src/generate.py similarity index 100% rename from cli/jobs/train/pytorch/word-language-model/src/generate.py rename to cli/jobs/single-step/pytorch/word-language-model/src/generate.py diff --git a/cli/jobs/train/pytorch/word-language-model/src/main.py b/cli/jobs/single-step/pytorch/word-language-model/src/main.py similarity index 100% rename from cli/jobs/train/pytorch/word-language-model/src/main.py rename to cli/jobs/single-step/pytorch/word-language-model/src/main.py diff --git a/cli/jobs/train/pytorch/word-language-model/src/model.py b/cli/jobs/single-step/pytorch/word-language-model/src/model.py similarity index 100% rename from cli/jobs/train/pytorch/word-language-model/src/model.py rename to cli/jobs/single-step/pytorch/word-language-model/src/model.py diff --git a/cli/jobs/train/r/README.md b/cli/jobs/single-step/r/README.md similarity index 100% rename from cli/jobs/train/r/README.md rename to cli/jobs/single-step/r/README.md diff --git a/cli/jobs/train/r/accidents/data/accidents.Rd b/cli/jobs/single-step/r/accidents/data/accidents.Rd similarity index 100% rename from cli/jobs/train/r/accidents/data/accidents.Rd rename to cli/jobs/single-step/r/accidents/data/accidents.Rd diff --git a/cli/jobs/train/r/iris/Dockerfile b/cli/jobs/single-step/r/accidents/docker-context/Dockerfile similarity index 99% rename from cli/jobs/train/r/iris/Dockerfile rename to cli/jobs/single-step/r/accidents/docker-context/Dockerfile index 59e4e0d8c..b4f0cf3cc 100644 --- a/cli/jobs/train/r/iris/Dockerfile +++ b/cli/jobs/single-step/r/accidents/docker-context/Dockerfile @@ -1,5 +1,5 @@ FROM rocker/tidyverse:4.0.0-ubuntu18.04 - + # Install python (this is still required by AzureML, but this requirement will soon be removed ) RUN apt-get update -qq && \ apt-get install -y python3-pip @@ -11,7 +11,6 @@ RUN pip install -U pip RUN sudo apt-get install -y libfuse-dev RUN pip install azureml-dataprep azureml-core RUN apt-get update && apt-get install -y fuse - + # Install additional R packages RUN R -e "install.packages(c('optparse'), repos = 'https://cloud.r-project.org/')" - diff --git a/cli/jobs/single-step/r/accidents/job.yml b/cli/jobs/single-step/r/accidents/job.yml new file mode 100644 index 000000000..b5d430f50 --- /dev/null +++ b/cli/jobs/single-step/r/accidents/job.yml @@ -0,0 +1,18 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +code: + local_path: src +command: >- + Rscript accidents.R + --data ${{inputs.training_data}} +inputs: + training_data: + dataset: + local_path: data + mode: ro_mount +environment: + build: + local_path: docker-context +compute: azureml:cpu-cluster +display_name: r-accidents-example +experiment_name: r-accidents-example +description: Train a GLM using R on the accidents dataset. diff --git a/cli/jobs/train/r/accidents/src/accidents.R b/cli/jobs/single-step/r/accidents/src/accidents.R similarity index 100% rename from cli/jobs/train/r/accidents/src/accidents.R rename to cli/jobs/single-step/r/accidents/src/accidents.R diff --git a/cli/jobs/train/r/accidents/Dockerfile b/cli/jobs/single-step/r/iris/docker-context/Dockerfile similarity index 99% rename from cli/jobs/train/r/accidents/Dockerfile rename to cli/jobs/single-step/r/iris/docker-context/Dockerfile index 59e4e0d8c..b4f0cf3cc 100644 --- a/cli/jobs/train/r/accidents/Dockerfile +++ b/cli/jobs/single-step/r/iris/docker-context/Dockerfile @@ -1,5 +1,5 @@ FROM rocker/tidyverse:4.0.0-ubuntu18.04 - + # Install python (this is still required by AzureML, but this requirement will soon be removed ) RUN apt-get update -qq && \ apt-get install -y python3-pip @@ -11,7 +11,6 @@ RUN pip install -U pip RUN sudo apt-get install -y libfuse-dev RUN pip install azureml-dataprep azureml-core RUN apt-get update && apt-get install -y fuse - + # Install additional R packages RUN R -e "install.packages(c('optparse'), repos = 'https://cloud.r-project.org/')" - diff --git a/cli/jobs/single-step/r/iris/job.yml b/cli/jobs/single-step/r/iris/job.yml new file mode 100644 index 000000000..c2d8ec6e0 --- /dev/null +++ b/cli/jobs/single-step/r/iris/job.yml @@ -0,0 +1,16 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +command: > + Rscript train.R + --data_folder ${{inputs.iris}} +code: + local_path: src +inputs: + iris: + file: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv +environment: + build: + local_path: docker-context +compute: azureml:cpu-cluster +display_name: r-iris-example +experiment_name: r-iris-example +description: Train an R model on the Iris dataset. diff --git a/cli/jobs/train/r/iris/src/train.R b/cli/jobs/single-step/r/iris/src/train.R similarity index 100% rename from cli/jobs/train/r/iris/src/train.R rename to cli/jobs/single-step/r/iris/src/train.R diff --git a/cli/jobs/single-step/scikit-learn/diabetes/job.yml b/cli/jobs/single-step/scikit-learn/diabetes/job.yml new file mode 100644 index 000000000..8b4429a20 --- /dev/null +++ b/cli/jobs/single-step/scikit-learn/diabetes/job.yml @@ -0,0 +1,14 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +code: + local_path: src +command: >- + python main.py + --diabetes-csv ${{inputs.diabetes_csv}} +inputs: + diabetes_csv: + file: https://azuremlexamples.blob.core.windows.net/datasets/diabetes.csv +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:9 +compute: azureml:cpu-cluster +display_name: sklearn-diabetes-example +experiment_name: sklearn-diabetes-example +description: Train a scikit-learn LinearRegression model on the Diabetes dataset. diff --git a/cli/jobs/train/scikit-learn/diabetes/src/main.py b/cli/jobs/single-step/scikit-learn/diabetes/src/main.py similarity index 93% rename from cli/jobs/train/scikit-learn/diabetes/src/main.py rename to cli/jobs/single-step/scikit-learn/diabetes/src/main.py index cf2fe5296..6c49fbc93 100644 --- a/cli/jobs/train/scikit-learn/diabetes/src/main.py +++ b/cli/jobs/single-step/scikit-learn/diabetes/src/main.py @@ -74,16 +74,8 @@ def parse_args(): # run script if __name__ == "__main__": - # add space in logs - print("\n\n") - print("*" * 60) - # parse args args = parse_args() # run main function main(args) - - # add space in logs - print("*" * 60) - print("\n\n") diff --git a/cli/jobs/single-step/scikit-learn/iris-notebook/docker-context/Dockerfile b/cli/jobs/single-step/scikit-learn/iris-notebook/docker-context/Dockerfile new file mode 100644 index 000000000..ed14335c7 --- /dev/null +++ b/cli/jobs/single-step/scikit-learn/iris-notebook/docker-context/Dockerfile @@ -0,0 +1,8 @@ +FROM python:3.8 + +# python installs +COPY requirements.txt . +RUN pip install -r requirements.txt && rm requirements.txt + +# set command +CMD ["bash"] diff --git a/cli/jobs/single-step/scikit-learn/iris-notebook/docker-context/requirements.txt b/cli/jobs/single-step/scikit-learn/iris-notebook/docker-context/requirements.txt new file mode 100644 index 000000000..adcc72530 --- /dev/null +++ b/cli/jobs/single-step/scikit-learn/iris-notebook/docker-context/requirements.txt @@ -0,0 +1,16 @@ +# pydata +numpy==1.21.2 +scipy==1.7.1 +pandas==1.3.0 +scikit-learn==0.24.2 + +# tracking +mlflow==1.20.2 +azureml-mlflow==1.34.0 + +# visualization +matplotlib==3.4.3 + +# tools +ipykernel==6.4.1 +papermill==2.3.3 diff --git a/cli/jobs/single-step/scikit-learn/iris-notebook/job.yml b/cli/jobs/single-step/scikit-learn/iris-notebook/job.yml new file mode 100644 index 000000000..83198b392 --- /dev/null +++ b/cli/jobs/single-step/scikit-learn/iris-notebook/job.yml @@ -0,0 +1,12 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +code: + local_path: src +command: >- + papermill main.ipynb outputs/out.ipynb -k python +environment: + build: + local_path: docker-context +compute: azureml:cpu-cluster +display_name: sklearn-iris-notebook-example +experiment_name: sklearn-iris-notebook-example +description: Train a scikit-learn SVM on the Iris dataset using a custom Docker container build with a notebook via papermill. diff --git a/cli/jobs/single-step/scikit-learn/iris-notebook/src/main.ipynb b/cli/jobs/single-step/scikit-learn/iris-notebook/src/main.ipynb new file mode 100644 index 000000000..85c2d731b --- /dev/null +++ b/cli/jobs/single-step/scikit-learn/iris-notebook/src/main.ipynb @@ -0,0 +1,101 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# imports\n", + "import os\n", + "import mlflow\n", + "import argparse\n", + "\n", + "import pandas as pd\n", + "\n", + "from sklearn.svm import SVC\n", + "from sklearn.model_selection import train_test_split" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# define functions\n", + "def main(args):\n", + " # enable auto logging\n", + " mlflow.autolog()\n", + "\n", + " # setup parameters\n", + " params = {\n", + " \"C\": args.C,\n", + " \"kernel\": args.kernel,\n", + " \"coef0\": args.coef0,\n", + " }\n", + "\n", + " # read in data\n", + " df = pd.read_csv(args.iris_csv)\n", + "\n", + " # process data\n", + " X_train, X_test, y_train, y_test = process_data(df, args.random_state)\n", + "\n", + " # train model\n", + " model = train_model(params, X_train, X_test, y_train, y_test)\n", + "\n", + "\n", + "def process_data(df, random_state):\n", + " # split dataframe into X and y\n", + " X = df.drop([\"species\"], axis=1)\n", + " y = df[\"species\"]\n", + "\n", + " # train/test split\n", + " X_train, X_test, y_train, y_test = train_test_split(\n", + " X, y, test_size=0.2, random_state=random_state\n", + " )\n", + "\n", + " # return split data\n", + " return X_train, X_test, y_train, y_test\n", + "\n", + "\n", + "def train_model(params, X_train, X_test, y_train, y_test):\n", + " # train model\n", + " model = SVC(**params)\n", + " model = model.fit(X_train, y_train)\n", + "\n", + " # return model\n", + " return model" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "class args:\n", + " iris_csv = \"https://azuremlexamples.blob.core.windows.net/datasets/iris.csv\"\n", + " C = 0.8\n", + " kernel = \"rbf\"\n", + " coef0 = 0.1\n", + " random_state = 42\n", + "\n", + "\n", + "main(args)" + ] + } + ], + "metadata": { + "language_info": { + "name": "plaintext" + }, + "kernelspec": { + "display_name": "Python 3.8 - AzureML", + "language": "python", + "name": "python38-azureml" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} \ No newline at end of file diff --git a/cli/jobs/single-step/scikit-learn/iris/docker-context/Dockerfile b/cli/jobs/single-step/scikit-learn/iris/docker-context/Dockerfile new file mode 100644 index 000000000..ed14335c7 --- /dev/null +++ b/cli/jobs/single-step/scikit-learn/iris/docker-context/Dockerfile @@ -0,0 +1,8 @@ +FROM python:3.8 + +# python installs +COPY requirements.txt . +RUN pip install -r requirements.txt && rm requirements.txt + +# set command +CMD ["bash"] diff --git a/cli/jobs/single-step/scikit-learn/iris/docker-context/requirements.txt b/cli/jobs/single-step/scikit-learn/iris/docker-context/requirements.txt new file mode 100644 index 000000000..67228a6e9 --- /dev/null +++ b/cli/jobs/single-step/scikit-learn/iris/docker-context/requirements.txt @@ -0,0 +1,12 @@ +# pydata +numpy==1.21.2 +scipy==1.7.1 +pandas==1.3.0 +scikit-learn==0.24.2 + +# tracking +mlflow==1.20.2 +azureml-mlflow==1.34.0 + +# visualization +matplotlib==3.4.3 diff --git a/cli/jobs/single-step/scikit-learn/iris/job-docker-context.yml b/cli/jobs/single-step/scikit-learn/iris/job-docker-context.yml new file mode 100644 index 000000000..433f90375 --- /dev/null +++ b/cli/jobs/single-step/scikit-learn/iris/job-docker-context.yml @@ -0,0 +1,22 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +code: + local_path: src +command: >- + python main.py + --iris-csv ${{inputs.iris_csv}} + --C ${{inputs.C}} + --kernel ${{inputs.kernel}} + --coef0 ${{inputs.coef0}} +inputs: + iris_csv: + file: wasbs://datasets@azuremlexamples.blob.core.windows.net/iris.csv + C: 0.8 + kernel: "rbf" + coef0: 0.1 +environment: + build: + local_path: docker-context +compute: azureml:cpu-cluster +display_name: sklearn-iris-example +experiment_name: sklearn-iris-example +description: Train a scikit-learn SVM on the Iris dataset using a custom Docker container build. diff --git a/cli/jobs/single-step/scikit-learn/iris/job-sweep.yml b/cli/jobs/single-step/scikit-learn/iris/job-sweep.yml new file mode 100644 index 000000000..f8cc1496a --- /dev/null +++ b/cli/jobs/single-step/scikit-learn/iris/job-sweep.yml @@ -0,0 +1,39 @@ +$schema: https://azuremlschemas.azureedge.net/latest/sweepJob.schema.json +type: sweep +trial: + code: + local_path: src + command: >- + python main.py + --iris-csv ${{inputs.iris_csv}} + --C ${{search_space.C}} + --kernel ${{search_space.kernel}} + --coef0 ${{search_space.coef0}} + environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:9 +inputs: + iris_csv: + file: wasbs://datasets@azuremlexamples.blob.core.windows.net/iris.csv +compute: azureml:cpu-cluster +sampling_algorithm: random +search_space: + C: + type: uniform + min_value: 0.5 + max_value: 0.9 + kernel: + type: choice + values: ["rbf", "linear", "poly"] + coef0: + type: uniform + min_value: 0.1 + max_value: 1 +objective: + goal: minimize + primary_metric: training_f1_score +limits: + max_total_trials: 20 + max_concurrent_trials: 10 + timeout: 7200 +display_name: sklearn-iris-sweep-example +experiment_name: sklearn-iris-sweep-example +description: Sweep hyperparemeters for training a scikit-learn SVM on the Iris dataset. diff --git a/cli/jobs/single-step/scikit-learn/iris/job.yml b/cli/jobs/single-step/scikit-learn/iris/job.yml new file mode 100644 index 000000000..ae89217b7 --- /dev/null +++ b/cli/jobs/single-step/scikit-learn/iris/job.yml @@ -0,0 +1,20 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +code: + local_path: src +command: >- + python main.py + --iris-csv ${{inputs.iris_csv}} + --C ${{inputs.C}} + --kernel ${{inputs.kernel}} + --coef0 ${{inputs.coef0}} +inputs: + iris_csv: + file: wasbs://datasets@azuremlexamples.blob.core.windows.net/iris.csv + C: 0.8 + kernel: "rbf" + coef0: 0.1 +environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:9 +compute: azureml:cpu-cluster +display_name: sklearn-iris-example +experiment_name: sklearn-iris-example +description: Train a scikit-learn SVM on the Iris dataset. diff --git a/cli/jobs/train/scikit-learn/iris/src/main.py b/cli/jobs/single-step/scikit-learn/iris/src/main.py similarity index 93% rename from cli/jobs/train/scikit-learn/iris/src/main.py rename to cli/jobs/single-step/scikit-learn/iris/src/main.py index 6b1935e5b..01b5d305d 100644 --- a/cli/jobs/train/scikit-learn/iris/src/main.py +++ b/cli/jobs/single-step/scikit-learn/iris/src/main.py @@ -4,7 +4,6 @@ import mlflow import argparse import pandas as pd -import matplotlib.pyplot as plt from sklearn.svm import SVC from sklearn.model_selection import train_test_split @@ -53,7 +52,7 @@ def process_data(df, random_state): X, y, test_size=0.2, random_state=random_state ) - # return splits and encoder + # return split data return X_train, X_test, y_train, y_test @@ -97,16 +96,8 @@ def parse_args(): # run script if __name__ == "__main__": - # add space in logs - print("*" * 60) - print("\n\n") - # parse args args = parse_args() # run main function main(args) - - # add space in logs - print("*" * 60) - print("\n\n") diff --git a/cli/jobs/dataprep/spark/nyctaxi/README.md b/cli/jobs/single-step/spark/nyctaxi/README.md similarity index 100% rename from cli/jobs/dataprep/spark/nyctaxi/README.md rename to cli/jobs/single-step/spark/nyctaxi/README.md diff --git a/cli/jobs/dataprep/spark/nyctaxi/conda.yml b/cli/jobs/single-step/spark/nyctaxi/conda.yml similarity index 96% rename from cli/jobs/dataprep/spark/nyctaxi/conda.yml rename to cli/jobs/single-step/spark/nyctaxi/conda.yml index 5318e1654..190df14df 100644 --- a/cli/jobs/dataprep/spark/nyctaxi/conda.yml +++ b/cli/jobs/single-step/spark/nyctaxi/conda.yml @@ -4,6 +4,7 @@ channels: - conda-forge dependencies: - python=3.8 + - pip=20.3.4 - gcsfs - fs-gcsfs - numpy diff --git a/cli/jobs/single-step/spark/nyctaxi/job.yml b/cli/jobs/single-step/spark/nyctaxi/job.yml new file mode 100644 index 000000000..53b7b6877 --- /dev/null +++ b/cli/jobs/single-step/spark/nyctaxi/job.yml @@ -0,0 +1,19 @@ +$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json +code: + local_path: src +command: >- + python prep-nyctaxi.py + --nyc_taxi_dataset ${{inputs.nyc_taxi_dataset}} +inputs: + nyc_taxi_dataset: + folder: wasbs://nyctlc@azureopendatastorage.blob.core.windows.net/yellow + mode: ro_mount +environment: + image: mcr.microsoft.com/mmlspark/release:1.0.0-rc3 + conda_file: conda.yml +compute: azureml:cpu-cluster-lg +resources: + instance_count: 1 +display_name: spark-nyctaxi-example +experiment_name: spark-nyctaxi-example +description: This sample shows how to run a single node Spark job on Azure ML. The 47GB NYC Taxi dataset is read in parquet format by a 1 node Spark cluster, processed and then written as job output in parquet format. diff --git a/cli/jobs/dataprep/spark/nyctaxi/src/prep-nyctaxi.py b/cli/jobs/single-step/spark/nyctaxi/src/prep-nyctaxi.py similarity index 97% rename from cli/jobs/dataprep/spark/nyctaxi/src/prep-nyctaxi.py rename to cli/jobs/single-step/spark/nyctaxi/src/prep-nyctaxi.py index dd7d17f56..e75156c54 100644 --- a/cli/jobs/dataprep/spark/nyctaxi/src/prep-nyctaxi.py +++ b/cli/jobs/single-step/spark/nyctaxi/src/prep-nyctaxi.py @@ -23,15 +23,13 @@ parser.add_argument("--nyc_taxi_dataset") args = parser.parse_args() dataset = args.nyc_taxi_dataset print(f"dataset location: {dataset}") -os.system(f"find {dataset}") +# os.system(f"find {dataset}") spark = ( SparkSession.builder.appName("AML Dataprep") .config("spark.executor.cores", 1) - .config("spark.executor.instances", 1) - .config("spark.executor.memory", "1g") - .config("spark.executor.cores", 1) - .config("spark.executor.instances", 1) + .config("spark.executor.instances", 16) + .config("spark.executor.memory", "4g") .getOrCreate() ) diff --git a/cli/jobs/train/tensorflow/mnist-distributed-horovod/job.yml b/cli/jobs/single-step/tensorflow/mnist-distributed-horovod/job.yml similarity index 73% rename from cli/jobs/train/tensorflow/mnist-distributed-horovod/job.yml rename to cli/jobs/single-step/tensorflow/mnist-distributed-horovod/job.yml index 6b659f99c..7d7c2d34d 100644 --- a/cli/jobs/train/tensorflow/mnist-distributed-horovod/job.yml +++ b/cli/jobs/single-step/tensorflow/mnist-distributed-horovod/job.yml @@ -3,13 +3,16 @@ code: local_path: src command: >- python train.py - --epochs 1 -environment: azureml:AzureML-tensorflow-2.4-ubuntu18.04-py37-cuda11-gpu:11 -compute: - target: azureml:gpu-cluster + --epochs ${{inputs.epochs}} +inputs: + epochs: 1 +environment: azureml:AzureML-tensorflow-2.4-ubuntu18.04-py37-cuda11-gpu:14 +compute: azureml:gpu-cluster +resources: instance_count: 2 distribution: type: mpi process_count_per_instance: 2 +display_name: tensorflow-mnist-distributed-horovod-example experiment_name: tensorflow-mnist-distributed-horovod-example description: Train a basic neural network with TensorFlow on the MNIST dataset, distributed via Horovod. diff --git a/cli/jobs/train/tensorflow/mnist-distributed-horovod/src/train.py b/cli/jobs/single-step/tensorflow/mnist-distributed-horovod/src/train.py similarity index 100% rename from cli/jobs/train/tensorflow/mnist-distributed-horovod/src/train.py rename to cli/jobs/single-step/tensorflow/mnist-distributed-horovod/src/train.py diff --git a/cli/jobs/train/tensorflow/mnist-distributed/job.yml b/cli/jobs/single-step/tensorflow/mnist-distributed/job.yml similarity index 64% rename from cli/jobs/train/tensorflow/mnist-distributed/job.yml rename to cli/jobs/single-step/tensorflow/mnist-distributed/job.yml index 61911ad39..30921199c 100644 --- a/cli/jobs/train/tensorflow/mnist-distributed/job.yml +++ b/cli/jobs/single-step/tensorflow/mnist-distributed/job.yml @@ -3,14 +3,19 @@ code: local_path: src command: >- python train.py - --epochs 1 - --model-dir outputs/keras-model -environment: azureml:AzureML-tensorflow-2.4-ubuntu18.04-py37-cuda11-gpu:11 -compute: - target: azureml:gpu-cluster + --epochs ${{inputs.epochs}} + --model-dir ${{inputs.model_dir}} +inputs: + epochs: 1 + model_dir: outputs/keras-model +environment: azureml:AzureML-tensorflow-2.4-ubuntu18.04-py37-cuda11-gpu:14 +compute: azureml:gpu-cluster +resources: instance_count: 2 distribution: type: tensorflow worker_count: 2 + worker_count: 2 +display_name: tensorflow-mnist-distributed-example experiment_name: tensorflow-mnist-distributed-example description: Train a basic neural network with TensorFlow on the MNIST dataset, distributed via TensorFlow. diff --git a/cli/jobs/train/tensorflow/mnist-distributed/src/train.py b/cli/jobs/single-step/tensorflow/mnist-distributed/src/train.py similarity index 100% rename from cli/jobs/train/tensorflow/mnist-distributed/src/train.py rename to cli/jobs/single-step/tensorflow/mnist-distributed/src/train.py diff --git a/cli/jobs/train/tensorflow/mnist/job.yml b/cli/jobs/single-step/tensorflow/mnist/job.yml similarity index 80% rename from cli/jobs/train/tensorflow/mnist/job.yml rename to cli/jobs/single-step/tensorflow/mnist/job.yml index 825795af0..a149549e3 100644 --- a/cli/jobs/train/tensorflow/mnist/job.yml +++ b/cli/jobs/single-step/tensorflow/mnist/job.yml @@ -3,8 +3,8 @@ code: local_path: src command: >- python train.py -environment: azureml:AzureML-tensorflow-2.4-ubuntu18.04-py37-cuda11-gpu:11 -compute: - target: azureml:gpu-cluster +environment: azureml:AzureML-tensorflow-2.4-ubuntu18.04-py37-cuda11-gpu:14 +compute: azureml:gpu-cluster +display_name: tensorflow-mnist-example experiment_name: tensorflow-mnist-example description: Train a basic neural network with TensorFlow on the MNIST dataset. diff --git a/cli/jobs/train/tensorflow/mnist/src/train.py b/cli/jobs/single-step/tensorflow/mnist/src/train.py similarity index 100% rename from cli/jobs/train/tensorflow/mnist/src/train.py rename to cli/jobs/single-step/tensorflow/mnist/src/train.py diff --git a/cli/jobs/train/fastai/mnist/environment.yml b/cli/jobs/train/fastai/mnist/environment.yml deleted file mode 100644 index aa6113767..000000000 --- a/cli/jobs/train/fastai/mnist/environment.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: fastai-example -channels: - - defaults - - anaconda - - conda-forge -dependencies: - - python=3.7.5 - - pip - - pip: - - azureml-mlflow - - fastai==1.0.61 \ No newline at end of file diff --git a/cli/jobs/train/fastai/mnist/job.yml b/cli/jobs/train/fastai/mnist/job.yml deleted file mode 100644 index 5a793dd85..000000000 --- a/cli/jobs/train/fastai/mnist/job.yml +++ /dev/null @@ -1,13 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: >- - python train.py -environment: - docker: - image: mcr.microsoft.com/azureml/intelmpi2018.3-ubuntu16.04:20210301.v1 - conda_file: file:environment.yml -compute: - target: azureml:cpu-cluster -experiment_name: fastai-mnist-example -description: Train a RESNET-18 convolutional neural network (CNN) with fast.ai on the MNIST dataset. \ No newline at end of file diff --git a/cli/jobs/train/fastai/mnist/src/train.py b/cli/jobs/train/fastai/mnist/src/train.py deleted file mode 100644 index e2ee4b53f..000000000 --- a/cli/jobs/train/fastai/mnist/src/train.py +++ /dev/null @@ -1,47 +0,0 @@ -import argparse -import mlflow.fastai -import fastai.vision as vis - - -def parse_args(): - parser = argparse.ArgumentParser(description="Fastai example") - parser.add_argument( - "--lr", - type=float, - default=0.01, - help="learning rate to update step size at each step (default: 0.01)", - ) - parser.add_argument( - "--epochs", - type=int, - default=5, - help="number of epochs (default: 5). Note it takes about 1 min per epoch", - ) - return parser.parse_args() - - -def main(): - # Parse command-line arguments - args = parse_args() - - # Download and untar the MNIST data set - path = vis.untar_data(vis.URLs.MNIST_TINY) - - # Prepare, transform, and normalize the data - data = vis.ImageDataBunch.from_folder( - path, ds_tfms=(vis.rand_pad(2, 28), []), bs=64 - ) - data.normalize(vis.imagenet_stats) - - # Train and fit the Learner model - learn = vis.cnn_learner(data, vis.models.resnet18, metrics=vis.accuracy) - - # Enable auto logging - mlflow.fastai.autolog() - - # Train and fit with default or supplied command line arguments - learn.fit(args.epochs, args.lr) - - -if __name__ == "__main__": - main() diff --git a/cli/jobs/train/fastai/pets/DOCKERFILE b/cli/jobs/train/fastai/pets/DOCKERFILE deleted file mode 100644 index e1e7e10c1..000000000 --- a/cli/jobs/train/fastai/pets/DOCKERFILE +++ /dev/null @@ -1,3 +0,0 @@ -FROM fastdotai/fastai:latest -RUN conda install -y pip=20.1.1 -RUN pip install azureml-mlflow diff --git a/cli/jobs/train/fastai/pets/job.yml b/cli/jobs/train/fastai/pets/job.yml deleted file mode 100644 index 0e087f9db..000000000 --- a/cli/jobs/train/fastai/pets/job.yml +++ /dev/null @@ -1,13 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: >- - python train.py -environment: - docker: - build: - dockerfile: file:DOCKERFILE -compute: - target: azureml:gpu-cluster -experiment_name: fastai-pets-example -description: Fine tune a convolutional neural network (CNN) with fast.ai on a pets dataset. \ No newline at end of file diff --git a/cli/jobs/train/fastai/pets/src/train.py b/cli/jobs/train/fastai/pets/src/train.py deleted file mode 100644 index 0f669f0f1..000000000 --- a/cli/jobs/train/fastai/pets/src/train.py +++ /dev/null @@ -1,31 +0,0 @@ -import mlflow.fastai -from fastai.vision.all import * - -# enable auto logging -# mlflow.fastai.autolog() # broken - -path = untar_data(URLs.PETS) -path.ls() - -files = get_image_files(path / "images") -len(files) - -# (Path('/home/ashwin/.fastai/data/oxford-iiit-pet/images/yorkshire_terrier_102.jpg'),Path('/home/ashwin/.fastai/data/oxford-iiit-pet/images/great_pyrenees_102.jpg')) - - -def label_func(f): - return f[0].isupper() - - -# To get our data ready for a model, we need to put it in a DataLoaders object. Here we have a function that labels using the file names, so we will use ImageDataLoaders.from_name_func. There are other factory methods of ImageDataLoaders that could be more suitable for your problem, so make sure to check them all in vision.data. - -dls = ImageDataLoaders.from_name_func(path, files, label_func, item_tfms=Resize(224)) - -# We have passed to this function the directory we're working in, the files we grabbed, our label_func and one last piece as item_tfms: this is a Transform applied on all items of our dataset that will resize each imge to 224 by 224, by using a random crop on the largest dimension to make it a square, then resizing to 224 by 224. If we didn't pass this, we would get an error later as it would be impossible to batch the items together. - -dls.show_batch() - -learn = cnn_learner(dls, resnet34, metrics=error_rate) -learn.fine_tune(1) - -mlflow.fastai.log_model(learn, "model") diff --git a/cli/jobs/train/julia/iris/Dockerfile b/cli/jobs/train/julia/iris/Dockerfile deleted file mode 100644 index 4534787ea..000000000 --- a/cli/jobs/train/julia/iris/Dockerfile +++ /dev/null @@ -1,77 +0,0 @@ -FROM mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04 -ENV DEBIAN_FRONTEND=noninteractive - -RUN set -eux; \ - apt-get update; \ - apt-get install -y --no-install-recommends \ - ca-certificates \ -# ERROR: no download agent available; install curl, wget, or fetch - curl \ - ; \ - rm -rf /var/lib/apt/lists/* - -ENV JULIA_PATH /usr/local/julia -ENV PATH $JULIA_PATH/bin:$PATH - -# https://julialang.org/juliareleases.asc -# Julia (Binary signing key) -ENV JULIA_GPG 3673DF529D9049477F76B37566E3C7DC03D6E495 - -# https://julialang.org/downloads/ -ENV JULIA_VERSION 1.6.2 - - -RUN set -eux; \ - \ - savedAptMark="$(apt-mark showmanual)"; \ - if ! command -v gpg > /dev/null; then \ - apt-get update; \ - apt-get install -y --no-install-recommends \ - gnupg \ - dirmngr \ - ; \ - rm -rf /var/lib/apt/lists/*; \ - fi; \ - \ -# https://julialang.org/downloads/#julia-command-line-version -# https://julialang-s3.julialang.org/bin/checksums/julia-1.6.2.sha256 -# this "case" statement is generated via "update.sh" - dpkgArch="$(dpkg --print-architecture)"; \ - case "${dpkgArch##*-}" in \ -# amd64 - amd64) tarArch='x86_64'; dirArch='x64'; sha256='3eb4b5775b0df1ad38f6c409e989501ab445c95bcb01ab02bd60f5bd1e823240' ;; \ -# arm32v7 - armhf) tarArch='armv7l'; dirArch='armv7l'; sha256='76229a04fc259c3d70a7bbf28f80c248f9891bd85d154df7cc67bcbdc3350c4f' ;; \ -# arm64v8 - arm64) tarArch='aarch64'; dirArch='aarch64'; sha256='fe487892b2e960698de467741330e0754b8ff80bb63b66c31451685be3f348cd' ;; \ -# i386 - i386) tarArch='i686'; dirArch='x86'; sha256='360f6ca9bb39eafda135ae0c943f9c336af843445e14aa5d60581433362ea286' ;; \ -# ppc64le - ppc64el) tarArch='ppc64le'; dirArch='ppc64le'; sha256='84c1c0aa3bbc229192e17d16d5da9d6bb0daa791a78dd40480b09528fb50648a' ;; \ - *) echo >&2 "error: current architecture ($dpkgArch) does not have a corresponding Julia binary release"; exit 1 ;; \ - esac; \ - \ - folder="$(echo "$JULIA_VERSION" | cut -d. -f1-2)"; \ - curl -fL -o julia.tar.gz.asc "https://julialang-s3.julialang.org/bin/linux/${dirArch}/${folder}/julia-${JULIA_VERSION}-linux-${tarArch}.tar.gz.asc"; \ - curl -fL -o julia.tar.gz "https://julialang-s3.julialang.org/bin/linux/${dirArch}/${folder}/julia-${JULIA_VERSION}-linux-${tarArch}.tar.gz"; \ - \ - echo "${sha256} *julia.tar.gz" | sha256sum -c -; \ - \ - export GNUPGHOME="$(mktemp -d)"; \ - gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$JULIA_GPG"; \ - gpg --batch --verify julia.tar.gz.asc julia.tar.gz; \ - command -v gpgconf > /dev/null && gpgconf --kill all; \ - rm -rf "$GNUPGHOME" julia.tar.gz.asc; \ - \ - mkdir "$JULIA_PATH"; \ - tar -xzf julia.tar.gz -C "$JULIA_PATH" --strip-components 1; \ - rm julia.tar.gz; \ - \ - apt-mark auto '.*' > /dev/null; \ - [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; \ - #apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \ - \ -# smoke test - julia --version - -CMD ["julia"] \ No newline at end of file diff --git a/cli/jobs/train/julia/iris/README.md b/cli/jobs/train/julia/iris/README.md deleted file mode 100644 index 0a6ce8353..000000000 --- a/cli/jobs/train/julia/iris/README.md +++ /dev/null @@ -1,41 +0,0 @@ -Note: copied from https://github.com/FluxML/model-zoo/tree/master/other/iris - -# Use Flux to do Logistic Regression on the Iris dataset - -This is a very simple model, with a single layer that outputs to softmax. - -Logistic regression can basically be thought of as a [single layer neural network](https://sebastianraschka.com/faq/docs/logisticregr-neuralnet.html). - -## Data Source - -The data source is Fisher's classic dataset, retrieved from the [UCI Machine Learning Repository](https://archive.ics.uci.edu/ml/datasets/iris). - -## Usage - -`cd` into `model-zoo/other/iris`, start the Julia REPL and instantiate the environment: - -```julia - -julia> using Pkg; Pkg.activate("."); Pkg.instantiate() - -``` - -Then train and evaluate the model: - -```julia - -julia> include("iris.jl") -Starting training. - -Accuracy: 0.94 - -Confusion Matrix: - -3×3 Array{Int64,2}: - 16 0 0 - 0 16 1 - 0 2 15 - -julia> - -``` diff --git a/cli/jobs/train/julia/iris/job.yml b/cli/jobs/train/julia/iris/job.yml deleted file mode 100644 index 8fb6a8817..000000000 --- a/cli/jobs/train/julia/iris/job.yml +++ /dev/null @@ -1,15 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: . -command: >- - julia -e "include(\"run.jl\")" - -environment: - docker: - build: - dockerfile: file:Dockerfile - -compute: - target: local -experiment_name: flux-iris-example -description: Train a Flux model on the Iris dataset. \ No newline at end of file diff --git a/cli/jobs/train/julia/iris/run.jl b/cli/jobs/train/julia/iris/run.jl deleted file mode 100644 index 4ed6e6b5f..000000000 --- a/cli/jobs/train/julia/iris/run.jl +++ /dev/null @@ -1 +0,0 @@ -using Pkg; Pkg.activate("."); Pkg.instantiate(); include("iris.jl") \ No newline at end of file diff --git a/cli/jobs/train/lightgbm/iris-bash/job.yml b/cli/jobs/train/lightgbm/iris-bash/job.yml deleted file mode 100644 index 04589008a..000000000 --- a/cli/jobs/train/lightgbm/iris-bash/job.yml +++ /dev/null @@ -1,10 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: >- - bash run.sh -environment: azureml:AzureML-lightgbm-3.2-ubuntu18.04-py37-cpu:8 -compute: - target: azureml:cpu-cluster -experiment_name: lightgbm-iris-bash-example -description: Train a LightGBM model on the Iris dataset via Python via Bash script. diff --git a/cli/jobs/train/lightgbm/iris-bash/src/main.py b/cli/jobs/train/lightgbm/iris-bash/src/main.py deleted file mode 100644 index 87206af14..000000000 --- a/cli/jobs/train/lightgbm/iris-bash/src/main.py +++ /dev/null @@ -1,117 +0,0 @@ -# imports -import os -import mlflow -import argparse - -import pandas as pd -import lightgbm as lgbm -import matplotlib.pyplot as plt - -from sklearn.metrics import log_loss, accuracy_score -from sklearn.preprocessing import LabelEncoder -from sklearn.model_selection import train_test_split - -# define functions -def main(args): - # enable auto logging - mlflow.autolog() - - # setup parameters - num_boost_round = args.num_boost_round - params = { - "objective": "multiclass", - "num_class": 3, - "boosting": args.boosting, - "num_iterations": args.num_iterations, - "num_leaves": args.num_leaves, - "num_threads": args.num_threads, - "learning_rate": args.learning_rate, - "metric": args.metric, - "seed": args.seed, - "verbose": args.verbose, - } - - # read in data - df = pd.read_csv(args.iris_csv) - - # process data - X_train, X_test, y_train, y_test, enc = process_data(df) - - # train model - model = train_model(params, num_boost_round, X_train, X_test, y_train, y_test) - - -def process_data(df): - # split dataframe into X and y - X = df.drop(["species"], axis=1) - y = df["species"] - - # one-hot encode - enc = LabelEncoder() - y = enc.fit_transform(y) - - # train/test split - X_train, X_test, y_train, y_test = train_test_split( - X, y, test_size=0.2, random_state=42 - ) - - # return splits and encoder - return X_train, X_test, y_train, y_test, enc - - -def train_model(params, num_boost_round, X_train, X_test, y_train, y_test): - # create lightgbm datasets - train_data = lgbm.Dataset(X_train, label=y_train) - test_data = lgbm.Dataset(X_test, label=y_test) - - # train model - model = lgbm.train( - params, - train_data, - num_boost_round=num_boost_round, - valid_sets=[test_data], - valid_names=["test"], - ) - - # return model - return model - - -def parse_args(): - # setup arg parser - parser = argparse.ArgumentParser() - - # add arguments - parser.add_argument("--iris-csv", type=str) - parser.add_argument("--num-boost-round", type=int, default=10) - parser.add_argument("--boosting", type=str, default="gbdt") - parser.add_argument("--num-iterations", type=int, default=16) - parser.add_argument("--num-leaves", type=int, default=31) - parser.add_argument("--num-threads", type=int, default=0) - parser.add_argument("--learning-rate", type=float, default=0.1) - parser.add_argument("--metric", type=str, default="multi_logloss") - parser.add_argument("--seed", type=int, default=42) - parser.add_argument("--verbose", type=int, default=0) - - # parse args - args = parser.parse_args() - - # return args - return args - - -# run script -if __name__ == "__main__": - # add space in logs - print("*" * 60) - print("\n\n") - - # parse args - args = parse_args() - - # run main function - main(args) - - # add space in logs - print("*" * 60) - print("\n\n") diff --git a/cli/jobs/train/lightgbm/iris-bash/src/run.sh b/cli/jobs/train/lightgbm/iris-bash/src/run.sh deleted file mode 100644 index 6c8708eda..000000000 --- a/cli/jobs/train/lightgbm/iris-bash/src/run.sh +++ /dev/null @@ -1,2 +0,0 @@ -echo "hello from a bash script" -python main.py --iris-csv https://azuremlexamples.blob.core.windows.net/datasets/iris.csv diff --git a/cli/jobs/train/lightgbm/iris/job.yml b/cli/jobs/train/lightgbm/iris/job.yml deleted file mode 100644 index 21d53070e..000000000 --- a/cli/jobs/train/lightgbm/iris/job.yml +++ /dev/null @@ -1,16 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: >- - python main.py - --iris-csv {inputs.iris} -inputs: - iris: - data: - path: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv - mode: mount -environment: azureml:AzureML-lightgbm-3.2-ubuntu18.04-py37-cpu:8 -compute: - target: azureml:cpu-cluster -experiment_name: lightgbm-iris-example -description: Train a LightGBM model on the Iris dataset. diff --git a/cli/jobs/train/pytorch/iris/job.yml b/cli/jobs/train/pytorch/iris/job.yml deleted file mode 100644 index a87eea4ff..000000000 --- a/cli/jobs/train/pytorch/iris/job.yml +++ /dev/null @@ -1,19 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: >- - pip install -r requirements.txt && - python main.py - --iris-csv https://azuremlexamples.blob.core.windows.net/datasets/iris.csv - --epochs 10 - --lr 0.1 -inputs: - iris: - data: - path: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv - mode: mount -environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:6 -compute: - target: azureml:cpu-cluster -experiment_name: pytorch-iris-example -description: Train a neural network with PyTorch on the Iris dataset. diff --git a/cli/jobs/train/r/accidents/job.yml b/cli/jobs/train/r/accidents/job.yml deleted file mode 100644 index 3b8c9eb36..000000000 --- a/cli/jobs/train/r/accidents/job.yml +++ /dev/null @@ -1,19 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: >- - Rscript accidents.R - --data {inputs.training_data} -inputs: - training_data: - data: - local_path: data - mode: mount -environment: - docker: - build: - dockerfile: file:Dockerfile -compute: - target: azureml:cpu-cluster -experiment_name: r-accidents-example -description: Train a GLM using R on the accidents dataset. \ No newline at end of file diff --git a/cli/jobs/train/r/iris/job.yml b/cli/jobs/train/r/iris/job.yml deleted file mode 100644 index 8f41f5319..000000000 --- a/cli/jobs/train/r/iris/job.yml +++ /dev/null @@ -1,19 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -command: > - Rscript train.R - --data_folder {inputs.iris} -code: - local_path: src -inputs: - iris: - data: - path: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv - mode: mount -environment: - docker: - build: - dockerfile: file:Dockerfile -compute: - target: azureml:cpu-cluster -experiment_name: r-iris-example -description: Train an R model on the Iris dataset. \ No newline at end of file diff --git a/cli/jobs/train/scikit-learn/diabetes/job.yml b/cli/jobs/train/scikit-learn/diabetes/job.yml deleted file mode 100644 index 4bbee0221..000000000 --- a/cli/jobs/train/scikit-learn/diabetes/job.yml +++ /dev/null @@ -1,16 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: >- - python main.py - --diabetes-csv {inputs.diabetes} -inputs: - diabetes: - data: - path: https://azuremlexamples.blob.core.windows.net/datasets/diabetes.csv - mode: mount -environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:6 -compute: - target: azureml:cpu-cluster -experiment_name: sklearn-diabetes-example -description: Train a scikit-learn LinearRegression model on the Diabetes dataset. diff --git a/cli/jobs/train/scikit-learn/iris/job.yml b/cli/jobs/train/scikit-learn/iris/job.yml deleted file mode 100644 index 45cbb9061..000000000 --- a/cli/jobs/train/scikit-learn/iris/job.yml +++ /dev/null @@ -1,19 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: >- - python main.py - --iris-csv {inputs.iris} - --C 0.8 - --kernel "rbf" - --coef0 0.1 -inputs: - iris: - data: - path: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv - mode: mount -environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:6 -compute: - target: azureml:cpu-cluster -experiment_name: sklearn-iris-example -description: Train a scikit-learn SVM on the Iris dataset. diff --git a/cli/jobs/train/scikit-learn/mnist/job.yml b/cli/jobs/train/scikit-learn/mnist/job.yml deleted file mode 100644 index 9a29ffacd..000000000 --- a/cli/jobs/train/scikit-learn/mnist/job.yml +++ /dev/null @@ -1,13 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: >- - pip install -r requirements.txt && - python main.py - --C 0.8 - --penalty "l2" -environment: azureml:AzureML-sklearn-0.24-ubuntu18.04-py37-cpu:6 -compute: - target: azureml:cpu-cluster -experiment_name: sklearn-mnist-example -description: Train a scikit-learn LogisticRegression model on the MNSIT dataset. diff --git a/cli/jobs/train/scikit-learn/mnist/src/main.py b/cli/jobs/train/scikit-learn/mnist/src/main.py deleted file mode 100644 index def5019c2..000000000 --- a/cli/jobs/train/scikit-learn/mnist/src/main.py +++ /dev/null @@ -1,151 +0,0 @@ -# imports -import os -import gzip -import mlflow -import argparse - -import numpy as np -import matplotlib.pyplot as plt - -from sklearn.linear_model import LogisticRegression -from sklearn.preprocessing import MinMaxScaler - -from adlfs import AzureBlobFileSystem as abfs - -# define functions -def main(args): - # enable auto logging - mlflow.autolog() - - # setup parameters - params = { - "penalty": args.penalty, - "tol": args.tol, - "C": args.C, - "fit_intercept": args.fit_intercept, - "intercept_scaling": args.intercept_scaling, - "random_state": args.random_state, - "solver": args.solver, - "max_iter": args.max_iter, - "multi_class": args.multi_class, - "verbose": args.verbose, - } - - # process data - X_train, X_test, y_train, y_test = process_data( - args.account_name, args.container_name - ) - - # train model - model = train_model(params, X_train, X_test, y_train, y_test) - - -def read_images(f, num_images, image_size=28): - f.read(16) # magic - - buf = f.read(image_size * image_size * num_images) - images = np.frombuffer(buf, dtype=np.uint8).astype(np.float32) - images = images.reshape(num_images, image_size, image_size, 1) - - return images - - -def read_labels(f, num_labels): - f.read(8) # magic - - buf = f.read(num_labels) - labels = np.frombuffer(buf, dtype=np.uint8) - - return labels - - -def process_data(df, random_state): - # define constants - train_len = 60000 - test_len = 10000 - - # initialize filesystem - container_name = args.container_name - storage_options = {"account_name": args.account_name} - - fs = abfs(**storage_options) - - # read in data - files = fs.ls(f"{container_name}/mnist") - - for f in files: - if "train-images" in f: - X_train = read_images(gzip.open(fs.open(f)), train_len) - elif "train-labels" in f: - y_train = read_labels(gzip.open(fs.open(f)), train_len) - elif "images" in f: - X_test = read_images(gzip.open(fs.open(f)), test_len) - elif "labels" in f: - y_test = read_labels(gzip.open(fs.open(f)), test_len) - - # flatten 2D image arrays into 1D - X_train = X_train.reshape(train_len, -1) - X_test = X_test.reshape(test_len, -1) - - # initialize and fit scaler - scaler = MinMaxScaler() - scaler.fit(X_train) - - # scale train and test data - X_train = scaler.transform(X_train) - X_test = scaler.transform(X_test) - - # return data - return X_train, X_test, y_train, y_test - - -def train_model(params, X_train, X_test, y_train, y_test): - # train model - model = LogisticRegression(**params) - model = model.fit(X_train, y_train) - - # return model - return model - - -def parse_args(): - # setup arg parser - parser = argparse.ArgumentParser() - - # add arguments - parser.add_argument("--account_name", type=str, default="azuremlexamples") - parser.add_argument("--container_name", type=str, default="datasets") - - parser.add_argument("--penalty", type=str, default="l2") - parser.add_argument("--tol", type=float, default=1e-4) - parser.add_argument("--C", type=float, default=1.0) - parser.add_argument("--fit_intercept", type=bool, default=True) - parser.add_argument("--intercept_scaling", type=float, default=1) - parser.add_argument("--random_state", type=int, default=42) - parser.add_argument("--solver", type=str, default="lbfgs") - parser.add_argument("--max_iter", type=int, default=100) - parser.add_argument("--multi_class", type=str, default="auto") - parser.add_argument("--verbose", type=int, default=0) - - # parse args - args = parser.parse_args() - - # return args - return args - - -# run script -if __name__ == "__main__": - # add space in logs - print("\n\n") - print("*" * 60) - - # parse args - args = parse_args() - - # run main function - main(args) - - # add space in logs - print("*" * 60) - print("\n\n") diff --git a/cli/jobs/train/scikit-learn/mnist/src/requirements.txt b/cli/jobs/train/scikit-learn/mnist/src/requirements.txt deleted file mode 100644 index c8a01d7cc..000000000 --- a/cli/jobs/train/scikit-learn/mnist/src/requirements.txt +++ /dev/null @@ -1,10 +0,0 @@ -# data science -numpy -scipy -pandas>=1.2.0 -adlfs>=2021.8.1 -scikit-learn - -# tracking -mlflow -azureml-mlflow diff --git a/cli/jobs/train/tensorflow/iris/Dockerfile b/cli/jobs/train/tensorflow/iris/Dockerfile deleted file mode 100644 index 376269f8c..000000000 --- a/cli/jobs/train/tensorflow/iris/Dockerfile +++ /dev/null @@ -1,24 +0,0 @@ -FROM python:3.8 - -RUN pip install \ - mlflow \ - azureml-mlflow \ - numpy \ - scipy \ - pandas \ - scikit-learn \ - matplotlib \ - adlfs \ - fsspec \ - fastparquet \ - pyarrow \ - python-snappy \ - lz4 \ - xgboost \ - lightgbm \ - tensorflow \ - tensorflow_decision_forests - -RUN apt-get update && apt-get install -y fuse liblttng-ust0 - -CMD ["bash"] diff --git a/cli/jobs/train/tensorflow/iris/job.yml b/cli/jobs/train/tensorflow/iris/job.yml deleted file mode 100644 index 3351b8905..000000000 --- a/cli/jobs/train/tensorflow/iris/job.yml +++ /dev/null @@ -1,19 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandJob.schema.json -code: - local_path: src -command: >- - python main.py - --iris-csv {inputs.iris} -inputs: - iris: - data: - path: https://azuremlexamples.blob.core.windows.net/datasets/iris.csv - mode: mount -environment: - docker: - build: - dockerfile: file:Dockerfile -compute: - target: azureml:cpu-cluster -experiment_name: tensorflow-iris-example -description: Train a Tensorflow Decision Forest on the Iris dataset. diff --git a/cli/manage-resources.sh b/cli/manage-resources.sh deleted file mode 100644 index cc29caf44..000000000 --- a/cli/manage-resources.sh +++ /dev/null @@ -1,14 +0,0 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - -# -az ml data create -f assets/data/iris-url.yml -# - -# -az ml environment create -f assets/environment/python-ml-basic-cpu.yml -# - -# -az ml model create -f assets/model/lightgbm-iris.yml -# diff --git a/cli/misc.sh b/cli/misc.sh index 25e882d93..fca92a578 100644 --- a/cli/misc.sh +++ b/cli/misc.sh @@ -1,6 +1,3 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - ### TESTED # @@ -11,8 +8,11 @@ az extension list az extension add -n ml # -apt-get install sudo +# +az configure -l -o table +# +apt-get install sudo # curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash az extension add -n ml -y @@ -26,10 +26,6 @@ az extension update -n ml az ml -h # -# -az account set -s "" -# - # az extension remove -n azure-cli-ml az extension remove -n ml @@ -47,6 +43,10 @@ az version ### UNTESTED exit +# +az account set -s "" +# + # az login -# \ No newline at end of file +# diff --git a/cli/mlflow-uri.sh b/cli/mlflow-uri.sh index 127e4e8e4..da2e80548 100644 --- a/cli/mlflow-uri.sh +++ b/cli/mlflow-uri.sh @@ -1,5 +1,6 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. +# +az ml workspace show --query mlflow_tracking_uri -o tsv +# # AZUREML_MLFLOW_URI=$(az ml workspace show --query mlflow_tracking_uri -o tsv) diff --git a/cli/prefix.md b/cli/prefix.md index c18c44cfe..b9ea70920 100644 --- a/cli/prefix.md +++ b/cli/prefix.md @@ -19,23 +19,9 @@ Welcome to the Azure Machine Learning examples repository! 1. An Azure subscription. If you don't have an Azure subscription, [create a free account](https://aka.ms/AMLFree) before you begin. 2. A terminal. [Install and set up the CLI (v2)](https://docs.microsoft.com/azure/machine-learning/how-to-configure-cli) before you begin. -3. Clone this repository: - - ```bash - git clone https://github.com/Azure/azureml-examples --depth 1 - cd azureml-examples/cli - ``` - -4. Run the setup script and create compute: - - ```bash - bash setup.sh - bash create-compute.sh - ``` ## Getting started -1. [Train models (create jobs) with the CLI (v2)](https://docs.microsoft.com/azure/machine-learning/how-to-train-cli) -2. [Deploy and score a model using a managed online endpoint](https://docs.microsoft.com/azure/machine-learning/how-to-deploy-managed-online-endpoints) +1. [Install and set up the CLI (v2)](https://docs.microsoft.com/azure/machine-learning/how-to-configure-cli) ## Examples diff --git a/cli/readme.py b/cli/readme.py index 81cc45e9f..2641e7207 100644 --- a/cli/readme.py +++ b/cli/readme.py @@ -5,22 +5,33 @@ import glob import argparse # define constants -EXCLUDED_JOBS = ["cifar"] -EXCLUDED_ENDPOINTS = ["conda.yml", "environment.yml", "batch", "online"] -EXCLUDED_ASSETS = [ - "conda.yml", - "environment.yml", - "conda-envs", - "mlflow-models", +EXCLUDED_JOBS = [] +EXCLUDED_ENDPOINTS = ["batch", "online", "amlarc"] +EXCLUDED_RESOURCES = [ "workspace", + "datastore", + "vm-attach", + "instance", ] -EXCLUDED_SCRIPTS = ["setup", "create-compute", "cleanup"] +EXCLUDED_ASSETS = [ + "conda-yamls", + "mlflow-models", +] +EXCLUDED_SCRIPTS = ["setup", "cleanup", "run-job"] # define functions def main(args): + # get list of notebooks + notebooks = sorted(glob.glob("**/*.ipynb", recursive=True)) + + # make all notebooks consistent + modify_notebooks(notebooks) + # get list of jobs jobs = sorted(glob.glob("jobs/**/*job*.yml", recursive=True)) - jobs += sorted(glob.glob("jobs/misc/*.yml", recursive=False)) + jobs += sorted(glob.glob("jobs/basics/*.yml", recursive=False)) + jobs += sorted(glob.glob("jobs/*/basics/**/*job*.yml", recursive=True)) + jobs += sorted(glob.glob("jobs/*/basics/**/*pipeline*.yml", recursive=True)) jobs = [ job.replace(".yml", "") for job in jobs @@ -35,6 +46,14 @@ def main(args): if not any(excluded in endpoint for excluded in EXCLUDED_ENDPOINTS) ] + # get list of resources + resources = sorted(glob.glob("resources/**/*.yml", recursive=True)) + resources = [ + resource.replace(".yml", "") + for resource in resources + if not any(excluded in resource for excluded in EXCLUDED_RESOURCES) + ] + # get list of assets assets = sorted(glob.glob("assets/**/*.yml", recursive=True)) assets = [ @@ -52,14 +71,14 @@ def main(args): ] # write workflows - write_workflows(jobs, endpoints, assets, scripts) + write_workflows(jobs, endpoints, resources, assets, scripts) # read existing README.md with open("README.md", "r") as f: readme_before = f.read() # write README.md - write_readme(jobs, endpoints, assets, scripts) + write_readme(jobs, endpoints, resources, assets, scripts) # read modified README.md with open("README.md", "r") as f: @@ -72,7 +91,30 @@ def main(args): exit(2) -def write_readme(jobs, endpoints, assets, scripts): +def modify_notebooks(notebooks): + # setup variables + kernelspec = { + "display_name": "Python 3.8 - AzureML", + "language": "python", + "name": "python38-azureml", + } + + # for each notebooks + for notebook in notebooks: + + # read in notebook + with open(notebook, "r") as f: + data = json.load(f) + + # update metadata + data["metadata"]["kernelspec"] = kernelspec + + # write notebook + with open(notebook, "w") as f: + json.dump(data, f, indent=1) + + +def write_readme(jobs, endpoints, resources, assets, scripts): # read in prefix.md and suffix.md with open("prefix.md", "r") as f: prefix = f.read() @@ -84,13 +126,16 @@ def write_readme(jobs, endpoints, assets, scripts): endpoints_table = ( "\n**Endpoints** ([endpoints](endpoints))\n\npath|status|description\n-|-|-\n" ) + resources_table = ( + "\n**Resources** ([resources](resources))\n\npath|status|description\n-|-|-\n" + ) assets_table = "\n**Assets** ([assets](assets))\n\npath|status|description\n-|-|-\n" scripts_table = "\n**Scripts**\n\npath|status|\n-|-\n" # process jobs for job in jobs: # build entries for tutorial table - status = f"[![{job}](https://github.com/Azure/azureml-examples/workflows/cli-{job.replace('/', '-')}/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-{job.replace('/', '-')}.yml)" + status = f"[![{job}](https://github.com/Azure/azureml-examples/workflows/cli-{job.replace('/', '-')}/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-{job.replace('/', '-')}.yml)" description = "*no description*" try: with open(f"{job}.yml", "r") as f: @@ -108,7 +153,7 @@ def write_readme(jobs, endpoints, assets, scripts): # process endpoints for endpoint in endpoints: # build entries for tutorial table - status = f"[![{endpoint}](https://github.com/Azure/azureml-examples/workflows/cli-{endpoint.replace('/', '-')}/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-{endpoint.replace('/', '-')}.yml)" + status = f"[![{endpoint}](https://github.com/Azure/azureml-examples/workflows/cli-{endpoint.replace('/', '-')}/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-{endpoint.replace('/', '-')}.yml)" description = "*no description*" try: with open(f"{endpoint}.yml", "r") as f: @@ -123,10 +168,28 @@ def write_readme(jobs, endpoints, assets, scripts): row = f"[{endpoint}.yml]({endpoint}.yml)|{status}|{description}\n" endpoints_table += row + # process resources + for resource in resources: + # build entries for tutorial table + status = f"[![{resource}](https://github.com/Azure/azureml-examples/workflows/cli-{resource.replace('/', '-')}/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-{resource.replace('/', '-')}.yml)" + description = "*no description*" + try: + with open(f"{resource}.yml", "r") as f: + for line in f.readlines(): + if "description: " in str(line): + description = line.split(": ")[-1].strip() + break + except: + pass + + # add row to tutorial table + row = f"[{resource}.yml]({resource}.yml)|{status}|{description}\n" + resources_table += row + # process assets for asset in assets: # build entries for tutorial table - status = f"[![{asset}](https://github.com/Azure/azureml-examples/workflows/cli-{asset.replace('/', '-')}/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-{asset.replace('/', '-')}.yml)" + status = f"[![{asset}](https://github.com/Azure/azureml-examples/workflows/cli-{asset.replace('/', '-')}/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-{asset.replace('/', '-')}.yml)" description = "*no description*" try: with open(f"{asset}.yml", "r") as f: @@ -144,7 +207,7 @@ def write_readme(jobs, endpoints, assets, scripts): # process scripts for script in scripts: # build entries for tutorial table - status = f"[![{script}](https://github.com/Azure/azureml-examples/workflows/cli-scripts-{script}/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-{script}.yml)" + status = f"[![{script}](https://github.com/Azure/azureml-examples/workflows/cli-scripts-{script}/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/cli-scripts-{script}.yml)" link = f"https://scripts.microsoft.com/azure/machine-learning/{script}" # add row to tutorial table @@ -159,12 +222,13 @@ def write_readme(jobs, endpoints, assets, scripts): + scripts_table + jobs_table + endpoints_table + + resources_table + assets_table + suffix ) -def write_workflows(jobs, endpoints, assets, scripts): +def write_workflows(jobs, endpoints, resources, assets, scripts): print("writing .github/workflows...") # process jobs @@ -178,6 +242,11 @@ def write_workflows(jobs, endpoints, assets, scripts): # write_endpoint_workflow(endpoint) pass + # process assest + for resource in resources: + # write workflow file + write_asset_workflow(resource) + # process assest for asset in assets: # write workflow file @@ -215,9 +284,10 @@ def parse_path(path): def write_job_workflow(job): filename, project_dir, hyphenated = parse_path(job) - creds = "${{secrets.AZ_AE_CREDS}}" + creds = "${{secrets.AZ_CREDS}}" workflow_yaml = f"""name: cli-{hyphenated} on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -243,23 +313,8 @@ jobs: run: bash setup.sh working-directory: cli continue-on-error: true - - name: create job - run: | - run_id=$(az ml job create -f {job}.yml --query name -o tsv) - az ml job stream -n $run_id - status=$(az ml job show -n $run_id --query status -o tsv) - echo $status - if [[ $status == "Completed" ]] - then - echo "Job completed" - elif [[ $status == "Failed" ]] - then - echo "Job failed" - exit 1 - else - echo "Job status not failed or completed" - exit 2 - fi + - name: run job + run: bash -x run-job.sh {job}.yml working-directory: cli\n""" # write workflow @@ -269,9 +324,10 @@ jobs: def write_endpoint_workflow(endpoint): filename, project_dir, hyphenated = parse_path(endpoint) - creds = "${{secrets.AZ_AE_CREDS}}" + creds = "${{secrets.AZ_CREDS}}" workflow_yaml = f"""name: cli-{hyphenated} on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -308,9 +364,10 @@ jobs: def write_asset_workflow(asset): filename, project_dir, hyphenated = parse_path(asset) - creds = "${{secrets.AZ_AE_CREDS}}" + creds = "${{secrets.AZ_CREDS}}" workflow_yaml = f"""name: cli-{hyphenated} on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: @@ -347,9 +404,10 @@ jobs: def write_script_workflow(script): filename, project_dir, hyphenated = parse_path(script) - creds = "${{secrets.AZ_AE_CREDS}}" + creds = "${{secrets.AZ_CREDS}}" workflow_yaml = f"""name: cli-scripts-{hyphenated} on: + workflow_dispatch: schedule: - cron: "0 0/4 * * *" pull_request: diff --git a/cli/resources/compute/cluster-basic.yml b/cli/resources/compute/cluster-basic.yml new file mode 100644 index 000000000..1a57a16ef --- /dev/null +++ b/cli/resources/compute/cluster-basic.yml @@ -0,0 +1,7 @@ +$schema: https://azuremlschemas.azureedge.net/latest/amlCompute.schema.json +name: basic-example +type: amlcompute +size: STANDARD_DS3_v2 +min_instances: 0 +max_instances: 2 +idle_time_before_scale_down: 120 diff --git a/cli/resources/compute/cluster-location.yml b/cli/resources/compute/cluster-location.yml new file mode 100644 index 000000000..13c7307e0 --- /dev/null +++ b/cli/resources/compute/cluster-location.yml @@ -0,0 +1,8 @@ +$schema: https://azuremlschemas.azureedge.net/latest/amlCompute.schema.json +name: location-example +type: amlcompute +size: STANDARD_DS3_v2 +min_instances: 0 +max_instances: 2 +idle_time_before_scale_down: 120 +location: westus diff --git a/cli/resources/compute/cluster-low-priority.yml b/cli/resources/compute/cluster-low-priority.yml new file mode 100644 index 000000000..99deccff4 --- /dev/null +++ b/cli/resources/compute/cluster-low-priority.yml @@ -0,0 +1,8 @@ +$schema: https://azuremlschemas.azureedge.net/latest/amlCompute.schema.json +name: low-pri-example +type: amlcompute +size: STANDARD_DS3_v2 +min_instances: 0 +max_instances: 2 +idle_time_before_scale_down: 120 +tier: low_priority diff --git a/cli/resources/compute/cluster-minimal.yml b/cli/resources/compute/cluster-minimal.yml new file mode 100644 index 000000000..ea4af18e8 --- /dev/null +++ b/cli/resources/compute/cluster-minimal.yml @@ -0,0 +1,3 @@ +$schema: https://azuremlschemas.azureedge.net/latest/amlCompute.schema.json +name: minimal-example +type: amlcompute diff --git a/cli/resources/compute/cluster-ssh-password.yml b/cli/resources/compute/cluster-ssh-password.yml new file mode 100644 index 000000000..d82660aad --- /dev/null +++ b/cli/resources/compute/cluster-ssh-password.yml @@ -0,0 +1,10 @@ +$schema: https://azuremlschemas.azureedge.net/latest/amlCompute.schema.json +name: ssh-example +type: amlcompute +size: STANDARD_DS3_v2 +min_instances: 0 +max_instances: 2 +idle_time_before_scale_down: 120 +ssh_settings: + admin_username: example-user + admin_password: example-password diff --git a/cli/resources/compute/instance-basic.yml b/cli/resources/compute/instance-basic.yml new file mode 100644 index 000000000..b6ae632a7 --- /dev/null +++ b/cli/resources/compute/instance-basic.yml @@ -0,0 +1,4 @@ +$schema: https://azuremlschemas.azureedge.net/latest/computeInstance.schema.json +name: basic-example-i +type: computeinstance +size: STANDARD_DS3_v2 diff --git a/cli/resources/compute/instance-minimal.yml b/cli/resources/compute/instance-minimal.yml new file mode 100644 index 000000000..ef1a60ba2 --- /dev/null +++ b/cli/resources/compute/instance-minimal.yml @@ -0,0 +1,3 @@ +$schema: https://azuremlschemas.azureedge.net/latest/computeInstance.schema.json +name: minimal-example-i +type: computeinstance diff --git a/cli/resources/compute/vm-attach.yml b/cli/resources/compute/vm-attach.yml new file mode 100644 index 000000000..5a109c5a7 --- /dev/null +++ b/cli/resources/compute/vm-attach.yml @@ -0,0 +1,7 @@ +$schema: https://azuremlschemas.azureedge.net/latest/vmCompute.schema.json +name: vm-example +type: virtualmachine +resource_id: /subscriptions//resourceGroups//providers/Microsoft.Compute/virtualMachines/ +ssh_settings: + admin_username: + admin_password: \ No newline at end of file diff --git a/cli/resources/datastore/README.md b/cli/resources/datastore/README.md new file mode 100644 index 000000000..f88445e5c --- /dev/null +++ b/cli/resources/datastore/README.md @@ -0,0 +1,18 @@ +# Working with Datastores in Azure Machine Learning CLI (v2) + +This repository contains example `YAML` files for creating `datastore` using Azure Machine Learning CLI (v2). The samples are provided for the following storage types: + +- Azure Blob Storage container +- Azure File share +- Azure Data Lake Storage Gen1 +- Azure Data Lake Storage Gen2 + +>- The `credentials` property in these sample `YAML` files is redacted. Please replace the redacted `account_key`, `sas_token`, `tenant_id`, `client_id` and `client_secret` appropriately in these files. + +To create a datastore using any of the sample `YAML` files provided in this directory, execute the following command: + +```cli +az ml datastore create -f .yml +``` + +To learn more about Azure Machine Learning CLI (v2), [follow this link](https://docs.microsoft.com/azure/machine-learning/how-to-configure-cli). diff --git a/cli/resources/datastore/adls-gen1-credless.yml b/cli/resources/datastore/adls-gen1-credless.yml new file mode 100644 index 000000000..de51ea9f9 --- /dev/null +++ b/cli/resources/datastore/adls-gen1-credless.yml @@ -0,0 +1,5 @@ +$schema: https://azuremlschemas.azureedge.net/latest/azureDataLakeGen1.schema.json +name: alds-gen1-credless-example +type: azure_data_lake_gen1 +description: Credential-less datastore pointing to an Azure Data Lake Storage Gen1. +store_name: mytestdatalakegen1 diff --git a/cli/resources/datastore/adls-gen1.yml b/cli/resources/datastore/adls-gen1.yml new file mode 100644 index 000000000..49a6ddd3e --- /dev/null +++ b/cli/resources/datastore/adls-gen1.yml @@ -0,0 +1,9 @@ +$schema: https://azuremlschemas.azureedge.net/latest/azureDataLakeGen1.schema.json +name: adls-gen1-example +type: azure_data_lake_gen1 +description: Datastore pointing to an Azure Data Lake Storage Gen1. +store_name: mytestdatalakegen1 +credentials: + tenant_id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX + client_id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX + client_secret: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX diff --git a/cli/resources/datastore/adls-gen2-credless.yml b/cli/resources/datastore/adls-gen2-credless.yml new file mode 100644 index 000000000..91bb752b6 --- /dev/null +++ b/cli/resources/datastore/adls-gen2-credless.yml @@ -0,0 +1,6 @@ +$schema: https://azuremlschemas.azureedge.net/latest/azureDataLakeGen2.schema.json +name: adls-gen2-credless-example +type: azure_data_lake_gen2 +description: Credential-less datastore pointing to an Azure Data Lake Storage Gen2. +account_name: mytestdatalakegen2 +filesystem: my-gen2-container diff --git a/cli/resources/datastore/adls-gen2.yml b/cli/resources/datastore/adls-gen2.yml new file mode 100644 index 000000000..b1524afb5 --- /dev/null +++ b/cli/resources/datastore/adls-gen2.yml @@ -0,0 +1,10 @@ +$schema: https://azuremlschemas.azureedge.net/latest/azureDataLakeGen2.schema.json +name: adls-gen2-example +type: azure_data_lake_gen2 +description: Datastore pointing to an Azure Data Lake Storage Gen2. +account_name: mytestdatalakegen2 +filesystem: my-gen2-container +credentials: + tenant_id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX + client_id: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX + client_secret: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \ No newline at end of file diff --git a/cli/resources/datastore/blob-credless.yml b/cli/resources/datastore/blob-credless.yml new file mode 100644 index 000000000..f238d9c67 --- /dev/null +++ b/cli/resources/datastore/blob-credless.yml @@ -0,0 +1,6 @@ +$schema: https://azuremlschemas.azureedge.net/latest/azureBlob.schema.json +name: blob-credless-example +type: azure_blob +description: Credential-less datastore pointing to a blob container. +account_name: mytestblobstore +container_name: data-container \ No newline at end of file diff --git a/cli/resources/datastore/blob-protocol.yml b/cli/resources/datastore/blob-protocol.yml new file mode 100644 index 000000000..3e63e3130 --- /dev/null +++ b/cli/resources/datastore/blob-protocol.yml @@ -0,0 +1,9 @@ +$schema: https://azuremlschemas.azureedge.net/latest/azureBlob.schema.json +name: blob-protocol-example +type: azure_blob +description: Datastore pointing to a blob container using wasbs protocol. +account_name: mytestblobstore +protocol: wasbs +container_name: data-container +credentials: + account_key: XXXxxxXXXxXXXXxxXXXXXxXXXXXxXxxXxXXXxXXXxXXxxxXXxxXXXxXxXXXxxXxxXXXXxxxxxXXxxxxxxXXXxXXX \ No newline at end of file diff --git a/cli/resources/datastore/blob-sas.yml b/cli/resources/datastore/blob-sas.yml new file mode 100644 index 000000000..a34a79963 --- /dev/null +++ b/cli/resources/datastore/blob-sas.yml @@ -0,0 +1,8 @@ +$schema: https://azuremlschemas.azureedge.net/latest/azureBlob.schema.json +name: blob-sas-example +type: azure_blob +description: Datastore pointing to a blob container using SAS token. +account_name: mytestblobstore +container_name: data-container +credentials: + sas_token: ?xx=XXXX-XX-XX&xx=xxxx&xxx=xxx&xx=xxxxxxxxxxx&xx=XXXX-XX-XXXXX:XX:XXX&xx=XXXX-XX-XXXXX:XX:XXX&xxx=xxxxx&xxx=XXxXXXxxxxxXXXXXXXxXxxxXXXXXxxXXXXXxXXXXxXXXxXXxXX \ No newline at end of file diff --git a/cli/resources/datastore/blob.yml b/cli/resources/datastore/blob.yml new file mode 100644 index 000000000..c652b4e44 --- /dev/null +++ b/cli/resources/datastore/blob.yml @@ -0,0 +1,8 @@ +$schema: https://azuremlschemas.azureedge.net/latest/azureBlob.schema.json +name: blob-example +type: azure_blob +description: Datastore pointing to a blob container. +account_name: mytestblobstore +container_name: data-container +credentials: + account_key: XXXxxxXXXxXXXXxxXXXXXxXXXXXxXxxXxXXXxXXXxXXxxxXXxxXXXxXxXXXxxXxxXXXXxxxxxXXxxxxxxXXXxXXX \ No newline at end of file diff --git a/cli/resources/datastore/file-sas.yml b/cli/resources/datastore/file-sas.yml new file mode 100644 index 000000000..4bbf08a99 --- /dev/null +++ b/cli/resources/datastore/file-sas.yml @@ -0,0 +1,8 @@ +$schema: https://azuremlschemas.azureedge.net/latest/azureFile.schema.json +name: file-sas-example +type: azure_file +description: Datastore pointing to an Azure File Share using SAS token. +account_name: mytestfilestore +file_share_name: my-share +credentials: + sas_token: ?xx=XXXX-XX-XX&xx=xxxx&xxx=xxx&xx=xxxxxxxxxxx&xx=XXXX-XX-XXXXX:XX:XXX&xx=XXXX-XX-XXXXX:XX:XXX&xxx=xxxxx&xxx=XXxXXXxxxxxXXXXXXXxXxxxXXXXXxxXXXXXxXXXXxXXXxXXxXX \ No newline at end of file diff --git a/cli/resources/datastore/file.yml b/cli/resources/datastore/file.yml new file mode 100644 index 000000000..d6d713b1a --- /dev/null +++ b/cli/resources/datastore/file.yml @@ -0,0 +1,8 @@ +$schema: https://azuremlschemas.azureedge.net/latest/azureFile.schema.json +name: file-example +type: azure_file +description: Datastore pointing to an Azure File Share. +account_name: mytestfilestore +file_share_name: my-share +credentials: + account_key: XxXxXxXXXXXXXxXxXxxXxxXXXXXXXXxXxxXXxXXXXXXXxxxXxXXxXXXXXxXXxXXXxXxXxxxXXxXXxXXXXXxXxxXX \ No newline at end of file diff --git a/cli/resources/workspace/basic.yml b/cli/resources/workspace/basic.yml new file mode 100644 index 000000000..6de43b750 --- /dev/null +++ b/cli/resources/workspace/basic.yml @@ -0,0 +1,8 @@ +$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json +name: mlw-basic-prod +location: eastus +display_name: Basic workspace-example +description: This example shows a YML configuration for a basic workspace. In case you use this configuration to deploy a new workspace, since no existing dependent resources are specified, these will be automatically created. +hbi_workspace: false +tags: + purpose: demonstration \ No newline at end of file diff --git a/cli/resources/workspace/cmk.yml b/cli/resources/workspace/cmk.yml new file mode 100644 index 000000000..1508c6525 --- /dev/null +++ b/cli/resources/workspace/cmk.yml @@ -0,0 +1,10 @@ +$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json +name: mlw-cmkexample-prod +location: eastus +display_name: Customer managed key encryption-example +description: This configurations shows how to create a workspace that uses customer-managed keys for encryption. +customer_managed_key: + key_vault: /subscriptions//resourceGroups//providers/Microsoft.KeyVault/vaults/ + key_uri: https://.vault.azure.net/keys// +tags: + purpose: demonstration diff --git a/cli/resources/workspace/hbi.yml b/cli/resources/workspace/hbi.yml new file mode 100644 index 000000000..945e8f2aa --- /dev/null +++ b/cli/resources/workspace/hbi.yml @@ -0,0 +1,8 @@ +$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json +name: mlw-hbiexample-prod +location: eastus +display_name: High business impact-example +description: This configuration shows how to configure a workspace with the hbi flag enabled. This flag specifies whether to reduce telemetry collection and enable additional encryption when high-business-impact data is used. +hbi_workspace: true +tags: + purpose: demonstration diff --git a/cli/resources/workspace/privatelink.yml b/cli/resources/workspace/privatelink.yml new file mode 100644 index 000000000..aa0cb24bb --- /dev/null +++ b/cli/resources/workspace/privatelink.yml @@ -0,0 +1,9 @@ +$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json +name: mlw-privatelink-prod +location: eastus +display_name: Private Link endpoint workspace-example +description: When using private link, you must set the image_build_compute property to a cluster name to use for Docker image environment building. You can also specify whether the workspace should be accessible over the internet. +image_build_compute: cpu-compute +public_network_access: Disabled +tags: + purpose: demonstration \ No newline at end of file diff --git a/cli/resources/workspace/with-existing-resources.yml b/cli/resources/workspace/with-existing-resources.yml new file mode 100644 index 000000000..a88062488 --- /dev/null +++ b/cli/resources/workspace/with-existing-resources.yml @@ -0,0 +1,11 @@ +$schema: https://azuremlschemas.azureedge.net/latest/workspace.schema.json +name: mlw-basicex-prod +location: eastus +display_name: Bring your own dependent resources-example +description: This configuration specifies a workspace configuration with existing dependent resources +storage_account: /subscriptions//resourceGroups//providers/Microsoft.Storage/storageAccounts/ +container_registry: /subscriptions//resourceGroups//providers/Microsoft.ContainerRegistry/registries/ +key_vault: /subscriptions//resourceGroups//providers/Microsoft.KeyVault/vaults/ +application_insights: /subscriptions//resourceGroups//providers/Microsoft.insights/components/ +tags: + purpose: demonstration \ No newline at end of file diff --git a/cli/run-job.sh b/cli/run-job.sh new file mode 100644 index 000000000..db9aba4ad --- /dev/null +++ b/cli/run-job.sh @@ -0,0 +1,44 @@ +job=$1 +run_id=$(az ml job create -f $job --query name -o tsv) + +if [[ -z "$run_id" ]] +then + echo "Job creation failed" + exit 3 +fi + +status=$(az ml job show -n $run_id --query status -o tsv) + +if [[ -z "$status" ]] +then + echo "Status query failed" + exit 4 +fi + +job_uri=$(az ml job show -n $run_id --query services.Studio.endpoint) + +echo $job_uri + +running=("Queued" "NotStarted" "Starting" "Preparing" "Running" "Finalizing") +while [[ ${running[*]} =~ $status ]] +do + echo $job_uri + sleep 8 + status=$(az ml job show -n $run_id --query status -o tsv) + echo $status +done + +if [[ $status == "Completed" ]] +then + echo "Job completed" + exit 0 +elif [[ $status == "Failed" ]] +then + echo "Job failed" + exit 1 +else + echo "Job not completed or failed. Status is $status" + exit 2 +fi + +echo $job_uri diff --git a/cli/setup.sh b/cli/setup.sh index bdfbe6830..dcab32560 100644 --- a/cli/setup.sh +++ b/cli/setup.sh @@ -1,22 +1,17 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - -# rc install - uncomment and comment the install below to run all tests on CLI rc -#az extension add --source https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2-public/ml-2.0.1a1-py3-none-any.whl --yes - # az extension add -n ml -y # -# -az group create -n "azureml-examples-rg" -l "eastus" -# +# rc install - uncomment and adjust below to run all tests on a CLI release candidate +#az extension remove -n ml +#az extension add --source https://azuremlsdktestpypi.blob.core.windows.net/wheels/sdk-cli-v2/ml-0.0.22_october_cand-py3-none-any.whl --yes + +# +GROUP="azureml-examples" +LOCATION="eastus" +WORKSPACE="main" +# # -az configure --defaults group="azureml-examples-rg" workspace="main" +az configure --defaults group=$GROUP workspace=$WORKSPACE location=$LOCATION # - -# -az ml workspace create -# - diff --git a/cli/suffix.md b/cli/suffix.md index aa40be7c7..25e12f810 100644 --- a/cli/suffix.md +++ b/cli/suffix.md @@ -6,6 +6,7 @@ |`assets`|assets| |`endpoints`|endpoints| |`jobs`|jobs| +|`resources`|resources| ## Contributing diff --git a/cli/train-rest.sh b/cli/train-rest.sh index eb9b94fd4..9be8f3f88 100755 --- a/cli/train-rest.sh +++ b/cli/train-rest.sh @@ -1,5 +1,4 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. +exit 0 # TODO - update script to new API # SUBSCRIPTION_ID=$(az account show --query id | tr -d '\r"') diff --git a/cli/train.sh b/cli/train.sh index 97f3fc2c9..bd6f74a31 100644 --- a/cli/train.sh +++ b/cli/train.sh @@ -1,187 +1,164 @@ -## IMPORTANT: this file and accompanying assets are the source for snippets in https://docs.microsoft.com/azure/machine-learning! -## Please reach out to the Azure ML docs & samples team before before editing for the first time. - -# -az ml compute create -n cpu-cluster --type AmlCompute --min-instances 0 --max-instances 40 -az ml compute create -n gpu-cluster --type AmlCompute --min-instances 0 --max-instances 8 --size Standard_NC12 -# - # -az ml job create -f jobs/misc/hello-world.yml --web +az ml job create -f jobs/basics/hello-world.yml --web # -# -az ml job create -f jobs/train/lightgbm/iris/job.yml --web -# +# +az ml job create -f jobs/basics/hello-world.yml \ + --set environment.image="python:3.8" \ + --web +# -# -run_id=$(az ml job create -f jobs/train/lightgbm/iris/job.yml --query name -o tsv) -# +# +run_id=$(az ml job create -f jobs/basics/hello-world.yml --query name -o tsv) +# -# +# az ml job show -n $run_id --web -# +# -# -az ml job stream -n $run_id -# +# +az ml job create -f jobs/basics/hello-world-org.yml --web +# -# -status=$(az ml job show -n $run_id --query status -o tsv) -echo $status -if [[ $status == "Completed" ]] +run_id=$(az ml job create -f jobs/basics/hello-world-org.yml --query name -o tsv) +# +az ml job update -n $run_id --set \ + display_name="updated display name" \ + experiment_name="updated experiment name" \ + description="updated description" \ + tags.hello="updated tag" +# + +# +az ml job create -f jobs/basics/hello-world-env-var.yml --web +# + +# +az ml job create -f jobs/basics/hello-mlflow.yml --web +# + +# +az ml workspace show --query mlflow_tracking_uri -o tsv +# + +# +az ml job create -f jobs/basics/hello-world-input.yml --web +# + +# +az ml job create -f jobs/basics/hello-world-input.yml --set \ + inputs.hello_string="hello there" \ + inputs.hello_number=24 \ + --web +# + +# +az ml job create -f jobs/basics/hello-sweep.yml --web +# + +# +az ml job create -f jobs/basics/hello-world-output.yml --web +# + +run_id=$(az ml job create -f jobs/basics/hello-world-output.yml --query name -o tsv) +if [[ -z "$run_id" ]] then - echo "Job completed" -elif [[ $status == "Failed" ]] -then - echo "Job failed" - exit 1 -else - echo "Job status not failed or completed" - exit 2 + echo "Job creation failed" + exit 3 fi -# - -# -az ml job download -n $run_id --outputs -# - -# -az ml job create -f jobs/train/lightgbm/iris/job-sweep.yml --web -# - -# -run_id=$(az ml job create -f jobs/train/lightgbm/iris/job-sweep.yml --query name -o tsv) -# - -# -az ml job show -n $run_id --web -# - -# -az ml job stream -n $run_id -# - -# status=$(az ml job show -n $run_id --query status -o tsv) -echo $status -if [[ $status == "Completed" ]] +if [[ -z "$status" ]] then - echo "Job completed" -elif [[ $status == "Failed" ]] -then - echo "Job failed" - exit 1 -else - echo "Job status not failed or completed" - exit 2 + echo "Status query failed" + exit 4 fi -# - -# -wget "https://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gz" -tar -xvzf cifar-10-python.tar.gz -rm cifar-10-python.tar.gz -mkdir jobs/train/pytorch/cifar-distributed/data -mv cifar-10-batches-py jobs/train/pytorch/cifar-distributed/data -# +running=("Queued" "Starting" "Preparing" "Running" "Finalizing") +while [[ ${running[*]} =~ $status ]] +do + sleep 8 + status=$(az ml job show -n $run_id --query status -o tsv) + echo $status +done + +# +az ml job download -n $run_id +# +rm -r $run_id + +# +az ml job create -f jobs/basics/hello-iris-file.yml --web +# + +# +az ml job create -f jobs/basics/hello-iris-folder.yml --web +# + +# +az ml job create -f jobs/basics/hello-iris-datastore-file.yml --web +# + +# +az ml job create -f jobs/basics/hello-iris-datastore-folder.yml --web +# + +# +az ml job create -f jobs/basics/hello-world-output-data.yml --web +# + +# +az ml job create -f jobs/basics/hello-pipeline.yml --web +# + +# +az ml job create -f jobs/basics/hello-pipeline-io.yml --web +# + +# +az ml job create -f jobs/basics/hello-pipeline-settings.yml --web +# + +# +az ml job create -f jobs/basics/hello-pipeline-abc.yml --web +# + +# +az ml job create -f jobs/single-step/scikit-learn/iris/job.yml --web +# + +run_id=$(az ml job create -f jobs/single-step/scikit-learn/iris/job.yml --query name -o tsv) +if [[ -z "$run_id" ]] +then + echo "Job creation failed" + exit 3 +fi +status=$(az ml job show -n $run_id --query status -o tsv) +if [[ -z "$status" ]] +then + echo "Status query failed" + exit 4 +fi +running=("Queued" "Starting" "Preparing" "Running" "Finalizing") +while [[ ${running[*]} =~ $status ]] +do + sleep 8 + status=$(az ml job show -n $run_id --query status -o tsv) + echo $status +done + +# +az ml job download -n $run_id +az ml model create -n sklearn-iris-example -l $run_id/model/ +# +rm -r $run_id + +# +az ml job create -f jobs/single-step/scikit-learn/iris/job-sweep.yml --web +# # -az ml job create -f jobs/train/pytorch/cifar-distributed/job.yml --web +az ml job create -f jobs/single-step/pytorch/cifar-distributed/job.yml --web # -# -run_id=$(az ml job create -f jobs/train/pytorch/cifar-distributed/job.yml --query name -o tsv) -# - -# -az ml job show -n $run_id --web -# - -# -az ml job stream -n $run_id -# - -# -status=$(az ml job show -n $run_id --query status -o tsv) -echo $status -if [[ $status == "Completed" ]] -then - echo "Job completed" -elif [[ $status == "Failed" ]] -then - echo "Job failed" - exit 1 -else - echo "Job status not failed or completed" - exit 2 -fi -# - -# -az ml job download -n $run_id --outputs -# - -# -az ml job create -f jobs/train/tensorflow/mnist-distributed/job.yml --web -# - -# -run_id=$(az ml job create -f jobs/train/tensorflow/mnist-distributed/job.yml --query name -o tsv) -# - -# -az ml job show -n $run_id --web -# - -# -az ml job stream -n $run_id -# - -# -status=$(az ml job show -n $run_id --query status -o tsv) -echo $status -if [[ $status == "Completed" ]] -then - echo "Job completed" -elif [[ $status == "Failed" ]] -then - echo "Job failed" - exit 1 -else - echo "Job status not failed or completed" - exit 2 -fi -# - -# -az ml job create -f jobs/train/tensorflow/mnist-distributed-horovod/job.yml --web -# - -# -run_id=$(az ml job create -f jobs/train/tensorflow/mnist-distributed-horovod/job.yml --query name -o tsv) -# - -# -az ml job show -n $run_id --web -# - -# -az ml job stream -n $run_id -# - -# -status=$(az ml job show -n $run_id --query status -o tsv) -echo $status -if [[ $status == "Completed" ]] -then - echo "Job completed" -elif [[ $status == "Failed" ]] -then - echo "Job failed" - exit 1 -else - echo "Job status not failed or completed" - exit 2 -fi -# +# +az ml job create -f jobs/pipelines/cifar-10/job.yml --web +# diff --git a/dev-requirements.txt b/dev-requirements.txt index 28d6bfae0..01cea1caf 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,3 +1,2 @@ GitPython==3.1.17 -black==20.8b1 -black-nb==0.4.0 +black[jupyter]==21.9b0 diff --git a/notebooks/README.md b/notebooks/README.md index ff549edbe..1ea0d7be1 100644 --- a/notebooks/README.md +++ b/notebooks/README.md @@ -20,8 +20,8 @@ Welcome to the Azure Machine Learning notebooks! directory|notebooks|status|description -|-|-|- -[basics](basics)|1.train-lightgbm-local.ipynb|[![basics](https://github.com/Azure/azureml-examples/workflows/notebooks-basics/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/notebooks-basics.yml)|*no description* -[cloud-data](cloud-data)|blob-adls-numpy.ipynb
blob-adls-pandas.ipynb|[![cloud-data](https://github.com/Azure/azureml-examples/workflows/notebooks-cloud-data/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/notebooks-cloud-data.yml)|*no description* +[basics](basics)|1.train-lightgbm-local.ipynb|[![basics](https://github.com/Azure/azureml-examples/workflows/notebooks-basics/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/notebooks-basics.yml)|*no description* +[cloud-data](cloud-data)|blob-adls-numpy.ipynb
blob-adls-pandas.ipynb|[![cloud-data](https://github.com/Azure/azureml-examples/workflows/notebooks-cloud-data/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/notebooks-cloud-data.yml)|*no description* ## Contributing diff --git a/notebooks/readme.py b/notebooks/readme.py index 34aab57a6..ca0d1dea1 100644 --- a/notebooks/readme.py +++ b/notebooks/readme.py @@ -66,7 +66,7 @@ def write_readme(notebook_dirs): name = notebook_dir.strip("/") # build entries for notebook table - status = f"[![{name}](https://github.com/Azure/azureml-examples/workflows/notebooks-{name}/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/notebooks-{name}.yml)" + status = f"[![{name}](https://github.com/Azure/azureml-examples/workflows/notebooks-{name}/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/notebooks-{name}.yml)" # read description if given in README description = "*no description*" diff --git a/python-sdk/README.md b/python-sdk/README.md index 4ba6ab200..01839fa2c 100644 --- a/python-sdk/README.md +++ b/python-sdk/README.md @@ -54,11 +54,11 @@ These concepts are sufficient to understand all examples in this repository, whi path|status|notebooks|description -|-|-|- -[automl-with-azureml](tutorials/automl-with-azureml)|[![auto-ml-classification-bank-marketing-all-features](https://github.com/Azure/azureml-examples/workflows/auto-ml-classification-bank-marketing-all-features/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-classification-bank-marketing-all-features.yml)
[![auto-ml-classification-credit-card-fraud](https://github.com/Azure/azureml-examples/workflows/auto-ml-classification-credit-card-fraud/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-classification-credit-card-fraud.yml)
[![auto-ml-classification-text-dnn](https://github.com/Azure/azureml-examples/workflows/auto-ml-classification-text-dnn/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-classification-text-dnn.yml)
[![auto-ml-continuous-retraining](https://github.com/Azure/azureml-examples/workflows/auto-ml-continuous-retraining/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-continuous-retraining.yml)
[![auto-ml-forecasting-beer-remote](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-beer-remote/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-beer-remote.yml)
[![auto-ml-forecasting-bike-share](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-bike-share/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-bike-share.yml)
[![auto-ml-forecasting-energy-demand](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-energy-demand/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-energy-demand.yml)
[![auto-ml-forecasting-function](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-function/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-function.yml)
[![auto-ml-forecasting-hierarchical-timeseries](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-hierarchical-timeseries/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-hierarchical-timeseries.yml)
[![auto-ml-forecasting-many-models](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-many-models/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-many-models.yml)
[![auto-ml-forecasting-orange-juice-sales](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-orange-juice-sales/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-orange-juice-sales.yml)
[![auto-ml-forecasting-univariate-recipe-experiment-settings](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-univariate-recipe-experiment-settings/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-univariate-recipe-experiment-settings.yml)
[![auto-ml-forecasting-univariate-recipe-run-experiment](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-univariate-recipe-run-experiment/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-univariate-recipe-run-experiment.yml)
[![auto-ml-image-classification-multiclass](https://github.com/Azure/azureml-examples/workflows/auto-ml-image-classification-multiclass/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-image-classification-multiclass.yml)
[![auto-ml-image-classification-multilabel](https://github.com/Azure/azureml-examples/workflows/auto-ml-image-classification-multilabel/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-image-classification-multilabel.yml)
[![auto-ml-image-instance-segmentation](https://github.com/Azure/azureml-examples/workflows/auto-ml-image-instance-segmentation/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-image-instance-segmentation.yml)
[![auto-ml-image-object-detection](https://github.com/Azure/azureml-examples/workflows/auto-ml-image-object-detection/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-image-object-detection.yml)
[![auto-ml-image-classification-multiclass-batch-scoring](https://github.com/Azure/azureml-examples/workflows/auto-ml-image-classification-multiclass-batch-scoring/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-image-classification-multiclass-batch-scoring.yml)
[![auto-ml-classification-credit-card-fraud-local](https://github.com/Azure/azureml-examples/workflows/auto-ml-classification-credit-card-fraud-local/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-classification-credit-card-fraud-local.yml)
[![auto-ml-regression-explanation-featurization](https://github.com/Azure/azureml-examples/workflows/auto-ml-regression-explanation-featurization/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-regression-explanation-featurization.yml)
[![auto-ml-regression](https://github.com/Azure/azureml-examples/workflows/auto-ml-regression/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-regression.yml)|[auto-ml-classification-bank-marketing-all-features.ipynb](tutorials/automl-with-azureml/classification-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.ipynb)
[auto-ml-classification-credit-card-fraud.ipynb](tutorials/automl-with-azureml/classification-credit-card-fraud/auto-ml-classification-credit-card-fraud.ipynb)
[auto-ml-classification-text-dnn.ipynb](tutorials/automl-with-azureml/classification-text-dnn/auto-ml-classification-text-dnn.ipynb)
[auto-ml-continuous-retraining.ipynb](tutorials/automl-with-azureml/continuous-retraining/auto-ml-continuous-retraining.ipynb)
[auto-ml-forecasting-beer-remote.ipynb](tutorials/automl-with-azureml/forecasting-beer-remote/auto-ml-forecasting-beer-remote.ipynb)
[auto-ml-forecasting-bike-share.ipynb](tutorials/automl-with-azureml/forecasting-bike-share/auto-ml-forecasting-bike-share.ipynb)
[auto-ml-forecasting-energy-demand.ipynb](tutorials/automl-with-azureml/forecasting-energy-demand/auto-ml-forecasting-energy-demand.ipynb)
[auto-ml-forecasting-function.ipynb](tutorials/automl-with-azureml/forecasting-forecast-function/auto-ml-forecasting-function.ipynb)
[auto-ml-forecasting-hierarchical-timeseries.ipynb](tutorials/automl-with-azureml/forecasting-hierarchical-timeseries/auto-ml-forecasting-hierarchical-timeseries.ipynb)
[auto-ml-forecasting-many-models.ipynb](tutorials/automl-with-azureml/forecasting-many-models/auto-ml-forecasting-many-models.ipynb)
[auto-ml-forecasting-orange-juice-sales.ipynb](tutorials/automl-with-azureml/forecasting-orange-juice-sales/auto-ml-forecasting-orange-juice-sales.ipynb)
[auto-ml-forecasting-univariate-recipe-experiment-settings.ipynb](tutorials/automl-with-azureml/forecasting-recipes-univariate/auto-ml-forecasting-univariate-recipe-experiment-settings.ipynb)
[auto-ml-forecasting-univariate-recipe-run-experiment.ipynb](tutorials/automl-with-azureml/forecasting-recipes-univariate/auto-ml-forecasting-univariate-recipe-run-experiment.ipynb)
[auto-ml-image-classification-multiclass.ipynb](tutorials/automl-with-azureml/image-classification-multiclass/auto-ml-image-classification-multiclass.ipynb)
[auto-ml-image-classification-multilabel.ipynb](tutorials/automl-with-azureml/image-classification-multilabel/auto-ml-image-classification-multilabel.ipynb)
[auto-ml-image-instance-segmentation.ipynb](tutorials/automl-with-azureml/image-instance-segmentation/auto-ml-image-instance-segmentation.ipynb)
[auto-ml-image-object-detection.ipynb](tutorials/automl-with-azureml/image-object-detection/auto-ml-image-object-detection.ipynb)
[auto-ml-image-classification-multiclass-batch-scoring.ipynb](tutorials/automl-with-azureml/image-pipelines/image-classification-multiclass-batch-scoring/auto-ml-image-classification-multiclass-batch-scoring.ipynb)
[auto-ml-classification-credit-card-fraud-local.ipynb](tutorials/automl-with-azureml/local-run-classification-credit-card-fraud/auto-ml-classification-credit-card-fraud-local.ipynb)
[auto-ml-regression-explanation-featurization.ipynb](tutorials/automl-with-azureml/regression-explanation-featurization/auto-ml-regression-explanation-featurization.ipynb)
[auto-ml-regression.ipynb](tutorials/automl-with-azureml/regression/auto-ml-regression.ipynb)|Tutorials showing how to build high quality machine learning models using Azure Automated Machine Learning. -[dataset-uploads](tutorials/dataset-uploads)|[![dataset-uploads](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-dataset-uploads/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-dataset-uploads.yml)|[upload_dataframe_register_as_dataset.ipynb](tutorials/dataset-uploads/upload_dataframe_register_as_dataset.ipynb)
[upload_directory_create_file_dataset.ipynb](tutorials/dataset-uploads/upload_directory_create_file_dataset.ipynb)|*no description* -[deploy-local](tutorials/deploy-local)|[![deploy-local](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-deploy-local/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-deploy-local.yml)|[1.deploy-local.ipynb](tutorials/deploy-local/1.deploy-local.ipynb)
[2.deploy-local-cli.ipynb](tutorials/deploy-local/2.deploy-local-cli.ipynb)|*no description* -[using-pipelines](tutorials/using-pipelines)|[![using-pipelines](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-using-pipelines/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-using-pipelines.yml)|[dataset-and-pipelineparameter.ipynb](tutorials/using-pipelines/dataset-and-pipelineparameter.ipynb)
[image-classification.ipynb](tutorials/using-pipelines/image-classification.ipynb)
[publish-and-run-using-rest-endpoint.ipynb](tutorials/using-pipelines/publish-and-run-using-rest-endpoint.ipynb)
[style-transfer-parallel-run.ipynb](tutorials/using-pipelines/style-transfer-parallel-run.ipynb)|*no description* -[using-rapids](tutorials/using-rapids)|[![using-rapids](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-using-rapids/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-using-rapids.yml)|[1.train-and-hpo.ipynb](tutorials/using-rapids/1.train-and-hpo.ipynb)
[2.train-multi-gpu.ipynb](tutorials/using-rapids/2.train-multi-gpu.ipynb)|Learn how to accelerate PyData tools (Numpy, Pandas, Scikit-Learn, etc.) on NVIDIA GPUs with [RAPIDS](https://github.com/rapidsai) and Azure ML. +[automl-with-azureml](tutorials/automl-with-azureml)|[![auto-ml-classification-bank-marketing-all-features](https://github.com/Azure/azureml-examples/workflows/auto-ml-classification-bank-marketing-all-features/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-classification-bank-marketing-all-features.yml)
[![auto-ml-classification-credit-card-fraud](https://github.com/Azure/azureml-examples/workflows/auto-ml-classification-credit-card-fraud/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-classification-credit-card-fraud.yml)
[![auto-ml-classification-text-dnn](https://github.com/Azure/azureml-examples/workflows/auto-ml-classification-text-dnn/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-classification-text-dnn.yml)
[![auto-ml-continuous-retraining](https://github.com/Azure/azureml-examples/workflows/auto-ml-continuous-retraining/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-continuous-retraining.yml)
[![auto-ml-forecasting-beer-remote](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-beer-remote/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-beer-remote.yml)
[![auto-ml-forecasting-bike-share](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-bike-share/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-bike-share.yml)
[![auto-ml-forecasting-energy-demand](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-energy-demand/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-energy-demand.yml)
[![auto-ml-forecasting-function](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-function/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-function.yml)
[![auto-ml-forecasting-hierarchical-timeseries](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-hierarchical-timeseries/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-hierarchical-timeseries.yml)
[![auto-ml-forecasting-many-models](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-many-models/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-many-models.yml)
[![auto-ml-forecasting-orange-juice-sales](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-orange-juice-sales/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-orange-juice-sales.yml)
[![auto-ml-forecasting-univariate-recipe-experiment-settings](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-univariate-recipe-experiment-settings/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-univariate-recipe-experiment-settings.yml)
[![auto-ml-forecasting-univariate-recipe-run-experiment](https://github.com/Azure/azureml-examples/workflows/auto-ml-forecasting-univariate-recipe-run-experiment/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-forecasting-univariate-recipe-run-experiment.yml)
[![auto-ml-image-classification-multiclass](https://github.com/Azure/azureml-examples/workflows/auto-ml-image-classification-multiclass/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-image-classification-multiclass.yml)
[![auto-ml-image-classification-multilabel](https://github.com/Azure/azureml-examples/workflows/auto-ml-image-classification-multilabel/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-image-classification-multilabel.yml)
[![auto-ml-image-instance-segmentation](https://github.com/Azure/azureml-examples/workflows/auto-ml-image-instance-segmentation/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-image-instance-segmentation.yml)
[![auto-ml-image-object-detection](https://github.com/Azure/azureml-examples/workflows/auto-ml-image-object-detection/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-image-object-detection.yml)
[![auto-ml-image-classification-multiclass-batch-scoring](https://github.com/Azure/azureml-examples/workflows/auto-ml-image-classification-multiclass-batch-scoring/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-image-classification-multiclass-batch-scoring.yml)
[![auto-ml-classification-credit-card-fraud-local](https://github.com/Azure/azureml-examples/workflows/auto-ml-classification-credit-card-fraud-local/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-classification-credit-card-fraud-local.yml)
[![auto-ml-regression-explanation-featurization](https://github.com/Azure/azureml-examples/workflows/auto-ml-regression-explanation-featurization/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-regression-explanation-featurization.yml)
[![auto-ml-regression](https://github.com/Azure/azureml-examples/workflows/auto-ml-regression/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-auto-ml-regression.yml)|[auto-ml-classification-bank-marketing-all-features.ipynb](tutorials/automl-with-azureml/classification-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.ipynb)
[auto-ml-classification-credit-card-fraud.ipynb](tutorials/automl-with-azureml/classification-credit-card-fraud/auto-ml-classification-credit-card-fraud.ipynb)
[auto-ml-classification-text-dnn.ipynb](tutorials/automl-with-azureml/classification-text-dnn/auto-ml-classification-text-dnn.ipynb)
[auto-ml-continuous-retraining.ipynb](tutorials/automl-with-azureml/continuous-retraining/auto-ml-continuous-retraining.ipynb)
[auto-ml-forecasting-beer-remote.ipynb](tutorials/automl-with-azureml/forecasting-beer-remote/auto-ml-forecasting-beer-remote.ipynb)
[auto-ml-forecasting-bike-share.ipynb](tutorials/automl-with-azureml/forecasting-bike-share/auto-ml-forecasting-bike-share.ipynb)
[auto-ml-forecasting-energy-demand.ipynb](tutorials/automl-with-azureml/forecasting-energy-demand/auto-ml-forecasting-energy-demand.ipynb)
[auto-ml-forecasting-function.ipynb](tutorials/automl-with-azureml/forecasting-forecast-function/auto-ml-forecasting-function.ipynb)
[auto-ml-forecasting-hierarchical-timeseries.ipynb](tutorials/automl-with-azureml/forecasting-hierarchical-timeseries/auto-ml-forecasting-hierarchical-timeseries.ipynb)
[auto-ml-forecasting-many-models.ipynb](tutorials/automl-with-azureml/forecasting-many-models/auto-ml-forecasting-many-models.ipynb)
[auto-ml-forecasting-orange-juice-sales.ipynb](tutorials/automl-with-azureml/forecasting-orange-juice-sales/auto-ml-forecasting-orange-juice-sales.ipynb)
[auto-ml-forecasting-univariate-recipe-experiment-settings.ipynb](tutorials/automl-with-azureml/forecasting-recipes-univariate/auto-ml-forecasting-univariate-recipe-experiment-settings.ipynb)
[auto-ml-forecasting-univariate-recipe-run-experiment.ipynb](tutorials/automl-with-azureml/forecasting-recipes-univariate/auto-ml-forecasting-univariate-recipe-run-experiment.ipynb)
[auto-ml-image-classification-multiclass.ipynb](tutorials/automl-with-azureml/image-classification-multiclass/auto-ml-image-classification-multiclass.ipynb)
[auto-ml-image-classification-multilabel.ipynb](tutorials/automl-with-azureml/image-classification-multilabel/auto-ml-image-classification-multilabel.ipynb)
[auto-ml-image-instance-segmentation.ipynb](tutorials/automl-with-azureml/image-instance-segmentation/auto-ml-image-instance-segmentation.ipynb)
[auto-ml-image-object-detection.ipynb](tutorials/automl-with-azureml/image-object-detection/auto-ml-image-object-detection.ipynb)
[auto-ml-image-classification-multiclass-batch-scoring.ipynb](tutorials/automl-with-azureml/image-pipelines/image-classification-multiclass-batch-scoring/auto-ml-image-classification-multiclass-batch-scoring.ipynb)
[auto-ml-classification-credit-card-fraud-local.ipynb](tutorials/automl-with-azureml/local-run-classification-credit-card-fraud/auto-ml-classification-credit-card-fraud-local.ipynb)
[auto-ml-regression-explanation-featurization.ipynb](tutorials/automl-with-azureml/regression-explanation-featurization/auto-ml-regression-explanation-featurization.ipynb)
[auto-ml-regression.ipynb](tutorials/automl-with-azureml/regression/auto-ml-regression.ipynb)|Tutorials showing how to build high quality machine learning models using Azure Automated Machine Learning. +[dataset-uploads](tutorials/dataset-uploads)|[![dataset-uploads](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-dataset-uploads/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-dataset-uploads.yml)|[upload_dataframe_register_as_dataset.ipynb](tutorials/dataset-uploads/upload_dataframe_register_as_dataset.ipynb)
[upload_directory_create_file_dataset.ipynb](tutorials/dataset-uploads/upload_directory_create_file_dataset.ipynb)|*no description* +[deploy-local](tutorials/deploy-local)|[![deploy-local](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-deploy-local/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-deploy-local.yml)|[1.deploy-local.ipynb](tutorials/deploy-local/1.deploy-local.ipynb)
[2.deploy-local-cli.ipynb](tutorials/deploy-local/2.deploy-local-cli.ipynb)|*no description* +[using-pipelines](tutorials/using-pipelines)|[![using-pipelines](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-using-pipelines/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-using-pipelines.yml)|[dataset-and-pipelineparameter.ipynb](tutorials/using-pipelines/dataset-and-pipelineparameter.ipynb)
[image-classification.ipynb](tutorials/using-pipelines/image-classification.ipynb)
[publish-and-run-using-rest-endpoint.ipynb](tutorials/using-pipelines/publish-and-run-using-rest-endpoint.ipynb)
[style-transfer-parallel-run.ipynb](tutorials/using-pipelines/style-transfer-parallel-run.ipynb)|*no description* +[using-rapids](tutorials/using-rapids)|[![using-rapids](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-using-rapids/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-using-rapids.yml)|[1.train-and-hpo.ipynb](tutorials/using-rapids/1.train-and-hpo.ipynb)
[2.train-multi-gpu.ipynb](tutorials/using-rapids/2.train-multi-gpu.ipynb)|Learn how to accelerate PyData tools (Numpy, Pandas, Scikit-Learn, etc.) on NVIDIA GPUs with [RAPIDS](https://github.com/rapidsai) and Azure ML. **Notebooks** ([notebooks](notebooks)) @@ -69,38 +69,38 @@ path|status|description path|status|description -|-|- -[deepspeed/cifar/job.py](workflows/train/deepspeed/cifar/job.py)|[![train-deepspeed-cifar-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-deepspeed-cifar-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-deepspeed-cifar-job.yml)|train CIFAR-10 using DeepSpeed and PyTorch -[deepspeed/transformers/job.py](workflows/train/deepspeed/transformers/job.py)|[![train-deepspeed-transformers-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-deepspeed-transformers-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-deepspeed-transformers-job.yml)|train Huggingface transformer using DeepSpeed -[fastai/mnist-mlproject/job.py](workflows/train/fastai/mnist-mlproject/job.py)|[![train-fastai-mnist-mlproject-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-fastai-mnist-mlproject-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-fastai-mnist-mlproject-job.yml)|train fastai resnet18 model on mnist data via mlflow mlproject -[fastai/mnist/job.py](workflows/train/fastai/mnist/job.py)|[![train-fastai-mnist-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-fastai-mnist-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-fastai-mnist-job.yml)|train fastai resnet18 model on mnist data -[fastai/pets/job.py](workflows/train/fastai/pets/job.py)|[![train-fastai-pets-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-fastai-pets-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-fastai-pets-job.yml)|train fastai resnet34 model on pets data -[lightgbm/iris/job.py](workflows/train/lightgbm/iris/job.py)|[![train-lightgbm-iris-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-lightgbm-iris-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-lightgbm-iris-job.yml)|train a lightgbm model on iris data -[pytorch/cifar-distributed/job.py](workflows/train/pytorch/cifar-distributed/job.py)|[![train-pytorch-cifar-distributed-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-pytorch-cifar-distributed-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-pytorch-cifar-distributed-job.yml)|train CNN model on CIFAR-10 dataset with distributed PyTorch -[pytorch/mnist-mlproject/job.py](workflows/train/pytorch/mnist-mlproject/job.py)|[![train-pytorch-mnist-mlproject-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-pytorch-mnist-mlproject-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-pytorch-mnist-mlproject-job.yml)|train a pytorch CNN model on mnist data via mlflow mlproject -[pytorch/mnist/job.py](workflows/train/pytorch/mnist/job.py)|[![train-pytorch-mnist-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-pytorch-mnist-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-pytorch-mnist-job.yml)|train a pytorch CNN model on mnist data -[scikit-learn/diabetes-mlproject/job.py](workflows/train/scikit-learn/diabetes-mlproject/job.py)|[![train-scikit-learn-diabetes-mlproject-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-scikit-learn-diabetes-mlproject-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-scikit-learn-diabetes-mlproject-job.yml)|train sklearn ridge model on diabetes data via mlflow mlproject -[scikit-learn/diabetes/job.py](workflows/train/scikit-learn/diabetes/job.py)|[![train-scikit-learn-diabetes-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-scikit-learn-diabetes-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-scikit-learn-diabetes-job.yml)|train sklearn ridge model on diabetes data -[tensorflow/mnist-distributed-horovod/job.py](workflows/train/tensorflow/mnist-distributed-horovod/job.py)|[![train-tensorflow-mnist-distributed-horovod-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-tensorflow-mnist-distributed-horovod-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-tensorflow-mnist-distributed-horovod-job.yml)|train tensorflow CNN model on mnist data distributed via horovod -[tensorflow/mnist-distributed/job.py](workflows/train/tensorflow/mnist-distributed/job.py)|[![train-tensorflow-mnist-distributed-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-tensorflow-mnist-distributed-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-tensorflow-mnist-distributed-job.yml)|train tensorflow CNN model on mnist data distributed via tensorflow -[tensorflow/mnist/job.py](workflows/train/tensorflow/mnist/job.py)|[![train-tensorflow-mnist-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-tensorflow-mnist-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-tensorflow-mnist-job.yml)|train tensorflow NN model on mnist data -[transformers/glue/1-aml-finetune-job.py](workflows/train/transformers/glue/1-aml-finetune-job.py)|[![train-transformers-glue-1-aml-finetune-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-transformers-glue-1-aml-finetune-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-transformers-glue-1-aml-finetune-job.yml)|Submit GLUE finetuning with Huggingface transformers library on Azure ML -[transformers/glue/2-aml-comparison-of-sku-job.py](workflows/train/transformers/glue/2-aml-comparison-of-sku-job.py)|[![train-transformers-glue-2-aml-comparison-of-sku-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-transformers-glue-2-aml-comparison-of-sku-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-transformers-glue-2-aml-comparison-of-sku-job.yml)|Experiment comparing training performance of GLUE finetuning task with differing hardware. -[transformers/glue/3-aml-hyperdrive-job.py](workflows/train/transformers/glue/3-aml-hyperdrive-job.py)|[![train-transformers-glue-3-aml-hyperdrive-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-transformers-glue-3-aml-hyperdrive-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-transformers-glue-3-aml-hyperdrive-job.yml)|Automatic hyperparameter optimization with Azure ML HyperDrive library. -[xgboost/iris/job.py](workflows/train/xgboost/iris/job.py)|[![train-xgboost-iris-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-xgboost-iris-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-xgboost-iris-job.yml)|train xgboost model on iris data +[deepspeed/cifar/job.py](workflows/train/deepspeed/cifar/job.py)|[![train-deepspeed-cifar-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-deepspeed-cifar-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-deepspeed-cifar-job.yml)|train CIFAR-10 using DeepSpeed and PyTorch +[deepspeed/transformers/job.py](workflows/train/deepspeed/transformers/job.py)|[![train-deepspeed-transformers-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-deepspeed-transformers-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-deepspeed-transformers-job.yml)|train Huggingface transformer using DeepSpeed +[fastai/mnist-mlproject/job.py](workflows/train/fastai/mnist-mlproject/job.py)|[![train-fastai-mnist-mlproject-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-fastai-mnist-mlproject-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-fastai-mnist-mlproject-job.yml)|train fastai resnet18 model on mnist data via mlflow mlproject +[fastai/mnist/job.py](workflows/train/fastai/mnist/job.py)|[![train-fastai-mnist-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-fastai-mnist-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-fastai-mnist-job.yml)|train fastai resnet18 model on mnist data +[fastai/pets/job.py](workflows/train/fastai/pets/job.py)|[![train-fastai-pets-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-fastai-pets-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-fastai-pets-job.yml)|train fastai resnet34 model on pets data +[lightgbm/iris/job.py](workflows/train/lightgbm/iris/job.py)|[![train-lightgbm-iris-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-lightgbm-iris-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-lightgbm-iris-job.yml)|train a lightgbm model on iris data +[pytorch/cifar-distributed/job.py](workflows/train/pytorch/cifar-distributed/job.py)|[![train-pytorch-cifar-distributed-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-pytorch-cifar-distributed-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-pytorch-cifar-distributed-job.yml)|train CNN model on CIFAR-10 dataset with distributed PyTorch +[pytorch/mnist-mlproject/job.py](workflows/train/pytorch/mnist-mlproject/job.py)|[![train-pytorch-mnist-mlproject-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-pytorch-mnist-mlproject-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-pytorch-mnist-mlproject-job.yml)|train a pytorch CNN model on mnist data via mlflow mlproject +[pytorch/mnist/job.py](workflows/train/pytorch/mnist/job.py)|[![train-pytorch-mnist-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-pytorch-mnist-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-pytorch-mnist-job.yml)|train a pytorch CNN model on mnist data +[scikit-learn/diabetes-mlproject/job.py](workflows/train/scikit-learn/diabetes-mlproject/job.py)|[![train-scikit-learn-diabetes-mlproject-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-scikit-learn-diabetes-mlproject-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-scikit-learn-diabetes-mlproject-job.yml)|train sklearn ridge model on diabetes data via mlflow mlproject +[scikit-learn/diabetes/job.py](workflows/train/scikit-learn/diabetes/job.py)|[![train-scikit-learn-diabetes-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-scikit-learn-diabetes-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-scikit-learn-diabetes-job.yml)|train sklearn ridge model on diabetes data +[tensorflow/mnist-distributed-horovod/job.py](workflows/train/tensorflow/mnist-distributed-horovod/job.py)|[![train-tensorflow-mnist-distributed-horovod-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-tensorflow-mnist-distributed-horovod-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-tensorflow-mnist-distributed-horovod-job.yml)|train tensorflow CNN model on mnist data distributed via horovod +[tensorflow/mnist-distributed/job.py](workflows/train/tensorflow/mnist-distributed/job.py)|[![train-tensorflow-mnist-distributed-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-tensorflow-mnist-distributed-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-tensorflow-mnist-distributed-job.yml)|train tensorflow CNN model on mnist data distributed via tensorflow +[tensorflow/mnist/job.py](workflows/train/tensorflow/mnist/job.py)|[![train-tensorflow-mnist-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-tensorflow-mnist-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-tensorflow-mnist-job.yml)|train tensorflow NN model on mnist data +[transformers/glue/1-aml-finetune-job.py](workflows/train/transformers/glue/1-aml-finetune-job.py)|[![train-transformers-glue-1-aml-finetune-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-transformers-glue-1-aml-finetune-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-transformers-glue-1-aml-finetune-job.yml)|Submit GLUE finetuning with Huggingface transformers library on Azure ML +[transformers/glue/2-aml-comparison-of-sku-job.py](workflows/train/transformers/glue/2-aml-comparison-of-sku-job.py)|[![train-transformers-glue-2-aml-comparison-of-sku-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-transformers-glue-2-aml-comparison-of-sku-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-transformers-glue-2-aml-comparison-of-sku-job.yml)|Experiment comparing training performance of GLUE finetuning task with differing hardware. +[transformers/glue/3-aml-hyperdrive-job.py](workflows/train/transformers/glue/3-aml-hyperdrive-job.py)|[![train-transformers-glue-3-aml-hyperdrive-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-transformers-glue-3-aml-hyperdrive-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-transformers-glue-3-aml-hyperdrive-job.yml)|Automatic hyperparameter optimization with Azure ML HyperDrive library. +[xgboost/iris/job.py](workflows/train/xgboost/iris/job.py)|[![train-xgboost-iris-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-train-xgboost-iris-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-train-xgboost-iris-job.yml)|train xgboost model on iris data **Deploy** ([workflows/deploy](workflows/deploy)) path|status|description -|-|- -[pytorch/mnist/job.py](workflows/deploy/pytorch/mnist/job.py)|[![deploy-pytorch-mnist-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-deploy-pytorch-mnist-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-deploy-pytorch-mnist-job.yml)|deploy pytorch cnn model trained on mnist data to aks -[scikit-learn/diabetes/job.py](workflows/deploy/scikit-learn/diabetes/job.py)|[![deploy-scikit-learn-diabetes-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-deploy-scikit-learn-diabetes-job/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-deploy-scikit-learn-diabetes-job.yml)|deploy sklearn ridge model trained on diabetes data to AKS +[pytorch/mnist/job.py](workflows/deploy/pytorch/mnist/job.py)|[![deploy-pytorch-mnist-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-deploy-pytorch-mnist-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-deploy-pytorch-mnist-job.yml)|deploy pytorch cnn model trained on mnist data to aks +[scikit-learn/diabetes/job.py](workflows/deploy/scikit-learn/diabetes/job.py)|[![deploy-scikit-learn-diabetes-job](https://github.com/Azure/azureml-examples/workflows/python-sdk-deploy-scikit-learn-diabetes-job/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-deploy-scikit-learn-diabetes-job.yml)|deploy sklearn ridge model trained on diabetes data to AKS **Experimental tutorials** ([experimental](experimental)) path|status|notebooks|description|why experimental? -|-|-|-|- -[deploy-triton](experimental/deploy-triton)|[![deploy-triton](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-deploy-triton/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-deploy-triton.yml)|[1.bidaf-ncd-local.ipynb](experimental/deploy-triton/1.bidaf-ncd-local.ipynb)|Learn how to efficiently deploy to GPUs with the [Triton inference server](https://github.com/triton-inference-server/server) and Azure ML.|in preview -[using-pytorch-lightning](experimental/using-pytorch-lightning)|[![using-pytorch-lightning](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-using-pytorch-lightning/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-using-pytorch-lightning.yml)|[1.train-single-node.ipynb](experimental/using-pytorch-lightning/1.train-single-node.ipynb)
[2.log-with-tensorboard.ipynb](experimental/using-pytorch-lightning/2.log-with-tensorboard.ipynb)
[3.log-with-mlflow.ipynb](experimental/using-pytorch-lightning/3.log-with-mlflow.ipynb)|Learn how to train and log metrics with [PyTorch Lightning](https://github.com/PyTorchLightning/pytorch-lightning) and Azure ML.|issues with multinode pytorch lightning +[deploy-triton](experimental/deploy-triton)|[![deploy-triton](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-deploy-triton/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-deploy-triton.yml)|[1.bidaf-ncd-local.ipynb](experimental/deploy-triton/1.bidaf-ncd-local.ipynb)|Learn how to efficiently deploy to GPUs with the [Triton inference server](https://github.com/triton-inference-server/server) and Azure ML.|in preview +[using-pytorch-lightning](experimental/using-pytorch-lightning)|[![using-pytorch-lightning](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-using-pytorch-lightning/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-using-pytorch-lightning.yml)|[1.train-single-node.ipynb](experimental/using-pytorch-lightning/1.train-single-node.ipynb)
[2.log-with-tensorboard.ipynb](experimental/using-pytorch-lightning/2.log-with-tensorboard.ipynb)
[3.log-with-mlflow.ipynb](experimental/using-pytorch-lightning/3.log-with-mlflow.ipynb)|Learn how to train and log metrics with [PyTorch Lightning](https://github.com/PyTorchLightning/pytorch-lightning) and Azure ML.|issues with multinode pytorch lightning ## Contents @@ -111,7 +111,6 @@ A lightweight template repository for automating the ML lifecycle can be found [ |directory|description| |-|-| |`experimental`|self-contained directories of experimental tutorials| -|`notebooks`|interactive Jupyter notebooks for iterative ML development| |`tutorials`|self-contained directories of tutorials| |`workflows`|self-contained directories of job to be run, organized by scenario then tool then project| @@ -125,6 +124,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Reference -- [Template](https://github.com/Azure/azureml-template) -- [Cheat sheet](https://azure.github.io/azureml-cheatsheets/docs/cheatsheets/python/v1/cheatsheet) - [Documentation](https://docs.microsoft.com/azure/machine-learning) diff --git a/python-sdk/readme.py b/python-sdk/readme.py index 3c59275f9..442520424 100644 --- a/python-sdk/readme.py +++ b/python-sdk/readme.py @@ -78,11 +78,11 @@ def write_readme(tutorials, notebooks, workflows, experimental): # build entries for tutorial table if os.path.exists(f"../.github/workflows/python-sdk-tutorial-{name}.yml"): # we can have a single GitHub workflow for handling all notebooks within this tutorial folder - status = f"[![{name}](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-{name}/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-{name}.yml)" + status = f"[![{name}](https://github.com/Azure/azureml-examples/workflows/python-sdk-tutorial-{name}/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-{name}.yml)" else: # or, we could have dedicated workflows for each individual notebook contained within this tutorial folder statuses = [ - f"[![{name}](https://github.com/Azure/azureml-examples/workflows/{name}/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-{name}.yml)" + f"[![{name}](https://github.com/Azure/azureml-examples/workflows/{name}/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-tutorial-{name}.yml)" for name in notebook_names ] status = "
".join(statuses) @@ -127,7 +127,7 @@ def write_readme(tutorials, notebooks, workflows, experimental): data = json.load(f) # build entries for notebook table - status = f"[![{name}](https://github.com/Azure/azureml-examples/workflows/python-sdk-notebook-{name}/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-notebook-{name}.yml)" + status = f"[![{name}](https://github.com/Azure/azureml-examples/workflows/python-sdk-notebook-{name}/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-notebook-{name}.yml)" description = "*no description*" try: if "description: " in str(data["cells"][0]["source"]): @@ -157,7 +157,7 @@ def write_readme(tutorials, notebooks, workflows, experimental): data = f.read() # build entires for workflow tables - status = f"[![{scenario}-{tool}-{project}-{name}](https://github.com/Azure/azureml-examples/workflows/python-sdk-{scenario}-{tool}-{project}-{name}/badge.svg)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-{scenario}-{tool}-{project}-{name}.yml)" + status = f"[![{scenario}-{tool}-{project}-{name}](https://github.com/Azure/azureml-examples/workflows/python-sdk-{scenario}-{tool}-{project}-{name}/badge.svg?branch=main)](https://github.com/Azure/azureml-examples/actions/workflows/python-sdk-{scenario}-{tool}-{project}-{name}.yml)" description = "*no description*" try: description = data.split("\n")[0].split(": ")[-1].strip() diff --git a/python-sdk/suffix.md b/python-sdk/suffix.md index 7a72ecf9e..78671a82d 100644 --- a/python-sdk/suffix.md +++ b/python-sdk/suffix.md @@ -8,7 +8,6 @@ A lightweight template repository for automating the ML lifecycle can be found [ |directory|description| |-|-| |`experimental`|self-contained directories of experimental tutorials| -|`notebooks`|interactive Jupyter notebooks for iterative ML development| |`tutorials`|self-contained directories of tutorials| |`workflows`|self-contained directories of job to be run, organized by scenario then tool then project| @@ -22,6 +21,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope ## Reference -- [Template](https://github.com/Azure/azureml-template) -- [Cheat sheet](https://azure.github.io/azureml-cheatsheets/docs/cheatsheets/python/v1/cheatsheet) - [Documentation](https://docs.microsoft.com/azure/machine-learning) diff --git a/setup-repo/README.md b/setup-repo/README.md index a11de37ce..d273c1cb6 100644 --- a/setup-repo/README.md +++ b/setup-repo/README.md @@ -3,3 +3,20 @@ [![license: MIT](https://img.shields.io/badge/License-MIT-purple.svg)](../LICENSE) These scripts are for setting up the Azure/azureml-examples repository, including Azure resouces, using the Azure CLI and GitHub CLI. + +To setup the repository, run the `azure-github.sh` script: + +```bash +bash -x azure-github.sh +``` + +This will run the other scripts, in addition to Azure and GitHub setup. Adjust as needed. + +Required CLI tools include: + +- `gh` +- `az` +- `az ml` +- `azcopy` + +Ensure you `az login` and `azcopy login` and have permissions to set secrets via `gh`. diff --git a/setup-repo/azure-gh.sh b/setup-repo/azure-gh.sh deleted file mode 100644 index 6d268c48a..000000000 --- a/setup-repo/azure-gh.sh +++ /dev/null @@ -1,27 +0,0 @@ -# set variables -SUBSCRIPTION=$(az account show --query id -o tsv) -GROUP="azureml-examples-rg" -LOCATION="eastus" -WORKSPACE="main" -SECRET_NAME = "AZ_CREDS" - -# create resource group -echo "Creating resource group..." -az group create -n $GROUP -l $LOCATION - -# create service principle and save credentials as repository secret -echo "Setting repository secret..." -az ad sp create-for-rbac --name $GROUP --role contributor --scopes /subscriptions/$SUBSCRIPTION/resourceGroups/$GROUP --sdk-auth | gh secret set $SECRET_NAME - -# configure defaults -echo "Configuring Azure CLI defaults..." -az configure --defaults group=$GROUP workspace=$WORKSPACE location=$LOCATION - -# create Azure Machine Learning resourcesecho "Creating Azure ML workspace..." -echo "Creating Azure ML workspace..." -az ml workspace create - -# create Azure Machine Learning compute clusters -echo "Creating Azure ML compute targets..." -az ml compute create -n cpu-cluster --type amlcompute --min-instances 0 --max-instances 10 -az ml compute create -n gpu-cluster --type amlcompute --min-instances 0 --max-instances 4 --size Standard_NC12 diff --git a/setup-repo/azure-github.sh b/setup-repo/azure-github.sh new file mode 100644 index 000000000..cc16ef3c2 --- /dev/null +++ b/setup-repo/azure-github.sh @@ -0,0 +1,44 @@ +echo "Setting variables..." +# +GROUP="azureml-examples" +LOCATION="eastus" +WORKSPACE="main" +# + +# additional variables +SUBSCRIPTION=$(az account show --query id -o tsv) +SECRET_NAME="AZ_CREDS" + +echo "Installing Azure CLI extension for Azure Machine Learning..." +# +az extension add -n ml -y +# + +echo "Creating resource group..." +# +az group create -n $GROUP -l $LOCATION +# + +echo "Creating service principal and setting repository secret..." +# +az ad sp create-for-rbac --name $GROUP --role owner --scopes /subscriptions/$SUBSCRIPTION/resourceGroups/$GROUP --sdk-auth | gh secret set $SECRET_NAME +# + +echo "Creating Azure Machine Learning workspace..." +# +az ml workspace create -n $WORKSPACE -g $GROUP -l $LOCATION +# + +echo "Configuring Azure CLI defaults..." +# +az configure --defaults group=$GROUP workspace=$WORKSPACE location=$LOCATION +# + +echo "Setting up workspace..." +bash -x setup-workspace.sh + +echo "Setting up internal workspaces..." +bash -x create-workspace-internal.sh + +echo "Setting up extra workspaces..." +bash -x create-workspace-extras.sh diff --git a/setup-repo/copy-data.sh b/setup-repo/copy-data.sh new file mode 100644 index 000000000..c9993f657 --- /dev/null +++ b/setup-repo/copy-data.sh @@ -0,0 +1,46 @@ +# setup variables +datapath="example-data" +datastore="workspaceblobstore" + +# query subscription and group +subscription=$(az account show --query id -o tsv) +group=$(az ml workspace show --query resource_group -o tsv) + +# query principal +principal=$(az ad signed-in-user show --query objectId -o tsv) + +# query datastore +account=$(az ml datastore show -n $datastore --query account_name -o tsv) +container=$(az ml datastore show -n $datastore --query container_name -o tsv) +endpoint=$(az ml datastore show -n $datastore --query endpoint -o tsv) +protocol=$(az ml datastore show -n $datastore --query protocol -o tsv) + +# build strings +destination="$protocol://$account.blob.$endpoint/$container/$datapath/" + +# give access to blob container +az role assignment create \ + --role "Storage Blob Data Owner" \ + --assignee $principal \ + --scope "/subscriptions/$subscription/resourceGroups/$group/providers/Microsoft.Storage/storageAccounts/$account" + +# let permissions propogate +sleep 360 + +for i in {0..1} +do + # copy iris data + azcopy cp "https://azuremlexamples.blob.core.windows.net/datasets/iris.csv" $destination + + # copy diabetes data + azcopy cp "https://azuremlexamples.blob.core.windows.net/datasets/diabetes.csv" $destination + + # copy titanic data + azcopy cp "https://azuremlexamples.blob.core.windows.net/datasets/titanic.csv" $destination + + # copy mnist data + azcopy cp "https://azuremlexamples.blob.core.windows.net/datasets/mnist" $destination --recursive + + # copy cifar data + azcopy cp "https://azuremlexamples.blob.core.windows.net/datasets/cifar-10-python.tar.gz" $destination +done diff --git a/setup-repo/create-components.sh b/setup-repo/create-components.sh new file mode 100644 index 000000000..3a8ff074f --- /dev/null +++ b/setup-repo/create-components.sh @@ -0,0 +1,4 @@ +# these components are needed for the sample under cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components +az ml component create --file ../cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/train.yml +az ml component create --file ../cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/score.yml +az ml component create --file ../cli/jobs/pipelines-with-components/basics/1b_e2e_registered_components/eval.yml diff --git a/setup-repo/create-compute-extras.sh b/setup-repo/create-compute-extras.sh new file mode 100644 index 000000000..57c42e215 --- /dev/null +++ b/setup-repo/create-compute-extras.sh @@ -0,0 +1,2 @@ +# larger CPU cluster for Dask and Spark examples +az ml compute create -n cpu-cluster-lg --type amlcompute --min-instances 0 --max-instances 40 --size Standard_DS15_v2 diff --git a/setup-repo/create-compute.sh b/setup-repo/create-compute.sh new file mode 100644 index 000000000..de2b9e586 --- /dev/null +++ b/setup-repo/create-compute.sh @@ -0,0 +1,7 @@ +# +az ml compute create -n cpu-cluster --type amlcompute --min-instances 0 --max-instances 8 +az ml compute create -n gpu-cluster --type amlcompute --min-instances 0 --max-instances 4 --size Standard_NC12 +# + +az ml compute update -n cpu-cluster --max-instances 200 +az ml compute update -n gpu-cluster --max-instances 40 diff --git a/setup-repo/create-datasets.sh b/setup-repo/create-datasets.sh new file mode 100644 index 000000000..75beef366 --- /dev/null +++ b/setup-repo/create-datasets.sh @@ -0,0 +1,17 @@ +# this dataset is needed for the sample under cli/jobs/pipelines-with-components/basics/4d_dataset_input +az ml dataset create -f ../cli/jobs/pipelines-with-components/basics/4d_dataset_input/data.yml + +# +mkdir data +wget "https://azuremlexamples.blob.core.windows.net/datasets/cifar-10-python.tar.gz" +tar -xvzf cifar-10-python.tar.gz -C data +# + +# +az ml dataset create --name cifar-10-example --version 1 --set local_path=data +# + +# +rm cifar-10-python.tar.gz +rm -r data +# diff --git a/setup-repo/create-workspace-extras.sh b/setup-repo/create-workspace-extras.sh new file mode 100644 index 000000000..64a06d0a8 --- /dev/null +++ b/setup-repo/create-workspace-extras.sh @@ -0,0 +1,5 @@ +locations=("eastus" "westus" "westus2" "southcentralus") +for location in "${locations[@]}" +do + az ml workspace create -n "main-$location" -l $location --no-wait +done diff --git a/setup-repo/create-workspace-internal.sh b/setup-repo/create-workspace-internal.sh new file mode 100644 index 000000000..cf30db937 --- /dev/null +++ b/setup-repo/create-workspace-internal.sh @@ -0,0 +1,21 @@ +echo "Setting up master..." +WORKSPACE="main-master" +LOCATION="centraluseuap" +az ml workspace create -n $WORKSPACE -l $LOCATION + +echo "Configuring Azure CLI defaults..." +az configure --defaults workspace=$WORKSPACE location=$LOCATION + +echo "Setting up workspace..." +bash -x setup-workspace.sh + +echo "Setting up canary..." +WORKSPACE="main-canary" +LOCATION="eastus2euap" +az ml workspace create -n $WORKSPACE -l $LOCATION + +echo "Configuring Azure CLI defaults..." +az configure --defaults workspace=$WORKSPACE location=$LOCATION + +echo "Setting up workspace..." +bash -x setup-workspace.sh diff --git a/cli/docs.py b/setup-repo/docs.py similarity index 100% rename from cli/docs.py rename to setup-repo/docs.py diff --git a/setup-repo/setup-workspace.sh b/setup-repo/setup-workspace.sh new file mode 100644 index 000000000..772fc1983 --- /dev/null +++ b/setup-repo/setup-workspace.sh @@ -0,0 +1,15 @@ +echo "Creating computes..." +bash -x create-compute.sh +bash -x create-compute-extras.sh + +echo "Copying data..." +bash -x copy-data.sh + +echo "Creating datasets..." +bash -x create-datasets.sh + +echo "Update datasets..." +# bash -x update-datasets.sh + +echo "Creating components..." +bash -x create-components.sh diff --git a/setup-repo/update-datasets.sh b/setup-repo/update-datasets.sh new file mode 100644 index 000000000..7eb15f16b --- /dev/null +++ b/setup-repo/update-datasets.sh @@ -0,0 +1,18 @@ +# setup datastore name +datastore="workspaceblobstore" + +# query datastore +account=$(az ml datastore show -n $datastore --query account_name -o tsv) +account=$(echo $account|tr -d '\r') +container=$(az ml datastore show -n $datastore --query container_name -o tsv) +container=$(echo $container|tr -d '\r') + +# replace storage account and container names in the YAML files +sed -i 's/account-name/'"$account"'/g' ../cli/assets/dataset/cloud-folder-https.yml +sed -i 's/container-name/'"$container"'/g' ../cli/assets/dataset/cloud-folder-https.yml +sed -i 's/account-name/'"$account"'/g' ../cli/assets/dataset/cloud-file-https.yml +sed -i 's/container-name/'"$container"'/g' ../cli/assets/dataset/cloud-file-https.yml +sed -i 's/account-name/'"$account"'/g' ../cli/assets/dataset/cloud-folder-wasbs.yml +sed -i 's/container-name/'"$container"'/g' ../cli/assets/dataset/cloud-folder-wasbs.yml +sed -i 's/account-name/'"$account"'/g' ../cli/assets/dataset/cloud-file-wasbs.yml +sed -i 's/container-name/'"$container"'/g' ../cli/assets/dataset/cloud-file-wasbs.yml