diff --git a/.azure-pipelines/requirements/build_validation_requirements.txt b/.azure-pipelines/requirements/build_validation_requirements.txt index 87d5d690..626d231e 100644 --- a/.azure-pipelines/requirements/build_validation_requirements.txt +++ b/.azure-pipelines/requirements/build_validation_requirements.txt @@ -5,9 +5,9 @@ pytest-cov==3.0.0 pytest-azurepipelines==1.0.3 pytest-mock==3.7.0 pytest==7.1.2 -mlflow==2.14.1 +mlflow-skinny==2.14.3 mldesigner==0.1.0b4 -azure-ai-ml==1.8.0 +azure-ai-ml>=1.30.0 azure-identity==1.16.1 python-dotenv>=0.10.3 -azureml-mlflow>=1.51 +azureml-mlflow==1.60.0 diff --git a/.azure-pipelines/requirements/execute_job_requirements.txt b/.azure-pipelines/requirements/execute_job_requirements.txt index 34904b96..52452156 100644 --- a/.azure-pipelines/requirements/execute_job_requirements.txt +++ b/.azure-pipelines/requirements/execute_job_requirements.txt @@ -1,6 +1,8 @@ azure-cli==2.64.0 -azure-ai-ml==1.12.1 +azure-ai-ml>=1.30.0 azure-identity==1.16.1 -mlflow==2.14.1 +mlflow-skinny==2.14.3 +mldesigner==0.1.0b4 +# mlflow-skinny==2.14.3 python-dotenv>=0.10.3 -azureml-mlflow>=1.51 +azureml-mlflow==1.60.0 \ No newline at end of file diff --git a/.azure-pipelines/templates/build_validation_pipeline.yml b/.azure-pipelines/templates/build_validation_pipeline.yml index dfa11f92..ad1afc45 100644 --- a/.azure-pipelines/templates/build_validation_pipeline.yml +++ b/.azure-pipelines/templates/build_validation_pipeline.yml @@ -12,7 +12,7 @@ parameters: jobs: - job: Build_Validation_Pipeline_Docker - condition: eq(${{ parameters.is_docker }}, true) + condition: eq(${{ parameters.is_docker }}, True) steps: - script: | python -m pip install --upgrade pip @@ -47,12 +47,12 @@ jobs: summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml' - job: Build_Validation_Pipeline - condition: eq(${{ parameters.is_docker }}, false) + condition: eq(${{ parameters.is_docker }}, False) steps: - task: UsePythonVersion@0 - displayName: 'Use Python 3.9' + displayName: 'Use Python 3.10' inputs: - versionSpec: '3.9' + versionSpec: '3.10' disableDownloadFromRegistry: true - task: Cache@2 diff --git a/.azure-pipelines/templates/configure_azureml_agent.yml b/.azure-pipelines/templates/configure_azureml_agent.yml index 223b0403..5a667219 100644 --- a/.azure-pipelines/templates/configure_azureml_agent.yml +++ b/.azure-pipelines/templates/configure_azureml_agent.yml @@ -1,8 +1,8 @@ steps: - task: UsePythonVersion@0 - displayName: 'Use Python 3.9' + displayName: 'Use Python 3.10' inputs: - versionSpec: '3.9' + versionSpec: '3.10' - task: Cache@2 inputs: diff --git a/.devcontainer/base/requirements.txt b/.devcontainer/base/requirements.txt index e3c7de65..5a799dd6 100644 --- a/.devcontainer/base/requirements.txt +++ b/.devcontainer/base/requirements.txt @@ -1,15 +1,18 @@ -azure-ai-ml>=1.10.0 +azure-ai-ml>=1.30.0 azure-cli==2.64.0 azure-identity>=1.15.0 azure-keyvault-secrets>=4.7.0 -azureml-inference-server-http==0.7.6 -azureml-mlflow>=1.53 +# Bump to a version compatible with psutil>=5.9 (required by azure-cli-core) +azureml-inference-server-http>=0.8.0,<1.0.0 +azureml-mlflow==1.60.0 flake8-docstrings==1.7.0 flake8==6.1.0 flake8-docstrings==1.7.0 isort==5.13.2 -mlflow==2.14.1 +mlflow-skinny==2.14.3 pandas==2.2.3 +numpy==1.26.4; python_version < "3.11" +numpy==2.3.5; python_version >= "3.11" pep8-naming==0.13.3 pre-commit==3.8.0 pytest==7.1.2 diff --git a/.github/actions/configure_azureml_agent/action.yml b/.github/actions/configure_azureml_agent/action.yml index 1fa964fe..db058856 100644 --- a/.github/actions/configure_azureml_agent/action.yml +++ b/.github/actions/configure_azureml_agent/action.yml @@ -5,7 +5,7 @@ description: Installs the required python packages for the workflow. inputs: versionSpec: description: "The Python version to use in the environment." - default: "3.9" + default: "3.10" arm_client_id: description: "client id of service principal used to authenticate with azure" required: true diff --git a/.github/requirements/build_validation_requirements.txt b/.github/requirements/build_validation_requirements.txt index 9eacf419..bd7c7508 100644 --- a/.github/requirements/build_validation_requirements.txt +++ b/.github/requirements/build_validation_requirements.txt @@ -5,9 +5,10 @@ pytest-cov==3.0.0 pytest-azurepipelines==1.0.3 pytest-mock==3.7.0 pytest==7.1.2 -mlflow==2.11.3 +mlflow-skinny==2.14.3 +# mlflow-skinny==2.14.3 mldesigner==0.1.0b4 -azure-ai-ml==1.8.0 +azure-ai-ml>=1.30.0 azure-identity==1.16.1 python-dotenv>=0.10.3 -azureml-mlflow>=1.51 +# azureml-mlflow will be installed from Microsoft feed in workflow diff --git a/.github/requirements/execute_job_requirements.txt b/.github/requirements/execute_job_requirements.txt index 19340555..f48d4213 100644 --- a/.github/requirements/execute_job_requirements.txt +++ b/.github/requirements/execute_job_requirements.txt @@ -1,8 +1,9 @@ -azure-cli==2.64.0 -azure-ai-ml==1.12.1 +azure-ai-ml==1.30.0 azure-identity==1.16.1 -mlflow==2.11.3 +mlflow-skinny==2.14.3 +# mlflow-skinny==2.14.3 +mldesigner==0.1.0b4 python-dotenv>=0.10.3 -azureml-mlflow>=1.51 azureml-core -azureml-mlflow>=1.51 +marshmallow==3.20.2 +azureml-mlflow==1.60.0 diff --git a/.github/workflows/build_validation_workflow.yml b/.github/workflows/build_validation_workflow.yml index e4489194..1c71a9ca 100644 --- a/.github/workflows/build_validation_workflow.yml +++ b/.github/workflows/build_validation_workflow.yml @@ -18,15 +18,27 @@ on: default: false env: - PYTHON_VERSION: "3.9" + PYTHON_VERSION: "3.10" jobs: run-unit-tests-docker: - if: ${{ inputs.is_docker == true }} + if: ${{ inputs.is_docker }} runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v5 + with: + fetch-depth: 0 + clean: true + submodules: false + + + - name: Show commit and branch + run: | + echo "GITHUB_SHA=$GITHUB_SHA" + git rev-parse HEAD + git --no-pager log -1 --oneline --decorate + - uses: actions/setup-python@v5 with: @@ -37,10 +49,34 @@ jobs: run: | set -e python -m pip install --upgrade pip - python -m pip install --upgrade -r .github/requirements/build_validation_requirements.txt + python -m pip install --upgrade \ + -r .github/requirements/build_validation_requirements.txt \ + --extra-index-url https://azuremlsdktestpypi.azureedge.net/sdk-cli-v2/azureml-mlflow/ \ + --trusted-host azuremlsdktestpypi.azureedge.net + + - name: Show Package Versions + shell: bash + run: | + python -m pip show mlflow-skinny azureml-mlflow || true + python -c "import importlib.metadata as m; print('mlflow-skinny:', m.version('mlflow-skinny'))" || true + python -c "import importlib.metadata as m; print('azureml-mlflow:', m.version('azureml-mlflow'))" || true + - name: Lint Code run: flake8 + - name: Free up disk space + shell: bash + run: | + echo "Available disk space before cleanup:" + df -h + sudo rm -rf /usr/share/dotnet + sudo rm -rf /opt/ghc + sudo rm -rf /usr/local/share/boost + sudo rm -rf "$AGENT_TOOLSDIRECTORY" + sudo docker system prune -af + echo "Available disk space after cleanup:" + df -h + - name: Build Docker container shell: bash run: | @@ -54,7 +90,9 @@ jobs: docker run --rm --mount type=bind,src=.,dst=/workspace ${{ inputs.image_name }} /bin/bash -c " sudo chown -R vscode /workspace && python -m pip install --upgrade pip && - pip install -r .github/requirements/build_validation_requirements.txt && + pip install -r .github/requirements/build_validation_requirements.txt \ + --extra-index-url https://azuremlsdktestpypi.azureedge.net/sdk-cli-v2/azureml-mlflow/ \ + --trusted-host azuremlsdktestpypi.azureedge.net && python -m pytest --junitxml=junit/test-results.xml --cov=. --cov-report=xml " @@ -65,11 +103,13 @@ jobs: path: "**/test-*.xml" run-unit-tests: - if: ${{ inputs.is_docker == false }} + if: ${{ !inputs.is_docker }} runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v4 + with: + ref: ${{ github.sha }} - uses: actions/setup-python@v5 with: @@ -80,7 +120,23 @@ jobs: run: | set -e python -m pip install --upgrade pip - python -m pip install --upgrade -r .github/requirements/build_validation_requirements.txt + python -m pip install --upgrade --no-cache-dir \ + -r .github/requirements/build_validation_requirements.txt + + - name: Show Package Versions + shell: bash + run: | + python -m pip show mlflow-skinny azureml-mlflow || true + python -c "import importlib.metadata as m; print('mlflow-skinny:', m.version('mlflow-skinny'))" || true + python -c "import importlib.metadata as m; print('azureml-mlflow:', m.version('azureml-mlflow'))" || true + + - name: Preview updated smoke script + shell: bash + run: | + git rev-parse HEAD + git --no-pager log -1 --oneline --decorate + sed -n '1,120p' scripts/mlflow_compat_smoke.py || true + - name: Lint Code run: flake8 - name: Run Unit Tests diff --git a/.github/workflows/cleanup_model_artifacts.yml b/.github/workflows/cleanup_model_artifacts.yml index 78d0c7b8..6661446a 100644 --- a/.github/workflows/cleanup_model_artifacts.yml +++ b/.github/workflows/cleanup_model_artifacts.yml @@ -19,7 +19,7 @@ on: env: CLEAN_UP_DATE: ${{ inputs.date }} JOB_TYPE: ${{ inputs.jobType }} - PYTHON_VERSION: "3.9" + PYTHON_VERSION: "3.10" RESOURCE_GROUP_NAME: ${{ vars.RESOURCE_GROUP_NAME }} SUBSCRIPTION_ID: ${{ vars.SUBSCRIPTION_ID }} WORKSPACE_NAME: ${{ vars.WORKSPACE_NAME }} diff --git a/.github/workflows/deploy_online_only.yml b/.github/workflows/deploy_online_only.yml new file mode 100644 index 00000000..91c1258f --- /dev/null +++ b/.github/workflows/deploy_online_only.yml @@ -0,0 +1,376 @@ +name: Deploy Online Endpoint Only + +on: + workflow_dispatch: + inputs: + model_type: + type: choice + description: "Model type to deploy" + required: true + default: "london_taxi" + options: + - nyc_taxi + - london_taxi + - docker_taxi + - sequence_model + model_name: + type: string + description: "Optional: Specific model name (leave empty to auto-discover latest)" + required: false + model_version: + type: string + description: "Optional: Specific model version (leave empty to auto-discover latest)" + required: false + exec_environment: + type: choice + description: "Environment" + required: true + default: "dev" + options: + - dev + - test + - prod + +permissions: + id-token: write + contents: read + +env: + SUBSCRIPTION_ID: ${{vars.SUBSCRIPTION_ID}} + RESOURCE_GROUP_NAME: ${{ vars.RESOURCE_GROUP_NAME }} + WORKSPACE_NAME: ${{ vars.WORKSPACE_NAME }} + STORAGE_ACCOUNT_NAME: ${{ vars.STORAGE_ACCT_NAME }} + ARM_CLIENT_ID: ${{vars.ARM_CLIENT_ID}} + ARM_TENANT_ID: ${{vars.ARM_TENANT_ID}} + BUILD_BUILDID: ${{ github.run_id }} + BUILD_SOURCEBRANCHNAME: ${{ github.head_ref || github.ref_name }} + +jobs: + deploy-online: + name: Fast Deploy Online Endpoint + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Configure Azure ML Agent + uses: "./.github/actions/configure_azureml_agent" + with: + arm_client_id: ${{ env.ARM_CLIENT_ID }} + arm_tenant_id: ${{ env.ARM_TENANT_ID }} + subscription_id: ${{ env.SUBSCRIPTION_ID }} + + - name: Copy common files + shell: bash + run: | + if [ -d "src/${{ inputs.model_type }}/common/" ]; then + echo "Copying common files for ${{ inputs.model_type }}" + cp -r src/${{ inputs.model_type }}/common/* model/${{ inputs.model_type }}/online + else + echo "No common directory found for ${{ inputs.model_type }}, skipping copy" + fi + + - name: Discover Model Name and Version + id: discover_model + run: | + echo "=== Discovering Model Information ===" + + if [ -n "${{ inputs.model_name }}" ] && [ -n "${{ inputs.model_version }}" ]; then + echo "Using provided model name and version" + + # Input validation: model_name should only contain alphanumeric, underscore, hyphen + if ! [[ "${{ inputs.model_name }}" =~ ^[a-zA-Z0-9_-]+$ ]]; then + echo "ERROR: Invalid model_name. Only alphanumeric characters, underscore, and hyphen allowed." + exit 1 + fi + + # Input validation: model_version should only contain digits + if ! [[ "${{ inputs.model_version }}" =~ ^[0-9]+$ ]]; then + echo "ERROR: Invalid model_version. Only numeric values allowed." + exit 1 + fi + + MODEL_NAME="${{ inputs.model_name }}" + MODEL_VERSION="${{ inputs.model_version }}" + else + echo "Auto-discovering latest model for ${{ inputs.model_type }}" + + # Get unique model names with the prefix + UNIQUE_NAMES=$(az ml model list \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --workspace-name ${{ env.WORKSPACE_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --query "[?starts_with(name, '${{ inputs.model_type }}')].name" \ + -o tsv | sort -u) + + if [ -z "$UNIQUE_NAMES" ]; then + echo "ERROR: No models found with prefix ${{ inputs.model_type }}" + exit 1 + fi + + echo "Found models: $UNIQUE_NAMES" + + # Find the latest version across all matching models + LATEST_CREATED="" + BEST_NAME="" + BEST_VERSION="" + + while IFS= read -r model_name; do + echo "Checking latest version of: $model_name" + + # Get all versions for this model + ALL_VERSIONS=$(az ml model list \ + --name "$model_name" \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --workspace-name ${{ env.WORKSPACE_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --query "[].{version:version, created:creation_context.created_at}" \ + -o json) + + # Sort by created date and get the latest + LATEST_INFO=$(echo "$ALL_VERSIONS" | python3 -c "import sys, json; versions=json.load(sys.stdin); sorted_versions=sorted(versions, key=lambda x: x['created'], reverse=True); print(json.dumps(sorted_versions[0]) if sorted_versions else '{}')") + + THIS_VERSION=$(echo "$LATEST_INFO" | python3 -c "import sys, json; d=json.load(sys.stdin); print(str(d.get('version', '')) if d else '')") + THIS_CREATED=$(echo "$LATEST_INFO" | python3 -c "import sys, json; d=json.load(sys.stdin); print(d.get('created', '') if d else '')") + + echo " Latest version: $THIS_VERSION (created: $THIS_CREATED)" + + if [ -z "$LATEST_CREATED" ] || [[ "$THIS_CREATED" > "$LATEST_CREATED" ]]; then + LATEST_CREATED="$THIS_CREATED" + BEST_NAME="$model_name" + BEST_VERSION="$THIS_VERSION" + fi + done <<< "$UNIQUE_NAMES" + + MODEL_NAME="$BEST_NAME" + MODEL_VERSION="$BEST_VERSION" + + echo "Selected: $MODEL_NAME version $MODEL_VERSION" + + if [ -z "$MODEL_NAME" ] || [ -z "$MODEL_VERSION" ]; then + echo "ERROR: Could not determine latest model" + exit 1 + fi + fi + + echo "Model Name: $MODEL_NAME" + echo "Model Version: $MODEL_VERSION" + + echo "model_name=$MODEL_NAME" >> $GITHUB_OUTPUT + echo "model_version=$MODEL_VERSION" >> $GITHUB_OUTPUT + + echo "" + echo "=== Verifying Model Registration ===" + + if az ml model show \ + --name $MODEL_NAME \ + --version $MODEL_VERSION \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --workspace-name ${{ env.WORKSPACE_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} > /dev/null 2>&1; then + + echo "✅ Model found in workspace" + + # Display model details + az ml model show \ + --name $MODEL_NAME \ + --version $MODEL_VERSION \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --workspace-name ${{ env.WORKSPACE_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --query '{name:name, version:version, type:type, path:path, createdTime:creation_context.created_at}' \ + -o table + else + echo "❌ ERROR: Model not found in workspace" + echo "Model Name: $MODEL_NAME" + echo "Model Version: $MODEL_VERSION" + echo "" + echo "Available models for ${{ inputs.model_type }}:" + az ml model list \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --workspace-name ${{ env.WORKSPACE_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --query "[?starts_with(name, '${{ inputs.model_type }}')].{name:name, version:version, created:creation_context.created_at}" \ + -o table || echo "No models found" + exit 1 + fi + + - name: Validate Storage Configuration + run: | + echo "=== Validating Storage Configuration for Deployment ===" + + # Get storage configuration + DEFAULT_ACTION=$(az storage account show \ + --name ${{ env.STORAGE_ACCOUNT_NAME }} \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --query 'networkRuleSet.defaultAction' -o tsv) + + SHARED_KEY_ACCESS=$(az storage account show \ + --name ${{ env.STORAGE_ACCOUNT_NAME }} \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --query 'allowSharedKeyAccess' -o tsv) + + echo "Storage Account: ${{ env.STORAGE_ACCOUNT_NAME }}" + echo "Default Action: $DEFAULT_ACTION" + echo "Shared Key Access: $SHARED_KEY_ACCESS" + + # Validate storage is accessible + if [ "$DEFAULT_ACTION" != "Allow" ]; then + echo "❌ ERROR: Storage default action is '$DEFAULT_ACTION' - must be 'Allow' for deployment" + echo "The endpoint needs to download the model from storage during provisioning." + exit 1 + fi + + # Test actual blob access + echo "Testing blob access with workflow identity..." + if ! az storage container list \ + --account-name ${{ env.STORAGE_ACCOUNT_NAME }} \ + --auth-mode login \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --output table; then + echo "❌ ERROR: Workflow identity cannot access storage - this indicates RBAC or network issues" + exit 1 + fi + + echo "✅ Storage configuration validated successfully" + + - name: Provision or Update Online Endpoint + run: | + echo "=== Provisioning Online Endpoint ===" + + # Get endpoint name from config + ENDPOINT_NAME=$(python -c " + import yaml + with open('config/config.yaml', 'r') as f: + config = yaml.safe_load(f) + deployment_key = '${{ inputs.model_type }}_online_${{ inputs.exec_environment }}' + endpoint_name = config['deployment_configs'][deployment_key]['endpoint_name'] + print(endpoint_name) + ") + + echo "Endpoint Name: $ENDPOINT_NAME" + + # Check if endpoint exists + if az ml online-endpoint show \ + --name $ENDPOINT_NAME \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --workspace-name ${{ env.WORKSPACE_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} > /dev/null 2>&1; then + echo "Endpoint $ENDPOINT_NAME already exists" + else + echo "Creating endpoint $ENDPOINT_NAME" + az ml online-endpoint create \ + --name $ENDPOINT_NAME \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --workspace-name ${{ env.WORKSPACE_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} + fi + + - name: Validate Endpoint Identity Storage Access + run: | + echo "=== Validating Endpoint Identity Permissions ===" + + # Get endpoint name from config + ENDPOINT_NAME=$(python -c " + import yaml + with open('config/config.yaml', 'r') as f: + config = yaml.safe_load(f) + deployment_key = '${{ inputs.model_type }}_online_${{ inputs.exec_environment }}' + endpoint_name = config['deployment_configs'][deployment_key]['endpoint_name'] + print(endpoint_name) + ") + + echo "Endpoint Name: $ENDPOINT_NAME" + + ENDPOINT_IDENTITY=$(az ml online-endpoint show \ + --name $ENDPOINT_NAME \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --workspace-name ${{ env.WORKSPACE_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --query 'identity.principal_id' -o tsv) + + if [ -z "$ENDPOINT_IDENTITY" ]; then + echo "❌ ERROR: Could not retrieve endpoint managed identity" + exit 1 + fi + + echo "Endpoint Identity: $ENDPOINT_IDENTITY" + + # Check for required storage roles + STORAGE_SCOPE="/subscriptions/${{ env.SUBSCRIPTION_ID }}/resourceGroups/${{ env.RESOURCE_GROUP_NAME }}/providers/Microsoft.Storage/storageAccounts/${{ env.STORAGE_ACCOUNT_NAME }}" + + ROLE_ASSIGNMENTS=$(az role assignment list \ + --assignee $ENDPOINT_IDENTITY \ + --scope $STORAGE_SCOPE \ + --query '[].roleDefinitionName' -o tsv) + + echo "Current RBAC roles on storage:" + echo "$ROLE_ASSIGNMENTS" + + # Validate endpoint has at least Storage Blob Data Reader + if ! echo "$ROLE_ASSIGNMENTS" | grep -qE "(Storage Blob Data Reader|Storage Blob Data Contributor|Storage Blob Data Owner|Contributor|Owner)"; then + echo "❌ ERROR: Endpoint identity lacks required storage role" + echo "Required: At least 'Storage Blob Data Reader' role on storage account" + echo "The endpoint needs this to download the model during deployment." + exit 1 + fi + + echo "✅ Endpoint identity permissions validated successfully" + + - name: Deploy Model to Endpoint + uses: ./.github/actions/execute_shell_code + with: + arm_client_id: ${{ env.ARM_CLIENT_ID }} + arm_tenant_id: ${{ env.ARM_TENANT_ID }} + subscription_id: ${{ env.SUBSCRIPTION_ID }} + script_parameter: | + python -m mlops.common.deployment.provision_online_deployment \ + --model_type ${{ inputs.model_type }} \ + --environment_name ${{ inputs.exec_environment }} \ + --run_id ${{ github.run_id }} + + - name: Test Online Endpoint + uses: ./.github/actions/execute_shell_code + with: + arm_client_id: ${{ env.ARM_CLIENT_ID }} + arm_tenant_id: ${{ env.ARM_TENANT_ID }} + subscription_id: ${{ env.SUBSCRIPTION_ID }} + script_parameter: | + python -m mlops.common.deployment.run_test_model_on_aml \ + --environment_name ${{ inputs.exec_environment }} \ + --model_type ${{ inputs.model_type }} + + - name: Deployment Summary + if: always() + run: | + echo "=== Deployment Summary ===" + echo "Model: ${{ steps.discover_model.outputs.model_name }} v${{ steps.discover_model.outputs.model_version }}" + echo "Model Type: ${{ inputs.model_type }}" + echo "Environment: ${{ inputs.exec_environment }}" + + # Get endpoint name from config + ENDPOINT_NAME=$(python -c " + import yaml + with open('config/config.yaml', 'r') as f: + config = yaml.safe_load(f) + deployment_key = '${{ inputs.model_type }}_online_${{ inputs.exec_environment }}' + endpoint_name = config['deployment_configs'][deployment_key]['endpoint_name'] + print(endpoint_name) + ") + + echo "Endpoint: $ENDPOINT_NAME" + + # Get deployment status + az ml online-endpoint show \ + --name $ENDPOINT_NAME \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --workspace-name ${{ env.WORKSPACE_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --query '{name:name, state:provisioning_state, traffic:traffic}' \ + -o table + + echo "" + echo "View deployment logs:" + echo "az ml online-deployment get-logs --name \$(az ml online-endpoint show --name $ENDPOINT_NAME -g ${{ env.RESOURCE_GROUP_NAME }} -w ${{ env.WORKSPACE_NAME }} --subscription ${{ env.SUBSCRIPTION_ID }} --query 'traffic' -o tsv | head -1 | cut -d':' -f1) --endpoint-name $ENDPOINT_NAME -g ${{ env.RESOURCE_GROUP_NAME }} -w ${{ env.WORKSPACE_NAME }} --subscription ${{ env.SUBSCRIPTION_ID }}" diff --git a/.github/workflows/docker_taxi_ci_pipeline.yml b/.github/workflows/docker_taxi_ci_pipeline.yml index fd6a98d4..30cb388a 100644 --- a/.github/workflows/docker_taxi_ci_pipeline.yml +++ b/.github/workflows/docker_taxi_ci_pipeline.yml @@ -11,6 +11,23 @@ on: - 'model/docker_taxi/**' - 'src/docker_taxi_src/**' - 'test/docker_taxi/**' + workflow_dispatch: + inputs: + exec_environment: + type: string + description: "The environment to run the workflow in" + required: true + default: "pr" + model_type: + type: string + description: "The type of model to run the workflow for" + required: true + default: "docker_taxi" + is_docker: + type: boolean + description: "Is Docker used for build validation?" + required: true + default: true workflow_call: inputs: exec_environment: @@ -37,4 +54,4 @@ jobs: with: exec_environment: ${{ inputs.exec_environment || 'pr' }} model_type: ${{ inputs.model_type || 'docker_taxi' }} - is_docker: ${{ inputs.is_docker || true }} + is_docker: ${{ github.event_name == 'pull_request' && true || inputs.is_docker }} diff --git a/.github/workflows/infra_provision_terraform.yml b/.github/workflows/infra_provision_terraform.yml index cffb3d6f..2db7e212 100644 --- a/.github/workflows/infra_provision_terraform.yml +++ b/.github/workflows/infra_provision_terraform.yml @@ -15,6 +15,17 @@ env: ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }} ARM_TENANT_ID: ${{ vars.ARM_TENANT_ID }} SUBSCRIPTION_ID: ${{ vars.SUBSCRIPTION_ID }} + SERVICE_PRINCIPAL_OBJECT_ID: ${{ vars.SERVICE_PRINCIPAL_OBJECT_ID }} + TRAINING_CLUSTER_NAME: ${{ vars.training_cluster_name }} + TRAINING_CLUSTER_VM_SIZE: ${{ vars.training_cluster_vm_size }} + BATCH_CLUSTER_NAME: ${{ vars.batch_cluster_name }} + BATCH_CLUSTER_VM_SIZE: ${{ vars.batch_cluster_vm_size }} + TRAINING_CLUSTER_MIN_NODES: ${{ vars.training_cluster_min_nodes }} + TRAINING_CLUSTER_MAX_NODES: ${{ vars.training_cluster_max_nodes }} + TRAINING_CLUSTER_IDLE_SECONDS: ${{ vars.training_cluster_idle_seconds }} + BATCH_CLUSTER_MIN_NODES: ${{ vars.batch_cluster_min_nodes }} + BATCH_CLUSTER_MAX_NODES: ${{ vars.batch_cluster_max_nodes }} + BATCH_CLUSTER_IDLE_SECONDS: ${{ vars.batch_cluster_idle_seconds }} jobs: terraform: @@ -24,7 +35,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: login uses: Azure/login@v2 @@ -52,6 +63,16 @@ jobs: echo '${{ env.SUBSCRIPTION_ID }}' echo '${{ env.ARM_CLIENT_ID }}' echo '${{ env.ARM_TENANT_ID }}' + echo '${{ env.TRAINING_CLUSTER_NAME }}' + echo '${{ env.TRAINING_CLUSTER_VM_SIZE }}' + echo '${{ env.BATCH_CLUSTER_NAME }}' + echo '${{ env.BATCH_CLUSTER_VM_SIZE }}' + echo '${{ env.TRAINING_CLUSTER_MIN_NODES }}' + echo '${{ env.TRAINING_CLUSTER_MAX_NODES }}' + echo '${{ env.TRAINING_CLUSTER_IDLE_SECONDS }}' + echo '${{ env.BATCH_CLUSTER_MIN_NODES }}' + echo '${{ env.BATCH_CLUSTER_MAX_NODES }}' + echo '${{ env.BATCH_CLUSTER_IDLE_SECONDS }}' - uses: cschleiden/replace-tokens@v1 with: @@ -67,40 +88,156 @@ jobs: TFSTATE_RESOURCE_GROUP_NAME: '${{ env.TFSTATE_RESOURCE_GROUP_NAME }}' TFSTATE_STORAGE_ACCT_NAME: '${{ env.TFSTATE_STORAGE_ACCT_NAME }}' WORKSPACE_NAME: '${{ env.WORKSPACE_NAME }}' + SERVICE_PRINCIPAL_OBJECT_ID: '${{ env.SERVICE_PRINCIPAL_OBJECT_ID }}' + TRAINING_CLUSTER_NAME: '${{ env.TRAINING_CLUSTER_NAME }}' + TRAINING_CLUSTER_VM_SIZE: '${{ env.TRAINING_CLUSTER_VM_SIZE }}' + BATCH_CLUSTER_NAME: '${{ env.BATCH_CLUSTER_NAME }}' + BATCH_CLUSTER_VM_SIZE: '${{ env.BATCH_CLUSTER_VM_SIZE }}' + TRAINING_CLUSTER_MIN_NODES: '${{ env.TRAINING_CLUSTER_MIN_NODES }}' + TRAINING_CLUSTER_MAX_NODES: '${{ env.TRAINING_CLUSTER_MAX_NODES }}' + TRAINING_CLUSTER_IDLE_SECONDS: '${{ env.TRAINING_CLUSTER_IDLE_SECONDS }}' + BATCH_CLUSTER_MIN_NODES: '${{ env.BATCH_CLUSTER_MIN_NODES }}' + BATCH_CLUSTER_MAX_NODES: '${{ env.BATCH_CLUSTER_MAX_NODES }}' + BATCH_CLUSTER_IDLE_SECONDS: '${{ env.BATCH_CLUSTER_IDLE_SECONDS }}' - - name: Add tfstate resource group - uses: azure/login@v2 - with: - client-id: ${{ env.ARM_CLIENT_ID }} - tenant-id: ${{ env.ARM_TENANT_ID }} - subscription-id: ${{ env.SUBSCRIPTION_ID }} - - run: | + - name: Setup Terraform state storage + run: | az --version - az group create --location '${{ env.LOCATION }}' --name '${{ env.TFSTATE_RESOURCE_GROUP_NAME }}' + az group create --location '${{ env.LOCATION }}' --name '${{ env.TFSTATE_RESOURCE_GROUP_NAME }}' || true + + # Create or update storage account with public network access enabled + az storage account create --name '${{ env.TFSTATE_STORAGE_ACCT_NAME }}' \ + --resource-group '${{ env.TFSTATE_RESOURCE_GROUP_NAME }}' \ + --sku Standard_LRS \ + --allow-blob-public-access false \ + --public-network-access Enabled \ + --default-action Allow || \ + az storage account update --name '${{ env.TFSTATE_STORAGE_ACCT_NAME }}' \ + --resource-group '${{ env.TFSTATE_RESOURCE_GROUP_NAME }}' \ + --public-network-access Enabled \ + --default-action Allow + + az storage container create --name terraform --account-name '${{ env.TFSTATE_STORAGE_ACCT_NAME }}' --auth-mode login || true + + # Assign Storage Blob Data Contributor role to the service principal + STORAGE_ACCOUNT_ID=$(az storage account show --name '${{ env.TFSTATE_STORAGE_ACCT_NAME }}' --resource-group '${{ env.TFSTATE_RESOURCE_GROUP_NAME }}' --query id -o tsv) + echo "Storage Account ID: $STORAGE_ACCOUNT_ID" + + # Try to create role assignment (ignore if it already exists) + echo "Assigning Storage Blob Data Contributor role to service principal..." + az role assignment create \ + --assignee '${{ env.ARM_CLIENT_ID }}' \ + --role 'Storage Blob Data Contributor' \ + --scope "$STORAGE_ACCOUNT_ID" 2>/dev/null || echo "Role assignment already exists or failed (will verify)" + + # Also assign using Object ID to ensure proper permissions + echo "Assigning Storage Blob Data Contributor role using Object ID..." + az role assignment create \ + --assignee-object-id '${{ env.SERVICE_PRINCIPAL_OBJECT_ID }}' \ + --assignee-principal-type ServicePrincipal \ + --role 'Storage Blob Data Contributor' \ + --scope "$STORAGE_ACCOUNT_ID" 2>/dev/null || echo "Role assignment already exists or failed (will verify)" + + # Verify role assignment exists + echo "Verifying role assignment..." + ROLE_ASSIGNED=$(az role assignment list \ + --assignee '${{ env.SERVICE_PRINCIPAL_OBJECT_ID }}' \ + --role 'Storage Blob Data Contributor' \ + --scope "$STORAGE_ACCOUNT_ID" \ + --query '[0].id' -o tsv) + + if [ -z "$ROLE_ASSIGNED" ]; then + echo "ERROR: Role assignment verification failed!" + echo "Listing all role assignments for this service principal:" + az role assignment list --assignee '${{ env.SERVICE_PRINCIPAL_OBJECT_ID }}' --all -o table + exit 1 + else + echo "Role assignment verified successfully" + echo "Waiting 45 seconds for role propagation..." + sleep 45 + fi - - name: Add tfstate account - uses: azure/login@v2 - with: - client-id: ${{ env.ARM_CLIENT_ID }} - tenant-id: ${{ env.ARM_TENANT_ID }} - subscription-id: ${{ env.SUBSCRIPTION_ID }} - - run: | - az storage account create --name '${{ env.TFSTATE_STORAGE_ACCT_NAME }}' --resource-group '${{ env.TFSTATE_RESOURCE_GROUP_NAME }}' --sku Standard_LRS - - - name: Add terraform container - uses: azure/login@v2 - with: - client-id: ${{ env.ARM_CLIENT_ID }} - tenant-id: ${{ env.ARM_TENANT_ID }} - subscription-id: ${{ env.SUBSCRIPTION_ID }} - - run: | - az storage container create --name terraform --account-name '${{ env.TFSTATE_STORAGE_ACCT_NAME }}' + - name: Remove duplicate AML role assignments + run: | + set -euo pipefail + + RG_EXISTS=$(az group exists --name '${{ env.RESOURCE_GROUP_NAME }}') + if [ "$RG_EXISTS" != "true" ]; then + echo "Resource group '${{ env.RESOURCE_GROUP_NAME }}' not found; skipping role cleanup" + exit 0 + fi + + STORAGE_SCOPE=$(az storage account show --name '${{ env.STORAGE_ACCT_NAME }}' --resource-group '${{ env.RESOURCE_GROUP_NAME }}' --query id -o tsv) + WORKSPACE_SCOPE=$(az ml workspace show --name '${{ env.WORKSPACE_NAME }}' --resource-group '${{ env.RESOURCE_GROUP_NAME }}' --query id -o tsv 2>/dev/null || echo "") + + WS_PRINCIPAL_ID=$(az resource show -n '${{ env.WORKSPACE_NAME }}' -g '${{ env.RESOURCE_GROUP_NAME }}' --resource-type Microsoft.MachineLearningServices/workspaces --query identity.principalId -o tsv 2>/dev/null || echo "") + TRAINING_PRINCIPAL_ID=$(az ml compute show --name '${{ env.TRAINING_CLUSTER_NAME }}' --workspace-name '${{ env.WORKSPACE_NAME }}' --resource-group '${{ env.RESOURCE_GROUP_NAME }}' --query identity.principalId -o tsv 2>/dev/null || echo "") + BATCH_PRINCIPAL_ID=$(az ml compute show --name '${{ env.BATCH_CLUSTER_NAME }}' --workspace-name '${{ env.WORKSPACE_NAME }}' --resource-group '${{ env.RESOURCE_GROUP_NAME }}' --query identity.principalId -o tsv 2>/dev/null || echo "") + + delete_assignment() { + local scope="$1" + local role="$2" + local principal="$3" + local label="$4" + + if [ -z "$principal" ] || [ "$principal" = "null" ]; then + echo "[$label] principal id missing, skipping" + return + fi + + local existing + existing=$(az role assignment list --scope "$scope" --assignee "$principal" --role "$role" --query '[0].id' -o tsv) + + if [ -n "$existing" ]; then + echo "[$label] removing existing assignment $existing" + az role assignment delete --ids "$existing" + else + echo "[$label] no existing assignment found" + fi + } + + if [ -n "$STORAGE_SCOPE" ]; then + delete_assignment "$STORAGE_SCOPE" "Storage Blob Data Contributor" "$WS_PRINCIPAL_ID" "workspace-blob" + delete_assignment "$STORAGE_SCOPE" "Storage Table Data Contributor" "$WS_PRINCIPAL_ID" "workspace-table" + delete_assignment "$STORAGE_SCOPE" "Storage Queue Data Contributor" "$WS_PRINCIPAL_ID" "workspace-queue" + + delete_assignment "$STORAGE_SCOPE" "Storage Blob Data Contributor" "$TRAINING_PRINCIPAL_ID" "training-blob" + delete_assignment "$STORAGE_SCOPE" "Storage Table Data Contributor" "$TRAINING_PRINCIPAL_ID" "training-table" + delete_assignment "$STORAGE_SCOPE" "Storage Queue Data Contributor" "$TRAINING_PRINCIPAL_ID" "training-queue" + + delete_assignment "$STORAGE_SCOPE" "Storage Blob Data Contributor" "$BATCH_PRINCIPAL_ID" "batch-blob" + delete_assignment "$STORAGE_SCOPE" "Storage Table Data Contributor" "$BATCH_PRINCIPAL_ID" "batch-table" + delete_assignment "$STORAGE_SCOPE" "Storage Queue Data Contributor" "$BATCH_PRINCIPAL_ID" "batch-queue" + fi + + if [ -n "$WORKSPACE_SCOPE" ]; then + delete_assignment "$WORKSPACE_SCOPE" "AzureML Data Scientist" "$WS_PRINCIPAL_ID" "workspace-ml-ds" + delete_assignment "$WORKSPACE_SCOPE" "AzureML Data Scientist" "$TRAINING_PRINCIPAL_ID" "training-ml-ds" + delete_assignment "$WORKSPACE_SCOPE" "AzureML Data Scientist" "$BATCH_PRINCIPAL_ID" "batch-ml-ds" + fi + + echo "Duplicate role assignment cleanup complete" - name: Terraform Install - uses: hashicorp/setup-terraform@v1 + uses: hashicorp/setup-terraform@v3 with: terraform_version: latest + - name: Purge soft-deleted workspace if exists + run: | + echo "Checking for soft-deleted workspace..." + WORKSPACE_EXISTS=$(az ml workspace show --name '${{ env.WORKSPACE_NAME }}' \ + --resource-group '${{ env.RESOURCE_GROUP_NAME }}' --query name -o tsv 2>/dev/null || echo "") + + if [ -z "$WORKSPACE_EXISTS" ]; then + echo "Attempting to purge soft-deleted workspace..." + az resource delete --ids \ + "/subscriptions/${{ env.SUBSCRIPTION_ID }}/providers/Microsoft.MachineLearningServices/deletedWorkspaces/${{ env.WORKSPACE_NAME }}" \ + 2>/dev/null || echo "No soft-deleted workspace found or already purged" + else + echo "Active workspace exists, no purge needed" + fi + - name: List current directory contents run: ls ${{ github.workspace }} @@ -108,22 +245,34 @@ jobs: env: ARM_TENANT_ID: ${{ vars.ARM_TENANT_ID }} ARM_SUBSCRIPTION_ID: ${{ vars.SUBSCRIPTION_ID }} - ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }} - if: true + ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }} + ARM_USE_OIDC: true + ARM_USE_AZUREAD: true + ARM_STORAGE_USE_AZUREAD: true run: | + export ARM_USE_OIDC=true + export ARM_USE_AZUREAD=true + export ARM_STORAGE_USE_AZUREAD=true terraform init \ -backend-config="resource_group_name=${{ env.TFSTATE_RESOURCE_GROUP_NAME }}" \ -backend-config="storage_account_name=${{ env.TFSTATE_STORAGE_ACCT_NAME }}" \ -backend-config="container_name=terraform" \ - -backend-config="key=mlops.tfstate" + -backend-config="key=mlops.tfstate" \ + -backend-config="use_azuread_auth=true" \ + -backend-config="tenant_id=${{ env.ARM_TENANT_ID }}" \ + -backend-config="subscription_id=${{ env.SUBSCRIPTION_ID }}" \ + -backend-config="client_id=${{ env.ARM_CLIENT_ID }}" \ + -backend-config="use_oidc=true" working-directory: ${{ github.workspace }}/infra/terraform/public_workspace - name: Terraform Validate env: ARM_TENANT_ID: ${{ vars.ARM_TENANT_ID }} ARM_SUBSCRIPTION_ID: ${{ vars.SUBSCRIPTION_ID }} - ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }} - if: true + ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }} + ARM_USE_OIDC: true + ARM_USE_AZUREAD: true + ARM_STORAGE_USE_AZUREAD: true working-directory: ${{ github.workspace }}/infra/terraform/public_workspace run: | terraform validate @@ -133,18 +282,60 @@ jobs: env: ARM_TENANT_ID: ${{ vars.ARM_TENANT_ID }} ARM_SUBSCRIPTION_ID: ${{ vars.SUBSCRIPTION_ID }} - ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }} - if: true + ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }} + ARM_USE_OIDC: true + ARM_USE_AZUREAD: true + ARM_STORAGE_USE_AZUREAD: true run: | - terraform plan -out=tfplan + terraform plan -replace=azurerm_application_insights.aml_appins -out=tfplan working-directory: ${{ github.workspace }}/infra/terraform/public_workspace - name: Terraform Apply env: ARM_TENANT_ID: ${{ vars.ARM_TENANT_ID }} ARM_SUBSCRIPTION_ID: ${{ vars.SUBSCRIPTION_ID }} - ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }} - if: true + ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }} + ARM_USE_OIDC: true + ARM_USE_AZUREAD: true + ARM_STORAGE_USE_AZUREAD: true run: | terraform apply -auto-approve -input=false tfplan working-directory: ${{ github.workspace }}/infra/terraform/public_workspace + + - name: Ensure Workspace Storage RBAC + run: | + echo "Ensuring RBAC on workspace storage account..." + STORAGE_ACCOUNT_ID=$(az storage account show --name '${{ env.STORAGE_ACCT_NAME }}' --resource-group '${{ env.RESOURCE_GROUP_NAME }}' --query id -o tsv) + echo "Workspace Storage Account ID: $STORAGE_ACCOUNT_ID" + + WS_PRINCIPAL_ID=$(az resource show -n '${{ env.WORKSPACE_NAME }}' -g '${{ env.RESOURCE_GROUP_NAME }}' --resource-type Microsoft.MachineLearningServices/workspaces --query identity.principalId -o tsv) + echo "Workspace Managed Identity Principal ID: $WS_PRINCIPAL_ID" + + for ASSIGNEE in '${{ env.SERVICE_PRINCIPAL_OBJECT_ID }}' "$WS_PRINCIPAL_ID"; do + if [ -z "$ASSIGNEE" ] || [ "$ASSIGNEE" = "null" ]; then + echo "Skipping empty assignee value: $ASSIGNEE" + continue + fi + echo "Assigning Storage Blob Data Contributor to $ASSIGNEE ..." + az role assignment create \ + --assignee-object-id "$ASSIGNEE" \ + --assignee-principal-type ServicePrincipal \ + --role 'Storage Blob Data Contributor' \ + --scope "$STORAGE_ACCOUNT_ID" 2>/dev/null || echo "Role assignment already exists or failed (will verify)" + + echo "Verifying assignment for $ASSIGNEE ..." + ASSIGNED=$(az role assignment list \ + --assignee "$ASSIGNEE" \ + --role 'Storage Blob Data Contributor' \ + --scope "$STORAGE_ACCOUNT_ID" \ + --query '[0].id' -o tsv) + + if [ -z "$ASSIGNED" ]; then + echo "ERROR: Role assignment verification failed for $ASSIGNEE" + az role assignment list --assignee "$ASSIGNEE" --scope "$STORAGE_ACCOUNT_ID" -o table || true + exit 1 + fi + done + + echo "Waiting 30 seconds for RBAC propagation..." + sleep 30 diff --git a/.github/workflows/london_taxi_cd_pipeline.yml b/.github/workflows/london_taxi_cd_pipeline.yml index d49b726d..0d8c6ffd 100644 --- a/.github/workflows/london_taxi_cd_pipeline.yml +++ b/.github/workflows/london_taxi_cd_pipeline.yml @@ -1,5 +1,13 @@ name: London Taxi CD Workflow on: + workflow_dispatch: + inputs: + exec_environment: + type: string + default: "dev" + model_type: + type: string + default: "london_taxi" push: branches: - main @@ -23,7 +31,7 @@ on: default: "london_taxi" permissions: id-token: write - contents: read + contents: read jobs: run-cd-workflow: uses: ./.github/workflows/platform_cd_workflow.yml diff --git a/.github/workflows/london_taxi_ci_pipeline.yml b/.github/workflows/london_taxi_ci_pipeline.yml index 816f0546..0d4dfad2 100644 --- a/.github/workflows/london_taxi_ci_pipeline.yml +++ b/.github/workflows/london_taxi_ci_pipeline.yml @@ -1,6 +1,14 @@ name: London Taxi CI Workflow on: + workflow_dispatch: + inputs: + exec_environment: + type: string + default: "pr" + model_type: + type: string + default: "london_taxi" pull_request: branches: - main @@ -25,10 +33,11 @@ on: default: "london_taxi" permissions: id-token: write - contents: read + contents: read jobs: run-ci-workflow: uses: ./.github/workflows/platform_ci_workflow.yml with: exec_environment: ${{ inputs.exec_environment || 'pr' }} - model_type: ${{ inputs.model_type || 'london_taxi' }} \ No newline at end of file + model_type: ${{ inputs.model_type || 'london_taxi' }} + is_docker: false \ No newline at end of file diff --git a/.github/workflows/nyc_taxi_cd_pipeline.yml b/.github/workflows/nyc_taxi_cd_pipeline.yml deleted file mode 100644 index 35985ce3..00000000 --- a/.github/workflows/nyc_taxi_cd_pipeline.yml +++ /dev/null @@ -1,33 +0,0 @@ -# Continuous integration (cd) for nyc taxi model -name: Nyc Taxi CD Workflow -on: - push: - branches: - - main - paths: - - mlops/common/** - - mlops/nyc_taxi/** - - model/nyc_taxi/** - - src/nyc_src/** - - test/nyc_taxi/** - workflow_call: - inputs: - exec_environment: - type: string - description: "Execution Environment" - required: true - default: "dev" - model_type: - type: string - description: "The type of model to run the workflow for" - required: true - default: "nyc_taxi" -permissions: - id-token: write - contents: read -jobs: - run-cd-workflow: - uses: ./.github/workflows/platform_cd_workflow.yml - with: - exec_environment: ${{ inputs.exec_environment || 'dev' }} - model_type: ${{ inputs.model_type || 'nyc_taxi' }} diff --git a/.github/workflows/nyc_taxi_ci_pipeline.yml b/.github/workflows/nyc_taxi_ci_pipeline.yml deleted file mode 100644 index f666a622..00000000 --- a/.github/workflows/nyc_taxi_ci_pipeline.yml +++ /dev/null @@ -1,34 +0,0 @@ -name: Nyc Taxi CI Workflow - -on: - pull_request: - branches: - - main - paths: - - '.github/**' - - 'mlops/common/**' - - 'mlops/nyc_taxi/**' - - 'model/nyc_taxi/**' - - 'src/nyc_src/**' - - 'test/nyc_taxi/**' - workflow_call: - inputs: - exec_environment: - type: string - description: "The environment to run the workflow in" - required: true - default: "pr" - model_type: - type: string - description: "The type of model to run the workflow for" - required: true - default: "nyc_taxi" -permissions: - id-token: write - contents: read -jobs: - run-ci-workflow: - uses: ./.github/workflows/platform_ci_workflow.yml - with: - exec_environment: ${{ inputs.exec_environment || 'pr' }} - model_type: ${{ inputs.model_type || 'nyc_taxi' }} diff --git a/.github/workflows/platform_cd_workflow.yml b/.github/workflows/platform_cd_workflow.yml index 361f521d..2616c341 100644 --- a/.github/workflows/platform_cd_workflow.yml +++ b/.github/workflows/platform_cd_workflow.yml @@ -1,6 +1,14 @@ name: Platform CD Workflow on: + workflow_dispatch: + inputs: + exec_environment: + type: string + default: "dev" + model_type: + type: string + default: "london_taxi" workflow_call: inputs: exec_environment: @@ -13,10 +21,15 @@ on: description: "type of model to execute" required: true +permissions: + id-token: write + contents: read + env: SUBSCRIPTION_ID: ${{vars.SUBSCRIPTION_ID}} RESOURCE_GROUP_NAME: ${{ vars.RESOURCE_GROUP_NAME }} WORKSPACE_NAME: ${{ vars.WORKSPACE_NAME }} + STORAGE_ACCOUNT_NAME: ${{ vars.STORAGE_ACCT_NAME }} ARM_CLIENT_ID: ${{vars.ARM_CLIENT_ID}} ARM_TENANT_ID: ${{vars.ARM_TENANT_ID}} BUILD_BUILDID: ${{ github.run_id }} @@ -37,6 +50,22 @@ jobs: arm_tenant_id: ${{ env.ARM_TENANT_ID }} subscription_id: ${{ env.SUBSCRIPTION_ID }} + - name: Temporarily Enable Storage Public Access + run: | + echo "Temporarily enabling storage public network access for training job execution..." + echo "Note: This is acceptable for sample/learning environments. For production, use resource access rules." + + # Enable public network access for training jobs to access storage + az storage account update \ + --name ${{ env.STORAGE_ACCOUNT_NAME }} \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --default-action Allow \ + --public-network-access Enabled + + echo "Waiting for storage configuration propagation..." + sleep 15 + - name: Execute MLOps Standard Pipeline uses: ./.github/actions/execute_shell_code with: @@ -79,6 +108,7 @@ jobs: id-token: write contents: read needs: [execute-training-job] + if: vars.IS_ONLINE_DEPLOYMENT == 'True' steps: - name: Checkout uses: actions/checkout@v4 @@ -93,7 +123,53 @@ jobs: - name: Copy common files shell: bash run: | - [ -d "src/${{ inputs.model_type }}/common/" ] && cp -r src/${{ inputs.model_type }}/common/* model/${{ inputs.model_type }}/online + if [ -d "src/${{ inputs.model_type }}/common/" ]; then + echo "Copying common files for ${{ inputs.model_type }}" + cp -r src/${{ inputs.model_type }}/common/* model/${{ inputs.model_type }}/online + else + echo "No common directory found for ${{ inputs.model_type }}, skipping copy" + fi + + - name: Validate Storage Configuration + run: | + echo "=== Validating Storage Configuration for Deployment ===" + + # Get storage configuration + DEFAULT_ACTION=$(az storage account show \ + --name ${{ env.STORAGE_ACCOUNT_NAME }} \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --query 'networkRuleSet.defaultAction' -o tsv) + + SHARED_KEY_ACCESS=$(az storage account show \ + --name ${{ env.STORAGE_ACCOUNT_NAME }} \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --query 'allowSharedKeyAccess' -o tsv) + + echo "Storage Account: ${{ env.STORAGE_ACCOUNT_NAME }}" + echo "Default Action: $DEFAULT_ACTION" + echo "Shared Key Access: $SHARED_KEY_ACCESS" + + # Validate storage is accessible + if [ "$DEFAULT_ACTION" != "Allow" ]; then + echo "❌ ERROR: Storage default action is '$DEFAULT_ACTION' - must be 'Allow' for deployment" + echo "The endpoint needs to download the model from storage during provisioning." + exit 1 + fi + + # Test actual blob access + echo "Testing blob access with workflow identity..." + if ! az storage container list \ + --account-name ${{ env.STORAGE_ACCOUNT_NAME }} \ + --auth-mode login \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --output table; then + echo "❌ ERROR: Workflow identity cannot access storage - this indicates RBAC or network issues" + exit 1 + fi + + echo "✅ Storage configuration validated successfully" - name: Provision azureml online endpoint uses: ./.github/actions/execute_shell_code @@ -105,11 +181,62 @@ jobs: python -m mlops.common.deployment.provision_online_endpoint \ --model_type ${{ inputs.model_type }} \ --environment_name ${{ inputs.exec_environment }} \ - --run_id ${{ github.run_id }} + --run_id ${{ github.run_id }} + + - name: Validate Endpoint Identity Storage Access + run: | + echo "=== Validating Endpoint Identity Permissions ===" + + # Get endpoint name from config (model_type uses underscore, endpoint names use hyphens) + ENDPOINT_NAME=$(python -c " + import yaml + with open('config/config.yaml', 'r') as f: + config = yaml.safe_load(f) + deployment_key = '${{ inputs.model_type }}_online_${{ inputs.exec_environment }}' + endpoint_name = config['deployment_configs'][deployment_key]['endpoint_name'] + print(endpoint_name) + ") + + echo "Endpoint Name: $ENDPOINT_NAME" + + ENDPOINT_IDENTITY=$(az ml online-endpoint show \ + --name $ENDPOINT_NAME \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --workspace-name ${{ env.WORKSPACE_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --query 'identity.principal_id' -o tsv) + + if [ -z "$ENDPOINT_IDENTITY" ]; then + echo "❌ ERROR: Could not retrieve endpoint managed identity" + exit 1 + fi + + echo "Endpoint Identity: $ENDPOINT_IDENTITY" + + # Check for required storage roles + STORAGE_SCOPE="/subscriptions/${{ env.SUBSCRIPTION_ID }}/resourceGroups/${{ env.RESOURCE_GROUP_NAME }}/providers/Microsoft.Storage/storageAccounts/${{ env.STORAGE_ACCOUNT_NAME }}" + + ROLE_ASSIGNMENTS=$(az role assignment list \ + --assignee $ENDPOINT_IDENTITY \ + --scope $STORAGE_SCOPE \ + --query '[].roleDefinitionName' -o tsv) + + echo "Current RBAC roles on storage:" + echo "$ROLE_ASSIGNMENTS" + + # Validate endpoint has at least Storage Blob Data Reader + if ! echo "$ROLE_ASSIGNMENTS" | grep -qE "(Storage Blob Data Reader|Storage Blob Data Contributor|Storage Blob Data Owner|Contributor|Owner)"; then + echo "❌ ERROR: Endpoint identity lacks required storage role" + echo "Required: At least 'Storage Blob Data Reader' role on storage account" + echo "The endpoint needs this to download the model during deployment." + exit 1 + fi + + echo "✅ Endpoint identity permissions validated successfully" - name: Provision azureml deployment uses: ./.github/actions/execute_shell_code - with: + with: arm_client_id: ${{ env.ARM_CLIENT_ID }} arm_tenant_id: ${{ env.ARM_TENANT_ID }} subscription_id: ${{ env.SUBSCRIPTION_ID }} @@ -119,6 +246,12 @@ jobs: --environment_name ${{ inputs.exec_environment }} \ --run_id ${{ github.run_id }} + - name: Wait for endpoint startup and model download + run: | + echo "Waiting for endpoint to complete startup and model download..." + echo "This ensures storage remains accessible during async endpoint provisioning." + sleep 600 + - name: Test azureml real endpoint uses: ./.github/actions/execute_shell_code with: @@ -137,6 +270,7 @@ jobs: id-token: write contents: read needs: [execute-training-job] + if: vars.IS_BATCH_DEPLOYMENT == 'True' steps: - name: Checkout uses: actions/checkout@v4 @@ -151,7 +285,12 @@ jobs: - name: Copy common files shell: bash run: | - [ -d "src/${{ inputs.model_type }}/common/" ] && cp -r src/${{ inputs.model_type }}/common/* model/${{ inputs.model_type }}/batch + if [ -d "src/${{ inputs.model_type }}/common/" ]; then + echo "Copying common files for ${{ inputs.model_type }}" + cp -r src/${{ inputs.model_type }}/common/* model/${{ inputs.model_type }}/batch + else + echo "No common directory found for ${{ inputs.model_type }}, skipping copy" + fi - name: Provision azureml batch endpoint uses: ./.github/actions/execute_shell_code @@ -191,13 +330,20 @@ jobs: --environment_name ${{ inputs.exec_environment }} \ --model_type ${{ inputs.model_type }} + - name: Re-authenticate after batch job completion + uses: azure/login@v2 + with: + client-id: ${{ env.ARM_CLIENT_ID }} + tenant-id: ${{ env.ARM_TENANT_ID }} + subscription-id: ${{ env.SUBSCRIPTION_ID }} + change_model_tag: name: Apply Production Tag runs-on: ubuntu-latest permissions: id-token: write contents: read - needs: [execute-training-job] + needs: [execute-training-job] environment: name: dev steps: @@ -210,7 +356,7 @@ jobs: arm_client_id: ${{ env.ARM_CLIENT_ID }} arm_tenant_id: ${{ env.ARM_TENANT_ID }} subscription_id: ${{ env.SUBSCRIPTION_ID }} - + - name: Provision azureml online endpoint uses: ./.github/actions/execute_shell_code with: @@ -219,4 +365,40 @@ jobs: subscription_id: ${{ env.SUBSCRIPTION_ID }} script_parameter: | python -m mlops.common.deployment.approve_model \ - --model_type ${{ inputs.model_type }} \ No newline at end of file + --model_type ${{ inputs.model_type }} + + cleanup: + name: Cleanup and Restore Security + runs-on: ubuntu-latest + permissions: + id-token: write + contents: read + needs: [execute-training-job, deploy-online, deploy-batch, change_model_tag] + if: always() + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Configure Azure ML Agent + uses: "./.github/actions/configure_azureml_agent" + with: + arm_client_id: ${{ env.ARM_CLIENT_ID }} + arm_tenant_id: ${{ env.ARM_TENANT_ID }} + subscription_id: ${{ env.SUBSCRIPTION_ID }} + + - name: Restore Storage Network Restrictions + run: | + echo "Restoring storage network restrictions after all deployments..." + az storage account update \ + --name ${{ env.STORAGE_ACCOUNT_NAME }} \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --default-action Deny \ + --public-network-access Disabled + + echo "✅ Storage access restored to restricted mode." + echo "" + echo "Storage is now secured:" + echo " - Public network access: Disabled" + echo " - Default network action: Deny" + echo " - Shared key access: Disabled (policy-enforced)" \ No newline at end of file diff --git a/.github/workflows/platform_ci_workflow.yml b/.github/workflows/platform_ci_workflow.yml index 680f14f6..b1e98c25 100644 --- a/.github/workflows/platform_ci_workflow.yml +++ b/.github/workflows/platform_ci_workflow.yml @@ -1,6 +1,17 @@ name: Platform CI Workflow on: + workflow_dispatch: + inputs: + exec_environment: + type: string + default: "pr" + model_type: + type: string + default: "london_taxi" + is_docker: + type: boolean + default: false workflow_call: inputs: exec_environment: @@ -15,17 +26,22 @@ on: is_docker: type: boolean description: "Is Docker used for build validation?" - required: false + required: true default: false +permissions: + id-token: write + contents: read + env: SUBSCRIPTION_ID: ${{vars.SUBSCRIPTION_ID}} RESOURCE_GROUP_NAME: ${{ vars.RESOURCE_GROUP_NAME }} WORKSPACE_NAME: ${{ vars.WORKSPACE_NAME }} + STORAGE_ACCOUNT_NAME: ${{ vars.STORAGE_ACCT_NAME }} ARM_CLIENT_ID: ${{vars.ARM_CLIENT_ID}} ARM_TENANT_ID: ${{vars.ARM_TENANT_ID}} BUILD_BUILDID: ${{ github.run_id }} - BUILD_SOURCEBRANCHNAME: ${{ github.head_ref || github.ref_name }} + BUILD_SOURCEBRANCHNAME: ${{ github.head_ref || github.ref_name }} jobs: build-validation: @@ -35,7 +51,7 @@ jobs: image_name: ${{ inputs.exec_environment }} model_type: ${{ inputs.model_type }} is_docker: ${{ inputs.is_docker }} - + execute-ml-job-pipeline: name: Execute ML Job Pipeline runs-on: ubuntu-latest @@ -50,7 +66,23 @@ jobs: arm_client_id: ${{ env.ARM_CLIENT_ID }} arm_tenant_id: ${{ env.ARM_TENANT_ID }} subscription_id: ${{ env.SUBSCRIPTION_ID }} - + + - name: Temporarily Enable Storage Public Access + run: | + echo "Temporarily enabling storage public network access for training job execution..." + echo "Note: This is acceptable for sample/learning environments. For production, use resource access rules." + + # Enable public network access for training jobs to access storage + az storage account update \ + --name ${{ env.STORAGE_ACCOUNT_NAME }} \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --default-action Allow \ + --public-network-access Enabled + + echo "Waiting for storage configuration propagation..." + sleep 15 + - name: Execute AzureML Pipeline uses: ./.github/actions/execute_shell_code with: @@ -61,3 +93,15 @@ jobs: python -m mlops.${{ inputs.model_type }}.src.mlops_pipeline \ --build_environment ${{ inputs.exec_environment }} \ --wait_for_completion True + + - name: Restore Storage Network Restrictions + if: always() + run: | + echo "Restoring storage network restrictions..." + az storage account update \ + --name ${{ env.STORAGE_ACCOUNT_NAME }} \ + --resource-group ${{ env.RESOURCE_GROUP_NAME }} \ + --subscription ${{ env.SUBSCRIPTION_ID }} \ + --default-action Deny \ + --public-network-access Disabled + echo "Storage access restored to restricted mode." diff --git a/.github/workflows/register_data_assets.yml b/.github/workflows/register_data_assets.yml index a9967a6a..ddf645e6 100644 --- a/.github/workflows/register_data_assets.yml +++ b/.github/workflows/register_data_assets.yml @@ -4,9 +4,9 @@ on: workflow_dispatch: env: - SUBSCRIPTION_ID: ${{ vars.subscription_id }} - RESOURCE_GROUP_NAME: ${{ vars.resource_group_name }} - WORKSPACE_NAME: ${{ vars.workspace_name }} + SUBSCRIPTION_ID: ${{ vars.SUBSCRIPTION_ID }} + RESOURCE_GROUP_NAME: ${{ vars.RESOURCE_GROUP_NAME }} + WORKSPACE_NAME: ${{ vars.WORKSPACE_NAME }} ARM_CLIENT_ID: ${{ vars.ARM_CLIENT_ID }} ARM_TENANT_ID: ${{ vars.ARM_TENANT_ID }} @@ -17,15 +17,153 @@ jobs: id-token: write contents: read steps: - - name: Configure Azure ML Agent - uses: ./.github/actions/configure_azureml_agent + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Azure login + uses: azure/login@v2 + with: + client-id: ${{ vars.ARM_CLIENT_ID }} + tenant-id: ${{ vars.ARM_TENANT_ID }} + subscription-id: ${{ vars.SUBSCRIPTION_ID }} + + - name: Setup Python + uses: actions/setup-python@v5 with: - arm_client_id: ${{ env.ARM_CLIENT_ID }} - arm_tenant_id: ${{ env.ARM_TENANT_ID }} - subscription_id: ${{ env.SUBSCRIPTION_ID }} + python-version: '3.10' + + - name: Install Python Dependencies + shell: bash + run: | + python -m pip install --upgrade pip + python -m pip install --upgrade -r .github/requirements/execute_job_requirements.txt + + - name: "Preflight: verify identity access to default datastore" + shell: bash + env: + AZURE_STORAGE_AUTH_MODE: login + RESOURCE_GROUP_NAME: ${{ env.RESOURCE_GROUP_NAME }} + WORKSPACE_NAME: ${{ env.WORKSPACE_NAME }} + run: | + set -euo pipefail + echo "Installing ML CLI extension (if missing)..." + az extension add -n ml -y >/dev/null 2>&1 || az extension update -n ml -y >/dev/null 2>&1 || true + + echo "Resolving default blob datastore (workspaceblobstore)..." + # Query root-level properties (not nested under .properties) + ACCOUNT=$(az ml datastore show -g "$RESOURCE_GROUP_NAME" -w "$WORKSPACE_NAME" -n workspaceblobstore --query account_name -o tsv 2>/dev/null || true) + CONTAINER=$(az ml datastore show -g "$RESOURCE_GROUP_NAME" -w "$WORKSPACE_NAME" -n workspaceblobstore --query container_name -o tsv 2>/dev/null || true) + + if [ -z "$ACCOUNT" ] || [ -z "$CONTAINER" ] || [ "$ACCOUNT" = "null" ] || [ "$CONTAINER" = "null" ]; then + echo "ERROR: Could not resolve workspaceblobstore details (account/container)." >&2 + echo "Listing datastores for debugging..." >&2 + az ml datastore list -g "$RESOURCE_GROUP_NAME" -w "$WORKSPACE_NAME" -o table || true + echo "Full details for workspaceblobstore (if exists):" >&2 + az ml datastore show -g "$RESOURCE_GROUP_NAME" -w "$WORKSPACE_NAME" -n workspaceblobstore -o json || true + exit 1 + fi + + echo "Checking container access via AAD login... (acct=$ACCOUNT, container=$CONTAINER)" + if ! az storage container show --name "$CONTAINER" --account-name "$ACCOUNT" --auth-mode login >/dev/null 2>&1; then + echo "ERROR: Identity-based access to the workspace default datastore failed." >&2 + echo "Ensure the service principal has 'Storage Blob Data Contributor' on the workspace storage account." >&2 + exit 1 + fi + echo "Preflight OK: AAD access to datastore container works." + + - name: "Canary: AAD upload and register data asset via CLI" + if: ${{ false }} + shell: bash + env: + AZURE_STORAGE_AUTH_MODE: login + RESOURCE_GROUP_NAME: ${{ env.RESOURCE_GROUP_NAME }} + WORKSPACE_NAME: ${{ env.WORKSPACE_NAME }} + run: | + set -euo pipefail + # Resolve account/container again + ACCOUNT=$(az ml datastore show -g "$RESOURCE_GROUP_NAME" -w "$WORKSPACE_NAME" -n workspaceblobstore --query account_name -o tsv) + CONTAINER=$(az ml datastore show -g "$RESOURCE_GROUP_NAME" -w "$WORKSPACE_NAME" -n workspaceblobstore --query container_name -o tsv) + + ASSET_NAME="copilot_ping" + TS=$(date +%s) + DEST_PATH="copilot-ping/$TS" + + echo "Creating small test payload..." + mkdir -p tmp_ping && echo "ok $(date -u +%FT%TZ)" > tmp_ping/readme.txt + + echo "Uploading with AAD (no keys)..." + az storage blob upload-batch \ + --account-name "$ACCOUNT" \ + --auth-mode login \ + --destination "$CONTAINER/$DEST_PATH" \ + --source tmp_ping >/dev/null + + echo "Registering a uri_folder data asset pointing to the uploaded path..." + az ml data create -g "$RESOURCE_GROUP_NAME" -w "$WORKSPACE_NAME" \ + --name "$ASSET_NAME" \ + --version "$TS" \ + --type uri_folder \ + --path "azureml://datastores/workspaceblobstore/paths/$DEST_PATH/" \ + -o table + + echo "Canary OK. Data asset $ASSET_NAME:$TS created." + + - name: "Bulk: upload and register datasets via CLI" + shell: bash + env: + AZURE_STORAGE_AUTH_MODE: login + RESOURCE_GROUP_NAME: ${{ env.RESOURCE_GROUP_NAME }} + WORKSPACE_NAME: ${{ env.WORKSPACE_NAME }} + run: | + set -euo pipefail + # Ensure jq is available + if ! command -v jq >/dev/null 2>&1; then + sudo apt-get update -y && sudo apt-get install -y jq + fi + + ACCOUNT=$(az ml datastore show -g "$RESOURCE_GROUP_NAME" -w "$WORKSPACE_NAME" -n workspaceblobstore --query account_name -o tsv) + CONTAINER=$(az ml datastore show -g "$RESOURCE_GROUP_NAME" -w "$WORKSPACE_NAME" -n workspaceblobstore --query container_name -o tsv) + TS=$(date +%s) + + echo "Starting bulk upload + registration with version=$TS" + while read -r row; do + NAME=$(echo "$row" | jq -r '.DATASET_NAME') + DESC=$(echo "$row" | jq -r '.DATASET_DESC') + SRC=$(echo "$row" | jq -r '.DATA_PATH') + DEST_PATH="datasets/$NAME/$TS" + + echo "\nUploading '$SRC' -> '$CONTAINER/$DEST_PATH'" + az storage blob upload-batch \ + --account-name "$ACCOUNT" \ + --auth-mode login \ + --destination "$CONTAINER/$DEST_PATH" \ + --source "$SRC" + + echo "Registering data asset '$NAME' version '$TS'" + az ml data create -g "$RESOURCE_GROUP_NAME" -w "$WORKSPACE_NAME" \ + --name "$NAME" \ + --version "$TS" \ + --type uri_folder \ + --path "azureml://datastores/workspaceblobstore/paths/$DEST_PATH/" \ + --description "$DESC" \ + -o table + done < <(jq -c '.datasets[]' config/data_config.json) + echo "\nBulk registration complete." + + - name: "Optional: ensure latest azure-ai-ml + identity libs" + if: ${{ false }} + shell: bash + run: | + set -euo pipefail + python -c "import azure.ai.ml, sys; print('azure-ai-ml version:', azure.ai.ml.__version__)" || true + # Keep sdk fresh to avoid SAS fallbacks; harmless if already latest + python -m pip install --upgrade "azure-ai-ml" "azure-identity" "azure-storage-blob" - - name: Execute Dataset Registration + - name: Execute Dataset Registration (Python) [disabled] + if: ${{ false }} shell: bash + env: + AZURE_STORAGE_AUTH_MODE: login run: | python -m mlops.common.register_data_asset \ --data_config_path config/data_config.json diff --git a/.github/workflows/sequence_model_ci_pipeline.yml b/.github/workflows/sequence_model_ci_pipeline.yml index d7469e50..807856ff 100644 --- a/.github/workflows/sequence_model_ci_pipeline.yml +++ b/.github/workflows/sequence_model_ci_pipeline.yml @@ -32,4 +32,5 @@ jobs: with: exec_environment: ${{ inputs.exec_environment || 'pr' }} model_type: ${{ inputs.model_type || 'sequence_model' }} + is_docker: false \ No newline at end of file diff --git a/.gitignore b/.gitignore index 38050836..4f777491 100644 --- a/.gitignore +++ b/.gitignore @@ -107,9 +107,12 @@ celerybeat.pid .venv env/ venv/ +.venv310/ ENV/ env.bak/ venv.bak/ +# Mamba temp requirement artifacts +mlops/*/environment/mamba* # Spyder project settings .spyderproject @@ -128,3 +131,10 @@ dmypy.json # Pyre type checker .pyre/ + + +/logs/ +# Mamba temporary environment resolution artifacts (auto-generated, do not commit) +mlops/*/environment/mamba* +interrogate_deployment.ps1 +.github/workflows/deploy_online_only.yml diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..5ac10f4b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,24 @@ +{ + // Python linting configuration + "python.linting.enabled": true, + "python.linting.flake8Enabled": true, + "python.linting.flake8Args": [ + "--max-line-length=120", + "--extend-ignore=E203,W503" + ], + "python.linting.lintOnSave": true, + // Show lint errors immediately while typing + "python.linting.lintOnChange": true, + // Format on save using black + "editor.formatOnSave": true, + "python.formatting.provider": "black", + "python.formatting.blackArgs": [ + "--line-length=120" + ], + // Trim trailing whitespace on save + "files.trimTrailingWhitespace": true, + // Python interpreter + "python.defaultInterpreterPath": "${workspaceFolder}/.venv310/Scripts/python.exe", + // Show problems inline + "problems.decorations.enabled": true +} \ No newline at end of file diff --git a/README.md b/README.md index 4c0d7669..f395b08e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ You can start training pipelines from your local computer by creating an environ - Open the terminal and run the following commands to create a conda environment (we assume that anaconda has been installed on your local computer): - - conda env create -name dstoolkit Python=3.9 # this does not work for some computers, the code could be conda create --name dstoolkit python=3.9 + - conda env create -name dstoolkit Python=3.10 # this does not work for some computers, the code could be conda create --name dstoolkit python=3.10 - conda activate dstoolkit # if this doesn't work in your terminal, you can go to the Anaconda Navigator, click Environments, click dstoolkit and then hit the green play button and open terminal from there. - pip install -r .devcontainer/requirements.txt - Sign in with Azure CLI : run `az login -t ` diff --git a/config/config.yaml b/config/config.yaml index d4d15fba..14ff8198 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -9,7 +9,7 @@ environment_configuration: build_reference: ${BUILD_BUILDID} pipeline_configs: - london_taxi_pr: + london_taxi_pr: cluster_region: eastus cluster_size: STANDARD_DS3_v2 cluster_name: cpucluster @@ -17,14 +17,6 @@ pipeline_configs: aml_env_name: london_env dataset_name: london_taxi_pr_data - nyc_taxi_pr: - cluster_region: eastus - cluster_size: STANDARD_DS3_v2 - cluster_name: cpucluster - conda_path: mlops/nyc_taxi/environment/conda.yml - aml_env_name: nyc_env - dataset_name: nyc_taxi_pr_data - sequence_model_pr: cluster_region: eastus2 cluster_size: STANDARD_DS3_V2 @@ -32,8 +24,13 @@ pipeline_configs: conda_path: mlops/sequence_model/environment/conda.yml aml_env_name: sequence-model dataset_uri_folder: sequence_model_data + model_type: sequence_model + allow_synthetic_fallback: true + synthetic_data_config: + num_sequences: 100 + sequence_length: 20 - docker_taxi_pr: + docker_taxi_pr: cluster_region: eastus cluster_size: STANDARD_DS3_v2 cluster_name: cpucluster @@ -42,7 +39,7 @@ pipeline_configs: aml_env_name: docker_taxi_env dataset_name: docker_taxi_pr_data - london_taxi_dev: + london_taxi_dev: cluster_region: eastus cluster_size: STANDARD_DS3_v2 cluster_name: cpucluster @@ -50,14 +47,6 @@ pipeline_configs: aml_env_name: london_env dataset_name: london_taxi_pr_data - nyc_taxi_dev: - cluster_region: eastus - cluster_size: STANDARD_DS3_v2 - cluster_name: cpucluster - conda_path: mlops/nyc_taxi/environment/conda.yml - aml_env_name: nyc_env - dataset_name: nyc_taxi_pr_data - sequence_model_dev: cluster_region: eastus2 cluster_size: STANDARD_DS3_V2 @@ -65,8 +54,13 @@ pipeline_configs: conda_path: mlops/sequence_model/environment/conda.yml aml_env_name: sequence-model dataset_uri_folder: sequence_model_data + model_type: sequence_model + allow_synthetic_fallback: true + synthetic_data_config: + num_sequences: 100 + sequence_length: 20 - docker_taxi_dev: + docker_taxi_dev: cluster_region: eastus cluster_size: STANDARD_DS3_v2 cluster_name: cpucluster @@ -76,7 +70,7 @@ pipeline_configs: dataset_name: docker_taxi_pr_data deployment_configs: - london_taxi_batch_dev: + london_taxi_batch_dev: score_file_name: score.py score_dir: model/london_taxi/batch batch_cluster_name: batchcluster @@ -95,13 +89,13 @@ deployment_configs: deployment_base_image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04 deployment_desc: A batch deployment test_dataset_name: london_taxi_batch_test - + london_taxi_online_dev: score_file_name: score.py test_file_path: model/london_taxi/online_test_data/sample-request.json endpoint_name: london-taxi-rte-001 endpoint_desc: An online endpoint serving an MLflow model for online taxi - deployment_desc: + deployment_desc: deployment_name: london-taxi-rtd-001 deployment_traffic_allocation: 100 deployment_vm_size: Standard_F4s_v2 @@ -109,40 +103,6 @@ deployment_configs: deployment_conda_path: model/london_taxi/online_environment/conda.yml score_dir: model/london_taxi/online deployment_instance_count: 1 - - nyc_taxi_batch_dev: - score_file_name: score.py - score_dir: model/nyc_taxi/batch - batch_cluster_name: batchcluster - batch_cluster_region: eastus - batch_cluster_size: STANDARD_DS3_v2 - deployment_conda_path: model/nyc_taxi/batch_environment/conda.yml - endpoint_name: nyc-taxi-be-002 - endpoint_desc: A batch endpoint serving an MLflow model for online taxi - deployment_name: nyc-taxi-bd-002 - cluster_instance_count: 1 - max_concurrency_per_instance: 1 - mini_batch_size: 10 - output_file_name: predictions.csv - max_retries: 3 - retry_timeout: 300 - deployment_base_image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04 - deployment_desc: A batch deployment - test_dataset_name: nyc_taxi_batch_test - - nyc_taxi_online_dev: - score_file_name: score.py - test_file_path: model/nyc_taxi/online_test_data/sample-request.json - endpoint_name: nyc-taxi-rte-003 - endpoint_desc: An online endpoint serving an MLflow model for online taxi - deployment_desc: - deployment_name: nyc-taxi-rtd-003 - deployment_traffic_allocation: 100 - deployment_vm_size: Standard_F4s_v2 - deployment_base_image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04 - deployment_conda_path: model/nyc_taxi/online_environment/conda.yml - score_dir: model/nyc_taxi/online - deployment_instance_count: 1 sequence_model_batch_dev: score_file_name: score.py @@ -162,7 +122,7 @@ deployment_configs: test_dataset_name: sequence_model_batch_test mini_batch_size: 10 output_file_name: predictions.csv - + docker_taxi_batch_dev: score_file_name: score.py score_dir: model/docker_taxi/batch @@ -188,7 +148,7 @@ deployment_configs: test_file_path: model/sequence_model/online_test_data/sample-request.json endpoint_name: seq-model-rte-005 endpoint_desc: An online endpoint serving a custom model for the sequence model - deployment_desc: + deployment_desc: deployment_name: seq-model-rtd-005 deployment_traffic_allocation: 100 deployment_vm_size: Standard_F4s_v2 @@ -196,13 +156,13 @@ deployment_configs: deployment_conda_path: model/sequence_model/online_environment/conda.yml score_dir: model/sequence_model/online deployment_instance_count: 1 - + docker_taxi_online_dev: score_file_name: score.py test_file_path: model/docker_taxi/online_test_data/sample-request.json endpoint_name: docker-taxi-rte-003 endpoint_desc: An online endpoint serving an MLflow model for docker taxi - deployment_desc: + deployment_desc: deployment_name: docker-taxi-rtd-003 deployment_traffic_allocation: 100 deployment_vm_size: Standard_F4s_v2 diff --git a/config/data_config.json b/config/data_config.json index b13e9d5f..c717a1cf 100644 --- a/config/data_config.json +++ b/config/data_config.json @@ -1,58 +1,46 @@ { - "datasets":[ + "datasets": [ { "DATA_PURPOSE": "pr_data", - "DATA_PATH":"mlops/nyc_taxi/data", - "DATASET_NAME":"nyc_taxi_pr_data", - "DATASET_DESC":"this dataset is for pr validation only" + "DATA_PATH": "mlops/london_taxi/data", + "DATASET_NAME": "london_taxi_pr_data", + "DATASET_DESC": "this dataset is for pr validation only" }, { "DATA_PURPOSE": "batch_test_data", - "DATA_PATH":"model/nyc_taxi/batch_test_data", - "DATASET_NAME":"nyc_taxi_batch_test", - "DATASET_DESC":"this dataset is for testing batch deployments" + "DATA_PATH": "model/london_taxi/batch_test_data", + "DATASET_NAME": "london_taxi_batch_test", + "DATASET_DESC": "this dataset is for testing batch deployments" }, { "DATA_PURPOSE": "training_data", - "DATA_PATH":"mlops/nyc_taxi/data", - "DATASET_NAME":"nyc_taxi_training", - "DATASET_DESC":"this dataset is for training models" + "DATA_PATH": "mlops/london_taxi/data", + "DATASET_NAME": "london_taxi_training", + "DATASET_DESC": "this dataset is for training models" }, { "DATA_PURPOSE": "pr_data", - "DATA_PATH":"mlops/london_taxi/data", - "DATASET_NAME":"london_taxi_pr_data", - "DATASET_DESC":"this dataset is for pr validation only" + "DATA_PATH": "mlops/docker_taxi/data", + "DATASET_NAME": "docker_taxi_pr_data", + "DATASET_DESC": "this dataset is for pr validation only" }, { "DATA_PURPOSE": "batch_test_data", - "DATA_PATH":"model/london_taxi/batch_test_data", - "DATASET_NAME":"london_taxi_batch_test", - "DATASET_DESC":"this dataset is for testing batch deployments" + "DATA_PATH": "model/docker_taxi/batch_test_data", + "DATASET_NAME": "docker_taxi_batch_test", + "DATASET_DESC": "this dataset is for testing batch deployments" }, { "DATA_PURPOSE": "training_data", - "DATA_PATH":"mlops/london_taxi/data", - "DATASET_NAME":"london_taxi_training", - "DATASET_DESC":"this dataset is for training models" - }, - { - "DATA_PURPOSE": "pr_data", - "DATA_PATH":"mlops/docker_taxi/data", - "DATASET_NAME":"docker_taxi_pr_data", - "DATASET_DESC":"this dataset is for pr validation only" + "DATA_PATH": "mlops/docker_taxi/data", + "DATASET_NAME": "docker_taxi_training", + "DATASET_DESC": "this dataset is for training models" }, { "DATA_PURPOSE": "batch_test_data", - "DATA_PATH":"model/docker_taxi/batch_test_data", - "DATASET_NAME":"docker_taxi_batch_test", - "DATASET_DESC":"this dataset is for testing batch deployments" - }, - { - "DATA_PURPOSE": "training_data", - "DATA_PATH":"mlops/docker_taxi/data", - "DATASET_NAME":"docker_taxi_training", - "DATASET_DESC":"this dataset is for training models" + "DATA_PATH": "model/sequence_model/batch_test_data", + "DATASET_NAME": "sequence_model_batch_test", + "DATASET_DESC": "this dataset is for testing sequence model batch deployments" } ] } \ No newline at end of file diff --git a/docs/design-decisions/ModelPromotion.md b/docs/design-decisions/ModelPromotion.md index 966eab0b..4cc73f19 100644 --- a/docs/design-decisions/ModelPromotion.md +++ b/docs/design-decisions/ModelPromotion.md @@ -44,10 +44,10 @@ Cons: - **Repository Clutter**: Keeping data science experimentation / prototyping files in the same repository as the model factory could cause the repository to become cluttered with files such as test datasets, python notebooks, etc. It also clutters the git history as it mixes experimental commits / changes in with those for officially promoted models. - **Experiment History Not Preserved**: When data science experimentation occurs in the same repository as promoted models, it also means the git history contains both experimental and productized changes. This clutters the git history and makes it hard to identify which are which. This can be prevented by executing / enforcing squash merge commits, however, doing this means that the git history of experimental changes is lost. -Let’s say our data scientist’s dedicated directory is `experimentation` placed at the root of the `dstoolkit-mlops-v2`. Using the sample `Nyc Taxi CI Workflow`(`.github/workflows/nyc_taxi_ci_pipeline.yml`) in the [dstoolkit-mlops-v2](https://github.com/microsoft/dstoolkit-mlops-v2), we could configure GitHub workflows to ignore this directory by adding a `paths-ignore` block. For example: +Let's say our data scientist's dedicated directory is `experimentation` placed at the root of the `dstoolkit-mlops-v2`. Using the sample `London Taxi CI Workflow`(`.github/workflows/london_taxi_ci_pipeline.yml`) in the [dstoolkit-mlops-v2](https://github.com/microsoft/dstoolkit-mlops-v2), we could configure GitHub workflows to ignore this directory by adding a `paths-ignore` block. For example: ```yaml -name: Nyc Taxi CI Workflow +name: London Taxi CI Workflow on: pull_request: branches: @@ -55,10 +55,10 @@ on: paths: - '.github/**' - 'mlops/common/**' - - 'mlops/nyc_taxi/**' - - 'model/nyc_taxi/**' - - 'src/nyc_src/**' - - 'test/nyc_taxi/**' + - 'mlops/london_taxi/**' + - 'model/london_taxi/**' + - 'src/london_src/**' + - 'test/london_taxi/**' paths-ignore: - '.experimentation/**' ``` diff --git a/docs/how-to/DSScriptInputsAndOutputs.md b/docs/how-to/DSScriptInputsAndOutputs.md index 59ecf1ad..f347b6dd 100644 --- a/docs/how-to/DSScriptInputsAndOutputs.md +++ b/docs/how-to/DSScriptInputsAndOutputs.md @@ -2,15 +2,15 @@ ## Context and Scope -The GitHub workflows create Azure Machine Learning (AML) jobs which in turn run the scripts defined under this repo's src directory. For example, [src/nyc_src/train/train.py](/src/nyc_src/train/train.py). Each of these scripts requires a series of inputs and produces outputs which can be used in downstream scripts. Understanding how inputs and outputs to these scripts function is critical when integrating promoted models. +The GitHub workflows create Azure Machine Learning (AML) jobs which in turn run the scripts defined under this repo's src directory. For example, [src/london_src/train/train.py](/src/london_src/train/train.py). Each of these scripts requires a series of inputs and produces outputs which can be used in downstream scripts. Understanding how inputs and outputs to these scripts function is critical when integrating promoted models. ## Script Inputs and Outputs -Each script defines a series of inputs and outputs in its component yaml file. For example, [mlops/nyc_taxi/components/train.yml](/mlops/nyc_taxi/components/train.yml). Inputs can be either predefined files or outputs from previous / upstream scripts. For example, the nyc train script defines the following: +Each script defines a series of inputs and outputs in its component yaml file. For example, [mlops/london_taxi/components/train.yml](/mlops/london_taxi/components/train.yml). Inputs can be either predefined files or outputs from previous / upstream scripts. For example, the london_taxi train script defines the following: ```yaml inputs: - train_path: + train_path: type: uri_file val_path: type: uri_file @@ -29,7 +29,7 @@ These inputs and outputs are registered on the train step / run of the AML job The storage location and dataset names for outputs are dynamically generated by AML when the job is registered / executed. The paths / names to these output locations / datasets are not ones we specify, but are randomly generated by AML. In this example, `meta_path` is stored in the generated name `azureml_10b1abc0-b783-4e90-bbbc-53eae0595b71_output_data_meta_path` and location `https://stmfds2.blob.core.windows.net/azureml-blobstore-c82a45e3-409d-4cd0-ad6c-345655337a74/azureml/10b1abc0-b783-4e90-bbbc-53eae0595b71/meta_path/` -Because the names and locations of output datasets are randomly generated, they are not known or specified ahead of time. +Because the names and locations of output datasets are randomly generated, they are not known or specified ahead of time. Taking a look at the command used to run the train script, we see that the output locations are passed in with references to variables. For example, `meta_path` is passed into the train script with the value of the variable `${{outputs.meta_path}}`. The variable `${{outputs.meta_path}}` refers to the dynamically generated output name / location discussed above. This means that the output path is actually specified as input to the script which is required because the output value is not known until the script is run and it's generated by AML. diff --git a/docs/how-to/DataScienceScripts.md b/docs/how-to/DataScienceScripts.md index 4e28e5f7..bf4deae5 100644 --- a/docs/how-to/DataScienceScripts.md +++ b/docs/how-to/DataScienceScripts.md @@ -29,13 +29,13 @@ This section provides a detailed, opinionated approach towards organizing the da ### Data Science Code Component Scripts -The Data Science code must be divided into individual scripts based on the functionality. For example, the NYC Data Science code can be divided into modular scripts: +The Data Science code must be divided into individual scripts based on the functionality. For example, the London Taxi Data Science code can be divided into modular scripts: 1. `train.py` 2. `predict.py` 3. `score.py` 4. Others as needed. -These component scripts can be run independently or in a sequence. These scripts will be stored in the `src` folder of the DSToolkit for that particular model. For example, the NYC model scripts will be stored in the `src/nyc_taxi` folder as below: +These component scripts can be run independently or in a sequence. These scripts will be stored in the `src` folder of the DSToolkit for that particular model. For example, the London taxi model scripts will be stored in the `src/london_src` folder as below: ![nyc-folder](../media/nyc-folder.png) @@ -48,7 +48,7 @@ The Data Science code is written in a modular way such that it can be easily int The Data Science scripts must define a series of inputs and outputs. The inputs can be either predefined files or outputs from previous / upstream scripts. The outputs are the results generated by the script which can be used in downstream scripts. Refer to [DSScriptInputsAndOutputs](../how-to/DSScriptInputsAndOutputs.md) for more details on DataScienceInputs and Outputs with examples. -Below is the sample code from `mlops/nyc_taxi/src/mlops_pipeline.py` where the outputs from train component is used in the predict and the output of predict in score components: +Below is the sample code from `mlops/london_taxi/src/mlops_pipeline.py` where the outputs from train component is used in the predict and the output of predict in score components: ```python train_model_cmp = gl_pipeline_components[0]( @@ -65,7 +65,7 @@ Below is the sample code from `mlops/nyc_taxi/src/mlops_pipeline.py` where the o ### Data Science Script Configuration -The Data Science script must have configuration, which defines the configuration parameters required for the data science scripts. The configuration file should be in yaml format and should be easily configurable. For example, the configuration file for the nyc_taxi model will be stored in the `src/nyc_taxi/common/nyc_config.yaml` folder. And the DS scripts can read the configuration file and use the parameters defined in it. Below is an example of how the `nyc_taxi_config.yaml` file: +The Data Science script must have configuration, which defines the configuration parameters required for the data science scripts. The configuration file should be in yaml format and should be easily configurable. For example, the configuration file for the london_taxi model will be stored in the `src/london_src/common/london_config.yaml` folder. And the DS scripts can read the configuration file and use the parameters defined in it. Below is an example of how the `london_taxi_config.yaml` file: ```yaml dry_run: True @@ -79,11 +79,11 @@ The Data Science script must have configuration, which defines the configuration And the `train.py` script will read the configuration file as follows: ```python - # Load NYC yaml configuration + # Load London taxi yaml configuration import yaml - nyc_config = yaml.safe_load(open(args.nyc_taxi_config)) - dry_run = nyc_config['dry_run'] - train_cfg = nyc_config["train"] + london_config = yaml.safe_load(open(args.london_taxi_config)) + dry_run = london_config['dry_run'] + train_cfg = london_config["train"] gradient_accumulation_steps = train_cfg["gradient_accumulation_steps"] ``` @@ -91,14 +91,14 @@ The Data Science script must have configuration, which defines the configuration The Data Science script must define the python dependencies required to run the script. The dependencies can be defined in a requirements.txt file or in a conda environment file. - Below is example of how the `mlops/nyc_taxi/environment/conda.yml` will look like: + Below is example of how the `mlops/london_taxi/environment/conda.yml` will look like: ```yaml name: prs-env channels: - conda-forge dependencies: - - python=3.9 + - python=3.10 - pip - pip: - python-dotenv diff --git a/docs/how-to/GettingStarted.md b/docs/how-to/GettingStarted.md index 009baecb..50788304 100644 --- a/docs/how-to/GettingStarted.md +++ b/docs/how-to/GettingStarted.md @@ -61,19 +61,19 @@ Details about how to create a basic Azure Pipeline can be found in [Create your **Step 5.** Create an azure pipeline to deploy the infrastructure using either the bicep (*.azure-pipelines/infra/bicep/infra_provision_bicep_pipeline.yml*) or terraform (*.azure-pipelines/infra/terraform/infra_provision_terraform_pipeline.yml*) yaml files. -**Step 6.** Create one or more Azure Pipelines to setup build validation for either or both of the use cases listed below: +**Step 6.** Create one or more Azure Pipelines to setup build validation for the use cases listed below: -* nyc_taxi * london_taxi * docker_taxi +* sequence_model -**Step 7.** Create one or more Azure Pipelines to setup continuous integration for either or both of the use cases listed below: +**Step 7.** Create one or more Azure Pipelines to setup continuous integration for the use cases listed below: -* nyc_taxi * london_taxi * docker_taxi +* sequence_model -**Step 8.** At the Organization Level within Azure Devops, add the Azure DevLabs Machine Learning extension by searching for Machine Learning, clicking the extension pictured below, and then Install on the ensuing page. If you do not have the required permissions, please ask the administrator of the organization to install the extension on your behalf. +**Step 8.** At the Organization Level within Azure Devops, add the Azure DevLabs Machine Learning extension by searching for Machine Learning, clicking the extension pictured below, and then Install on the ensuing page. If you do not have the required permissions, please ask the administrator of the organization to install the extension on your behalf. ![Azure Machine Learning Extension](../media/machinelearningextension.png) diff --git a/docs/how-to/TestInitialSetup.md b/docs/how-to/TestInitialSetup.md index fcced39d..21604af9 100644 --- a/docs/how-to/TestInitialSetup.md +++ b/docs/how-to/TestInitialSetup.md @@ -1,11 +1,11 @@ # Testing the initial setup -**Step 1.** In the main branch, supply an explicit value or accept the defaults in the file, config/config.yaml. The pipelines uses multiple variables and they should be set for both 'pr' and 'dev' plus any additional environments. Also, set the variables for all models (i.e. nyc_taxi, london_taxi). The config.yaml file is split into the following sections, set the values in each section: +**Step 1.** In the main branch, supply an explicit value or accept the defaults in the file, config/config.yaml. The pipelines uses multiple variables and they should be set for both 'pr' and 'dev' plus any additional environments. Also, set the variables for all models (i.e. london_taxi, docker_taxi, sequence_model). The config.yaml file is split into the following sections, set the values in each section: - aml_config: Stores the configuration of azure resources hosting the Azure Machine Learning workspace. - environment_config: Stores the base image and dynamic properties set at runtime. - pipeline_configs: Stores the configuration for pr and dev pipelines for each model supported by the solution. -- deploy_configs: Stores online and batch configuration for deployments for each model. +- deploy_configs: Stores online and batch configuration for deployments for each model. ## Azure DevOps Steps @@ -23,10 +23,9 @@ Pipeline Parameters: - exec_environment: The environment to run the workflow in. Set to "ci" by default - model_type: The type of model for which to run the CI workflow. Set to {model name} by default - + Pipelines: -- .azure-pipelines/nyc_taxi_ci_pipeline.yml - .azure-pipelines/london_taxi_ci_pipeline.yml - .azure-pipelines/docker_taxi_ci_pipeline.yml @@ -39,7 +38,6 @@ Pipeline Parameters: Pipelines: -- .azure-pipelines/nyc_taxi_cd_pipeline.yml - .azure-pipelines/london_taxi_cd_pipeline.yml - .azure-pipelines/docker_taxi_cd_pipeline.yml @@ -60,10 +58,9 @@ Pipeline Parameters: - exec_environment: The environment to run the workflow in. Set to "ci" by default - model_type: The type of model for which to run the CI workflow. Set to {model name} by default - + Pipelines: -- .github/workflows/nyc_taxi_ci_pipeline.yml - .github/workflows/london_taxi_ci_pipeline.yml - .github/workflows/docker_taxi_ci_pipeline.yml @@ -75,7 +72,6 @@ Pipeline Parameters: Pipelines: -- .github/workflows/nyc_taxi_cd_pipeline.yml - .github/workflows/london_taxi_cd_pipeline.yml - .github/workflows/docker_taxi_cd_pipeline.yml diff --git a/infra/terraform/public_workspace/main.tf b/infra/terraform/public_workspace/main.tf index 51f2f74b..7f3ec185 100644 --- a/infra/terraform/public_workspace/main.tf +++ b/infra/terraform/public_workspace/main.tf @@ -28,9 +28,35 @@ resource "azurerm_storage_account" "stacc" { resource_group_name = var.rg_name account_tier = "Standard" account_replication_type = "LRS" + # Policy enforces this to be false. We must use Identity-based access for datastores. + shared_access_key_enabled = false depends_on = [azurerm_resource_group.rg] } +resource "azurerm_storage_container" "workspace_blob" { + name = "workspaceblobstore" + storage_account_id = azurerm_storage_account.stacc.id + container_access_type = "private" +} + +resource "azurerm_storage_share" "workspace_file" { + name = "workspacefilestore" + storage_account_id = azurerm_storage_account.stacc.id + quota = 5120 +} + +resource "azurerm_storage_container" "workspace_artifact" { + name = "workspaceartifactstore" + storage_account_id = azurerm_storage_account.stacc.id + container_access_type = "private" +} + +resource "azurerm_storage_container" "workspace_working_dir" { + name = "workspaceworkingdirectory" + storage_account_id = azurerm_storage_account.stacc.id + container_access_type = "private" +} + resource "azurerm_container_registry" "acr" { name = "${var.container_registry_name}" location = var.location @@ -49,8 +75,138 @@ resource "azurerm_container_registry" "acr" { storage_account_id = azurerm_storage_account.stacc.id container_registry_id = azurerm_container_registry.acr.id public_network_access_enabled = true + v1_legacy_mode_enabled = false depends_on = [azurerm_resource_group.rg] + + identity { + type = "SystemAssigned" + } + + # Network isolation disabled - workspace accessible from public internet + # For production, consider enabling managed_network with appropriate isolation_mode +} + +resource "azurerm_machine_learning_datastore_blobstorage" "workspace_blob" { + name = "workspaceblobstore" + workspace_id = azurerm_machine_learning_workspace.adl_mlw.id + storage_container_id = azurerm_storage_container.workspace_blob.id + service_data_auth_identity = "WorkspaceSystemAssignedIdentity" + is_default = true + depends_on = [azurerm_machine_learning_workspace.adl_mlw] +} + +resource "azurerm_machine_learning_datastore_fileshare" "workspace_file" { + name = "workspacefilestore" + workspace_id = azurerm_machine_learning_workspace.adl_mlw.id + storage_fileshare_id = azurerm_storage_share.workspace_file.id + service_data_identity = "WorkspaceSystemAssignedIdentity" + depends_on = [azurerm_machine_learning_workspace.adl_mlw] +} + +resource "azurerm_machine_learning_datastore_blobstorage" "workspace_artifact" { + name = "workspaceartifactstore" + workspace_id = azurerm_machine_learning_workspace.adl_mlw.id + storage_container_id = azurerm_storage_container.workspace_artifact.id + service_data_auth_identity = "WorkspaceSystemAssignedIdentity" + depends_on = [azurerm_machine_learning_workspace.adl_mlw] +} + +resource "azurerm_machine_learning_datastore_blobstorage" "workspace_working_dir" { + name = "workspaceworkingdirectory" + workspace_id = azurerm_machine_learning_workspace.adl_mlw.id + storage_container_id = azurerm_storage_container.workspace_working_dir.id + service_data_auth_identity = "WorkspaceSystemAssignedIdentity" + depends_on = [azurerm_machine_learning_workspace.adl_mlw] +} + +# Role assignments ensure workspace and compute identities have the data-plane access they need + +resource "azurerm_machine_learning_compute_cluster" "training" { + name = var.training_cluster_name + location = var.location + machine_learning_workspace_id = azurerm_machine_learning_workspace.adl_mlw.id + vm_size = var.training_cluster_vm_size + vm_priority = "Dedicated" + + scale_settings { + min_node_count = tonumber(var.training_cluster_min_nodes) + max_node_count = tonumber(var.training_cluster_max_nodes) + scale_down_nodes_after_idle_duration = "PT${tonumber(var.training_cluster_idle_seconds)}S" + } + identity { type = "SystemAssigned" } +} + +resource "azurerm_machine_learning_compute_cluster" "batch" { + name = var.batch_cluster_name + location = var.location + machine_learning_workspace_id = azurerm_machine_learning_workspace.adl_mlw.id + vm_size = var.batch_cluster_vm_size + vm_priority = "Dedicated" + + scale_settings { + min_node_count = tonumber(var.batch_cluster_min_nodes) + max_node_count = tonumber(var.batch_cluster_max_nodes) + scale_down_nodes_after_idle_duration = "PT${tonumber(var.batch_cluster_idle_seconds)}S" + } + + identity { + type = "SystemAssigned" + } +} + +resource "azurerm_role_assignment" "workspace_data_scientist" { + scope = azurerm_machine_learning_workspace.adl_mlw.id + role_definition_name = "AzureML Data Scientist" + principal_id = azurerm_machine_learning_workspace.adl_mlw.identity[0].principal_id +} + +resource "azurerm_role_assignment" "training_blob" { + scope = azurerm_storage_account.stacc.id + role_definition_name = "Storage Blob Data Contributor" + principal_id = azurerm_machine_learning_compute_cluster.training.identity[0].principal_id +} + +resource "azurerm_role_assignment" "training_table" { + scope = azurerm_storage_account.stacc.id + role_definition_name = "Storage Table Data Contributor" + principal_id = azurerm_machine_learning_compute_cluster.training.identity[0].principal_id +} + +resource "azurerm_role_assignment" "training_queue" { + scope = azurerm_storage_account.stacc.id + role_definition_name = "Storage Queue Data Contributor" + principal_id = azurerm_machine_learning_compute_cluster.training.identity[0].principal_id +} + +resource "azurerm_role_assignment" "training_data_scientist" { + scope = azurerm_machine_learning_workspace.adl_mlw.id + role_definition_name = "AzureML Data Scientist" + principal_id = azurerm_machine_learning_compute_cluster.training.identity[0].principal_id +} + +resource "azurerm_role_assignment" "batch_blob" { + scope = azurerm_storage_account.stacc.id + role_definition_name = "Storage Blob Data Contributor" + principal_id = azurerm_machine_learning_compute_cluster.batch.identity[0].principal_id +} + +resource "azurerm_role_assignment" "batch_table" { + scope = azurerm_storage_account.stacc.id + role_definition_name = "Storage Table Data Contributor" + principal_id = azurerm_machine_learning_compute_cluster.batch.identity[0].principal_id +} + +resource "azurerm_role_assignment" "batch_queue" { + scope = azurerm_storage_account.stacc.id + role_definition_name = "Storage Queue Data Contributor" + principal_id = azurerm_machine_learning_compute_cluster.batch.identity[0].principal_id +} + +resource "azurerm_role_assignment" "batch_data_scientist" { + scope = azurerm_machine_learning_workspace.adl_mlw.id + role_definition_name = "AzureML Data Scientist" + principal_id = azurerm_machine_learning_compute_cluster.batch.identity[0].principal_id } \ No newline at end of file diff --git a/infra/terraform/public_workspace/provider.tf b/infra/terraform/public_workspace/provider.tf index c7f00077..c7de93d0 100644 --- a/infra/terraform/public_workspace/provider.tf +++ b/infra/terraform/public_workspace/provider.tf @@ -8,7 +8,11 @@ provider "azurerm" { use_oidc = true - skip_provider_registration = "true" - features {} + resource_provider_registrations = "none" + features { + machine_learning { + purge_soft_deleted_workspace_on_destroy = true + } + } } \ No newline at end of file diff --git a/infra/terraform/public_workspace/terraform.tf b/infra/terraform/public_workspace/terraform.tf index 302d7ca9..e5e1bad9 100644 --- a/infra/terraform/public_workspace/terraform.tf +++ b/infra/terraform/public_workspace/terraform.tf @@ -2,7 +2,7 @@ terraform { required_providers { azurerm = { source = "hashicorp/azurerm" - version = "=3.70.0" + version = "~> 4.0" } } } diff --git a/infra/terraform/public_workspace/terraform.tfvars b/infra/terraform/public_workspace/terraform.tfvars index 9d2f6049..e97c9752 100644 --- a/infra/terraform/public_workspace/terraform.tfvars +++ b/infra/terraform/public_workspace/terraform.tfvars @@ -6,4 +6,11 @@ rg_name = "#{RESOURCE_GROUP_NAME}#" storage_acct = "#{STORAGE_ACCT_NAME}#" tfstate_rg_name = "#{TFSTATE_RESOURCE_GROUP_NAME}#" tfstate_storage_acct = "#{TFSTATE_STORAGE_ACCT_NAME}#" -workspace_name = "#{WORKSPACE_NAME}#" \ No newline at end of file +workspace_name = "#{WORKSPACE_NAME}#" +service_principal_object_id = "#{SERVICE_PRINCIPAL_OBJECT_ID}#" + +training_cluster_name = "#{TRAINING_CLUSTER_NAME}#" +training_cluster_vm_size = "#{TRAINING_CLUSTER_VM_SIZE}#" + +batch_cluster_name = "#{BATCH_CLUSTER_NAME}#" +batch_cluster_vm_size = "#{BATCH_CLUSTER_VM_SIZE}#" \ No newline at end of file diff --git a/infra/terraform/public_workspace/variables.tf b/infra/terraform/public_workspace/variables.tf index 1f904848..eba7e634 100644 --- a/infra/terraform/public_workspace/variables.tf +++ b/infra/terraform/public_workspace/variables.tf @@ -59,3 +59,58 @@ variable "location" { type = string default = "eastus" } + +variable "service_principal_object_id" { + type = string + description = "The Object ID of the service principal used for deployments" +} + +variable "training_cluster_name" { + type = string + default = "cpucluster" +} + +variable "training_cluster_vm_size" { + type = string + default = "STANDARD_DS3_V2" +} + +variable "training_cluster_min_nodes" { + type = number + default = 0 +} + +variable "training_cluster_max_nodes" { + type = number + default = 4 +} + +variable "training_cluster_idle_seconds" { + type = number + default = 600 +} + +variable "batch_cluster_name" { + type = string + default = "batchcluster" +} + +variable "batch_cluster_vm_size" { + type = string + default = "STANDARD_DS3_V2" +} + +variable "batch_cluster_min_nodes" { + type = number + default = 0 +} + +variable "batch_cluster_max_nodes" { + type = number + default = 4 +} + +variable "batch_cluster_idle_seconds" { + type = number + default = 600 +} diff --git a/mlops/common/config_utils.py b/mlops/common/config_utils.py index 9d531fcb..c918426f 100644 --- a/mlops/common/config_utils.py +++ b/mlops/common/config_utils.py @@ -6,6 +6,105 @@ import yaml +class DataAssetProvider: + """ + Provides consistent data asset access with fallback to synthetic data generation. + + This class handles: + - Loading registered data assets from Azure ML + - Falling back to synthetic data if asset doesn't exist + - Allowing models to work without pre-registered datasets + """ + + def __init__(self, ml_client, pipeline_config: Dict[str, Any]): + """ + Initialize DataAssetProvider. + + Args: + ml_client: Azure ML MLClient instance + pipeline_config: Pipeline configuration dict from config.yaml + """ + self.ml_client = ml_client + self.pipeline_config = pipeline_config + self.allow_synthetic_fallback = pipeline_config.get("allow_synthetic_fallback", False) + self.synthetic_config = pipeline_config.get("synthetic_data_config", {}) + + def get_data_asset(self, asset_name: str, asset_type: str = "uri_folder"): + """ + Get data asset with fallback to synthetic data. + + Args: + asset_name: Name of the registered data asset + asset_type: Type of asset (uri_folder, uri_file, mltable) + + Returns: + Data asset or synthetic data path + + Raises: + ValueError: If asset not found and synthetic fallback not allowed + """ + try: + registered_asset = self.ml_client.data.get(name=asset_name, label="latest") + return registered_asset + except Exception as e: + if self.allow_synthetic_fallback: + return self._generate_synthetic_data() + else: + raise ValueError( + f"Data asset '{asset_name}' not found and synthetic fallback not enabled. " + f"Either register the data asset or set 'allow_synthetic_fallback: true' in config.yaml" + ) from e + + def _generate_synthetic_data(self) -> str: + """ + Generate synthetic data based on model type. + + Returns: + Path to generated synthetic data directory + """ + model_type = self.pipeline_config.get("model_type") + + if model_type == "sequence_model": + from src.sequence_model.common.synthetic_data import save_synthetic_data + + num_sequences = self.synthetic_config.get("num_sequences", 100) + sequence_length = self.synthetic_config.get("sequence_length", 20) + + # Create directory for synthetic data + synthetic_dir = os.path.abspath(os.path.join(os.getcwd(), "outputs/synthetic_data")) + os.makedirs(synthetic_dir, exist_ok=True) + + # Save pickle file inside the directory + pickle_path = os.path.join(synthetic_dir, "train.pkl") + save_synthetic_data(pickle_path, num_sequences=num_sequences, sequence_length=sequence_length) + + return synthetic_dir + else: + raise NotImplementedError( + f"Synthetic data generation not implemented for model_type: {model_type}" + ) + + def get_asset_id_for_pipeline(self, asset_name: str) -> str: + """ + Get asset ID suitable for use in AML pipeline Input. + + Args: + asset_name: Name of the registered data asset + + Returns: + Asset ID (registered) or local path (synthetic) + """ + try: + asset = self.get_data_asset(asset_name) + # If it's a registered asset, use its ID + return asset.id if hasattr(asset, 'id') else asset + except ValueError: + # If fallback is enabled, get synthetic path + if self.allow_synthetic_fallback: + return self._generate_synthetic_data() + raise + + class MLOpsConfig: """MLopsConfig Class.""" diff --git a/mlops/common/deployment/provision_batch_deployment.py b/mlops/common/deployment/provision_batch_deployment.py index fad897ef..00795baa 100644 --- a/mlops/common/deployment/provision_batch_deployment.py +++ b/mlops/common/deployment/provision_batch_deployment.py @@ -4,6 +4,7 @@ It supports both batch deployment scenario. """ import argparse +import time from azure.ai.ml import MLClient from azure.ai.ml.entities import Environment from azure.identity import DefaultAzureCredential @@ -14,11 +15,64 @@ CodeConfiguration, ) from azure.ai.ml.constants import BatchDeploymentOutputAction +from azure.core.exceptions import ResourceExistsError from mlops.common.config_utils import MLOpsConfig from mlops.common.naming_utils import generate_model_name from mlops.common.get_compute import get_compute +def wait_for_endpoint_ready(ml_client, endpoint_name, max_wait=600): + """Wait for endpoint to be ready for operations.""" + print(f"Checking if endpoint {endpoint_name} is ready for operations...") + start_time = time.time() + + while time.time() - start_time < max_wait: + try: + endpoint = ml_client.batch_endpoints.get(endpoint_name) + print(f"Endpoint state: {endpoint.provisioning_state}") + + if endpoint.provisioning_state == "Succeeded": + print(f"Endpoint {endpoint_name} is ready") + return True + elif endpoint.provisioning_state in ["Failed", "Canceled"]: + raise Exception(f"Endpoint in {endpoint.provisioning_state} state") + else: + print(f"Endpoint still provisioning ({endpoint.provisioning_state}). Waiting 30 seconds...") + time.sleep(30) + except Exception as e: + if "not found" in str(e).lower() or "ResourceNotFound" in str(e): + print(f"Endpoint {endpoint_name} does not exist yet - ready to create") + return True + raise + + raise TimeoutError(f"Endpoint not ready after {max_wait} seconds") + + +def deploy_with_retry(ml_client, deployment, max_retries=3, initial_delay=60): + """Deploy with retry logic for concurrent operation conflicts.""" + for attempt in range(max_retries): + try: + print(f"Deployment attempt {attempt + 1}/{max_retries}...") + poller = ml_client.begin_create_or_update(deployment) + result = poller.result() + print("Deployment completed successfully") + return result + except ResourceExistsError as e: + if "Already running method" in str(e) and attempt < max_retries - 1: + delay = initial_delay * (2 ** attempt) # Exponential backoff + print("Conflict detected: Another operation is in progress.") + print(f"Waiting {delay} seconds before retry {attempt + 2}/{max_retries}...") + time.sleep(delay) + else: + print(f"Deployment failed after {attempt + 1} attempts") + raise + except Exception as e: + print(f"Unexpected error during deployment: {str(e)}") + raise + + raise Exception("Deployment failed after all retry attempts") + + def main(): """Automate the deployment of machine learning models in Azure Machine Learning.""" parser = argparse.ArgumentParser("provision_deployment") @@ -53,9 +107,27 @@ def main(): published_model_name = generate_model_name(model_type) - model_refs = ml_client.models.list(published_model_name) - latest_version = max(model.version for model in model_refs) - model = ml_client.models.get(published_model_name, latest_version) + print(f"Looking for model: {published_model_name}") + + try: + model_refs = ml_client.models.list(published_model_name) + model_list = list(model_refs) + + if not model_list: + print(f"ERROR: No models found with name '{published_model_name}'") + print("Available models:") + for model in ml_client.models.list(): + print(f" - {model.name} (version {model.version})") + raise ValueError(f"Model '{published_model_name}' not found. " + "Please check model name " + "and ensure training completed successfully.") + + latest_version = max(model.version for model in model_list) + print(f"Found model version: {latest_version}") + model = ml_client.models.get(published_model_name, latest_version) + except Exception as e: + print(f"Error retrieving model '{published_model_name}': {str(e)}") + raise get_compute( config.aml_config["subscription_id"], @@ -100,13 +172,43 @@ def main(): }, ) - ml_client.begin_create_or_update(deployment).result() + # Wait for endpoint to be ready before deploying + wait_for_endpoint_ready(ml_client, deployment_config["endpoint_name"]) + # Deploy with retry logic + deploy_with_retry(ml_client, deployment) + + # Update default deployment with retry logic + print("Updating default deployment...") endpoint = ml_client.batch_endpoints.get(deployment_config["endpoint_name"]) endpoint.defaults.deployment_name = deployment.name - ml_client.batch_endpoints.begin_create_or_update(endpoint).result() + deploy_with_retry(ml_client, endpoint) print(f"The default deployment is {endpoint.defaults.deployment_name}") + # Log identity information for troubleshooting + print("\n=== Identity Configuration ===") + deployed = ml_client.batch_deployments.get( + deployment.name, deployment_config["endpoint_name"] + ) + deployment_identity = ( + deployed.identity + if hasattr(deployed, "identity") and deployed.identity + else "Not explicitly set (uses workspace identity)" + ) + print(f"Deployment identity: {deployment_identity}") + + # Get workspace identity + workspace = ml_client.workspaces.get(config.aml_config["workspace_name"]) + if workspace.identity and workspace.identity.principal_id: + print(f"Workspace identity principal ID: {workspace.identity.principal_id}") + print("NOTE: Batch jobs use workspace identity by default unless deployment identity is explicitly set") + + # Get compute identity + compute = ml_client.compute.get(deployment_config["batch_cluster_name"]) + if compute.identity and compute.identity.principal_id: + print(f"Compute cluster identity principal ID: {compute.identity.principal_id}") + print("==============================\n") + if __name__ == "__main__": main() diff --git a/mlops/common/deployment/provision_batch_endpoint.py b/mlops/common/deployment/provision_batch_endpoint.py index 40594ddb..76bd17ed 100644 --- a/mlops/common/deployment/provision_batch_endpoint.py +++ b/mlops/common/deployment/provision_batch_endpoint.py @@ -4,13 +4,66 @@ It utilizes the Azure ML SDK (MLClient) to create or update batch endpoints in an Azure ML workspace. """ import argparse +import time from azure.ai.ml import MLClient - +from azure.core.exceptions import ResourceExistsError from azure.identity import DefaultAzureCredential from azure.ai.ml.entities import BatchEndpoint from mlops.common.config_utils import MLOpsConfig +def wait_for_endpoint_ready(ml_client, endpoint_name, max_wait=600): + """Wait for endpoint to be ready for operations.""" + print(f"Checking if endpoint {endpoint_name} is ready for operations...") + start_time = time.time() + + while time.time() - start_time < max_wait: + try: + endpoint = ml_client.batch_endpoints.get(endpoint_name) + print(f"Endpoint state: {endpoint.provisioning_state}") + + if endpoint.provisioning_state == "Succeeded": + print(f"Endpoint {endpoint_name} is ready") + return True + elif endpoint.provisioning_state in ["Failed", "Canceled"]: + raise Exception(f"Endpoint in {endpoint.provisioning_state} state") + else: + print(f"Endpoint still provisioning ({endpoint.provisioning_state}). Waiting 30 seconds...") + time.sleep(30) + except Exception as e: + if "not found" in str(e).lower() or "ResourceNotFound" in str(e): + print(f"Endpoint {endpoint_name} does not exist yet - ready to create") + return True + raise + + raise TimeoutError(f"Endpoint not ready after {max_wait} seconds") + + +def create_with_retry(ml_client, endpoint, max_retries=3, initial_delay=60): + """Create endpoint with retry logic for concurrent operation conflicts.""" + for attempt in range(max_retries): + try: + print(f"Endpoint creation attempt {attempt + 1}/{max_retries}...") + poller = ml_client.batch_endpoints.begin_create_or_update(endpoint) + result = poller.result() + print("Endpoint creation completed successfully") + return result + except ResourceExistsError as e: + if "operation is already in progress" in str(e).lower() and attempt < max_retries - 1: + delay = initial_delay * (2 ** attempt) # Exponential backoff + print("Conflict detected: Another operation is in progress on endpoint.") + print(f"Waiting {delay} seconds before retry {attempt + 2}/{max_retries}...") + time.sleep(delay) + else: + print(f"Endpoint creation failed after {attempt + 1} attempts") + raise + except Exception as e: + print(f"Unexpected error during endpoint creation: {str(e)}") + raise + + raise Exception("Endpoint creation failed after all retry attempts") + + def main(): """Create Azure ML endpoint.""" parser = argparse.ArgumentParser("provision_endpoint") @@ -52,7 +105,11 @@ def main(): }, ) - ml_client.batch_endpoints.begin_create_or_update(endpoint).result() + # Wait for any existing operations to complete + wait_for_endpoint_ready(ml_client, deployment_config["endpoint_name"]) + + # Create endpoint with retry logic + create_with_retry(ml_client, endpoint) if __name__ == "__main__": diff --git a/mlops/common/deployment/provision_online_deployment.py b/mlops/common/deployment/provision_online_deployment.py index fe8ae6ca..8131ae2a 100644 --- a/mlops/common/deployment/provision_online_deployment.py +++ b/mlops/common/deployment/provision_online_deployment.py @@ -4,6 +4,7 @@ It supports real-time deployment scenarios. """ import argparse +import time from azure.ai.ml import MLClient from azure.ai.ml.entities import ( ManagedOnlineDeployment, @@ -11,10 +12,121 @@ CodeConfiguration, ) from azure.identity import DefaultAzureCredential +from azure.core.exceptions import ResourceExistsError from mlops.common.config_utils import MLOpsConfig from mlops.common.naming_utils import generate_model_name +def wait_for_endpoint_ready(ml_client, endpoint_name, max_wait=600): + """Wait for endpoint to be ready for operations.""" + print(f"Checking if endpoint {endpoint_name} is ready for operations...") + start_time = time.time() + + while time.time() - start_time < max_wait: + try: + endpoint = ml_client.online_endpoints.get(endpoint_name) + print(f"Endpoint state: {endpoint.provisioning_state}") + + if endpoint.provisioning_state == "Succeeded": + print(f"Endpoint {endpoint_name} is ready") + return True + elif endpoint.provisioning_state in ["Failed", "Canceled"]: + raise Exception(f"Endpoint in {endpoint.provisioning_state} state") + else: + print(f"Endpoint still provisioning ({endpoint.provisioning_state}). Waiting 30 seconds...") + time.sleep(30) + except Exception as e: + if "not found" in str(e).lower() or "ResourceNotFound" in str(e): + print(f"Endpoint {endpoint_name} does not exist yet - ready to create") + return True + raise + + raise TimeoutError(f"Endpoint not ready after {max_wait} seconds") + + +def wait_for_deployment_ready(ml_client, endpoint_name, deployment_name, max_wait=900, poll_interval=30): + """Ensure the existing deployment finishes any in-flight operation before updating.""" + print( + f"Checking if deployment {deployment_name} on endpoint {endpoint_name} is idle before updating..." + ) + start_time = time.time() + + while time.time() - start_time < max_wait: + try: + deployment = ml_client.online_deployments.get( + name=deployment_name, endpoint_name=endpoint_name + ) + state = getattr(deployment, "provisioning_state", None) + + if not state or state == "Succeeded": + print( + f"Deployment {deployment_name} is in '{state or 'Unknown'}' state and ready for updates" + ) + return True + if state in ["Failed", "Canceled"]: + raise Exception( + f"Deployment {deployment_name} in {state} state - manual intervention required" + ) + + print( + f"Deployment {deployment_name} still provisioning ({state}). " + f"Waiting {poll_interval} seconds before re-check..." + ) + time.sleep(poll_interval) + except Exception as e: + message = str(e) + if "resourcenotfound" in message.lower() or "not found" in message.lower(): + print( + f"Deployment {deployment_name} does not exist yet - safe to create a new deployment" + ) + return True + raise + + raise TimeoutError( + f"Deployment {deployment_name} still not ready after {max_wait} seconds" + ) + + +def deploy_with_retry( + ml_client, + deployment, + max_retries=3, + initial_delay=60, + wait_if_conflict=None, +): + """Deploy with retry logic for concurrent operation conflicts.""" + for attempt in range(max_retries): + try: + print(f"Deployment attempt {attempt + 1}/{max_retries}...") + poller = ml_client.begin_create_or_update(deployment) + result = poller.result() + print("Deployment completed successfully") + return result + except ResourceExistsError as e: + message = str(e) + if "Already running method" in message and attempt < max_retries - 1: + print("Conflict detected: Another operation is in progress.") + if wait_if_conflict: + print( + "Waiting for existing deployment operation to finish before retrying..." + ) + wait_if_conflict() + else: + delay = initial_delay * (2 ** attempt) # Exponential backoff + print( + f"Waiting {delay} seconds before retry {attempt + 2}/{max_retries}..." + ) + time.sleep(delay) + else: + print(f"Deployment failed after {attempt + 1} attempts") + raise + except Exception as e: + print(f"Unexpected error during deployment: {str(e)}") + raise + + raise Exception("Deployment failed after all retry attempts") + + def main(): """Automate the deployment of machine learning models in Azure Machine Learning.""" parser = argparse.ArgumentParser("provision_deployment") @@ -49,9 +161,28 @@ def main(): published_model_name = generate_model_name(model_type) - model_refs = ml_client.models.list(published_model_name) - latest_version = max(model.version for model in model_refs) - model = ml_client.models.get(published_model_name, latest_version) + print(f"Looking for model: {published_model_name}") + + try: + model_refs = ml_client.models.list(published_model_name) + model_list = list(model_refs) + + if not model_list: + print(f"ERROR: No models found with name '{published_model_name}'") + print("Available models:") + for model in ml_client.models.list(): + print(f" - {model.name} (version {model.version})") + raise ValueError( + f"Model '{published_model_name}' not found. " + "Please check model name and ensure training completed successfully." + ) + + latest_version = max(model.version for model in model_list) + print(f"Found model version: {latest_version}") + model = ml_client.models.get(published_model_name, latest_version) + except Exception as e: + print(f"Error retrieving model '{published_model_name}': {str(e)}") + raise environment = Environment( conda_file=deployment_config["deployment_conda_path"], @@ -76,7 +207,24 @@ def main(): }, ) - ml_client.online_deployments.begin_create_or_update(blue_deployment).result() + # Wait for endpoint and deployment to be idle before deploying + wait_for_endpoint_ready(ml_client, deployment_config["endpoint_name"]) + wait_for_deployment_ready( + ml_client, + deployment_config["endpoint_name"], + deployment_config["deployment_name"], + ) + + # Deploy with retry logic + deploy_with_retry( + ml_client, + blue_deployment, + wait_if_conflict=lambda: wait_for_deployment_ready( + ml_client, + deployment_config["endpoint_name"], + deployment_config["deployment_name"], + ), + ) if __name__ == "__main__": diff --git a/mlops/common/deployment/provision_online_endpoint.py b/mlops/common/deployment/provision_online_endpoint.py index 22c21528..49ac31d9 100644 --- a/mlops/common/deployment/provision_online_endpoint.py +++ b/mlops/common/deployment/provision_online_endpoint.py @@ -4,12 +4,67 @@ It utilizes the Azure ML SDK (MLClient) to create or update managed online and batch endpoints in an Azure ML workspace. """ import argparse +import time from azure.ai.ml import MLClient from azure.ai.ml.entities import ManagedOnlineEndpoint +from azure.core.exceptions import ResourceExistsError from azure.identity import DefaultAzureCredential from mlops.common.config_utils import MLOpsConfig +def wait_for_endpoint_ready(ml_client, endpoint_name, max_wait=600): + """Wait for endpoint to be ready for operations.""" + print(f"Checking if endpoint {endpoint_name} is ready for operations...") + start_time = time.time() + + while time.time() - start_time < max_wait: + try: + endpoint = ml_client.online_endpoints.get(endpoint_name) + print(f"Endpoint state: {endpoint.provisioning_state}") + + if endpoint.provisioning_state == "Succeeded": + print(f"Endpoint {endpoint_name} is ready") + return True + elif endpoint.provisioning_state in ["Failed", "Canceled"]: + raise Exception(f"Endpoint in {endpoint.provisioning_state} state") + else: + print(f"Endpoint still provisioning ({endpoint.provisioning_state}). Waiting 30 seconds...") + time.sleep(30) + except Exception as e: + if "not found" in str(e).lower() or "ResourceNotFound" in str(e): + print(f"Endpoint {endpoint_name} does not exist yet - ready to create") + return True + raise + + raise TimeoutError(f"Endpoint not ready after {max_wait} seconds") + + +def create_with_retry(ml_client, endpoint, max_retries=3, initial_delay=60): + """Create endpoint with retry logic for concurrent operation conflicts.""" + for attempt in range(max_retries): + try: + print(f"Endpoint creation attempt {attempt + 1}/{max_retries}...") + poller = ml_client.online_endpoints.begin_create_or_update(endpoint=endpoint) + result = poller.result() + print("Endpoint creation completed successfully") + return result + except ResourceExistsError as e: + error_msg = str(e).lower() + if ("conflict" in error_msg or "already running method" in error_msg) and attempt < max_retries - 1: + delay = initial_delay * (2 ** attempt) # Exponential backoff + print("Conflict detected: Another operation is in progress on endpoint.") + print(f"Waiting {delay} seconds before retry {attempt + 2}/{max_retries}...") + time.sleep(delay) + else: + print(f"Endpoint creation failed after {attempt + 1} attempts") + raise + except Exception as e: + print(f"Unexpected error during endpoint creation: {str(e)}") + raise + + raise Exception("Endpoint creation failed after all retry attempts") + + def main(): """Create Azure ML endpoint.""" parser = argparse.ArgumentParser("provision_deployment") @@ -52,7 +107,11 @@ def main(): }, ) - ml_client.online_endpoints.begin_create_or_update(endpoint=endpoint).result() + # Wait for any existing operations to complete + wait_for_endpoint_ready(ml_client, deployment_config["endpoint_name"]) + + # Create endpoint with retry logic + create_with_retry(ml_client, endpoint) if __name__ == "__main__": diff --git a/mlops/common/deployment/run_test_batch_deployment.py b/mlops/common/deployment/run_test_batch_deployment.py index 74db44fe..6f77cdbe 100644 --- a/mlops/common/deployment/run_test_batch_deployment.py +++ b/mlops/common/deployment/run_test_batch_deployment.py @@ -60,7 +60,15 @@ def main(): - scoring_job.creation_context.created_at, ) - ml_client.jobs.download(name=scoring_job.name, download_path=".", output_name="score") + # Re-authenticate after long-running batch job to avoid token expiration + fresh_ml_client = MLClient( + DefaultAzureCredential(), + config.aml_config["subscription_id"], + config.aml_config["resource_group_name"], + config.aml_config["workspace_name"], + ) + + fresh_ml_client.jobs.download(name=scoring_job.name, download_path=".", output_name="score") if __name__ == "__main__": diff --git a/mlops/common/environment/README.md b/mlops/common/environment/README.md new file mode 100644 index 00000000..1952a7c2 --- /dev/null +++ b/mlops/common/environment/README.md @@ -0,0 +1,14 @@ +Environment version rationale + +- Python: 3.10 — stable with MLflow 2.14.x and numpy 1.26.x wheels. +- MLflow: 2.14.3 — project-wide pin for tracking/logging consistency. +- azureml-mlflow: >=1.6.3,<2.0.0 — range chosen to align with curated environments and avoid plugin/MLflow constructor mismatches while remaining compatible with MLflow 2.14.3. +- numpy: 1.26.4 — compatible with Python 3.10 and MLflow constraints. +- pandas: 2.2.3 — widely compatible with numpy 1.26.x and sklearn 1.1–1.3. +- scikit-learn: 1.3.2 (components) / 1.1.3 (training) — both compatible; prefer 1.3.2 in component envs; training can use 1.1.3 to satisfy older pipelines if needed. + +Guidelines +- Keep `mlflow==2.14.3` and `azureml-mlflow>=1.6.3,<2.0.0` aligned across envs to prevent AML artifact logging errors. +- For Python >=3.11 contexts, prefer `numpy==2.x` via conditional markers; otherwise stick to `1.26.4`. +- If curated AML images introduce plugin mismatches, training code includes a fallback to save a local pickle when `mlflow.log_model` fails. +- When updating versions, validate locally: `pip install -r mlops/common/environment/training_requirements.txt` and run a quick training smoke test. diff --git a/mlops/common/environment/training_requirements.txt b/mlops/common/environment/training_requirements.txt new file mode 100644 index 00000000..4d1d069b --- /dev/null +++ b/mlops/common/environment/training_requirements.txt @@ -0,0 +1,15 @@ +# Azure ML training environment pins to align MLflow with azureml-mlflow +# Python runtime: 3.10.x + +# Core MLflow + AzureML plugin +mlflow-skinny==2.14.3 +azureml-mlflow>=1.6.3,<2.0.0 + +# Data + model libs (match existing project expectations) +numpy==1.26.4 +pandas==2.2.3 +scikit-learn==1.1.3 +pyyaml>=6.0.1 + +# Logging/utility +tqdm>=4.66.4 diff --git a/mlops/common/get_compute.py b/mlops/common/get_compute.py index 94591229..aea7fcc6 100644 --- a/mlops/common/get_compute.py +++ b/mlops/common/get_compute.py @@ -9,7 +9,158 @@ from azure.identity import DefaultAzureCredential from azure.ai.ml import MLClient -from azure.ai.ml.entities import AmlCompute +from azure.ai.ml.entities import AmlCompute, IdentityConfiguration +import subprocess +import time +import json + + +def _check_role_assignment(principal_id, scope, role_name): + """Check if the principal has the specified role on the given scope.""" + try: + cmd = [ + "az", + "role", + "assignment", + "list", + "--assignee", + principal_id, + "--scope", + scope, + "--role", + role_name, + "--output", + "json", + ] + result = subprocess.run(cmd, check=True, capture_output=True, text=True) + assignments = json.loads(result.stdout) + return len(assignments) > 0 + except Exception as e: + print(f"Warning: Could not check role assignment: {e}") + return False + + +def _ensure_role_assignment(principal_id, role_name, scope, wait_seconds=120): + """Ensure the principal holds the specified role, assigning if necessary.""" + print(f"Assigning '{role_name}' role to principal {principal_id}") + print(f"Scope: {scope}") + + if _check_role_assignment(principal_id, scope, role_name): + print(f"{role_name} assignment already exists and is confirmed.") + return + + cmd = [ + "az", + "role", + "assignment", + "create", + "--assignee", + principal_id, + "--role", + role_name, + "--scope", + scope, + ] + try: + result = subprocess.run(cmd, check=True, capture_output=True, text=True) + print(f"{role_name} assignment successful.") + if result.stdout: + print(result.stdout) + if wait_seconds: + print(f"Waiting {wait_seconds} seconds for RBAC propagation...") + time.sleep(wait_seconds) + except subprocess.CalledProcessError as e: + if "RoleAssignmentExists" in e.stderr: + print(f"{role_name} assignment already exists - this is OK.") + if wait_seconds: + print("Waiting 30 seconds to ensure RBAC is fully propagated...") + time.sleep(30) + else: + raise Exception(f"Failed to assign {role_name} role: {e.stderr}") + + +def _assign_storage_role(client, workspace_name, compute_object): + """Assign Storage Blob Data Contributor role to the compute identity.""" + if not (compute_object.identity and compute_object.identity.principal_id): + error_msg = ( + f"ERROR: Compute '{compute_object.name}' does not have a managed identity with principal_id. " + "Cannot assign storage role. This will cause authentication failures during batch deployments." + ) + print(error_msg) + raise ValueError(error_msg) + + print(f"Ensuring RBAC for compute identity {compute_object.identity.principal_id}...") + try: + ws = client.workspaces.get(workspace_name) + storage_id = ws.storage_account + + storage_scope = storage_id + + # Assign storage-related roles needed for batch orchestration + principal_id = compute_object.identity.principal_id + _ensure_role_assignment(principal_id, "Storage Blob Data Contributor", storage_scope) + _ensure_role_assignment(principal_id, "Storage Table Data Contributor", storage_scope, wait_seconds=30) + _ensure_role_assignment(principal_id, "Storage Queue Data Contributor", storage_scope, wait_seconds=30) + + # Assign AzureML Data Scientist role on workspace for model access + workspace_id = ( + f"/subscriptions/{client.subscription_id}/" + f"resourceGroups/{client.resource_group_name}/" + "providers/Microsoft.MachineLearningServices/workspaces/" + f"{workspace_name}" + ) + print("") + _ensure_role_assignment(principal_id, "AzureML Data Scientist", workspace_id) + + except Exception as e: + print(f"ERROR: Could not assign roles: {e}") + raise + + +def _get_or_create_compute_target( + client, + cluster_name, + cluster_size, + cluster_region, + min_instances, + max_instances, + idle_time_before_scale_down, +): + """Get existing compute or create new one.""" + try: + compute_object = client.compute.get(cluster_name) + print(f"Found existing compute target {cluster_name}, so using it.") + # Ensure identity is enabled even for existing clusters + if not compute_object.identity or not compute_object.identity.principal_id: + print(f"Enabling SystemAssigned identity for {cluster_name}...") + compute_object.identity = IdentityConfiguration(type="SystemAssigned") + compute_object = client.compute.begin_create_or_update(compute_object).result() + print(f"Identity enabled for {cluster_name}.") + + # Wait a moment for identity to be fully provisioned + print("Waiting 30 seconds for identity provisioning...") + time.sleep(30) + + # Refresh compute object to get the principal_id + compute_object = client.compute.get(cluster_name) + if compute_object.identity and compute_object.identity.principal_id: + print(f"Identity principal ID: {compute_object.identity.principal_id}") + else: + print("WARNING: Identity was enabled but principal_id is not yet available.") + return compute_object + except Exception: + print(f"{cluster_name} is not found! Trying to create a new one.") + compute_object = AmlCompute( + name=cluster_name, + type="amlcompute", + size=cluster_size, + location=cluster_region, + min_instances=min_instances, + max_instances=max_instances, + idle_time_before_scale_down=idle_time_before_scale_down, + identity=IdentityConfiguration(type="SystemAssigned"), + ) + return client.compute.begin_create_or_update(compute_object).result() def get_compute( @@ -24,7 +175,6 @@ def get_compute( idle_time_before_scale_down: int = 600, ): """Get an existing compute or create a new one.""" - compute_object = None try: client = MLClient( DefaultAzureCredential(), @@ -32,27 +182,29 @@ def get_compute( resource_group_name=resource_group_name, workspace_name=workspace_name, ) - try: - compute_object = client.compute.get(cluster_name) - print(f"Found existing compute target {cluster_name}, so using it.") - except Exception: - print(f"{cluster_name} is not found! Trying to create a new one.") - compute_object = AmlCompute( - name=cluster_name, - type="amlcompute", - size=cluster_size, - location=cluster_region, - min_instances=min_instances, - max_instances=max_instances, - idle_time_before_scale_down=idle_time_before_scale_down, - ) - compute_object = client.compute.begin_create_or_update( - compute_object - ).result() - print(f"A new cluster {cluster_name} has been created.") + + compute_object = _get_or_create_compute_target( + client, + cluster_name, + cluster_size, + cluster_region, + min_instances, + max_instances, + idle_time_before_scale_down, + ) + + _assign_storage_role(client, workspace_name, compute_object) + + # Workspace-level RBAC is now handled during infrastructure provisioning + # to avoid conflicting role assignments. + print("Workspace-level RBAC is managed by infrastructure provisioning; skipping inline setup.") + + return compute_object + except Exception as ex: - "An error occurred while trying to create or update the Azure ML environment. " - "Please check your credentials, subscription details, and workspace configuration, and try again. " - f"Error details: {ex}" + print( + "An error occurred while trying to create or update the Azure ML environment. " + "Please check your credentials, subscription details, and workspace configuration, and try again. " + f"Error details: {ex}" + ) raise - return compute_object diff --git a/mlops/common/pipeline_utils.py b/mlops/common/pipeline_utils.py index c42454a0..10cf78ab 100644 --- a/mlops/common/pipeline_utils.py +++ b/mlops/common/pipeline_utils.py @@ -4,6 +4,7 @@ from azure.core.exceptions import ClientAuthenticationError from azure.ai.ml.dsl import pipeline from azure.ai.ml import MLClient +from azure.ai.ml.entities import UserIdentityConfiguration import time from mlops.common.config_utils import MLOpsConfig @@ -174,14 +175,18 @@ def prepare_and_execute_pipeline(pipeline: PipelineJobConfig): config.aml_config["workspace_name"], ) - compute = get_compute( - config.aml_config["subscription_id"], - config.aml_config["resource_group_name"], - config.aml_config["workspace_name"], - pipeline_config["cluster_name"], - pipeline_config["cluster_size"], - pipeline_config["cluster_region"], - ) + if pipeline_config["cluster_name"] == "serverless": + compute = None + print("Using serverless compute.") + else: + compute = get_compute( + config.aml_config["subscription_id"], + config.aml_config["resource_group_name"], + config.aml_config["workspace_name"], + pipeline_config["cluster_name"], + pipeline_config["cluster_size"], + pipeline_config["cluster_region"], + ) environment = get_environment( config.aml_config["subscription_id"], @@ -211,11 +216,14 @@ def prepare_and_execute_pipeline(pipeline: PipelineJobConfig): pipeline_job = set_pipeline_properties( pipeline_job, - cluster_name=compute.name, + cluster_name=compute.name if compute else "serverless", display_name=published_run_name, tags=pipeline_job_tags, ) + if pipeline_config["cluster_name"] == "serverless": + pipeline_job.identity = UserIdentityConfiguration() + execute_pipeline( config.aml_config["subscription_id"], config.aml_config["resource_group_name"], diff --git a/mlops/common/register_data_asset.py b/mlops/common/register_data_asset.py index 5aad9451..4e224f1b 100644 --- a/mlops/common/register_data_asset.py +++ b/mlops/common/register_data_asset.py @@ -9,19 +9,45 @@ """ import argparse import json -from azure.identity import DefaultAzureCredential +import os +from azure.identity import DefaultAzureCredential, ClientAssertionCredential from azure.ai.ml import MLClient from azure.ai.ml.entities import Data from azure.ai.ml.constants import AssetTypes from mlops.common.config_utils import MLOpsConfig +def get_token(): + """Read the OIDC token from the file.""" + token_file = os.getenv("AZURE_FEDERATED_TOKEN_FILE") + if token_file and os.path.exists(token_file): + with open(token_file) as f: + return f.read().strip() + return None + + def main(): """Register all datasets from the config file.""" + # Enable identity-based datastore authentication + os.environ["AZURE_STORAGE_AUTH_MODE"] = "login" + config = MLOpsConfig() + # Use workload identity if available, otherwise fall back to DefaultAzureCredential + tenant_id = os.getenv("AZURE_TENANT_ID") + client_id = os.getenv("AZURE_CLIENT_ID") + + if tenant_id and client_id and os.getenv("AZURE_FEDERATED_TOKEN_FILE"): + credential = ClientAssertionCredential( + tenant_id=tenant_id, + client_id=client_id, + func=get_token, + ) + else: + credential = DefaultAzureCredential() + ml_client = MLClient( - DefaultAzureCredential(), + credential, config.aml_config["subscription_id"], config.aml_config["resource_group_name"], config.aml_config["workspace_name"], @@ -52,6 +78,7 @@ def main(): name=dataset_name, ) + # Use identity-based authentication by setting datastore credential ml_client.data.create_or_update(aml_dataset) aml_dataset_unlabeled = ml_client.data.get( diff --git a/mlops/docker_taxi/environment/Dockerfile b/mlops/docker_taxi/environment/Dockerfile index 1a43e1b0..8c1d4ccc 100644 --- a/mlops/docker_taxi/environment/Dockerfile +++ b/mlops/docker_taxi/environment/Dockerfile @@ -1,5 +1,5 @@ -ARG PYTORCH="1.11.0" -ARG CUDA="11.3" +ARG PYTORCH="2.0.1" +ARG CUDA="11.7" ARG CUDNN="8" FROM pytorch/pytorch:${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel @@ -14,12 +14,8 @@ ARG USERNAME=vscode ARG USER_UID=1000 ARG USER_GID=$USER_UID -# To fix GPG key error when running apt-get update -RUN rm /etc/apt/sources.list.d/cuda.list \ - && rm /etc/apt/sources.list.d/nvidia-ml.list \ - && apt-key del 7fa2af80 \ - && apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub \ - && apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub +# Set timezone non-interactively +ENV DEBIAN_FRONTEND=noninteractive TZ=UTC # Install the required packages RUN apt-get update \ @@ -41,6 +37,12 @@ RUN groupadd --gid $USER_GID $USERNAME \ # Switch to non-root user USER $USERNAME -# Install python requirements +# Create Python 3.10 conda env and install requirements COPY ./requirements.txt . -RUN pip install --user -r requirements.txt +RUN conda create -y -n prs-env python=3.10 pip \ + && conda clean -afy \ + && conda run -n prs-env pip install -r requirements.txt \ + && echo "conda activate prs-env" >> /home/$USERNAME/.bashrc + +ENV CONDA_DEFAULT_ENV=prs-env +ENV PATH=/home/$USERNAME/.conda/envs/prs-env/bin:$PATH diff --git a/mlops/docker_taxi/environment/requirements.txt b/mlops/docker_taxi/environment/requirements.txt index cc32d37a..a73e1d68 100644 --- a/mlops/docker_taxi/environment/requirements.txt +++ b/mlops/docker_taxi/environment/requirements.txt @@ -1,7 +1,11 @@ -azure-ai-ml>=1.10.0 +azure-ai-ml>=1.30.0 azure-identity>=1.15.0 -azureml-mlflow>=1.53 -mlflow==2.14.2 +azure-keyvault-secrets>=4.7.0 +mlflow-skinny==2.14.3 +azureml-mlflow==1.60.0 pandas +numpy==1.26.4 python-dotenv -scikit-learn \ No newline at end of file +scikit-learn==1.3.2 +azureml-inference-server-http +Werkzeug==2.3.8 \ No newline at end of file diff --git a/mlops/docker_taxi/src/mlops_pipeline.py b/mlops/docker_taxi/src/mlops_pipeline.py index bd42f83f..33995760 100644 --- a/mlops/docker_taxi/src/mlops_pipeline.py +++ b/mlops/docker_taxi/src/mlops_pipeline.py @@ -104,7 +104,7 @@ def construct_pipeline(self, ml_client): pipeline_job = docker_taxi_data_regression( Input(type="uri_folder", path=registered_data_asset.id), - self.model_name, + self.published_model_name, self.build_reference, ) diff --git a/mlops/london_taxi/environment/conda.yml b/mlops/london_taxi/environment/conda.yml index 0f41bce5..4ce8e4d8 100644 --- a/mlops/london_taxi/environment/conda.yml +++ b/mlops/london_taxi/environment/conda.yml @@ -2,15 +2,15 @@ name: prs-env channels: - conda-forge dependencies: - - python=3.9 + - python=3.10 - pip - pip: - python-dotenv - pandas - - numpy==1.23.5 + - numpy==1.26.4 - scikit-learn==1.3.2 - - mlflow>=2.9.2 - - azureml-mlflow>=1.53 - - azure-ai-ml>=1.10.0 + - mlflow-skinny==2.14.3 + - azureml-mlflow==1.60.0 + - azure-ai-ml>=1.30.0 - azure-identity>=1.15.0 - azure-keyvault-secrets>=4.7.0 diff --git a/mlops/london_taxi/src/mlops_pipeline.py b/mlops/london_taxi/src/mlops_pipeline.py index 850d5e6d..04e3eafb 100644 --- a/mlops/london_taxi/src/mlops_pipeline.py +++ b/mlops/london_taxi/src/mlops_pipeline.py @@ -18,8 +18,8 @@ import os from mlops.common.config_utils import MLOpsConfig from mlops.common.naming_utils import generate_model_name -from mlops.common.pipeline_job_config import PipelineJobConfig from mlops.common.pipeline_utils import prepare_and_execute_pipeline +from mlops.common.pipeline_job_config import PipelineJobConfig gl_pipeline_components = [] @@ -104,7 +104,7 @@ def construct_pipeline(self, ml_client): pipeline_job = london_taxi_data_regression( Input(type="uri_folder", path=registered_data_asset.id), - self.model_name, + self.published_model_name, self.build_reference, ) diff --git a/mlops/nyc_taxi/components/predict.yml b/mlops/nyc_taxi/components/predict.yml deleted file mode 100644 index 1bd3ff6c..00000000 --- a/mlops/nyc_taxi/components/predict.yml +++ /dev/null @@ -1,21 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json -name: predict_taxi_fares -version: 1 -display_name: PredictTaxiFares -type: command -inputs: - model_input: - type: mlflow_model - test_data: - type: uri_folder -outputs: - predictions: - type: uri_folder -environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest -code: ./../../../ -command: >- - python -m src.nyc_src.predict.predict - --model_input ${{inputs.model_input}} - --test_data ${{inputs.test_data}} - --predictions ${{outputs.predictions}} - diff --git a/mlops/nyc_taxi/components/prep.yml b/mlops/nyc_taxi/components/prep.yml deleted file mode 100644 index e13dfe84..00000000 --- a/mlops/nyc_taxi/components/prep.yml +++ /dev/null @@ -1,18 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json -name: prepare_taxi_data -display_name: PrepTaxiData -version: 1 -type: command -inputs: - raw_data: - type: uri_folder -outputs: - prep_data: - type: uri_folder -code: ./../../../ -environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest -command: >- - python -m src.nyc_src.prep.prep - --raw_data ${{inputs.raw_data}} - --prep_data ${{outputs.prep_data}} - diff --git a/mlops/nyc_taxi/components/register.yml b/mlops/nyc_taxi/components/register.yml deleted file mode 100644 index ad648c8c..00000000 --- a/mlops/nyc_taxi/components/register.yml +++ /dev/null @@ -1,25 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json -name: register_taxi_model -display_name: RegisterTaxiModel -version: 1 -type: command -inputs: - model_metadata: - type: uri_folder - model_name: - type: string - score_report: - type: uri_folder - build_reference: - type: string -code: ./../../../ -environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest -command: >- - python -m src.nyc_src.register.register - --model_metadata ${{inputs.model_metadata}} - --model_name ${{inputs.model_name}} - --score_report ${{inputs.score_report}} - --build_reference ${{inputs.build_reference}} - - - diff --git a/mlops/nyc_taxi/components/score.yml b/mlops/nyc_taxi/components/score.yml deleted file mode 100644 index 044afef5..00000000 --- a/mlops/nyc_taxi/components/score.yml +++ /dev/null @@ -1,22 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json -name: score_model -version: 1 -display_name: ScoreModel -type: command -inputs: - predictions: - type: uri_folder - model: - type: uri_folder -outputs: - score_report: - type: uri_folder -environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest -code: ./../../../ -command: >- - python -m src.nyc_src.score.score - --predictions ${{inputs.predictions}} - --model ${{inputs.model}} - --score_report ${{outputs.score_report}} - - diff --git a/mlops/nyc_taxi/components/train.yml b/mlops/nyc_taxi/components/train.yml deleted file mode 100644 index 933fbf58..00000000 --- a/mlops/nyc_taxi/components/train.yml +++ /dev/null @@ -1,25 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json -name: train_linear_regression_model -display_name: TrainLinearRegressionModel -version: 1 -type: command -inputs: - training_data: - type: uri_folder -outputs: - model_output: - type: uri_folder - test_data: - type: uri_folder - model_metadata: - type: uri_file -code: ./../../../ -environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest -command: >- - python -m src.nyc_src.train.train - --training_data ${{inputs.training_data}} - --test_data ${{outputs.test_data}} - --model_output ${{outputs.model_output}} - --model_metadata ${{outputs.model_metadata}} - - diff --git a/mlops/nyc_taxi/components/transform.yml b/mlops/nyc_taxi/components/transform.yml deleted file mode 100644 index c8c66a1b..00000000 --- a/mlops/nyc_taxi/components/transform.yml +++ /dev/null @@ -1,18 +0,0 @@ -$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json -name: taxi_feature_engineering -display_name: TaxiFeatureEngineering -version: 1 -type: command -inputs: - clean_data: - type: uri_folder -outputs: - transformed_data: - type: uri_folder -code: ./../../../ -environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest -command: >- - python -m src.nyc_src.transform.transform - --clean_data ${{inputs.clean_data}} - --transformed_data ${{outputs.transformed_data}} - diff --git a/mlops/nyc_taxi/data/greenTaxiData.csv b/mlops/nyc_taxi/data/greenTaxiData.csv deleted file mode 100644 index a7594eac..00000000 --- a/mlops/nyc_taxi/data/greenTaxiData.csv +++ /dev/null @@ -1,5002 +0,0 @@ -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/mlops/nyc_taxi/data/yellowTaxiData.csv b/mlops/nyc_taxi/data/yellowTaxiData.csv deleted file mode 100644 index 4182c8d6..00000000 --- a/mlops/nyc_taxi/data/yellowTaxiData.csv +++ /dev/null @@ -1,5001 +0,0 @@ -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/mlops/nyc_taxi/environment/conda.yml b/mlops/nyc_taxi/environment/conda.yml deleted file mode 100644 index 0f41bce5..00000000 --- a/mlops/nyc_taxi/environment/conda.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: prs-env -channels: - - conda-forge -dependencies: - - python=3.9 - - pip - - pip: - - python-dotenv - - pandas - - numpy==1.23.5 - - scikit-learn==1.3.2 - - mlflow>=2.9.2 - - azureml-mlflow>=1.53 - - azure-ai-ml>=1.10.0 - - azure-identity>=1.15.0 - - azure-keyvault-secrets>=4.7.0 diff --git a/mlops/nyc_taxi/src/__init__.py b/mlops/nyc_taxi/src/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/mlops/nyc_taxi/src/mlops_pipeline.py b/mlops/nyc_taxi/src/mlops_pipeline.py deleted file mode 100644 index 79d027b6..00000000 --- a/mlops/nyc_taxi/src/mlops_pipeline.py +++ /dev/null @@ -1,179 +0,0 @@ -""" -This module defines a machine learning pipeline for processing, training, and evaluating data. - -The pipeline executes the following steps in order: -1. Prepare Sample Data: Preprocesses raw data to make it suitable for further processing and analysis. -2. Transform Sample Data: Performs advanced data transformations such as feature engineering. -3. Train with Sample Data: Trains a machine learning model using the transformed data. -4. Predict with Sample Data: Uses the trained model to make predictions on new data. -5. Score with Sample Data: Evaluates the model's performance based on its predictions. -6. Finalize and Persist Model: Handles tasks like persisting model metadata, registering the model, -and generating reports. -""" - -import argparse -from azure.ai.ml.dsl import pipeline -from azure.ai.ml import Input -from azure.ai.ml import load_component -import os -from mlops.common.config_utils import MLOpsConfig -from mlops.common.naming_utils import generate_model_name -from mlops.common.pipeline_utils import prepare_and_execute_pipeline -from mlops.common.pipeline_job_config import PipelineJobConfig - -gl_pipeline_components = [] - - -@pipeline() -def nyc_taxi_data_regression(pipeline_job_input: Input, model_name: str, build_reference: str): - """ - Run a pipeline for regression analysis on NYC taxi data. - - Args: - pipeline_job_input (Input): The raw input data for the pipeline. - model_name (str): The name of the model to be used. - build_reference (str): A reference identifier for the build. - - Returns: - dict: A dictionary containing paths to various data, the model, predictions, and score report. - """ - prepare_sample_data = gl_pipeline_components[0]( - raw_data=pipeline_job_input, - ) - transform_sample_data = gl_pipeline_components[1]( - clean_data=prepare_sample_data.outputs.prep_data, - ) - train_with_sample_data = gl_pipeline_components[2]( - training_data=transform_sample_data.outputs.transformed_data, - ) - predict_with_sample_data = gl_pipeline_components[3]( - model_input=train_with_sample_data.outputs.model_output, - test_data=train_with_sample_data.outputs.test_data, - ) - score_with_sample_data = gl_pipeline_components[4]( - predictions=predict_with_sample_data.outputs.predictions, - model=train_with_sample_data.outputs.model_output, - ) - gl_pipeline_components[5]( - model_metadata=train_with_sample_data.outputs.model_metadata, - model_name=model_name, - score_report=score_with_sample_data.outputs.score_report, - build_reference=build_reference, - ) - - return { - "pipeline_job_prepped_data": prepare_sample_data.outputs.prep_data, - "pipeline_job_transformed_data": transform_sample_data.outputs.transformed_data, - "pipeline_job_trained_model": train_with_sample_data.outputs.model_output, - "pipeline_job_test_data": train_with_sample_data.outputs.test_data, - "pipeline_job_predictions": predict_with_sample_data.outputs.predictions, - "pipeline_job_score_report": score_with_sample_data.outputs.score_report, - } - - -class NYCTaxi(PipelineJobConfig): - """ - Class for the NYC taxi data Azure ML pipeline configuration and construction. - - This class extends the Pipeline class and provides specific implementations for the NYC taxi data - regression pipeline. It includes methods for constructing the pipeline. - """ - - def construct_pipeline(self, ml_client): - """ - Construct a pipeline job for NYC taxi data regression. - - Args: - ml_client: The Azure ML client to use for retrieving data assets and components. - - Returns: - pipeline_job: The constructed pipeline job components. - """ - registered_data_asset = ml_client.data.get( - name=self.dataset_name, label="latest" - ) - - parent_dir = os.path.join(os.getcwd(), "mlops/nyc_taxi/components") - - components = ["prep", "transform", "train", "predict", "score", "register"] - - for component in components: - comp = load_component(source=f"{parent_dir}/{component}.yml") - comp.environment = self.environment_name - gl_pipeline_components.append(comp) - - pipeline_job = nyc_taxi_data_regression( - Input(type="uri_folder", path=registered_data_asset.id), - self.model_name, - self.build_reference, - ) - - # demo how to change pipeline output settings - pipeline_job.outputs.pipeline_job_prepped_data.mode = "rw_mount" - - return pipeline_job - - -def prepare_and_execute( - model_name: str, build_environment: str, wait_for_completion: str, output_file: str -): - """ - Prepare and execute the pipeline. - - Args: - model_name (str): The name of the model. - build_environment (str): The build environment configuration. - wait_for_completion (str): Whether to wait for the pipeline job to complete. - output_file (str): A file to save the run ID. - """ - config = MLOpsConfig(environment=build_environment) - - pipeline_config = config.get_pipeline_config(model_name) - published_model_name = generate_model_name(model_name) - - pipeline_job_config = NYCTaxi( - environment_name=None, # will be set in prepare_and_execute_pipeline - build_reference=config.environment_configuration["build_reference"], - published_model_name=published_model_name, - dataset_name=pipeline_config["dataset_name"], - build_environment=build_environment, - wait_for_completion=wait_for_completion, - output_file=output_file, - model_name=model_name, - ) - - prepare_and_execute_pipeline(pipeline_job_config) - - -def main(): - """Parse the command line arguments and call the `prepare_and_execute` function.""" - parser = argparse.ArgumentParser("build_environment") - parser.add_argument( - "--model_name", type=str, help="name of the model", default="nyc_taxi" - ) - parser.add_argument( - "--build_environment", - type=str, - help="configuration environment for the pipeline", - ) - parser.add_argument( - "--wait_for_completion", - type=str, - help="determine if pipeline should wait for job completion", - default="True", - ) - parser.add_argument( - "--output_file", type=str, required=False, help="A file to save run id" - ) - args = parser.parse_args() - - prepare_and_execute( - args.model_name, - args.build_environment, - args.wait_for_completion, - args.output_file, - ) - - -if __name__ == "__main__": - main() diff --git a/mlops/nyc_taxi/start_local_pipeline.py b/mlops/nyc_taxi/start_local_pipeline.py deleted file mode 100644 index c8f3e110..00000000 --- a/mlops/nyc_taxi/start_local_pipeline.py +++ /dev/null @@ -1,5 +0,0 @@ -"""The script invokes prepare_and_execute to test it from a local computer.""" -from mlops.nyc_taxi.src import mlops_pipeline - -if __name__ == "__main__": - mlops_pipeline.prepare_and_execute("nyc_taxi", "pr", "True", None) diff --git a/mlops/sequence_model/environment/conda.yml b/mlops/sequence_model/environment/conda.yml index 70dc4a9e..2aacf04b 100644 --- a/mlops/sequence_model/environment/conda.yml +++ b/mlops/sequence_model/environment/conda.yml @@ -2,27 +2,23 @@ name: prs-env channels: - conda-forge dependencies: - - python=3.9 + - python=3.10 - pip - pip: - python-dotenv - - mlflow>=2.9.2 - - azureml-mlflow>=1.53 - - azure-ai-ml>=1.10.0 + - pandas + - numpy==1.26.4 + - scikit-learn==1.3.2 + - mlflow-skinny==2.14.3 + - azureml-mlflow==1.60.0 + - azure-ai-ml>=1.30.0 - azure-identity>=1.15.0 - azure-keyvault-secrets>=4.7.0 - - azureml-core==1.55.0 - - azureml-dataset-runtime==1.55.0 - - azureml-defaults==1.55.0 - - azure-ml==0.0.1 - - azure-ml-component==0.9.18.post2 - - azureml-mlflow==1.55.0 - - azureml-contrib-services==1.55.0 - - azureml-contrib-services==1.55.0 - - azureml-automl-common-tools==1.55.0 - - azureml-inference-server-http + # Removed pinned AzureML v1 packages (azureml-core, defaults, dataset-runtime, contrib, automl, inference-server) + # to avoid dependency resolution conflicts with azureml-mlflow 1.61.x and azure-ai-ml v2 SDK. + # azureml-mlflow will pull a compatible azureml-core version automatically if required. - inference-schema - - MarkupSafe==2.1.2 + - MarkupSafe>=2.1.2 - pybind11 - urllib3>=1.26.18 - cryptography>=41.0.4 @@ -30,7 +26,7 @@ dependencies: - requests - tqdm - nltk - - numpy + - numpy==1.26.4 - pyyaml - flake8 - black diff --git a/mlops/sequence_model/environment/reqs.txt b/mlops/sequence_model/environment/reqs.txt index 3e33a9a5..d8ad017a 100644 --- a/mlops/sequence_model/environment/reqs.txt +++ b/mlops/sequence_model/environment/reqs.txt @@ -1,6 +1,7 @@ -mlflow>=2.9.2 -azureml-mlflow>=1.53 -azure-ai-ml>=1.10.0 +mlflow-skinny==2.14.3 +# mlflow-skinny==2.14.3 +azureml-mlflow==1.60.0 +azure-ai-ml>=1.30.0 azure-identity>=1.15.0 azure-keyvault-secrets>=4.7.0 azureml-core==1.55.0 @@ -8,7 +9,6 @@ azureml-dataset-runtime==1.55.0 azureml-defaults==1.55.0 azure-ml==0.0.1 azure-ml-component==0.9.18.post2 -azureml-mlflow==1.55.0 azureml-contrib-services==1.55.0 azureml-contrib-services==1.55.0 azureml-automl-common-tools==1.55.0 diff --git a/mlops/sequence_model/src/mlops_pipeline.py b/mlops/sequence_model/src/mlops_pipeline.py index 2cda346c..6f354073 100644 --- a/mlops/sequence_model/src/mlops_pipeline.py +++ b/mlops/sequence_model/src/mlops_pipeline.py @@ -20,7 +20,7 @@ from azure.ai.ml.dsl import pipeline from azure.identity import DefaultAzureCredential -from mlops.common.config_utils import MLOpsConfig +from mlops.common.config_utils import MLOpsConfig, DataAssetProvider from mlops.common.get_compute import get_compute from mlops.common.get_environment import get_environment from mlops.common.naming_utils import ( @@ -106,9 +106,16 @@ def construct_pipeline( Returns: pipeline_job: The constructed pipeline job. """ - registered_data_asset = ml_client.data.get(name=dataset_uri_folder, label="latest") + # Use DataAssetProvider for flexible data loading with synthetic fallback + data_provider = DataAssetProvider(ml_client, pipeline_config={ + "dataset_uri_folder": dataset_uri_folder, + "model_type": "sequence_model", + "allow_synthetic_fallback": True, + "synthetic_data_config": {"num_sequences": 100, "sequence_length": 20} + }) - training_dataset_type = registered_data_asset.tags.get("dataset_type", "NotDefined") + dataset_id = data_provider.get_asset_id_for_pipeline(dataset_uri_folder) + training_dataset_type = "synthetic" if dataset_id.startswith("outputs/") else "registered" parent_dir = os.path.join(os.getcwd(), "mlops/sequence_model/components") @@ -138,7 +145,7 @@ def construct_pipeline( gl_pipeline_components.append(register_model_cmp) pipeline_job = sequence_model_pipeline( - pipeline_job_input=Input(type="uri_folder", path=registered_data_asset.id), + pipeline_job_input=Input(type="uri_folder", path=dataset_id), model_name=model_name, ) diff --git a/model/docker_taxi/batch/score.py b/model/docker_taxi/batch/score.py index 5a6c5eab..d6a2284b 100644 --- a/model/docker_taxi/batch/score.py +++ b/model/docker_taxi/batch/score.py @@ -3,6 +3,8 @@ import joblib import pandas as pd from typing import List +import subprocess +import json def init(): @@ -13,9 +15,39 @@ def init(): """ global model + # Log identity information for diagnostics + print("=" * 80) + print("BATCH SCORING IDENTITY DIAGNOSTICS") + print("=" * 80) + + try: + # Get the identity token metadata to see which identity is being used + result = subprocess.run( + ["curl", "-H", "Metadata:true", "http://169.254.169.254/metadata/identity/oauth2/token" + "?api-version=2018-02-01&resource=https://management.azure.com/"], + capture_output=True, + text=True, + timeout=5 + ) + if result.returncode == 0 and result.stdout: + token_info = json.loads(result.stdout) + print(f"Running with managed identity - Client ID: {token_info.get('client_id', 'N/A')}") + print(f"Resource: {token_info.get('resource', 'N/A')}") + else: + print("Could not retrieve identity token metadata") + except Exception as e: + print(f"Error checking identity: {e}") + + # Log environment info + print(f"AZUREML_MODEL_DIR: {os.getenv('AZUREML_MODEL_DIR', 'Not set')}") + print(f"AZUREML_RUN_ID: {os.getenv('AZUREML_RUN_ID', 'Not set')}") + print(f"Working directory: {os.getcwd()}") + print("=" * 80) + model_path = os.path.join(os.getenv("AZUREML_MODEL_DIR"), "model", "model.pkl") # deserialize the model file back into a sklearn model + print(f"Loading model from: {model_path}") model = joblib.load(model_path) print("Init complete") @@ -27,6 +59,9 @@ def run(mini_batch: List[str]) -> pd.DataFrame: 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. """ + import os + print(os.environ.get("DEFAULT_IDENTITY_CLIENT_ID")) + results = [] print("Request received") diff --git a/model/docker_taxi/batch_environment/conda.yml b/model/docker_taxi/batch_environment/conda.yml index e740a998..e1aea039 100644 --- a/model/docker_taxi/batch_environment/conda.yml +++ b/model/docker_taxi/batch_environment/conda.yml @@ -2,11 +2,11 @@ name: prs-env channels: - conda-forge dependencies: - - python=3.9 + - python=3.10 - pip - pip: - pandas - - numpy==1.23.5 + - numpy==1.26.4 - scikit-learn==1.3.2 - azureml-core - azureml-dataset-runtime[fuse] diff --git a/model/docker_taxi/online/score.py b/model/docker_taxi/online/score.py index cbeb66e1..b53504c4 100644 --- a/model/docker_taxi/online/score.py +++ b/model/docker_taxi/online/score.py @@ -13,7 +13,6 @@ def init(): You can write the logic here to perform init operations like caching the model in memory. """ global model - model_path = os.path.join(os.getenv("AZUREML_MODEL_DIR"), "model", "model.pkl") # deserialize the model file back into a sklearn model diff --git a/model/docker_taxi/online_environment/conda.yml b/model/docker_taxi/online_environment/conda.yml index 92c1ac6b..2568d5e8 100644 --- a/model/docker_taxi/online_environment/conda.yml +++ b/model/docker_taxi/online_environment/conda.yml @@ -2,15 +2,16 @@ name: prs-env channels: - conda-forge dependencies: - - python=3.9 + - python=3.10 - pip - pip: - pandas - - numpy==1.23.5 + - numpy==1.26.4 - scikit-learn==1.3.2 - - mlflow>=2.9.2 - - azureml-mlflow>=1.53 - - azure-ai-ml>=1.10.0 + - mlflow-skinny==2.14.3 + - # mlflow-skinny==2.14.3 + # - azureml-mlflow # curated plugin provided by image + - azure-ai-ml>=1.30.0 - azure-identity>=1.15.0 - azure-keyvault-secrets>=4.7.0 - azureml-inference-server-http diff --git a/model/london_taxi/batch/score.py b/model/london_taxi/batch/score.py index 5a6c5eab..d6a2284b 100644 --- a/model/london_taxi/batch/score.py +++ b/model/london_taxi/batch/score.py @@ -3,6 +3,8 @@ import joblib import pandas as pd from typing import List +import subprocess +import json def init(): @@ -13,9 +15,39 @@ def init(): """ global model + # Log identity information for diagnostics + print("=" * 80) + print("BATCH SCORING IDENTITY DIAGNOSTICS") + print("=" * 80) + + try: + # Get the identity token metadata to see which identity is being used + result = subprocess.run( + ["curl", "-H", "Metadata:true", "http://169.254.169.254/metadata/identity/oauth2/token" + "?api-version=2018-02-01&resource=https://management.azure.com/"], + capture_output=True, + text=True, + timeout=5 + ) + if result.returncode == 0 and result.stdout: + token_info = json.loads(result.stdout) + print(f"Running with managed identity - Client ID: {token_info.get('client_id', 'N/A')}") + print(f"Resource: {token_info.get('resource', 'N/A')}") + else: + print("Could not retrieve identity token metadata") + except Exception as e: + print(f"Error checking identity: {e}") + + # Log environment info + print(f"AZUREML_MODEL_DIR: {os.getenv('AZUREML_MODEL_DIR', 'Not set')}") + print(f"AZUREML_RUN_ID: {os.getenv('AZUREML_RUN_ID', 'Not set')}") + print(f"Working directory: {os.getcwd()}") + print("=" * 80) + model_path = os.path.join(os.getenv("AZUREML_MODEL_DIR"), "model", "model.pkl") # deserialize the model file back into a sklearn model + print(f"Loading model from: {model_path}") model = joblib.load(model_path) print("Init complete") @@ -27,6 +59,9 @@ def run(mini_batch: List[str]) -> pd.DataFrame: 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. """ + import os + print(os.environ.get("DEFAULT_IDENTITY_CLIENT_ID")) + results = [] print("Request received") diff --git a/model/london_taxi/batch_environment/conda.yml b/model/london_taxi/batch_environment/conda.yml index e740a998..e1aea039 100644 --- a/model/london_taxi/batch_environment/conda.yml +++ b/model/london_taxi/batch_environment/conda.yml @@ -2,11 +2,11 @@ name: prs-env channels: - conda-forge dependencies: - - python=3.9 + - python=3.10 - pip - pip: - pandas - - numpy==1.23.5 + - numpy==1.26.4 - scikit-learn==1.3.2 - azureml-core - azureml-dataset-runtime[fuse] diff --git a/model/london_taxi/online/score.py b/model/london_taxi/online/score.py index cbeb66e1..b53504c4 100644 --- a/model/london_taxi/online/score.py +++ b/model/london_taxi/online/score.py @@ -13,7 +13,6 @@ def init(): You can write the logic here to perform init operations like caching the model in memory. """ global model - model_path = os.path.join(os.getenv("AZUREML_MODEL_DIR"), "model", "model.pkl") # deserialize the model file back into a sklearn model diff --git a/model/london_taxi/online_environment/conda.yml b/model/london_taxi/online_environment/conda.yml index 92c1ac6b..56643a99 100644 --- a/model/london_taxi/online_environment/conda.yml +++ b/model/london_taxi/online_environment/conda.yml @@ -2,16 +2,16 @@ name: prs-env channels: - conda-forge dependencies: - - python=3.9 + - python=3.10 - pip - pip: - pandas - - numpy==1.23.5 + - numpy==1.26.4 - scikit-learn==1.3.2 - - mlflow>=2.9.2 - - azureml-mlflow>=1.53 - - azure-ai-ml>=1.10.0 + - mlflow-skinny==2.14.3 + - azureml-mlflow==1.60.0 + - azure-ai-ml>=1.30.0 - azure-identity>=1.15.0 - azure-keyvault-secrets>=4.7.0 - azureml-inference-server-http - - Werkzeug==2.3.8 + - Werkzeug==2.3.8 \ No newline at end of file diff --git a/model/nyc_taxi/batch/score.py b/model/nyc_taxi/batch/score.py deleted file mode 100644 index 5a6c5eab..00000000 --- a/model/nyc_taxi/batch/score.py +++ /dev/null @@ -1,46 +0,0 @@ -"""This module provides the functionality for initializing and running a machine learning model.""" -import os -import joblib -import pandas as pd -from typing import List - - -def init(): - """ - Initialize the service instance on startup. - - You can write the logic here to perform init operations like caching the model in memory. - """ - global model - - model_path = os.path.join(os.getenv("AZUREML_MODEL_DIR"), "model", "model.pkl") - - # deserialize the model file back into a sklearn model - model = joblib.load(model_path) - print("Init complete") - - -def run(mini_batch: List[str]) -> pd.DataFrame: - """ - Execure inferencing logic on a request. - - 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. - """ - results = [] - - print("Request received") - - for raw_data in mini_batch: - print(f"File name: {raw_data}") - data = pd.read_csv(raw_data) - - result = model.predict(data.to_numpy()) - print(f"predicted results: {result}") - - print("Item has been proccessed") - - # You need to implement a better way to combine results from the model depends on your desired output - results.append("Item has been processed") - - return pd.DataFrame(results) diff --git a/model/nyc_taxi/batch_environment/conda.yml b/model/nyc_taxi/batch_environment/conda.yml deleted file mode 100644 index e740a998..00000000 --- a/model/nyc_taxi/batch_environment/conda.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: prs-env -channels: - - conda-forge -dependencies: - - python=3.9 - - pip - - pip: - - pandas - - numpy==1.23.5 - - scikit-learn==1.3.2 - - azureml-core - - azureml-dataset-runtime[fuse] diff --git a/model/nyc_taxi/batch_test_data/nyc_taxi.csv b/model/nyc_taxi/batch_test_data/nyc_taxi.csv deleted file mode 100644 index aaf60029..00000000 --- a/model/nyc_taxi/batch_test_data/nyc_taxi.csv +++ /dev/null @@ -1,4 +0,0 @@ -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 -0.9,40.73394012451172,-74.00725555419922,1,40.73118209838867,-74.00128173828125,0,1,6,1,10,11,50,31,6,1,10,11,55,51 -4.7,40.71599197387695,-73.99481964111328,1,40.71211624145508,-73.9439697265625,0,1,3,1,7,23,2,35,3,1,7,23,16,39 -1.22,40.69337844848633,-73.97087860107422,1,40.692501068115234,-73.98727416992188,0,2,5,1,30,21,4,7,5,1,30,21,9,9 \ No newline at end of file diff --git a/model/nyc_taxi/online/score.py b/model/nyc_taxi/online/score.py deleted file mode 100644 index b53504c4..00000000 --- a/model/nyc_taxi/online/score.py +++ /dev/null @@ -1,37 +0,0 @@ -"""This module provides the functionality for initializing and running a machine learning model.""" -import os -import logging -import json -import numpy -import joblib - - -def init(): - """ - Initialize the service instance on startup. - - You can write the logic here to perform init operations like caching the model in memory. - """ - global model - model_path = os.path.join(os.getenv("AZUREML_MODEL_DIR"), "model", "model.pkl") - - # deserialize the model file back into a sklearn model - model = joblib.load(model_path) - logging.info("Init complete") - - -def run(raw_data): - """ - Execure inferencing logic on a request. - - 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("model 1: 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/model/nyc_taxi/online_environment/conda.yml b/model/nyc_taxi/online_environment/conda.yml deleted file mode 100644 index 92c1ac6b..00000000 --- a/model/nyc_taxi/online_environment/conda.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: prs-env -channels: - - conda-forge -dependencies: - - python=3.9 - - pip - - pip: - - pandas - - numpy==1.23.5 - - scikit-learn==1.3.2 - - mlflow>=2.9.2 - - azureml-mlflow>=1.53 - - azure-ai-ml>=1.10.0 - - azure-identity>=1.15.0 - - azure-keyvault-secrets>=4.7.0 - - azureml-inference-server-http - - Werkzeug==2.3.8 diff --git a/model/nyc_taxi/online_test_data/sample-request.json b/model/nyc_taxi/online_test_data/sample-request.json deleted file mode 100644 index 78027a3f..00000000 --- a/model/nyc_taxi/online_test_data/sample-request.json +++ /dev/null @@ -1,5 +0,0 @@ -{"data": [ - [0.9,40.73394012451172,-74.00725555419922,1,40.73118209838867,-74.00128173828125,0,1,6,1,10,11,50,31,6,1,10,11,55,51], - [4.7,40.71599197387695,-73.99481964111328,1,40.71211624145508,-73.9439697265625,0,1,3,1,7,23,2,35,3,1,7,23,16,39], - [1.22,40.69337844848633,-73.97087860107422,1,40.692501068115234,-73.98727416992188,0,2,5,1,30,21,4,7,5,1,30,21,9,9] -]} \ No newline at end of file diff --git a/model/sequence_model/batch/score.py b/model/sequence_model/batch/score.py index a7edc8df..01bda267 100644 --- a/model/sequence_model/batch/score.py +++ b/model/sequence_model/batch/score.py @@ -55,10 +55,10 @@ def init(): def run(mini_batch: List[str]) -> pd.DataFrame: """ - Execure inferencing logic on a request. + Execute inferencing logic on a request. - 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. + Processes each file in the mini batch, makes predictions for each line, + and returns a DataFrame with input sequences and predicted next words. """ results = [] @@ -75,9 +75,15 @@ def run(mini_batch: List[str]) -> pd.DataFrame: print("Input data:", line.strip()) print("Possible choices for next word:", preds) - print(f"File name: {raw_data} has been processed") + # Store actual prediction results + results.append({ + "file": raw_data, + "input_sequence": line.strip(), + "prediction_1": preds[0] if len(preds) > 0 else None, + "prediction_2": preds[1] if len(preds) > 1 else None, + "prediction_3": preds[2] if len(preds) > 2 else None + }) - # You need to implement a better way to combine results from the model depends on your desired output - results.append(f"File name: {raw_data} has been processed") + print(f"File name: {raw_data} has been processed") return pd.DataFrame(results) diff --git a/model/sequence_model/batch_environment/conda.yml b/model/sequence_model/batch_environment/conda.yml index 6e46c04a..3b65d835 100644 --- a/model/sequence_model/batch_environment/conda.yml +++ b/model/sequence_model/batch_environment/conda.yml @@ -2,11 +2,9 @@ name: prs-env channels: - conda-forge dependencies: - - python=3.9 + - python=3.10 - pip - pip: - - azureml-core - - azureml-dataset-runtime[fuse] - tqdm - nltk - numpy @@ -14,3 +12,5 @@ dependencies: - flake8 - pandas - black + - azureml-core==1.60.0 + - azureml-dataset-runtime[fuse]==1.60.0 diff --git a/model/sequence_model/batch_test_data/sequence_model.csv b/model/sequence_model/batch_test_data/sequence_model.csv index 38a13561..eee842f9 100644 --- a/model/sequence_model/batch_test_data/sequence_model.csv +++ b/model/sequence_model/batch_test_data/sequence_model.csv @@ -1,3 +1,3 @@ -do you not -yet me thinks -art thou waking? \ No newline at end of file +the quick brown +brown fox jumps +jumps over the \ No newline at end of file diff --git a/model/sequence_model/online_environment/conda.yml b/model/sequence_model/online_environment/conda.yml index 363dc47c..65e1de81 100644 --- a/model/sequence_model/online_environment/conda.yml +++ b/model/sequence_model/online_environment/conda.yml @@ -2,12 +2,12 @@ name: prs-env channels: - conda-forge dependencies: - - python=3.9 + - python=3.10 - pip - pip: - - mlflow>=2.9.2 - - azureml-mlflow>=1.53 - - azure-ai-ml>=1.10.0 + - mlflow-skinny==2.14.3 + - # mlflow-skinny==2.14.3 + - azure-ai-ml>=1.30.0 - azure-identity>=1.15.0 - azure-keyvault-secrets>=4.7.0 - azureml-inference-server-http @@ -16,5 +16,4 @@ dependencies: - nltk - numpy - pyyaml - - flake8 - - black \ No newline at end of file + # dev-only tools removed for serving footprint \ No newline at end of file diff --git a/model/sequence_model/online_test_data/sample-request.json b/model/sequence_model/online_test_data/sample-request.json index 350a2704..eb33b117 100644 --- a/model/sequence_model/online_test_data/sample-request.json +++ b/model/sequence_model/online_test_data/sample-request.json @@ -1,3 +1,3 @@ {"data": - ["do", "you", "not"] + ["the", "quick", "brown"] } \ No newline at end of file diff --git a/src/docker_taxi_src/prep/prep.py b/src/docker_taxi_src/prep/prep.py index e38f5ba8..e33c43a8 100644 --- a/src/docker_taxi_src/prep/prep.py +++ b/src/docker_taxi_src/prep/prep.py @@ -1,10 +1,10 @@ """ -This module processes and prepares taxi data for machine learning analysis. +This module is designed to preprocess taxi data for the Azure Machine Learning London Taxi tutorial. -The module includes functionalities for reading raw taxi data, cleaning it, -and transforming it into a format suitable for machine learning models. It specifically -handles green and yellow taxi data, applying predefined transformations and combining -the datasets. The output is saved as prepared data files for subsequent analysis. +It includes functions for reading raw taxi data (both green and yellow taxi data), +cleaning it, and transforming it into a format suitable for machine learning modeling. +The module focuses on selecting useful columns, renaming them as per tutorial specifications, +and concatenating the green and yellow taxi data into a single dataset. """ import argparse @@ -130,6 +130,8 @@ def data_prep(green_data, yellow_data, prep_data): # These functions ensure that null data is removed from the dataset, # which will help increase machine learning model accuracy. + + def get_dict(dict_str): """ Ensure that null data is removed from the dataset to increase machine learning model accuracy. diff --git a/src/docker_taxi_src/register/register.py b/src/docker_taxi_src/register/register.py index 1b81fd08..ea8c421d 100644 --- a/src/docker_taxi_src/register/register.py +++ b/src/docker_taxi_src/register/register.py @@ -1,56 +1,167 @@ -"""This module is designed to register machine learning models with MLflow.""" -import mlflow +"""Register a trained model in MLflow with fail-fast diagnostics.""" +from pathlib import Path import argparse import json -from pathlib import Path +import os +import sys +import traceback +import mlflow +from importlib import metadata -def main(model_metadata, model_name, score_report, build_reference): - """ - Register the model and assign tags to it. +def _print_versions() -> None: + """Emit versions of key packages (mlflow, azureml-mlflow) for debugging.""" + print("=" * 50) + print("PACKAGE VERSIONS:") + try: + print(f"mlflow-skinny: {metadata.version('mlflow-skinny')}") + try: + print(f"azureml-mlflow: {metadata.version('azureml-mlflow')}") + except metadata.PackageNotFoundError: + print("azureml-mlflow: not-installed (curated plugin may be present)") + except Exception as e: # noqa: BLE001 + print(f"Could not get package versions: {e}") + print("=" * 50) + + +def _read_json(path: Path) -> dict: + """Read a JSON file and return its decoded dictionary.""" + with open(path, "r", encoding="utf-8") as f: + return json.load(f) + + +def _parse_run_uri(run_uri: str): + """Return (run_id, subpath) for URIs like runs://model.""" + if not run_uri.startswith("runs:/"): + return None, None + parts = run_uri.split("/") + run_id = parts[1] if len(parts) > 1 else None + subpath = "/".join(parts[2:]) if len(parts) > 2 else None + return run_id, subpath + + +def _artifact_exists_for_run(run_uri: str, artifact_subpath: str = "model") -> bool: + """Check that an artifact subpath exists under the given MLflow run URI. Parameters: - model_metadata (str): model information from previous steps - model_name (str): model name - score_report (str): a report from te validation (score) step - build_reference (str): a build id + run_uri: Full MLflow runs URI (e.g. runs://model). + artifact_subpath: Subpath to verify (default 'model'). + + Returns: + True if the artifact directory contains at least one entry; False otherwise. """ + run_id, subpath = _parse_run_uri(run_uri) + if not run_id: + return False + target = artifact_subpath if subpath in (None, "", artifact_subpath) else subpath try: - run_file = open(args.model_metadata) - model_metadata = json.load(run_file) - run_uri = model_metadata["run_uri"] + arts = mlflow.MlflowClient().list_artifacts(run_id, path=target) + return bool(arts) + except Exception as e: # noqa: BLE001 + print(f"Artifact listing failed for run {run_id}: {e}") + return False - score_file = open(Path(args.score_report) / "score.txt") - score_data = json.load(score_file) - cod = score_data["cod"] - mse = score_data["mse"] - coff = score_data["coff"] - model_version = mlflow.register_model(run_uri, model_name) +def _set_model_tags(model_name: str, version: str, tags: dict) -> None: + """Apply key/value tags to a specific MLflow model version.""" + client = mlflow.MlflowClient() + for k, v in tags.items(): + client.set_model_version_tag(name=model_name, version=version, key=k, value=v) + + +def _get_tracking_uri_safe() -> str | None: + """Safely retrieve the MLflow tracking URI or return None if unavailable.""" + try: + return mlflow.get_tracking_uri() + except Exception: # noqa: BLE001 + return None + +def _print_registration_diagnostics(model_name: str, run_uri: str) -> None: + """Print structured diagnostics about model registration context.""" + run_id, parsed_subpath = _parse_run_uri(run_uri) + tracking_uri = _get_tracking_uri_safe() + print("-" * 50) + print("REGISTRATION DIAGNOSTICS") + print(f"tracking_uri: {tracking_uri}") + print(f"model_name: {model_name}") + print(f"run_uri: {run_uri}") + print(f"parsed_run_id: {run_id}") + print(f"parsed_subpath: {parsed_subpath}") + print(f"MLFLOW_TRACKING_URI env: {os.environ.get('MLFLOW_TRACKING_URI')}") + print("-" * 50) + + +def _ensure_artifact_or_exit(run_uri: str) -> None: + """Verify required 'model' artifact exists or exit with failure code 2.""" + if _artifact_exists_for_run(run_uri, artifact_subpath="model"): + return + run_id, _ = _parse_run_uri(run_uri) + try: client = mlflow.MlflowClient() - client.set_model_version_tag( - name=model_name, version=model_version.version, key="mse", value=mse - ) - client.set_model_version_tag( - name=model_name, version=model_version.version, key="coff", value=coff - ) - client.set_model_version_tag( - name=model_name, version=model_version.version, key="cod", value=cod - ) - client.set_model_version_tag( - name=model_name, - version=model_version.version, - key="build_id", - value=build_reference, - ) - - print(model_version) - except Exception as ex: - print(ex) - raise - finally: - run_file.close() + root_list = client.list_artifacts(run_id) if run_id else [] + model_list = client.list_artifacts(run_id, path="model") if run_id else [] + print("Artifacts at run root:") + for a in root_list: + print(f" - {a.path}") + print("Artifacts under 'model':") + for a in model_list: + print(f" - {a.path}") + except Exception as diag_err: # noqa: BLE001 + print(f"Artifact diagnostic listing failed: {diag_err}") + print("ERROR: No 'model' artifact found for run; failing registration.") + sys.exit(2) + + +def _register_and_tag(run_uri: str, model_name: str, tags: dict) -> None: + """Register the MLflow model and apply tags; exit non-zero on failure.""" + try: + mv = mlflow.register_model(run_uri, model_name) + _set_model_tags(model_name, mv.version, tags) + print(mv) + except Exception as reg_err: # noqa: BLE001 + print("Registration failed with exception:") + print(str(reg_err)) + print("TRACEBACK START") + print(traceback.format_exc()) + print("TRACEBACK END") + sys.exit(1) + + +def main(model_metadata: str, model_name: str, score_report: str, build_reference: str) -> None: + """Register a model version in MLflow. + + Reads run metadata (containing the MLflow run URI) and score report, emits + diagnostics, verifies the presence of the MLflow 'model' artifact, and then + registers and tags the model. Exits with non-zero status when prerequisites + are missing or registration fails so CI surfaces the issue. + + Parameters: + model_metadata: Path to JSON with run metadata (includes run_uri). + model_name: Target MLflow model container name (branch-derived). + score_report: Directory containing score.txt with metrics. + build_reference: Build identifier used for tagging. + """ + _print_versions() + try: + mlflow.set_tracking_uri(mlflow.get_tracking_uri()) + except Exception as _e: # noqa: BLE001 + print(f"mlflow.set_tracking_uri hook failed: {_e}") + + meta = _read_json(Path(model_metadata)) + run_uri = meta["run_uri"] + + score = _read_json(Path(score_report) / "score.txt") + tags = { + "mse": score.get("mse"), + "coff": score.get("coff"), + "cod": score.get("cod"), + "build_id": build_reference, + } + + _print_registration_diagnostics(model_name, run_uri) + _ensure_artifact_or_exit(run_uri) + _register_and_tag(run_uri, model_name, tags) if __name__ == "__main__": diff --git a/src/docker_taxi_src/score/score.py b/src/docker_taxi_src/score/score.py index fcaa57d9..705aff55 100644 --- a/src/docker_taxi_src/score/score.py +++ b/src/docker_taxi_src/score/score.py @@ -1,11 +1,13 @@ """ -This module provides functionality for scoring a machine learning model. +This module is designed for scoring a machine learning model by comparing its predictions against actual values. -It allows users to load a trained model and a dataset containing actual and predicted values, -then evaluates the model's performance by calculating metrics such as Mean Squared Error (MSE) -and the Coefficient of Determination (R^2). The module also supports logging these metrics -using MLflow and outputs a score report. +The module accomplishes several key tasks: +- It loads test data and a machine learning model. +- It calculates scoring metrics such as mean squared error (MSE) and the coefficient of determination (R^2). +- It logs these metrics using mlflow. +- It outputs a scoring report with key model performance metrics. """ + import argparse import pandas as pd import os @@ -59,6 +61,8 @@ def main(predictions, model, score_report): # Print the results of scoring the predictions against actual values in the test data + + def write_results(model, predictions, test_data, score_report): """ Calculate and log the model's mean squared error and coefficient of determination. diff --git a/src/docker_taxi_src/train/train.py b/src/docker_taxi_src/train/train.py index 356632d4..95e0365a 100644 --- a/src/docker_taxi_src/train/train.py +++ b/src/docker_taxi_src/train/train.py @@ -1,10 +1,12 @@ """ -This module is responsible for training a machine learning model using the provided dataset. - -The module uses Linear Regression from scikit-learn for model training and leverages -MLflow for experiment tracking. The data is split into training and test sets, with the -model being trained on the training set. The test data and model outputs are saved for -further evaluation and deployment. +This module is designed to train a machine learning model. + +The module performs the following key steps: +1. Reading and combining data from specified training data files. +2. Splitting the combined data into training and testing datasets. +3. Training a Linear Regression model using the training dataset. +4. Using MLflow for logging and tracking experiments. +5. Saving the trained model and its metadata to specified paths. """ import argparse @@ -98,6 +100,11 @@ def split(train_data): ] ] + # Encode non-numeric columns to numeric (e.g., vendor, store_forward) + for col in x.columns: + if x[col].dtype == object: + x[col] = x[col].astype("category").cat.codes + # Split the data into train and test sets train_x, test_x, trainy, testy = train_test_split( x, y, test_size=0.3, random_state=42 @@ -120,6 +127,11 @@ def train_model(train_x, trainy): None """ mlflow.autolog() + # Ensure MLflow tracking is hooked into Azure ML in all contexts + try: + mlflow.set_tracking_uri(mlflow.get_tracking_uri()) + except Exception as _e: + print(f"mlflow.set_tracking_uri hook failed: {_e}") # Train a Linear Regression Model with the train set with mlflow.start_run() as run: model = LinearRegression().fit(train_x, trainy) @@ -128,6 +140,11 @@ def train_model(train_x, trainy): # Output the model, metadata and test data run_id = mlflow.active_run().info.run_id model_uri = f"runs:/{run_id}/model" + # Log MLflow model artifact so register can find runs://model + try: + mlflow.sklearn.log_model(model, "model") + except Exception as log_err: + print(f"mlflow.sklearn.log_model failed: {log_err}") model_data = {"run_id": run.info.run_id, "run_uri": model_uri} with open(args.model_metadata, "w") as json_file: json.dump(model_data, json_file, indent=4) diff --git a/src/docker_taxi_src/transform/transform.py b/src/docker_taxi_src/transform/transform.py index 707b1ad9..dfef2ebe 100644 --- a/src/docker_taxi_src/transform/transform.py +++ b/src/docker_taxi_src/transform/transform.py @@ -1,4 +1,12 @@ -"""This module is responsible for transforming and preparing taxi data.""" +""" +This module is responsible for transforming pre-processed data for the London Taxi dataset. + +The module includes a main function that orchestrates the reading of cleaned data, +performs further transformations, and outputs the transformed data for model training. +The transformations involve filtering out geographical coordinates outside the city borders, +normalizing data types, splitting datetime fields into more granular components, and +filtering out outliers in the dataset. +""" import argparse from pathlib import Path diff --git a/src/london_src/predict/predict.py b/src/london_src/predict/predict.py index 7cbf28dd..1ac24d37 100644 --- a/src/london_src/predict/predict.py +++ b/src/london_src/predict/predict.py @@ -1,14 +1,15 @@ """ -This module provides functionality for scoring a machine learning model. +Model scoring utilities. -It includes capabilities to load test data, make predictions using a pre-trained model, -and save these predictions. The module is designed to work with a specific data format, -expecting features related to taxi trip data. It outputs the predictions along with actual -values for further analysis. +Features: +- Load test data +- Load a trained model +- Generate predictions +- Persist predictions with actual values for analysis -The module can be executed as a script with command-line arguments specifying paths for the model, -test data, and the location to save predictions. It is designed to be used in a machine learning -operations (MLOps) context, where automated scoring of models is a key step in the model evaluation process. +The script expects taxi trip feature columns and writes a CSV containing +predicted and actual cost values. Designed for MLOps pipelines where +automated batch scoring is a model evaluation step. """ import argparse @@ -104,7 +105,7 @@ def predict(test_x, testy, model_input, prediction_path): # Load the model from input port model = pickle.load(open((Path(model_input) / "model.sav"), "rb")) - # Make predictions on test_x data and record them in a column named predicted_cost + # Store predictions in 'predicted_cost' predictions = model.predict(test_x) test_x["predicted_cost"] = predictions print(test_x.shape) @@ -113,7 +114,7 @@ def predict(test_x, testy, model_input, prediction_path): output_data = pd.DataFrame(test_x) output_data["actual_cost"] = testy - # Save the output data with feature columns, predicted cost, and actual cost in csv file + # Save feature columns + predicted + actual cost to CSV output_data = output_data.to_csv((Path(prediction_path) / "predictions.csv")) diff --git a/src/london_src/register/register.py b/src/london_src/register/register.py index 1b81fd08..ea8c421d 100644 --- a/src/london_src/register/register.py +++ b/src/london_src/register/register.py @@ -1,56 +1,167 @@ -"""This module is designed to register machine learning models with MLflow.""" -import mlflow +"""Register a trained model in MLflow with fail-fast diagnostics.""" +from pathlib import Path import argparse import json -from pathlib import Path +import os +import sys +import traceback +import mlflow +from importlib import metadata -def main(model_metadata, model_name, score_report, build_reference): - """ - Register the model and assign tags to it. +def _print_versions() -> None: + """Emit versions of key packages (mlflow, azureml-mlflow) for debugging.""" + print("=" * 50) + print("PACKAGE VERSIONS:") + try: + print(f"mlflow-skinny: {metadata.version('mlflow-skinny')}") + try: + print(f"azureml-mlflow: {metadata.version('azureml-mlflow')}") + except metadata.PackageNotFoundError: + print("azureml-mlflow: not-installed (curated plugin may be present)") + except Exception as e: # noqa: BLE001 + print(f"Could not get package versions: {e}") + print("=" * 50) + + +def _read_json(path: Path) -> dict: + """Read a JSON file and return its decoded dictionary.""" + with open(path, "r", encoding="utf-8") as f: + return json.load(f) + + +def _parse_run_uri(run_uri: str): + """Return (run_id, subpath) for URIs like runs://model.""" + if not run_uri.startswith("runs:/"): + return None, None + parts = run_uri.split("/") + run_id = parts[1] if len(parts) > 1 else None + subpath = "/".join(parts[2:]) if len(parts) > 2 else None + return run_id, subpath + + +def _artifact_exists_for_run(run_uri: str, artifact_subpath: str = "model") -> bool: + """Check that an artifact subpath exists under the given MLflow run URI. Parameters: - model_metadata (str): model information from previous steps - model_name (str): model name - score_report (str): a report from te validation (score) step - build_reference (str): a build id + run_uri: Full MLflow runs URI (e.g. runs://model). + artifact_subpath: Subpath to verify (default 'model'). + + Returns: + True if the artifact directory contains at least one entry; False otherwise. """ + run_id, subpath = _parse_run_uri(run_uri) + if not run_id: + return False + target = artifact_subpath if subpath in (None, "", artifact_subpath) else subpath try: - run_file = open(args.model_metadata) - model_metadata = json.load(run_file) - run_uri = model_metadata["run_uri"] + arts = mlflow.MlflowClient().list_artifacts(run_id, path=target) + return bool(arts) + except Exception as e: # noqa: BLE001 + print(f"Artifact listing failed for run {run_id}: {e}") + return False - score_file = open(Path(args.score_report) / "score.txt") - score_data = json.load(score_file) - cod = score_data["cod"] - mse = score_data["mse"] - coff = score_data["coff"] - model_version = mlflow.register_model(run_uri, model_name) +def _set_model_tags(model_name: str, version: str, tags: dict) -> None: + """Apply key/value tags to a specific MLflow model version.""" + client = mlflow.MlflowClient() + for k, v in tags.items(): + client.set_model_version_tag(name=model_name, version=version, key=k, value=v) + + +def _get_tracking_uri_safe() -> str | None: + """Safely retrieve the MLflow tracking URI or return None if unavailable.""" + try: + return mlflow.get_tracking_uri() + except Exception: # noqa: BLE001 + return None + +def _print_registration_diagnostics(model_name: str, run_uri: str) -> None: + """Print structured diagnostics about model registration context.""" + run_id, parsed_subpath = _parse_run_uri(run_uri) + tracking_uri = _get_tracking_uri_safe() + print("-" * 50) + print("REGISTRATION DIAGNOSTICS") + print(f"tracking_uri: {tracking_uri}") + print(f"model_name: {model_name}") + print(f"run_uri: {run_uri}") + print(f"parsed_run_id: {run_id}") + print(f"parsed_subpath: {parsed_subpath}") + print(f"MLFLOW_TRACKING_URI env: {os.environ.get('MLFLOW_TRACKING_URI')}") + print("-" * 50) + + +def _ensure_artifact_or_exit(run_uri: str) -> None: + """Verify required 'model' artifact exists or exit with failure code 2.""" + if _artifact_exists_for_run(run_uri, artifact_subpath="model"): + return + run_id, _ = _parse_run_uri(run_uri) + try: client = mlflow.MlflowClient() - client.set_model_version_tag( - name=model_name, version=model_version.version, key="mse", value=mse - ) - client.set_model_version_tag( - name=model_name, version=model_version.version, key="coff", value=coff - ) - client.set_model_version_tag( - name=model_name, version=model_version.version, key="cod", value=cod - ) - client.set_model_version_tag( - name=model_name, - version=model_version.version, - key="build_id", - value=build_reference, - ) - - print(model_version) - except Exception as ex: - print(ex) - raise - finally: - run_file.close() + root_list = client.list_artifacts(run_id) if run_id else [] + model_list = client.list_artifacts(run_id, path="model") if run_id else [] + print("Artifacts at run root:") + for a in root_list: + print(f" - {a.path}") + print("Artifacts under 'model':") + for a in model_list: + print(f" - {a.path}") + except Exception as diag_err: # noqa: BLE001 + print(f"Artifact diagnostic listing failed: {diag_err}") + print("ERROR: No 'model' artifact found for run; failing registration.") + sys.exit(2) + + +def _register_and_tag(run_uri: str, model_name: str, tags: dict) -> None: + """Register the MLflow model and apply tags; exit non-zero on failure.""" + try: + mv = mlflow.register_model(run_uri, model_name) + _set_model_tags(model_name, mv.version, tags) + print(mv) + except Exception as reg_err: # noqa: BLE001 + print("Registration failed with exception:") + print(str(reg_err)) + print("TRACEBACK START") + print(traceback.format_exc()) + print("TRACEBACK END") + sys.exit(1) + + +def main(model_metadata: str, model_name: str, score_report: str, build_reference: str) -> None: + """Register a model version in MLflow. + + Reads run metadata (containing the MLflow run URI) and score report, emits + diagnostics, verifies the presence of the MLflow 'model' artifact, and then + registers and tags the model. Exits with non-zero status when prerequisites + are missing or registration fails so CI surfaces the issue. + + Parameters: + model_metadata: Path to JSON with run metadata (includes run_uri). + model_name: Target MLflow model container name (branch-derived). + score_report: Directory containing score.txt with metrics. + build_reference: Build identifier used for tagging. + """ + _print_versions() + try: + mlflow.set_tracking_uri(mlflow.get_tracking_uri()) + except Exception as _e: # noqa: BLE001 + print(f"mlflow.set_tracking_uri hook failed: {_e}") + + meta = _read_json(Path(model_metadata)) + run_uri = meta["run_uri"] + + score = _read_json(Path(score_report) / "score.txt") + tags = { + "mse": score.get("mse"), + "coff": score.get("coff"), + "cod": score.get("cod"), + "build_id": build_reference, + } + + _print_registration_diagnostics(model_name, run_uri) + _ensure_artifact_or_exit(run_uri) + _register_and_tag(run_uri, model_name, tags) if __name__ == "__main__": diff --git a/src/london_src/score/score.py b/src/london_src/score/score.py index fcaa57d9..4c72f1a3 100644 --- a/src/london_src/score/score.py +++ b/src/london_src/score/score.py @@ -1,11 +1,13 @@ """ -This module provides functionality for scoring a machine learning model. +Score a trained model against predictions. -It allows users to load a trained model and a dataset containing actual and predicted values, -then evaluates the model's performance by calculating metrics such as Mean Squared Error (MSE) -and the Coefficient of Determination (R^2). The module also supports logging these metrics -using MLflow and outputs a score report. +Steps: +1. Load predictions and model +2. Compute MSE and R^2 +3. Log metrics to MLflow +4. Persist a JSON score report """ + import argparse import pandas as pd import os @@ -59,6 +61,8 @@ def main(predictions, model, score_report): # Print the results of scoring the predictions against actual values in the test data + + def write_results(model, predictions, test_data, score_report): """ Calculate and log the model's mean squared error and coefficient of determination. diff --git a/src/london_src/train/train.py b/src/london_src/train/train.py index 356632d4..95e0365a 100644 --- a/src/london_src/train/train.py +++ b/src/london_src/train/train.py @@ -1,10 +1,12 @@ """ -This module is responsible for training a machine learning model using the provided dataset. - -The module uses Linear Regression from scikit-learn for model training and leverages -MLflow for experiment tracking. The data is split into training and test sets, with the -model being trained on the training set. The test data and model outputs are saved for -further evaluation and deployment. +This module is designed to train a machine learning model. + +The module performs the following key steps: +1. Reading and combining data from specified training data files. +2. Splitting the combined data into training and testing datasets. +3. Training a Linear Regression model using the training dataset. +4. Using MLflow for logging and tracking experiments. +5. Saving the trained model and its metadata to specified paths. """ import argparse @@ -98,6 +100,11 @@ def split(train_data): ] ] + # Encode non-numeric columns to numeric (e.g., vendor, store_forward) + for col in x.columns: + if x[col].dtype == object: + x[col] = x[col].astype("category").cat.codes + # Split the data into train and test sets train_x, test_x, trainy, testy = train_test_split( x, y, test_size=0.3, random_state=42 @@ -120,6 +127,11 @@ def train_model(train_x, trainy): None """ mlflow.autolog() + # Ensure MLflow tracking is hooked into Azure ML in all contexts + try: + mlflow.set_tracking_uri(mlflow.get_tracking_uri()) + except Exception as _e: + print(f"mlflow.set_tracking_uri hook failed: {_e}") # Train a Linear Regression Model with the train set with mlflow.start_run() as run: model = LinearRegression().fit(train_x, trainy) @@ -128,6 +140,11 @@ def train_model(train_x, trainy): # Output the model, metadata and test data run_id = mlflow.active_run().info.run_id model_uri = f"runs:/{run_id}/model" + # Log MLflow model artifact so register can find runs://model + try: + mlflow.sklearn.log_model(model, "model") + except Exception as log_err: + print(f"mlflow.sklearn.log_model failed: {log_err}") model_data = {"run_id": run.info.run_id, "run_uri": model_uri} with open(args.model_metadata, "w") as json_file: json.dump(model_data, json_file, indent=4) diff --git a/src/london_src/transform/transform.py b/src/london_src/transform/transform.py index 707b1ad9..94e377e6 100644 --- a/src/london_src/transform/transform.py +++ b/src/london_src/transform/transform.py @@ -1,4 +1,15 @@ -"""This module is responsible for transforming and preparing taxi data.""" +""" +Data transformation for the London Taxi dataset. + +Pipeline: +1. Read cleaned input files +2. Filter coordinates outside service bounds +3. Normalize dtypes (lat/long, distance) +4. Derive granular time features (weekday, month, day, hour, minute, second) +5. Drop coarse date/time columns +6. Convert categorical store_forward to binary +7. Remove zero distance or zero cost outliers +""" import argparse from pathlib import Path @@ -95,14 +106,7 @@ def transform_data(combined_df): # 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. + # Derive granular date/time features then drop original columns. temp = pd.DatetimeIndex(normalized_df["pickup_datetime"], dtype="datetime64[ns]") normalized_df["pickup_date"] = temp.date @@ -132,9 +136,7 @@ def transform_data(combined_df): 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). + # Drop coarse date/time columns (granular features are more predictive). del normalized_df["pickup_date"] del normalized_df["dropoff_date"] del normalized_df["pickup_time"] @@ -145,11 +147,7 @@ def transform_data(combined_df): (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. + # Filter out cost or distance == 0 rows to reduce outliers. final_df = normalized_df[(normalized_df.distance > 0) & (normalized_df.cost > 0)] final_df.reset_index(inplace=True, drop=True) diff --git a/src/nyc_src/__init__.py b/src/nyc_src/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/src/nyc_src/predict/__init__.py b/src/nyc_src/predict/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/src/nyc_src/predict/predict.py b/src/nyc_src/predict/predict.py deleted file mode 100644 index 2b1ef6d2..00000000 --- a/src/nyc_src/predict/predict.py +++ /dev/null @@ -1,127 +0,0 @@ -""" -This module is designed for making predictions using a machine learning model. - -It includes functionality to load test data, load a pre-trained model, make predictions on the test data, -and save these predictions. The module can be run as a script, allowing users to specify the model file, -test data, and prediction output path via command-line arguments. -""" - -import argparse -import pandas as pd -import os -from pathlib import Path -import pickle - - -def main(model_input, test_data, prediction_path): - """Load test data, call predict function. - - Args: - model_input (string): path to model pickle file - test_data (string): path to test data - prediction_path (string): path to which to write prediction - """ - lines = [ - f"Model path: {model_input}", - f"Test data path: {test_data}", - f"Predictions path: {prediction_path}", - ] - - for line in lines: - print(line) - - test_x, testy = load_test_data(test_data) - predict(test_x, testy, model_input, prediction_path) - - -def load_test_data(test_data): - """ - Load test data and store it in two data frames. - - Parameters: - test_data (pandas.DataFrame): input data - - Returns: - (DataFrame, DataFrame): input data with no expected results and expected results in te second frame - """ - print("mounted_path files: ") - arr = os.listdir(test_data) - - print(arr) - df_list = [] - for filename in arr: - print("reading file: %s ..." % filename) - input_df = pd.read_csv((Path(test_data) / filename)) - df_list.append(input_df) - - test_data = df_list[0] - testy = test_data["cost"] - test_x = 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(test_x.shape) - print(test_x.columns) - return test_x, testy - - -def predict(test_x, testy, model_input, prediction_path): - """ - Predict results on a batch and save them into csv file altogether wit expected results. - - Parameters: - test_x (pandas.DataFrame): input data to predict - testy (pandas.DataFrame): expected results - model_input (str): an input folder with the model - prediction_path (str): a resulting folder - """ - # Load the model from input port - model = pickle.load(open((Path(model_input) / "model.sav"), "rb")) - - # Make predictions on test_x data and record them in a column named predicted_cost - predictions = model.predict(test_x) - test_x["predicted_cost"] = predictions - print(test_x.shape) - - # Compare predictions to actuals (testy) - output_data = pd.DataFrame(test_x) - 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(prediction_path) / "predictions.csv")) - - -if __name__ == "__main__": - 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...") - - model_input = args.model_input - test_data = args.test_data - prediction_path = args.predictions - main(model_input, test_data, prediction_path) diff --git a/src/nyc_src/prep/__init__.py b/src/nyc_src/prep/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/src/nyc_src/prep/prep.py b/src/nyc_src/prep/prep.py deleted file mode 100644 index e08c6e2a..00000000 --- a/src/nyc_src/prep/prep.py +++ /dev/null @@ -1,190 +0,0 @@ -""" -This module is designed to preprocess taxi data for the Azure Machine Learning NYC Taxi tutorial. - -It includes functions for reading raw taxi data (both green and yellow taxi data), -cleaning it, and transforming it into a format suitable for machine learning modeling. -The module focuses on selecting useful columns, renaming them as per tutorial specifications, -and concatenating the green and yellow taxi data into a single dataset. -""" - -import argparse -from pathlib import Path -import os -import pandas as pd - - -def main(raw_data, prep_data): - """ - Read existing csv files and invoke preprocessing step. - - Parameters: - raw_data (str): a folder to read csv files - prep_data (str): a folder for preprocessed data - """ - print("hello training world...") - - lines = [ - f"Raw data path: {raw_data}", - f"Data output path: {prep_data}", - ] - - for line in lines: - print(line) - - print("mounted_path files: ") - arr = os.listdir(raw_data) - print(arr) - - df_list = [] - for filename in arr: - print("reading file: %s ..." % filename) - input_df = pd.read_csv((Path(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] - - data_prep(green_data, yellow_data, prep_data) - - -def data_prep(green_data, yellow_data, prep_data): - """ - Merge two data sets for different taxi vendors. - - The method maps columns in two data sets and remove distinct columns - saving results as a csv file. - - Parameters: - green_data (pandas.DataFrame): incoming data frame for green taxi - yellow_data (pandas.DataFrame): incoming data frame for yellow taxi - prep_data (str): a folder for preprocessed data - """ - 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) - - 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 = pd.concat([green_data_clean, yellow_data_clean], ignore_index=True) - combined_df.reset_index(inplace=True, drop=True) - - green_data_clean.to_csv(os.path.join(prep_data, "green_prep_data.csv")) - yellow_data_clean.to_csv(os.path.join(prep_data, "yellow_prep_data.csv")) - combined_df.to_csv(os.path.join(prep_data, "merged_data.csv")) - - print("Finish") - - -# These functions ensure that null data is removed from the dataset, -# which will help increase machine learning model accuracy. - - -def get_dict(dict_str): - """ - Ensure that null data is removed from the dataset to increase machine learning model accuracy. - - Parameters: - dict_str (Dictionary): a string with separated elements - - Returns: - Dictionary: an updated dictionary - """ - 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): - """ - Clean dataset removing NA values. - - Parameters: - data (pandas.DataFrame): initial data - columns (str): a list of columns in initial dataset - useful_columns (str): columns to retain - - Returns: - DataFrame: an updated data set - """ - 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 - - -if __name__ == "__main__": - parser = argparse.ArgumentParser() - parser.add_argument( - "--raw_data", - type=str, - default="../data/raw_data", - help="Path to raw data", - ) - parser.add_argument( - "--prep_data", type=str, default="../data/prep_data", help="Path to prep data" - ) - - args = parser.parse_args() - - main(args.raw_data, args.prep_data) diff --git a/src/nyc_src/register/__init__.py b/src/nyc_src/register/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/src/nyc_src/register/register.py b/src/nyc_src/register/register.py deleted file mode 100644 index eb490fac..00000000 --- a/src/nyc_src/register/register.py +++ /dev/null @@ -1,78 +0,0 @@ -"""This module is designed for registering machine learning models in MLflow.""" -import mlflow -import argparse -import json -from pathlib import Path - - -def main(model_metadata, model_name, score_report, build_reference): - """ - Register the model and assign tags to it. - - Parameters: - model_metadata (str): model information from previous steps - model_name (str): model name - score_report (str): a report from te validation (score) step - build_reference (str): a build id - """ - try: - run_file = open(args.model_metadata) - model_metadata = json.load(run_file) - run_uri = model_metadata["run_uri"] - - score_file = open(Path(args.score_report) / "score.txt") - score_data = json.load(score_file) - cod = score_data["cod"] - mse = score_data["mse"] - coff = score_data["coff"] - - model_version = mlflow.register_model(run_uri, model_name) - - client = mlflow.MlflowClient() - client.set_model_version_tag( - name=model_name, version=model_version.version, key="mse", value=mse - ) - client.set_model_version_tag( - name=model_name, version=model_version.version, key="coff", value=coff - ) - client.set_model_version_tag( - name=model_name, version=model_version.version, key="cod", value=cod - ) - client.set_model_version_tag( - name=model_name, - version=model_version.version, - key="build_id", - value=build_reference, - ) - - print(model_version) - except Exception as ex: - print(ex) - raise - finally: - run_file.close() - - -if __name__ == "__main__": - parser = argparse.ArgumentParser("register_model") - parser.add_argument( - "--model_metadata", - type=str, - help="model metadata on Machine Learning Workspace", - ) - parser.add_argument("--model_name", type=str, help="model name to be registered") - parser.add_argument("--score_report", type=str, help="score report for the model") - parser.add_argument( - "--build_reference", - type=str, - help="Original AzDo build id that initiated experiment", - ) - - args = parser.parse_args() - - print(args.model_metadata) - print(args.model_name) - print(args.score_report) - print(args.build_reference) - - main(args.model_metadata, args.model_name, args.score_report, args.build_reference) diff --git a/src/nyc_src/score/__init__.py b/src/nyc_src/score/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/src/nyc_src/score/score.py b/src/nyc_src/score/score.py deleted file mode 100644 index 705aff55..00000000 --- a/src/nyc_src/score/score.py +++ /dev/null @@ -1,121 +0,0 @@ -""" -This module is designed for scoring a machine learning model by comparing its predictions against actual values. - -The module accomplishes several key tasks: -- It loads test data and a machine learning model. -- It calculates scoring metrics such as mean squared error (MSE) and the coefficient of determination (R^2). -- It logs these metrics using mlflow. -- It outputs a scoring report with key model performance metrics. -""" - -import argparse -import pandas as pd -import os -from pathlib import Path -import pickle -from sklearn.metrics import mean_squared_error, r2_score -import mlflow -import json - - -def main(predictions, model, score_report): - """ - Load the test data and model, and write the results of the model scoring. - - Parameters: - predictions (str): Path to the predictions. - model (str): Path to the model. - score_report (str): Path to the score report. - - Returns: - None - """ - print("hello scoring world...") - - lines = [ - f"Model path: {model}", - f"Predictions path: {predictions}", - f"Scoring output path: {score_report}", - ] - - for line in lines: - print(line) - - # Load the test data with predicted values - - print("mounted_path files: ") - arr = os.listdir(predictions) - - print(arr) - df_list = [] - for filename in arr: - print("reading file: %s ..." % filename) - input_df = pd.read_csv((Path(predictions) / filename)) - df_list.append(input_df) - - test_data = df_list[0] - - # Load the model from input port - model = pickle.load(open((Path(model) / "model.sav"), "rb")) - write_results(model, predictions, test_data, score_report) - - -# Print the results of scoring the predictions against actual values in the test data - - -def write_results(model, predictions, test_data, score_report): - """ - Calculate and log the model's mean squared error and coefficient of determination. - - Parameters: - model (sklearn model): The trained model. - predictions (DataFrame): The model's predictions. - test_data (DataFrame): The test data. - score_report (str): Path to the score report. - - Returns: - None - """ - # The coefficients - print("Coefficients: \n", model.coef_) - - actuals = test_data["actual_cost"] - predictions = test_data["predicted_cost"] - - mse = mean_squared_error(actuals, predictions) - r2 = r2_score(actuals, predictions) - - mlflow.log_metric("scoring_mse", mse) - mlflow.log_metric("scoring_r2", r2) - - # The mean squared error - print("Mean squared error: %.2f" % mse) - # The coefficient of determination: 1 is perfect prediction - print("Coefficient of determination: %.2f" % r2) - print("Model: ", model) - - # Print score report to a text file - model_score = { - "mse": mean_squared_error(actuals, predictions), - "coff": str(model.coef_), - "cod": r2_score(actuals, predictions), - } - with open((Path(score_report) / "score.txt"), "w") as json_file: - json.dump(model_score, json_file, indent=4) - - -if __name__ == "__main__": - 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() - - predictions = args.predictions - model = args.model - score_report = args.score_report - - main(predictions, model, score_report) diff --git a/src/nyc_src/train/__init__.py b/src/nyc_src/train/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/src/nyc_src/train/train.py b/src/nyc_src/train/train.py deleted file mode 100644 index 72dfdfa2..00000000 --- a/src/nyc_src/train/train.py +++ /dev/null @@ -1,170 +0,0 @@ -""" -This module is designed to train a machine learning model. - -The module performs the following key steps: -1. Reading and combining data from specified training data files. -2. Splitting the combined data into training and testing datasets. -3. Training a Linear Regression model using the training dataset. -4. Using MLflow for logging and tracking experiments. -5. Saving the trained model and its metadata to specified paths. -""" - -import argparse -from pathlib import Path -import os -import pandas as pd -from sklearn.linear_model import LinearRegression -from sklearn.model_selection import train_test_split -import pickle -import mlflow -import json - - -def main(training_data, test_data, model_output, model_metadata): - """ - Read training data, split data and initiate training. - - Parameters: - training_data (str): training data folder - test_data (str): test data folder - model_output (str): a folder to store model files - model_metadata (str): a file to store information about thr model - """ - print("Hello training world...") - - lines = [ - f"Training data path: {training_data}", - f"Test data path: {test_data}", - f"Model output path: {model_output}", - f"Model metadata path: {model_metadata}", - ] - - for line in lines: - print(line) - - print("mounted_path files: ") - arr = os.listdir(training_data) - print(arr) - - df_list = [] - for filename in arr: - print("reading file: %s ..." % filename) - input_df = pd.read_csv((Path(training_data) / filename)) - df_list.append(input_df) - - train_data = df_list[0] - print(train_data.columns) - - train_x, test_x, trainy, testy = split(train_data) - write_test_data(test_x, testy) - train_model(train_x, trainy) - - -def split(train_data): - """ - Split the input data into training and testing sets. - - Parameters: - train_data (DataFrame): The input data. - - Returns: - trainX (DataFrame): The training data. - testX (DataFrame): The testing data. - trainy (Series): The training labels. - testy (Series): The testing labels. - """ - # Split the data into input(X) and output(y) - y = train_data["cost"] - 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 - train_x, test_x, trainy, testy = train_test_split( - x, y, test_size=0.3, random_state=42 - ) - print(train_x.shape) - print(train_x.columns) - - return train_x, test_x, trainy, testy - - -def train_model(train_x, trainy): - """ - Train a Linear Regression model and save the model and its metadata. - - Parameters: - trainX (DataFrame): The training data. - trainy (Series): The training labels. - - Returns: - None - """ - mlflow.autolog() - # Train a Linear Regression Model with the train set - with mlflow.start_run() as run: - model = LinearRegression().fit(train_x, trainy) - print(model.score(train_x, trainy)) - - # Output the model, metadata and test data - run_id = mlflow.active_run().info.run_id - model_uri = f"runs:/{run_id}/model" - model_data = {"run_id": run.info.run_id, "run_uri": model_uri} - with open(args.model_metadata, "w") as json_file: - json.dump(model_data, json_file, indent=4) - - pickle.dump(model, open((Path(args.model_output) / "model.sav"), "wb")) - - -def write_test_data(test_x, testy): - """ - Write the testing data to a CSV file. - - Parameters: - testX (DataFrame): The testing data. - testy (Series): The testing labels. - - Returns: - None - """ - test_x["cost"] = testy - print(test_x.shape) - test_x.to_csv((Path(args.test_data) / "test_data.csv")) - - -if __name__ == "__main__": - 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") - parser.add_argument("--model_metadata", type=str, help="Path of model metadata") - - args = parser.parse_args() - - training_data = args.training_data - test_data = args.test_data - model_output = args.model_output - model_metadata = args.model_metadata - - main(training_data, test_data, model_output, model_metadata) diff --git a/src/nyc_src/transform/__init__.py b/src/nyc_src/transform/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/src/nyc_src/transform/transform.py b/src/nyc_src/transform/transform.py deleted file mode 100644 index dfef2ebe..00000000 --- a/src/nyc_src/transform/transform.py +++ /dev/null @@ -1,178 +0,0 @@ -""" -This module is responsible for transforming pre-processed data for the London Taxi dataset. - -The module includes a main function that orchestrates the reading of cleaned data, -performs further transformations, and outputs the transformed data for model training. -The transformations involve filtering out geographical coordinates outside the city borders, -normalizing data types, splitting datetime fields into more granular components, and -filtering out outliers in the dataset. -""" - -import argparse -from pathlib import Path -import os -import pandas as pd -import numpy as np - - -def main(clean_data, transformed_data): - """ - Initiate transformation and save results into csv file. - - Parameters: - clean_data (str): a folder to store results - transformed_data (DataFrame): an initial data frame for transformation - """ - lines = [ - f"Clean data path: {clean_data}", - f"Transformed data output path: {transformed_data}", - ] - - for line in lines: - print(line) - - print("mounted_path files: ") - arr = os.listdir(clean_data) - print(arr) - - df_list = [] - for filename in arr: - print("reading file: %s ..." % filename) - input_df = pd.read_csv((Path(clean_data) / filename)) - df_list.append(input_df) - - # Transform the data - combined_df = df_list[1] - final_df = transform_data(combined_df) - - # Output data - final_df.to_csv((Path(args.transformed_data) / "transformed_data.csv")) - - -# 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 - - -def transform_data(combined_df): - """ - Transform a dataframe to prepare it for training. - - The method is implementing data cleaning and normalization - - Parameters: - combined_df (pandas.DataFrame): incoming data frame - - Returns: - DataFrame: transformed data frame - """ - 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) - - return final_df - - -if __name__ == "__main__": - 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() - - clean_data = args.clean_data - transformed_data = args.transformed_data - main(clean_data, transformed_data) diff --git a/src/sequence_model/benchmark/benchmark.py b/src/sequence_model/benchmark/benchmark.py index 9e9a7b36..69a279d4 100644 --- a/src/sequence_model/benchmark/benchmark.py +++ b/src/sequence_model/benchmark/benchmark.py @@ -10,8 +10,9 @@ from pathlib import Path import yaml -from azureml.core.model import Model -from azureml.core.run import Run +from azure.ai.ml import MLClient +from azure.identity import DefaultAzureCredential +import os import src.sequence_model.common.mlflow_ext as mlflow @@ -113,18 +114,39 @@ def check_prior_model_accuracy(model_name: str, current_accuracy: float) -> bool Returns: bool: If current model is more accurate. """ - run = Run.get_context() - ws = run.experiment.workspace - - model_accuracies: list[float] = [ - float(m.properties.get("accuracy", 0.0)) - for m in Model.list(name=model_name, workspace=ws, latest=True) - ] - for accuracy in model_accuracies: - if current_accuracy < accuracy: - return False - - return True + # Initialize MLClient using environment variables from Azure ML compute + subscription_id = os.environ.get("AZUREML_ARM_SUBSCRIPTION") + resource_group = os.environ.get("AZUREML_ARM_RESOURCEGROUP") + workspace_name = os.environ.get("AZUREML_ARM_WORKSPACE_NAME") + + if not all([subscription_id, resource_group, workspace_name]): + logger.warning("Unable to retrieve workspace context. Skipping prior model comparison.") + return True + + try: + ml_client = MLClient( + DefaultAzureCredential(), + subscription_id=subscription_id, + resource_group_name=resource_group, + workspace_name=workspace_name + ) + + # Get all versions of the model + models = ml_client.models.list(name=model_name) + + model_accuracies: list[float] = [ + float(model.properties.get("accuracy", 0.0)) + for model in models + ] + + for accuracy in model_accuracies: + if current_accuracy < accuracy: + return False + + return True + except Exception as e: + logger.warning(f"Error comparing to prior models: {e}. Assuming current model is best.") + return True def run_benchmarking(score_report: dict, benchmarks: list[dict]) -> bool: diff --git a/src/sequence_model/common/synthetic_data.py b/src/sequence_model/common/synthetic_data.py new file mode 100644 index 00000000..a304f1e2 --- /dev/null +++ b/src/sequence_model/common/synthetic_data.py @@ -0,0 +1,70 @@ +"""Generate synthetic data for sequence_model training and testing.""" + +import pickle +import random +from pathlib import Path +from typing import List + + +def generate_synthetic_text_data( + num_sequences: int = 100, sequence_length: int = 20 +) -> List[List[str]]: + """ + Generate synthetic text data as token sequences. + + Args: + num_sequences: Number of sequences to generate + sequence_length: Length of each sequence + + Returns: + List of token sequences (each sequence is a list of strings) + """ + # Simple vocabulary of common words + vocabulary = [ + "the", "quick", "brown", "fox", "jumps", "over", "lazy", "dog", + "cat", "runs", "walks", "sleeps", "eats", "drinks", "plays", + "big", "small", "fast", "slow", "red", "blue", "green", "yellow", + "happy", "sad", "good", "bad", "one", "two", "three", "four" + ] + + sequences = [] + for _ in range(num_sequences): + sequence = [random.choice(vocabulary) for _ in range(sequence_length)] + sequences.append(sequence) + + return sequences + + +def save_synthetic_data(output_path: str, num_sequences: int = 100, sequence_length: int = 20) -> None: + """ + Generate and save synthetic training and test data with proper train/test split. + + Args: + output_path: Path where to save the training pickle data (train.pkl) + num_sequences: Total number of sequences to generate (will be split 80/20 train/test) + sequence_length: Length of each sequence + """ + # Ensure output directory exists + output_dir = Path(output_path).parent + output_dir.mkdir(parents=True, exist_ok=True) + + # Generate all synthetic data from a single distribution + all_data = generate_synthetic_text_data(num_sequences=num_sequences, sequence_length=sequence_length) + + # Split into train (80%) and test (20%) + split_idx = int(len(all_data) * 0.8) + train_data = all_data[:split_idx] + test_data = all_data[split_idx:] + + # Save training data to pickle file + with open(output_path, "wb") as f: + pickle.dump(train_data, f) + + print(f"Synthetic training data saved to {output_path} ({len(train_data)} sequences)") + + # Save test data to separate file + test_path = output_dir / "test.pkl" + with open(test_path, "wb") as f: + pickle.dump(test_data, f) + + print(f"Synthetic test data saved to {test_path} ({len(test_data)} sequences)") diff --git a/src/sequence_model/predict/predict.py b/src/sequence_model/predict/predict.py index d5f5d29c..490e6895 100644 --- a/src/sequence_model/predict/predict.py +++ b/src/sequence_model/predict/predict.py @@ -119,6 +119,7 @@ # Input paths model_path = pathlib.Path(model_root, "model_dict.pkl") tokenizer_path = pathlib.Path(tokenizer_root, "tokenizer.json") + # Load test data (separate from training data for proper evaluation) test_data_path = pathlib.Path(args.dataset_folder, "test.pkl") # Output paths @@ -146,6 +147,11 @@ with open(test_data_path, "rb") as f: test_data = pickle.load(f) + # Flatten the data if it's a list of sequences (e.g., from synthetic data generator) + if isinstance(test_data, list) and len(test_data) > 0 and isinstance(test_data[0], list): + logger.info("Flattening list of sequences into flat token list for prediction.") + test_data = [token for sequence in test_data for token in sequence] + # Tokenize data logger.info("Tokenizing test data.") tokenized_data = tokenizer.tokenize(corpus=test_data) diff --git a/src/sequence_model/register/register.py b/src/sequence_model/register/register.py index ef81911a..742903a5 100644 --- a/src/sequence_model/register/register.py +++ b/src/sequence_model/register/register.py @@ -6,7 +6,10 @@ import pathlib import shutil import yaml -from azureml.core.run import Run +import os +from azure.ai.ml import MLClient +from azure.ai.ml.entities import Model +from azure.identity import DefaultAzureCredential import src.sequence_model.common.mlflow_ext as mlflow @@ -96,29 +99,42 @@ def assemble_outputs(args): return artifacts_folder, model_registration_folder -def register(args, model_name: str): # #model_folder: str, score_report_path: str): - """Register model. +def register(args, model_name: str): + """Register model using Azure ML SDK v2. Args: - model_name (str): Name of model. - model_path (str): Path to model. - score_report_path (str): Path to model scoring report. + args: Command-line arguments + model_name (str): Name of model to register. """ - run = Run.get_context() - - artifacts_folder, _ = assemble_outputs(args) + # Get workspace context from environment variables + subscription_id = os.environ.get("AZUREML_ARM_SUBSCRIPTION") + resource_group = os.environ.get("AZUREML_ARM_RESOURCEGROUP") + workspace_name = os.environ.get("AZUREML_ARM_WORKSPACE_NAME") + + if not all([subscription_id, resource_group, workspace_name]): + raise ValueError("Unable to retrieve workspace context from environment variables") + + ml_client = MLClient( + DefaultAzureCredential(), + subscription_id=subscription_id, + resource_group_name=resource_group, + workspace_name=workspace_name + ) - run = Run.get_context() - run.upload_folder("artifacts", str(artifacts_folder)) + artifacts_folder, model_registration_folder = assemble_outputs(args) - run.register_model( - model_path="artifacts/model_registration", - model_name=model_name, + # Register model using SDK v2 + model = Model( + path=str(model_registration_folder), + name=model_name, description="A next token prediction model using the prior n-grams to infer the next word.", + type="custom_model" ) + registered_model = ml_client.models.create_or_update(model) + logger.info( - f"Completed model Registration! Registered version new version of model: {model_name}" + f"Completed model Registration! Registered version {registered_model.version} of model: {model_name}" ) diff --git a/src/sequence_model/train/train.py b/src/sequence_model/train/train.py index 75f15e7a..d0d2df4a 100644 --- a/src/sequence_model/train/train.py +++ b/src/sequence_model/train/train.py @@ -134,6 +134,12 @@ with open(train_data_path, "rb") as f: train_data = pickle.load(f) + # Flatten the data if it's a list of sequences (e.g., from synthetic data generator) + # The tokenizer expects a flat list of tokens, not a list of sequences + if isinstance(train_data, list) and len(train_data) > 0 and isinstance(train_data[0], list): + logger.info("Flattening list of sequences into flat token list for tokenizer.") + train_data = [token for sequence in train_data for token in sequence] + # Train tokenizer logger.info("Training tokenizer.") tokenizer = Tokenizer() diff --git a/test/nyc_taxi/test_nyc_to_delete.py b/test/nyc_taxi/test_nyc_to_delete.py deleted file mode 100644 index 7816ee86..00000000 --- a/test/nyc_taxi/test_nyc_to_delete.py +++ /dev/null @@ -1,6 +0,0 @@ -def test_nyc_print(): - try: - print("Hello") is None - except: - print("Test print function failed.") - assert False diff --git a/test_model_discovery.ps1 b/test_model_discovery.ps1 new file mode 100644 index 00000000..ea96a928 --- /dev/null +++ b/test_model_discovery.ps1 @@ -0,0 +1,86 @@ +# Test script for model discovery logic +# Run this locally to verify before running the workflow + +param( + [string]$ModelType = "nyc_taxi", + [string]$SubscriptionId = "310ab569-9762-484e-8ce9-a650803297ea", + [string]$ResourceGroup = "rg_modelfactory", + [string]$WorkspaceName = "mfaml001" +) + +Write-Host "=== Testing Model Discovery ===" -ForegroundColor Cyan +Write-Host "Model Type: $ModelType" +Write-Host "" + +Write-Host "Step 1: Discovering unique model names with prefix '$ModelType'" -ForegroundColor Yellow +$uniqueNames = az ml model list ` + --resource-group $ResourceGroup ` + --workspace-name $WorkspaceName ` + --subscription $SubscriptionId ` + --query "[?starts_with(name, '$ModelType')].name" ` + -o json | ConvertFrom-Json | Select-Object -Unique + +Write-Host "Found model names: $($uniqueNames -join ', ')" + +Write-Host "" +Write-Host "Step 2: Getting latest version for each model" -ForegroundColor Yellow +$allModels = @() +foreach ($modelName in $uniqueNames) { + Write-Host " Checking: $modelName" + $versions = az ml model list ` + --name $modelName ` + --resource-group $ResourceGroup ` + --workspace-name $WorkspaceName ` + --subscription $SubscriptionId ` + --query "[].{name:name, version:version, created:creation_context.created_at}" ` + -o json | ConvertFrom-Json + + if ($versions) { + $latest = $versions | Sort-Object -Property created -Descending | Select-Object -First 1 + $allModels += $latest + Write-Host " Latest version: $($latest.version) (created: $($latest.created))" + } +} + +$allModels | Format-Table name, version, created + +Write-Host "" +Write-Host "Step 3: Selecting most recently created model" -ForegroundColor Yellow +$latestModel = $allModels | Sort-Object -Property created -Descending | Select-Object -First 1 + +if (-not $latestModel) { + Write-Host "ERROR: No models found" -ForegroundColor Red + exit 1 +} + +$MODEL_NAME = $latestModel.name +$MODEL_VERSION = $latestModel.version + +Write-Host "Selected model: $MODEL_NAME" +Write-Host "Selected version: $MODEL_VERSION" +Write-Host "" + +if ([string]::IsNullOrEmpty($MODEL_NAME) -or [string]::IsNullOrEmpty($MODEL_VERSION)) { + Write-Host "ERROR: Could not extract model name or version" -ForegroundColor Red + exit 1 +} + +Write-Host "Step 4: Verifying model exists" -ForegroundColor Yellow +az ml model show ` + --name $MODEL_NAME ` + --version $MODEL_VERSION ` + --resource-group $ResourceGroup ` + --workspace-name $WorkspaceName ` + --subscription $SubscriptionId ` + --query '{name:name, version:version, type:type, path:path, createdTime:creation_context.created_at}' ` + -o table + +if ($LASTEXITCODE -eq 0) { + Write-Host "" + Write-Host "✅ SUCCESS: Model discovery and verification complete!" -ForegroundColor Green + Write-Host "Model: $MODEL_NAME version $MODEL_VERSION is ready for deployment" +} +else { + Write-Host "" + Write-Host "❌ FAILED: Model verification failed" -ForegroundColor Red +} diff --git a/vars.json b/vars.json new file mode 100644 index 00000000..16b5c309 --- /dev/null +++ b/vars.json @@ -0,0 +1 @@ +{"variables":[{"name":"APPINSIGHTS_NAME","value":"mfappins","created_at":"2025-11-20T12:50:07Z","updated_at":"2025-11-20T13:00:23Z"},{"name":"ARM_CLIENT_ID","value":"d5d488b2-2e85-4c12-a940-307341143172","created_at":"2025-11-20T12:50:29Z","updated_at":"2025-11-20T13:03:10Z"},{"name":"ARM_TENANT_ID","value":"16b3c013-d300-468d-ac64-7eda0820b6d3","created_at":"2025-11-20T12:50:41Z","updated_at":"2025-11-20T13:03:29Z"},{"name":"AZURE_RM_SVC_CONNECTION","value":"svc-dstoolkit-2","created_at":"2025-11-20T12:50:53Z","updated_at":"2025-11-20T13:03:54Z"},{"name":"CONTAINER_REGISTRY_NAME","value":"mfcr","created_at":"2025-11-20T12:51:07Z","updated_at":"2025-11-20T13:04:09Z"},{"name":"IS_BATCH_DEPLOYMENT","value":"True","created_at":"2025-11-20T12:51:31Z","updated_at":"2025-11-20T12:51:31Z"},{"name":"IS_ONLINE_DEPLOYMENT","value":"True","created_at":"2025-11-20T12:51:44Z","updated_at":"2025-11-20T12:51:44Z"},{"name":"KEYVAULT_NAME","value":"mfkv","created_at":"2025-11-20T12:51:56Z","updated_at":"2025-11-20T13:04:47Z"},{"name":"LOCATION","value":"EU2","created_at":"2025-11-20T12:52:13Z","updated_at":"2025-11-20T13:05:10Z"},{"name":"RESOURCE_GROUP_NAME","value":"rg_modelfactory","created_at":"2025-11-20T12:52:30Z","updated_at":"2025-11-20T12:52:30Z"},{"name":"STORAGE_ACCT_NAME","value":"mfstac","created_at":"2025-11-20T12:52:47Z","updated_at":"2025-11-20T13:05:29Z"},{"name":"SUBSCRIPTION_ID","value":"bc3e7d24-ba21-4970-b6e0-3fcfe09912ac","created_at":"2025-11-20T12:52:58Z","updated_at":"2025-11-20T13:05:46Z"},{"name":"TFSTATE_RESOURCE_GROUP_NAME","value":"rg-mftfst","created_at":"2025-11-20T12:53:10Z","updated_at":"2025-11-20T13:06:30Z"},{"name":"TFSTATE_STORAGE_ACCT_NAME","value":"mftfststac","created_at":"2025-11-20T12:53:25Z","updated_at":"2025-11-20T13:06:49Z"},{"name":"WORKSPACE_NAME","value":"mfaml","created_at":"2025-11-20T12:53:38Z","updated_at":"2025-11-20T13:07:00Z"}],"total_count":15} \ No newline at end of file